/**
Theme Name: Focused Conservation
Author: Semantica Digital 
Author URI: https://www.semantica.co.za
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: focused-conservation
Template: astra
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* General */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pxl { padding: 100px; } .pt-xl { padding-top: 100px; } .pb-xl { padding-bottom: 100px; } .pl-xl { padding-left: 100px; } .pr-xl { padding-right: 100px; }
.pl { padding: 60px; } .pt-l { padding-top: 60px; } .pb-l { padding-bottom: 60px; } .pl-l { padding-left: 60px; } .pr-l { padding-right: 60px; }
.pm { padding: 40px; } .pt-m { padding-top: 40px; } .pb-m { padding-bottom: 40px; } .pl-m { padding-left: 40px; } .pr-m { padding-right: 40px; }
.ps { padding: 20px; } .pt-s { padding-top: 20px; } .pb-s { padding-bottom: 20px; } .pl-s { padding-left: 20px; } .pr-s { padding-right: 20px; }

.mxl { margin: 100px; } .mt-xl { margin-top: 100px; } .mb-xl { margin-bottom: 100px; } .ml-xl { margin-left: 100px; } .mr-xl { margin-right: 100px; }
.ml { margin: 60px; } .mt-l { margin-top: 60px; } .mb-l { margin-bottom: 60px; } .ml-l { margin-left: 60px; } .mr-l { margin-right: 60px; }
.mm { margin: 40px; } .mt-m { margin-top: 40px; } .mb-m { margin-bottom: 40px; } .ml-m { margin-left: 40px; } .mr-m { margin-right: 40px; }
.ms { margin: 20px; } .mt-s { margin-top: 20px; } .mb-s { margin-bottom: 20px; } .ml-s { margin-left: 20px; } .mr-s { margin-right: 20px; }


