/*
Theme Name: OurBigAdventure
Description: Styles for the OurBigAdventure Vapor blog.
Version: 1.0
*/

body, code, html, kbd, pre, samp {
	font-family: Lato, 'helvetica neue', helvetica, arial;
}

hr, img, legend {
	border: 0;
}

legend, td, th {
	padding: 0;
}

pre, textarea {
	overflow: auto;
}

address, blockquote, p {
	margin: 0 0 1.5em;
}

img, pre, select {
	max-width: 100%;
}

body {
	color: #000;
}

a {
	color:#000;
	text-decoration:underline;
}

.aligncenter, .clearfix:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after {
	clear: both;
}

ins, mark {
	text-decoration: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	margin: 0;
	background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}

video {
	display: inline-block;
	vertical-align: baseline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

strong {
	font-weight: 700;
}

cite, em, i {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	height: auto;
}

hr {
	box-sizing: content-box;
	background-color: #ccc;
	height: 1px;
	margin-bottom: 1.5em;
}

code, kbd, pre, samp {
	font-size: 1em;
}

button, input, select, textarea {
	font: inherit;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

code, kbd, pre {
	font-family: Lato, 'helvetica neue', helvetica, arial;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

textarea {
	width: 100%;
}

form label {
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 400;
	margin-bottom: 15px;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #000;
	line-height: 140%;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: Merriweather, lato, 'helvetica neue', helvetica, arial;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
}

code, kbd {
	font-size: 15px;
	font-size: .9375rem;
}

abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins, mark {
	background: #fff9c0;
}

*, :after, :before {
	box-sizing: inherit;
}

blockquote {
	background: rgba(0, 0, 0, 0.1);
	border-left: 6px solid rgba(0, 0, 0, 0.2);
	padding: .5em 10px;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
}

ol, ul {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ol, li>ul {
	margin-bottom: 0;
	margin-left: 10px;
}

article li>ol, article li>ul {
	padding-left:0px;
}

article ol, article ul {
	padding-left:0;
	margin-left:25px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

button, input[type=button], input[type=reset], input[type=submit] {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 20px;
	font-weight: 700;
	border: none;
	border-radius: 3px;
	background: #06C;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	opacity: .9;
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], input[type=number], input[type=search], textarea {
	color: #666;
	border: 1px solid #e5e6e9;
	padding: 16px;
}

select {
	border: 1px solid #ccc;
}

/* Cookie / Cookies consents */

/* Cookie / Cookies consents */

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
	color: #111;
}

a {
	transition: all .10s linear;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	width: 100%;
}

.comments-area .comment-meta {
	position: relative;
}

.comments-area .comments-title {
	margin-bottom: 30px;
	color: #222;
	font-size: 30px;
}

.comments-area .comment-meta .comment-metadata a {
	color: #999;
}

.comment-meta .vcard img {
	float: left;
	margin-right: 14px;
}

.comments-area .comment-author {
	line-height: normal;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.comments-area .comment-content {
	padding: 20px 0 0 45px;
}

.comments-area .comment-content p {
	margin-bottom: 5px;
}

.comments-area ol.comment-list>li:last-child {
	margin-bottom: 0;
}

.comments-area ol.comment-list>li {
	width: 100%;
	border-bottom: 3px solid #000;
}

.comments-area ol.comment-list ol.children li {
	padding-top: 20px;
	margin-left:0;
	margin-top:20px;
	padding-left: 10px;
	margin-bottom: 0;
	list-style:none;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom: 0px;
	padding-bottom: 0px;
}

ol.children {
	margin-left: 0;
	padding-left: 5px;
}

.comments-area ol.comment-list li li.bypostauthor {
	position: relative;
}

.main-navigation ul li, .sheader {
	position: relative;
}

.comments-area p {
	margin-bottom: 12px;
}

.custom-logo-link {
	display: inline-block;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
}

.clearfix, .site-branding {
	display: inline-block;
}

.clearfix {
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

.widget li a {
	text-decoration:none;
}

.entry-header h2 a, .site-info a:hover, .site-title a {
	text-decoration: none;
}

.fbox {
	width: 100%;
	margin-bottom: 30px;
	padding: 4%;
	border-radius: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fbox h1, .fbox h2, .fbox h3 {
	margin-top: 0;
	color: #222;
}

.page-header h1 {
	margin-bottom: 0;
}

.content-wrap {
	width: 1180px;
	max-width: 90%;
	margin: 0 auto;
}

.sheader {
	width: 100%;
	margin: 0 0 40px;
	background: #fff;
}

.primary-menu, .primary-menu ul li ul.children, .primary-menu ul li ul.sub-menu {
	background: #000;
}

.site-branding.branding-logo {
	margin: 30px 0;
}

.site-branding {
	margin: 35px 0 40px;
	text-align: center;
	width: 100%;
}

.branding-logo .custom-logo {
	display: block;
	width: auto;
	max-width: 100%;
}

.site-branding .site-title {
	font-size: 48px;
	line-height: 150%;
	padding: 0;
	margin: 0;
	font-family: Merriweather, lato, 'helvetica neue', helvetica, arial;
}

.site-title a {
	color: #000222;
}

.site-description {
	font-size: 16px;
	color: #000222;
	padding: 0;
	margin: 0;
}

.featured-sidebar .search-field {
	width: 100%;
	height: 46px;
	border-radius: 0;
	line-height: 46px;
	padding: 16px;
	border: 1px solid #000;
	border-radius: 3px;
	background:rgba(0,0,0,0);
}

.featured-sidebar .search-submit {
	display: none;
}

.search-form label {
	width: auto;
	float: left;
	margin-bottom: 0;
}

.featured-sidebar label {
	width: 100%;
	float: none;
}

.search-form .search-submit {
	padding: 17px 24px;
	border: none;
	border-radius: 0 3px 3px 0;
}

#smobile-menu {
	display: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul li a {
	font-size: 15px;
	text-transform: uppercase;
	display: block;
}

.main-navigation ul li.current-menu-ancestor>a, .main-navigation ul li.current-menu-item>a, .main-navigation ul li.current-menu-parent>a, .main-navigation ul li.current_page_ancestor>a, .main-navigation ul li:hover>a, .main-navigation ul li>a:hover {
	text-decoration: none;
}

.main-navigation ul li:hover>ul {
	display: block;
}

.main-navigation ul li .sub-arrow {
	width: 50px;
	line-height: 50px;
	position: absolute;
	right: -20px;
	top: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.main-navigation ul ul li .sub-arrow {
	right:-10px;
}

.primary-menu {
	margin: 0;
	position: relative;
	z-index: 2;
}

.primary-menu ul li a {
	color: #fff;
	padding: 16px;
}

.primary-menu ul li ul.children li, .primary-menu ul li ul.sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-info {
	line-height: normal;
}

.site-header ul ul {
	list-style: none;
	min-width: 240px;
	display: none;
	position: absolute;
	top: inherit;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.site-header ul ul li {
	float: none;
}

.site-header ul ul ul {
	top: 0;
	left: 240px;
}

.site-content {
	width: 100%;
	display: block;
}

.featured-content {
	width: 66%;
	margin-right: 4%;
	float: left;
}

.featured-thumbnail img {
	width:100%;
	max-width:100%;
	height:auto;
}

.featured-thumbnail {
	float: left;
	display: inline-block;
	width: 100%;
	margin-bottom:10px;
	text-align:center;
}

.posts-entry .entry-content p:last-child {
	margin-bottom: 0;
}

.entry-meta {
	margin-bottom: 14px;
	font-family: Lato, 'helvetica neue', helvetica, arial;
}

.site-info, .site-info a {
	color: #fff;
}

.site-footer {
	width: 100%;
	float: left;
	background: #000;
}

.site-info {
	float: left;
	font-size: 14px;
}

.site-info a:hover {
	border-bottom: dotted 1px;
}

.site-info p {
	padding: 0;
}

.pagination:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.nav-links {
	width: 100%;
	display: inline-block;
}

.nav-links .nav-next, .nav-links .nav-previous {
	background: #fff;
	display: inline-block;
	line-height: 1;
	color: #333;
	padding: 2% 4%;
	box-sizing: border-box;
	margin: 0;
	text-decoration: none;
}

.nav-links .nav-next, .nav-links .nav-previous {
	max-width: 40%;
	border-radius: 1px;
}

.nav-links .nav-previous {
	float: left;
	text-align: left;
}

.nav-links .nav-next {
	float: right;
	text-align: right;
}

.paging-navigation .nav-links .nav-next a {
	float: right;
}

.featured-sidebar {
	width: 30%;
	float: left;
}

.widget {
	width: 100%;
	padding: 8.8%;
	float: left;
	clear: both;
}

.swidget {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	float:left;
}

.swidget h3 {
	width: auto;
	display: inherit;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin: 0;
}

.widget ul {
	padding: 0;
	margin-bottom: 0;
	list-style-position: inside;
}

.widget>ul {
	margin: 0;
}

.widget ul li {
	display: inline-block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding:10px 0;
}

.widget ul li a {
	margin:0;
	padding: 0;
}

@media (min-width:1024px) {
  .super-menu, .toggle-mobile-menu {
		display: none;
	}
}

@media screen and (max-width:1023px) {
  .main-navigation ul li .sub-arrow {
		right:0px;
	}

  .site-branding {
		text-align: center;
		width: 100%;
	}

  * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

  #mobile-menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		cursor: pointer;
		display: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: rgba(0, 0, 0, .5);
	}

  #page {
		position: relative;
		left: 0;
		top: 0;
	}

  .main-navigation, .smenu-hide {
		display: none;
	}

  .mobile-menu-active .smenu-hide {
		display: block;
		color: #fff;
	}

  .mobile-menu-active #mobile-menu-overlay {
		display: block;
	}

  .mobile-menu-active #page {
		width: 100%;
		max-width: 100%;
		position: fixed;
		top: 0;
		right: 300px;
		transition: left .5s ease;
		-ms-transform: translate(70%, 0);
		-webkit-transform: translate(70%, 0);
		transform: translate(70%, 0);
	}

  #smobile-menu {
		background-color: #000;
		position: fixed;
		width: 70%;
		top: 0;
		bottom: 0;
		left: -70.1%;
		z-index: 5999998;
		overflow-x: hidden;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

  #smobile-menu .content-wrap, #smobile-menu .primary-menu ul {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

  #smobile-menu.show {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

  #smobile-menu.show .main-navigation {
		width: 100%;
		float: left;
		display: block;
		margin: 0;
	}

  #smobile-menu.show .main-navigation ul li {
		width: 100%;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

  #smobile-menu.show .main-navigation ul li a {
		padding: 12px 20px;
	}

  #smobile-menu.show .main-navigation ul ul.children, #smobile-menu.show .main-navigation ul ul.sub-menu {
		display: none;
	}

  #smobile-menu.show .main-navigation ul ul.children.active, #smobile-menu.show .main-navigation ul ul.sub-menu.active {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

  #smobile-menu.show .main-navigation ul ul.children li:last-child, #smobile-menu.show .main-navigation ul ul.sub-menu li:last-child {
		border: none;
	}

  #smobile-menu.show .main-navigation ul li .sub-arrow {
		display: block;
	}

  .toggle-mobile-menu {
		display: inline-block;
		width: 100%;
		margin: auto;
		position: relative;
		color: #fff;
		text-align: right;
		z-index: 1;
		padding: 12px 20px;
	}

  .toggle-mobile-menu:hover {
		color: #fff;
	}

  .toggle-mobile-menu:before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 18px;
		line-height: 50px;
		margin-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}

  .mobile-only .toggle-mobile-menu {
		text-decoration: none;
	}

  .mobile-only .toggle-mobile-menu:before {
		left: 20px;
	}

  .super-menu {
		background: #000;
	}

  .super-menu-inner {
		width: 1120px;
		max-width: 90%;
		margin: 0 auto;
	}

  .super-menu .toggle-mobile-menu {
		padding: 10px 0;
		color: #fff;
		text-decoration: none;
	}
}

