/*
Theme Name: Think Equal
Theme URI: https://duellingpixels.com/
Description: A thme by Duelling Pixels
Author: Duelling Pixels
Author URI: https://duellingpixels.com/

Version: 1.0.3

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html


Text Domain: dakota
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalizea
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WP Forms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menus
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Before Footer Area
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Title Area
		- Genesis Menu
		- Responsive Menu
		- Header Menus
		- Site Inner
		- Content
		- Sidebar
		- Entry
		- Entry Header
		- Headings
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* CSS Variables */

:root {
	--accent-color: #859898;
	--footer-color: #f4f7f7;
	--text-color: #323B3C;
	--body-font: "Hind", Arial, serif;
	--heading-font: "Nunito", Arial, serif;
}

/* Box Sizing
--------------------------------------------- */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
	content: " ";
	display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: #FFF;
	color: var(--text-color);
	font-family: var(--body-font);
	font-size: 1.68rem;
	font-size: 16.8px;
	font-weight: 300;
	line-height: 2.05;
	margin: 0;
	overflow-x: hidden;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	color: var(--accent-color);
	text-decoration: none;
}

a:focus, a:hover {
	color: var(--text-color);
	text-decoration: none;
}

span:target {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b, strong {
	font-weight: 700;
}

p strong {
	font-weight: 600;
}


blockquote, cite, em, i {
	font-style: inherit;
}

mark {
	background: #ddd;
	color: var(--text-color);
}

blockquote {
	margin: 30px;
}

blockquote p {
	font-family: var(--heading-font);
	font-size: 1.4rem;
	font-size: 14px;
	margin-bottom: 40px;
}

.hero-header .top p {
	font-size: 2rem;
	font-size: 20px;
}

	

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-font);
	font-weight: 700;
	line-height: 1.44;
	margin: 0px;
}

h1 {
	font-size: 2rem;
	font-size: 20px;
}

h2 {
	font-size: 2rem;
	font-size: 20px;
}

.home .entry-content .hero h2 {
	font-size: 60px;
	margin-top: 10px;
}

@media only screen and (max-width: 960px) {
	.home .entry-content .hero h2 {
		font-size: 55px;
	}
}

@media only screen and (max-width: 600px) {
	.home .entry-content .hero h2 {
		font-size: 45px;
	}
}

h3 {
	font-size: 3rem;
	font-size: 30px;
}

h4 {
	font-size: 2.6rem;
	font-size: 26px;
	color: var(--accent-color);
	font-weight: 500;
}

h5 {
	font-size: 2.4rem;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}

h6 {
	font-size: 2rem;
	font-size: 20px;
	font-weight: 600;
}

.home-hero-section  h2, .entry-content h3,.home-hero-section h4,.home-hero-section h5 {
	margin-top: 40px;
	margin-bottom: 20px;
}
/*
.entry-content .top h2, .entry-content .top h3, .entry-content .top h4, .entry-content .top h5 {
	margin: 0 auto;
}*/
.wp-block-cover h1,
.wp-block-cover h2{
	line-height: 0.9;
	font-size: 80px;
    font-weight: 700;
}


.hero-header h1,
.hero-header h4 {
	margin-bottom: 0px;
}

.hero-header h1 {
	font-size: 2.6rem;
    font-size: 26px;
}

/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus, .gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input, select, textarea {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	color: var(--text-color);
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 6px 10px;
	height: 38px;
	width: 100%;
}

input:focus, textarea:focus {

	outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
}

::placeholder {
	color: #666;
	opacity: 1;
}

a.button, button, input[type="button"], input[type="reset"], input[type="submit"], .entry-content a.button, .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: var(--accent-color);
	border-width: 0;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: var(--heading-font);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	height: auto;
	font-family: var(--heading-font);
	background-color: var(--accent-color);
	font-size: 1.8rem;
    border-radius: 20px;
    font-weight: 600;
    float: right;
    padding: 3px 16.8px;
    transition: all .2s ease-in-out;
}


a.button:focus, a.button:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .entry-content a.button:focus, .entry-content a.button:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	-webkit-box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
	transform: scale(1.1);
}



.entry-content a.button:focus, .entry-content a.button:hover, .widget a.button:focus, .widget a.button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td, th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child, th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus, .widget_search input[type="submit"]:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: var(--text-color);
	display: block;
	font-size: 1em;
	font-weight: 600;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}

.entry-content a.more-link {
	margin-bottom: 30px;
	position: relative;
	float: right;
	margin-top: 20px;
	color: var(--text-color);
	text-align: center;
/*	box-shadow: inset 0 -3px 0 0 #9ab5b5; */
}
/*
.entry-content a.more-link:after {
	display: inline-block;
	content: '';
	margin-right: 5px;
	margin-left: 5px;
	color: #859898;
	background-image: url('images/bx-play-circle.svg');
	background-size: contain;
	height: 20px;
	width: 20px;
	vertical-align: middle;
} */

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	word-wrap: break-word;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
}

