/*
Theme Name: MavideaHeroTheme
Author: Mavidea Technology Group
Author URI: http://www.mavidea.com
Description:
Version: 0.4.8
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)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
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/
*/
/*====================
	Font Styles
====================*/
html {font-size: 10px !important}
body {
	font-family:'proxima-nova',sans-serif;
	font-size: 18px !important;
	line-height: 1.5em;
	font-weight:400;
	color:#303030;
}
h1,.h1 {
	font-family:'utopia-std-display',Serif;
	font-size:5rem;
	line-height: 1.1em;
	letter-spacing:.02em;
	font-weight: 700;
	text-transform: uppercase;
	color:#202020;
}
h2,.h2 {
	font-family:'utopia-std-display',Serif;
	font-size:5rem;
	line-height: 1.1em;
	letter-spacing:.02em;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
	color:#202020;
}
h3,.h3 {
	font-family: 'proxima-nova', sans-serif;
	font-size:3.5rem;
	line-height:1.2em;
	font-weight:600;
	color:#202020;
}
h4,.h4 {
	font-family:'utopia-std-display',Serif;
	font-size:2.5rem;
    line-height: 1.5em;
    font-weight: 400;
    color: #202020;
}
h5,h6,.h5,.h6 {
	font-family: 'proxima-nova', sans-serif;
	font-size:2rem;
	line-height:1.4em;
	font-weight:400;
	color:#202020;
}
h1.entry-title {
	margin-bottom: 4rem;
	text-align: center;
}
.white-header h2, h2.white-header,.white-header h1, h1.white-header {color: white;}
@media (max-width: 1199px) {
	html {font-size:8.75px !important}
}
@media (max-width: 991px) {
	html {font-size:7.5px !important}
	body {font-size: 16px !important;}
}
@media (max-width: 767px) {
	html {font-size:6.25px !important}
	h1,.h1 {font-size: 35px;}
	h2,.h2 {font-size: 30px;}
	h3,.h3 {font-size: 25px;}
	h4,.h4 {font-size: 20px;}
	h5,h6,.h5,.h6 {font-size: 18px}
}
/*====================
	Link Styles
====================*/
a,a:link, a:visited {color:#101010;font-style: normal;text-decoration: none;}
.fl-rich-text a,.fl-rich-text a:link,.fl-rich-text a:visited {
	-webkit-box-shadow: 0 2px 0 #ff6b00;
	-moz-box-shadow: 0 2px 0 #ff6b00;
	box-shadow: 0 2px 0 #ff6b00;
	font-style: normal;
}
.fl-rich-text p a:hover {
	color:#606060;
}
.fl-rich-text a:hover {
	text-decoration:none;
	color:black;
	-webkit-box-shadow: 0 2px 0 #DF5E00;
	-moz-box-shadow: 0 2px 0 #DF5E00;
	box-shadow: 0 2px 0 #DF5E00;
}
a:hover {text-decoration: none;}
a:active {color:#101010;}
button:focus {outline:0;}
/*====================
	Style Presets
====================*/
/*Basic*/
body.page-template-fullwidthpage .fl-row {margin: 0 0 6rem;}
body.home.page-template-fullwidthpage .fl-row,body.home.page-template-fullwidthpage .fl-row.hero-row {margin: 0 0 8rem;}
.fl-row {margin: 0 0 4rem;}

.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;}

.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,.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,.primary-btn {
	color:#FFF !important;
	background:#ff6b00 !important;
	border:none;
}
.fl-builder-content a.fl-button .fl-button-text {color: white !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:'proxima-nova-condensed',sans-serif;
	margin:0 0 20px !important;
	padding:12px 20px 9px !important;
	font-size:16px !important;
	font-weight: 700 !important;
	line-height:1em !important;
	text-transform: uppercase;
	letter-spacing: .05em !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:#FFF !important;
	background:#DF5E00 !important;
	text-decoration: none !important;
}
a.bordered-btn {
	color:#606060 !important;
	padding:11px 20px 8px !important;
	background: transparent;
	border: 1px solid #f0f0f0;
	box-shadow: none !important;
}
a.bordered-btn:hover {
	background:#FF6B00;
	color:#FFF !important;
	border:1px solid #FF6B00;
}
a.bordered-btn.white-btn {
	margin: 0 .5rem 1rem !important;
	border: 1px solid rgba(255,255,255,.5) !important;
	background: rgba(255,255,255,.1) !important;
	color: white !important;
}
a.bordered-btn.white-btn:hover {
	border: 1px solid rgba(255,255,255,1) !important;
	background: white !important;
	color: black !important;
}
.header-cta a.bordered-btn.white-btn {
    margin:0 !important;
	padding: 10px 20px 7px !important;
}
a.btn-large.bordered-btn,a.btn-large.btn-primary,.btn-large.bordered-btn,.btn-large.btn-primary {
	font-size: 20px !important;
	padding: 15px 30px !important;
}
.fw-cta-row .bordered-btn {margin-bottom: 0 !important}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.large-text {font-size: 18px;}
	body.home .large-text {font-size: 20px}
	.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;
	}
}
@media (max-width: 767px) {
	.fl-module-button .fl-button-left {text-align:left !important}	
}
blockquote {
	font-family:'utopia-std-display',Serif;
	margin:1rem 0 2rem !important; 
	padding:2.5rem 3rem;
	font-size:2.2rem;
	font-style: italic !important;
	line-height: 1.5em;
	border-top:.5rem solid #FF6B00;
	border-left: none;
	-webkit-box-shadow: 0px 0px 5rem 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5rem 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5rem 0px rgba(0,0,0,0.1);
}
body.page-template-fullwidthpage .fl-row.fw-cta-row .fl-row-content-wrap {padding: 0 20%}
.fw-cta-row {
	color: rgba(0,0,0,.75);
	position: relative;
}
.fw-cta-row .fl-row-content-wrap {
	-webkit-box-shadow: inset 0px 0px 5rem 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5rem 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5rem 0px rgba(0,0,0,0.3);}
