/*!
Theme Name: Association of Zoos and Aquariums
Theme URI: http://underscores.me/
Author: Thomas Digital
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: assoc_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, A.C.N

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

assoc_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* HELPERS 
.page-id-156 #rpwe_widget-4, .single-post #rpwe_widget-4{ display:none;}*/
html, body, .post, .page {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.03em;
}

h1 {
	font-size: 70px;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin: 10px 0;
}
h3 {
	font-size: 30px;
	line-height: 40px;
    margin: 10px 0;
}
h4 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
}
h5 {
	font-size: 20px;
	font-weight: 400;
}
h6 {}

p,ul,ol {
	line-height: 35px;
}
b, strong {
	font-weight: 700;
}

a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
}

a img {
	outline: 0;
	border: 0;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.small-row {
	max-width: 870px;
	margin: 0 auto;
	float: none;
	display: block;
	position: relative;
	width: auto;
}

.row {
	max-width: 1170px;
	margin: 0 auto;
	float: none;
	display: block;
	position: relative;
	width: auto;
}

.row:after,
.row:before {
	content: '';
	display: block;
	float: none;
	clear: both;
}

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

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

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

.green-text {
	color: #81C566;
}

.yellow-text {
	color: #FFBC3A;
}

.white-text {
	color: #FFF;
}

.black-text {
	color: #000;
}

.button {
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #323232;
	display: inline-block;
	padding: 2px 30px;
}

.btn-green {
	border: 3px solid #76B900;
	background: #76B900;
	color: #fff;
}
.btn-green:hover {
	background: #000;
	border-color: #000;
}

.btn-green-outline:hover {
	background: #76B900;
	color: #fff !important;
}

.btn-green-outline {
	border: 3px solid #76B900;
}

.btn-green-outline:hover {
	background: #76B900;
	color: #fff;
}
.loading{
	text-align: center; 
	color: #81C566;
}

.hidden {
	display: none;
}

.background-cover {
	background-size: cover;
}

/* Announcments */
.announcement-section {
	background-color: #FFBC3A;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	position: relative;
	z-index: 9999;
	padding: 5px 0;
	box-sizing: border-box;
}

.announcement-section p {
	margin: 0 auto;
}

.announcement-section p a {
	color: #FFF;
}

.announcement-section p a:hover {
	color: #81C566;
}

.announcement-section a.close {
	float: right;
	position: absolute;
	top: 0;
	right: 25px;
}

.announcement-section a.close img {
	max-width: 13px;
}

/* Header */
.admin-bar .fixed-header {
	top: 32px;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding-top: 80px;
	transition: all 0.3s ease-in-out;
}

.inner-page .fixed-header,
.archive .fixed-header,
.search-results .fixed-header {
	position: static;
	padding-top: 10px;
	background: #272727;
	height: 80px;
}

.fixed-header.scrolled-header{
	padding-top: 10px !important;
	background: #272727;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
}

.fixed-header.scrolled-header a.custom-logo-link img,
.inner-page .fixed-header a.custom-logo-link img ,
.archive .fixed-header a.custom-logo-link img ,
.search-results .fixed-header a.custom-logo-link img {
	max-width: 207px;
}

.fixed-header.scrolled-header .search-nav,
.archive .fixed-header .search-nav,
.search-results .fixed-header .search-nav { display: none; }

.inner-page .main-navigation .search-nav {
	position: absolute;
	top: 40%;
	right: 0;
}

.site-header a.custom-logo-link img {
	max-width: 303px;
	transition: all 0.3s ease-in-out;
}

.site-header .header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

.site-header .main-navigation {}

.site-header .main-navigation li {}

.site-header .main-navigation .search-nav {
	float: right;
}

.site-header .main-navigation .search-form {
	display: none;
}

.site-header .main-navigation #search-menu li {
	padding-left: 20px;
}

.site-header .main-navigation #search-menu li a:after,
.site-header .main-navigation #primary-menu li.search-icon a:after {
	display: none !important;
} 

.site-header .main-navigation #search-menu li.contact-menu { }
.inner-page .site-header .main-navigation #search-menu li.contact-menu { display: none;}

.site-header .main-navigation #search-menu li.contact-menu a {
	color: #81C566;
	line-height: normal;
}

.site-header .main-navigation #search-menu li.contact-menu a:after {
}

.site-header .main-navigation #search-menu li.contact-menu a:hover,
.site-header .main-navigation #search-menu li.contact-menu.current-menu-item a {
	color: #FFBC3A
	border-bottom: 0;
}

.site-header .main-navigation #search-menu li.search-icon,
.site-header .main-navigation #primary-menu li.search-icon {
	padding-left: 50px;
	line-height: normal;
}

.home .site-header .main-navigation #primary-menu li.search-icon {
	display: none;
}

.site-header .main-navigation #search-menu li.search-icon a:not(.toggle-search) { display: none; }
.site-header .main-navigation #primary-menu li.search-icon a:not(.toggle-search) { display: none; }

.site-header .main-navigation #search-menu li.search-icon a.toggle-search span { display: none; }
.site-header .main-navigation #primary-menu li.search-icon a.toggle-search span { display: none; }

.site-header .main-navigation #search-menu li.search-icon a.toggle-search,
.site-header .main-navigation #primary-menu li.search-icon a.toggle-search {
	background: url('assets/images/search-icon.png') center center no-repeat;
	background-size: cover;
	display: inline-block;
	width: 17px;
	height: 16px;
	line-height: normal;
}