@media only screen and (max-width: 960px) {
	.site-inner {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 600px) {
	.site-inner {
		padding-top: 0px;
	}
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar, .alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry, .archive-description, .author-box {
	margin-bottom: 40px;
}

.after-entry {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.author-box a, .breadcrumb a, .more-from-category a {
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: inset 0 -7px 0 0 #eee;
	box-shadow: inset 0 -7px 0 0 #eee;
	color: var(--text-color);
}

.author-box a:focus, .author-box a:hover, .breadcrumb a:focus, .breadcrumb a:hover, .more-from-category a:focus, .more-from-category a:hover {
	-webkit-box-shadow: inset 0 -22px 0 0 #eee;
	box-shadow: inset 0 -22px 0 0 #eee;
	color: var(--text-color);
}

.author-box p {
	font-size: 16px;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 60px;
	margin-top: -20px;
	padding-bottom: 10px;
	text-align: center;
}

.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}

.blog .entry-content, .archive .entry-content {
	margin-left: auto;
}
.blog .site-container {
 	background: -webkit-linear-gradient(0deg, #2c3242 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(0deg, #52525c 66%, #2c3242 66%);
    background: -o-linear-gradient(0deg, #2c3242 33%, rgba(0, 0, 0, 0) 33%), -o-linear-gradient(0deg, #52525c 66%, #2c3242 66%);
    background: -moz-linear-gradient(0deg, #2c3242 33%, rgba(0, 0, 0, 0) 33%), -moz-linear-gradient(0deg, #52525c 66%, #2c3242 66%);
    background: linear-gradient(0deg, #2c3242 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(0deg, #52525c 66%, #2c3242 66%);
}	

@media only screen and (max-width: 960px) {
	.blog .entry-content a {
		box-shadow: none;
	}
}

.entry-content p {
	margin-bottom: 20px;
}

.archive article img, .search article img {
	margin-top: 10px;
	float: none;
	margin-top: 10px;
	max-width: 250px;
	margin-right: 40px;
}

@media only screen and (max-width: 600px) {
	.archive article img, .search article img {
		display: none;
	}
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"], .search-form input[type="submit"] {
	margin-top: 10px;
}

.search-form input[type="submit"] {
	content: "\f179";
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'dashicons';
	vertical-align: middle;
	background: none;
	border: none;
	padding-left: 20px;
	position: relative;
	float: right;
	color: #938e8e;
	margin-top: -45px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title, .search .entry-title, .archive-title, .author-box-title {
	font-family: var(--body-font);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 10px;
	font-size: 4.8rem;
	font-size: 48px;
	text-align: left;
}

.blog .archive-description .archive-title {
	    margin: 0 auto;
	    color: #95c756;
		line-height: 1.44;
	    font-weight: 500;
	    font-size: 2.6rem;
		font-size: 26px;
	    }

.archive-title:after, .search:after {
	border-bottom: 1px solid #ccc;
	content: "";
	display: block;
	margin: 20px 0 20px;
	padding-bottom: 10px;
	width: 10%;
}

.entry-title {
	font-size: 4.6rem;
	font-size: 46px;
	margin-bottom: 10px;
}

h1.entry-title:after, h2.title:after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #938e8e;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1.entry-title {
	margin-bottom: 40px;
	margin-top: 40px;
}

h2.entry-title {
	text-align: left;
}

.archive h2.entry-title, .search h2.entry-title, .blog h2.entry-title {
	font-size: 30px;
	font-size: 3rem;
	text-align: left;
}

.entry-title a {
	color: var(--text-color);
	text-decoration: none;
	font-weight: 300;
}

.entry-title a:focus, .entry-title a:hover {
	color: var(--accent-color);
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone, .alignnone {
	margin-bottom: 15px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption, .wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 30px;
}

.singular-image.entry-image {
	margin-bottom: 40px;
}

.single .wp-post-image {
	max-width: 200px;
	float: right;
	border-radius: 6px;
}

@media only screen and (max-width: 600px) {
	.single .wp-post-image {
		display: none;
	}
}

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child, .widget ul>li:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 10px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border-width: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry .entry-header {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

.featured-content .entry-header::after {
	display: none;
}

.featured-content .entry-title {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
}

.featured-content .more-posts-title {
	font-size: 28px;
}

.second-section .wp-block-group__inner-container {
	max-width: 1100px;
    margin: 0 auto;
    padding:50px 0;
    min-height: 500px;
}



/* Plugins
---------------------------------------------------------------------------- */

.think_equal_emoji .emoji {
	text-align: right;
	float: right;
	margin-right: 10%;
	}


.resources a {
	color: unset !important;
	box-shadow: unset !important;
	}
	
.emoji {
	background: transparent;
	}	
	
.emoji svg {
	fill: none;
	}		

.wp-block-column.created-icon {
	padding: 10px;
	}
#siteseal {
	margin-top: 10px;
	float: left;
	}
	


/* Popup Theme 9451: Content Only - For use with page builders or block editor */
.pum-theme-9451, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.30 ) } 
.pum-theme-9451 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-9451 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-9451 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-9451 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 

/* Popup Theme 9445: Light Box */
.pum-theme-9445, .pum-theme-lightbox { background-color: rgba( 44, 50, 66, 0.50 ) } 
.pum-theme-9445 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 2px solid #357ccc; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-9445 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-9445 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-9445 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } 

/* Popup Theme 9444: Default Theme */
.pum-theme-9444, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-9444 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-9444 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-9444 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-9444 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } 

/* Popup Theme 9446: Enterprise Blue */
.pum-theme-9446, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-9446 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-9446 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-9446 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-9446 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } 

/* Popup Theme 9447: Hello Box */
.pum-theme-9447, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-9447 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-9447 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-9447 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-9447 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 

/* Popup Theme 9448: Cutting Edge */
.pum-theme-9448, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-9448 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-9448 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-9448 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-9448 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } 

/* Popup Theme 9449: Framed Border */
.pum-theme-9449, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-9449 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-9449 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-9449 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-9449 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 

/* Popup Theme 9450: Floating Bar - Soft Blue */
.pum-theme-9450, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-9450 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-9450 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-9450 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-9450 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } 

#pum-9453 {z-index: 1999999999}
#pum-9488 {z-index: 1999999999}
#pum-9452 {z-index: 1999999999}
	
	
	

/* Customiser Styles
---------------------------------------------------------------------------- */

.gb-block-container .has-background-dim {
    opacity: 1 !important;
}
.page-id-8493 h2 {
	line-height: 0.9;
    font-size: 80px;
    font-weight: 700;
}
.character img {
    margin-bottom: -37px;
}

.mapplic-pin.pin-classic {
	    width: auto;
}
.mapplic-image, .mapplic-tooltip-wrap {
    max-width: 600px 
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.donation-popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.donation-popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.donation-popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

	
/* Gravity
---------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	margin-bottom: 28px;
}

.gform_wrapper ul li.gfield {
	margin-bottom: 20px;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	padding: 7px;
	font-size: 18px;
	border-bottom: 1px solid #52525c;
}


.entry .gform_wrapper form {
	background: transparent;
}

.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper h3.gform_title {
	width: 100%;
}

.gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 0;
}

.gform_wrapper h3.gform_title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.gform_wrapper span.gform_description {
	padding: 20px;
	display: block;
}

.gform_wrapper span.gform_description p:last-child {
	margin-bottom: 0;
}

.gform_wrapper .gform_body {
	padding: 0 20px 0 20px;
}

.gform_wrapper .top_label .gfield_label {
	color: #6d6e70;
}

.gform_wrapper .gform_footer {
	padding: 0 20px 20px 20px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 20px;
	font-weight: 600;
	background-color: #f9ed32;
	color:#2c3242;
	float: right;
	padding: 10px 16.8px;
	white-space: nowrap;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #d61a2e;
}

.footer-widgets input, .footer-widgets textarea {
	color: #fff;
}

.footer-widgets .gform_wrapper .gform_footer input.button,
.footer-widgets .gform_wrapper .gform_footer input[type="submit"] {
	background-color: #357ccc;
	color: #fff;
	}
	
	
	.gform_wrapper form.gf_simple_horizontal {
		  width: -webkit-fill-available !important;
		  width: fit-content  !important;
	}
	.dark-subscription .gform_footer input[type="submit"] {
			color: #2c3242;
	} 
	.dark-subscription .gform_wrapper input[type=text], 
	.dark-subscription .gform_wrapper input[type=url], 
	.dark-subscription .gform_wrapper input[type=email], 
	.dark-subscription .gform_wrapper input[type=tel], 
	.dark-subscription .gform_wrapper input[type=number], 
	.dark-subscription .gform_wrapper input[type=password]{
		border-bottom: 1px solid #fff;
		}
		
	form.gf_simple_horizontal input::-ms-input-placeholder , 
	form.gf_simple_horizontal input:-ms-input-placeholder, 
	form.gf_simple_horizontal input::-webkit-input-placeholder, 
	form.gf_simple_horizontal input::-webkit-input-placeholder, 
	form.gf_simple_horizontal input::placeholder, 
	.dark-subscription::-ms-input-placeholder, 
	.dark-subscription:-ms-input-placeholder, 
	.dark-subscription::-webkit-input-placeholder, 
	.dark-subscriptiont::-moz-placeholder, 
	.dark-subscriptiont:placeholder, 
	.dark-subscription input::-ms-input-placeholder, 
	.dark-subscription input:-ms-input-placeholder, 
	.dark-subscription input::-webkit-input-placeholder, 
	.dark-subscription input::-moz-placeholder, 
	.dark-subscription input::placeholder,
	.dark-subscription form.gf_simple_horizontal input::-ms-input-placeholder, 	
	.dark-subscription form.gf_simple_horizontal input:-ms-input-placeholder,	
	.dark-subscription form.gf_simple_horizontal input::-webkit-input-placeholder, 		
	.dark-subscription form.gf_simple_horizontal input::-moz-placeholder,
	.dark-subscription form.gf_simple_horizontal input::placeholder  {
		color: #fff;
		}
		
		
	
	
	.sp-html-sitemap ul>li {
    list-style-type: none !important;
	}
	.sp-html-sitemap a {
    text-decoration: none;
	}
	
div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
div.gform_wrapper li.gfield_error textarea {
	border-color: transparent;
	border-top:none !important;
	border-left:none !important;	
	border-right:none !important;	
	}
	
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border:none !important;
	}	
	
/* blog archive
---------------------------------------------------------------------------- */


.articles .post {
	background: #fff;
}
 .blog .content {
	 display: flex;
    flex-wrap: wrap;
    }


.blog .archive-description {
	max-width: 50%;
	padding: 50px 50px 0 0;
	
}


.blog .post-1 {
	max-width: 50%;
	padding: 50px 50px 0 0;
	
}

.blog .hero-title {
    width: 50%;
    background-size: cover;
    position: relative;	
    
}

.blog .content h2.entry-title,
.blog .content h2.entry-title a {
	font-weight: 600;
}

.hero-title .wrap {
	padding: 10px;
	margin: auto 0 0 20px;
	color: #fff;
	background:rgba(0,0,0,0.7);
	position: absolute; 
                bottom: 0;
                right: 0;
}

.hero-title .wrap a,
.hero-title .post-info-meta .entry-meta .entry-categories a {
		color: #fff;
		box-shadow: none;
}

.hero-title .wrap .post-info-meta,
.blog .entry-content .post-info-meta {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
    align-items: center;
    position: relative;
	
}

.hero-title p {
	    margin-bottom: 0p;
	    }

.hero-title .wrap .post-info-meta .post-meta,
.blog .entry-content p.entry-meta {
	float: left;
}


.entry-meta .entry-time,
.entry-meta .entry-categories  {
	font-size: 12px;
	width: auto;
}

.entry-meta .entry-time:after {
	content: '|';
	margin-left: 20px;
	font-weight: 600;
}

.entry-meta .entry-categories {
	margin-left: 20px;
}

.entry-meta .entry-categories a{
		box-shadow: none;
}




/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews, .before-footer-area .enews {
	padding: 10px;
	text-align: center;
}

.after-entry .enews input, .before-footer-area .enews input {
	text-align: center;
	max-width: 33%;
}

.after-entry .enews input[type="submit"], .sidebar .enews input[type="submit"], .before-footer-area .enews input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews input {
	margin-bottom: 10px;
}

.enews form+p {
	margin-top: 20px;
}

.enews-privacy {
	margin: 10px auto;
	display: block;
	text-align: center;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: var(--text-color);
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus, .gs-faq__question:hover {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--accent-color);
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 400;
	font-family: var(--heading-font);
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	font-weight: 300;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */

:focus {
	color: var(--text-color);
	outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	z-index: 9999;
	top: 0;
	 position: -webkit-sticky; /* Safari */
	position: sticky;
	background: #fff;
}

.site-header>.wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
}
@media only screen and (max-width: 690px) {
	
	.site-header>.wrap {
		display: block;
	}
	
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 20px;
}

.wp-custom-logo .title-area {
	margin-top: 10px;
	max-width: 244px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: 100px;
	margin-left: 10px;
}

@media only screen and (max-width: 600px) {
	.wp-custom-logo .title-area img {
		margin-left: -10px;
	}
	
}

.site-title {
	font-family: var(--body-font);
	font-size: 3.8rem;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a, .site-title a:focus, .site-title a:hover {
	color: var(--accent-color);
	text-decoration: none;
}

.site-description, .wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.header-widget-area {
	float: right;
}

.header-widget-area .widget {
	float: right;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	padding-right: 30px;
}
/*
.header-widget-area ul.menu:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(images/rss.svg);
} */

.header-widget-area .genesis-nav-menu a {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 5px;
}

.header-widget-area .button {
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 20px;
	font-weight: 600;
	background-color: #95c756;
	float: right;
	    padding: 3px 16.8px;
}

.header-widget-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 160px);
    max-width: 1280px;

}

@media only screen and (max-width: 960px) {
	.header-widget-area {
		/* float: none;*/
		flex-direction: row-reverse;
		 margin-top: 20px;
		width: calc(100% - 150px);
	}
	
	.header-widget-area .button {
		right: 150px;
		position: absolute;
	}
	
	.header-widget-area .genesis-nav-menu {
		margin-top: 50px;
	    margin-bottom: 20px;
	    width: 100%;
	}
	.header-widget-area .genesis-nav-menu .menu-item {
		display: inline-block;
		width: 100%;
	}
	.header-widget-area .genesis-nav-menu a {
		margin: 5px 2px;
	}
	.header-widget-area .widget {
		padding-right: 0;
	}
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: center;
	padding-top: 0;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}

.genesis-nav-menu a {
	color: var(--text-color);
	display: block;
	font-family: var(--heading-font);
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 8px;
	margin: 10px 8px;
	text-decoration: none;
	border-bottom: solid 2px transparent;
}

/* 
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .active a, .genesis-nav-menu .sub-menu .active>a:focus, .active>a, .genesis-nav-menu .sub-menu .active>a:hover
*/

.genesis-nav-menu a:focus, 
.genesis-nav-menu a:hover, 
.genesis-nav-menu .current-menu-item>a, 
.genesis-nav-menu .current-menu-ancestor>a, 
.genesis-nav-menu .sub-menu .current-menu-item>a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item>a:hover  {
	border-bottom: solid 2px var(--accent-color);
	color: var(--accent-color);
	text-decoration: none;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	word-wrap: break-word;
	font-size: 1.4em;
	font-size: 14px;
}

.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}



