@charset "UTF-8";
/*   
Theme Name: Mavidea Supa Theme
Theme URI: 
Description: Mavidea WP Supa Theme
Author: Mavidea
Author URI: http://www.mavidea.com/
Template: thematic
Version: 1.9
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
*/
/************ TYPE ************/
html,body {
	font-family:'Roboto', sans-serif;
	color:#202020;
	font-size:18px;
	line-height:1.5em;
	font-weight:400;
}
h1,.h1 {font-family:'Oswald',sans-serif;
	font-size:50px;
	font-weight:700;
	letter-spacing:.05em;
	text-transform: uppercase;
	color:#1825aa;
	line-height: 1em;
}
h2,.h2 {font-family:'Oswald',serif;
	font-size:40px;
	font-weight:700;
	letter-spacing:.05em;
	text-transform: uppercase;
	color:#101010;
	line-height: 1em;
	padding-bottom: 20px !important;
}	
h3,.h3 {font-family:'Oswald',serif;
	font-size:30px;
	font-weight:700;
	letter-spacing:.05em;
	text-transform: uppercase;
	color:#202020;
	line-height: 1em;
}
h4,.h4 {font-family:'Roboto',sans-serif;
	font-size: 25px;
	font-weight:700;
	color:#404040;
	line-height: 1.2em;
}
h5,h6,.h5,.h6 {font-family:'Roboto',sans-serif}
h1.entry-title, .page-title {margin-bottom:30px !important; position: relative;text-align: center;padding-bottom: 20px !important}
h1.entry-title:after, .page-title:after {
	content: '';
	height: 8px;
	width: 100px;
	background-color:#a0a0a0;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}
@media (max-width: 991px) {
	html,body {font-size: 16px;}
}
/************ LINK STYLES ************/
a,a:link, a:visited {color:#1825aa; font-style: normal; text-decoration: none;}
a:hover { color: #101E8E; text-decoration: underline;}
a:active { color: #1825aa;}
/************ LAYOUT ************/
body.page-template-template-page-fullwidth .fl-row {margin: 0 60px 40px;}
.mb-0 {margin-bottom: 0 !important;}
.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;
}
.circle-img img {    
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
}
.cap-it h3,.cap-it h4,.footer-container h3,span.cap-it {
	font-family:'Oswald',sans-serif;
	padding: 0 0 5px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 700;
}
body.home .fl-callout span.cap-it {font-size: 14px}
blockquote {
    padding:5px 15px !important;
    font-size: 18px !important;
	font-style: normal !important;
    color: #202020 !important;
    line-height: 1.5em !important;
    border-left: 8px solid #606060 !important;
    margin: 0 20px 20px 20px !important;
}
blockquote span.cap-it {font-style: normal !important;font-size: 16px !important;color: #404040}
.fl-separator {margin: 20px 0 40px 0 !important;border-top: 1px solid #e0e0e0 !important;}
.fl-module-photo {margin-bottom: 20px}
.max-img {max-width: 75%;margin: 0 auto;}
.large-text {font-size: 22px;line-height: 1.5em;}
.large-text h2 {font-size: 30px;}
.fl-accordion-medium .fl-accordion-content {padding-bottom: 0;}
.visible-mobile {visibility:hidden;display:none !important}
@media (max-width: 1199px) {
	body.page-template-template-page-fullwidth .fl-row {margin: 0 40px 30px;}
}
@media (max-width: 991px) {
	body.page-template-template-page-fullwidth .fl-row {margin: 0 30px 20px;}
}
@media (max-width: 767px) {
	body.page-template-template-page-fullwidth .fl-row {margin: 0 20px 20px;}
	.large-text {font-size: 18px;}
	.fl-col { width: 100% !important}
}
/************ HEADER  ************/
.header-wrapper {
	background-color:#181818;
	width: 100%;
	padding:15px 30px 0;
	background-image: url(/wp-content/themes/MavideaSupaTheme/images/slagel-metal-texture.png);
    background-size: contain;
    background-repeat: repeat;
	position: relative;
	z-index: 100;
}
body.home .header-wrapper {background-image: none;background-color: transparent}
.header-container.flexin {
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.nav-wrap.flexin {
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
#top-bar.flexin,#nav-wrap.flexin {
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
/*TOP BAR*/
#top-bar {
	background-color:#282828;
	padding-left: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
.top-bar-links a {
	color:#c0c0c0;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
}
a.header-cta {
	background-color:#1825aa;
	margin-right: 10px;
	padding: 0 15px;
	text-decoration: none !important;
}
a.header-cta:hover {background-color:#DD5F9E}
.header-cta-links a,a.cta-links {
	font-family:'Oswald',sans-serif;
	color:white !important;
	background-color:#1825aa;
	font-size: 16px;
	font-weight:700;
	letter-spacing:.05em;
	text-transform: uppercase;
	padding:0 20px;
	text-decoration: none;
	height: 40px;
    line-height: 38px;
	display: inline-block;
	padding-top: 1px;
}
.header-cta-links a {margin-left: 10px;}
.header-cta-links a:hover,a.cta-links:hover {text-decoration: none !important;background-color:#101e8e}
.header-phone-wrap {margin-right:5px;}
.header-phone-number {
	font-size: 16px;
	letter-spacing: .025em;
	font-weight: 400;
	border-right: 1px solid #404040;
    padding-right: 15px;
}
.header-phone-number a {color:#f0f0f0;}
svg.phone-icon {height: 32px;width: 32px;display:block}
a.phone-link,.header-phone-number a,.header-phone-number a:hover {cursor: default;text-decoration: none !important}
.social-icon-bg-none,.phone-icon-bg {fill:transparent}
.phone-fill {fill:#FFF}
/*MAIN NAV*/
.logo-area {margin-bottom: 15px}
.logo-primary {
	display: inline-block;
	height: 80px;
	width: 178px;
}
.header-info {font-size: 18px;}
@media (max-width: 991px) {
	.header-wrapper {padding: 15px 20px 0;}
	.header-info {font-size: 15px;}
	.top-bar-links a {line-height: 35px;}
	.top-bar-links a {padding: 0 6px;}
	.top-bar-links a,.header-phone-number,.header-cta-links a {font-size: 14px;}
	.header-cta-links a {line-height: 35px;height: 35px;}
	.header-cta-links a {padding: 0 10px;}
	.logo-primary {height: 65px;width: 144px;}
	.header-phone-number {padding-right: 10px;}
}
@media (max-width: 767px) {
	.header-wrapper {padding: 10px 0 0;}
	.header-info {float: none; margin-left:0; text-align: center;}
	.logo-area {margin-bottom: 0}
}
/************ PRIMARY 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;max-width:200px}.sf-menu ul li{width:auto;}.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}
#access {
	font-family:'Oswald',sans-serif;
	display: block;
	margin-right: auto;
}
.sf-menu a {
  	color: #d0d0d0;
  	font-size: 20px;
  	font-weight:700;
  	font-style:normal;
	text-transform: uppercase;
  	padding-left:40px;
	line-height: 60px;
	letter-spacing: .05em;
  	float: none;
  	text-align: left;
  	text-decoration: none;
}
.sf-menu a:hover,.sf-menu li.menu-item a:hover {color:#FFF;}
/*2nd level*/
.sf-menu ul.sub-menu {border-top: 5px solid #FD6CB5;background:#fff;padding-top:1px;}
.sf-menu ul {left:10px !important}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:60px}
.sf-menu ul a,.sf-menu ul li.menu-item a {
	font-family:'Roboto',sans-serif;
	color: #101010 !important;
	background-color:#FFF;
	line-height: 1.3em;
	padding: 12px 10px 12px 20px !important;
	font-size:15px !important;
	font-weight: inherit;
	display: block;
}
.sf-menu ul a:hover, .sf-menu ul li.menu-item a:hover {background: #FFEDF6;}
@media (max-width: 1199px) {
	.header-info {font-size: 18px}
	.sf-menu a {padding-left: 30px;font-size: 18px}
}
@media (max-width: 991px) {
	.sf-menu a {font-size: 15px;padding-left: 15px;line-height: 45px;}
}
@media (max-width: 767px) {
	.header-container.flexin {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items:center
	}
	.sf-menu ul {left:-10px !important}
	.sf-menu a {font-size:14px;padding: 0 7px}
	.sf-menu li:hover ul,.sf-menu li.sfHover ul {top:50px}
}
/************ HOMEPAGE ************/
body.page-template-template-page-fullwidth .fl-row.hero-row {margin-top:75px;margin-bottom: 15px;}
.hero-content.flexin {
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100% /*IE FIX*/
}
h2.hero-header {
	font-size: 80px;
	padding-bottom: 25px;
	text-align: center;
	color: white;
	width: 100% /*IE FIX*/
}
body.home .fl-callout {
    background-color:#101010;
    color: #c0c0c0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
	margin-bottom: 60px;
	position: relative;
	z-index: 100;
}
body.home .left-col-border .fl-callout:before,body.home .right-col-border .fl-callout:before {
	content: '';
	position: absolute;
	top: 50px;
	width:40px;
	height:2px;
	background-color: #FFF;
	z-index: 0;
}
body.home .left-col-border .fl-callout:before {margin-right:-40px;right: 0;}
body.home .right-col-border .fl-callout:before {margin-left:-40px;left: 0;}
body.home .fl-callout-title,body.home .fl-callout-text-wrap {padding: 0 30px 30px}
body.home .fl-callout-photo {padding-bottom: 30px;}
body.home a.fl-callout-title-link {color:#d0d0d0}
body.home a.fl-callout-title-link:hover {color:white}
body.home .fl-callout-photo-above-title .fl-photo {margin-bottom: 0}
.testimonial-callout .fl-callout-title {display: none}

.feature-logo .fl-callout-photo img {max-width: 150px !important;}
.feature-logo .fl-callout-photo-above-title .fl-photo {margin-bottom: 0;padding-top: 30px;}

body.home .left-col-border {border-right:1px solid #FFF;padding-top: 170px}
body.home .right-col-border {border-left:1px solid #FFF;margin-left: -1px;padding-top: 75px}

.testimonial-home-row .quote-col {position: relative}
.split-testimonial-content {padding: 90px 70px;}
svg.quote-icon, svg.quote-icon-2 {
	display: block;
	height: 40px;
	width: 50px;
	position: absolute;
}
svg.quote-icon {
	top: 25px;
	left:25px;
}
svg.quote-icon-2 {
	bottom: 25px;
	right: 25px;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.testimonial-home-row .max-img img {max-width: 200px;margin-left: -40px;}
@media (max-width: 1199px) {
	h2.hero-header {font-size: 70px;}
	body.home .fl-callout {margin-bottom: 50px;}
	.split-testimonial-content {padding: 70px 50px;}
	svg.quote-icon, svg.quote-icon-2 {height: 30px;width: 38px;}
}
@media (max-width: 991px) {
	body.home .left-col-border {padding-top: 150px}
	body.home .right-col-border {padding-top:50px}
	h2.hero-header {font-size: 60px;}
	body.home .fl-callout {margin-bottom: 40px;}
	body.home .fl-callout-title,body.home .fl-callout-text-wrap {padding: 0 10px 10px}
	body.home .fl-callout-photo {padding-bottom: 20px;}
	.split-testimonial-content {padding: 50px 30px;}
	svg.quote-icon, svg.quote-icon-2 {height: 20px;width: 25px;}
}
@media (max-width: 767px) {
	.hero-content {margin-bottom: 40px;}
	body.home .left-col-border,body.home .right-col-border {padding-top:0;border: none}
	h2.hero-header {font-size: 40px;}
	body.page-template-template-page-fullwidth .fl-row.hero-row {margin-top:50px;}
	body.home .fl-callout {margin-bottom: 25px;}
	body.home .left-col-border .fl-callout:before,body.home .right-col-border .fl-callout:before {content: none}
	.feature-logo .fl-callout-photo img {max-width: 100px !important;}
	.col-height {min-height: 200px;}
}
/************ INSIDE PAGES ************/
.title-row {
	background: #1824aa;
	padding: 30px 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
	position: relative;
}

.fw-page-title { overflow: hidden; position: relative;}
.fw-page-title .fl-module-content { padding: 0 60px !important; }
.fw-page-title .fl-module-content:before {
	content: '';
	position: absolute;
	height: 1px;
	width:10000px;
	background-color: rgba(255,255,255,.75);
	left:-200px;
	top: 27px;
	z-index: 0;
}
.fw-page-title h1.fl-heading {
	color: #FFF !important;
	padding: 0 20px !important;
	margin-left: -20px !important;
	position: relative;
	overflow: hidden;
	display: inline;
	line-height: 1.1em;
	z-index: 10;
	background: #1824aa;
}

.fw-page-title .fl-heading-text {position: relative}
.testimonial-row {background-color: #f0f0f0;padding-right: 20px;}
.testimonial-row blockquote {
	margin: 0 !important;
	border-left: 12px solid #a0a0a0 !important;
	padding:40px 0 40px 30px !important;
}
.team-row .fl-photo img {    
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
}
.team-row .fl-photo {position: relative;}
.team-row .fl-photo:before {
	content: '';
	position: absolute;
	height: 1px;
	width:200px;
	overflow: hidden;
	background-color: rgba(0,0,0,.25);
	left:-100px;
	top: 50%;
}
@media (max-width: 1199px) {
	.testimonial-row blockquote {padding:30px 0 30px 25px !important;}
	.fw-page-title .fl-module-content {padding: 0 40px !important}
}
@media (max-width: 991px) {
	.testimonial-row blockquote {padding:25px 0 25px 20px !important;}
	.fw-page-title .fl-module-content {padding: 0 30px !important}
}
@media (max-width: 767px) {
	.testimonial-row blockquote {padding:20px !important;}
	.testimonial-row {padding-right: 0;}
	.fw-page-title .fl-module-content {text-align: center !important;display: block;}
	.team-row { overflow: hidden;}
	.team-row .fl-photo img {    
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		max-width: 50%;
		margin:0 auto;
	}
	.team-row .fl-photo:before {
		width:1000px;
		background-color: rgba(0,0,0,.25);
		top: 50%;
		overflow: hidden;
	}
	.team-row .fl-photo-align-center {text-align: left;}
}
/************ FULL WIDTH CONTACT ROW ************/
.fw-contact-row {
	background: #1825aa;
	color: rgba(255,255,255,.9);
	padding: 60px 0;
	margin: 0;
}
.fw-contact-row {color: #FFF;}
.fw-contact-row .fl-col-content {max-width: 900px;margin: 0 auto}
.fw-contact-row h2 {color: rgba(255,255,255,.75);font-size: 45px; padding-bottom: 20px;padding-top:0;font-weight: 700;}
.fw-contact-row a.btn-alt, .fw-contact-row p {margin-bottom: 0 !important}
@media (max-width: 1199px) {
	.fw-contact-row {padding: 50px;}
	.fw-contact-row h2 {font-size: 40px;}
}
@media (max-width: 991px) {
	.fw-contact-row {padding: 40px;}
	.fw-contact-row h2 {font-size: 35px;}
}
@media (max-width: 767px) {
	.fw-contact-row {padding: 30px;}
	.fw-contact-row {padding: 30px 0 35px 0;}
	.fw-contact-row h2 {font-size: 30px;}
}
/************ FOOTER  ************/
#footer-wrap {width: 100%;}
#footer-content-wrap.flexin,#footer-bar-wrap.flexin {
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.footer-container {background-color:#f0f0f0;color:#606060;font-size: 16px;padding:60px;}
.footer-gap {margin-bottom: 10px;}
.footer-container p {margin-bottom: 10px;}
.footer-container h3 {
	color:#606060;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
#footer-right {max-width: 400px;padding-left: 20px;}
.footer-container a {color: #606060;text-decoration: none !important; transition: none !important}
.footer-container a:hover {color:black}

.scroll-icon {height: 60px;width: 60px;display: inline-block;float: right}
.scroll-icon-color{fill:#606060;transition:fill .2s ease-in-out;-moz-transition:fill.2s ease-in-out;-webkit-transition:fill .2s ease-in-out;}
a.scrollup:hover .scroll-icon-color {fill:#000;}

.footer-bar-container {background-color: #f0f0f0;padding:0 60px 40px;}
.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;text-decoration: none;text-align: left}
@media (max-width: 1199px) {
	.footer-container {padding:50px;}
	.scroll-icon {height: 50px;width: 50px;}
	.footer-bar-container {padding:0 50px 40px;}
}
@media (max-width: 991px) {
	.footer-container {font-size: 16px;padding:40px;}
	.scroll-icon {height: 40px;width: 40px;}
	.footer-container h3 {font-size: 18px;}
	.footer-bar-container {padding:0 40px 30px;}
	#footer-right {max-width: 300px}
}
@media (max-width: 767px) {
	#footer-content-wrap.flexin,#footer-bar-wrap.flexin,#mavidea-logo-xs-sm.flexin {
		-webkit-flex-direction:column;
		flex-direction:column;
		align-items: center;
		-webkit-align-items: center;
	}
	.footer-container {padding:40px 20px 20px;}
	.scroll-icon {text-align: center;float: none;margin-top: 20px}
	#footer-right {padding-left:0;max-width: 400px}
	.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 {text-align: center}
}
/************ BUTTONS  ************/
a.btn-primary,.btn,.btn-default,.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited,a.btn-alt {
	font-family:'Oswald',sans-serif;
	color:white !important;
	border:none !important;
	background-color:#1825aa !important;
	font-size: 20px !important;
	line-height:1em !important;
	letter-spacing:.05em !important;
	font-weight:700;
	text-transform: uppercase;
	padding:12px 24px !important;
	margin-bottom: 20px !important;
	display: inline-block;
	-moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.btn:hover,.btn-default:hover,a.btn-primary:hover,.fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:hover {
	background-color: #101E8E !important;
}
a.btn-alt {
	color: #f0f0f0 !important;
	background-color:transparent !important;
	border: 2px solid rgba(255,255,255,.75) !important;
	margin: 0 5px !important;
}
a.btn-alt:hover {background-color:rgba(255,255,255,.1) !important;border: 2px solid rgba(255,255,255,1) !important;color: #FFF !important}
.fl-builder-content a.fl-button .fl-button-text,.fl-builder-content a.fl-button:hover .fl-button-text {color:#FFF}
@media (max-width: 767px) {
	.fl-module-button .fl-button-left {text-align:  left !important}	
}
/************ SOCIAL MEDIA ************/
.social-media-wrap {margin-left:auto;height:35px;}
.social-icon,.social-icon svg{height:35px;width:35px;display:inline-block;}
.social-icon-bg {fill:#282828}
.header-container .social-icon-fill {fill:#c0c0c0}
a.facebook:hover .social-icon-fill,a.linkedin:hover .social-icon-fill,a.google-plus:hover .social-icon-fill {fill:#FFF}
.social-icon-fill {fill:#FFF}
.social-icon-fill-light {fill:#d0d0d0}
@media (max-width: 991px) {
	.social-media-wrap {height:25px;}
	.social-icon,.social-icon svg {height:25px;width:25px;}
}
/************ OVERRIDES ************/
.fl-module-testimonials .fl-testimonials-wrap { padding: 0 !important}
.fl-module-testimonials .fl-testimonials-wrap h3 { display: none}
/************ MEDIA QUERIES ************/
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	
}