@media (max-width:992px) {
  .featured-content, .featured-sidebar {
		width: 100%;
		margin: 0;
	}

  .site-info {
		width: 100%;
		text-align: center;
	}
}

.widget ul li {
	display:inline-block;
	float:left;
	width:100%;
}

.widget ul {
	display:inline-block;
	float:left;
	width:100%;
}

.widget ul:first-of-type li:first-of-type {
	margin-top:0px;
	padding-top:0px;
}

.widget ul:last-of-type li:last-of-type {
	margin-bottom:0px;
	border-bottom:0px;
	padding-bottom:0px;
}

.text-center {
	text-align:center;
}

.primary-menu .pmenu {
	margin: auto;
	display: inline-block;
	float:left;
	width:100%;
	text-align:center;
}

.main-navigation ul li {
	position: relative;
	display: inline-block;
}

.main-navigation ul li a {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 15px 1rem;
	text-decoration: none;
}

.main-navigation ul li.current-menu-item>a {
	font-weight:500;
}

.primary-menu {
	float:left;
}

.site-branding.branding-logo {
	width: 100%;
	text-align: center;
}

.sheader {
	background-size:cover;
	background-position:bottom center;
}

.site-branding .site-description {
	line-height:150%;
}

.site-header ul ul {
	text-align: left;
}