.genesis-nav-menu .button a {
	background-color: #95c756;
	border-radius: 20px;
	align-content: 	flex-end;
}





@media only screen and (max-width: 960px) {
	.menu-primary {
		background: var(--footer-color);
		padding: 20px;
		margin-bottom: 20px;
		max-width: 98%;
	}
	.menu-primary a {
		padding: 10px;
	}
	.genesis-nav-menu .current-menu-item>a {
		border: none;
		font-weight: 700;
		color: var(--text-color);
	}
	
	.site-header .menu-secondary {
		display: none;
	}
}

/*
Accordian 
---------------------------------------------------------------------------------------------------- */
	
	
.wpb-submenu-indicator,
.sub-menu .menu-item span .la-angle-down {
	float: right;
}


.vert-open a i.wpb-submenu-indicator:before,
.vert-open .vert-open a i.wpb-submenu-indicator:before{
	  transform: rotateX(180deg);
	   transition: all 500ms;
}
/*
.vert-open a .wpb-submenu-indicator {
	  transform: rotateX(0);
}*/


.sidebar-primary {
	margin-right: 10px;
}	

.current-menu-item a span {
	padding-bottom: 4px;
	text-decoration: none;
	box-shadow: none;
	transition: box-shadow .33s ease-out;
	box-shadow: 0 5px 0 -4px currentColor;
}

.current-menu-item .sub-menu a span {
	box-shadow: none;
}

	


/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu, .menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}
/*
.genesis-responsive-menu {
	display:none;
	right: -350px;
	}*/



.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
	display: none;
} 

.menu-toggle, .sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: var(--text-color);
	display: block;
	margin: 0 auto;
	overflow: hidden;	
	text-align: center;
	visibility: visible;
	z-index:99;
}

.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--accent-color);
}

.menu-toggle {
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 15px 0;
	position: absolute;
	z-index: 1000;
	right: 10px;
	top: 40px; 
} 

