/*
Theme Name: Cosmic
Author: DRPM
Version: 0.9.2
Text Domain: cosmic
*/


/* ================================================================= */
/*
[Table of contents]
 General CSS
 Layout and Grid
 Logo & Header
 Primary Menu & Mobile Menu 
 Footer
 Widgets & Social
 Blog Post
 Home Page
 About Page
 Contact Form
 FAQs
 Miscellaneous CSS (colors)
*/
/* ================================================================= */


/* ================================================================= */
/* General CSS                                                   */
/* ================================================================= */

/* === General Settings === */


/* === Fonts === */

@font-face {
	font-family: 'AvenirNext-Bold';
	src: url(/wp-content/themes/Cosmic/fonts/AvenirNextLTPro-Bold.otf) format("opentype");
	font-display: swap;
} 

@font-face {
	font-family: 'AvenirNext-Light';
	src: url(/wp-content/themes/Cosmic/fonts/AvenirNextLTPro-It.otf) format("opentype");
	font-display: swap;
} 

@font-face {
	font-family: 'AvenirNext-Regular';
	src: url(/wp-content/themes/Cosmic/fonts/AvenirNextLTPro-Regular.otf) format("opentype");
	font-display: swap;
} 


body {
	color: #000;
	font-family: 'AvenirNext-Regular' , Arial;
}
a:focus, input:focus, textarea:focus, select:focus, button:focus, a:active, input:active, textarea:active, select:active, button:active {
	outline: 2px dotted #00DAFF !important;
	z-index: 2;
}

ul, ol, li, p, a {
	font-family: 'AvenirNext-Regular' , Arial;
}
span {
	font-family: inherit;
}
strong {
	font-family: 'AvenirNext-Bold', Arial;
	color: inherit;
}

.center {
    margin: auto;
}

hr.top-divider {
	margin-top: 120px; 
	height: 1px;
   	background-color: #44D9FC;
	border: none;
}
@media only screen and (max-width: 991px) {
	hr.top-divider {
		background-color: #fff;
	}
	#wrapper-navbar .navbar.bg-primary {
		border-bottom: solid 2px #44d9fc;
	}
}
	
/* === Links === */

a {
	outline: 0;
	color: #4f4f4f;
	font-weight: 700;
	text-decoration: underline !important;
}
a:hover,
a:active {
	outline: 0;
	color: #000000;
	text-decoration: underline !important;
}


/* === Headings === */

h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	line-height: normal;
}

/*h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }*/

h1 small { font-size: 18px; font-weight: 300;}
h2 small { font-size: 16px; font-weight: 300;}
h3 small { font-size: 14px; font-weight: 300;}
h4 small { font-size: 12px; font-weight: 300;}

.elementor-widget-accordion .elementor-tab-content ul li, .elementor-widget-accordion .elementor-tab-content ol li {
	padding: 5px;
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: #4f4f4f;
}

.page-title {
	font-family: 'AvenirNext-Bold' !important;
	font-size: 66px;
	margin-bottom: 10px;
	line-height: 1;	
	color: #4f4f4f;
}

.row-headline {
	font-family: 'AvenirNext-Bold' !important;
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1.35;
	color: #4f4f4f;
}

.row-subhead {
	font-family: 'AvenirNext-Regular', Arial;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.25;
	color: #4f4f4f;
}

.column-headline {
	font-family: 'AvenirNext-Bold' !important;
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 1;
	color: #4f4f4f;
}

p, p.content {
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 20px !important;
}

.bkgd-blue {
	background-color: #CCF5FE;		
}

.bkgd-orange {
	background-color: #ff9202;	
}

.full-image img {
	width: 75%;
}


/* === Row Settings === */

.elementor-element.row-standard {
	margin: 35px 0 !important;
}
.elementor-element.row-standard-top {
	margin: 35px 0 0 !important;
}
.elementor-element.row-standard-bottom {
	margin: 0 auto 35px !important;
}
.elementor-element.row-standard-padding-all-xs {
	padding: 10px !important;
}
.elementor-element.row-standard-padding-small {
	padding: 30px 0 !important;
}
.elementor-element.row-standard-padding-bottom-small {
	padding: 0 0 30px !important;
}
.elementor-element.row-standard-padding-top-small {
	padding: 30px 0 0 !important;
}
.elementor-element.row-standard-padding-all-small {
	padding: 30px !important;
}
.elementor-element.row-standard-padding-medium {
	padding: 50px 0 !important;
}
.elementor-element.row-standard-padding-top-medium {
	padding: 50px 0 0 !important;
}
.elementor-element.row-standard-padding-bottom-medium {
	padding: 0 0 50px !important;
}
.elementor-element.row-standard-padding-all-medium {
	padding: 50px !important;
}
.elementor-element.row-standard-padding-large {
	padding: 65px 0 !important;
}
.elementor-element.row-standard-padding-top-large {
	padding: 65px 0 0 !important;
}
.elementor-element.row-standard-padding-bottom-large {
	padding: 0 0 65px !important;
}
.elementor-element.row-standard-padding-all-large {
	padding: 65px !important;
}
.elementor-element.elementor-widget-text-editor {
	margin-bottom: 0 !important;
}
.elementor-element.elementor-widget-button {
	width: max-content !important;
}
.elementor-element.blue-bknd {
	position: relative;
}
.elementor-element.blue-bknd:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #CCF5FE; 
	display: block !important;
	z-index: 0;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
}