.fw-cta-row h2 {
	margin-bottom: 2rem;
	font-size: 4rem;
	font-weight: 400;
}
body.home .fw-cta-row h2 {font-size: 5rem;}
.fancy-header .fl-heading .fl-heading-text, h1.entry-title,.page-title h1 {
	position: relative;
	padding: 0 3rem !important;
    z-index: 0;
}
.gray-row .fancy-header .fl-heading .fl-heading-text {background: #f4f4f4;}
.fancy-header .fl-heading .fl-heading-text:before,.fancy-header .fl-heading .fl-heading-text:after {
	content: '';
    position: absolute;
    border-bottom: 2px solid #606060;
	width: 12rem;
	top: 50%;
	padding-top: 0;
    z-index: -1;
}
.fancy-header .fl-heading .fl-heading-text:before {
	left:-12rem;
}
.fancy-header .fl-heading .fl-heading-text:after {
    right:-12rem;
}
h1.entry-title:after,.header-row .page-title h1:after {
	content: '';
    position: absolute;
    border-bottom: 3px solid #606060;
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: -1.5rem;
}
.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%;
}
/*====================
	Header Styles
====================*/
/*navbar*/
.header-top-wrap.flexin,.header-top.row.flexin {
	flex-grow:1;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	position: relative;
}
.header-top-wrap {
	background: #FF6B00;
	width: 100%;
	font-size: 16px;
}
/*navbar*/
.nav-wrap.flexin  {
	flex-grow:1;
	position: relative;
}
.navbar {
	position: relative;
	width: 100%;
	background-color: white;
	z-index: 10;
	border-width:0 0 1px;
	border-bottom: 1px solid #f0f0f0;
}
body.page-template-fullwidthpage .navbar {border-bottom: none;}
.nav-wrap.flexin {padding: 0 4rem;}
.logo-area {padding:1rem 0;text-align:left;}
.logo-primary {
	display: block;
	height: 50px;
	width: 250px;
	margin: 10px 0;
}
.header-info-wrap {
	margin-left: auto;
    margin-right: 1.5rem;
}
.header-info,.header-info a {
	color: rgba(255,255,255,.8);
	font-size: 16px;
	font-weight: 600;
	padding-top: 1px;
}
.header-info a:hover,.header-info a:hover .phone-fill {
	fill:white !important;
	color: white;
}
svg.phone-icon {
	height: 30px;
	width: 30px;
}
.phone-fill {fill:rgba(255,255,255,.7)}
.phone-bg {fill:transparent}

