/*
Theme Name: KYT
Theme URI: https://olympusthemes.com/themes/kyt/
Author: DannyCooper
Author URI: https://olympusthemes.com/
Description: KYT is a lightweight starter theme built using core WordPress functions. It doesn't use any frameworks or libraries, this makes it fast, simple and easy to customize! The clean, fast, standards-compliant code ensures KYT is Search Engine Optimized (SEO). WPML-compatible.
Version: 1.2.2
License: GNU General Public License v2 or later
Text Domain: kyt
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, blog, e-commerce
GitHub Theme URI: https://github.com/DannyCooper/kyt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

@import url("https://use.typekit.net/qkh2jjz.css");
@import url('https://fonts.googleapis.com/css?family=Merriweather:900,900i');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
# KYT SPECIFICCS
	## Header
	## Newsletter form
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	border: 1px solid #eee;
	border-width: 2px 0 0;
	margin: 1rem 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

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 {
	line-height: normal;
}

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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: black;
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-style: normal;
	overflow-wrap: break-word;
}

@media (max-width: 723px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}


nav,
label,
input {
	font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	color: #2d2e33;
}

/* h1, h2, h3 {	font-family: 'Merriweather', Times, Georgia, serif; } */

h2, h3, h4, h5, h6 { font-family: "proxima-nova", 'Helvetica Neue', Helvetica, Arial, sans-serif;}

h1 { font-size: 38px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

@media (max-width: 723px) {
	h1 { font-size: 20px; }
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	h4 { font-size: 14px; }
	h5 { font-size: 12px; }
	h6 { font-size: 12px; }
}

p {
	margin: 0 0 1.5em;
}

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

blockquote, q {
  quotes: "" "";
  border-left: 5px solid black;
  padding: 20px 50px;
  text-align: left;
  margin: 20px 30px;
  font-style: italic;
  font-family: Bookman, Garamond, Georgia, serif;
}

blockquote p:last-child {
	margin-bottom: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

.widget ul,
.widget ol {
	margin: 0;
	padding: 0 0 0 1em
}

.comments-area ol {
	list-style: none;
	padding: 0
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: bottom;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	font-family: sans-serif;
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 14px;
}

table th {
	border-bottom: 2px solid;
	padding: 10px;
	text-align: left
}

table td {
	padding: 10px 10px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {
	font-size: 14px;
	color: #9e9e9e;
}

/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background-color: #e6e6e6;
	padding: 8px;
} */

/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
} */

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]: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,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #253e80;
}