@media only screen and (min-width: 992px) {
    .elementor-element.shift-up {
        margin-top: -175px !important;
    }
}
@media only screen and (max-width: 992px) {
	hr.top-divider {
		margin-top: 50px; 
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-element.shift-up {
        margin-top: -68px !important;
    }
}
@media only screen and (max-width: 767px) {
	.elementor-element.mobile-hide, span.mobile-hide {
		display: none !important;
	}
	.row-headline {
		font-size: 36px;
	}
}

/* === Button Setting */

.custom-btn-orange-grey button, .custom-btn-orange-grey a,.custom-btn-orange-grey-sm button, .custom-btn-orange-grey-sm a, button.custom-btn-orange-grey, button.custom-btn-orange-grey a, .custom-btn-transparent-grey button, .custom-btn-transparent-white a, .custom-btn-transparent-white button, .custom-btn-transparent-grey a, button.custom-btn-transparent-grey, button.custom-btn-transparent-grey a, input.custom-btn-transparent-grey, input.custom-btn-transparent-grey a  {
	position: relative;
	z-index: 2;
	color: #4f4f4f !important;
    border: 4px solid #4f4f4f !important;
    background-color: transparent !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: capitalize;
	padding: 15px 26px !important;
    font-size: 23px !important;
	line-height: 1 !important;
    border-radius: 0px !important;
	font-family: 'AvenirNext-Regular' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
}

.custom-btn-transparent-white button, .custom-btn-transparent-white a {
	color: #ffffff !important;
    border: 2px solid #ffffff !important;
	width: 173px;
}

input.custom-btn-transparent-grey, input.custom-btn-transparent-grey a, button.custom-btn-orange-grey-sm, button.custom-btn-orange-grey-sm a {
	position: relative;
    z-index: 2;
    color: #4f4f4f !important;
    border: 1px solid #000000 !important;
    background-color: transparent !important;
    border-width: 1px !important;
    text-transform: capitalize;
    padding: 9px 26px !important;
    font-size: 18px !important;
    width: 172px !important;
	text-decoration: none !important;
}

.custom-btn-orange-grey .elementor-button-wrapper:hover button
, button.custom-btn-orange-grey .elementor-button-wrapper:hover
, button.custom-btn-orange-grey-sm .elementor-button-wrapper:hover
,.custom-btn-orange-grey:hover .elementor-button-wrapper:hover a {
	color: #fff !important;
	border-color: #4f4f4f !important;
    background-color: #4f4f4f !important;
}

.custom-btn-orange-grey .elementor-button-wrapper:before, button.custom-btn-orange-grey-sm:before, button.custom-btn-orange-dkgrey:before {
	content: '';
    position: absolute;
    top: 10px;
    left: -8px;
    background-color: #ff9202 !important;
    width: 99%;
    height: 57px;
    z-index: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.custom-btn-orange-dkgrey button, .custom-btn-orange-dkgrey a  {
	position: relative;
	z-index: 2;
	color: #3D3D3D !important;
    border: 4px solid #3D3D3D !important;
    background-color: transparent !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: capitalize;
	padding: 15px 26px !important;
    font-size: 23px !important;
	line-height: 1 !important;
    border-radius: 0px !important;
	font-family: 'AvenirNext-Regular' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
}

.custom-btn-orange-dkgrey .elementor-button-wrapper:hover button
,.custom-btn-orange-dkgrey .elementor-button-wrapper:hover a {
	color: #fff !important;
	border-color: #3D3D3D !important;
    background-color: #3D3D3D !important;
}

@media only screen and (max-width: 767px) {
	.custom-btn-orange-grey button, .custom-btn-orange-grey a,.custom-btn-orange-grey-sm button, .custom-btn-orange-grey-sm a, button.custom-btn-orange-grey, button.custom-btn-orange-grey a, .custom-btn-transparent-grey button, .custom-btn-transparent-white a, .custom-btn-transparent-white button, .custom-btn-transparent-grey a, button.custom-btn-transparent-grey, button.custom-btn-transparent-grey a, input.custom-btn-transparent-grey, input.custom-btn-transparent-grey a {
		padding: 10px 12px !important;
		font-size: 20px !important;
	}
	.custom-btn-orange-grey .elementor-button-wrapper:before, button.custom-btn-orange-grey-sm:before, button.custom-btn-orange-dkgrey:before {
		height: 45px !important;
	}
}


/* Buttons inside the drop downs */
.custom-btn-transparent-grey-sm a, button.custom-btn-transparent-grey-sm, button.custom-btn-transparent-grey-sm a, input.custom-btn-transparent-grey-sm, input.custom-btn-transparent-grey-sm a  {
	position: relative;
	z-index: 2;
	color: #4f4f4f !important;
    border: 4px solid #4f4f4f !important;
    background-color: transparent !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: capitalize;
	padding: 12px 23px !important;
    font-size: 18px !important;
	line-height: 1 !important;
    border-radius: 0px !important;
	font-family: 'AvenirNext-Regular' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	margin: 10px;
}

button.custom-btn-transparent-grey-sm:hover, button.custom-btn-transparent-grey-sm a:hover {
	color: #fff !important;
	border-color: #4f4f4f !important;
    background-color: #4f4f4f !important;
}



/* === Highlight === */

.highlight {
	background-color: #44d9fc !important;
	padding: 0px 4px 0px 4px !important;
}

h1 {
	color: #4f4f4f;
}

.subhead {
	font-size: 50px;
}


/* === Ads === */

.elementor .ad-img img {
	box-shadow: 8px 8px 8px #e6e6e6;
    border: 1px solid #e6e6e6;
	margin: 15px;
}

/* === Interior Banner === */
.vc_row-has-fill.interior-banner,
.vc_row-has-fill.homepage-banner {
	background-size: cover !important;
    background-repeat: no-repeat !important;
	background-position: center !important;
	line-height: 1;
}
.interior-banner,
.interior-banner .banner-inner {
	position: relative;
	height: 565px;
}
.interior-banner .banner-inner .vc_column-inner {
	position: relative;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
}
.interior-banner .banner-inner .wpb_text_column {
	margin-bottom: 0;
}

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

@media only screen and (min-width: 992px) {
	.interior-banner.homepage .banner-inner .vc_column-inner {
		position: absolute;
		top: 65%;
		right: 0;
		bottom: 0;
		left: 0;
		transform: translateY(-50%);
	}
	.interior-banner.homepage {
		margin-top: -65px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.interior-banner.homepage {
		height: 100vh !important;
	}
	.interior-banner.homepage .banner-inner {
		height: 100vh !important;
	}
}

@media only screen and (max-width: 767px) {
/*	.interior-banner.homepage {
		height: 600px !important;
	}
	.interior-banner.homepage .banner-inner {
		height: 255px !important;
	}*/
	.center-text {
		text-align: left;
	}
}


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

/*	.interior-banner.homepage {
		height: 600px !important;
	}
	.interior-banner.homepage .banner-inner {
		height: 255px !important;
	} */
	.interior-banner .banner-inner .vc_column-inner {
		top: 70%;
	}
	.vc_row.interior-banner {
		height: 145px;
		background: radial-gradient(#075680,#043c59) !important;
		background-color: #075680 !important;
	}
	.vc_row.interior-banner .banner-inner {
		height: 135px;
		background-color: #075680 !important;
		background: none !important;
	}
	.vc_row.interior-banner:before {
		display: none !important;
	}
	.interior-banner,
	.interior-banner .banner-inner,
	.interior-banner.headline,
	.interior-banner.headline  .banner-inner,
	.interior-banner.hascontent,
	.interior-banner.hascontent .banner-inner,
	.interior-banner.propel,
	.interior-banner.propel .banner-inner,
	.interior-banner.casestudy,
	.interior-banner.casestudy .banner-inner {
		height: 185px;
	}
	.interior-banner,
	.interior-banner.headline,
	.interior-banner.hascontent,
	.interior-banner.propel,
	.interior-banner.casestudy {
		margin-top: -45px;
	}
	.interior-banner h1, .interior-banner h2, .interior-banner h3, .interior-banner h4 {
		text-align: left !important;
	}

	.interior-banner .subhead,
	.interior-banner .content,
	.interior-banner .support-subhead {
		display: none;
	}
	.interior-banner.propel .subhead,
	.interior-banner.speaking-engagements .subhead{
		display: block;
		font-size: 24px !important;
		font-family: 'Montserrat-Medium',Arial !important;
	}
	.interior-banner:after {
        content: '' !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 0;
        height: 65px;
        display: none !important;
    }
}
.homepage-banner .headline, .homepage-banner .subhead, .interior-banner .intro, .interior-banner .headline, .interior-banner .subhead, .interior-banner .support-subhead, .interior-banner .content {
	color: #fff;
	text-align: center;
}
.interior-banner .headline {
	font-family: 'Montserrat-Regular', Arial !important;
	font-size: 48px;
	margin-bottom: 15px;
}
.interior-banner .subhead {
	font-family: 'Montserrat-Semibold', Arial !important;
	font-size: 44px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.interior-banner .support-subhead {
	font-family: 'Montserrat-Light', Arial !important;
	text-transform: uppercase;
	font-size: 44px;
}
.interior-banner .content {
	font-family: 'Montserrat-Regular', Arial !important;
	font-size: 18px;
	margin-top: 25px !important;
	line-height: 1.5;
}
.interior-banner:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0);
	display: block !important;
	z-index: 0;
}

.course-desc-badge {
	margin-left: 50px;
}

.course-desc-img {
	box-shadow: 8px 8px 8px #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
    padding: 20px;
    margin: 16px;
}

.interior-banner.no-headings {
	padding-top: 360px;
	padding-bottom: 165px;
}
.elementor-element.parent-banner {
	height: 0px !important;
    border-bottom: solid 1px #44D9FC;
    padding: 81px 0 35px !important;
}
@media only screen and (max-width: 991px) {
	.elementor-element.parent-banner {
		padding: 75px 0px 15px 0px !important;
	}	
}
/* === End Interior Banner === */


/* ================================================================= */
/* Layout and Grid                                                   */
/* ================================================================= */



/* ================================================================= */
/* Logo & Header                                                   */
/* ================================================================= */


/* === Logo === */

.logo {
	display: table-cell;
	margin: auto;
	min-height: 70px;
	min-width: 300px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.logo img {
	-webkit-transition: all .3s ease-out;
	-o-transition:      all .3s ease-out;
	transition:         all .3s ease-out;
	}

#logo {
	margin: 0;
}
#logo img {
	width: 235px;
}

#wrapper-navbar {
	position: absolute;
    width: 100%;
	background: transparent;
	z-index: 10;
	-moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#wrapper-navbar.header-fixed {
	background-color: #fff;
}
#wrapper-navbar .top-nav {
	background: transparent;
	text-align: right;
	padding: 25px 25px 0;
}
#wrapper-navbar .top-nav a {
    height: 100%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