.primary-menu ul li ul.children li, .primary-menu ul li ul.sub-menu li {
	width:100%;
	max-width: 100%;
}

.site-header ul ul li a {
	font-size: 14px;
	opacity: 0.8;
}

.swidgets-wrap {
	border: 1px solid #000;
	padding: 20px 20px;
	text-align: left;
	margin-top: 0;
}

.swidgets-wrap .sidebar-title-border {
	display: block;
	margin-top: -33px;
	width: 100%;
	text-align: center;
}

.swidgets-wrap h3 {
	background: #fff;
	display: inline-block;
	line-height:130%;
	padding: 0px 20px;
	font-size: 17px;
	font-weight: 500;
	color: #2b2b2b;
	margin-bottom: 5px;
}

#secondary .widget {
	font-size: 15px;
	color: #333;
}

.site-info {
	float: left;
	font-size: 14px;
	width: 100%;
	text-align: center;
	opacity: 0.8;
	padding:20px;
	border-top:1px solid #fff;
}

/* Accessibility */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

.main-navigation ul li:hover>ul.sub-menu, .main-navigation ul li a:focus ~ ul.sub-menu, .main-navigation ul li a:focus > ul.sub-menu, .main-navigation ul li a:focus ul.sub-menu, .primary-menu ul li ul.sub-menu:focus-within, .primary-menu ul li ul.sub-menu:focus-within, .pmenu a:focus ~ .sub-menu, .main-navigation ul li a:focus ~ ul, .main-navigation ul li:hover>ul, .pmenu li:focus-within> .sub-menu {
	display:block;
}