.site-header .main-navigation #search-menu li.search-icon a.toggle-search:hover,
.site-header .main-navigation #primary-menu li.search-icon a.toggle-search:hover {
	background-image: url('assets/images/search-hover.png');
}

.site-header .main-navigation .menu-primary-container {
	clear: both;
}

.inner-page .site-header .main-navigation .menu-primary-container {
	padding-right: 60px;
}

.site-header .main-navigation #primary-menu li {
	padding-left: 50px;
}

.site-header .main-navigation a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 70px;
	color: #FFF;
	position: relative;
	white-space: nowrap;
}
.site-header .main-navigation a:not(.toggle-submenu):after{
	content: '';
	display: block;
	background: #81C566;
	height: 0;
	width: calc( 100% - 10px );
	position: absolute;
	bottom: 0;
	left: 5px;
}

.site-header .main-navigation a:hover,
.site-header .main-navigation li.current-menu-item > a {
	color: #81C566;
}

.site-header .main-navigation ul ul a:hover,
.site-header .main-navigation ul ul li.current-menu-item > a{
	background: #272727;
}

.site-header .main-navigation ul a:hover:after,
.site-header .main-navigation ul  li.current-menu-item > a:after {
	height: 5px;
	transition: all ease 0.3s;
}

.main-navigation ul ul {
    background: rgba(39, 39, 39, 0.8);
    flex-flow: column;
    width: auto;
}

.site-header .main-navigation #primary-menu ul li {
    padding: 0;
}

.site-header .main-navigation ul ul a {
    padding: 0 20px;
    line-height: 45px;
    width: auto;
}
.site-header .main-navigation ul ul a:after{
	left: 0;
	width: 13px;
}
.site-header .main-navigation .search-form {
    position: absolute;
    width: 200px;
    right: 25px;
    top: -5px;
	z-index: 1;
}

.site-header .main-navigation .search-form input.search-submit {
    display: none;
}

.site-header .main-navigation .search-form input.search-field {
    background: #000000;
    color: #fff;
    border: none;
    padding: 5px 15px;
    width: 100%;
    border-radius: 0;
}
button.menu-toggle {
    background: none;
    color: #76b900;
    font-size: 30px;
    padding: 5px 10px;
    border: 3px solid #76b900;
    border-radius: 0;
    height: 50px;
    width: 60px;
}
.main-navigation.toggled {
    background: #000;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100% !important;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-flow: column-reverse;
}
.main-navigation.toggled .menu-primary-container{
	width: 300px;
}
.site-header .main-navigation.toggled  ul ul a:hover, .site-header .main-navigation.toggled  ul ul li.current-menu-item > a{
	background: none;
}
.main-navigation.toggled li {
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-navigation.toggled li .menu-item-has-children{
	width: 50%;
}
.main-navigation.toggled a{
	line-height: 50px;
	display: inline-block;
    text-align: left;
    width: calc( 100% - 50px );
}
.main-navigation .toggle-submenu{
	display: none;
}
.main-navigation.toggled .toggle-submenu{
	float: right;
	margin-left: 10px;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	width: 30px;
	    font-size: 25px;
}
.main-navigation.toggled a:not(.toggle-submenu):after {
    content: '';
    display: block;
    background: #81C566;
    height: 5px;
    width: 0;
    position: absolute;
    bottom: auto;
    left: -35px;
        top: 25px
}

.main-navigation.toggled  #search-menu li.contact-menu a:hover,
.main-navigation.toggled  #search-menu li.contact-menu.current-menu-item a {
	color: #81C566;
}
.main-navigation.toggled  #search-menu li.search-icon{
	display: none;
} 

.main-navigation.toggled  ul a:hover:after, 
.main-navigation.toggled  ul li.current-menu-item > a:after,
.main-navigation.toggled  ul a:hover:before, 
.main-navigation.toggled  ul li.current-menu-item > a:before{
	width: 20px;
	transition: all ease 0.8s;
}
.main-navigation.toggled button.menu-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('https://api.iconify.design/codicon:close.svg?color=%2376b900') no-repeat center center / contain;
    text-indent: -9999em;
    overflow: hidden;
}
.main-navigation.toggled button.menu-toggle:hover {
	background: url('https://api.iconify.design/codicon:close.svg?color=%23fff') no-repeat center center / contain #81C566;
	color: #fff;
}
.main-navigation.toggled .search-form {
    display: block !important;
    top: 20px;
    background: #fff;
    width: 100%;
    left: 20px;
    width: calc( 100% - 120px );
}