#wrapper-navbar .top-nav > .container-fluid {
	overflow: hidden;
}
#wrapper-navbar .top-nav > .container-fluid .inner {
	width: max-content;
    float: right;
}
#wrapper-navbar .top-nav > .container-fluid .inner .second-nav {
	width: max-content;
    float: left;
	padding: 2px 15px;
}
#wrapper-navbar .top-nav > .container-fluid .inner .icon-nav {
	width: max-content;
    float: right;
	padding: 3px 15px;
}
#wrapper-navbar .top-nav .fa-search {
	color: #4f4f4f;
}
#wrapper-navbar .top-nav .fa-share-alt {
	color: #ff9202;
	transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
	#wrapper-navbar .top-nav {
		width: max-content;
		position: absolute;
		top: 50%;
		right: 60px;
		transform: translateY(-50%);
		z-index: 999;
		padding: 0;
	}
	#wrapper-navbar .top-nav .second-nav {
		display: none !important;
	}
	#wrapper-navbar .top-nav .icon-nav a {
		font-size: 26px;
	}
	#wrapper-navbar #open-navigation {
		position: absolute;
    	right: 15px;
	}
	#wrapper-navbar .navbar.bg-primary {
		padding: 20px 15px;
	}
}
@media only screen and (min-width: 992px) {
	#wrapper-navbar .menu-item-606 > a {
		margin-top: 15px;
		margin-left: 10px;
		background: #ff9202;
		color: #fff !important;
		padding: 10px 20px 6px !important;
		line-height: 1;
		border-radius: 5px;
	}
}
#wrapper-navbar .dropdown-toggle:after {
	content: '\2039';
	border: none;
	vertical-align: -3px;
	transform: rotate(-90deg);
	font-size: 32px;
}
@media only screen and (min-width: 992px) {
	#nav-expand {
		width: 100% !important;
		height: 70px !important;
	}
	.menu-item-236.nav-item,
	.menu-item-237.nav-item {
		display: none !important;
	}
	#wrapper-navbar.header-fixed .top-nav {
		display: none !important;
	}
	#wrapper-navbar.header-fixed {
		position: fixed;
		box-shadow: 1px 1px 11px rgba(0,0,0,.65);
	}
	#main-menu .child-toggle {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	#wrapper-navbar {
		background-color: #ffffff !important;
	}
}
@media only screen and (max-width: 991px) {
	.overlay-content #main-menu.ml-auto {
		width: 100% !important;
	}
	#nav-expand.overlay {
		height: 0;
		width: 100%;
		position: fixed;
		z-index: 99;
		top: 72px !important;
		right: 0;
		background-color: #fff;
		overflow-x: hidden;
		transition: 0.5s;
	}
	#nav-expand.overlay.popout-nav {
		height: auto;
	}
	.logged-in #nav-expand.overlay {
		top: 117px !important;
	}
	#nav-expand.overlay:before {
		content: '';
		position: absolute;
		background: none;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block !important;
		z-index: 0;
	}
	#wrapper-navbar .dropdown-toggle:after {
		content: '+';
		border: none;
		vertical-align: -3px;
		transform: rotate(-90deg) translateY(-50%);
		font-size: 24px;
		position: absolute;
		right: 5px;
		top: 0%;
		display: none !important;
	}
	#main-menu > li {
		position: relative;
	}
	#main-menu .child-toggle {
		font-size: 24px;
		position: absolute;
		right: 5px;
		top: 18px;
		transform: translateY(-50%);
		width: 15%;
		height: 30px;
		display: block !important;
		color: #000;
		text-align: center;
	}
	#nav-expand .swoop-logo,
	#nav-expand .overlay-content,
	#nav-expand .text-content {
		opacity: 0;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	#nav-expand.popout-nav .swoop-logo,
	#nav-expand.popout-nav .overlay-content,
	#nav-expand.popout-nav .text-content {
		-webkit-animation: fade-in-down 1s forwards .15s;
		-moz-animation: fade-in-down 1s forwards .15s;
		-o-animation: fade-in-down 1s forwards .15s;
		animation: fade-in-down 1s forwards .15s;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
}
@keyframes fade-in-down {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fade-in-down {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fade-in-down {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fade-in-down {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#nav-expand .swoop-logo {
    padding-top: 0px;
    padding: 0px 15px 0;
	width: 235px !important;
	float: left;
}
#nav-expand .overlay-content {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	clear: both;
}
#nav-expand .overlay-content.display-mobile {
	opacity: 1 !important;
	display: block !important;
}
@media only screen and (min-width: 992px) {
	#nav-expand .text-content,
	#close-navigation,
	.swoop-logo {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
	#nav-expand .text-content {
		font-size: 16px;
		width: 88%;
	}
	#nav-expand .text-content .seo-audit {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	#nav-expand .swoop-logo {
		padding: 15px 0px 0 35px !important;
    	width: 200px;
	}
	#nav-expand .text-content {
		color: #fff;
		position: relative;
		width: 90%;
		padding-top: 15px;
		margin: 0 auto;
		border-top: solid 2px #fff;
		text-align: left;
		font-size: 14px;
	}
	#nav-expand .text-content .seo-audit {
		color: #fff;
		padding: 0 0 10px;
		font-size: 14px;
	}
	#nav-expand .text-content.phone {
		border-top: none;
		width: 70%;
		float: left;
		padding: 0 0 0 30px;
		clear: both;
	}
	#nav-expand .text-content .nav-phone {
		color: #fff !important;
		background-image: none !important;
		text-transform: uppercase;
		width: max-content;
		padding-top: 23px !important;
		padding-bottom: 5px !important;
		font-size: 20px !important;
		padding-left: 10px !important;
		padding-right: 15px !important;
		border-radius: 0 !important;
		font-family: 'Montserrat-SemiBold' !important;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	#nav-expand .text-content .nav-phone:hover {
		text-decoration: underline;
	}
	.admin-bar #nav-expand.overlay {
		top: 30px;
	}
	#nav-expand.overlay a {
		padding: 2px 35px !important;
		text-decoration: none;
		font-size: 20px;
		display: block;
		transition: 0.3s;
		line-height: 1.75;
		margin-bottom: 0;
		border-bottom: none;
		border-top: solid 1px #D5D5D5;
	}
	#nav-expand.overlay a:hover, #nav-expand.overlay a:focus {
		color: #f1f1f1;
	}
	#nav-expand.overlay .closebtn {
		position: absolute;
		top: 0;
		right: 0;
		background: #333;
		padding: 30px 15px;
		font-size: 60px;
		color: #fff;
		line-height: 0;
		z-index: 999;
	}
	#nav-expand .overlay-content {
		padding: 0;
	}
	#open-navigation {
		width: 60px;
		height: 40px;
		border-radius: 5px;
		position: relative;
		background: #D5D5D5;
	}
	#open-navigation:hover {
		cursor: pointer;
	}
	#nav-expand.overlay .closebtn,
	#nav-expand.overlay .swoop-logo,
	#nav-expand.overlay .text-content {
		display: none;
	}
	.navbar-toggler-burger-1,
	.navbar-toggler-burger-2,
	.navbar-toggler-burger-3,
	.navbar-toggler-burger-4,
	.navbar-toggler-burger-5 {
		width: 50%;
		background-color: #fff;
		height: 2px;
		display: block;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		opacity: 1;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.navbar-toggler-burger-4,
	.navbar-toggler-burger-5 {
		opacity: 0;
	}
	.navbar-toggler-burger-1 {
		top: 25%;
	}
	.navbar-toggler-burger-2 {
		top: 45%;
	}
	.navbar-toggler-burger-3 {
		top: 65%;
	}
	.navbar-toggler-burger-4 {
		top: 50%;
    	transform: rotate(45deg);
	}
	.navbar-toggler-burger-5 {
		top: 50%;
    	transform: rotate(-45deg);
	}
	#open-navigation.nav-activate .navbar-toggler-burger-1,
	#open-navigation.nav-activate .navbar-toggler-burger-2,
	#open-navigation.nav-activate .navbar-toggler-burger-3 {
		opacity: 0;
	}
	#open-navigation.nav-activate .navbar-toggler-burger-4,
	#open-navigation.nav-activate .navbar-toggler-burger-5 {
		opacity: 1;
	}
	.navbar-nav {
		display: block;
	}
	#wrapper-navbar, .admin-bar #wrapper-navbar {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}
	#wrapper-navbar {
		top: 0;
	}
	#wpadminbar {
		position: fixed;
	}
	.admin-bar #wrapper-navbar {
		top: 45px;
	}
	#site-overlay {
		background-color: rgba(0,0,0,0);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: '';
		z-index: -5;
		display: block;
	}
	#site-overlay.show {
		background-color: rgba(0,0,0,.25);
		z-index: 18;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.admin-bar #wrapper-navbar {
		top: 32px;
	}
}
@media only screen and (max-width: 575px) {
	#nav-expand.overlay .overlay-content a {
		font-size: 18px !important;
	}
}
@media screen and (max-height: 450px) {
	#nav-expand.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
  	}
}
.navbar.bg-primary {
	z-index: 3;
	padding: 0 15px;
}
@media only screen and (min-width: 992px) {
	.navbar.bg-primary {
		background-color: transparent !important;
	}
}
.navbar-brand {
	padding-top: .5rem;
}
.bg-primary {
	background-color: inherit !important
}
#main-menu.ml-auto {
	margin-left: auto !important;
	width: max-content !important;
}
#wrapper-navbar a {
	text-decoration: none !important;
	font-weight: 500;
}
.navbar-nav {
	margin-top: 0;
}
.navbar-nav li {
	width: auto;
	text-align: left;
}
@media only screen and (max-width: 991px) {
	.navbar-nav li {
		width: 100%;
	}
	#nav-expand.overlay li.active a {
		color: #075680 !important;
	}
}
.navbar-nav li.active {
	background: #fff;
}
.navbar-nav li.active.menu-item-606 {
	background: transparent;
}
.navbar-nav li.active > a {
	color: #000 !important;
	border-bottom-color: #44d9fc !important;
}
.navbar-nav li:hover ul li a,
.navbar-nav li.active:hover ul li a {
	color: #000 !important;
	background-color: #fff !important;
}
.navbar-nav li:hover {
	border-radius: 0;
}
.navbar-nav li a {
	font-size: 16px;
    color: #000 !important;
    font-family: 'AvenirNext-Regular' , Arial;
    padding-right: 8px !important;
    padding-left: 8px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    border-bottom: solid 2px transparent;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-nav li:hover ul li:hover a {
	color: #075680 !important;
	border-bottom-color: #44d9fc !important;
}
.navbar-nav > li:hover > a {
	color: #000 !important;
	border-bottom-color: #44d9fc !important;
}
.menu-item-has-children li:hover, .menu-item-has-children ul li a:hover {
	background: #ffa484 !important;
	color: #ffa484 !important;
	border-radius: 0px;
}
.menu-item-has-children:hover ul li {
	border: solid 0px transparent;
}
#secondary-menu.ml-auto {
	margin-left: 0 !important;
	margin-right: auto !important;
}
@media only screen and (min-width: 992px) {
	#wrapper-navbar #logo {
		position: absolute;
		margin-top: -100px;
	}
}
#wrapper-navbar #logo {
	padding: 0;
}
#wrapper-navbar.header-fixed #logo {
	margin-top: 0;
}
@media only screen and (min-width: 1100px) and (max-width: 1159px) {
	.header-fixed .navbar-nav li a {
		font-size: 15px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1099px) {
	.header-fixed .navbar-nav li a {
		font-size: 13px;
		padding-right: 6px !important;
    	padding-left: 6px !important;
	}
}
@media only screen and (max-width: 991px) {
	#wrapper-navbar #logo {
		margin-top: 0;
	}
}
#wrapper-navbar #logo img {
	width: 175px;
}
@media only screen and (max-width: 991px) {
	#wrapper-navbar #logo img {
		width: 125px;
	}
}
.menu-item-has-children.parent-link:hover {
	border-radius: 10px 10px 10px 0;
}
@media only screen and (min-width: 992px) {
	.menu-item-has-children.parent-link:hover > .dropdown-menu {
		display: block !important;
		box-shadow: 3px 3px 4.5px rgba(0,0,0,.25);
		border-radius: 0;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
.dropdown-menu {
	border: solid 3px #ffa484;
	left: -1.5%;
}
#wrapper-navbar .dropdown-menu {
	border: solid 1px #ececec;
	background-color: transparent;
	left: 2%;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	#wrapper-navbar .dropdown-menu {
		display: none !important;
	}
	#wrapper-navbar .menu-item-has-children.expand ul.dropdown-menu {
		display: block !important;
	}
	#wrapper-navbar .menu-item-has-children.expand ul.dropdown-menu > li {
		background: transparent !important;
	}
	#wrapper-navbar .menu-item-has-children.expand ul.dropdown-menu > li > a {
		background: #ececec !important;
	}
	.menu-item-has-children {
		overflow: hidden;
	}
	.menu-item-has-children .dropdown-menu li {
		text-indent: 15px;
	}
}
.menu-item-144.nav-item ul {
	display: none;
	left: auto;
	top: 0;
	right: 100%;
	direction: rtl;
	box-shadow: 0px 0px 3.5px #333 !important;
}
.menu-item-144.nav-item:hover ul {
	display: block;
}
.menu-item-has-children ul li a {
	margin-bottom: 0;
	padding: 10px !important;
	color: #000 !important;
}
.menu-item-has-children ul li a:hover {
	color: #fff !important;
}
.menu-item-has-children ul {
	margin: 0;
	padding: 0;
}

