/*
Theme Name: MavideaHeroTheme
Author: Mavidea Technology Group
Author URI: http://www.mavidea.com
Description:
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
Adaptation of UnderStrap Theme by Holger Koenemann, http://understrap.com
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
*/

/* =====================
	Color Presets
=======================*/
:root {
	--primary-color:#000dff;
	--secondary-color:#ff7b00;
	--color3:#ff0000;
	--color4:#00ff09;
	--color5: #000;
	--btn-bg-color: #4C6B41;
	--btn-border-color: #FFFFFF;;
	--btn-txt-color:#ffffff;
	--btn-hover-bg-color:#1d331a;
	--btn-hover-txt-color:#ffffff;
	--btn-hover-bd-color:#333333;
}


/*====================
	Font Styles
====================*/
html { font-size: clamp(7.5px, 10vw, 10px) !important; }
body {
	font-family:'Roboto Condensed',sans-serif;
	font-size: clamp(16px, 10vw, 18px) !important;
	line-height: 1.5em;
	font-weight:400;
	color:#000000;
}
h1,.h1 {
	font-family:'Roboto Condensed',Sans-Serif;
	font-size: clamp(35px, 9vw, 6rem);
    	line-height: 1.2em;
	font-weight:700;
	color:#101010;
}
h2,.h2 {
	font-family:'Roboto Condensed',sans-serif;
	font-size: clamp(30px, 10vw, 3.5rem);
	line-height:1.2em;
	font-weight:700;
	color:#202020;
}
h3,.h3 {
	font-family:'Roboto Condensed',sans-serif;
	font-size: clamp(25px, 10vw, 3rem);
	line-height:1.3em;
	font-weight:700;
	color:#303030;
}
h4,.h4 {
	font-family:'Roboto Condensed',sans-serif;
	font-size: clamp(20px, 10vw, 2.25rem);
    	line-height: 1.4em;
    	font-weight: 700;
    	color: #202020;
}
h5,h6,.h5,.h6 {
	font-family:'Roboto Condensed',sans-serif;
	font-size:2rem;
	line-height:1.4em;
	font-weight:400;
	color:#202020;
}
.white-header h1, h1.white-header,
.white-header h2, h2.white-header,
.white-header h3, h3.white-header,
.white-header h4, h4.white-header {color: white !important;}
h1.entry-title {
	margin-bottom: 8rem;
	margin-top: 2rem;
	text-align: left;
	font-size: clamp(35px, 10vw, 4.5rem);
	color: #4C6B41;
	text-transform: uppercase;
	position: relative;
}
h1.entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 15%;
    background: #4C6B41;
    bottom: -10px;
    height: 5px;
}