.entry-meta {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
	padding: 0px 20px;
	font-weight: 100;
}

h1.entry-title, h2.entry-title, h2.entry-title a:hover, h2.entry-title a:active {
	font-family: Merriweather;
	font-weight: 400;
	color: #000;
	font-size: 30px;
	text-align: center;
	line-height: 150%;
	margin-top: 0px;
}

.entry-meta {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
	padding: 0px 20px;
	width: 100%;
	font-weight: 400;
}

.entry-meta a {
	text-decoration:none;
}

article .entry-content {
	font-family: 'lato', lato, 'helvetica neue', helvetica, arial, sans-serif;
	line-height: 150%;
	color: #656565;
	font-size: 16px;
}

.single article .entry-content, .page article .entry-content {
	color:#000;
}

.blog-data-wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	min-height: 24px;
}

.post-data-divider {
	display: block;
	height: 1px;
	background: #000;
	width: 100%;
	position: absolute;
	top: 14px;
	max-width: 480px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 1;
}

.post-data-text {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
	padding: 0px 20px;
	background: #fff;
}

.post-data-positioning {
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}

article.fbox {
	border: 1px solid #000;
}

.blogpost-button {
	padding: 15px 25px;
	border-radius: 0px;
	background: #000;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	margin: auto;
	display:inline-block;
	text-decoration: none;
}