#menu-item-5776.nav-item a {
	background-color: #FF9202 !important;
}

/* === Header === */


/* === Fixed Header === */




/* ================================================================= */
/* Primary Menu & Mobile Menu                                        */
/* ================================================================= */

/* === Primary Menu === */






/* === Mobile Menu === */

#wrapper {
	width:320px;
	height:560px;
	overflow:hidden;
	position:absolute; 
	top:50px; 
	left:50%;
  margin-left:-160px;
	background:#111;
}
div.screen{
	width:320px;
	height:560px;	
	overflow:hidden;
	position:absolute; 
	top:0px; 
	left:0px;
	background:#31558a;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.screen.animate{
	left:254px;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}

.list{margin-top:36px; text-align:left;}

div.burger {
	height: 30px; 
	width: 40px;
	position: absolute;
	top: 11px; 
	left: 21px;
	cursor: pointer;	
}
	div.x,
	div.y,
	div.z {
		position: absolute; margin: auto;
		top: 0px; bottom: 0px;		
		background: #fff;
		border-radius:2px;
		-webkit-transition: all 200ms ease-out;
		   -moz-transition: all 200ms ease-out;
		    -ms-transition: all 200ms ease-out;
		     -o-transition: all 200ms ease-out;
		        transition: all 200ms ease-out;
	}		
	div.x, div.y, div.z {
		height: 3px;
		width: 26px;
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;
    }
	div.y.squize{
		width:0;
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;
	}
	div.y{top: 18px;}
	div.z{top: 37px;}	 
	
	div.open div.x, div.open div.z{
		top:19px;
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
	}
	
	div.rotate30{		
		-ms-transform: rotate(30deg); 
    	-webkit-transform: rotate(30deg); 
	    transform: rotate(30deg);	
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;					
	}
	div.rotate150{
		-ms-transform: rotate(150deg); 
    	-webkit-transform: rotate(150deg); 
	    transform: rotate(150deg);	
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;					
	}
	
	div.rotate45{
		-ms-transform: rotate(45deg); 
    	-webkit-transform: rotate(45deg); 
	    transform: rotate(45deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}
	div.rotate135{
		-ms-transform: rotate(135deg); 
    	-webkit-transform: rotate(135deg); 
	    transform: rotate(135deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}

div.navbar{height:73px;background:#385e97;}

div.menu {
	height: 568px; 
	width: 320px;
	margin-left:-190px;
	opacity:0;	
	position:relative;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
#menu-bg{
	position:absolute;
	left:0;
	right:0;
	position: absolute;
	left: -10px;
	top: -120px;	
	opacity: 0.3;
  -webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu.animate #menu-bg{
  left:-23px;
-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu.animate{
	margin-left:-110px;
	opacity:1;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu ul{margin-top:110px;position:relative;}
div.menu ul li {
	list-style: none;
	width: 320px;
	margin-top: 40px;
	text-align: left;
	padding-left: 100px;
	font-size: 23px;
}
div.menu ul li a {
	color:#fff;
	text-decoration:none;	
	letter-spacing:1px;	
}
div.menu.animate ul li {
	margin-left:80px; 
	-webkit-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
div.menu.animate li:nth-of-type(1){transition-delay: 0.0s;}
div.menu.animate li:nth-of-type(2){transition-delay: 0.06s;}
div.menu.animate li:nth-of-type(3){transition-delay: 0.12s;}
div.menu.animate li:nth-of-type(4){transition-delay: 0.18s;}
div.menu.animate li:nth-of-type(5){transition-delay: 0.24s;}

/* === end Mobile === */



/* ================================================================= */
/* Footer                                                            */
/* ================================================================= */

/* === Footer Wrapper === */

#text-2 {

}
#custom_html-2 {

}
#custom_html-3 {

}

#wrapper-footer-full {
	background: #D5D5D5;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
}
#wrapper-footer-full h3.widget-title, .advertise-footer {
	color: #4f4f4f;
	font-size: 22px;
	font-family: 'AvenirNext-Bold', Arial !important;
	margin-bottom: 12px;
}
#wrapper-footer-full .widget_custom_html a,
#wrapper-footer-full #text-5 a,
#wrapper-footer-full #text-5 .fa {
	color: #fff;
}
#wrapper-footer-full .navigation a {
	width: 100%;
	display: inline-block;
	padding-bottom: 15px;
	font-family: 'Montserrat-SemiBold', Arial !important;
}
.contact-social-icons .fa-facebook, .contact-social-icons .fa-twitter, .contact-social-icons .fa-linkedin, .contact-social-icons .fa-youtube, .contact-social-icons .fa-instagram, .contact-social-icons .fa-h-square, .contact-social-icons .fa-vimeo {
	color: #fff;
    font-size: 20px;
}
.contact-social-icons .fa-facebook, .contact-social-icons .fa-twitter, .contact-social-icons .fa-linkedin, .contact-social-icons .fa-youtube, .contact-social-icons .fa-h-square, .contact-social-icons .fa-vimeo, .contact-social-icons .fa-instagram {
	margin-right: 10px;
}
#wrapper-footer-full .fa-facebook,
#wrapper-footer-full .fa-twitter,
#wrapper-footer-full .fa-linkedin,
#wrapper-footer-full .fa-youtube,
#wrapper-footer-full .fa-instagram,
#wrapper-footer-full .fa-h-square,
#wrapper-footer-full .fa-vimeo {
	color: #fff;
    font-size: 25px;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	padding: 0px 5px;
}
#wrapper-footer-full .fa-facebook:hover,
#wrapper-footer-full .fa-twitter:hover,
#wrapper-footer-full .fa-linkedin:hover,
#wrapper-footer-full .fa-youtube:hover,
#wrapper-footer-full .fa-h-square:hover,
#wrapper-footer-full .fa-vimeo:hover,
#wrapper-footer-full .fa-instagram:hover {
	color: #ff9202;
}
@media only screen and (max-width: 991px) {
	
	#wrapper-footer-full #text-6 {
		text-align: left;
	}
	
	#wrapper-footer-full .fa-facebook,
	#wrapper-footer-full .fa-twitter,
	#wrapper-footer-full .fa-linkedin,
	#wrapper-footer-full .fa-youtube,
	#wrapper-footer-full .fa-instagram {
		font-size: 30px;
		float: left;
	}

	#wrapper-footer .row {
		text-align: left;
	}

	#wrapper-footer .row .footer-links {
		text-align: left;
		padding: 0px !important;
	}

}
#wrapper-footer-full .fa {
	padding-right: 20px !important;
}

#wrapper-footer {
	background: #D9D9D9;
	color: #000000;
	font-size: 14px;
	border-top: solid 3px #B9B9B9;
	text-align: left;
}

#wrapper-footer a {
	text-decoration: none !important;
}

#wrapper-footer .row {
	align-items: center;
	font-family: 'Montserrat-Light', Arial;
}
#wrapper-footer .row .col-md-3 {
	text-align: center;
}
#wrapper-footer-full .review-badges {
	width: 100% !important;
	overflow: hidden;
	padding: 10px 0;
}
#wrapper-footer-full .review-badges img {
	width: 35%;
}


#custom_html-3 .mc-field-group input {
	background: transparent;
    border: 1px solid #4f4f4f;
    border-radius: 4px !important;
    width: 100%;
    color: #fff;
	padding-left: 8px;
}

@media only screen and (max-width: 991px) {
	#wrapper-footer-full .review-badges img {
		width: 120px;
	}

	#wrapper-footer-full .custom-btn-orange-grey button, #wrapper-footer-full .custom-btn-orange-grey a {
	    padding: 9px 20px !important;
    	font-size: 16px !important;
	}

	#wrapper-footer-full #custom_html-3 #mc-embedded-subscribe:before, #wrapper-footer-full #custom_html-3 .elementor-button-wrapper:before {
	    top: 8px;
    	left: -8px;
	    height: 39px;	
	}

	#wrapper-footer-full .custom-btn-orange-grey .elementor-button-wrapper:before, #wrapper-footer-full button.custom-btn-orange-grey-sm:before, #wrapper-footer-full button.custom-btn-orange-dkgrey:before {
	    top: 8px;
    	left: -8px;
	    height: 39px;			
	}
}

@media only screen and (max-width: 767px) {
	#text-2, #custom_html-3, #custom_html-2 {
	}
	#custom_html-3 {
		margin-top: 26px;
	}
}

.mc-field-group {
	padding-bottom: 10px;
}

#mc_embed_signup_scroll label {
}

#custom_html-3 .button {
	position: relative;
    margin-top: 10px;
    width: 100%;
    z-index: 2;
    color: #4f4f4f !important;
    border: 4px solid #4f4f4f !important;
    background-color: transparent !important;
    background-image: none !important;
    border-width: 1px !important;
    text-transform: capitalize;
    padding: 7px 24px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    border-radius: 0px !important;
    font-family: 'AvenirNext-Regular' !important;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none !important;
}

#custom_html-3 .elementor-button-wrapper:hover button, #custom_html-3 .elementor-button-wrapper:hover a
, button.custom-btn-orange-grey .elementor-button-wrapper:hover
, button.custom-btn-orange-grey-sm .elementor-button-wrapper:hover
,.custom-btn-orange-grey .elementor-button-wrapper:hover a {
	color: #fff !important;
	border-color: #4f4f4f !important;
    background-color: #4f4f4f !important;
}
#custom_html-3 #mc-embedded-subscribe:before, #custom_html-3 .elementor-button-wrapper:before {
	content: '';
    position: absolute;
    top: 10px;
    left: -8px;
    background-color: #ff9202 !important;
    width: 99%;
    height: 57px;
    z-index: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/** Email Signup Modal **/

/* COVID-19 Notice */