.main-navigation.toggled .search-form input.search-field {
    background: #fff;
    padding: 13px 20px 13px 45px;
    color: #000;
    background: url(https://api.iconify.design/fe:search.svg?color=%2376b900&height=25px) no-repeat 10px center;
        width: 100% !important;
        max-width: unset !important;
   
}
.main-navigation.toggled ul ul {
    left: auto;
    background: none;
    padding: 0 20px;
    top: 0;
    width: 100%;
    position: static;
    display: none;
}
.main-navigation.toggled ul ul.open{
	display: block;
	order: 4;
}



/* Banner */
.banner, .home-banner-item,.signup-form {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-banner {
	position: relative;
}

.home-banner .slick-dots {
    padding: 0;
    position: relative;
    bottom: 40px;
    right: 0;
    max-width: 1170px;
    margin:-40px auto 0 auto;
    display: block;
    width: 100%;
    text-align: right;
}

.home-banner .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.home-banner .slick-dots li button:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
	background: #FFFF;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.home-banner .slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.home-banner .slick-dots li.slick-active button:before,
.home-banner .slick-dots li button:hover:before {
	background: transparent;
	color: transparent;
}

.home-banner-item .row {
	padding-top: 145px;
}

.home-banner-item {
	min-height: 700px;
}

.home-banner-item h1.entry-title {
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 82px;
	color: #FFF;
}

.home-banner-item .description {
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	color: #FFF;
}

.home-banner-item .description strong {
	font-weight: normal;
	color: #81C566;
}

.home-banner-item:before {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30.43%), linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60.49%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-banner-item:after {}

.inner-banner:before {
	content: '';
	display: block;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60.49%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-banner {
	min-height: 350px;
}

.inner-banner .row {
	padding-top: 75px;
}

.inner-banner h1.entry-title {
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 82px;
	color: #FFF;
}

.inner-banner .banner-image{
	max-height: 145px;
	margin-top: 10px;
}
.site-main ol{
	margin-left: 0;
}

.site-main ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.site-main ul li{
	padding-left: 30px;
	position: relative;
	padding-bottom: 5px;
}
.site-main .tab-content ul li{
	font-weight: 500;
}
.site-main ul li:before{
	content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    background: #76B900;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 12px;
}
.site-main ul ul li:before{
	content: "";
    height: 7px;
    width: 7px;
    display: inline-block;
    border: 1px solid #76B900;
    background: none;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 14px;
}
.site-main li a{
	color: #76B900;
	text-decoration: underline;
}

.site-main a {
	color: #76B900;
}

.site-main a:hover {
	text-decoration: none;
}

.icon-section {
	position: relative;
}

.icon-section .row {
	max-width: 1420px;
}

.icon-section:before {
	/*content: '';
	display: block;
	position: absolute;
	background-image: linear-gradient( to right, #FFF 30%, #E9F0F6 70%);*/
}

.icon-section h2.section-title {
	position: relative;
	padding-top: 30px;
	padding-bottom: 70px;
	text-align: center;
	margin-top: 15px;
}

.icon-section h2.section-title span {
	position: relative;
}

.icon-section h2.section-title:before {
	content: '';
    display: block;
    width: 100%;
    position: absolute;
    background-image: linear-gradient( 90deg, #FFF 32%, #E9F0F6 9%);
    height: 140px;
    right: 0; 
    top: -10px;
}

.icon-section .boxes-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 45px auto 0 auto;
}

.icon-section .boxes-content .item {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	max-width: 250px;
}

.icon-section .boxes-content .item h3.box-title {

}

.icon-section .boxes-content .item .box-image {
	margin-bottom: 44px;
}

.icon-section .boxes-content .item .box-image img {
	max-height: 80px;
}

.icon-section .boxes-content .item .content {
	line-height: 30px;
}

.home .box-section .row {
	max-width: 1420px; 
}

.box-section .boxes-content {
	max-width: 1420px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
	margin: 0 auto;
}

.box-section .boxes-content .item.text-top {
    flex-direction: column-reverse;
}
.box-section .boxes-content .item.text-right {
	flex-direction: row;
	text-align: left;
}
.box-section .boxes-content .item.text-left {
	flex-direction: row-reverse;
}
.box-section .boxes-content .item {
    line-height: 35px;
    position: relative;
    padding-bottom: 2px;
    display: flex;
    color: inherit;
    justify-content: space-around;
    flex-flow: column;
}
.box-section:not(.on-hover-box) .boxes-content .item.text-left .box-image,
.box-section:not(.on-hover-box) .boxes-content .item.text-right .box-image{
	width: 35%;
}
.box-section:not(.on-hover-box) .boxes-content .item.text-left .item-content,
.box-section:not(.on-hover-box) .boxes-content .item.text-right .item-content{
	width: 65%;
}


.box-section:not(.on-hover-box) .boxes-content .item:hover{
	background:#81C566;
	color: #fff;
}

.box-section .boxes-content .item .item-content {
	border-style: solid;
	border-color:#81C566;
	padding: 0 20px 5px;
}
.box-section:not(.on-hover-box) .boxes-content .item .item-content h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.box-section:not(.on-hover-box) .boxes-content .item .item-content h5 {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0;
}
.box-section .boxes-content .item .item-content p {
	margin: 0;
}
.box-section .boxes-content .item .item-content .read-more {
	color: #FFF;
	font-size: 16px;
	font-weight: 900;
	margin: 10px 0;
	display: inline-block;
}

.box-section .boxes-content .item .box-image img{
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

/* With On Hover State */
.box-section.on-hover-box .boxes-content .item {
	overflow: hidden;
	display: block;
}

.box-section.on-hover-box .boxes-content .item:hover {
	cursor: pointer;
}

.box-section.on-hover-box .boxes-content .item:hover .item-content {
	background: #81C566;
}

.box-section.on-hover-box .boxes-content .item .item-content {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 45px;
    transition: all 0.3s ease-in-out;
    flex-flow: column;
    display: flex;
}

.box-section.on-hover-box .boxes-content .item.text-bottom  .item-content{
    flex-flow: column-reverse;
}

.box-section.on-hover-box .boxes-content .item .item-content .item-header {
	margin-bottom: 20px;
}

.box-section.on-hover-box .boxes-content .item .item-content .item-header:after {
	content: '';
	display: block;
	background: #81C566;
	height: 5px;
	width: 60px;
	position: relative;
	top: 15px;
}
.box-section.on-hover-box .boxes-content .item.text-right .item-content .item-header:after{
	float: right;
}

.box-section.on-hover-box .boxes-content .item .item-content h4 {
	color: #FFF;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
}
.box-section.on-hover-box .boxes-content .item .item-content h5 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.box-section.on-hover-box .boxes-content .item .item-content p {
	font-size: 15px;
	line-height: 35px;
	color: #FFF;
}
.box-section.on-hover-box .boxes-content .item .item-content a.read-more {
	/*display: none;*/
}

.box-section.on-hover-box .boxes-content .item .item-content a.read-more:hover {
	color: #FFBC3A;
}

.box-section.on-hover-box .boxes-content .item .item-content p,
.box-section.on-hover-box .boxes-content .item .item-content a.read-more {
	position: relative;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.box-section.on-hover-box .boxes-content .item:hover .item-content p,
.box-section.on-hover-box .boxes-content .item:hover .item-content a.read-more {
	opacity: 1;
}

.box-section.on-hover-box .boxes-content .item .item-content.text-top p,
.box-section.on-hover-box .boxes-content .item .item-content.text-top a.read-more {
	left: -9em;
}

.box-section.on-hover-box .boxes-content .item:hover .item-content.text-top p,
.box-section.on-hover-box .boxes-content .item:hover .item-content.text-top a.read-more {
	left: 0;
}

.box-section.on-hover-box .boxes-content .item.text-bottom .item-content p,
.box-section.on-hover-box .boxes-content .item.text-bottom .item-content a.read-more {
	right: -9em;
}

.box-section.on-hover-box .boxes-content .item.text-bottom:hover .item-content p,
.box-section.on-hover-box .boxes-content .item.text-bottom:hover .item-content a.read-more {
	right: 0;
}

.box-section.on-hover-box .boxes-content .item:hover .item-content h5{
	color: #fff;
}
.box-section.on-hover-box .boxes-content .item.text-bottom:hover .item-content {
    flex-flow: column;
}
.box-section.on-hover-box .boxes-content .item.text-right .item-content{
	text-align: right;
}

.tagline-button-section {

}

.tagline-button-section .row .tagline-phrase {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.tagline-button-section.button-alignleft .row .tagline-phrase{
	flex-direction: row-reverse;
}
.tagline-button-section.button-alignbottom .row .tagline-phrase{
	flex-direction: column;
    align-items: stretch;
}

.tagline-button-section h5 {
	font-weight: 500;
}

/* Testimonial */
.home-testimonial {
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-testimonial h4 {
	font-weight: 500;
	margin-bottom: 50px;
}

.home-testimonial h4:nth-of-type(2) { 
	margin-bottom: 0;
}

.home-testimonial p {
	font-size: 17px;
	margin-top: 0;
	font-weight: normal;
}


/* Blog Posts Articles */
.posts-section{
	position: relative;
}
.home .posts-section:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    background-image: linear-gradient( 90deg, #E9F0F6 60%, #FFF 9%);
    height: calc( 100% - 80px );
    left: -100px;
    top: 40px;
}
.home .posts-section .item-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    color: inherit;
}
.posts-section > *{
	position: relative;
	z-index: 2;
}
.posts-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.posts-section .section-header h2 {
    width: calc( 100% - 140px );
}

.posts-section .posts-cols .item {
    display: flex;
    color: inherit;
    background: #FFFFFF;
    border-color: #F5F5F5;
    border-style: solid;
    padding: 20px 30px 0;
    position: relative;
    min-height: 450px;
    margin-bottom: 30px;
    flex-flow: column;
    color: inherit;
}

.posts-section .posts-cols {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.posts-section.img-alignleft .posts-cols .item{
	flex-flow: row;
}
.posts-section.img-alignright .posts-cols .item{
	flex-flow: row-reverse;
}
.posts-section.img-alignleft .posts-cols .item,
.posts-section.img-alignright .posts-cols .item{
	min-height: 300px;
	justify-content: space-between;
	padding-bottom: 40px;
}

.posts-section.img-alignleft .posts-cols .item .box-image{
	margin-left: -30px;
	margin-right: 30px;
}
.posts-section.img-alignright .posts-cols .item .box-image{
	margin-right: -30px;
	margin-left: 30px;
}

.posts-section.img-alignleft .posts-cols .item .box-image,
.posts-section.img-alignright .posts-cols .item .box-image{
	max-height: 350px;
	width: 470px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.posts-section.img-alignleft .posts-cols .item .item-content,
.posts-section.img-alignright .posts-cols .item .item-content{
	width: calc( 100% - 470px );
	padding-bottom: 0;
}

.posts-section.img-alignleft .posts-cols .item .item-header:hover,
.posts-section.img-alignright .posts-cols .item .item-header:hover{
	color: #81C566  ;
}

.posts-section.img-alignleft .posts-cols .item p.read-more ,
.posts-section.img-alignright .posts-cols .item p.read-more {
    position: static !important;
    display: inline-block;
    margin: 30px 0 0;
    padding-left: 0;
}

.posts-section .box-image {
    height: 200px;
    background: #eaf1f7;
    margin: -20px -30px 0;
}

.posts-section .box-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

.posts-section p.item-date {
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    color: #646464;
}

.posts-section p.read-more {
	position: absolute !important;
	left: 0;
	bottom: 0;
	padding: 10px 30px;
	color: #81C566;
	border-bottom: 5px solid #81C566;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
}
.posts-section .item-content {
    padding-bottom: 100px;
}
.posts-section .content-p {
    line-height: 30px;
	font-size: 15px;
	padding: 10px 0;
}
.posts-section .item .item-hover{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    background: #81c566;
    padding: 0 30px 30px;
}
.posts-section .item .item-hover *{
	color: #fff !important;
}
.posts-section .item.on-hover-box:hover .item-hover{
	opacity: 1;
	transition: all ease 0.5s;
}
.posts-section .item-hover h5.item-header{
	font-weight: 700;
}

.posts-section ul.custom-post-pagination{
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.posts-section ul.custom-post-pagination li{
	padding: 0 5px;
}
.posts-section ul.custom-post-pagination li:before{
	display: none;
}
.posts-section ul.custom-post-pagination a{
	font-size: 15px;
	color: inherit;
	text-decoration: none;
}
.posts-section ul.custom-post-pagination .button{
	margin-left: 10px;
}
.posts-section ul.custom-post-pagination a.active_page,
.posts-section ul.custom-post-pagination a:hover{
	color: #81C566;
	font-weight: 700;
}
#page_158_section_0 {
	margin-top: 70px;
}


/* Sign Up For Updates */
.signup-form {
	text-align: center;
	min-height: 570px;
}

.signup-form h2 {
	margin-bottom: 0;
}
.signup-form p.form-subtitle {
	font-size: 18px;
	font-weight: 300;
	color: #646464;
	margin-top: 0;
}

.signup-form .gform_wrapper {
	max-width: 740px;
	margin: 0 auto;
}

.signup-form .gform_wrapper ul {
	margin: 0;
	padding: 0;
}

.signup-form .gform_wrapper ul li.gfield{
	padding: 0 !important;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}

.signup-form .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.signup-form .gform_wrapper ul li.gfield.input-half {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.signup-form .gform_wrapper ul li label { display: none !important; }
.signup-form .gform_wrapper ul li div { margin: 0; }

.signup-form .gform_wrapper ul li div input ,
.signup-form .gform_wrapper ul li div textarea,
.signup-form .gform_wrapper ul li div select{
	outline: 0;
	border-radius: 0;
	border: 1px solid #F3F3F3;
	background: #FFF;
	width: 100% !important;
	padding: 13px !important;
	font-size: 16px;
	font-weight: 300;
}

.signup-form .gform_wrapper .gform_footer {
	margin-top: 0;
}

.signup-form .gform_wrapper .gform_footer input.gform_button[type="submit"] {
	background: #76B900;
	border: 0;
	outline: 0;
	border-radius: 0;
	color: #FFF;
	font-size: 16px;
	padding: 17px 43px;
	font-weight: normal;
	display: table;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}

.signup-form .gform_wrapper .gform_footer  input.gform_button[type="submit"]:hover {
	background: #81C566;
	cursor: pointer;
}

.signup-form .form-additional-form {
	margin-top: 52px;
}

.signup-form .form-additional-form p {
	margin: 0;
}

.signup-form .form-additional-form p img {
	display: inline-block;
	vertical-align: middle;
	max-height: 68px;
	margin: 0 20px;
	width: auto;
}
.page-id-179 .signup-form{
	text-align: left;
}
.page-id-179 .signup-form .form-subtitle{
	padding: 30px 60px 10px;
	background: #FAFAFA;
	margin: 20px 0 0;
}
.page-id-179 .signup-form .form-container{
	background: #FAFAFA;
	padding: 10px 60px 50px;
}
.page-id-179 .signup-form .gform_wrapper .gform_footer input.gform_button[type="submit"]{
	margin: 0;
	border: 3px solid #76B900;
	background: none;
	color: #000;
	font-weight: 700
}
.page-id-179 .signup-form .gform_wrapper .gform_footer input.gform_button[type="submit"]:hover{
	background:#76B900;
	color: #fff;
}


/* Partners Section */
.partners-section h2.section-title {
	position: relative;
}

.partners-section .boxes-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 0 auto;
}

.partners-section .boxes-content .item {
	text-align: center;
	padding: 20px;
	border: 1px solid #F5F5F5;
	background: #fff;
	margin: 10px 0;
	display: block;
	color: inherit;
}
.partners-section .boxes-content .item .box-image{
	height: 100px;
}
.partners-section .boxes-content .item .box-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}


/* Videos Section */
.videos-section .section-title{
	margin-bottom: 20px;
} 
.videos-section .boxes-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 0 auto;
}

.videos-section .boxes-content .item {
	padding: 0 10px;
	background: #fff;
	margin: 10px 0;
	display: block;
	color: inherit;
	text-decoration: none;
}
.videos-section .boxes-content .item .box-image{
	height: 250px;
	background: #323232;
	position: relative;
}
.videos-section .boxes-content .item .box-image:after{
	content: "";
	position: absolute;
	background: url(assets/images/play-button.png) no-repeat center center;
	width: 60px;
	height: 41px;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	background-size: contain;
}
.videos-section .boxes-content .item .box-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.item-popup-wrapper{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999999;
	overflow: scroll;
	background: linear-gradient(0deg, rgba(79, 79, 79, 0.5), rgba(79, 79, 79, 0.5));
}
.item-popup-wrapper > .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.item-popup-wrapper .item-popup{
	margin-top: 100px;
	margin-bottom: 100px;
	width: calc( 100% - 40px );
	position: relative;
	min-height: 500px;
	justify-content: center;
	background: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.item-popup-wrapper .item-popup .video-wrapper{
	width: 100%;
}
.item-popup-wrapper .item-popup.video-popup {
    width: unset;
    min-height: unset;
}
.item-popup-wrapper .close-popup-button {
    font-size: 35px;
    color: #81C566;
    position: absolute;
    right: 0;
    top: -50px;
}

.item-popup-wrapper .item-popup iframe{
	width: 100%;
	height: 600px;
	display: block;
}


/* Gallery Section */
.gallery-section .boxes-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 0 auto;
}

.gallery-section .boxes-content .item {
	padding: 0 10px;
	background: #fff;
	margin: 10px 0;
	display: block;
	color: inherit;
	text-decoration: none;
}
.gallery-section .boxes-content .item .box-image{
	height: 250px;
	position: relative;
}
.gallery-section .boxes-content .item .box-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.item-popup-wrapper .item-popup .image-wrapper{
	width: 100%;
}
.item-popup-wrapper .item-popup .image-wrapper img{
	width: 100%;
	display: block;
}
.item-popup-wrapper .close-popup-button.toggle-gallery-popup{
	font-size: 30px;
	color: #fff;
	right: 12px;
	top: 10px
}
.item-popup-wrapper .caption-wrapper{
	text-align: left;
	padding: 0 50px;
	font-weight: 400;
}


/* Steps Tabs Section */
.step-tabs-section .tabs{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.step-tabs-section .tabs:after{
	width: calc( 100% - 200px );
	background: #C4C4C4;
	height: 1px;
	content: "";
	display: block;
	margin: 30px auto 20px;
}
.step-tabs-section .tabs a.tab-item{
	width: calc( 25% - 30px );
	font-weight: 700;
	margin: 15px;
	padding: 10px 30px;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	background: #FAFAFA;
	color: inherit;
	min-height: 150px;
	box-sizing: border-box;
	border: 3px solid #FAFAFA;
}
.step-tabs-section .tabs a.tab-item.active,
.step-tabs-section .tabs a.tab-item:hover{
	border-color :#76B900;
}



/* Events Section*/
.events-section .events-cols {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.events-section .events-cols.text-right{

}

.events-section .events-cols .item {
	background: #FAFAFA;
	color: inherit;
	position: relative;
	border-bottom: 0;
	margin:15px 0;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
    flex-direction: column;
}

/*.events-section .events-cols .item:nth-child(3n+2) {
	margin-right: 15px;
	margin-left: 15px;
}*/

.events-section .events-cols .item-content{
	position: relative;
}
.events-section .events-cols .item-content:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #81C566;
	width: 110px;
	height: 5px;

}
.events-section .events-cols .item:hover{
	color: #fff;
	background:  #81C566;
}
.events-section .events-cols .box-image{
	height: 200px;
	background: url(assets/images/image-placeholder.jpg) no-repeat center center #272727;
}
.events-section .events-cols .box-image img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.events-section .events-cols  .item-content{
	padding: 0 30px ;
}
.events-section .events-cols  .item-content p{
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}
.events-section .events-cols  .item-header{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
.events-section .events-cols .read-more{
	color: #81C566;
}
.events-section .item:hover .read-more{
	color: #fff;
}
.events-section .events-cols.text-right .item, 
.events-section .events-cols.text-left .item {
    flex-direction: row;
    min-height: 340px;
}

.events-section .events-cols.text-right .item.has-image .box-image,
.events-section .events-cols.text-left .item.has-image .box-image {
    height: auto;
    width: 570px;
}

.events-section .events-cols.text-left .item.has-image .box-image {
    max-height: 450px;
}

.events-section .events-cols.text-right .item.has-image .item-content, 
.events-section .events-cols.text-left .item.has-image .item-content {
    width: calc( 100% - 570px );
}

.events-section .events-cols.text-right .item .item-content, 
.events-section .events-cols.text-left .item .item-content{
    text-align: left;
}

.events-section .events-cols.text-right .item .item-header, 
.events-section .events-cols.text-left .item .item-header{
	font-size: 30px;
	line-height: 40px;
}

.events-section .events-cols.text-right .item .item-date, 
.events-section .events-cols.text-left .item .item-date{
	font-size: 25px;
	line-height: 30px;
}

.events-section .events-cols.text-left .item {
    flex-direction: row-reverse;
}

.events-section .events-cols.text-top .item {
	flex-direction: column-reverse;
}



/* Exercise Section*/
.exercises-section .exercise-cols {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.exercises-section .exercise-cols .item{
	background: #FAFAFA;
	border: 5px solid #FAFAFA;
	color: inherit;
	position: relative;
	border-bottom: 0;
	margin:15px;
}
.exercises-section .exercise-cols .item:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #81C566;
	width: 160px;
	height: 5px;

}
.exercises-section .exercise-cols .item:hover{
	color: #fff;
	background:  #81C566;
	border-color:  #81C566;
}
.exercises-section .exercise-cols .box-image{
	height: 230px;
}
.exercises-section .exercise-cols .box-image img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.exercises-section .exercise-cols  .item-content{
	padding: 0 30px ;
}
.exercises-section .exercise-cols  .item-content p{
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}
.exercises-section .exercise-cols  .item-header{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
.item-popup-wrapper  .exercise-popup{
	max-width: 870px;
}
.item-popup-wrapper  .exercise-wrapper{
	width: 100%;
}
.item-popup-wrapper .exercise-image{
	height: 250px;
	margin-bottom: 40px;
}
.item-popup-wrapper .exercise-image img{
	width: 100%; 
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.item-popup-wrapper .exercise-content{
	text-align: left;
	padding: 0 30px 20px;
}
.item-popup-wrapper .exercise-content ul li:before{
	background: #323232;
}
.item-popup-wrapper .exercise-content ul ul{
	columns: 2;
}
.item-popup-wrapper .exercise-content ul ul li:before{
	background: #81C566;
}
.item-popup-wrapper .exercise-content li.sub-list:before{
	display: none;
}


/* Columns Content Section */
.column-list-section .columns-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column-list-section .columns-content .item{
	padding: 15px 0;
}
.column-list-section .columns-content p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.column-list-section .columns-content li a{
	color: inherit;
	text-decoration: none;
	display: block;
}
.column-list-section .columns-content li a:hover,
.column-list-section .columns-content li a:focus{
	color: #000;
	font-weight: 700;
}

/* Image Text Section */
.image-text-section .image-text-cols > .row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.image-text-section .image-text-cols{
	margin-top: 30px;
}
.image-text-section.img-alignright .image-text-cols > .row{
	flex-flow: row-reverse;
}
.image-text-section .image-text-cols .section-content{
	width: 55%;
}
.image-text-section .image-text-cols .section-image{
	width: 45%;
	padding-top: 20px;
	padding-right: 60px;
}
.image-text-section.img-alignright .image-text-cols .section-image{
	padding-right: 0;
	padding-left: 60px;
}
.image-text-section .image-text-cols .section-image img{
	width: 100%; 
	display: block;
}


/* Simple Classic Editor */
.page-id-158 .classic-editor-section img{
	margin: 0 30px;
	max-height: 70px;
	width: auto;
}


/* Sidebar */
.content-with-sidebar {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.content-with-sidebar .site-main {
    width: 70%;
    float: none;
}
.content-with-sidebar #secondary {
    width: 30%;
    padding-left: 30px;
    padding-top: 60px;
}
.content-with-sidebar #secondary p a{
	color: #81C566;
}
.content-with-sidebar #secondary .widget{
	margin-bottom: 50px;
}
.content-with-sidebar #secondary  ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.content-with-sidebar #secondary  li {
	padding-left: 30px;
	position: relative;
	padding-bottom: 5px;
}
.content-with-sidebar #secondary  li:before{
	content: "";
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #76B900;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 10px;
}

.content-with-sidebar #secondary  li h3 {
	font-weight: 300;
	font-size: 16px !important;
	margin: 0;
	line-height: inherit;
}

.content-with-sidebar #secondary .section-title{
	margin-bottom: 20px;
	margin-top: 0;
}

.sidebar-button-section .button-item{
	padding: 10px 0;
}
.sidebar-button-section .button{
	display: block;
}

.sidebar-tagline-button .section-phrase{
	font-weight: 400;
}
.sidebar-tagline-button .button{
	display: inline-block;
}

.sidebar-events-section .item{
	background: #FAFAFA;
	color: inherit;
	text-decoration: none;
	display: block;
}
.sidebar-events-section .box-image{
	height: 200px;
	background: url(assets/images/image-placeholder.jpg) no-repeat center center #272727;
}
.sidebar-events-section .box-image img{
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.sidebar-events-section .item-header{
	margin-bottom: 20px;
	font-weight: 400;
}
.sidebar-events-section .item-content {
    padding: 0 30px 10px;
}
.sidebar-events-section .read-more{
	font-size: 15px;
	color: #81C566;
	font-weight: 400;
}
.widget ul{
	padding: 15px 20px !important;
	background: #FAFAFA;
	line-height: 34px;
}
.widget ul li:before{
	top: 30px !important;
}
.widget ul li:after{
	display: block;
	/*width: 150px;*/
	height: 1px;
	background: #C4C4C4;
	content: "";
}
.widget ul li:last-child:after{
	display: none;
}
.widget ul a {
	color: inherit;
	padding: 15px 0;
	display: block;
}
.widget ul a:hover{
	color: #81C566;
}

.widget_archive {
	position: relative;
}
.widget_archive:before {
    content: "";
    display: block;
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: calc( 100% - 55px );
}
.widget_archive select,
.widget_categories select {
	width: calc( 100% - 40px );
    padding: 10px 20px;
    position: relative;
}

.post-categories select {
	width: calc( 100% - 40px );
    padding: 10px 20px;
    position: relative;
}


/* Timeline Block */
.timeline-section{ margin: 30px; }
.timeline-section .year{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #76B900;
	position: relative;
}
.timeline-section .year:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius:100px;
	background: #76B900;
	border: 2px solid #76B900;
	position: absolute;
	left: -24px;
	top: 12px;
}
.timeline-section .tasks ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.timeline-section .tasks li{
	position: relative;
}
.timeline-section .tasks li:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius:100px;
	background: #fff;
	border: 2px solid #76B900;
	position: absolute;
	left: -24px;
	top: 12px;
}
.timeline-section .cols{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.timeline-section .item{
	width: 25%;
	padding: 0 20px 30px; 
	border-bottom: 1px solid #000;
	position: relative;
}
.timeline-section .item:before{
	height:90%;
	width: 1px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0; 
}
.timeline-section .item:nth-child( n + 5){
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 20px;
}
.timeline-section .item:nth-child(2n){
	padding-top: 150px;
}
.timeline-section .item:nth-child(2n):before{
    height: calc( 100% - 200px );
}
.timeline-section .item:nth-child( n + 5):before{
	top: 0;
	bottom: auto;
    height: calc( 100% - 215px );
}
.timeline-section .item:nth-child( 2n + 6):before{
	height: calc(100% - 85px );
}
.timeline-section .item:nth-child( 5 ):before{
	height: calc( 100% - 145px );
}


/* Single Blog/Event */
.single .hentry{
	padding: 30px 0 60px;
}
.entry-header .entry-title {
	margin-bottom: 15px;
}
.entry-header .event-location {
	font-style: normal;
	padding: 5px 0;
}
.event-wrapper .event-image {
	margin-top: 40px;
	line-height: 0;
}
.entry-meta{
	font-weight: 700;
	padding-top: 30px;
}
.entry-meta a{
	color: inherit;
}


/* Search & 404 */
.error404 .site-main,
.search-no-results .site-main{
	padding: 70px 0 100px;
	text-align: center;
	min-height: 400px;
}
.error404 .site-main h1{
	margin: 0 !important;
}
.error404 .search-form input.search-field ,
.search-no-results .search-form input.search-field {
    width: calc( 100% - 150px );
    max-width: 600px;
    padding: 10px 20px;
    border-radius: 0;
}
.error404 .search-form input.search-submit,
.search-no-results .search-form input.search-submit {
    font-weight: bold;
    font-size: 16px;
    line-height: 37px;
    color: #323232;
    display: inline-block;
    padding: 2px 30px;
    border: 3px solid #76B900 !important;
    border-radius: 0;
    background: none;
}
.error404 .search-form input.search-submit:hover,
.search-no-results .search-form input.search-submit:hover{
	background: #76B900;

}



/* Search Results Page/ Archive Pages */
.search-results .site-main,
.archive .site-main{
	padding-top: 40px !important;
	padding-bottom: 60px !important; 
}
.search-results .entry-header a,
.archive .entry-header a{
	color: inherit;
}
.search-results .hentry,
.archive .hentry {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 40px 0;
    border-bottom: 2px solid #F5F5F5;
}

.search-results a.post-thumbnail,
.archive  a.post-thumbnail {
    width: calc( 40% - 40px );
}

.search-results a.post-thumbnail img,
.archive  a.post-thumbnail img{
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
	display: block;
}

.search-results .has-post-thumbnail .entry-text,
.archive .has-post-thumbnail .entry-text {
    width: 60%;
}

.search-results a.read-more ,
.archive a.read-more {
   	padding: 10px 30px 10px 0;
    color: #81C566;
    border-bottom: 5px solid #81C566;
    margin: 0 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left; 
}

/* Single */
.single-post .post-thumbnail img,
.single-event .post-thumbnail img {
	/*width: 100%;*/
	max-width: 820px;
}

/* Footer */
.site-footer {
	background-color: #272727;
	min-height: 520px;
	color: #C7C7C7;
}

.site-footer a {
	color: #C7C7C7;
}

.site-footer .footer-menu-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding-top: 70px;
}

.site-footer .footer-menu-row h4.widget-title {
	color: #81C566;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 20px;
}

.site-footer .footer-menu-row ul {
	background: none;
	margin: 0;
	padding: 0 !important;
}

.site-footer .footer-menu-row ul li {
	list-style: none;
}

.site-footer .footer-menu-row ul li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #C7C7C7;
	display: block;
	margin-bottom: 0;
}

.site-footer .footer-menu-row ul li a:hover,
.site-footer .footer-menu-row ul li.current-menu-item a {
	color: #81C566;
}

.site-footer .site-info {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer a.custom-logo-link img {
	max-width: 303px;
}

.site-footer .copyright-row {
	border-top: 1px solid #C4C4C4;
    padding-top: 30px;
    margin-top: 25px;
    padding-bottom: 30px;
}

.site-footer .footer-copyright {
	font-size: 15px;
	position: relative;
	top: 5px;
	max-width: 55%;
}

.site-footer .footer-copyright .footer-copyright-menu {
	display: flex;
	flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.site-footer .footer-copyright .footer-copyright-menu p {
	margin: 0;
	line-height: 32px;
}

.site-footer .copyright-ext {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 32px;
}

.site-footer .footer-copyright .site-author {
	margin-top: 15px;
}

.site-footer .footer-copyright a {
	color: #81C566;
}

.site-footer .footer-copyright .site-author a {
	color: #C7C7C7;
}

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

.site-footer .footer-copyright .site-author a:hover,
.site-footer .footer-copyright .site-author a:focus {
	color: #81C566;
}

.site-footer .copyright-ext a {
	color: #81C566;
}

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

#copyright-menu { 
	margin: 0;
	padding: 0;
}

#copyright-menu li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 45px;
	position: relative;
}

#copyright-menu li:before {
	display: inline-block;
    content: '\2022';
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 20px;
}

#copyright-menu li a {
	display: block;
	font-size: 15px;
}

#copyright-menu li a:hover,
#copyright-menu li.current-menu-item a {
	color: #81C566;
}