a:hover,
a:focus,
a:active {
	color: #253e80;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

.site-content {
	padding-bottom: 25px
}

.page-template-full-width .content-area,
.post-template-full-width .content-area {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	text-align: center;
	min-height: 173px;
	padding: 50px 0;
}

.site-title {
	margin: 0;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2
}

.site-title a {
	text-decoration: none;
	color: #253e80;
}

.site-description {
	color: #8e8e8e;
	margin: 0
}

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/

.menu-1 {
	background: white;
  font-size: 14px;
  margin-bottom: 50px;
  clear: both;
  display: block;
  width: 100%;
  border: 1px solid #EFE8E2;
  border-width: 1px 0;
}

@media (max-width: 723px) {
	.menu-1 {
		display: none;
	}
}

.menu-1 .wrapper {
	max-width: 1180px;
	justify-content: flex-end;
}

.menu-1 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-1 li {
	position: relative;
	text-align: center;
}

.menu-1 a {
	display: inline-block;
	text-decoration: none;
	background: white;
	color:black;
	padding: 6px 10px;
	margin: 10px;
	border-radius: 100px;
	border: 1px solid #EFE8E2;
}

.menu-1 .sub-menu li:hover {
	background-color: #0c1a40
}

.menu-1 li.page_item_has_children > a:after,
.menu-1 li.menu-item-has-children > a:after {
	content: '\25bc';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
	opacity: .75
}
.menu-1 li li.page_item_has_children > a:after,
.menu-1 li li.menu-item-has-children > a:after {
	content: '\25b6';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
	opacity: .75
}
.menu-1 .menu-widget section.widget.widget_search  {
	margin: 0;
}
.menu-1 .search-field  {
	border-radius: 100px;
	border: none;
	background: white;
	max-width: 110px;
	text-align: left;
	padding-left: 16px;
	margin: 10px;
	border: 1px solid #EFE8E2;
}
.menu-1 .search-submit  {
	display: none;
}

/* Small menu. */
.menu-toggle {
	display: none
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-area {
	max-width: 900px;
}

.post-thumbnail {
	margin-bottom: 16px
}

.entry-header {
	margin-bottom: 16px
}

.entry-title {
	margin: 0;
}

h1.entry-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
}

.entry-title a {
	text-decoration: none;
	color: black;
}

.entry-meta {
	margin: 1rem 0;
	font-size: 14px;
	color: #62707c
}
.entry-meta a {
	color: #62707c;
}

.page .edit-link {
	float: none;
}

.entry-footer {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
	margin: 0 0 50px;
	font-size: 14px;
}

.entry-footer span {
	display: block;
}
.entry-footer a {
	text-decoration: none;
	color: #303135
}

.comments-closed .entry-footer {
	margin-bottom: 0;
}

.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.blog .hentry {
	margin: 0 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.content-area figure.wp-block-embed.is-type-video  iframe {
	width: 100%;
	max-height: 395px;
	border: none;
}

@media (max-width: 723px) {
	.content-area figure.wp-block-embed.is-type-video iframe {
		height: 185px;
	}
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

.archive-header {
	margin-bottom: 25px;
}

.archive-header .archive-title {
	font-size: 16px
}

.archive-header .archive-description {
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
}

.archive .post {
	margin-bottom: 50px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 26px;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-navigation,
.posts-navigation {
	margin-bottom: 25px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-links a {
	text-decoration: none;
	color: #303135;
}

.post-navigation .nav-links a  {
	font-weight: bold
}
.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-title {
	text-align: left;
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 10px;
}

.comments-area {
	padding-top: 0;
	margin: 4rem auto 0;
}

.comments-area .comment-body {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

.comments-area ul.children {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

.comments-area .children .comment-body  {
	padding: 0 0 25px 0;
	margin: 25px 0;
}

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

.bypostauthor {
	display: block;
}

.comment-meta {
	margin-bottom: 16px;
}

.comment-meta a {
	text-decoration: none
}
.comment-author a {
	color: #303135;
	text-decoration: none;
	font-weight: bold;
}

.comment-author img {
	float: left;
	margin-right: 10px;
	border-radius: 100px;
}

.comment-author cite {
	font-style: normal;
	color: #303135;
	font-weight: bold
}

.comment-metadata a {
	color: gray;
	font-size: 14px;

}

.logged-in-as a {
	text-decoration: none;
	color: gray;
	font-size: 14px
}

.comment-reply-link {
	text-decoration: none
}

#cancel-comment-reply-link {
	text-decoration: none;
	color: #bb0404;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.comment-respond input {
	width: 100%;
}

.comment-respond input[type=submit] {
	width: auto;
	background: #2DA562;
	border: none;
	padding: 12px 20px;
	color: white;
	border-radius: 3px;
	font-size: 18px;
	font-weight: normal;
}

.comment-form-author {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}
.comment-form-email {
	width: 47.5%;
	float: left;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 25px;
}

.widget-title {
	margin-top: 0;
	margin-bottom: .5em
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {

	#site-menu {
		display: none;
	}

	.menu-1 {
		background: none
	}

	.menu-1 a {
		border-top: 1px solid #2c468a;
	}

	.menu-toggle {
		background-color: #253e80;
		color: white;
		margin: 0 auto;
		width: 100%;
		border: 0;
		border-radius: 0;
	}

	.toggled .menu-toggle {
		background-color: #132658;
		color: white;
		margin: 0 auto
	}

	/* Small menu. */
	.menu-toggle,
	.menu-1.toggled #site-menu {
		display: block;
		background-color: #253e80;
	}

	.menu-1 li {
		float: none;
			width: 100%;
	}

	.menu-1 ul ul {
		position: relative;
		float: none;
		left: auto;
		display: none
	}

	.menu-1 ul li:hover > ul,
	.menu-1 ul li.focus > ul {
		display: block;
	}

	.menu-1 ul ul a {
		width: 100%;
	}

	.menu-1 ul ul ul {
		left: auto
	}

	.menu-1 ul ul li:hover > ul,
	.menu-1 ul ul li.focus > ul {
		left: auto;
	}

}

@media screen and (max-width: 1040px) {
	.site-content,
	.content-area {
		width: 100%;
		float: none
	}

	.site-content,
	.site-info {
		padding: 0 20px;
	}

	.menu-1 .nav-menu > li:first-child {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
# KYT Specifics
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Hello Bar
---------------------------------------------------------------*/

.hello-bar {
	background: white;
	border-bottom: 1px solid #EFE8E2;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	width: 100%;
	margin: 0 auto;
	font-size: 1.2rem;
	display: none;
}

.hello-bar span {
	font-weight: lighter;
}

.hello-bar .btn {
	border: 1px solid;
  padding: 0.25rem 1rem;
	line-height: 1.5;
	font-size: 1rem;
	border-radius: 1000px;
	background: white;
  border-color: #DEDEDE;
  color: #262626;
	text-decoration: none;
	font-weight: bold;
}

.hello-bar.sticky {
	display: flex;
	z-index: 2;
  position: fixed;
  top: 0;
	width: 100%;
}

@media (max-width: 723px) {
	.hello-bar.sticky {
		position: initial;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

header.main-header {
	display: flex;
	flex-direction: row;
	background: #F6F2EF;
}

@media (max-width: 723px) {
	header.main-header {
		margin-bottom: 20px;
	}
}

header.main-header .container {
	width: 100%;
	max-width: 1200px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 723px) {
	header.main-header .container {
		padding: 10px;
	}
}

header.main-header .logo {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
}

@media (max-width: 723px) {
	header.main-header .logo {
		padding: 0;
	}
}

header.main-header .logo .logo-icon, header.main-header .logo .logo-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

header.main-header .logo .logo-icon img, header.main-header .logo .logo-text img {
	vertical-align: middle;
}

header.main-header .logo .logo-icon img {
	width: 41px;
}

header.main-header .logo .logo-text img {
	width: 125px;
	margin-left: 5px;
	display: inline-block;
}

header.main-header .main-nav-mobile svg.icon.hamburguer {
	fill: #c8bdad;
	width: 15px;
}

header.main-header .main-nav {
	font-size: 1rem;
	align-self: flex-end;
}

@media (max-width: 723px) {
	header.main-header .main-nav {
		display: none;
	}
}

@media (max-width: 1443px) {
	header.main-header .main-nav {
		font-size: 0.9rem;
 }
}

header.main-header .main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

header.main-header .main-nav ul li {
	padding: 0 0.6rem;
	height: 40px;
}
header.main-header .main-nav ul li:first-child {
	margin-left: 0;
}
header.main-header .main-nav ul li:last-child {
	margin-right: 0;
}
header.main-header .main-nav ul li.blog {
	background: #EFE8E2;
	border-radius: 7px 7px 0 0;
}
@media (min-width: 724px) {
	header.main-header .main-nav ul li .workshop {
		padding-left: 1.5rem;
 }
}
header.main-header .main-nav ul li.current a {
	background: white;
	border-radius: 0.2rem;
}
header.main-header .main-nav ul li.current a.workshop {
	background: transparent;
	border-radius: 0;
}
@media (min-width: 724px) {
	header.main-header .main-nav ul li.current a.workshop span {
		background: white;
		border-radius: 0.2rem;
		padding: 0.2rem 0.4rem;
 }
}
header.main-header .main-nav ul li a {
	text-decoration: none;
	color: black;
	display: inline-block;
	padding: 0.2rem 0.4rem;
}
header.main-header .main-nav ul li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Newsletter form
--------------------------------------------------------------*/

.grecaptcha-badge { visibility: hidden; }

.newsletter-form {
	display: flex;
	width: auto;
	margin: 2rem auto 0;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.newsletter-form.left {
	justify-content: flex-start;
}

@media (max-width: 599px) {
	.newsletter-form {
		flex-direction: column;
	}
}

.newsletter-form input[type='email'] {
	width: 60%;
	margin-right: 1rem;
	padding: 15px;
	border: solid 1px #D4DDE5;
	transition: .1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
}

@media (max-width: 599px) {
	.newsletter-form input[type='email'] {
		margin: 0;
		width: 100%;
	}
}

.newsletter-form input[type='submit'],
.newsletter-form .submit-newsletter {
	background-color: #9079CD;
	border: none;
	border-bottom: 4px solid #6448B1;
	padding: 12px 20px;
	color: white;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 599px) {
	.newsletter-form input[type='submit'] {
		width: 100%;
		margin: 1rem 0;
	}
}

.newsletter-form.lighter input[type='submit'],
.newsletter-form.lighter .submit-newsletter {
	background-color: white;
	border: 1px solid #DADADA;
	border-bottom: 4px solid #DADADA;
	color: black;
}

.newsletter-form-spam {
	text-align: center;
	font-size: 16px;
	margin: .5rem auto 2rem;
}

/* NEWSLETTER FORM FOR POSTS ONLY */

.newsletter-post-form-container {
	padding: 10px 0 50px;
	border: 1px solid #eee;
	border-width: 2px 0;
	margin-top: 50px;
	text-align: center;
}

.newsletter-post-form-container h3 {
	font-size: 22px;
}

/*--------------------------------------------------------------
## PODCAST ARCHIVE PAGE
--------------------------------------------------------------*/

/* Overriding */
.post-type-archive-podcast .hfeed.site.container {
	padding: 5%;
}

.post-type-archive-podcast .container.text-container {
	display: none;
}

/* Podcast */

.podcast-desc {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 900px;
	margin: 0 auto 2rem;
}

@media (max-width: 599px) {
	.podcast-desc {
		text-align: center;
		flex-direction: column;
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 600px) {
	.podcast-desc {
		text-align: left;
		flex-direction: row;
		margin-bottom: 5rem;
	}
}

@media (min-width: 600px) {
	.podcast-cover {
		max-width: 1050px;
		margin-right: 50px;
	}
}

@media (max-width: 599px) {
	.podcast-cover {
		display: none;
	}
}

.podcast-cover img {
	border: 1px solid;
	box-shadow: 5px 5px 0 rgba(0,0,0, 0.1);
}

.podcast-txt h1 {
	font-size: 28px;
	margin: 0 0 10px 0;
}

@media (max-width: 599px) {
	.podcast-txt h1 span {
		font-family: "proxima-nova";
		font-size: 25px;
		font-weight: 600;
	}
}

.podcast-txt p {
	margin-bottom: 1em;
	font-size: 16px;
}

.podcast-txt .how-to-subscribe {
	margin: 0 0 .5rem;
}

.podcast-txt form {
	margin: 0;
}

.podcast-txt input {
	font-size: 15px;
}

.previous-episodes-title h4 {
	border-bottom: 4px solid #F6F2EE;
	margin-bottom: 70px;
	text-align: center;
	height: 19px;
}

.previous-episodes-title h4 span {
	background: white;
	padding: 0 10px;
}

/* Subscribe buttons  */

ul.podcast-subscribe {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	padding-inline-start: 0;
}

ul.podcast-subscribe li {
	max-height: 50px;
	margin: 10px;
}

ul.podcast-subscribe li:first-child {
	margin-left: 0;
}

ul.podcast-subscribe li img {
	max-height: 45px;
}

/* Podcast Episodes Grid  */

.podcast-episodes-grid .rt-detail {
	padding: 18px;
}

.podcast-episodes-grid.rt-tpg-container .layout1 .rt-holder .rt-detail h3 {
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

.podcast-episodes-grid .entry-content {
	display: none;
}

/*--------------------------------------------------------------
## PODCAST SINGLE PAGE
--------------------------------------------------------------*/

body.single-podcast .content-area  .primary-content {
	max-width: 700px;
}

body.single-podcast .entry-byline {
	display: none;
}

.podcast_player {
	margin: 0;
}

.ssp-player.ssp-player-large {
	margin-bottom: 0 !important;
	max-height: 110px;
}

.ssp-player.ssp-player-large .ssp-album-art {
	max-width: 155px;
	max-height: 110px;
}

.ssp-player.ssp-player-large .ssp-player-inner {
	padding: 15px 15px 0 15px;
}

.podcast_meta {
	padding: 0.5rem 1rem;
	border: 1px solid;
	background: #2c3237;
	margin-bottom: 2rem;
	font-size: 14px;
}

.podcast_meta aside p,
.podcast_meta aside p a {
	color: #eee;
	margin: 0;
}

#content .mejs-container:not(.mejs-video) {
	max-height: 40px;
	margin: 0;
}

/*--------------------------------------------------------------
## Newsletter Index & Thanks page
--------------------------------------------------------------*/

.page-template-newsletter {
	background: #F6F2EE;
}

.page-template-newsletter .entry-header {
	text-align: center;
}

.page-template-newsletter .entry-title {
	margin: 1rem auto;
	font-family: "proxima-nova";
	font-size: 32px;
	line-height: 45px;
	max-width: 76%;
}

.page-template-newsletter .rt-container-fluid {
	margin-top: 2rem;
}

.page-template-newsletter .rt-tpg-container .layout1 .rt-holder .rt-detail {
	display: flex;
	flex-direction: column;
	background: white;
	box-shadow: 0 1px 5px rgba(205,183,155,0.5);
	border-radius: 5px;
	margin: 2rem 0 0;
	padding: 25px;
}

.page-template-newsletter .rt-tpg-container .layout1 .rt-holder .rt-detail h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.page-template-newsletter h3.entry-title a {
	color: #0076aa;
	text-decoration: underline;
}

.page-template-newsletter .rt-detail .entry-content {
	font-size: 16px;
}

.page-template-newsletter .newsletter-sub-title {
	max-width: 700px;
	margin: 0 auto;
}

.page-template-newsletter .site-footer {
	background: #F6F2EE;
}

.page-template-newsletter #page {
	padding: 3% 8%;
}

.page-template-newsletter .rt-tpg-container .even-grid-item {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## HOME & TOP POSTS PAGE
--------------------------------------------------------------*/

/* Home & Top Posts */

.page-template-home header.main-header .main-nav ul li.blog {
	background: transparent;
	font-weight: bold;
}

.page-template-home .post-thumbnail {
	display: none;
}

.page-template-home .home-hero {
	padding: 4rem 0;
	text-align: center;
	margin: 0 0 3rem;
	background: #F6F2EF url('./assets/images/background_wave1.svg') repeat-x bottom;
	background-size: 1430px 66px;
	background-position-x: 0;
}

.page-template-home .home-hero h1 {
	margin: 0;
}

.page-template-home .home-hero h2 {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
}

.page-template-home .home-hero ul {
	list-style: none;
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.page-template-home .home-hero li {
	background: #EFE8E2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	border-radius: 100px;
	font-size: 17px;
	margin: 0 10px 0 0;
}

.page-template-home .home-hero li:last-child {
	margin-right: 0;
}

.page-template-home .home-hero li a {
	text-decoration: none;
	color: black;
}

.page-template-home .home-hero li .search-field {
	border: none;
	background: transparent;
	max-width: 100px;
}

.page-template-home .home-hero li .search-submit {
	display: none;
}

@media (max-width: 723px) {
	.page-template-home .home-hero {
		padding: 2rem 0;
		margin-bottom: 2rem;
		background: #F6F2EF;
	}

	.page-template-home .home-hero .content-area {
		padding: 0 0.5rem;
	}

	.page-template-home .home-hero h1 {
		font-size: 19px;
	}

	.page-template-home .home-hero h2 {
		font-size: 14px;
	}

	.page-template-home .home-hero ul {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin-bottom: 0;
	}

	.page-template-home .home-hero li {
		width: 48%;
		justify-content: space-around;
		border-radius: 0;
		font-size: 16px;
		padding: 8px 10px;
		margin: 2px 0;
		text-align: left;
		display: block;
	}

	.page-template-home .home-hero li.menu-search {
		width: 98%;
	}

	.page-template-home .home-hero li .search-field {
		padding: 0;
	}

	.page-template-home .home-hero form {
		display: inline;
		position: relative;
	}
}
/* End Home Hero */

.page-template-home .container,
.page-template-top_posts .container,
.page-template-building_kyt .container {
	padding-left: 2%;
	padding-right: 2%;
}

.page-template-home .entry-header {
	display: none;
}

.page-template-home .featured-grid .rt-img-holder {
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 3px solid #F6F2EE;
}

@media (max-width: 723px) {
	.page-template-home .featured-grid .rt-img-holder {
		height: 150px;
	}
}

.page-template-home .featured-grid.rt-tpg-container .layout1 .rt-holder .rt-detail h3 {
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: bold;
	/* font-family: 'Merriweather', Times, Georgia, serif; */
}

@media (max-width: 723px) {
	.page-template-home .featured-grid.rt-tpg-container .layout1 .rt-holder .rt-detail h3 {
		font-size: 19px;
	}
}

.page-template-home .rt-img-holder,
.page-template-top_posts .rt-img-holder,
.page-template-building_kyt .rt-img-holder {
	position: relative;
	overflow: hidden;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 3px solid #F6F2EE;
}

.page-template-home .rt-tpg-container .layout1 .rt-detail .tpg-excerpt {
	margin: 0;
}

.page-template-home .rt-tpg-container .layout1 .rt-holder .rt-detail {
	font-size: 1.1rem;
	padding: 15px 0 0;
}

.page-template-home .rt-tpg-container .layout1 .rt-holder .rt-detail h3 {
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: bold;
	/* font-family: 'Merriweather', Times, Georgia, serif; */
}

.page-template-home .post-meta-user span.date i.fa {
	display: none;
}

/* Top Posts */

.page-template-top_posts .entry-header h2 {
	text-align: center;
	/* font-family: 'Merriweather', Times, Georgia, serif; */
}

.page-template-top_posts .post-thumbnail {
	display: none;
}

.page-template-top_posts .entry-header {
	text-align: center;
	margin: 0 0 2rem;
}

.page-template-top_posts .rt-tpg-container .layout1 .rt-holder .rt-detail h3 {
	font-size: 1.1rem;
	line-height: 1.5;
	font-family: "proxima-nova", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}

/* Bulding KYT Posts */

.page-template-building_kyt .entry-header h2 {
	text-align: center;
	/* font-family: 'Merriweather', Times, Georgia, serif; */
}

.page-template-building_kyt .post-thumbnail {
	display: none;
}

.page-template-building_kyt .entry-header {
	text-align: center;
	margin: 0 0 2rem;
}

.page-template-building_kyt .rt-tpg-container .layout1 .rt-holder .rt-detail h3 {
	font-size: 1.1rem;
	line-height: 1.5;
	font-family: "proxima-nova", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}

/*--------------------------------------------------------------
## SINGLE POST PAGE
--------------------------------------------------------------*/

body.single-podcast .featured-image,
body.single-post .featured-image,
body.archive .featured-image {
	display: none;
}

body.single-post .content-area {
	max-width: 1200px;
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 1000px) {
	body.single-post .content-area {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
}

body.single-post .content-area  .primary-content {
	max-width: 700px;
	margin-right: 50px;
}

@media (max-width: 1000px) {
	body.single-post .content-area  .primary-content {
		margin: 0 auto;
		width: 100%;
	}
}

body.single-post .content-area  .secondary-content {
	max-width: 300px;
	position: relative;
}

@media (max-width: 1000px) {
	body.single-post .content-area  .secondary-content {
		margin: 0 auto 4rem;
		width: 100%;
		max-width: 700px;
	}
}

.entry-header .entry-title a:hover {
	box-shadow: none;
}

.entry-header,
.post .entry-header {
	margin-bottom: 0
}

.entry-byline {
	margin-bottom: 2rem;
}

.author-profile-title {
	margin: 0;
}

.author-profile-links a {
	text-decoration: none;
}

.entry-content .meta-list {
	display: none;
}

.entry-content > h4 {
	font-weight: normal;
}

.post-navigation {
	display: none;
}

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

.pagination a {
	text-decoration: none;
}

.page-numbers.current {
	background-color: #9079CD;
}

.entry-content > h2 {
	margin-top: 0;
	font-weight: normal;
}

.entry-content p a,
.entry-content p a:hover,
.header-text a,
.header-text a:hover,
.entry-content .meta-list a,
.post-navigation a:hover .post-title,
.entry-header .entry-title a:hover,
#page .more-link:hover,
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
	color: #0076aa;
}

.entry-content p a {
	box-shadow: none !important;
}

.entry-content  .inline-banner {
	display: block;
	text-align: center;
	border: 1px solid #F6F2EE;
	padding: 1rem;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	background: #F6F2EE;
}

.entry-content  .inline-banner .inline-banner-title {
	font-weight: bold;
	font-size: 1rem;
	margin: 0 0 .25rem 0;
}

@media (max-width: 723px) {
	.entry-content  .inline-banner .inline-banner-title {
		font-size: .9rem;
	}
}

.entry-content  .inline-banner .inline-banner-text {
	text-align: left;
	width: 65%;
	font-size: 0.95rem;
	line-height: 1.1rem;
}

@media (max-width: 723px) {
	.entry-content  .inline-banner .inline-banner-text {
		font-size: 0.8rem;
	}
}

.entry-content  .inline-banner .inline-banner-cta {
	width: 22%;
}

.entry-content  .inline-banner .inline-banner-cta a {
	display: block;
	border: none;
	background:  #2DA562;
  padding: 8px 11px;
	color: white;
  font-weight: normal;
  border-radius: 3px;
	font-size: .9rem;
	text-decoration: none;
}

@media (max-width: 723px) {
	.entry-content  .inline-banner .inline-banner-cta a {
		padding: 5px 8px;
	}
}

.comments-area {
	padding-top: 0;
}

.form-submit {
	text-align: left;
}

h3.comment-reply-title {
	text-align: left;
	padding: 0;
	margin: 0;
}

.comment-form-comment {
	margin-bottom: 2rem;
}

.comment-form-comment textarea {
	height: 100px;
}

.comment-form-comment label {
	display: none;
}

/* Sidebar */

body.single-post .content-area  .sidebar .sidebar-newsletter-form {
	text-align: center;
	border: 1px solid #EFE8E2;
	padding: 2rem;
	margin-bottom: 1rem;
	border-radius: 20px;
}

body.single-post .content-area  .sidebar .sidebar-newsletter-form h3 {
	font-size: 1rem;
	margin: 0;
}

body.single-post .content-area  .sidebar .newsletter-description {
	font-size: .85rem;
	margin: .5rem 0;
}

body.single-post .content-area  .sidebar .newsletter-fields-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0;
}

body.single-post .content-area  .sidebar .newsletter-fields-row input[type=email] {
	border-radius: 20px 0 0 20px;
	border-right: none;
	width: 55%;
	padding-left: 20px;
	height: 35px;
}

body.single-post .content-area  .sidebar .newsletter-fields-row .submit-newsletter {
	border: none;
	background: white;
	border: 1px solid #2DA562;
  padding: 8px 11px;
	color: #2DA562;
  font-weight: bold;
  border-radius: 0 20px 20px 0;
	font-size: .8rem;
	width: 35%;
	height: 35px;
}

body.single-post .content-area  .sidebar-top-banner {
	text-align: center;
	border: 1px solid #EFE8E2;
	padding: 2rem;
	margin-bottom: 1rem;
	position: sticky;
	top: 100px;
	border-radius: 20px;
}

body.single-post .content-area  .sidebar-top-banner .heading {
	margin: 0 0 1rem 0;
}

body.single-post .content-area  .sidebar-top-banner .heading span {
	font-size: 1.2rem;
	font-weight: 200;
	display: block;
}

body.single-post .content-area  .sidebar-top-banner .heading strong {
	font-size: 1.8rem;
	font-weight: bold;
}

body.single-post .content-area  .sidebar-top-banner .btn {
	background: #2DA562;
	padding: 8px 11px;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
	border-radius: 30px;
}

/*--------------------------------------------------------------
## SINGLE POST PAGE
--------------------------------------------------------------*/

.author-profile {
	position: relative;
	margin-top: 5%;
	padding: 5%;
	width: 100%;
	background: #f5f5f5;
	display: flex;
	flex-direction: row;
}

.author-profile .author-profile-avatar {
	margin-right: 10px;
}

.author-profile .author-profile-avatar img {
	border-radius: 100px;
}


.author-profile h3.author-profile-title {
	font-size: 18px;
}

.author-profile .author-description {
	font-size: 16px;
}

.author-profile .author-description p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Custom Related Posts
--------------------------------------------------------------*/

h3.crp-list-title {
  text-align: center;
  font-size: 22px;
}

.crp-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.crp-list-item {
  max-width: 165px;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 4px;
}

.crp-list-item-image img {
  object-fit: cover;
  width: 165px !important;
  max-width: 165px !important;
  height: 100px !important;
  border-radius: 4px 4px 0 0;
  padding: 2px;
}

.crp-list-item a {
  color: black;
  text-decoration: none;
}

.crp-list-item-title {
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
## GRID LOAD MORE BUTTON
--------------------------------------------------------------*/

.rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn {
	background: #00B76A;
	color: white;
	font-size: 16px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
	border-bottom: 4px solid #4a7e57;
	max-width: 30%;
	margin: 0 auto;
	display: block;
	border-radius: 4px;
}

.rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn:active {
	border-bottom: 0;
}

@media (max-width: 599px) {
	.rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn {
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer.site-footer {
	background: #F6F2EF url('./assets/images/background_wave2.svg') repeat-x top;
	background-size: 1440px 66.3px;
	background-position-x: 960px;
	width: 100%;
	padding-top: 1rem;
}

@media (max-width: 723px) {
	footer.site-footer {
		background: #F6F2EF;
	}
}


footer.site-footer .wrapper {
	max-width: 1000px;
	margin: 2rem auto 0;
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 723px) {
	footer.site-footer .wrapper {
		flex-direction: column;
		margin: 0 auto 0;
	}
}

footer.site-footer a {
	color: black;
}

footer.site-footer .footer-logo {
	display: flex;
	flex-direction: row;
}

footer.site-footer .footer-logo .logo-icon, footer.site-footer .footer-logo .logo-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

footer.site-footer .footer-logo .logo-icon img,
footer.site-footer .footer-logo .logo-text img {
	vertical-align: middle;
}

footer.site-footer .footer-logo .logo-icon img {
	width: 41px;
}

footer.site-footer .footer-logo .logo-text img {
	width: 125px;
	margin-left: 5px;
	display: none;
}

footer.site-footer ul {
	list-style: none;
	padding: 0;
}

footer.site-footer ul.links,
footer.site-footer ul.social-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 723px) {
	footer.site-footer ul.links,
	footer.site-footer ul.social-links {
		margin: 1rem 0;
		text-align: center;
	}
}

footer.site-footer ul.links li,
footer.site-footer ul.social-links li {
	padding: 0 0.7rem;
	font-size: 0.9rem;
}

@media (max-width: 723px) {
	footer.site-footer ul.links li,
	footer.site-footer ul.social-links li {
		font-size: .8rem;
		padding: 0 .5rem;
	}

	footer.site-footer ul.links li .hide-on-sm {
		display: none;
	}

	footer.site-footer ul.links li.about {
		display: none;
	}

	footer.site-footer ul.social-links li {
		margin: 0;
	}
}

/*--------------------------------------------------------------
## Search Results page
--------------------------------------------------------------*/

body.search-results .content-area {
	max-width: 700px;
}

body.search-results .page-title {
	text-align: center;
}

body.search-results .post-thumbnail img {
	height: auto;
	max-width: 50%;
	vertical-align: bottom;
	text-align: center;
	margin: auto;
}

body.search-results .hentry {
	margin: 0 0 40px;
	border-bottom: 2px dashed #e0e0e0;
	text-align: center;
}

/*--------------------------------------------------------------
## MOBILE NAV
--------------------------------------------------------------*/

@media (min-width: 724px) {
	header.main-header .main-nav-mobile {
		display: none;
 }

 .main-header .logo {
		display: none;
	}
}

@media (max-width: 723px) {
 header.main-header .logo.desktop {
		display: none;
	}
}

.main-nav-mobile {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-nav-mobile header.main-header .logo {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	width: 50%;
	padding: 0;
}

.main-nav-mobile ul {
	list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
  position: absolute;
}

.main-nav-mobile li a {
	display:block;
	min-width:140px;
	text-align: center;
	color: black;
	background: white;
	text-decoration: none;
  padding: 10px 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.main-nav-mobile li:hover a {
	color: #4db3ff;
  background-color:#ccddee;
}

/*Style for dropdown links*/
.main-nav-mobile li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.main-nav-mobile li:hover .main-nav-mobile ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.main-nav-mobile li ul {
	display: none;
}

.main-nav-mobile li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

.main-nav-mobile .show-menu {
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: white;
	text-align: center;
	padding: 8px;
	display: none;
  cursor: pointer;
}

/*Hide checkbox*/
.main-nav-mobile input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.main-nav-mobile input[type=checkbox]:checked ~ #menu {
  display: block;
}

.main-nav-mobile ul {
	position: static;
	display: none;
	width: 100%;
}

.main-nav-mobile li {
	margin-bottom: 1px;
}

.main-nav-mobile ul li, .main-nav-mobile li a {
	width: 100%;
}

.main-nav-mobile .show-menu {
	display:block;
}