.covid-notice {
	width: 100%;
	padding: 12px 5px;
	background: #e1251b;
	text-align: center;
	color: #fff;
}
.covid-notice h3 {
	margin: 0;
    font-size: 24px !important;
    text-transform: uppercase;
    font-family: 'Avenir-Black', Arial !important;
    color: #001689;
    line-height: normal;
}
.covid-notice p, .covid-notice p a {
	color: #fff;
	margin: 0;
	font-size: 24px;
    font-family: 'Avenir-Black', Arial !important;
}
.covid-notice p a {
	text-decoration: underline;
	font-weight: 600;
}
.covid-notice p a {
	color: inherit;
}

#exampleModalLong .modal-body h3 {
    font-size: 24px !important;
    text-transform: uppercase;
    font-family: 'Avenir-Black', Arial !important;
    color: #001689;
    line-height: normal;
	padding: 15px 0px;
}

#exampleModalLong .modal-body li {
	padding: 10px 0px;
}

#wrapper-navbar.header-fixed .covid-notice {
	display: none;
}

#exampleModalLong .modal-backdrop {
	z-index: 3;
}
#exampleModalLong .modal-content {
	color: #000;
	font-family: 'Montserrat-Light', Arial !important;
	z-index: 9999;
}

.modal-backdrop {
    z-index: 5;
}

@media only screen and (min-width: 992px) {
	#exampleModalLong .modal-dialog {
		/*max-width: 820px;*/
		margin: 8.75rem auto 6.75rem;
	}

}
@media only screen and (max-width: 991px) {
	#exampleModalLong .modal-dialog, #exampleModalLong .admin-bar .modal-dialog {
		max-width: 100%;
		margin: 0;
		position: absolute;
		left: 50%;
		transform: translate(-50%);
	}
	#exampleModalLong .modal-dialog {
		top: 93px; 
	}
	#exampleModalLong .admin-bar .modal-dialog {
		top: 125px; 
	}
	.covid-notice {
		height: 100px;
	}

	#exampleModalLong .modal-content {
	  position: relative;
	  background-color: #fefefe;
	  margin: auto;
	  padding: 0;
	  width: 100% !important;
	  max-width: 100%;
	}

	/* The Modal (background) */
	#exampleModalLong .modal {
	  display: none; 
	  position: fixed;
	  z-index: 1;
	  padding-top: 100px;
	  width: 100%;
	  height: 100%;
	  overflow: auto;
	  background-color: rgba(51, 51, 51, .9);
	  position: fixed;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  z-index: 10000;
		transition: 0.3s;
	}

}
@media only screen and (max-width: 782px) {
	#exampleModalLong .modal-dialog {
		top: 90px;
		left: 50%;
		width: 90%;
		transform: translate(-50%);
	}
	#exampleModalLong .admin-bar .modal-dialog {
		top: 138px;
	}
	.covid-notice p, .covid-notice p a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 465px) {
	#exampleModalLong .modal-dialog {
		top: 90px;
		left: 50%;
		width: 90%;
		transform: translate(-50%);
	}
	#exampleModalLong .admin-bar .modal-dialog {
		top: 138px;
	}
	.covid-notice {
		height: 110px;
	}
}

/** End Email Signup Modal **/

.footer-links a:link, .footer-links a:visited {
	color: #4f4f4f;
}
@media only screen and (max-width: 767px) {
	.footer-links > .col {
		width: 100%;
		display: block;
		-webkit-flex-basis: auto;
		padding-bottom: 20px;
	}
}
/** Footer Blog **/
.custom-blog-widget h1 {
    color: #033867;
    text-align: center;
}
.custom-blog-widget .blog-post-column {
	display: flex;
    margin-bottom: 25px;
}
.custom-blog-widget .blog-post-column .blog-widget-space-img {
	padding: 0;
	outline: solid 1px #fff;
	height: 100%;
}
.custom-blog-widget .blog-post-column .blog-widget-space-img a {
	height: 60px;
    display: block;
}
.custom-blog-widget .blog-post-column .blog-widget-space-img a .col-img-container {
	background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 100%;
}
.custom-blog-widget .blog-post-column .blog-widget-space-text {
	padding: 0 0 0 12px;
}
.custom-blog-widget .blog-post-column h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat-SemiBold', Arial;
    color: #fff !important;
	font-size: 16px;
}
.custom-blog-widget .blog-post-column a:hover {
	color: #fff !important;
}
.blog-post-column .col-post-date, .custom-blog-widget .blog-post-column .col-post-date {
    font-size: 14px;
	margin-bottom: 25px;
	font-family: 'Montserrat-Light', Arial;
}
.blog-post-column .col-post-date {
	color: #000;
}
.custom-blog-widget .blog-post-column .col-post-date {
	color: #fff;
}
.custom-blog-row .vc_grid-item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 3px 2px 6px #999;
	transform: scale(.9);
	padding: 20px !important;
}
.custom-blog-row .vc_grid-item .vc_gitem-is-link {
	border-radius: 20px;
}
.custom-blog-row .vc_grid-item .vc_gitem-zone {
	background-color: transparent !important;
}
.col-md-3.blog-post-column, .col-md-4.blog-post-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 35px;
}
.blog-post-column .inner-container {
	border: solid 2px #ececec;
	margin: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.col-md-3.blog-post-column {
		flex: 0 0 50% !important;
    	max-width: 50% !important;
	}
}
@media only screen and (max-width: 991px) {
	.col-md-3.blog-post-column, .col-md-4.blog-post-column {
		max-width: 100% !important;
    	flex: 0 0 100% !important;
	}
}
/* === End Footer Blog === */


