/*
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: "athelas",serif;
	font-size: 16px !important;
	line-height: 1.5em;
	font-weight:400;
	color:#323E48;
}
h1,.h1 {
	font-family: 'HurmeGeometricSans4-Bold', sans-serif;
	font-size:6rem;
    line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-weight:normal;
	color:#323E48;
}
h2,.h2 {
	font-family: 'athelas', serif;
	font-size:4rem;
	line-height:1.2em;
	font-weight:normal;
	color:#323E48;
}
h3,.h3 {
	font-family: 'athelas', serif;
	font-size:3.5rem;
	line-height:1.2em;
	font-weight:normal;
	color:#323E48;
}
h4,.h4 {
	font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
	font-size:2.2rem;
    line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .025em;
    font-weight: normal;
    color: #323E48;
}
h5,h6,.h5,.h6 {
	font-family: "athelas",serif;
	font-size:2rem;
	line-height:1.4em;
	font-weight:400;
	color:#323E48;
}
.white-header h2, h2.white-header,.white-header h1, h1.white-header {color: white !important;}
h1.entry-title {
	margin-bottom: 4rem;
	text-align: center;
}
@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, 
.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 #8E2A2A;
	-moz-box-shadow: 0 2px 0 #8E2A2A;
	box-shadow: 0 2px 0 #8E2A2A;
	font-style: italic;
}
.fl-rich-text p a:hover {
	color:#000;
}
.fl-rich-text a:hover, .blog-content .entry-content a:hover, .blog-content .entry-meta a:hover {
	text-decoration:none;
	color:black;
}
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; }

.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: 20px;line-height: 1.6em;}
.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;}
.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,a.cap-it,.footer-col h4 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .01em;
}
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;
}
.fl-module-content {margin: 0;}
/*Buttons*/
.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited,a.btn-primary,.btn-primary, .custom .mm-button {
	color:#FFF !important;
	background: #8E2A2A;
	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, .custom .mm-button {
	font-family: 'HurmeGeometricSans4-SemiBold', sans-serif;
	margin:0 0 20px !important;
	padding: 10px 24px 10px !important;
    font-size: 17px !important;
	font-weight: normal !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:4px !important;
    -webkit-border-radius:4px !important;
	border-radius:4px !important;
	text-decoration: none !important;
	box-shadow: none !important;
	font-style: normal !important;
}
.fl-builder-content a.fl-button:hover,.fl-builder-content a.fl-button:hover,a.btn-primary:hover,.primary-btn:hover, .custom .mm-button:hover {
	color:#FFF !important;
	background:#6B1F1F !important;
	text-decoration: none !important;
}
a.bordered-btn {
	color:#404040 !important;
	background: transparent;
	border: 2px solid #606060;
	box-shadow: none !important;
}
a.bordered-btn:hover {
	background:#8E2A2A;
	color:#FFF !important;
	border:2px solid #8E2A2A;
}
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: 'HurmeGeometricSans4-Bold', sans-serif;
	text-transform: uppercase !important;
	font-weight: normal !important;
	letter-spacing: .02em !important;
}
/*Basic Components*/
blockquote, .chunked-content {
	margin:1rem 0 3rem !important; 
	padding:2.5rem 3rem;
	font-style: normal !important;
	line-height: 1.5em;
	background:transparent;
	border-top:5px solid #323e48;
	border-left: none;
	-moz-border-radius:0 0 10px 10px !important;
    -webkit-border-radius:0 0 10px 10px !important;
	border-radius:0 0 10px 10px !important;
	-webkit-box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.1);
}
blockquote, .split-row .split-text {font-weight: 700 !important;}
.fw-cta-row {
	color: rgba(255,255,255,.75);
	text-align: center;
}
.fw-cta-row a {color: white !important}
.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: #8E2A2A;
}
.fw-cta-row h2 {
	font-family: 'athelas', sans-serif;
    font-weight: normal!important;
	font-size: 3rem !important;
	text-transform: capitalize;
	letter-spacing: 0;
	color: white !important;
	margin-bottom: 15px;
}
.fancy-header {margin-bottom: 4rem}
.fancy-header .fl-heading .fl-heading-text, h1.entry-title,.page-title h1 {
	position: relative;
	display: block;
	padding: 0 3rem !important;
    z-index: 0;
}
h1.entry-title:after,.header-row .page-title h1:after, .fancy-header .fl-heading .fl-heading-text:after {
	content: '';
    position: absolute;
    border-bottom: 2px solid #323e48;
    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: 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: 18px;}
}
@media (max-width: 767px) {
	.fl-module-button .fl-button-left {text-align:left !important}	
	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
====================*/
.navbar {
	position: relative;
	width: 100%;
	background-color:white;
	z-index: 10;
	border-width:0;
	border-bottom:none;
	font-family: 'athelas', sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
body.page-template-fullwidthpage {box-shadow: none}
body.home .navbar {border-bottom: 0;}
/*Header Top*/
.header-top.flexin {
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding: 0 6rem;
    background: #323e48;
    height: 40px;
}
.header-info-wrap {margin-right: auto;}
/*Logo*/
.logo-wrap.flexin {height: 70px;}
.logo-primary {
	display: block;
	height: auto;
	width: 30rem;
	padding-top: 20px;
}
.navbar-nav-wrap.flexin {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
svg.phone-icon {
	height: 30px;
	width: 30px;
}
.phone-fill {fill:rgba(0,0,0,.85)}
.phone-bg {fill:transparent}
.header-contact,.header-contact a,.header-info a {
	color: rgba(255,255,255,.6);
    font-weight: 600;
    font-size: 16px;
}
.header-contact a .phone-fill {fill: rgba(255,255,255,.5);}
.header-contact a:hover,.header-info a:hover,.header-contact a:hover .phone-fill {
	fill: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
.header-info a {
	margin:0 1rem;
	line-height: 1.2em;
}
/*
.header-info a:hover {
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255,.75);
	-moz-box-shadow: 0 2px 0 rgba(255,255,255,.75);
	box-shadow: 0 2px 0 rgba(255,255,255,.75);
}
*/
.header-info a.header-cta {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .03em;
	border: 1px solid white;
	color: white;
	-moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	padding: 0px 10px;
    line-height: 28px;
}
.header-info a.header-cta:hover {
	box-shadow: none;
	background: white;
	color: black;
}
/*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}
.nav-wrap.flexin {
	-webkit-justify-content: space-between;
	justify-content: space-between;
    background: white;
	padding: 0 6rem;
}
#main-menu.flexin{margin-right: -.75rem;}
.sf-menu a {
	font-family: 'HurmeGeometricSans4-Bold', sans-serif;
    color: #323e48;
    padding: 0 0.8rem;
    font-size: clamp(15px, 1.5vw, 18px);
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
}
.sf-menu a:hover {color: rgba(50, 62, 72,.6);}
/*2nd level*/
.sf-menu ul {left:-1rem !important}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:70px}
ul.sf-menu li ul.sub-menu {
	padding:1.5rem 1rem;
	-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:#8E2A2A;
	min-width: 25rem;
}
.sf-menu ul li.menu-item a {
	color: rgba(255,255,255,.75) !important;
	border:1px solid #8E2A2A;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0 !important;
	padding: .75rem 1.5rem !important;
	margin:0 !important;
	font-size:15px !important;
	display: block;
	-moz-border-radius:4px !important;
    -webkit-border-radius:4px !important;
	border-radius:4px !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 {
	border:1px solid rgba(255,255,255,.75);
	color: #FFF !important;
}
/*Dropdown Arrow*/
ul.sf-menu li ul.sub-menu:before {
	content: '';
    position: absolute;
	width: 0px;
	height: 0px;
	border-bottom: 7px solid #8E2A2A;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	top: -7px;
	left: 30px;
	z-index: 1000 !important;
	transition: none;
}
/*Social Media*/
.social-media-wrap {
	height:4rem;
}
.social-icon,svg.si-icon{
	height:4rem;
	width:4rem;
	display:inline-block;
}
nav .social-media-wrap {
	height:35px;
	margin:0;
}
nav .social-icon {
	height:35px;
	width:35px;
}

nav .social-icon-fill {fill:rgba(255, 255, 255,.6)}
nav .social-icon-bg, nav .social-icon a:hover .social-icon-bg {fill:transparent}
nav .social-icon a:hover .social-icon-fill {fill:white;}

.social-icon-fill {fill:rgba(0, 0, 0,.6)}
.social-icon-bg {fill:rgba(0, 0, 0,.1)}
.social-icon a:hover .social-icon-bg {fill:#8E2A2A}
.social-icon a:hover .social-icon-fill {fill:white;}
.social-icon a svg:hover{fill :#8E2A2A;}
@media (max-width: 1199px) {
}

@media (max-width: 991px) {
	.header-top.flexin,.nav-wrap.flexin {padding: 0 20px}
	.logo-wrap.flexin {height: 50px;}
	.logo-primary {
		height: auto;
		width: 320px;
	}
	.header-contact, .header-contact a, .header-info a {font-size: 14px}
	.sf-menu a {
		font-size: 16px;
		line-height: 60px;
	}
	.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:60px}
	nav .social-media-wrap {height:30px;}
	nav .social-icon {
		height:30px;
		width:30px;
	}
}
@media (max-width: 991px) {
	.nav-wrap.flexin {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.header-top.flexin {height: 35px;}
	.header-info a.header-cta {font-size: 14px;}
	.header-contact {padding-top: 0;}
	.logo-wrap.flexin {height: 40px;margin-top: 10px;}
	#main-menu.flexin {margin: 0 auto;float: none;width: 100%;}
	.sf-menu a {
		font-size: 15px;
		line-height: 40px;
	}
	.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:40px}
	.sf-menu ul li.menu-item a {font-size: 14px !important;}
}
@media (max-width: 667px) {
	.header-top.flexin {padding: 0 4px}
	.nav-wrap.flexin {padding: 0 20px}
	nav .social-icon {
		height:30px;
		width:25px;
	}
}
/*====================
	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:0 !important}
/*Header Row*/
body.page-template-fullwidthpage .fl-row.header-row {margin-bottom: 6rem !important;}
body.page-template-fullwidthpage .fl-row.header-row .fl-row-content-wrap, body.single .fl-row.header-row .fl-row-content-wrap {
	padding: 13rem 0 13rem !important;
}
.header-img-col .fl-col-content {
	min-height: 30rem;
	margin-bottom: 1rem;
}
/*Hero Row*/
.hero-row .fl-row-content-wrap:after {
	background: rgba(194,213,237,0.5);
	background: -moz-linear-gradient(top, rgba(194,213,237,0.5) 0%, rgba(255,255,255,0.75) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,213,237,0.5)), color-stop(100%, rgba(255,255,255,0.75)));
	background: -webkit-linear-gradient(top, rgba(194,213,237,0.5) 0%, rgba(255,255,255,0.75) 100%);
	background: -o-linear-gradient(top, rgba(194,213,237,0.5) 0%, rgba(255,255,255,0.75) 100%);
	background: -ms-linear-gradient(top, rgba(194,213,237,0.5) 0%, rgba(255,255,255,0.75) 100%);
	background: linear-gradient(to bottom, rgba(194,213,237,0.5) 0%, rgba(255,255,255,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d5ed', endColorstr='#ffffff', GradientType=0 );
}
.hero-row .fl-row-content,.pop-row .fl-row-content {
	-webkit-box-shadow: inset 0px 0px 8rem 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 8rem 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 8rem 0px rgba(0,0,0,0.2);
}
.hero-wrap.flexin {
	width: 100%;
	flex-direction: column;
}
.hero-header {
	/* max-width: 898px; */
    width: 100% !important;
    padding: 0 32rem 0 15px;
    margin: 8rem auto;
    text-align: center;
	position: relative;
	z-index: 1;
}
img.cc-watermark {
	position: absolute;
    height: 30rem;
    right: 10rem;
    /* opacity: .8; */
	z-index: 0;
	top: 0;
}
.hero-header h2 {
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.hero-header h2.hh-pop {
	font-family:  'HurmeGeometricSans4-Bold', sans-serif !important;
	font-size:4.5rem;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-weight: 500;
}
.hero-header h2.hh-sub {
    font-size: 3.25rem;
    margin-bottom: 0;
    font-weight: 400;
    font-style: normal;
}
.hero-row .fl-col.hero-parent-col {padding: 0 6rem !important}
.hero-row .tile-col, .tile-row .tile-col {
	margin-bottom: 8rem;
	padding: 0 15px !important;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.hero-row .tile-col .fl-col-content,.btn-row .tile-col .fl-col-content {
	-webkit-box-shadow: 0px 0px 5rem 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5rem 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5rem 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.hero-row .tile-col .fl-col-content:hover, .btn-row .tile-col .fl-col-content:hover {
	-webkit-box-shadow: 0px 0px 10rem 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10rem 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10rem 0px rgba(0,0,0,0.4);
}
.btn-row a.tile-btn.flexin {
	font-family: 'HurmeGeometricSans4-Bold', sans-serif;
    position: relative;
    z-index: 2;
    height: 30rem;
    color: white !important;
    font-size: 3.5rem;
    padding: 3rem 4rem;
    text-align: center;
    line-height: 1.1em;
}
.btn-row a.tile-btn.flexin:after {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0);
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-row a.tile-btn.flexin:hover:after {
	background: rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
	.hero-header h2.hh-pop {font-size: 4rem}
	.hero-header h2.hh-sub {font-size: 3rem}
}
@media (max-width: 991px) {
	.hero-wrap.flexin {
		height: auto;
		padding: 0 30px;
	}
	.hero-header {margin: 50px 0;}
	.hero-row .fl-col.hero-parent-col {padding: 0 4rem !important;}
	.hero-header h2.hh-pop {font-size: 36px}
	.hero-header h2.hh-sub {font-size: 22px}
	.btn-row a.tile-btn.flexin {font-size: 25px;}
}
@media (max-width: 767px) {
	.hero-wrap.flexin {padding: 0 40px;}
	.hero-header {padding: 0;}
	.btn-row {margin: 0 0 30px !important;}
	.btn-row .fl-col {margin: 0 0 10px !important;}
	.btn-row a.tile-btn.flexin {
		font-size: 30px;
		height: 150px;
	}
	img.cc-watermark {
		height: auto;
		width: 24rem;
		margin-left: -12rem;
		left: 50%;
		right: 0;
	}
}
/*====================
	Homepage
====================*/
.gray-row {
	background: #f4f4f4;
	padding:0;
}
.split-row .fl-col {padding: 0 !important;}
.split-row .split-text {
	padding: 12rem 10rem 10rem;
	position: relative;
}
.split-row .split-text:after,.split-row .split-text:before {
	content: '';
	position: absolute;
	left: 10rem;
	width: 40%;
	height: 4px;
	background: #8e2a2a;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.split-row .split-text:before {top: 8rem;}
.split-row .split-text:after {bottom: 8rem;}

.mt-auto {margin-top: auto;}
.icon-pod.flexin {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.icon-pod svg {
	height: 4.5rem;
	width: 4.5rem;
	margin-right:2rem;
	fill: #8E2A2A;
}
.split-col-img.fl-col {
	min-height: 60rem;
	position: relative;
}
.split-row .fl-row-content-wrap {
	position: relative;
}
.split-row .fl-row-content-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.75);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.pop-row .fl-row-content-wrap .fl-row-content {padding: 0 6rem 2rem !important}
.pop-row .fl-col {padding: 0 !important}
.pop-row .fl-col .fl-col-content {
	padding: 4rem 3rem 2rem;
	background: white;
	margin: 0 2rem 4rem;
	font-size: 18px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 4rem 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4rem 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4rem 0px rgba(0,0,0,0.1);
	text-align: center !important;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	top: 0;
}
.pop-row .fl-col .fl-col-content:hover {
	position: relative;
	-webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
	-webkit-box-shadow: 0px 0px 6rem 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 6rem 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 6rem 0px rgba(0,0,0,0.25);
}
.pop-row .fl-col .fl-col-content h3 {
	font-family: 'athelas', sans-serif;
	position: relative;
	font-size: 2.5rem !important;
	margin-bottom: 2.5rem !important;
	padding-bottom: 2.5rem !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 1em;
	text-align: center !important;
	color: #8e2a2a;
}
.pop-row .fl-col .fl-col-content h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 4px;
	background: #8e2a2a;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.pop-row .fl-col .fl-col-content:hover h3:after {
	
}
.pop-row .fl-col.no-pop .fl-col-content {
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow:none !important;
}
.pop-row .fl-col.pop-col .fl-col-content {background: #8E2A2A;}
svg.sn-icons {
	height: 7.5rem;
	width: 7.5rem;
	margin: 0 auto 1.5rem;
	fill:black;
}
.pop-row .fl-col.pop-col svg.sn-icons {fill:white}
.qs-icon-group {
	margin: 0 auto;
    max-width: 75%;
}
.work-with-wrap .fl-col h3 {
	font-family:  'HurmeGeometricSans4-Bold', sans-serif !important;
}
/*Interior Pages*/
.tile-icons.flexin {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.split-text {
		text-align: center;
		margin-bottom: 10px;
	}
	.icon-pod.flexin {
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.split-col-img {
		min-height: 300px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.elementor-column.elementor-element-937cee5 {
		background-color: #fff !im;  /* Set your desired background color */
	}
	
}

/*====================
	Interior Pages
====================*/
body.page-template-default .entry-header {margin-bottom: 4rem;}
.product-callout {margin-bottom: 4rem}
.product-callout .fl-photo-content {max-width: 25rem;}

.team-row .fl-col {
	padding: 0 10px !important;
}
.team-row .team-pic img {
	max-width: 225px !important;
	min-width: 225px !important;
    height: auto;
    -moz-border-radius:15px !important;
    -webkit-border-radius:15px !important;
	border-radius:15px !important;
}
.team-row .team-description {
	margin-bottom: 3rem;
    padding: 0 20px;
}
.team-row .team-description h4 {
	margin-bottom: 5px;
	letter-spacing: .02em;
}

.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] {box-shadow: none !important}
@media (max-width: 767px) {
	.product-callout .fl-photo-content {max-width: 30rem;}
}
/*====================
	Footer
====================*/
/*Footer Header*/
.footer-gap {margin-bottom: 10px;}
footer.flexin {
	background:white;
	font-size: 16px;
    line-height: 1.5em;
	font-weight: 400;
	color: rgba(0,0,0,.75);
	position: relative;
	flex-direction:column;
	-webkit-flex-direction:column;
	width: 100%;
	font-family: 'athelas', sans-serif;
}
footer .container .row {
	margin: 0;
    border-top: 2px solid #e0e0e0;
}
body.page-template-fullwidthpage footer .container.footer-container .row {border: none} 
.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;
	padding: 0 20px 0 0;
}
footer.site-footer h3 {
	font-family: 'HurmeGeometricSans4-Bold', sans-serif;
	color: #323E48 !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 5px;
    width: 100%;
}
footer.site-footer a {color: rgba(0,0,0,.75);}
footer.site-footer a:hover {color: black;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 10px 0}

.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:#808080 !important}
#mavidea-logo-xs-sm {
	width:auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
}
#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 .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 {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: 55px;
		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;}
}
.footer-gap span a.large-text {
	font-size: 12 !important;
}
/*====================
	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;
	text-transform: uppercase;
}
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:#323E48}
.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;}
body.single p {
    font-family: 'athelas', serif;
}
/*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;
	border-top: 3px solid #90292B;
	padding: 5px;
}
.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: 'HurmeGeometricSans4-SemiBold', sans-serif;
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: normal;
    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 {}
/*====================
	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.page-template-fullwidthpage .container-fluid .fl-row.fw-row .fl-row-content-wrap {padding: 0;}
.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 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-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*/
.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: 500;} */
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 {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:8rem 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:.7;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;}
	.fl-col { width: 100% !important; /*ie fix*/}
}

/* ====================
MemberMouse Page Template Changes/Overrides 
===================== */
body.page-template-mm-page-template h1.entry-title {
    text-align: left;
    padding: 0 !important;
}

body.page-template-mm-page-template h1.entry-title::after {
    display: none;
}

.mm-page.logo-wrap.flexin {display: none}

body.page-template-mm-page-template .mm-page.logo-wrap.flexin {display: flex !important}

body.page-template-mm-page-template .logo-wrap.flexin {display: none !important}

body.page-template-mm-page-template .logo-primary {
	width: 26rem;
}

body.page-template-mm-page-template .header-contact-wrap.header-col.flexin {display: none;}

.flexin.mm-menu-structure, body.page-template-mm-page-template .flexin.primary-menu-structure {display: none !important}

body.page-template-mm-page-template .flexin.mm-menu-structure {display: flex !important;}

/* General */
body.page-template-mm-page-template header.entry-header {
    display: none;
}
.page-template-mm-page-template .container-fluid, .page-template-mm-page-template .container-fluid .row {
    padding: 0;
    margin: 0;
}
.page-template-mm-page-template h1 {text-transform: capitalize;}

.page-template-mm-page-template .fl-row-content-wrap {
    padding: 0 20px;
}

/* Header */

/* Internal Content */
.page-template-mm-page-template .chunked-content {
	border-top: 2px solid #8E2A2A;
	-webkit-box-shadow: 0px 0px 3rem 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 3rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3rem 0px rgb(0 0 0 / 25%);
	background: #f6f6f6;
}

.mm-forms-styling .mm-field, .mm-textField {
	width: 88% !important;
	border: 2px solid #cecece;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 20px;
}
/* Button styling check the btn-primary rule set. Button class name is mm-button */
.custom .mm-button {
	width: 88%;
	text-align: center;
}

.custom .mm-resetpassword .mm-button {
	width: auto;
}

.custom .mm-formField label {
	width: 100%;
}
.custom-confirm p strong {
    width: 140px !important;
    display: inline-block;
}
.custom-confirm p {
    margin-bottom: 1rem;
}
.custom select {
	background: white;
	border: 1px solid #cecece;
	font-size: 15px;
	padding: 10px;
	margin: 2px;
	border-radius: 5px;
}
.custom .mm-productDesc {
    font-size: 18px;
    line-height: 1.4;
}
.mm-myaccount-module-header {
	display: flex;
	justify-content: space-between;
	padding: 20px !important;
	align-items: center;
}
.mm-myaccount-module-header h4 {
    margin-right: auto;
    margin-bottom: 0;
}
.mm-myaccount-module-header i {
    font-size: 2rem !important;
	margin-right: 5px;
    height: auto;
}
.mm-update-button.btn-primary {
    margin-bottom: 0 !important;
    font-size: 15px !important;
}
.custom .mm-myaccount-label {
    font-weight: bold;
    font-family: sans-serif !important;
    width: 140px !important;
    display: inline-block;
}
.custom .mm-myaccount-element {
	padding: 3px;
}
#mm_custom_field_3.check-box {
    width: auto !important;
}
.mm-termssection a {
	-webkit-box-shadow: 0 2px 0 #8E2A2A;
	-moz-box-shadow: 0 2px 0 #8E2A2A;
	box-shadow: 0 2px 0 #8E2A2A;
	font-style: italic;
}
p.checkout-security {
    font-family: sans-serif;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.checkout-security svg {
    width: 12px;
    display: inline;
    margin-right: 5px;
}
.checkout-security svg path {
    fill: #690;
}
form#mm_checkout_form .mm-button {
    margin-bottom: 0 !important;
}
form#form_cancellation-survey * {
    font-style: normal;
}

@media(max-width: 991px) {
	.custom #mm-billing-shipping-info-section {
		flex-direction: column;
		display: flex;
	}
	.custom .mm-myaccount-block {width: 100%;}
}


/* Footer */
body.page-template-mm-page-template .footer-links, body.page-template-mm-page-template .footer-services, body.page-template-mm-page-template footer .social-media-wrap {display: none;}

.mm-logos {display: none;}

body.page-template-mm-page-template .mm-logos {display: flex;}

.mm-show, body.page-template-mm-page-template .main-email {display:none}

body.page-template-mm-page-template .mm-show {display: inline-block}

.mm-logos img {
	height: auto;
    width: 12rem;
}