/*Menu*/
.feature .sf-menu,.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu{line-height:1;position:relative;z-index:99}.sf-menu ul{position:absolute;top:-999em;width:10em}.sf-menu ul li{width:100%}.sf-menu li:hover{visibility:inherit}.sf-menu li{float:left;position:relative}.sf-menu a{display:block;position:relative}.sf-menu li.sfHover ul,.sf-menu li:hover ul{left:0;top:2.5em;z-index:99}ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul{top:-999em}ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul{left:10em;top:0}ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul{top:-999em}ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover 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}
#main-menu.flexin{margin:0;}
.sf-menu a {
	font-family: 'proxima-nova-condensed', sans-serif;
    color: #000;
    padding: 0 1.5rem;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-top: 5px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}
.sf-menu a:hover {color: #606060}
/*2nd level*/
.sf-menu ul {left:-1.5rem !important}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:50px}
ul.sf-menu li ul.sub-menu {
	padding:1.5rem;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000 !important;
	width: auto !important;
	background-color: #001F29;
	min-width: 25rem;
}
.sf-menu ul li.menu-item a {
	font-family:'proxima-nova',sans-serif;
	color: #FFF !important;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0 !important;
	padding: .75rem 1.5rem !important;
	font-size:15px !important;
	font-weight: 500;
	display: block;
	border: none;
	margin: 0 !important;
}
.sf-menu ul li.menu-item a:after,.sf-menu .menu-item-has-children a:after {content: none;}
.sf-menu ul li.menu-item a:hover {color: white !important}
.sf-menu ul a:hover, .sf-menu ul li.menu-item a:hover {
	background: rgba(255,255,255,.75);
	color: black !important;
}
/*Dropdown Arrow*/
ul.sf-menu li ul.sub-menu:before {
	content: '';
    position: absolute;
	width: 0px;
	height: 0px;
	border-bottom: .75rem solid #001F29;
	border-right: .75rem solid transparent;
	border-left: .75rem solid transparent;
	top: -.75rem;
	left: 30px;
	z-index: 1000 !important;
	transition: none;
}
/*Social Media*/
.social-media-wrap {
	height:4rem;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
} 
.header-top-wrap .social-media-wrap {
	height:30px;
	margin-right: 1.5rem;
}
.header-top-wrap .social-icon {
	height:30px;
	width:30px;
}
.social-icon,svg.si-icon{
	height:4rem;
	width:4rem;
	display:inline-block;
}
nav .social-icon-fill {fill:rgba(255,255,255,.75)}
nav .social-icon-border {fill:rgba(255,255,255,.5)}
nav .social-icon-bg {fill:rgba(255,255,255,.1)}
nav .social-icon a:hover .social-icon-border,nav .social-icon a:hover .social-icon-bg {fill:white;}
nav .social-icon a:hover .social-icon-fill {fill:#101010;}

footer .social-media-wrap {margin-top: 1rem;}
footer .social-icon-fill {fill:rgba(0,0,0,.75)}
footer .social-icon-border {fill:rgba(0,0,0,.5)}
footer .social-icon-bg {fill:white}
footer .social-icon a:hover .social-icon-border,footer .social-icon a:hover .social-icon-bg {fill:black;}
footer .social-icon a:hover .social-icon-fill {fill:white;}

/* Header Overrides for Transparent header for full width pages */
body.page-template-fullwidthpage .nav-wrap.flexin, body.page-template-fullwidthpage .header-top-wrap, body.page-template-fullwidthpage .navbar {background: transparent;}
body.page-template-fullwidthpage .sf-menu a {color: #fff;}
body.page-template-fullwidthpage .fl-row-overlap-top .fl-row-content-wrap {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media(max-width: 767px) {
	body.page-template-fullwidthpage.page-id-1154 .gradient .fl-row-content-wrap {margin-top: -120px;}
}
/* END Header Overrides */
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	.logo-primary {
		height: 40px;
		width: 200px;
	}
	.header-info, .header-info a {font-size: 15px;}
}
@media (max-width: 767px) {
	.header-top.row.flexin {
		padding: 0 20px;
	}
	.header-info-wrap {margin-right: 0;}
	#main-menu.flexin{max-width:100%;}
	.sf-menu a {
		font-size: 15px;
    	line-height: 37px;
    	padding: 3px 1rem 0;
	}
	.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:40px}
	body.page-template-fullwidthpage .nav-wrap.flexin, body.page-template-fullwidthpage .header-top-wrap, body.page-template-fullwidthpage .navbar {background: black;}
}
/*====================
	Hero Row
====================*/
body.home.page-template-fullwidthpage .hero-row.fl-row,body.page-template-fullwidthpage .fl-row.header-row,body.single .fl-row.header-row {position: relative;}
body.home.page-template-fullwidthpage .hero-row.fl-row {margin:-0px 0 0 !important}
/*Header Row*/
.header-img-col .fl-col-content {
	min-height: 45rem;
	margin-bottom: 1rem;
}

.hero-header {
	padding: 12rem 0;
	text-align: center;
}
.hero-header h2 {
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
	text-align: center;
}
.hero-header h2.hh-sub {
	font-family: 'proxima-nova-condensed',sans-serif;
    font-size: 2.75rem;
    line-height: 1.3em;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: .05em;
    font-style: normal;
} 
.hero-header h2.hh-pop {
	font-size:6rem;
	margin-bottom: 0;
}
.hero-header .btn-primary, .hero-header .bordered-btn {margin-bottom: 10px !important;}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.hero-header h2.hh-pop {font-size: 40px}
	.hero-header h2.hh-sub {font-size:20px}
}
/*====================
	Homepage
====================*/
.home-top-row .fl-row-content-wrap {
	background-size: 30rem;
}
.split-row {position: relative;}
.split-row .fl-row-content {padding:8rem 0 6rem 0;}
.post-slider h2.fl-post-slider-title {
	text-align: center;
	font-size: 5rem;
	margin: 0 !important;
	padding: 0 !important;
}
.post-slider .fl-post-slider-content a {color: white !important;}
.post-slider .fl-post-slider-background .fl-post-slider-content {
	padding: 3rem 2rem;
	top: 0;
	background-color: rgba(51,51,51,0.25);
	display: flex;
    -webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	align-items: center;
}
.gradient .fl-row-content-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70%;
    background: linear-gradient(180deg, black, transparent);
    z-index: 1;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.post-slider .fl-post-slider-background .fl-post-slider-content {background-color: black;}
}
/*====================
	Interior Pages
====================*/
.wp-tiles-byline { display: none;}
/*====================
	Footer
====================*/
/*Footer Header*/
.footer-gap {margin-bottom: 15px;}
footer.flexin {
	background:white;
	font-size: 16px;
    line-height: 1.4em;
	font-weight: 400;
	color:#606060;
	position: relative;
	flex-direction:column;
	-webkit-flex-direction:column;
	width: 100%;
}
footer .container .row {border-bottom: .5rem solid #f0f0f0;}
.footer-col-wrap.flexin {
	padding: 5rem 0rem;
    margin: 0 2rem;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    border-top: .5rem solid #f4f4f4;
}
body.page-template-fullwidthpage .footer-col-wrap.flexin {border: none}
.footer-col {max-width: 25rem}
footer.site-footer h3 {
	font-family:'proxima-nova-condensed',sans-serif;
	color: #000;
    font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
    margin-bottom: 1rem;
	width: 100%;
}
footer.site-footer a {color:#606060;}
footer.site-footer a:hover {color: black;text-decoration: none;}
footer.site-footer p {margin-bottom:1rem;}
footer .footer-right img {
	max-width: 160px;
	height: auto;
}
/*Footer Copyright*/
.copyright-wrap.flexin {
	padding:2rem 0 3rem 0;
	font-size: 12px;
	font-weight: 300;
	background:white;
	text-align: center;
	-webkit-flex-direction:column;
	flex-direction:column;
	width:100%;
}
.copyright {
	font-size:12px;
}
.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:#a0a0a0}
#mavidea-logo-xs-sm {width:auto;text-align: center;font-size: 12px;line-height: 1.3em;}
#mavidea-link-logo a {display: block}
@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}
}
@media (max-width: 767px) {
	footer .container {width: 100%;}
	.footer-col-wrap.flexin {
		padding: 5rem 4rem 0;
		margin: 0 20px;
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items:center;
		-webkit-align-items:center;
		text-align: center;
	}
	footer.site-footer {
		font-size: 15px;
		width: 100%;
	}
	footer.site-footer h3 {font-size: 20px}
	.footer-col {margin-bottom: 2rem;max-width: none}
	.copyright-wrap.flexin {padding: 15px 0 20px}
	footer .social-media-wrap {height:35px}
	footer .social-icon,footer svg.si-icon {height: 35px;width: 35px}
	.flexin.stack-lg {
		-webkit-flex-direction: row;
    	flex-direction: row;
	}
	footer .footer-right img {
		max-width: none;
		height: auto;
		max-height: 40px;
		width: auto;
		margin: 5px 10px;
	}
	footer .btn-primary {margin-bottom: 10px !important}
}
/*====================
	BLOG
=====================*/
body.blog .entry-title, body.archive .entry-title {
	font-family: 'proxima-nova-condensed', sans-serif;
    font-size: 1.8rem;
    display: block;
	height: 75px;
    text-align: center;
    line-height: 1.2em;
    margin: 0 0 20px 0 !important;
}