td, th {
	padding: 10px;
	text-align: left;
}

tr {
	border-bottom: 1px solid #000;
}

.error404 main#main {
	border: 1px solid #000;
	margin-bottom:50px;
	text-align: center;
}

.error404 h1 {
	font-size: 28px;
	line-height: 150%;
	padding: 0;
	margin: 0;
	font-family: Merriweather, lato, 'helvetica neue', helvetica, arial;
}

.search-results h1.page-title {
	text-align: center;
	font-size: 35px;
	border-top: 4px double #000;
	border-bottom: 4px double #000;
	font-weight: 400;
	line-height: 150%;
	padding: 10px 0 15px;
	font-family: Merriweather, lato, 'helvetica neue', helvetica, arial;
}

.comments-area .comments-title {
	font-family: Merriweather, lato, 'helvetica neue', helvetica, arial;
}

.error404 .search-form label {
	float: none;
	margin-right: -5px;
	border: 1px solid #000;
	border-right: 0px solid #fff;
	padding: 0;
}

.error404 .search-form label {
	float: none;
	margin-right: -5px;
	border: 1px solid #000;
	border-right: 0px solid #fff;
	padding: 0;
}

.error404 input.search-submit {
	padding: 11px;
	border: 1px solid #000;
	background: rgba(0,0,0,0);
	color: #000;
}

.error404 input.search-field {
	color:#000;
	padding: 10px;
}

.archive .page-header h1 {
	text-align: center;
	font-size: 30px;
	border-top: 4px double #000;
	border-bottom: 4px double #000;
	margin-bottom: 40px;
	line-height: 150%;
	padding: 10px 0 15px;
}

.archive header.fbox.page-header {
	padding: 0;
}

.comments-area {
	border:1px solid #000;
}

.comments-area .comment-meta .comment-metadata a {
	text-decoration: none;
	font-size: 14px;
}

#comments ol.comment-list {
	padding-left: 0;
	margin-left: 0;
	list-style:none;
}

.comments-area ol.comment-list .comment {
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	padding-bottom:40px;
}

#comments h3#reply-title {
	font-family: Merriweather, lato, 'helvetica neue', helvetica, arial;
	font-size: 26px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
}

@media screen and (max-width: 1023px) {
  .smenu-hide.toggle-mobile-menu.menu-toggle {
		border-bottom:1px solid rgba(255, 255, 255, 0.1)
	}

  .main-navigation ul li a {
		text-align:left;
	}

  #smobile-menu.show .main-navigation ul li a {
		text-align:left;
	}

  #smobile-menu.show .main-navigation ul ul.sub-menu li {
		padding-left: 20px;
		opacity: 0.8;
	}
}

@media screen and (max-width: 700px) {
  h1.entry-title, h2.entry-title, h2.entry-title a:hover, h2.entry-title a:active {
		font-size:20px;
	}

  .post-data-text {
		font-size: 15px;
	}

  .archive .page-header h1 {
		font-size:25px;
	}

  article .entry-content {
		margin-top:10px;
		font-size:14px;
	}

  .site-branding .site-title {
		font-size:29px;
	}

  .site-branding .site-description {
		font-size:14px;
	}

  .site-branding {
		margin-bottom:25px;
		margin-top:20px;
	}
}

.comments-area .comments-title,
#comments h3#reply-title {
  font-size: 24px;
}

@media screen and (max-width: 800px) {
  .comments-area .comments-title,
  #comments h3#reply-title {
    font-size: 18px;
  }
}

a.post-summary-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