.menu-toggle {
    line-height: 20px;
    margin-right: 20px;
    padding: 15px 0;
   	position: absolute;
	z-index: 1000;
	right: 10px;

	}	

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	-o-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


@media only screen and (max-width: 960px) {
	
	.genesis-responsive-menu ul.menu{
	position: absolute;
    width: 350px;
    height: 100vh;
    top: -50px;
    padding-top: 100px;
    -webkit-animation: slide 0.5s forwards;
    animation: slide 0.5s forwards;
	position: relative; 
	transition-timing-function: ease;
	transition-property: auto; 
   transform-origin: top;
	}
}

@-webkit-keyframes slide {
    100% { right: 0; }
}

@keyframes slide {
    100% { right: 0; }
}


/* Header Menus
--------------------------------------------- */

.nav-primary, .nav-secondary {
	width: 100%;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content a {
	-webkit-box-shadow: inset 0 -3px 0 0 var(--accent-color);
	box-shadow: inset 0 -3px 0 0 var(--accent-color);
}

.entry-content a:hover {
	text-decoration: none;
}

.content .sticky .entry-content a {
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
}

.content .sticky .entry-content a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ul>li, .entry-content ul ul>li {
	list-style-type: circle;
}

.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.hero-image-block {
	max-height: 556px;

}

.top p {
	line-height: 1.44;
}

/* Content Grid
--------------------------------------------- */



.content-archive .content {
    float: none;
}

.articles {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

.content-archive .content .entry {
    margin-bottom: 0;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.content-archive .content .entry-content {
    padding: 20px;
}

.content-archive .content a.entry-image-link img {
    margin-bottom: 0;
    vertical-align: top;
}

.content-archive .content .entry-title {
    font-size: 18px;
}

.content-archive .content p.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
}

.content-archive .content .entry-meta a {
    color: #333;
    text-decoration: none;
}

.content-archive .content .entry-meta a:hover {
    color: #c3251d;
}

@media only screen and (max-width: 1023px) {
    .articles {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .articles {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

/* Hero Block
--------------------------------------------- */
.wp-block-cover .hero-emoji {
	top: 10px;
    position: relative;
    text-align: right;
    right: 90px;


}
.hero-image-block .emoji {
	top: 200px; 
    left: 50px;
    position: relative;
        z-index: 999;
}


.hero-header .wp-block-columns.	top {
	max-height: 543px;
}

.home-hero-section {
		min-height: 499px;
	max-height: 500px;
}

.home-hero-section .wp-block-cover__inner-container {
    align-self: baseline;
    margin-top: 20px;
}

.hero-image-block .hero-image {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 500px;
}
/*
.hero-header .top ~ 
 */
 .hero-emoji img,
.emoji img {
    width: 350px;
    max-width: 350px;;
} 

.hero-header .left-section .gb-block-container .gb-container-inside {
    max-width: 550px !important;
    float: right;
    padding-right: 75px;
}

.hero-header .left-section .wp-block-group {
	 max-width: 550px !important;
    float: right;
    padding-right: 75px;
}

@media only screen and (max-width: 960px) {
	
	.hero-header .left-section .gb-block-container .gb-container-inside {
    padding-right: 20px;
    float:none;
	}
	
	
	.hero-image-block {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.hero-image-block .emoji {
	top: 220px; 
    left: 20px;
	}
	
	.hero-header .left-section .wp-block-group {
	 max-width: 100vw;
    float: none;
    padding:40px ;
    padding-right: unset;
	}
}

.home.full-width-content .entry-content .alignwide {
     margin-left:auto !important; 
     margin-right: auto !important; 
}

.site-container .wp-block-columns.alignfull {
	margin-bottom:0px;
}


.main-section .wp-block-group__inner-container {
	padding: 50px 0;
}
.wp-block-columns.has-background,
.second-section .wp-block-columns.has-background,
.wp-block-column {
    padding: 0;
}

.below-icon {
	padding-top: 250px;
	margin-left: 10px;
}

 .second-section .wp-block-column:first-of-type  {
	 font-weight: 600;
 }
 
 
 .profile-row-section {
	max-width: 100%;
	min-width: 100%;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
 }
 
  .profile-grid-row {
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 }
	 
 
.profile-row-section .profile-column-left,
.profile-row-section .profile-column-right,
.grid-square-1,
.grid-square-2,
.grid-square-3,
.grid-square-4 {
	display: flex;
	flex-direction: row;
	 width: 50%;
	 margin: 0;
 }
 
  
.grid-square-1,
.grid-square-2,
.grid-square-3,
.grid-square-4 {
	 width: 50%;
	 margin: 0;
	 min-height: 400px;
 }
 
 .grid-square-3 {
	 background:transparent;
	 }
	
/*	 
 .last .grid-square-3 {
	 background-color: #c9a45d;
	 }	 
	 
.last .grid-square-3:nth-child(3) {
	 background-color: #c3d2d7;
 }	 
*/

.grid-square-4 {
	background-color: #52525c;
	 }
 
 .profile-grid-row.last .profile-column-left {
	flex-direction: row-reverse; 
}


.profile-column-right,
.profile-column-left .grid-square-2 {
	display: flex;
	flex-direction: column;
	align-items:  flex-start;
	padding: 20px;
	color: #fff;
	background-color: #2c3242;
}
.profile-grid-row .profile-column-right {
	 background-color: #52525c;
 }	

 .profile-grid-row.last .profile-column-right {
	 background-color: #2c3242;
 }	
 
 .profile-grid-row.last .profile-column-left .grid-square-2 {
	     align-items: flex-end;
 }

.grid-square-2 h3 {
	margin: unset;
}


	
 .new.profile-column-left {
 		display: flex;
 		flex-direction: row;
 		max-width:50%;
 		flex-wrap: wrap;

  }
  
.new .left-top-row {
 		display: flex;
	  flex-direction: row-reverse;
	  flex-wrap: wrap;

  }
  
  .new .left-bottom-row{
 		display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;

  }
 .new.profile-grid-row .profile-column-left .grid-square-1, 
  .new.profile-grid-row .profile-column-left .grid-square-2 {
	    align-items: flex-start;
 }
.new.profile-grid-row .profile-column-right {
	max-width: 50%;
	}
	

 .new .grid-right > div,
.new.profile-column-left > div{
	flex: 1 1 calc(100% - 50px);
  }
.last .new .profile-column-left .left-top-row  {
	flex-direction: row-reverse;
	}
	
	

.new .profile-column-right {
	padding: 0;
	}


.new .profile-column-right .grid-right-half {
	display: flex;
	flex-direction: column;
	justify-content:  flex-start;
	padding: 50px;
	color: #fff;
	background-color: #2c3242;
}
.last .profile-column-left .grid-square-2,	
.last .profile-column-right .grid-right-half {
	background-color: #52525c;
	}
.last .grid-square-4 {
	    background-color: #2c3242;
}



.new .profile-column-left .grid-square-2 {
	padding: 50px;
}

.profile-grid-row:nth-child(5n+0) .profile-column-left {
	    background-color: #83cfdc;
	}

.profile-grid-row:nth-child(5n+1) .profile-column-left {
	    background-color: #82dbc5;
	}

.profile-grid-row:nth-child(5n+2) .profile-column-left {
	    background-color: #c9a45d;
	}

.profile-grid-row:nth-child(5n+3) .profile-column-left {
	    background-color: #c3d2d7;
	}
	
.profile-grid-row:nth-child(5n+4) .profile-column-left {
	    background-color: #f99983;
	}	
	

 /** Side-by-Side Profile Grid **/


 .sidebyside.profile-column-left {
 		display: flex;
 		flex-direction: row;
 		max-width:50%;
 		flex-wrap: wrap;

  }
  
  .sidebyside .left-top-row {
 	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	width: 100%;

  }
  
  .sidebyside .left-bottom-row{
 		display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;

  }
 .sidebyside.profile-grid-row .profile-column-left .grid-square-1, 
  .sidebyside.profile-grid-row .profile-column-left .grid-square-2 {
	    align-items: flex-start;
 }
.sidebyside.profile-grid-row .profile-column-right {
	max-width: 50%;
	}
	

 .sidebyside .grid-right > div,
.sidebyside.profile-column-left > div{
	flex: 1 1 calc(100% - 50px);
  }
.last .sidebyside .profile-column-left .left-top-row  {
	flex-direction: row-reverse;
	}
	
	

.sidebyside .profile-column-right {
	padding: 0;
	max-height: auto;
	}


.sidebyside .profile-column-right .grid-right-half {
	display: flex;
	flex-direction: row;
	justify-content:  flex-start;
	padding: 0px;
}

.sidebyside.last .profile-column-right .grid-right-half {
	flex-direction: row-reverse;
}

.sidebyside.profile-grid-row:nth-child(5n+0) .profile-column-right .grid-square-2 {
	    background-color: #83cfdc !important;
	}

.sidebyside.profile-grid-row:nth-child(5n+1) .profile-column-right .grid-square-2 {
	    background-color: #82dbc5 !important;
	}

.sidebyside.profile-grid-row:nth-child(5n+2) .profile-column-right .grid-square-2 {
	    background-color: #c9a45d !important;
	}

.sidebyside.profile-grid-row:nth-child(5n+3) .profile-column-right .grid-square-2 {
	    background-color: #c3d2d7 !important;
	}
	
.sidebyside.profile-grid-row:nth-child(5n+4) .profile-column-right .grid-square-2 {
	    background-color: #f99983 !important;
	}	



.sidebyside .grid-square-1, .sidebyside .grid-square-2 {
    display: flex;
    min-height: 350px;
    max-height: 350px;
    margin: 0;
}

.sidebyside.left-bottom-row {
	display: none;
	}
.sidebyside.profile-grid-row.last {
	flex-direction: row-reverse;
	}
	
.sidebyside.profile-grid-row.last .left-top-row {
	flex-direction: row;
	}	
	
	
.sidebyside.last .profile-column-left .grid-square-2, 
.sidebyside.last .profile-column-right .grid-right-half,
.profile-grid-row.sidebyside .profile-column-right, 
.sidebyside.last .grid-square-1,	
.sidebyside .profile-column-right .grid-right-half {
	background-color: #2c3242;
	}

.sidebyside .left-bottom-row {
	padding: 50px;
	color: #fff;
	background-color: #2c3242;
	}
	

.button.profile {
	font-size: 16px;
    font-size: 1.6rem;
    border-radius: 20px;
    font-weight: 600;
    background-color: rgba(82, 82, 92, 0.5);
    float: right;
    padding: 3px 16.8px;
    align-self: center;
	margin-top: 40px;
    }
 
 
	
 
 /** Image Grid **/
 
.image-grid-row {
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 }
	   
.image-row-section {
	max-width: 100%;
	min-width: 100%;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
 }  
 
.image-row-section .image-column-left,
.image-row-section .image-column-right,
.image-row-section .grid-square-1,
.image-row-section .grid-square-2 {
	display: flex;
	 flex-direction: row-reverse;
	 width: 50%;
	 background: #fff;
	 min-height: 431px;
	 margin: 0;
 }
 .image-grid-row { 
 grid-auto-rows: 1fr;
 }
 
 .image-grid-row.last .image-column-left {
	  flex-direction: row;
	  min-width: 25%;
	  min-height: 400px;
	  }
 .image-grid-row.last .image-column-right {
	  flex-direction: row;
	  min-height: 400px;
	  min-width: 25%;
	  }	  
.image-grid-row .grid-square-1 {
	padding: 50px;
	}	  
.image-grid-row .grid-square-1 img,
.image-grid-row .grid-square-2 img {
	height: auto;
	width: auto;
	float: none;
	margin: auto;
	}
 
 
.image-column-right,
.image-row-section .grid-square-2 {
	display: flex;
	flex-direction: column;
	align-items:  flex-start;
	background-color: #52525c;
}

 
 .profile-grid-row.last .profile-column-left .grid-square-2 {
	   align-items: flex-start;
	   position: relative;
 }
 
 	
.profile-column-right .grid-right-half {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    }
    
      
  .profile-grid-row .grid-square-1 img {
	      display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
      
      
 /** Split View */     
      
 
 .inner-left  {
	 display: inline-block;
    float: right;
    width: 100%;
    min-height: 100%;
	 }
	 
	 
.inner-right .wp-block-group__inner-container {
	padding: 50px 50px;
	min-width: 550px;
    max-width: 550px;
    height: 100%;
 
 }
 
 
 .inner-left .wp-block-group__inner-container {
	max-width: 550px;
    padding:  50px 50px 50px 0;
    float: right;
    }
 

.split-section .wp-block-column:not(:first-child) {
	margin: 0;
	}
 
.split-section .wp-block-group__inner-container .wp-block-columns, .split-section .wp-block-group__inner-container .wp-block-columns .wp-block-column {
	 height: 100%;
	 }

.entry-content .arrow-link a,
.arrow-link,
.arrow-link a {
	box-shadow:unset !important;
	}


.wp-block-columns.reverse {
	flex-direction: row-reverse;
	}
.wp-block-columns.reverse .wp-block-column:not(:first-child) {
    margin-left:0;
    margin-right: 4em;
	}
	 
 /* Book Page
---------------------------------------------  */
 
 .book-section .wp-block-group__inner-container {
	max-width: 1100px;
    margin: auto;
 }
 
 .books-wrapper {
    max-width: 100%;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
 
 
 .book-single-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: auto;
	
	
 }
 
 .book-single-wrapper .column-left,
 .book-single-wrapper .column-right  {
 width: 50%;
 min-width: 50%;
 max-width: 50%;
 margin:0;
 padding-top: 40px;
}

.column-right,
.column-left {
	min-height: 500px;
}

.column-right {
	max-width: 550px;
	float: left;
	margin-left: 100px;
}

.column-left-wrapper {
	max-width: 550px;
	float: right;
	padding: 0 50px 0 0;
	
}


.column-right-content-wrapper {
    margin-left: 100px;
    }

.column-right-content-wrapper .wp-block-image {
	min-width: 350px;
	min-height: 350px;
	max-width: 350px;
	max-height: 350px;
	background: #fff;
	
}	

.column-right-content-wrapper .wp-block-image .size-medium {
 margin-top: 30px;
}

.icon-section p {
	font-weight: 400;
	}


/* Entry Meta
---------------------------------------------  */
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ". . . .";
}


/* Entry Meta
--------------------------------------------- */

.entry-meta a {
	color: var(--text-color);
}

.entry-meta a:focus, .entry-meta a:hover {
	-webkit-box-shadow: inset 0 -22px 0 0 #eee;
	box-shadow: inset 0 -22px 0 0 #eee;
	color: var(--text-color);
}

.entry-time, .entry-autor {
	font-size: 1.3rem;
	font-size: 13px;
}

.content .sticky .entry-meta a {
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
}

.content .sticky .entry-meta a:focus, .content .sticky .entry-meta a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

p.entry-meta {
	margin-bottom: 40px;
	text-align: left;
	font-size: 1.3rem;
	font-size: 13px;
	color: var(--text-color);
	font-weight: 300;
	text-align: left;
}

.entry-footer .entry-meta {
	padding-top: 20px;
	color: var(--text-color);
}

.entry-categories, .entry-tags {
	display: block;
}

.entry-footer .entry-meta a {
	margin-left: 10px;
}

.hero-title .wrap a,
.hero-title .wrap p,
.hero-title p.entry-meta {
	margin-bottom: 0px;
	}
/*
.entry-categories:before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	margin-left: 10px;
	color: #938e8e;
	background-image: url('images/tags.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
}*/

.entry-comments-link {
	font-size: 13px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-comments-link::before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	margin-left: 10px;
	color: #938e8e;
	background-image: url('images/comments.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: var(--accent-color);
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 6px;
	padding: 30px;
}

.comment-respond {
	background: var(--footer-color);
	padding: 40px;
	border-radius: 6px;
	color: var(--text-color);
}

.comment-respond a, .entry-comments a, .entry-pings a {
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: inset 0 -7px 0 0 #eee;
	box-shadow: inset 0 -7px 0 0 #eee;
	color: var(--text-color);
}

.comment-respond a:focus, .comment-respond a:hover, .entry-comments a:focus, .entry-comments a:hover, .entry-pings a:focus, .entry-pings a:hover {
	-webkit-box-shadow: inset 0 -22px 0 0 #eee;
	box-shadow: inset 0 -22px 0 0 #eee;
	color: var(--text-color);
}

.entry-comments h3, .comment-respond h3 {
	font-size: 2.4rem;
	font-size: 24px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}

@media only screen and (max-width: 600px) {
	.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
		width: 100%;
	}
}

.comment-respond input[type="submit"] {
	background: var(--accent-color);
	margin-top: 20px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar li:before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	margin-left: 10px;
	color: #938e8e;
	background-image: url('images/round-double-arrow.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
}

.sidebar .simple-social-icons ul li:before {
	content: '';
	margin: 0;
}

.sidebar a, .sidebar li a {
	color: var(--text-color);
}

.sidebar a:hover, .sidebar li a:hover {
	-webkit-box-shadow: inset 0 -3px 0 0 var(--accent-color);
	box-shadow: inset 0 -3px 0 0 var(--accent-color);
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget-wrap {
	padding: 10px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar .user-profile {
	padding: 0 20px;
}

.sidebar .user-profile a {
	color: var(--accent-color);
	text-decoration: underline;
}

.sidebar .avatar {
	float: none;
	margin: 0 auto 20px auto;
	display: block;
}

.sidebar .widget-title {
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: left;
}

.sidebar .widget-title:after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #938e8e;
	display: block;
	margin-top: 10px;
}

.sidebar .featuredpost .entry {
	display: inline-block;
	width: 50%;
	text-align: center;
}

.sidebar .featured-content a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar .featuredpost .entry-title {
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}

.sidebar .featuredpage .entry-title {
	text-align: center;
}

/* Before Footer Area
---------------------------------------------------------------------------- */

.before-footer-area {
	width: 100%;
	display: block;
	clear: both;
	-webkit-box-shadow: inset 0px 4px 0px #d7d7d7;
	box-shadow: inset 0px 4px 0px #d7d7d7;
	padding-top: 40px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2c3242;
	clear: both;
	padding: 40px 0 0;
}

@media only screen and (max-width: 600px) {
	.footer-widgets {
		background-image: none;
	}
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets a {
	color:#FFF;
}

.footer-widgets a.button {
	color: #fff;
}

.footer-widgets a:focus, .footer-widgets a:hover {
	color: #357ccc;
	text-decoration: none;
}

.footer-widget-area {
	padding-left: 20px;
	padding-right: 20px;
}

.footer-widget-area:last-child, .footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .menu {
	text-align: center;
}

.footer-widgets .menu-item {
	display: block;
	padding: 5px;
	margin: 10px 10px 10px 0;
	text-align: left;
}

.footer-widgets .enews {
	color: var(--text-color);
}

.footer-widgets p, .footer-widgets a, .footer-widgets .widget-title {
	color: #FFF;
	white-space: nowrap;
}

.footer-widgets .widget-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.footer-widgets .wrap {
	display: flex;
	flex-direction: row;
	 flex-wrap: wrap;
	}
	.footer-widgets .wrap>* {
	     flex: 1 1 30%;
	}

.widget-area.footer-widgets-1 {
	display: flex;
	flex-direction: row;
	
	}
.widget-area.footer-widgets-1 .widget .widget-wrap {
	min-width: 200px;
	}
	
	.widget-area.footer-widgets-1 .widget:last-of-type {
	margin-right: 20px;
	}
	
	.footer-widgets .simple-social-icons .widget-wrap {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	
	.footer-widgets .simple-social-icons .widget-title {
		margin-right: 20px;
		}
	.footer-widgets .simple-social-icons a {
		transition: all .2s ease-in-out;
		background: transparent !important;
		}
	.footer-widgets .simple-social-icons a:hover{
		transform: scale(1.5);
		}
		
	
		
/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #2c3242;
	color: #fff;
	line-height: 1.5;
	padding: 0 20px 20px;
	text-align: center;
}

.site-footer .wrap {
	width: 100%;
	max-width: 1180px;
	margin: auto;
	display: flex;
  flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center; 
}

.site-footer .left {
		margin: auto;
	display: flex;
	flex-direction: row;
   align-content: flex-start;
  }

.site-footer a, .site-footer a:focus, .site-footer a:hover {
	text-decoration: none;
}

.site-footer a {
	color: var(--text-color);
	margin-left: auto;
}

.site-footer .footer-credits {
	align-self: flex-end;

}

.site-footer a:focus, .site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	font-size: 1.3rem;
	font-size: 13px;
	margin-bottom: 0;
	color: var(--text-color);
}

.site-footer .dashicons-heart {
	font-size: 12px;
	height: 14px;
	vertical-align: middle;
	width: 14px;
}

.site-footer a {
	color: var(--text-color);
	text-decoration: underline;
}

.footer-logo {
	align-self: flex-end;
	margin-left: auto;
}


	.footer-left .menu {
	text-align: left;
	}
	
	.footer-left .menu-item {
	display: inline-block;
    text-align: left;
		
	}
	
	.footer-left .menu-item a {
	 padding: 0 10px 0;
     margin: 0 10px 0;
	 font-size: 1.28rem;
	 font-size: 12.8px;
	 font-weight: 300;
	 line-height: 2.05;
	 text-decoration: none;
		
	}
	
	.footer-left .menu-item a:first-of-type {
	 padding-left: 0 ;
     margin-left: 0 ;	
	}
	



@media (min-width: 782px) {
	.hero-header .wp-block-column:not(:first-child) {
	    margin-left: 0;
	}
	
	.left-section .gb-block-container .gb-container-inside {
		max-width: 550px !important;
		float: right;
	}
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 1024px) {
.nav-primary, .nav-secondary {
		padding-left: 74px;
	}
}


@media only screen and (min-width: 960px) {
	/* Site Header
	--------------------------------------------- */
	.site-header {
		padding-bottom: 32px;
		padding-top: 32px;
		width: 100%;
		z-index: 9999;
		    border-bottom: 1px solid;
		
	} 
	.shrink .site-header {
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		padding-bottom: 17px;
		padding-top: 17px;
	}
	.site-header>.wrap {
		max-width: 1280px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.wp-custom-logo .site-header {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.wp-custom-logo .shrink .site-header {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.wp-custom-logo .site-container .title-area {
    max-width: 100px ;
	}
	/* Title Area
	--------------------------------------------- */
	.title-area {
	/*	margin: 40px 0 0 52px; */
		text-align: left;
		width: 25%;
	}
	.wp-custom-logo .title-area {
		margin-top: 5px;
		margin-left: 9px;
		margin-bottom: 5px;
	}
	/* Genesis Menu
	--------------------------------------------- */
	.genesis-nav-menu {
		background-color: transparent;
		padding-top: 0;
	}
	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
	.genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-nav-menu .sub-menu {
		opacity: 0;
		padding-left: 0;
		position: absolute;
		-webkit-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
		background: #fff;
		padding: 5px 15px 5px 5px;
		min-width: 300px;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
		overflow: hidden;
	}
	.genesis-nav-menu .sub-menu .menu-item {
		display: block;
	}
	.genesis-nav-menu .sub-menu a {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	/*
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -44px 0 0 179px;
	}
	
	
    /* show the contents (3rd level) of each of the columns */
    .menu-item-has-children:hover li ul {
        display: block !important;
        opacity: 1 !important;
    }
    
	.genesis-nav-menu li.menu-item-has-children li,
	.genesis-nav-menu li.menu-item-has-children li.sfHover, 
    .genesis-nav-menu li.menu-item-has-children li ul {
        opacity: 1 !important;
        border-top: none;
    }
    li.sfHover > a,
    .genesis-nav-menu li.mega-menu li ul li {
        opacity: 1;

    }

    .genesis-nav-menu .sub-menu .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        width: auto;
        box-shadow: none;
        border: none;
    }

    /* make list items appear one below the other in columns */
    .genesis-nav-menu .sub-menu .sub-menu li {
        display: block;
    }


    /* column titles */
    .menu .menu-item-has-children > ul > li > a:first-child {
		opacity: 0.9;
        width: 90%;
        border-bottom: 1px solid #eee;
    }
    
    .menu-item-has-children .menu-item-has-children > ul > li > a:first-child {
        border-bottom: none;
    }


    /* menu item links in the mega menu */
    .menu-item-has-children .sub-menu a {
        padding: 15px 20px;
        line-height: 1.2;
        width: auto;
        background-color: transparent;
    }

    .menu-item-has-children ul li a:hover {
        background-color: rgba(0, 0, 0, 0.03);
        /*opacity: 0.7;*/
        text-decoration: none;
        color: #333;
    }

    .menu-item-has-children > ul > li > a:first-child:hover {
        background-color: transparent;
    }
    
    .nav-secondary {
	    display: none;
	    }

	/* Responsive Menu
	--------------------------------------------- */
	.genesis-responsive-menu {
		display: block;
	
	}
	.menu-toggle, .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	/* Header Menus
	--------------------------------------------- */
	.nav-primary, .nav-secondary {
		display: block;
		width: 100%;
		margin: 0px auto;
	/*	max-width: 1280px; */
		padding-left: 0px;
		padding-right: 30px;
	}
	.nav-primary .genesis-nav-menu a, .nav-secondary .genesis-nav-menu a {
		color: var(--text-color);
		padding-top: 13px;
	}
	
	.menu-secondary {
	text-align: left;
	/*	margin-bottom: 20px; */
	}

	.nav-secondary {
		position: relative;
	    max-width: 900px;
	    width: auto;
	    margin: -30px auto 0;
	        padding-right: 0px;
		}

.nav-secondary .active a.__mPS2id {
	color: #000;
	border-bottom: solid 2px transparent;
	} 

.nav-secondary .genesis-nav-menu a {
	font-size: 14px;
}
	.genesis-nav-menu a:focus, 
	.genesis-nav-menu a:hover, 
	.genesis-nav-menu .active>a, 
	.genesis-nav-menu .current-menu-ancestor>a, 
	.genesis-nav-menu .sub-menu .current-menu-item>a:focus, 
	.genesis-nav-menu .sub-menu .active>a:hover {
		border-bottom: solid 2px var(--accent-color);
	color: var(--accent-color);
	text-decoration: none;
	}
	/*
	.mPS2id-highlight-last.active>a,
	.active>a + mPS2id-highlight-last.active>a {
	border-bottom: solid 2px transparent);
	} */


	
	
	.nav-secondary .menu-item {
		text-align: left;
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {

    opacity: 1;
	}
	
	/*
	.menu li.current_page_item a:not(.active) {
		 color: unset !important; 
		 border-bottom: solid 2px transparent !important; 
		} */
	

	/* Header Right
	--------------------------------------------- */

	
	.header-widget-area .button {
			right: 119px;
			margin-right: 10px;
	}
	

	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		margin-top: 0px;
		max-width: 1280px;
		padding-top: 0px;
	}
	.home .site-inner {
		padding-bottom: 0;
	}
	/* Content
	--------------------------------------------- */
	.content {
		float: left;
	/*	width: 65%; */
	}
	.sidebar-content .content {
		float: right;
	}
	.full-width-content .content {
		float: none;
		margin: 0 auto;
		max-width: 1100px;
		/* width: 100%; */
	}
	.home.full-width-content .content {
		margin-left: auto;
		width: 100%;
	}
	.archive .content, .blog .content, .search .content {
		max-width: 1100px;
	}
	.custom-page .content {
		max-width: 800px;
	}
	.blog article img.alignleft, .archive article img.alignleft, .search article img.alignleft {
		float: left;
	}
	/* Sidebar
	--------------------------------------------- */
	.sidebar {
		float: right;
		width: 30%;
		border-left: dotted 1px #ccc;
		padding: 30px 10px;
	}
	.sidebar-content .sidebar {
		float: left;
		border-left: none;
		border-right: dotted 1px #ccc;
	}
	/* Entry Header
	--------------------------------------------- */
	.full-width-content .entry-header {
		margin-bottom: 40px;
	}
	
	.blog.full-width-content .entry-header {
		margin-bottom: unset;
	}
	.sticky .entry-header {
		margin-left: 0;
		margin-right: 0;
	}
	/* Author Box
	--------------------------------------------- */
	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}
	/* After Entry
	--------------------------------------------- */
	.after-entry {
		padding: 40px 60px;
	}
	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* Column Classes
	--------------------------------------------- */
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half, .three-sixths, .two-fourths {
		width: 48.717948717948715%;
	}
	.one-third, .two-sixths {
		width: 31.623931623931625%;
	}
	.four-sixths, .two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-sixth {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	/* Entry Misc.
	--------------------------------------------- */
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
		margin-bottom: 60px;
	}
	.site-inner article.page {
		margin-bottom: 0;
	}
	.boxshadow {
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}
	/* Footer Widgets
	--------------------------------------------- */
	.footer-widgets {
		padding: 60px 0 0px;
	}
	.footer-widgets .wrap {
		max-width: 1280px;
		padding-left: 60px;
		padding-right: 30px;
	}
	
	/*
	.footer-widget-area {
		width: 33%;
		display: inline-block;
		vertical-align: top;
	}
	.widget-area.footer-widgets-2.footer-widget-area {
		width: 20%;
	}
	.widget-area.footer-widgets-3.footer-widget-area {
		width: 40%;
	} */
	
}


@media (max-width: 960px) {
	.wp-block-column {
	    flex-basis: 100% !important;
	}
	
		
	.sidebyside.profile-grid-row {
		display: block;
	}
		
	.sidebyside.profile-column-left {
		max-width: unset;
	}
	
	.sidebyside .profile-column-right {
		display: none;
	}
	
			
	.profile-row-section .sidebyside.profile-column-left,
	.profile-row-section .sidebyside.profile-column-right {
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {
    
    .entry {
	margin-bottom: 0px;
    }

    
	/* ## Specific Menus
	--------------------------------------------- */
	

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}



	
	.js .nav-primary .menu {
		padding: 4em 0 2em;
		position: relative;
		border-bottom: 1px solid #eceef1;
	}
	.js .nav-primary {
		width: 93vw !important;
		max-width: 400px;
		max-width: 40rem;
		margin: 0;
		padding: 0 40px;
		padding: 0 4rem;
		background-color: #ffffff;
		border-top: 1px solid #eceef1;
		border-bottom: 1px solid #eceef1;
		position: absolute;
		right: -400px;
		right: -40rem;
		top: 0;
		bottom: 0;
		height: 100vh;
		overflow: auto;
		position: fixed;
		transition: all 0.3s ease;
		z-index: 9;
	}
	.js .nav-primary.activated {
		right: 0;
		left: auto;
		box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
	}
}


/* Featured podcasts
	--------------------------------------------- */

.featured-podcasts {
	padding: 40px 80px;
}

.featured-podcasts .entry {
	display: flex;
}

.featured-podcasts img {
	max-width: 200px;
	margin-right: 40px;
	border-radius: 6px;
}

.featured-podcasts a {
	box-shadow: none;
}

.featured-podcasts h3.entry-title a {
	color: var(--accent-color);
	font-size: 26px;
	font-weight: 300;
	border: none;
	box-shadow: none;
	display: inline-block;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
	.featured-podcasts .entry {
		display: block;
	}
	.home.full-width-content .entry-content .featured-podcasts.alignwide {
		margin-left: 20px;
		margin-right: 20px;
	}
	.featured-podcasts {
		padding: 20px;
	}
	
	.second-section .wp-block-group__inner-container {
    	max-width: 95%;
	}
	
	.second-section .wp-block-column:nth-of-type(1),
	.second-section .wp-block-column:nth-of-type(2)  { 
		padding-top: 250px;
	}
	
	.second-section .arrow-link .wp-block-column {
		padding-top: unset;
		}
	
	.below-icon {
	padding-top: unset;
	}
	
	.footer-credits {
		width: calc(100% - 40px);
		text-align: left;
    }
    
	.widget-area.footer-widgets-1 {
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	.widget-area.footer-widgets-1,
	.footer-widgets .menu-item,
	.gform_widget .widget-title {
		text-align: center;
		}
}

@media only screen and (max-width: 765px) {
	
	.wp-custom-logo .site-container .title-area {
    max-width: 70px;
    margin-bottom: 10px;
	}
	
	.footer-widgets .wrap,
	.widget-area.footer-widgets-1 {
		flex-direction: column;
	}
	
	.wp-block-column:empty {
		display: none;
		}
	
	.header-widget-area {
		margin-top: unset;
	}
	
	.home.full-width-content .entry-content .featured-podcasts.alignwide {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.menu-toggle {
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: unset; 
    padding: 15px 0;
    position: absolute;
    z-index: 1000;
    right: unset; 
    top: 35px;
	}
	
	.second-section .arrow-link .wp-block-column,
	.second-section .wp-block-column.below-icon {
		padding-top: unset;
		}
	
		.wp-block-cover h1, .wp-block-cover h2 {
		    line-height: 0.9;
		    font-size: 40px;
		    font-weight: 700;
		    text-align: center;
		}
		
		.think_equal_emoji .emoji {
			    text-align: right;
				float: right;
				margin: 20px auto;
		}
		
		.second-section .wp-block-group__inner-container {
			    max-width: 95%;
			    padding: 120px 0;
			    min-height: unset;
		}
				
		.hero-header .left-section .wp-block-group  {
			max-width: 95%;
			padding: 20px;
		}
	
	.image-grid-row,
	.image-grid-row .image-column-left .grid-square-1,
	.image-column-left, 
	.image-column-right,
	.image-row-section .image-column-left, 
	.image-row-section .image-column-right, 
	.grid-square-1, .grid-square-2,
	.profile-row-section .profile-column-left, 
	.profile-row-section .profile-column-right, 
	.profile-grid-row,
	.profile-column-left, 
	.profile-column-right {
    	width: 100%;
	}		
	
	.image-grid-row,
	.image-column-left, 
	.image-column-right,
	.profile-row-section .profile-column-right, 
	.profile-grid-row,
	.profile-column-left, 
	.profile-column-right {
    flex-direction: column;
    min-height: unset;
    height: auto;
	}	
	
	.grid-square-1, 
	.grid-square-2 {
		min-height: 100px;
		height: auto;
	}
	
	.image-grid-row .grid-square-1 {
    padding: 10%;
	}
			
	.image-grid-row .image-column-left .grid-square-2,	
	.image-grid-row .image-column-right .grid-square-2,	
	.image-grid-row.last .image-column-left .grid-square-2 {
		display: none;
	}
	
	.footer-widget-area,
	.footer-widget-area .widget{
	width: 100%
	}
	
	
	.blog .archive-description,
	.blog .hero-title {
		width: 100%;
		    max-width: 100%;	
		    }
	
	.hero-title .wrap {
		position: relative;
		margin-bottom: 30px;
		}
	.book-single-wrapper {
		flex-direction: column;
		}
		
	.book-single-wrapper .column-left, 
	.book-single-wrapper .column-right {
    width: 95%;
    max-width: 95%;
    padding: 20px 30px;
    margin-left: auto;
    margin-right: auto;
    
	}	
	
	.column-right-content-wrapper {
    margin-left: unset;
	}
 
	.image-row-section .grid-square-1, 
	.image-row-section .grid-square-2,
	.image-row-section .image-column-left, 
	.image-row-section .image-column-right, 
	.grid-square-1,
	.grid-square-2 {
		 width: 100%;
		    }
	.wp-block-column.created-icon {
		    padding-top: unset !important;
	}	
	
	.wp-block-columns.online-training {
		flex-direction: column-reverse;
		}
	
	.mobile-icon img{
		max-width: 150px;
		margin: auto;
		}				
}

/*  Podcast Custom Styles
	--------------------------------------------- */

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #B7CECE !important;
	border-radius: 6px !important;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	box-shadow: none;
}

.podcast_player {
	float: left;
	margin: 10px 0;
	width: 70%;
}

.single .podcast_player {
	width: 80%;
	float: none;
}

@media only screen and (max-width: 768px) {
	.podcast_player {
		width: 100%;
		float:none;
	}
}


@media only screen and (max-width: 959px) {
  /* ## Specific Menus
	--------------------------------------------- */
	
	
  .js .site-header .nav-primary .menu {
    padding: 5em 0 2em;
    position: relative;
    border-bottom: 1px solid #eceef1;
  }
  .js .site-header .nav-primary {
    width: 93vw !important;
    max-width: 400px;
    max-width: 40rem;
    margin: 0;
    padding: 0 40px;
    padding: 0 4rem;
    background-color: #ffffff;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    position: absolute;
    right: -400px;
    right: -40rem;
    top: 0;
    bottom: 0;
    height: 100vh;
   overflow: hidden;
    position: fixed;
    transition: all 0.3s ease;
    z-index: 99;
  }
  .js .site-header .nav-primary.activated {
    right: 0;
    left: auto;
    box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
    padding-top: 50px;
  }
}



