/* Custom CSS
------------------------------------------------------------ */
/*-------------------*/
/*-------BODY--------*/
/*-------------------*/

* {
	box-sizing: border-box;
}

.row-slider-dot,
.row-slider-nav {
	display: none !important;
}

/*-------------------*/
/*-------color-swatch--------*/
/*-------------------*/

.color-swatch-row {
	background: #f5f5f5;
}

.color-swatch {
	padding: 40px 15px !important;
	margin-bottom: 0px;
	border-radius: 5px;
}

.color-swatch p {
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
}

.color-swatch.gray {
	background: #939895;
}

.color-swatch.beige {
	background: #D2BB96;
}

.color-swatch.blue {
	background: #225AB7;
}

.color-swatch.black {
	background: #202322;
}

.color-swatch.dark-blue {
	background: #064B95;
}

.color-swatch.green {
	background: #244F56;
}

.color-swatch.red {
	background: #C52511;
}


/*-------STORE--------*/
 
.ecwid-shopping-cart .page-title {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
}
 
  .ecwid-shopping-cart-search {
  	padding-top: 10px;
  }
 
 #dynamic-ec-store,
 .ecwid-shopping-cart-categories,
 .ecwid-shopping-cart-search{
	max-width: 1300px !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}

/*-------------------------*/
/*-------PRE-HEADER--------*/
/*-------------------------*/