.blog-sidebar {
	font-size:1.6rem;
	line-height:1.5em;
	padding-left: 3% !important;
	border-left:1px solid #f0f0f0;
	margin-left:-1px;
	font-weight: 400;
}
.blog-sidebar .widget {margin-bottom: 2rem}
.blog-sidebar h4 {
	font-family: 'proxima-nova-condensed',sans-serif;
    font-size: 2.5rem;
    line-height: 1em;
    margin-bottom: 1rem;
    font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.blog-sidebar p {margin-bottom: 2rem}
.blog-sidebar ul {margin:0 0 2rem 0;list-style:none;padding-left:0;}
.blog-sidebar ul li {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
.blog-sidebar ul li a {display:block;}
.blog-sidebar ul li a:hover,.blog-sidebar a.tag-cloud-link:hover {
	text-decoration: none;
	color: #808080;
}
.blog-sidebar ul ul {margin:.5rem 0 0 2rem}
.blog-content {padding-right:5% !important;border-right:1px solid #f0f0f0;padding-left:0;}
.blog-content .entry-title a:hover {text-decoration: none}

.blog-content .entry-meta {display: none}
.blog-content .featured-image {margin-bottom: 1rem; display: block; height: 150px; width: 100%; background-size: cover; background-position: center;}
.blog-content .entry-meta a {color:#000}
.blog-content .entry-meta a:hover {color:#000}
/*body.blog .post, body.archive .post {
    border-bottom: 1px solid #f0f0f0;
	margin-bottom: 50px;
}*/
.avatar-img img {  
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
}

body.single h1.entry-title {font-size: 4rem !important;}
body.single article {margin-bottom: 2rem;}
body.single .navigation {display: none;}
span.byline {display: none;}

.tagcloud { margin-bottom: 2rem;}
.tagcloud a {
	font-size: 18px !important;
	line-height: 1.2em;
	display: block !important;
	margin-bottom: 5px !important;
}
	
.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;
}
#searchform #searchsubmit { padding: 5px 12px;}
#searchform #searchsubmit:hover { background-color: #2C6696;}
#subscribe-submit input {}
#subscribe-submit input:hover {}
/*====================
	FORMs
=====================*/
.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:'proxima-nova-condensed',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .05em;
}
/*====================
	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 6rem;}
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: 1.5%;padding-right: 1.5%;}
.fl-col:first-child:nth-last-child(4) ~ .fl-col:last-child {padding-left: 3%;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 2rem !important;border-top:.5rem solid #f0f0f0 !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-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-top:0;
	padding: 3rem 0 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;}
}
/*====================
	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}
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}
/*svg*/
svg,#logo-wrap a {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:10rem !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-img {max-width: 75%;margin: 0 auto;}
.max-img-sm {max-width:200px;margin: 0 auto;}
.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}
	.max-50 {max-width:75%;margin:0 auto}
	.max-50 {max-width:85%;margin:0 auto}
	.max-75,.max-800 {max-width:none;margin:0 40px;}
	.max-img {max-width: 75%;margin: 0 auto;}
	.max-img-sm,.max-img {max-width:200px;}
}