a.post-summary-link:hover,
a.post-summary-link:focus,
a.post-summary-link:hover *,
a.post-summary-link:focus * {
	text-decoration: none;
	color: inherit;
}

a.post-summary-link:hover .blogpost-button,
a.post-summary-link:focus .blogpost-button {
	color: #fff;
}

a.post-summary-link:focus-visible {
	outline: 2px solid #000;
	outline-offset: 4px;
}

.post-share {
	clear: both;
	margin-top: 2em;
	padding-top: 1.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	text-align: center;
}

.post-share .sd-title {
	display: block;
	margin: 0 0 1em;
	font-size: 9pt;
	font-weight: 700;
	line-height: 1.2;
}

.post-share .sd-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-share .sd-content li {
	display: inline-block;
	margin: 0 8px 12px 0;
	padding: 0;
}

.post-share .sd-content a.sd-button {
	display: inline-block;
	padding: 4px 11px 3px 9px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
	color: #2c3338;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	text-decoration: none;
}

.post-share .sd-content a.sd-button:hover,
.post-share .sd-content a.sd-button:focus {
	color: #2c3338;
	text-decoration: none;
}

article .entry-content iframe,
article .entry-content video,
article .entry-content embed,
article .entry-content object {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 1em 0;
	border: 0;
}

article .entry-content iframe {
	aspect-ratio: 16 / 9;
}

article .entry-content object,
article .entry-content embed {
	aspect-ratio: 4 / 3;
}

.post-teasers {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
}

.post-teasers-headline {
	margin: 0 0 1em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.post-teasers-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.post-teaser {
	flex: 1 1 calc((100% - 40px) / 3);
	max-width: calc((100% - 40px) / 3);
	min-width: 180px;
	box-sizing: border-box;
}

.post-teaser-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.5rem;
	color: inherit;
	line-height: 1.2;
	text-decoration: none;
}

.post-teaser-link:hover .post-teaser-title,
.post-teaser-link:focus .post-teaser-title {
	text-decoration: underline;
}

.post-teaser-media {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f0f0f0;
}

.post-teaser-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.post-teaser-title {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
}

@media (max-width: 768px) {
	.post-teaser {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.comment-respond {
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.comment-notice {
	margin: 0 0 1em;
	padding: 0.75em 1em;
	border-radius: 4px;
	background: #f5f5f5;
	color: #333;
	font-size: 14px;
}

.comment-form p {
	margin: 0 0 1em;
}

.comment-form label {
	display: block;
	margin-bottom: 0.35em;
	font-size: 14px;
	font-weight: 700;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0.5em 0.65em;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-family: inherit;
	font-size: 14px;
}

.comment-form-honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.comment-reply-title {
	margin: 0 0 1em;
	font-size: 18px;
	font-weight: 700;
}

.comment-privacy-link {
	margin: 1em 0 0;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0.55;
	text-align: right;
}

.comment-privacy-link a {
	color: inherit;
	text-decoration: none;
}

.comment-privacy-link a:hover,
.comment-privacy-link a:focus {
	opacity: 1;
	text-decoration: underline;
}

.sidebar-credits-link {
	margin: 1.5em 0 0;
	padding: 0 1em;
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0.55;
}

.sidebar-credits-link a {
	color: inherit;
	text-decoration: none;
}

.sidebar-credits-link a:hover,
.sidebar-credits-link a:focus {
	opacity: 1;
	text-decoration: underline;
}

.error-comic {
	margin: 0 0 1.5em;
	text-align: center;
}

.error-comic img {
	width: 100%;
	max-width: 480px;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.more-pages {
	list-style: none;
	margin: 0;
	padding: 0;
}

.more-pages-item {
	padding: 1.25em 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.more-pages-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.more-pages-link {
	font-size: 1.15em;
	font-weight: 700;
	text-decoration: none;
}

.more-pages-link:hover,
.more-pages-link:focus {
	text-decoration: underline;
}

.more-pages-excerpt {
	margin: 0.35em 0 0;
	font-size: 0.95em;
	line-height: 1.5;
	opacity: 0.85;
}