.pre-header-wrap {
	background: #005288 !important;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pre-header-inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

.pre-header-inner a {
	transition: .3s !important;
	font-weight: 300 !important;
}

.pre-header-inner a:hover {
	color: #2188c9 !important;
	text-decoration: none;
}

.pre-header-inner .left-column a {
	color: #fff;
	font-weight: 700;
	margin: 5px;
	font-size: 14px;
}

.pre-header-inner .left-column a:hover {
	text-decoration: none;
}

.pre-header-inner .right-column a {
	color: #fff;
	font-weight: 300;
}

.pre-header-inner .left-column {
	display: inline-block;
}


.pre-header-inner .left-column i {
	margin-right: 5px;
}

.home .pre-header-inner .right-column,
.pre-header-inner .right-column{
	float: right;
}

.pre-header-inner .right-column {
	display: inline-block;
}

.pre-header-inner .right-column i {
	font-size: 16px;
	margin: 5px;
}

/*-------------------*/
/*------HEADER-------*/
/*-------------------*/


.site-header {
	border-bottom: 5px solid #F4661D;
}

.site-header > .wrap {
	display: flex;
	justify-content: space-between;
}

.header-image .site-header .wrap .title-area {
	background-size: contain;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
}


/*-------------------*/
/*---HEADER WIDGET---*/
/*-------------------*/


div.widget-area.header-widget-area {
	padding-top: 32px;
	padding-left: 25px;
	display: flex;
	float: none;
}

.site-header .widget-area {
	width: auto !important;
	text-align: center;
}

.site-header .widget-area .menu {
	width:auto;
}


/*-------------------*/
/*--------NAV--------*/
/*-------------------*/


.nav-primary {
	
}

.nav-header > ul > li > a {
	color: #333 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 10px 10px !important;
	font-family: 'Open Sans', sans-serif !important;
}

.nav-header .sub-menu > li > a  {
	font-family: 'Open Sans', sans-serif !important; 
}

.nav-header > ul > li > a:hover,
.nav-header > ul > .current-menu-item > a{
	box-shadow: 0 -3px 0 #2ea3f2 inset ;
	color: #2ea3f2 !important;
}

.menu-cta {
	margin-right: 20px;
}

.menu-cta i {
	margin-right: 4px;
}

.menu-cta ul > li > a {
	border-radius: 50px;
	background: #F4661D !important;
	padding: 11px 25px 10px 25px  !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #fff !important;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 13px;
	text-align: center !important;
}

.menu-cta ul > li > a:hover,
.menu-cta ul > .current-menu-item > a {
	background: #005288 !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none;
}

.menu-cta p {
	font-size: 10px;
	margin-top: 10px;
}

.main-menu {
	text-align: left;
}


/*-------------------*/
/*------CONTENT------*/
/*-------------------*/

.heroImg {
	padding-top: 125px !important;
	padding-bottom: 100px !important;
}

.miniHero {
	padding-top: 100px !important;
	padding-bottom: 90px !important;
}

.miniHeroAlt {
	padding-top: 125px !important;
	padding-bottom: 115px !important;
}

.heroImg h1,
.miniHero h1,
.miniHeroAlt h1 {
	font-size: 60px !important;
	font-weight: 900 !important;
	text-shadow: 0 0 10px rgba(0,0,0,.7);
}

.miniHero h1,
.miniHeroAlt h1 {
	font-size: 50px !important;
}

.miniHero h4 {
		text-shadow: 0 0 5px rgba(0,0,0,.7);

}

.heroImg p,
.miniHero p,
.miniHeroAlt p,
.miniHero li {
	font-size: 20px;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
}

.single .entry-header {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100% !important;
	border-bottom: 1px solid #eee;
}

.single .entry-header .entry-title {
	width: 100% !important;
	margin: 0 auto !important;
	max-width: 1300px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

.bigTitle h2 {
	font-size: 50px !important;
}

.imgCta {
	text-align: center;
}

.ctaContent {
	padding: 120px 60px !important;
}

.ctaContent h3,
.ctaContent p {
	text-shadow: 0 0 5px #000;
}

.ctaContent p {
	margin-bottom: 0;
}

.ctaLink {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.checkList li {
	list-style-type: none !important;
	margin-left: 0 !important;
	font-size: 22px !important;
	font-weight: 500;
	padding: 3px 10px !important;
}

.checkList li:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.dowloadColumn {
	padding: 40px 20px 50px 20px !important;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 5px;
	margin-bottom: 30px;
}

.dowloadColumn h4 {
	font-size: 20px !important;
	margin-bottom: 15px !important;
}

.dealerRow p {
	font-size: 16px;
}

.themify_image_title {
	font-weight: bold !important;
	font-family: 'Open Sans';
	font-size: 20px;
}

.gallery-caption {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText h6,
.whiteText p,
.whiteText li,
.whiteText i,
.whiteText a,
.whiteText .gform_body label {
	color: #fff !important;
}

/*-------SLIDER--------*/


.module.module-testimonial-slider {
	margin-bottom: 0;
}

.module.module-testimonial-slider ul li {
	list-style-type: none;
}


/*-------------------*/
/*------BUTTONS------*/
/*-------------------*/

.module.module-buttons,
.module.module-buttons a,
.module-buttons-item {
	width: 100%;
	max-width: 250px;
	text-align: center;
	justify-content: center;
}

.center.module.module-buttons,
.center.module.module-buttons a,
.center.module-buttons-item {
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.right.module.module-buttons,
.right.module.module-buttons a,
.right.module-buttons-item {
	margin-left: auto;
}

.module.module-buttons a {
	background: #F4661D !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 300;
}

.module.module-buttons a:hover {
	background: #005288 !important;
	color: #fff !important;
}


/*-------------------*/
/*------SIDEBAR------*/
/*-------------------*/


.sidebar {
	
}

/*-------------------*/
/*-------POSTS-------*/
/*-------------------*/


.module.module-posts .post {
	
}

/*-------------------*/
/*------FOOTER-------*/
/*-------------------*/

.footer-social {
	margin-bottom: 15px;
}

.footer-social a {
	width: 50px;
	height: 50px;
	line-height: 52px;
	border-radius: 100%;
	color: #fff !important;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	font-size: 22px;
	background: #005288;
	text-align: center;
}

.footer-social a:hover {
	background: #F4661D;
	color: #fff !important;
}


.full-width-content #ez-fat-footer-container {
	max-width: 1300px;
	padding-left: 5%;
	padding-right: 5%;
}


.site-footer .wrap {
	max-width: 1300px !important;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}


.site-footer p {
	font-size: 1.5rem !important;
}

.footer-copyright {
	float: left !important;
}

.footer-text {
	float: right !important;
}


/*-------------------*/
/*-----FULL WIDTH----*/
/*-------------------*/


.full-width-content .site-inner {
	padding: 0 !important;
}

.full-width-content .site-inner, 
.full-width-content .content-sidebar-wrap, 
.full-width-content main.content {
	width: 100% !important;
	max-width: 100% !important;
}

.full-width-content main.content {
	padding: 0 0 0 0 !important;
}

.row_inner {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto;
}

.full-width-content .site-header .wrap {
	width: 100% !important;
	max-width: 1500px;
}

.full-width-content .site-header .wrap,
.constrainInner .row_inner,
.centerColumn .row_inner,
.constrainInnerAlt .row_inner,
.centerColumnAlt .row_inner,
.woocommerce-page .content-sidebar-wrap,
.single .site-inner,
.error404 .site-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}

.constrainInner .row_inner,
.centerColumn .row_inner {
	padding-top: 35px;
	padding-bottom: 35px;
}

.constrainInner .row_inner {
	max-width: 1300px !important;
}

.centerColumn .row_inner {
	max-width: 1000px !important;
}

.constrainInnerAlt .row_inner {
	max-width: 1300px !important;
}

.centerColumnAlt .row_inner {
	max-width: 1000px !important;
}


.woocommerce-page .content-sidebar-wrap,
.single .site-inner,
.error404 .site-inner {
	width: 100%;
	max-width: 1300px !important;
} 


/*-------------------*/
/*-------FORMS-------*/
/*-------------------*/

.gform_body input,
.gform_wrapper textarea,
.woocommerce .input-text  {
	background: #fff !important;
	border: 1px solid #ddd;
	font-size: 1em; 
}

.gform_body input {
	border-radius: 50px;
	padding: 10px 15px !important;
}
.gform_wrapper textarea {
	border-radius: 15px;
}

.ginput_container_name input {
	margin-bottom: 0 !important;
}

.gform_body .ginput_container,
.gform_body input {
	margin-top: 0 !important;
}

.gform_body .gfield {
	margin-top: 0 !important;
	margin-bottom: 15px;
	
}

.gform_button {
	padding: 7px 50px;
	border-radius: 50px;
	border: 0;
	color: #fff;
	background: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

/*-------------------*/
/*-----TYPOGRAPHY----*/
/*-------------------*/

h1,h2,h3 {
	text-transform: uppercase;
	font-weight: 900 !important;
	letter-spacing: 1px;
}


h1,h2,h3,h4,h5,h6 {
	
}

body p, body li {
	font-weight: 300;
}


/*-------------------*/
/*---MEDIA QUERIES---*/
/*-------------------*/

@media (max-width: 1280px) {
	.nav-header > ul > li > a {
		font-size: 10px;
	}
	
	.widget-2 .nav-header > ul > li > a {
		padding: 10px 6px !important;
	}
	
	.menu-cta {
		margin-right: 10px;
	}
	
	.menu-cta li a {
		font-size: 10px !important;
	}
}


@media (max-width: 1140px) {
	.site-header .title-area {
		float: left !important;
	}
	
	
	
	
}

@media (max-width: 1024px) {
	
	div.widget-area.header-widget-area {
		padding-left: 0px !important;
		padding-top: 37px;
	}
	
	.menu-cta {
		text-align: center !important;
		padding-left: 0px;
		margin-right: 50px !important;
	}
	
	.menu-cta ul > li > a {
		padding: 8px 13px !important;
	}
	
	.site-header > .wrap {
		justify-content: space-between;
	}
	
	.site-header > .wrap:before,
	.site-header > .wrap:after,
	.site-header > .wrap .dynamik-mapped-hooks {
		display: none;
	}
	
	
}

@media (max-width: 800px) {
	
}

@media (max-width: 768px) {
	.bigTitle h2 {
		font-size: 40px !important;
	}
	
	.menu-cta ul > li > a {
		font-size: 14px !important;
	}
}

@media (max-width: 736px) {
	
}


@media (max-width: 680px) {
	
	.site-header .title-area {
		width: 140px !important;
	}
	
	.pre-header-inner span {
		display: none !important;
	}
	
	.menu-cta a {
		font-size: 11px;
		padding: 10px 17px 9px 17px !important;
	}
	
	.heroImg h1,
	.miniHero h1,
	.miniHeroAlt h1 {
		font-size: 35px !important;
	}
	
	.miniHero h1,
	.miniHero p,
	.heroImg h1,
	.heroImg p,
	.miniHeroAlt h1,
	.miniHeroAlt p {
		text-align: center !important;
	}
	
	.bigTitle h2 {
		font-size: 35px !important;
	}
	
	.color-swatch p {
		font-size: 14px;
	}
	
	
	.site-footer p {
		font-size: 1.1rem !important;
	}
	
	.footer-copyright,
	.footer-text {
		float: none !important;
		display: block;
	}
}

@media (max-width: 414px) {
	.menu-cta ul > li > a {
		font-size: 12px !important;
	}
}

@media (max-width: 375px) {
	.menu-cta ul > li > a {
		font-size: 11px !important;
	}
}

@media (max-width: 320px) {
	
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {

}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 479px) {

}