/*====================
	Link Styles
====================*/
a,a:link, a:visited {color:#101010;font-style: normal;text-decoration: none; transition: 0.1s all ease-in-out;}
.fl-rich-text a,.fl-rich-text a:link,.fl-rich-text a:visited, 
.blog-content .entry-content a,.blog-content .entry-content a:link,.blog-content .entry-content a:visited, 
.blog-content .entry-meta a,.blog-content .entry-meta a:link,.blog-content .entry-meta a:visited{
	-webkit-box-shadow: 0 2px 0 #606060;
	-moz-box-shadow: 0 2px 0 #606060;
	box-shadow: 0 2px 0 #606060;
	font-style: normal;
}
.fl-rich-text p a:hover {
	background-color:white;
	color: #325B2E;
}
.fl-rich-text a:hover, .blog-content .entry-content a:hover, .blog-content .entry-meta a:hover {
	text-decoration:none;
	color: #335B2E;
}
a:hover {text-decoration: none;}
a:active {color:101010;}
/*====================
	ADA Compliance
====================*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/* Focus States
a:focus {outline: 2px solid #000; outline-offset: 1px !important;}
div[role=tab]:focus {outline: 2px solid #000 !important; outline-offset: 1px !important;}
button:focus {outline: 2px solid #000 !important; outline-offset: 1px !important;}
div[role=button]:focus, span[role=button]:focus { outline: 2px solid #000 !important; outline-offset: -7px !important; }
.sf-menu a:focus {outline-offset: -2px !important;}
a.btn-alt:focus {outline: 2px dashed #000;}
*/
button:focus {outline:0;}
/*====================
	Style Presets
====================*/
/*Basic*/
body.page-template-fullwidthpage .fl-row {margin: 0 0 4rem;}
.fl-row {margin: 0 0 3rem;}

.large-text {font-size: 2.2rem;line-height: 1.5em}
.xl-text {font-size: 2.4rem;line-height: 1.5em}
.xl-text p {margin-bottom: 2.5rem}
.small-text {font-size: 1.4rem;line-height: 1.5em;}
.large-text h2,.xl-text h2 {margin-bottom: 2rem !important}
.white-text {color: white;}
.small-para p {margin-bottom: 10px;}

.flexin {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	align-items:center;
    justify-content:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-align:center;
    -ms-flex-pack:center;
}
.flexin.stack-lg {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cap-it h3,.cap-it h4,.footer-container h3,span.cap-it,.footer-col h4 {
	margin: 0 0 .5rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
}
svg path, svg circle,svg rect,.header-info a {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
/*Buttons*/
.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited,a.btn-primary,.btn-primary {
	color:var(--btn-txt-color) !important;
	background: var(--btn-bg-color);
	border:2.5px solid #FFFFFF;
}
body.home .fl-builder-content a.fl-button,body.home .fl-builder-content a.fl-button:visited,body.home a.btn-primary,body.home .btn-primary {
	background: transparent !important;
}
.fl-builder-content a.fl-button .fl-button-text {color: var(--btn-txt-color) !important}
.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited,a.bordered-btn,.bordered-btn,a.btn-primary,.btn-primary {
	font-family:'Roboto Condensed',sans-serif;
	margin:0 0 20px !important;
	padding: 10px 24px 10px !important;
    font-size: 16px !important;
	font-weight: 700 !important;
	line-height:1em !important;
	text-transform: capitalize;
	letter-spacing: 0em !important;
	display:inline-block;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-border-radius:5px !important;
    -webkit-border-radius:5px !important;
	border-radius:5px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.fl-builder-content a.fl-button:hover,.fl-builder-content a.fl-button:hover,a.btn-primary:hover,.primary-btn:hover {
	color:var(--btn-hover-txt-color) !important;
	background:var(--btn-hover-bg-color) !important;
	text-decoration: none !important;
}
a.bordered-btn {
	color:var(--btn-txt-color) !important;
	background: var(--btn-bg-color);
	border: 2px solid var(--btn-border-color);
	box-shadow: none !important;
}
a.bordered-btn:hover {
	background:var(--btn-hover-bg-color);
	color:var(--btn-hover-txt-color) !important;
	border:2px solid var(--btn-hover-bd-color);
}
a.bordered-btn.white-btn {
	margin: 0 5px 10px !important;
	border: 2px solid rgba(255,255,255,.75) !important;
	background: rgba(255,255,255,0) !important;
	color: white !important;
}
a.bordered-btn.white-btn:hover {
	border: 2px solid rgba(255,255,255,1) !important;
	background: white !important;
	color: black !important;
}
a.bordered-btn.large-btn.white-btn {
	font-size: 18px !important;
	padding: 12px 30px !important;
	background: rgba(0,0,0,.25) !important;
}
a.bordered-btn.large-btn.white-btn:hover {background: white !important}
.fw-cta-row a.bordered-btn,.fw-cta-row a.btn-primary,.fw-cta-row a.bordered-btn.white-btn {margin-bottom: 0 !important}
.btn-auto {margin-top: auto}
.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style-2.with_frm_style input[type=submit], .frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style-2.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style-2.with_frm_style.frm_login_form input[type=submit] {
	font-family:'Roboto Condensed',sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	letter-spacing: .02em !important;
	box-shadow: none !important
}
/*Basic Components*/
blockquote, .chunked-content {
	margin:1rem 0 20px !important; 
	padding:2.5rem 3rem;
	font-style: normal !important;
	line-height: 1.5em;
	background:#f6f6f6;
	border:2px solid #e0e0e0 !important;
	border-left: none;
	-moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
	border-radius:0 !important;
}
blockquote {font-weight: 400 !important;}
.fw-cta-row {
	color: rgba(255,255,255,.75);
	text-align: center;
}
.fw-cta-row .fl-row-content-wrap {
	-webkit-box-shadow: inset 0px 0px 4rem 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 4rem 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 4rem 0px rgba(0,0,0,0.2);
	padding: 6rem 15% !important;
	background: var(--primary-color);
}
.fw-cta-row h2 {
    font-weight: 700 !important;
	font-size: 3rem !important;
	text-transform: capitalize;
	letter-spacing: 0;
	color: #fff !important;
	margin-bottom: 15px;
}
.fancy-header {margin-bottom: 4rem}
/* .fancy-header .fl-heading .fl-heading-text, h1.entry-title,.page-title h1 {
	position: relative;
	padding: 0 3rem !important;
    z-index: 0;
} */
.fancy-header .fl-heading .fl-heading-text:before,.fancy-header .fl-heading .fl-heading-text:after {
	content: '';
    position: absolute;
    border-bottom: 2px solid #808080;
	width: 12rem;
	top: 50%;
	padding-top: 0;
    z-index: -1;
}
.header-row .fancy-header .fl-heading .fl-heading-text:before,.header-row .fancy-header .fl-heading .fl-heading-text:after {
	border-bottom: 2px solid rgba(255,255,255,.75);
}
.fancy-header .fl-heading .fl-heading-text:before {
	left:-12rem;
}
.fancy-header .fl-heading .fl-heading-text:after {
    right:-12rem;
}
.header-row .page-title h1:after {
	content: '';
    position: absolute;
    border-bottom: 3px solid #808080;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: -15px;
}
.fancy-header h1,.fancy-header h2,.fancy-header h3,.fancy-header h4,.page-title h1 {margin-bottom: 0 !important}
.circle-img img {    
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.gradient-bg {
	background: #646464 !important;
	background: -moz-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #646464), color-stop(100%, #424242)) !important;
	background: -webkit-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: -o-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: -ms-linear-gradient(top, #646464 0%, #424242 100%) !important;
	background: linear-gradient(to bottom, #646464 0%, #424242 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#424242', GradientType=0 ) !important;
}
@media (max-width: 1199px) {
	.large-text {font-size: 20px;}
	.xl-text {font-size: 22px;}
}
@media (max-width: 991px) {
	.large-text {font-size: 18px;}
	.xl-text {font-size: 22px;}
	.small-text {font-size: 12px;}
	.header-cta a.bordered-btn.white-btn {
		padding: 8px 15px 5px !important;
    	font-size: 15px !important;
	}
	blockquote,.chunked-content {font-size: 16px;}
}
@media (max-width: 767px) {
	body.page-template-fullwidthpage .fl-row {margin: 0 0 30px;}
	.fl-module-button .fl-button-left {text-align:left !important}	
	.xl-text {font-size: 18px;}
	blockquote,.chunked-content {font-size: 16px;}
	.fw-cta-row h2 {font-size: 25px !important;}
	.flexin.stack-lg {
		-webkit-flex-direction: row;
    	flex-direction: row;
	}
}
/*====================
	Header Styles
====================*/
/*navbar*/
.top-bar.flexin,.nav-wrap.flexin  {
	flex-grow:1;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: flex-start;
    -webkit-align-items:flex-start;
	-ms-flex-align:flex-start;
	position: relative;
}
.top-bar {
	background: black;
	width: 100%;
    height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.header-info {
    width:auto;
    padding: 0 10px;
    /* margin: 0 auto !important; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-info img {
    height: auto;
    width: 2.2rem;
}
.topbar {
	width: 100%;
	justify-content: flex-end;
	padding:5px 10px;
	background: #555;
}
.topbar a {
	padding: 6px 12px;
	cursor: pointer;
	color: white !important;
}
.top-bar.flexin {
	background: #4C6B41;
  	height: 40px;
	font-weight: 500;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}
.flexin.tb-links {
    justify-content: flex-start;
}
.tb-links a.flexin {
    margin: 0 15px 0 0 !important;
}

/*header*/
.header {
	position: relative;
	width: 100%;
	z-index: 99999;
	border-width:0 0 1px;
	transition: all ease-in-out 0.1s;
	height: 100px;
    background: #fff;
}
body.blog .header, body.single .header, body.search .header, body.archive .header, body.page-template-default .header { background: #fff !important; top: 0; box-shadow: 0px 0px 10px hsl(104deg 24% 20%);}
body.error404 .header { background: #fff; position: static; box-shadow: 0px 0px 10px hsl(104deg 24% 20%);}
/* .admin-bar .header {top: 32px;} */
/* @media screen and (max-width: 782px) {
	.admin-bar .header {top: 46px;}
} */
@media(min-width: 830px) and (max-width: 1185px) {
	.header {
		margin-bottom: 40px;
	}
}
@media(max-width: 767px) {
	.header {top: initial;}
}
.scroll-navbar {
	background: #131313;
	box-shadow: 0px 1px 20px #383A42;
}
.header-text {color: white; margin-right: 20px;}
.header-text a {color: white;}
.black-header-text, .black-header-text a {color: black;}

/*Mega Menu*/
.header-cta a {
	font-size: 16px;
    color: #4C6B41;
	margin-left: 25px;
	font-weight: 700;
   /* filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.75));  */
	position: relative;
}
/* .header-cta a:before {
    content: '';
    position: absolute !important;
    left: 50%;
    right: 50%;
    height: 3px !important;
    bottom: 20px;
	margin: 0 10px !important;
    transition: 0.3s cubic-bezier(0.75,-0.5,0.25,1.5);
    transform: translate3d(0, 0, 0);
    background-color: #FFFFFF !important;
}
.header-cta a:hover:before, .header-cta .mega-toggle-on a:before {
    left: 0;
    right: 0;
} */
.header-cta .mega-sub-menu a { filter: none; }
.header-cta .mega-sub-menu a:before { display: none !important; }

.header-cta .mega-sub-menu > li > ul > li > ul > li > a { line-height: 1.1em !important; margin-bottom: 15px !important; letter-spacing: .5px !important }
.header-cta .mega-sub-menu > li > ul > li > ul > li > ul > li > a { line-height: 1.3em !important; margin-bottom: 7px !important; letter-spacing: normal !important; }
/***********/

.header-col {
	flex: 0 0 auto; /*IE Fix*/
	width: 100%;
	justify-content: space-between;
}
.logo-widget { padding:14px 0; float:left; }
/* .logo-widget {margin-right: auto;} */
.header-wrap.flexin  {
	flex-grow:1;
}
/* .header-wrap.flexin {padding: 0rem 4rem;} */
.logo-area {padding:1rem 0;text-align:left;}
.logo-primary {
	display: block;
	height: auto;
	width: 19.1rem;
}
.logo-wrap.flexin {height: 70px;}
.wp-image-54 {
	max-width: 85% !important;
	transition: all 0.2s ease-in-out !important;
}
.resize {
	max-width: 50% !important;
	height: auto !important;
	transition: all 0.2s ease-in-out !important;
}
.header-cta-wrap {margin-left: auto;}

.main-header-menu.flexin {
	margin-left: 35px;
	font-weight: 800;
}
.main-header-menu.flexin a {
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px !important;
}
header svg.si-icon {
    fill: #fff;
    width: auto;
    height: 14px;
	margin-right: 5px;
}
header .social-icon-wrapper {
    padding: 20px;
}
/*Menu*/
.feature .sf-menu,.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none;}.sf-menu{line-height:1;z-index:99}.sf-menu ul{position:absolute;top:-999em;width:10em}.sf-menu ul li{width:100%}.sf-menu li:hover,.sf-menu li:focus{visibility:inherit}.sf-menu li{float:left;}.sf-menu a{display:block;}.sf-menu li.sfHover ul,.sf-menu li:hover ul,.sf-menu li:focus ul{left:0;top:2.5em;z-index:99}ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul,ul.sf-menu li:focus li ul{top:-999em}ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul,ul.sf-menu li li:focus ul{left:10em;top:0}ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li:focus li ul{top:-999em}ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li:focus ul{left:10em;top:0}.ie6 .sf-menu{margin-bottom:-1px}.sf-menu li li{line-height:1.1em}.sf-menu ul a,.sf-menu ul li.menu-item a{display:inline-block}.sf-menu{width:auto}.open-menu, .close-menu, .sub-menu-expand, .menu-mobile-header { display: none; }
#main-menu.flexin{
	margin-left: auto;
	/* margin-top: 55px; */
}
.sf-menu li {position: relative;}
.sf-menu a {
  	color: #ffffff;
	padding: 0 1.5rem;
  	font-size: 1.6rem;
	line-height: 45px;
  	font-weight:400;
  	font-style:normal;
  	text-decoration: none;
}
.sf-menu .menu-item-has-children a {position: relative;}
.sf-menu li.sfHover a,.sf-menu a:hover {
	color: #ccc;
}

/*Pseudo Elements*/
.sf-menu .menu-item-has-children a:after, ul.sf-menu li ul.sub-menu:before {
	content: '';
    position: absolute;
	z-index: 1000 !important;
}
.sf-menu .menu-item-has-children ul.sub-menu li a:after {content: none}
.sf-menu .menu-item-has-children.sfHover a:after, .sf-menu .menu-item-has-children:hover a:after {
	width: 0px;
	height: 0px;
	border-bottom: 8px solid #FF7800;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	bottom: 0;
	left: 50%;
	margin-left:-8px;
	transition: none;
	z-index: 1000 !important;
}
ul.sf-menu li ul.sub-menu:after {
	height: 50px;
	width: 5000%;
	top: 0;
	left: -2500%;
	background: #2c469a;
	z-index: -100;
}
/* .menu-cta-btn {
	background: #FF7800;
	background: -moz-linear-gradient(0deg, #FF7800 0%, #ffae00 100%);
	background: -webkit-linear-gradient(0deg, #FF7800 0%, #ffae00 100%);
	background: linear-gradient(0deg, #FF7800 0%, #ffae00 100%);
	border: 1px solid #2c469a;
	margin-top: 14px;
	border-radius: 5px;
	margin-left: 1.5rem;
}
.menu-cta-btn a {
	line-height: 40px;
	color: white;
}
.menu-cta-btn a:hover {
	background: #ff5e00;
	color: white !important;
	background: -moz-linear-gradient(0deg, #ff5e00 0%, #ffae00 100%);
	background: -webkit-linear-gradient(0deg, #ff5e00 0%, #ffae00 100%);
	background: linear-gradient(0deg, #ff5e00 0%, #ffae00 100%);
	border-radius: 5px;
} */

/*2nd level*/
/* .sf-menu ul {left:-5px !important}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:70px}
ul.sf-menu li ul.sub-menu {
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	z-index: 10000 !important;
	width: auto !important;
	border-top:1px solid #f0f0f0;
    min-width: 25rem;
}
.sf-menu ul.sub-menu li.menu-item {
	width: 100% !important;
	position: relative;
}
.sf-menu ul a,.sf-menu ul li.menu-item a {
	font-family:'Open Sans',sans-serif;
	color: #fff !important;
	background-color:#033071;
	line-height: 1.2em;
	letter-spacing: 0 !important;
	padding: 1rem 2rem !important;
	font-size:14px !important;
	font-weight: inherit;
	display: block;
	border-width: 0 1px 1px;
	border-style:solid;
	border-color: #f0f0f0;
	border: none;
}
.sf-menu ul a:focus, .sf-menu ul li.menu-item a:focus, .sf-menu ul a:hover, .sf-menu ul li.menu-item a:hover {background: rgba(0,0,0, 0.2);} */
footer h4 {
	color: #757575 !important;
}

/*Social Media*/
.social-media-wrap {
	height:40px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
} 
.social-icon,svg.si-icon{
	height:40px;
	width:40px;
	display:inline-block;
}
header .social-icon-fill {fill:rgba(255,255,255,.75)}
header .social-icon-border {fill:rgba(255,255,255,.5)}
header .social-icon-bg {fill:rgba(255,255,255,.1)}
header .social-icon a:hover .social-icon-border,header .social-icon a:hover .social-icon-bg {fill:white;}
header .social-icon a:hover .social-icon-fill {fill:#101010;}

footer .social-media-wrap {margin-top: 1rem;}
footer .social-icon-fill {fill:#fff}
footer .social-icon-border {fill:#757575}
footer .social-icon-bg {fill:#757575}
footer .social-icon a:hover .social-icon-border,footer .social-icon a:hover .social-icon-bg {fill:#4C6B41;}
footer .social-icon a:hover .social-icon-fill {fill:white;}
@media (max-width: 1199px) {

	.sf-menu a {font-size: 15px;}
}
@media (max-width: 991px) {

}
@media (max-width: 820px) {

}
/*Mobile Menu*/
.header-wrap.flexin {
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	align-items: center;
	-webkit-align-items: center;
}
.logo-widget {height: auto; margin-right: 0;}
.logo-widget img {
    height: auto;
    width: 20rem;
}
.open-menu, .open-menu .hamburger-box, .open-menu .hamburger-inner {display:block;}
.open-menu .hamburger-box {position: relative;}
.open-menu .hamburger-inner::before, .open-menu .hamburger-inner::after {content: '';display: block;}
.open-menu .hamburger-inner,.open-menu .hamburger-inner::before, .open-menu .hamburger-inner::after {position: absolute;}
.menu-mobile-header {display: block; position: relative;}
.close-menu, .close-menu .close-box, .close-menu .close-inner {display:block;}
.close-menu .close-box {position: relative;}
.close-menu .close-inner::before, .close-menu .close-inner::after {content: '';display: block;}
.close-menu .close-inner,.close-menu .close-inner::before, .close-menu .close-inner::after {position: absolute;}
.close-menu .close-inner {-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}
.close-menu .close-inner::before {top: 0;opacity: 0;}
.close-menu .close-inner::after {bottom: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.page-canvas {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
.main-menu {
	position: absolute;
	display: block;
	top:0;
	right:-275px;
	height:100vh;
	overflow-y: scroll;
	overflow-x:hidden;
	z-index:999;
	transition: 0.5s all ease;
}
.mobile-menu-open {overflow: hidden; }
.main-menu:target,.main-menu[aria-expanded="true"] {outline: none;}
.mobile-menu-open .backdrop, .main-menu:target + .backdrop,.main-menu[aria-expanded="true"] + .backdrop {
	position:absolute;
	display:block;
	content:"";
	left: 0;
	top: 0;
	width:100%;
	height:100vh;
	z-index:998;
	cursor:default;
}
.main-menu .close-menu {position: absolute; right: 0; top: 0;}
.main-menu:target .close-menu, .main-menu[aria-expanded="true"] .close-menu {z-index:1001;}
.main-menu:target ul,.main-menu[aria-expanded="true"] ul {position: relative;z-index:1000;}
.sf-menu .menu-item-has-children.sfHover a:after, .sf-menu .menu-item-has-children:hover a:after {content: none}
ul.sf-menu li {float:none;width:100%;display:block;position: relative;}
ul.sf-menu li ul.sub-menu, ul.sf-menu li ul.sub-menu {display:none;}
ul.sf-menu li:hover ul.sub-menu, ul.sf-menu li.sfHover ul.sub-menu { display: none;}
ul.sf-menu li.sfClick ul.sub-menu {
	top: 0;
	display: block;
	position: static;
	width: 100%;
	height: auto;
	padding-bottom: 0 !important;
	margin: 0 0 -1px;
	overflow-y:scroll;   /*for submenu scroll in mobile view anitha on (6-8-2021) */
}
ul.sf-menu .sub-menu-expand {display: block;position: absolute; right: 0; top: 0; }
ul.sf-menu .sub-menu-expand:before {content: ""; display: block; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
ul.sf-menu .sub-menu-expand[aria-expanded="true"]:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
ul.sf-menu ul li.menu-item a {display: block; }

/*Editable stuff*/
#main-menu.flexin {margin: 0}
.header-wrap.flexin {padding: 0px 30px;}

.open-menu {
	position: relative;
	right: 0;
}
.open-menu .hamburger-box {width:30px;height:20px;}
.open-menu .hamburger-inner {top: 50%;margin-top:-2px;}
.open-menu .hamburger-inner,.open-menu .hamburger-inner::before, .open-menu .hamburger-inner::after {
	background-color: #4C6B41;
	width: 30px;
	height: 3px;
}
.open-menu .hamburger-inner::before {top: -8px;}
.open-menu .hamburger-inner::after {bottom: -8px; width: 20px; left: 10px;}
.main-menu {
	width:275px;
	background: #4C6B41;
}
/* .mobile-menu-open .page-canvas { 
	-webkit-transform: translateX(-275px);
	transform: translateX(-275px);
	-webkit-transform: translate3d(-275px, 0, 0);
	transform: translate3d(-275px, 0, 0);
} */

.mobile-menu-open .main-menu {right: 0; width: 35%;}
@media(max-width: 800px) {
	.mobile-menu-open .main-menu {width: 60%;}
}
@media(max-width: 450px) {
	.mobile-menu-open .main-menu {width: 75%;}
}
@media(max-width: 400px) {
	.mobile-menu-open .main-menu {width: 100%;}
}

.main-menu:target, .main-menu[aria-expanded="true"] {
		-moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		-webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		box-shadow: 3px 0 12px rgba(0,0,0,.25);
}
.mobile-menu-open .backdrop, .main-menu:target + .backdrop, .main-menu[aria-expanded="true"] + .backdrop {
	background: #000;
	background: rgba(0,0,0,.5);
}
.menu-mobile-header { 
	padding: 14px 0 10px 20px; 
	color: #fff; 
	border-bottom: 2px solid rgba(0,0,0,.2);
	background: rgba(0,0,0,.2)
}
.menu-mobile-title { 
	display: block;
	font-size:18px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
}
.main-menu .close-menu {top: 14px;right: 10px;}
.close-menu .close-box {width:25px;height:20px;}
.close-menu .close-inner {top: 50%;}
.close-menu .close-inner,.close-menu .close-inner::before, .close-menu .close-inner::after {
	background-color: #fff;
	width: 25px;
	height: 2px;
}
.close-menu .close-inner::before {top: -8px;}
ul.sf-menu { padding-left: 15px;}
ul.sf-menu li { 
	border-bottom: 1px solid rgba(255,255,255,.2); 
}
ul.sf-menu a, ul.sf-menu a:hover, ul.sf-menu a:active {
	color: #fff;
	font-size: 16px;
	line-height: 1.2em; 
	padding-top: 15px; 
	padding-bottom: 15px;
	margin: 0 45px 0 5px;
}
ul.sf-menu .menu-item:nth-child(1) a, ul.sf-menu .menu-item:nth-child(2) a, ul.sf-menu .menu-item:nth-child(3) a {
/* 	display: none; */
}
@media(max-width: 1030px) {
	ul.sf-menu .menu-item:nth-child(1) a, ul.sf-menu .menu-item:nth-child(2) a, ul.sf-menu .menu-item:nth-child(3) a {
		display: block;
	}
}
ul.sf-menu .sub-menu-expand {
	line-height: 1.2em;
	border-left: 1px solid rgba(255,255,255,.2);
	padding: 18px 17px 22px;
}
ul.sf-menu .sub-menu-expand:before {
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
ul.sf-menu li ul.sub-menu { 
	padding: 0 0 12px 0 !important;
	border-top: 1px solid rgba(255,255,255,.2);
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
}
ul.sf-menu ul li.menu-item a {padding: 10px 0; width: 100%; margin: 0; padding-left: 30px !important;  }
.menu-cta-btn{
	background: transparent;
	border: none;
	border-radius: 0 !important;
	margin: 0;
}
.menu-cta-btn a {
	line-height: normal !important;
}
.menu-cta-btn a:hover {
	background: transparent;
	border: none;
	border-radius: 0 !important;
}
.topbar {
	display: none !important;
}
.header-cta {
    width: auto;
    margin-left: auto;
    text-align: right;
}
.header-social-icons-wrapper.flexin {
	padding: 20px 0;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}
.header-social-icons-wrapper.flexin a {margin: 0 10px;}
.header-social-icons-wrapper.flexin a img {
	width: auto;
	height: 1.7em;
}
.header-social-icons-wrapper.flexin a {
	font-family:'Roboto Condensed',sans-serif;
    color: #FFD05A;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.desktop-view {display: block; margin-left: auto;}
.mobile-view {display: none;}

@media (max-width: 500px) {
	.header-text {font-size: 14px; position: absolute; top: -3px; right: 10px;}
	.open-menu .hamburger-box {top: 0px;}
}
@media(max-width: 1900px) {
	.open-menu {
		position: relative;
	}
}
@media (max-width: 1310px) {

	.main-header-menu.flexin {
		display: flex !important;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
		/* padding-left: 25px; */
		font-size: 0.77em;
	}
	.main-header-menu.flexin a { display: inline; }
	.open-menu { top: 35%; }
	.logo-primary { margin:0; width: 20rem; filter: drop-shadow( 3px 4px 2px rgba(0,0,0,0.5) );
	}
}
@media(max-width: 1185px) {
	.header-wrap.flexin {justify-content: space-between;}
	.header-cta.desktop-view {
		position: absolute;
		bottom: -40px;
		background: white;
		width: 100%;
		left: 0;
		right: 0;
	}
}
@media(max-width: 830px) {
	ul.sf-menu li.menu-item.hidden { display: block !important; }
	.desktop-view {display: none;}
	.mobile-view {display: block;}
	.header-social-icons-wrapper.flexin {bottom: 12%;}
	.header-social-icons-wrapper.flexin a {font-size: 1.3rem;}
	.menu-mobile-menu-container {
    	height: 750px;
	}
	a#main-menu-open {display: none;}
	.header-cta.desktop-view {
		bottom: unset;
		position: relative;
		display: block;
	}
	.logo-widget img {width: 500px;}
	ul#mega-menu-primary .hidden {display: block !important;}
}
@media(max-width: 787px) {
	.main-header-menu.flexin a { font-size: 12px !important; }
	.header-social-icons-wrapper.flexin a { font-size: 15px; }
}
@media (max-width: 767px) {
	.header-cta .btn-primary { display: none; }
	.header-wrap.flexin { padding: 0 22px 0 20px; }
	.header-info { padding: 0 22px 0 20px; }
	.logo-wrap.flexin { height: 50px; }
	
}
@media (max-width: 500px) {
	.open-menu { top: 32%; }	
}
@media (max-width: 435px) {
	.main-header-menu.flexin { font-size: 0.7em; }
}
@media (max-width: 695px) {
	
	.main-header-menu.flexin {
	display: inline-block !important;
    position: absolute;
    bottom: 5px;
    left: 0;
    margin-left: 0;
    padding-left: 25px;
    font-size: 0.75em;
	}
	.main-header-menu.flexin a {
		display: block;
	}
	.open-menu {
		top: 19%;
	}
	.logo-primary {
		width: 19rem;
	}
}
@media(max-width: 440px) {
	.header-cta {
		display: none;
	}
}
.full-hide {display: none !important;}
a.yellow, .yellow {
	color: #ffd159;
}

/*====================
	Hero Row
====================*/
.header-img-col .fl-col-content {
	min-height: 30rem;
	margin-bottom: 1rem;
}

.hero-row.fl-row {position: relative;margin:0 0 6rem !important}
.hero-row .fl-row-content{
	-webkit-box-shadow: inset 0px 0px 6rem 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 6rem 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 6rem 0px rgba(0,0,0,0.5);
}
.hero-wrap.flexin {
	width: 100%;
    max-width: 860px;
    margin: 12rem auto;
    padding: 0 30px;
}
.hero-header {
	text-align: center;
}
.hero-header h2 {
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.hero-header h2.hh-pop {
	font-size:4.5rem;
	margin-bottom: 2rem;
}
.hero-header h2.hh-sub {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 3rem;
    font-weight: 700;
    font-style: normal;
}
.hero-wrap a.bordered-btn.large-btn.white-btn {margin: 0 10px 0 0 !important}

@media (max-width: 1199px) {
	.hero-header h2.hh-pop {font-size: 4rem}
	.hero-header h2.hh-sub {font-size: 2.5rem;}
	.hero-wrap a.bordered-btn.large-btn.white-btn {padding: 12px 25px 10px !important;}
}
@media (max-width: 991px) {
	.hero-wrap.flexin {
		height: auto;
		padding: 0 30px;
	}
	.hero-header {padding: 12rem 0;}
	.hero-header h2.hh-pop {font-size: 35px}
	.hero-header h2.hh-sub {font-size: 20px}
	.header-btn-wrap a.bordered-btn.large-btn.white-btn {
		font-size: 16px !important;
		padding: 12px 20px !important;
		margin: 0 0 8px !important;
		width: 200px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.hero-row.fl-row {margin:0 0 40px !important}
	.hero-wrap.flexin {padding: 0 40px;}
	.hero-header {
		padding: 30px 0 20px;
		text-align: center;
	}
	.header-btn-wrap.flexin {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
}
/*== END Hero Row ==*/

/*====================
	Homepage
====================*/

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	
}
/*== END Homepage ==*/


/*====================
	Interior Pages
====================*/
body.page-template-default .entry-header {margin-bottom: 4rem;}
.product-callout {margin-bottom: 4rem}
.product-callout .fl-photo-content {max-width: 25rem;}
@media (max-width: 767px) {
	.product-callout .fl-photo-content {max-width: 30rem;}
}
/*== END Interior Pages ==*/

/*====================
	Footer
====================*/
/*Footer Header*/
.footer-gap {margin-bottom: 10px;}
footer.flexin {
	background:#EDEDED;
	font-size: 16px;
    line-height: 1.5em;
	font-weight: 400;
	color:#757575;
	position: relative;
	flex-direction:column;
	-webkit-flex-direction:column;
	width: 100%;
}
footer .container .row {margin: 0;}
.footer-col-wrap.flexin {
	padding: 4rem 0rem 3rem;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.footer-col {
	max-width: 35rem;
	display: flex;
	justify-content: center;
	width:100%;
}
footer.site-footer h3 {
	color: #757575 !important;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .02em;
    margin-bottom: 5px;
    width: 100%;
	text-transform: uppercase;
}
footer.site-footer a {color: #757575;}
footer.site-footer a:hover {text-decoration: none;}
footer.site-footer p {margin-bottom:1rem;}
footer .footer-right img {
	max-width: 125px;
	height: auto;
}
footer .logo-primary {margin: 0 auto 2rem 0}
.social-icon-wrapper {
    text-align: center;
}
.scroll-icon {height: 5rem;width: 5rem;display: inline-block;float: right}
.scroll-icon-color{fill:#808080;}
a.scrollup:hover .scroll-icon-color {fill:#FFF;}
/*Footer Copyright*/
.copyright-wrap.flexin {
	padding:2rem 0 3rem 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.copyright {font-size:14px;}
.copyright a {text-decoration:none;}
.copyright,.copyright a,#mavidea-logo,#mavidea-logo a,#mavidea-logo a:link,#mavidea-logo a:hover,#mavidea-logo a:active,#mavidea-logo a:visited,#mavidea-logo-xs-sm,#mavidea-logo-xs-sm a,#mavidea-logo-xs-sm a:link,#mavidea-logo-xs-sm a:hover,#mavidea-logo-xs-sm a:active,#mavidea-logo-xs-sm a:visited {color:#757575 !important}
#mavidea-logo-xs-sm {
	width:auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
}
#mavidea-link-logo a {display: block}
footer img.fade {
    filter: invert(1);
}
@media (max-width: 1199px) {
	footer.flexin {font-size: 17px;}
}
@media (max-width: 991px) {
	footer.flexin {font-size: 16px;}
	footer.site-footer h3 {font-size: 18px}
	footer .footer-right img {max-width: 100px;}
}
@media (max-width: 767px) {
	footer.flexin {font-size: 16px;}
	footer .container {width: 100%;}
	.footer-col-wrap.flexin {
		padding: 40px 20px 15px;
		margin: 0;
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items:center;
		-webkit-align-items:center;
		text-align: center;
	}
	footer.site-footer {
		font-size: 15px;
		line-height: 1.5em;
		width: 100%;
	}
	footer.site-footer h3 {font-size: 20px;margin-bottom: 0;}
	.footer-col {
		margin-bottom: 2rem;
		max-width: none;
		padding: 0;
	}
	.copyright-wrap.flexin {padding: 15px 0 20px}
	footer .social-media-wrap {height:35px}
	footer .social-icon,footer svg.si-icon {height: 35px;width: 35px}
	footer .footer-right img {
		max-width: none;
		height: auto;
		max-height: 40px;
		width: auto;
		margin: 5px 10px;
	}
	footer .btn-primary {margin-bottom: 10px !important}
	footer a.btn-primary.white-btn {margin-top: 5px !important}
	.footer-gap {margin-bottom: 5px;}
}
/*====================
	BLOG
=====================*/
/*Blog Content*/
.blog-content {
	padding-right: 5% !important;
	border-right: 1px solid #f0f0f0;
	padding-left: 0;
}
body.blog h2.entry-title {font-size: 4rem}
body.single h1.entry-title {
	font-size: 3rem;
	line-height: 1.3em;
	text-align: left;
	padding: 0 !important;
	margin-bottom: 3rem;
}
body.single h1.entry-title:after {
	left: 0;
	margin-left: 0;
}
.blog-content h2.entry-title { margin-bottom: 0;}
.blog-content .entry-title a:hover {text-decoration: none}
.blog-content .entry-meta {margin-bottom: 2rem;font-size: 1.4rem;}
.blog-content .featured-image {margin-bottom: 2rem;}
.blog-content .entry-meta a {color:#000}
.blog-content .entry-meta a:hover {color:#000}
.avatar-img img {  
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}
body.single article {margin-bottom: 3rem; }
body.single .navigation,span.byline,#comments {display: none;}
/*Blog Sidebar*/
.blog-sidebar {
	font-size:1.6rem;
	line-height:1.4em;
	padding-left: 3% !important;
	border-left:1px solid #f0f0f0;
	margin-left:-1px;
}
.blog-sidebar p {margin-bottom: 2rem}
.blog-sidebar ul {
	margin:0 0 2rem 0;
	list-style:none;
	line-height:1em;
	padding-left:0;
}
.blog-sidebar ul li {
	margin-bottom: 1rem;
    display: block;
    width: 100%;
    font-size: 20px;
	line-height: 1.3em;
	font-weight: 700;
}
.blog-sidebar ul li ul.sub-menu {margin: 1rem 0 0}
.blog-sidebar ul li ul.sub-menu li:last-child {margin:0}
.blog-sidebar ul li a {
	font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    color: #606060;
    font-size: 18px;
}
.blog-sidebar ul li a:hover {
	text-decoration: none;
	color: black;
}
.blog-sidebar ul ul {margin:.5rem 0 0 2rem}
/*Blog Nav Links*/
.navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
/*====================
	SEARCH FORM
=====================*/
#searchform { margin-bottom: 2rem;}
#searchform .input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.sidebar-blog #searchform .input-group {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.sidebar-blog #searchform .input-group input {margin-bottom: 10px !important;}
#searchform #searchsubmit {
	padding: 8px 16px !important;
    font-size: 16px !important;
	margin: 0 auto 0 0 !important;
}
.sidebar-blog #searchform .input-group .input-group-btn {margin-right: auto}
#searchform #searchsubmit:hover {}
#subscribe-submit input {}
#subscribe-submit input:hover {}
.error-404 .btn-primary {margin: 0 0 0 5px !important;height: 34px !important;padding: 0 15px !important;}
/*====================
	Beaver Builder overrides
====================*/
/*Column Spacing*/
.fl-module-photo, .fl-module-video {margin-bottom: 2rem}
.page-template-fullwidthpage .container-fluid,.page-template-fullwidthpage .container-fluid .row {padding: 0;margin: 0}
body.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap {padding: 0 8rem;}
body.home.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap {padding: 0 8rem;}
body.page-template-fullwidthpage .container-fluid .fl-row.fw-row .fl-row-content-wrap {padding: 0% !important;}
.fl-col-small {max-width: none}
/* 2 */
.fl-col:first-child:nth-last-child(2) {padding-right: 3%;}
.fl-col:first-child:nth-last-child(2) ~ .fl-col {padding-left: 3%;}
/* 3 */
.fl-col:first-child:nth-last-child(3) {padding-right: 2%;}
.fl-col:first-child:nth-last-child(3) ~ .fl-col {padding-left: 1%;padding-right: 1%;}
.fl-col:first-child:nth-last-child(3) ~ .fl-col:last-child {padding-left: 2%;padding-right: 0%;}
/* 4 */
.fl-col:first-child:nth-last-child(4) {padding-right: 3%;}
.fl-col:first-child:nth-last-child(4) ~ .fl-col {padding-left: 0%;padding-right: 0%;}
.fl-col:first-child:nth-last-child(4) ~ .fl-col:last-child {padding-left: 0%;padding-right: 0%;}
/* 5 */
.fl-col:first-child:nth-last-child(5) {padding-right: 2%;}
.fl-col:first-child:nth-last-child(5) ~ .fl-col {padding-left: 1%;padding-right: 1%;}
.fl-col:first-child:nth-last-child(5) ~ .fl-col:last-child {padding-left: 2%;padding-right: 0%;}
/*Modules*/
.fl-module-photo {margin-bottom: 2rem}
.fl-separator {margin:0 0 4rem !important;border-top:.5rem solid #e0e0e0 !important;}
.fl-pricing-table .fl-pricing-table-features li {text-align: center;}
.fl-pricing-table.fl-pricing-table-spacing-tight [class^='fl-pricing-table-col-'], .fl-pricing-table.fl-pricing-table-spacing-medium [class^='fl-pricing-table-col-'] {padding-left: 10px;padding-right: 10px}
.fl-pricing-table .fl-pricing-table-features li {padding: 10px 5px !important;font-size: 18px;}
@media (min-width: 1200px) {
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:1170px;}
}
@media (max-width: 1199px) {
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:970px;}	
}
@media (max-width: 991px) {
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:750px;}
	.fl-pricing-table .fl-pricing-table-features li {font-size: 16px;}
}
@media (max-width: 767px) {
	.fl-separator {margin:0 0 30px 0 !important;}
	
	.fl-row-fixed-width {padding: 0}
	.page-template-template-page-fullwidth .fl-row-fixed-width {max-width:none;}
	.page-template-template-page-fullwidth .fl-col {padding:0}
	.fl-col:first-child:nth-last-child(2) ~ .fl-col,.fl-col:first-child:nth-last-child(2),.fl-col:first-child:nth-last-child(3),.fl-col:first-child:nth-last-child(3) ~ .fl-col,.fl-col:first-child:nth-last-child(3) ~ .fl-col:last-child,.fl-col:first-child:nth-last-child(4),.fl-col:first-child:nth-last-child(4) ~ .fl-col,.fl-col:first-child:nth-last-child(4) ~ .fl-col:last-child,.fl-col:first-child:nth-last-child(5),.fl-col:first-child:nth-last-child(5) ~ .fl-col,.fl-col:first-child:nth-last-child(5) ~ .fl-col:last-child {padding-left:0;padding-right:0}
	
	.fl-pricing-table.fl-pricing-table-spacing-tight [class^='fl-pricing-table-col-'], .fl-pricing-table.fl-pricing-table-spacing-medium [class^='fl-pricing-table-col-'] {padding-left: 0;padding-right: 0}
	.fl-pricing-table .fl-pricing-table-col-8, .fl-pricing-table .fl-pricing-table-col-7, .fl-pricing-table .fl-pricing-table-col-6, .fl-pricing-table .fl-pricing-table-col-5, .fl-pricing-table .fl-pricing-table-col-4, .fl-pricing-table .fl-pricing-table-col-3, .fl-pricing-table .fl-pricing-table-col-2, .fl-pricing-table .fl-pricing-table-col-1 {margin: 0 auto;width: 98%}
	
	.container-fluid .fl-row-full-width .fl-row-content-wrap,.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap,body.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap {padding-right:20px !important;padding-left:20px !important;}/*Adds padding to full width rows text isn't against the edge of the screen on smaller screens (ie tablets)*/
	.container-fluid .fl-row-full-width .fl-row-content-wrap,.page-template-fullwidthpage .container-fluid .fl-row .fl-row-content-wrap,.page-template-fullwidthpage .container-fluid .fl-row.hero-row .fl-row-content-wrap {padding-right:0 !important;padding-left:0 !important;}
	.fl-accordion-medium .fl-accordion-button-label {font-size: 18px;}
}
/*====================
	Bootstrap overrides
====================*/
.row {margin-left:-20px;margin-right: -20px}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.container-fluid,.container{padding-left:20px;padding-right:20px}
#primary.col-md-12 {padding-left:0 !important;padding-right:0 !important}
.mfp-figure figure {background: white;}
.wrapper {margin:3rem 0;padding: 0;}/*adjust margin-top for fixed headers*/
body.search-results .wrapper {margin-top: 0;}
.page-template-template-page-fullwidth .wrapper {margin-bottom: 0}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.container {width: auto;}
	body.page-template-fullwidthpage #content {margin-top: 0 !important;}
	.wrapper {margin-top: 0}
}
/*====================
	Events overrides
====================*/
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date,.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {background: white}
.ai1ec-title-buttons .ai1ec-btn-group,.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {margin-left: 0}
.ai1ec-agenda-view .ai1ec-date-events {margin: 0;}
/*====================
	Essential Styles
====================*/
html,body {text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {margin-bottom:1rem;margin-top:0;}
p{    
	margin-bottom: 2rem;
    font-size: 15px;
    line-height: 18.75px;
    font-family:'Roboto';
    font-weight: 400;
	line-height: 2.5rem;
}
hr {float:left;width:100%;clear:both;margin:2rem 0;border-top:1px solid #d0d0d0;}
body.page-template-fullwidthpage header.entry-header {display:none}
strong, b {font-weight: 600 !important;}
ol li {margin-bottom: 1rem;}
ul, ol {margin-bottom: 20px}
.nopadding {padding:0!important}
.nomargin {margin:0!important}
.left-col-border {border-right:1px solid #e0e0e0;}
.right-col-border {border-left:1px solid #e0e0e0;margin-left:-1px;}
.no-pseudo:before,a.no-pseudo:before,.no-pseudo:after,a.no-pseudo:after {content: none}
.hidden-mobile {display: none}
/*svg*/
svg {display: block}
/*margin and padding*/
.margin-xs{margin:1rem 0 !important}.margin-sm{margin:2rem 0 !important}.margin-md{margin:4rem 0 !important}.margin-l{margin:6rem 0 !important}.margin-xl{margin:8rem 0 !important}
.padding-xs{padding:1rem 0 !important}.padding-sm{padding:2rem 0 !important}.padding-md{padding:4rem 0 !important}.padding-l{padding:6rem 0 !important}.padding-xl{padding:10rem 0 !important}
.mt-xs{margin-top:1rem !important}.mt-sm{margin-top:2rem !important}.mt-md{margin-top:4rem !important}.mt-l{margin-top:6rem !important}.mt-xl{margin-top:8rem !important}
.mb-xs{margin-bottom:1rem !important}.mb-sm{margin-bottom:2rem !important}.mb-md{margin-bottom:4rem !important}.mb-l{margin-bottom:6rem !important}.mb-xl{margin-bottom:8rem !important}
.pt-xs{padding-top:1rem !important}.pt-sm{padding-top:2rem !important}.pt-md{padding-top:4rem !important}.pt-l{padding-top:6rem !important}.pt-xl{padding-top:8rem !important}
.pb-xs{padding-bottom:1rem !important}.pb-sm{padding-bottom:2rem !important}.pb-md{padding-bottom:4rem !important}.pb-l{padding-bottom:6rem !important}.pb-xl{padding-bottom:8rem !important}
.no-mb {margin-bottom: 0 !important;}
/*max widths*/
.max-50{max-width:50%;margin:0 auto}
.max-60{max-width:60%;margin:0 auto}
.max-75{max-width:75%;margin:0 auto}
.max-700 {max-width: 700px;margin: 0 auto}
.max-800 {max-width: 800px;margin: 0 auto;}
.max-900 {max-width: 900px;margin: 0 auto;}
.max-img {max-width: 80%;margin: 0 auto 2rem;}
.max-img-md img {max-height:150px;margin: 0 auto;width:auto;}
.max-img-sm {max-width:200px;margin: 0 auto 3rem;}
.height-100 {height: 100% !important}
.width-100 {width: 100% !important}
/*fade*/
.fade{opacity:.5;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.fade:hover{opacity:1}.fade-2{opacity:.75;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1);-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.fade-2:hover{opacity:1;-webkit-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	h1.entry-title {display:block;}
	.left-col-border {border:none !important}
	.right-col-border {border:none !important}
	.margin-xs{margin:10px 0 !important}.margin-sm{margin:15px 0 !important}.margin-md{margin:20px 0 !important}.margin-l{margin:30px 0 !important}.margin-xl{margin:40px 0 !important}
	.padding-xs{padding:10px 0 !important}.padding-sm{padding:15px 0 !important}.padding-md{padding:20px 0 !important}.padding-l{padding:30px 0 !important}.padding-xl{padding:50px 0 !important}
	.mt-xs{margin-top:10px !important}.mt-sm{margin-top:15px !important}.mt-md{margin-top:20px !important}.mt-l{margin-top:30px !important}.mt-xl{margin-top:40px !important}
	.mb-xs{margin-bottom:10px !important}.mb-sm{margin-bottom:15px !important}.mb-md{margin-bottom:20px !important}.mb-l{margin-bottom:30px !important}.mb-xl{margin-bottom:40px !important}
	.pt-xs{padding-top:10px !important}.pt-sm{padding-top:15px !important}.pt-md{padding-top:20px !important}.pt-l{padding-top:30px !important}.pt-xl{padding-top:40px !important}
	.pb-xs{padding-bottom:10px !important}.pb-sm{padding-bottom:15px !important}.pb-md{padding-bottom:20px !important}.pb-l{padding-bottom:30px !important}.pb-xl{padding-bottom:40px !important}
	.extra-padding-md {padding: 30px;}
	.max-img {max-width: 75%;margin: 0 auto;}
	.max-img-sm img {max-width:150px;margin: 0 auto 20px;max-height: 80px;width: auto !important}
	/*max widths*/
	.max-50,.max-60,.max-75,.max-700,.max-800,.width-100 {max-width: 100% !important;width: 100% !important}
	.fl-col { width: 100% !important; /*ie fix*/}
}
header input#s, .hamburger-drawer input#s {
    border-radius: 25px;
}
header input#searchsubmit, .hamburger-drawer input#searchsubmit {
    display: none;
}