/* === Cookie Notice === */
.cookie-btn {
	background-color: #fff !important;
    padding: 8px 30px 8px !important;
    border: solid 2px #fff !important;
    font-size: 14px!important;
    color: #000000 !important;
	font-family: 'Montserrat-SemiBold', Arial !important;
    background-image: none !important;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.cookie-btn:link, a.cookie-btn:visited {
	color: #000000;
}

.cookie-btn:hover {
	background-color: transparent !important;
	color: #fff !important;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* === End Cookie Notice === */

/* === Privacy Policy === */
a.privacy-policy:link, a.privacy-policy:visited {
	color: #FFFFFF !important;
	font-weight: 900 !important;
	text-decoration: underline;
}
/* === End Privacy Policy === */


/* ================================================================= */
/* Widgets, Socials                                              */
/* ================================================================= */

/* === Widgets === */


/* === Socials === */



/* ================================================================= */
/* Blog Post                                                         */
/* ================================================================= */

.singlepost .entry-content > p:nth-child(1) { font-size: 21px; }
.singlepost .entry-content > p:first-of-type:first-letter {
	float: left;
    margin: 10px 10px 0 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 45px;
}

.entry-meta { font-size:12px; }
.entry-meta > span {
	color: #999999;
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 11px;
	text-transform: uppercase;
}
.entry-meta > span a { color:#999999; }
.entry-meta > span a:hover { color:#222222; }

.entry-meta span:after { content: ","; }
.entry-meta span:last-child:after { content: ""; }

article.post .postimg { display: block; position: relative; padding: 0; margin-bottom:15px; }
article.post img { max-width: 100%; }

.entry-header .entry-title { margin: 0 0 5px 0; font-size: 34px; line-height: 38px;}
.entry-header .entry-title a:hover { color: inherit; }

.leftsidebars article.post .entry-content,
.leftsidebars article.post .postimg,
.leftsidebars article.post .entry-header { margin-left:40px; }

.rightsidebars article.post .entry-content,
.rightsidebars article.post .postimg,
.rightsidebars article.post .entry-header { margin-right:40px; }

article.hentry .entry-header,
article.post .entry-header { padding-bottom:20px; }
article.hentry .entry-content p:last-child,
article.hentry .entry-content p:last-child { margin-bottom:0; }
article.post .entry-content { padding-bottom:40px; margin-bottom:40px; border-bottom:1px solid rgba(0,0,0,0.1); }

article.singlepost .entry-content { margin-bottom: 0; }

article.post .more-link { display:table; margin-top:20px;  }
article.post .more-link span {
	-webkit-transition:     all 0.3s ease;
	-o-transition:          all 0.3s ease;
	transition:             all 0.3s ease;
}

article.post .more-link:hover{ }

.post .sub-title {
	margin-bottom: 0;
	color: #B2B2B6;
	position: relative;
}

.post .quote {
	padding:20px;
	background: #FFFFFF;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	margin: 0;
	font-family: Georgia, Times, Serif;
	border-radius:         5px;
}
.post .quote span {
	display: block;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.post .quote span:before { content: "\2014 \00A0"; }

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.post_desc_holder{
	background-color: #FCFCFC;
	border: 1px solid #EEEEEE;
	margin: 20px 0 0 0;
	padding: 20px;
}
.postmeta {
	font-size: 13px;
}

.entry-content .wp-audio-shortcode { margin-bottom: 20px; }

/* === Hover Image === */

.hoverimg, .view, .sort_img { position: relative; }
.hoverimg img, .view img {
	max-width:100%;
	height:auto;
	display: block;
	border-radius:         5px 5px 5px 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.layout-half .postimg { width: 65%; float: left; display: inline; margin-right: 5%; }
.layout-half .two_third, .layout-half .one_third { width: 100%; margin-right: 0; float: none; }

/* === Post Single Pagination === */

.singlepostlists {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 20px 0;
}

.singlepostlists ul { margin:0; padding:0; }
.singlepostlists li  {
	background-position: 0 8px;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
}

/* === Custom Select Wrapper === */
.select_wrapper { background-color: #fff; }
.select_wrapper:hover { background-color: #fff; border-color: #bbb #eee #eee #bbb; color: #333; }
.select_wrapper span  { height: 26px; line-height: 26px; position: absolute; z-index: 0; padding-left: 3px; }
select.select { cursor: pointer; height: 28px; margin: 0; -moz-opacity: 0; filter: alpha(opacity=0); opacity: 0; padding: 0; position: relative; width: 100%; z-index: 4; }

/* === Pagination === */
.paging-navigation { margin-bottom:30px; }
.pagination { line-height: 38px; overflow: hidden;}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active,
.pagination span.current{
	padding: 8px 12px;
	margin: 0 2px;
	font-size:11px;
	background: #fcfcfc;
	color: #999999;
	border: 1px solid #dddddd;
	border-radius:          3px;
}
.pagination a:hover {background-color: #ffffff; color: #444444;}
.pagination span.current { font-weight:bold; color: #222222;}
.pagination span.extend  { color: #919191; float: right; font-size: 11px; line-height: 35px;}

/* === Page links === */
.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	display: inline-block;
	height: 24px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 24px;
	font-size:12px;
	line-height:20px;
	border-radius:         3px;
}

.page-links a {
	background: #444444;
	border: 1px solid #444444;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #4abdd4;
	border: 1px solid #4abdd4;
	color: #F7CA18;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/* === Next Previous Navigation === */

.iva-np-headwrap {
	display: table;
	min-height: 40px;
	margin-bottom:5px;
	width:100%;
	position:relative;
}
.iva-np-allitems {
	background-color:#f5f5f5;
	display:table-cell;
	width:100px;
	min-height:40px;
	vertical-align:middle;
	z-index:2;
	text-align:center;
}
.iva-np-allitems a { color:#ffffff; margin: auto; vertical-align:middle; }
.iva-np-title { display:table-cell; vertical-align:middle; margin: 0 auto;  z-index:1; }
.iva-np-title h2 { margin-bottom: 0; line-height:normal; }
.iva-np-navs { display: table-cell; min-height:40px; z-index:3; float: right;}
.iva-np-pagination { vertical-align:middle; margin: auto; display:table; }
.iva-np-pagination i { display:table; padding: 12px; margin: 0 auto; background-color:#f0f0f0; }
.iva-np-pagination a {
	display:table-cell;
	border-radius: 3px;
	padding: 1px;
}
.iva-np-pagination a { color:#666666; }
.iva-np-pagination a:hover { color:#4abdd4 }
.theme-unit-test-data {}

/* === Hover Effect === */

.hover_type {
	display: none;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	z-index: 10;
}
.hover_type a {
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #ffffff;
	background-color: #00c1cf;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius:         35px;
	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}

.hover_type a.hoverdetails:hover,
.hover_type a.hovergallery:hover,
.hover_type a.hoverimage:hover { background-color: #00c1cf; }

.hover_type a.hoverdetails i,
.hover_type a.hovergallery i,
.hover_type a.hoverimage i { vertical-align: middle; }
.imageframe  a img,
.imageframe  a:hover img { position:relative; z-index:2; }


.imagesc img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* === Author Info Box === */

#about-author {
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	padding: 0 0 30px 0;
	margin-bottom: 25px;
	}
.author_containter {
	position: relative;
	margin: 15px 0;
}
.author-avatar  {
	float: left;
	margin: 0 30px 0 0;
}
.author-avatar img {
	background-color: #ffffff;
	border-radius:         50px;
}
.author-description p { margin-bottom: 0px;}
#about-author h4 { font-weight: 500; margin-bottom: 15px; font-size: 20px; }
.author-description { overflow: hidden; }

/* === Share this post === */

.sharing-box {
	display: table;
	width:100%;
	border-bottom: 1px solid #dddddd;
}
.sharing-box h4 {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}

.sharing-box-ico {
	display:table-cell;
	vertical-align: middle;
	float: right;
	margin: 0;
	list-style: none outside none;
}

.sharing-box-ico li{
	display: inline-block;
	position: relative;
	margin-left: 20px;
}


/* === Post Navigation === */

.navigation-section { margin: 40px 0; }
.navigation-post {
	background: transparent url(images/sep_pattern.png) center center repeat-y scroll;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	overflow: hidden;
	font-size: 14px;
}
.nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}
.nav-next {
	width: 49.9%;
	float: right;
	text-align: right;
}
.nav-previous .innerlinks,
.nav-next  .innerlinks {
	padding: 30px 40px;
	text-decoration: none;
}
.nav-previous .innerlinks a,
.nav-next  .innerlinks  a {
	text-decoration: none;
	color: #2f2f2f;
}
.nav-previous .innerlinks a:hover,
.nav-next  .innerlinks  a:hover {
	text-decoration: none;
	color: #666666;
}
.innerlinks p {
	line-height: 18px;
	margin-bottom: 0px;
}
.nav-icon-left  {
	width: 25px;
	height: 22px;
	float: left;
	margin-right: 10px;
}
.nav-icon-left  i{
	line-height: 20px;
}
.nav-icon-right {
	width: 25px;
	height: 22px;
	float: right;
	margin-left: 10px;
}
.nav-icon-right i{
	line-height: 20px;
}

/* === Comments === */

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comments-area { padding-top: 40px; }
.comments-area .comment-body {  position: relative; padding-top:30px; padding-bottom:30px; border-bottom: 1px solid #dddddd; }
.comment-edit-link { margin-left:10px;}
.comments-area .comment-author { position: relative; display:block; font-size:14px; }
.comments-area .comment-author .avatar { float:left; margin-right:21px; }
.comments-area .comment-content  { clear:both; margin-top:20px; padding-left: 80px;}
.comment-meta .fn { font-style: normal; font-weight: bold;  }
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}


.comment-content {
	-webkit-hyphens: auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

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

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

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

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* === Comment Form === */
.comment-form input[type="text"],
.comment-form textarea {
	margin-bottom: 0px !important;
	background-color: #ededed;
	border: 1px solid #dddddd;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	padding: 8px;
	font-size: 12px;
	border-radius:         2px;
	-webkit-transition: all 300ms ease-in 0s;
	-o-transition:      all 300ms ease-in 0s;
	transition:         all 300ms ease-in 0s;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
	background-color: #ffffff;
	border-color:#cccccc #eeeeee #eeeeee #cccccc;
	-webkit-box-shadow: 0 0 2px 1px #a1d1e2;
	box-shadow:         0 0 2px 1px #a1d1e2;
}

.comment-form textarea { width:100%; }

/* === Recent Posts  and Popular Posts === */

.widget_postslist { padding: 0; }
.widget_postslist ul { margin: 0; padding: 0; }
.widget_postslist ul li {
	clear:both;
	overflow:hidden;
	padding:12px 2px !important;
	list-style:none;
	line-height:normal;
	background:url('images/opacs/dark10.png') bottom left repeat-x;
}

#footer .widget_postslist ul li {
	background:url('images/opacs/white10.png') bottom left repeat-x;
}

.widget_postslist li:first-child { padding-top:10px; }
.widget_postslist li:last-child { border-bottom:0; }

.widget_postslist p {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-top: 3px;
	padding: 0;
	margin-bottom:0px;
}

.widget_postslist li .thumb {
	float:left;
	width:55px;
	margin:0 5px 0 0;
	padding:0 5px 0px 0;
}

.widget_postslist li .w-postmeta {
	padding: 0;
	font-size: 11px;
}

/* === Wordpress Tags Cloud === */

.tagcloud {
    display: inline-block;
	margin:10px 0;
}
.tagcloud a {
    color: #8C8C8C;
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 11px !important;
}

.tagcloud a:hover,
.tagcloud a:active {
    color: #222222 !important;
    background-color: #f7ca18;
    border: 1px solid #f7ca18;
}

.taglist { margin:0; padding:0; border: none;}

.emptybg {
	display: block;
	height: 40px;
	color: #000000;
	padding-top: 20px;
	position: relative;
	text-align: center;
	background: none repeat scroll 0 0 #f5f5f5;
	border-radius:         3px;
}

#recent-posts-2 a, .post-category-list a, #block-4 a {
	text-decoration: none !important;
	font-weight: 500;
	font-size: 0.9em;
}

.more-news-title {
	font-size: 20px;	
}

#recent-posts-2 a:hover, .post-category-list a:hover, #block-4 a:hover {
	text-decoration: underline !important;
}

#recent-posts-2 .widget-title {
	font-size: 0px !important;
}

/* === Blog Settings === */
.blog-post-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 35px;
}
.single-post .content-area h1,
.single-post .content-area h2,
.single-post .content-area h3,
.single-post .content-area h4,
.single-post .content-area p,
.single-post .content-area span,
.single-post .content-area li {
	/*font-family: 'Helvetica-Neue', Helvetica, Arial, Sans-serif;*/
}
.single-post .entry-title {
	color: #000;
	/*font-family: 'Helvetica-Neue', Helvetica, Arial, Sans-serif;*/
}
.single-post .content-area {
	margin-top: 45px;
}
.single-post .content-area .entry-header {
	text-align: center;
} 
.single-post .content-area .wp-post-image {
	margin-bottom: 35px;
    margin-top: 35px;
    width: 100%;
}
.single-post-title {
    text-align: center;
    margin: 45px 0;
    color: #033867;
}
.single-post .uwp_widget_author_box {
	display: none !important;
}
@media only screen and (min-width: 992px) {
	.single-post #right-sidebar {
		padding-top: 90px;
	}
}
@media only screen and (max-width: 991px) {
	.single-post .content-area,
	.single-post #right-sidebar {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}
.single-post #right-sidebar .back-to-blog {
	color: #000;
	/*font-family: 'Helvetica-Neue', Helvetica, Arial, Sans-serif;*/
}
.single-post #right-sidebar .widget_search {
	padding: 25px 0;
}
.single-post #right-sidebar .widget-btn {
	color: #fff;
	background: #9d0a00;
	text-transform: uppercase;
	border: solid 2px #9d0a00;
	padding: 10px 15px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-post #right-sidebar .widget-btn:hover {
	color: #9d0a00;
	background: #fff;
	text-decoration: none;
}
.single-post #right-sidebar .widget_search .btn-primary {
	background-color: #9d0a00;
	border-color: #9d0a00;
}
.single-post #right-sidebar a {
	color: #000;
}
.single-post .content-area .entry-title,
.single-post .content-area .entry-meta {
	text-align: left;
}
.single-post .content-area a {
/*	font-family: 'Helvetica-Neue', Helvetica, Arial, Sans-serif;
	color: #9d0a00;*/
}
.blog-page .col-img-container {
	overflow: hidden;
	border-bottom: solid 4px #075680;
}
.blog-page .col-img-container .thumbnail-post {
	position: relative;
    background-size: 115% !important;
	background-position: center !important;
    background-repeat: no-repeat !important;
	height: 219px;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.blog-page .col-img-container .thumbnail-post:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0);
	z-index: 0;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.blog-page .col-img-container .thumbnail-post:after {
	content: '+';
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto !important;
    text-align: center;
    background: rgba(0,0,0,.75);
    width: 38px;
    height: 38px;
    line-height: 1;
    border-radius: 35px;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #fff;
    z-index: 1;
    opacity: 0;
	-webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.blog-page .col-img-container:hover .thumbnail-post {
	background-size: 135% !important;
}
.blog-page .col-img-container:hover .thumbnail-post:before {
	background: rgba(0,0,0,.5);
}
.blog-page .col-img-container:hover .thumbnail-post:after {
	opacity: 1;
}
.blog-page .col-post-desc a:hover {
	color: #000;
}
.blog-post-column .inner-container {
	margin: 0 5px;
	border: solid 2px #ececec;
}

.custom-blog-layout h1 {
    color: #033867;
    text-align: center;
}
.custom-blog-layout {
    background-color: #fff;
    padding-bottom: 30px;
	margin: 75px auto 30px;
    display: table;
}
.blog-post-column h2 {
    margin-top: 15px;
    margin-bottom: 10px;
	/*font-family: 'Helvetica-Neue', Helvetica, Arial, Sans-serif;*/
    color: #000;
	font-size: 22px;
}
.blog-post-column .col-post-desc {
    padding-left: 25px;
    padding-right: 25px;
}
.blog-post-column .col-post-date {
    margin-bottom: 25px;
}
.custom-blog-layout .blog-btn {
    text-transform: uppercase;
    background-image: none !important;
    color: #000;
    display: inline-block;
    margin-bottom: 25px;
	font-size: 14px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.custom-blog-layout .blog-btn:hover {
    text-indent: 5px;
    color: #9d0a00 !important;
    text-decoration: none !important;
	font-weight: 700;
}
.custom-blog-layout .blog-btn:before {
    content: '';
    margin-left: .75rem;
    border-top: .4em solid transparent;
    border-right: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .4em solid;
    display: inline-block;
    width: 6px;
    height: 12px;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/* === Custom Blog Widget === */
.custom-blog-widget h1 {
    color: #033867;
    text-align: center;
}
.custom-blog-widget .blog-post-column {
	display: flex;
    margin-bottom: 25px;
}
.custom-blog-widget .blog-post-column .blog-widget-space-img {
	padding: 0;
	outline: solid 1px #fff;
	height: 100%;
}
.custom-blog-widget .blog-post-column .blog-widget-space-img a {
	height: 60px;
    display: block;
}
.custom-blog-widget .blog-post-column .blog-widget-space-img a .col-img-container {
	background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 100%;
}
.custom-blog-widget .blog-post-column .blog-widget-space-text {
	padding: 0 0 0 12px;
}
.custom-blog-widget .blog-post-column h2 {
    margin-top: 0;
    margin-bottom: 10px;
	/*font-family: 'Helvetica-Neue', Helvetica, Arial, Sans-serif;*/
    color: #fff !important;
	font-size: 16px;
}
.custom-blog-widget .blog-post-column a:hover {
	color: #fff !important;
}
.blog-post-column .col-post-date, .custom-blog-widget .blog-post-column .col-post-date {
    font-size: 14px;
	margin-bottom: 25px;
	/*font-family: 'Helvetica-Neue', Helvetica, Arial, Sans-serif;*/
}
.blog-post-column .col-post-date {
	color: #000;
}
.custom-blog-widget .blog-post-column .col-post-date {
	color: #fff;
}
.custom-blog-row .vc_grid-item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 3px 2px 6px #999;
	transform: scale(.9);
	padding: 20px !important;
}
.custom-blog-row .vc_grid-item .vc_gitem-is-link {
	border-radius: 20px;
}
.custom-blog-row .vc_grid-item .vc_gitem-zone {
	background-color: transparent !important;
}
.col-md-3.blog-post-column, .col-md-4.blog-post-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 35px;
}
.blog-post-column .inner-container {
	border: solid 2px #ececec;
	margin: 0 10px;
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.col-md-3.blog-post-column {
		flex: 0 0 50% !important;
    	max-width: 50% !important;
	}
}
@media only screen and (max-width: 991px) {
	.col-md-3.blog-post-column, .col-md-4.blog-post-column {
		max-width: 100% !important;
    	flex: 0 0 100% !important;
	}
}

@media only screen and (max-width: 991px) {
    .one_third {
		width: 100%;
	}
	
	.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .four_fifth, .one_sixth, .five_sixth, .two_fifth, .three_fifth, .three_fourth     {
		width: 100%;
	}

	.logo {
		margin: 0px;
		height: 70px;
		width = 75% !important;
	}

	.navbar-toggler {
		background-color: #cccccc;
		border-radius: 0rem;
	}

	.header-style1 .sf-menu > li a {
    	padding: 1em 0px; 
	}
	
	.sf-menu {
		float: left;
	}

	.sf-menu > li.current-menu-item, .sf-menu > li.current-menu-ancestor, .sf-menu > li.current-page-ancestor:hover {
		color: #fff !important;
	}

	#menu-item-433 a {
		color: #fff;
		border: solid thin #000;
		padding: 10px 10px;
		background-color: #9d0a00;
		margin: 20px 0px 40px;
	}

	.sf-menu ul li a {	
		background-color: #fff !important;
	}

	.sf-menu > li:hover, .sf-menu > li.sfHover {
		color: #fff !important;
	}

	.sf-menu ul {
		border-color: #fff !important;
	}

	.sf-menu ul li a {
		border-bottom: 0px;
	}

	.navbar-dark .navbar-toggler {
		margin-left: auto !important;
	}
}
	
	
/* === Blog Search Results === */
.search-results a.btn {
    background: #9d0a00 !important;
    border-color: #9d0a00 !important;
    color: #fff !important;
    text-transform: uppercase;
	margin: 0px;
}

.search-results a, .search-no-results a {
    color: #000 !important;
}

#s {
	padding-right: 10px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

#searchsubmit .btn {
    background: #9d0a00 !important;
    border-color: #9d0a00 !important;
    color: #fff !important;
    text-transform: uppercase;
	margin: 0px;
}

a.btn, a.btn:hover, btn.btn:hover {
    background-color: #9d0a00;
    border: #9d0a00;
    color: #fff !important;
}

.logo img {
    padding-top: 10px;
}

/* =================================================================*/
/* Home Page                                                        */
/* =================================================================*/	

/* === Home Page Banner === */

.home-banner-headline {
	font-family: 'HelveticaNeue-MdCn', Arial;
	font-size: 110px;
	margin-bottom: -20px;
    text-transform: uppercase;
}
.home-banner-subhead {
	font-family: 'Milkshake', Arial;
	font-size: 62px;
	text-indent: 304px;
}

/* === Top Headlines === */

a.btn, a.btn:hover, btn.btn:hover {
    background-color: #9d0a00;
    border: #9d0a00;
    color: #fff !important;
}


a.btn.btn-secondary.understrap-read-more-link {
	display: none;
/*	position: relative;
	z-index: 2;
	color: #4f4f4f !important;
    border: 4px solid #4f4f4f !important;
    background-color: transparent !important;
	background-image: none !important;
	border-width: 3px !important;
	text-transform: capitalize;
	padding: 15px 26px !important;
    font-size: 23px !important;
	line-height: 1 !important;
    border-radius: 0px !important;
	font-family: 'AvenirNext-Regular' !important;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	*/
}

/*a.btn.btn-secondary.understrap-read-more-link:hover {
	color: #fff !important;
	border-color: #4f4f4f !important;
    background-color: #4f4f4f !important;
}*/

/* adjust hero overlay */
.elementor-271 .elementor-element.elementor-element-d5c7c18 > .elementor-background-overlay {
    margin-top: 11px;
}

.elementor-posts .elementor-post__meta-data {
    color: #4f4f4f !important;
}

.elementor-posts .elementor-post__excerpt p {
    color: #4f4f4f !important;
}

@media only screen and (max-width: 991px) {
	.home-banner-headline, .home-banner-subhead {
		text-align: left !important;
		text-indent: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.home-banner-headline {
		font-size: 42px;
	}
	.home-banner-subhead {
		font-size: 32px;
	}

	.column-headline {
		text-align: left !important;
	}
	
	p {
		text-align: left !important;
	}
	
	.center {
		margin: 0 !important;
	}

	.elementor-271 .elementor-element.elementor-element-cb16d39 {
		text-align: center !important;
		top: 30px !important;
		width: 130px !important;
		height: 100px !important;
		margin: 0 auto !important;
		right: 20px !important;
	}
	
}

/* === End Home Page Banner === */
	
/* === Homepage Blog === */
/* === End Homepage Blog === */
	

	
/* =================================================================*/
/* Contact Form                                                 */
/* =================================================================*/

.custom-contact-form #gform_submit_button_1, .custom-contact-form #gform_submit_button_3 {
	color: #FDC264 !important;
    border: none !important;
    background-color: #075680 !important;
    background-image: none !important;
    text-transform: uppercase;
    line-height: 2.25 !important;
    font-size: 18px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 0 !important;
    font-family: 'Montserrat-SemiBold' ,Arial !important;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 3% 50%, 0% 0%);
    -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 3% 50%, 0% 0%);
	text-decoration: none !important;
}
.custom-contact-form input#gform_submit_button_1:hover, .custom-contact-form input#gform_submit_button_1:toggle, .custom-contact-form input#gform_submit_button_1:active, .custom-contact-form input#gform_submit_button_3:hover, .custom-contact-form input#gform_submit_button_3:toggle, .custom-contact-form input#gform_submit_button_3:active {
	color: #1085e4 !important;
	border-color: #1085e4 !important;
    background-color: #fff !important;
}
.custom-contact-form input:placeholder, .custom-contact-form select:placeholder, .custom-contact-form textarea:placeholder {
	font-family: 'Montserrat-Light', Arial;
}


/* =================================================================*/
/* FAQs                                                             */
/* =================================================================*/	
	

	


/* ================================================================= */
/* Miscellaneous CSS                                                 */
/* ================================================================= */

/* === Colors === */

.blue {
	color: #44d9fc;
}

.grey {
	color: #4f4f4f;
}

.ltgrey {
	color: #c9c9c9;
}

.orange {
	color: #ff9202;
}

.white {
	color: #ffffff;
}

.dkgrey {
	color: #3D3D3D !important;
}

/* === 404 Error === */

/* Ad Space */
@media only screen and (max-width: 767px) {
	.elementor-element.ad-space {
		height: 250px;
	}
}

/* Scroll Progress Bar */
progress {
	position: absolute;
	bottom: -12px;
	left: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 12px;
	border: none;
	background: transparent;
	z-index: 2;
}
progress::-webkit-progress-bar {
  background: transparent;
}
progress::-webkit-progress-value {
  background: #ff9202;
  background-attachment: fixed;
}
progress::-moz-progress-bar {
  background: #ff9202;
  background-attachment: fixed;
}

@media (max-width: 767px) {
.custom-btn-transparent-white button, .custom-btn-transparent-white a {
    width: 268px !important;
}
}

/* Blog Posts */
.elementor-posts .elementor-post__excerpt {
	color: red;
}
.elementor-posts .elementor-post__excerpt p:last-child {
	position: relative;
	width: max-content;
}
/*.elementor-posts .elementor-post__excerpt p:last-child:before {
	content: '';
	display: block !important;
    position: absolute;
    top: 10px;
    left: -8px;
    background-color: #ff9202 !important;
    width: 99%;
    height: 57px;
    z-index: -2;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} */

/* News Posts */
.elementor-posts .elementor-post__badge {
    position: absolute;
    top: 0;
    background: #FF9202 !important;
    color: #000000 !important;
    font-size: 16px;
    padding: 1em 1.2em !important;
    line-height: 1;
    font-weight: 400;
    margin: 20px;
    border-radius: 999px;
}

.elementor-widget-posts .elementor-post__read-more {
	font-size: 20px !important;
	font-weight: bold !important;
	color: #037B96 !important;
}
.elementor-element.elementor-element-e488b0b > .elementor-background-overlay {
	background-image: linear-gradient(180deg, #FFFFFF 5%, #ffffff 27%) !important;
}

.category-filter .caf-featured-img-box {
    display: none !important;
}
.category-filter .caf-post-title {
    background-color: transparent !important;
}
.category-filter .caf-post-title h2 {
    font-size: 18px !important;
    line-height: 1.25 !important;
	color: #4f4f4f !important;
}
.category-filter .manage-layout1 {
    padding: 15px !important;
}
.category-filter .caf-read-more {
    border-color: #4f4f4f !important;
    
    color: #4f4f4f !important;
    background-color: transparent !important;
}
.category-filter .page-numbers {
    background-color: #fff !important;
    color: #4f4f4f !important;
}
.category-filter .page-numbers.current {
    background-color: #4f4f4f !important;
    color: #fff !important;
}
.category-filter #caf-post-layout1 .manage-layout1 {
	background: #fff !important;
	width: 100%;
}
.category-filter .caf-filter-container {
	display: none !important;
}

main article.category-aca-daily img.wp-post-img {
	display: none;
}
.category-filter #caf-post-layout1 .caf-content-read-more {
	position: absolute;
    bottom: 15px;
}
.category-filter article {
	display: flex;
}
.category-filter #caf-post-layout1 .caf-post-title {
	padding: 6px 10px 110px 10px;
}
.category-filter.daily-decision #caf-post-layout1 .caf-post-title {
	padding: 6px 10px 10px 10px;
}
.category-filter.daily-decision #caf-post-layout1 .caf-content {
	padding-bottom: 90px;
}
.category-filter .elementor-post__read-more {
	text-decoration: none !important;
    color: #4F4F4F !important;
    border: solid 1px #4F4F4F;
    line-height: 2;
    font-size: 16px !important;
    padding: 0px 10px;
    text-transform: none !important;
}
.category-filter h3 > a {
	text-decoration: none !important;
    color: #4F4F4F !important;
}
.category-filter .elementor-pagination {
	padding-top: 35px !important;
}
.category-filter .caf-meta-content {
	position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 40px !important;
	background: transparent !important;
	border-bottom: none !important;
}