.uael-before-after-slider .twentytwenty-handle { border-color: #b88621 !important; background-color: #001542;  }
.uael-before-after-slider .twentytwenty-handle:before, .uael-before-after-slider .twentytwenty-handle:after { background-color: #b88621 !important; }
.uael-before-after-slider .twentytwenty-handle .twentytwenty-left-arrow { border-right-color: #b88621 !important; }
.uael-before-after-slider .twentytwenty-handle .twentytwenty-right-arrow { border-left-color: #b88621 !important; }

.center-img-comp .uael-ba-label-hover.elementor-widget-uael-ba-slider{
	margin: 0 auto !important;
}

.nf-form-fields-required { font-size: 12px; color: #001542; }
.nf-field-label label { color: #001542; }

.wp-caption figcaption {
    position: absolute;
    bottom: 0;
    background: #00000091;
    color: #fff !important;
    padding: 20px;
}


.uael-grid-item-content .uael-grid-img-caption {
	position: static;
    background: #fff;
	border-top: 1px solid #ccc;
}
.uael-grid-item-content .uael-grid-img-caption .uael-grid-caption-text {
	color: #333 !important;
	text-decoration: none !important;
}
.uael-img-gallery-wrap .uael-grid-item-content {
    border: 1px solid #ccc;
}


.elementor-blockquote--skin-quotation .elementor-blockquote:before {
	float: left;
	margin-right: 20px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Header */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

header.elementor-top-section { background: transparent; position: fixed !important; }

.l-logo { display: block; margin-bottom: 0 !important; }
.d-logo { display: none; margin-bottom: 0 !important; }

.triggerSticky .l-logo { display: none; }
.triggerSticky .d-logo { display: block; }

.triggerSticky { background: #fff!important;  }

.triggerSticky .sticky-menu-items ul li a { color: #333!important;  }

.triggerSticky .sticky-menu-items ul li a { transition: .5s all ease-in-out; }
.triggerSticky { transition: .5s all ease-in-out; }


.triggerSticky .elementor-nav-menu--main .elementor-item { color: #001542 !important; font-size: 20px !important; }
.triggerSticky .elementor-nav-menu--main .elementor-item:hover { color: #d60000 !important; }

.elementor-nav-menu .sub-arrow { font-size: 14px !important; }



.use-light-menu .elementor-location-header .elementor-nav-menu > li > a {
	color: #fff !important;
}



/* menu spacing to include social icons */
#navwrap { display: flex; align-items: center; }
#navwrap > .elementor-widget-wrap {
	display: block;
}
#navwrap > .elementor-widget-wrap > .elementor-widget-nav-menu {
	width: auto;
    float: right;
}
#navwrap > .elementor-widget-wrap > .elementor-widget-social-icons {
	width: auto;
    float: right;
    padding-top: 5px;
	padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.3);
}
.use-light-menu #navwrap > .elementor-widget-wrap > .elementor-widget-social-icons {
	border-left: 1px solid rgba(255,255,255,0.3);
}
.use-light-menu #navwrap > .elementor-widget-wrap > .elementor-widget-social-icons i {
	color: #fff !important;
}

@media only screen and (max-width: 1350px) {
	
	#navwrap > .elementor-widget-wrap > .elementor-widget-social-icons {
		margin-bottom: 0 !important;
    	border: none !important;
	}
	
}

@media only screen and (max-width: 1024px) {
	#navwrap > .elementor-widget-wrap > .elementor-widget-social-icons { display: none; }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Home */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
	color: #b88621;
}


.home .uael-days .timeline-icon-new { font-size: 26px !important; }
.home .uael-timeline-marker {
	min-height: 70px !important;
	min-width: 70px !important; 
}
.home .uael-timeline-main .uael-day-right .uael-events-inner-new { border: none !important; }
.home .uael-timeline--left .uael-timeline__line { left: calc( 70px / 2 ) !important; }
	
.home .uael-events-inner-new { border: none !important; }




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Team */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.awsm-grid-wrapper .awsm-grid { margin: 0 !important; }
.awsm-grid.style-4 { margin: 0 !important; padding: 0 !important; }
.awsm-grid.style-4 .awsm-social-icons { display: none; }

.cards-style.style-4 figure { padding: 10px 10px 0; }
.cards-style.style-4 figcaption { padding: 20px 20px 0; min-height: 140px; }

.awsm-grid.style-4 .awsm-personal-info { padding-bottom: 0; margin-bottom: 0; }

.awsm-grid-wrapper .grid-4-col>.awsm-grid-card { width: auto; max-width: calc( 25% - 30px ); padding: 0; margin: 0 40px 40px 0; }
.awsm-grid-wrapper .grid-4-col>.awsm-grid-card:nth-of-type(4n) { margin-right: 0; }

.modal-style.style-1 figcaption {
	position: static;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 0;
    font-size: 16px !important;
    transform: scale(1);
	background: #fff;
    color: #7f7f7f;
	min-height: 130px;
    display: flex;
    align-items: center;
}
.modal-style.style-1 figcaption h3 {
	color: #000B30 !important;
}
.awsm-team-item .awsm-team-link-control {
    background: #fff;
    padding: 10px 10px 0;
    display: block;
}
.awsm-personal-info { margin-bottom: 0 !important; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Form */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.nf-form-wrap {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 10px rgb(31 34 90 / 10%);
}

.nf-before-form-content { float: right; }

.nf-form-content label {
    font-size: 16px;
    line-height: 18px;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
    font-size: 16px;
    padding: 6px;
    height: 40px !important;
}
.nf-error.field-wrap .nf-field-element:after {
	height: 38px !important;
	line-height: 40px !important;
}
.nf-error-msg, .ninja-forms-req-symbol,
.nf-error .nf-error-msg {
    font-size: 12px;
}

.nf-form-content textarea.ninja-forms-field { height: 120px !important; }

.nf-pass.field-wrap .nf-field-element:after {
	line-height: 42px !important;
}


.ninja-forms-field.nf-element[type="submit"] {
	background: #001542 !important; 	
	font-weight: 700;
	padding: 15px 50px !important;
	line-height: 100%;
    height: auto !important;
} 
.ninja-forms-field.nf-element[type="submit"]:hover {
	color: #fff !important; 
	background: #000B23 !important;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Single Blog */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.single-post {
	background: #000B30;
}
.single-post #comments {
	display: none !important;
}

.single-post #main {
	max-width: 1120px;
	padding: 0 15px;
	margin: 10px auto 60px;
}
.single-post #main article {
	background: #fff;
	padding: 30px !important;
}
.single-post .elementor-1620 .elementor-element.elementor-element-644a40a { 
	position: static !important;
	margin-bottom: 20px !important;
}
.single-post .entry-header {
	margin-top: 0 !important;
}
.single-post .post-navigation {
	background: #B88621;
	color: #fff !important;
}
.single-post .post-navigation a {
	color: #fff !important;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Donate */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.give-form-navigator {
	position: static !important;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Footer */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.elementor-element-a6ff831 a { color: #fff !important }



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Responsive */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media only screen and (max-width: 1024px) {
	
	/*.elementor-1620 .elementor-element.elementor-element-644a40a { 
		position: static !important;
		background: #001542 !important;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
		position: fixed;
    	z-index: 999;
	}*/
	
	header.elementor-top-section { background: #fff; position: relative !important; z-index: 9999999 !important; }
	.l-logo { display: none !important; }
	.d-logo { display: block !important; }
	
	.elementor-menu-toggle { background: #001542 !important; color: #fff !important; margin: 0 0 0 auto !important; z-index: 999999; }
	.elementor-menu-toggle .eicon-menu-bar:before { top: -3px; position: relative; }
	
	
	/*.elementor-nav-menu--dropdown { position: absolute; width: 100vw; background: #ebebeb !important; left: calc(-50% - 20px); top: 45px; border-top: 1px solid #ccc; }*/
    .elementor-nav-menu--dropdown { 
		width: 100vw;
		background: #001542 !important;
		border-top: 1px solid #ccc;
		height: 100vh;
		top: 0 !important;
		left: 0 !important;
		position: fixed;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 100vw !important;
	}
	.elementor-nav-menu--dropdown .elementor-nav-menu--dropdown { border-top: none !important; height: auto !important; background: rgba(255,255,255,0.2) !important; }
	.elementor-nav-menu--dropdown ul { width: 100%; }
	.elementor-nav-menu .elementor-item { font-size: 20px !important; border-bottom: 1px solid #ccc !important; }
	.elementor-nav-menu ul { position: relative !important; }
	.elementor-nav-menu ul li { border-bottom: 1px solid rgba(255,255,255,0.4) !important; }
	.elementor-nav-menu--dropdown ul a { color: #fff !important; font-size: 18px; }
	
}

@media only screen and (max-width: 768px) {
	
	#mobile-btns-full {width:100%;}

	header .elementor-column { width: 50%; }
	.elementor-nav-menu--dropdown { left: calc(-100% - 20px); }
	
	.awsm-grid-wrapper .grid-4-col>.awsm-grid-card { max-width: calc( 50% - 30px );	}
	.awsm-grid-wrapper .grid-4-col>.awsm-grid-card:nth-of-type(2n) { margin-right: 0; }

}
	
@media only screen and (min-width: 600px) and (max-width: 768px)  {
	
	#headerwrap .elementor-container > div { width: 50%; }
}

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

	.home .uael-days .timeline-icon-new { font-size: 25px !important; }
	.home .uael-timeline-marker { min-height: 40px !important; min-width: 40px !important; }
	.home .uael-timeline--left .uael-timeline__line { left: calc( 40px / 2 ) !important; }
	.home .uael-events-inner-new { padding: 0 !important; }
	
	.awsm-grid-wrapper .grid-4-col>.awsm-grid-card { max-width: 100%; margin-right: 0; }

}