.page-id-271 #page-wrapper > div:first-child {
	display: none !important;
}

/* State Guides */
.sg-locked {
	position: absolute;
	bottom: 145px;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}

/* Search */
#searchbar
{
  /*position: relative;*/
    position: absolute;
	right: 50px;
    top: 25px;
}

#searchbar #sliding-panel-outer
{
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 30px;
  width: 240px;
  transition: width 0.4s ease;
}

#searchbar #sliding-panel-inner
{
  width: 240px;
}

#searchbar .search-label
{
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
}

#searchbar .search-label .fa-times,
#searchbar.collapsed .search-label .fa-search
{
  display: inline-block;
}
#searchbar .search-label .fa-search,
#searchbar.collapsed .search-label .fa-times
{
  display: none;
}

#searchbar.collapsed #sliding-panel-outer
{
  width: 0px;
}
/* end Search */

@media only screen and (max-width: 991px) {
	#searchbar
	{
		right: 29px;
		top: 7px;
	}
	#searchbar .search-label .fa-times, #searchbar.collapsed .search-label .fa-search {
		font-size: 22px;
	}
}
.navbar .login_button {
    display: block;
}
.navbar .menu-item-5225 {
    display: block;
    margin-top: 15px;
    margin-left: 10px;
}
#social-toggle:hover {
	cursor: pointer !important;
}
.social-dropdown {
	display: none !important;
	position: absolute;
    background: #fff;
    padding: 15px;
    top: 60px;
    right: 90px;
    z-index: -9999;
    box-shadow: 3px 4px 6px rgba(0,0,0,.35);
    opacity: 0;
	text-align: left;
}
.social-dropdown a {
	width: 100%;
	display: block !important;
	margin-bottom: 0 !important;
	line-height: 2.15;
}
.social-dropdown .fa {
	margin-right: 5px;
}
.social-dropdown.show {
	display: block !important;
	opacity: 1 !important;
	z-index: 9 !important;
}
@media only screen and (max-width: 991px) {
	.social-dropdown {
		right: -50px !important;
	}
}
.error404 .elementor-button-link,
.tag .elementor-button-link,
.category .elementor-button-link,
.single-post .elementor-button-link {
	display: inline-block;
}
.error404 .elementor-element.elementor-widget-button,
.tag .elementor-element.elementor-widget-button,
.category .elementor-element.elementor-widget-button,
.single-post .elementor-element.elementor-widget-button {
	position: relative;
}

.data-target-div1 div#caf-multiple-taxonomy-filter-hor select {
	text-transform: capitalize;
    font-family: inherit;
    color: #ffffff;
    background: #4f4f4f;
    padding: 10px!important;
    font-size: 16px !important;
}
.searchpoint-filter #caf-post-layout4 {
	margin-bottom: 0;
}
.searchpoint-filter .multiple-taxonomy-filter div#caf-multiple-taxonomy-filter {
	width: 30%;
}
.searchpoint-filter .multiple-taxonomy-filter div#manage-ajax-response {
	width: 70%;
}
.searchpoint-filter #caf-post-layout4 #manage-post-area {
	width: 100%;
}
.searchpoint-filter  .data-target-div1 div#caf-multiple-taxonomy-filter ul li label {
	border: solid 1px #4f4f4f;
	border-radius: 0px;
}
.searchpoint-filter  div#caf-multiple-taxonomy-filter ul li input[type="checkbox"]:checked + label::before {
	color: #4f4f4f;
}
.searchpoint-filter  .error-caf {
	background-color: transparent;
	color: #4f4f4f;
}
.searchpoint-filter .caf-mtf-tax-category,
.searchpoint-filter .caf-f-img,
.search{
	display: none !important;
}
.searchpoint-filter #caf-post-layout4 .caf-meta-content-cats li a {
	color: #4f4f4f;
    background: transparent;
    font-size: 12px;	
}
.searchpoint-filter div#caf-multiple-taxonomy-filter ul {
	background: transparent !important;
}
.searchpoint-filter .data-target-div1 #caf-post-layout4 .caf-post-title {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
	line-height: 1;
	font-size: 20px;
}
.searchpoint-filter .data-target-div1 #caf-post-layout4 .caf-post-title:before {
	content: "\f1c1";
	float: left;
}
.searchpoint-filter .data-target-div1 #caf-post-layout4 .caf-post-title h2 {
	font-family: 'AvenirNext-Regular' , Arial;
	text-indent: 10px;
}
.collector-magazine .elementor-widget-text-editor {
	width: 25% !important;
    text-align: center;
    padding: 8px;
}
.collector-magazine .elementor-widget-container {
	box-shadow: 2px 2px 6px rgba(0,0,0,.35);
    padding: 20px 15px 8px;
	height: 260px;
	background-size: cover !important;
    background-position: center;
	position: relative;
}
.collector-magazine .elementor-widget-container:before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,.75);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block !important;
	z-index: 0;
}
.collector-magazine .elementor-widget-container h3 {
	font-size: 22px;
	color: #fff;
	position: relative;
}
.collector-magazine .elementor-widget-container p {
	font-size: 16px;
	color: #fff;
	position: relative;
	border-top: solid 1px #fff;
    padding-top: 10px;
}
.collector-magazine .elementor-widget-container a {
	text-decoration: none !important;
    border: solid 1px #fff;
    color: #4f4f4f;
    background: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
}