@charset "utf-8";
/*   
Theme Name: Apex Engineering Theme
Theme URI: https://hainescreative.com
Description: This is a Haines Creative Theme for Apex
Author: Guy Haines
Author URI: https://hainescreative.com
Version: 1
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Neris Light';

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong, b {font-weight: bold;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration: none; color: #1b468a;}
a:hover {text-decoration: none;}
.clear {clear: both !important;}

em {font-style: italic;}


@font-face {
    font-family: 'Neris Light';
    src: url('webfonts/Neris-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Neris Semi';
    src: url('webfonts/Neris-SemiBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	font-size: 18px;
	color: #000; 
	background: #fff;
	position: relative;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(images/load.gif) center no-repeat #fff;
}


h1 {
	font: 32px/40px 'Neris Semi', sans-serif; 
	color: #000; 
	margin: 10px 0;
}
h2 {
	font: 32px 'Neris Semi', sans-serif; 
	color:#000; 
}
h3 {
	font: 32px 'Neris Light', sans-serif; 
	color:#000; 
}
h4 {
	color: #000;
	font: 22px/32px 'Neris Light', serif;
}
h5 {
	font: 300 21px 'Neris Light', serif; 
	color: #000; 
}

h6 {
	font: italic 18px 'Neris Light', serif; 
	color: #000; 
}



.fleft, .alignleft {float: left; padding: 0 15px 15px 0;}
.fright, .alignright {float: right; padding: 0 0 15px 15px;}

.verytop {background: #005187; color: #fff; padding: 10px 0 0 0; font-size: 15px;}
.verytop a {color: #fff; display: inline-block; padding-left: 15px; margin-top: 5px;}
.verytop i, .verytop a i {color: #fff;}
.verytop sup {font-size: 14px;}
.verytop .aws-container {display: inline-block; margin-left: 15px; float: right;}
.verytop .address-info {padding-top: 6px;}

.aws-search-result .aws_result_title {color: #000 !important;}
.verytop form input.aws-search-field {
	-webkit-appearance:none;
	appearance: none;
	outline: none;
	border: none;
	border-bottom: none;
	padding: 4px 4px 4px 28px;
	position: relative;
	background: url(images/search.png) 2px 4px no-repeat;
	background-size: 21px 21px;
	max-width: 190px;
	line-height: 20px;
	margin-top: 5px;
	color: white;
}
.aws-container .aws-search-form .aws-search-clear {color: #ddd !important;}
.verytop .aws-container .aws-search-form {
	display: inline-block !important;
	height: 36px;
}
div#google_language_translator {
    margin-top: 0px;
}

.verytop form input.aws-search-field:focus {
	background: #57ad73 !important; 
	border-bottom: 1px solid #a3e2b8;
	padding: 4px;
	width: 214px;
} 

body.search .mainContent .post,
body.search .mainContent .page {
    padding: 24px 0;
}

.aws-search-result .aws_result_item .aws_result_link_top {color: #000;}
.aws-search-result {
	width: 350px !important; 
	top: 60px !important; 
	left: calc(100% - 370px) !important;
}

@media all and (min-width: 1350px) {
	.aws-search-result {left: 75% !important;}
}

@media all and (min-width: 1600px) {
	.aws-search-result {left: 70% !important;}
}
.aws-container .aws-search-field {font-size: 14px !important;}
.verytop form input::-webkit-input-placeholder{ 
  color: #fff !important;
  font-size: 15px;
}
.verytop form input::-moz-placeholder {
  color: #fff !important;
    font-size: 15px;

}
.verytop form input:-ms-input-placeholder {
  color: #fff !important;
    font-size: 15px;

}
.verytop form input:-moz-placeholder {
  color: #fff !important;
    font-size: 15px;

}

form#searchform {
    display: inline-block;
    margin: 0 0 10px 10px;
    padding: 5px;
}
.formwrap {
    display: inline-block;
}
.verytop input#s {
    background: green;
    border: none;
    padding: 5px;
}
.verytop form input#searchsubmit {
    background: #fff;
    color: #444;
    border: none;
    padding: 7px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    /* content: "Submit"; */
    font-size: 15px;
}
@media all and (min-width: 992px) {
	.pull-right a {text-align: right;}
}
@media all and (max-width: 991px) {
	.pull-right {float: left !important;}
	.verytop a {padding-right: 15px; padding-left: 0; margin-top: 8px;}
	.verytop .aws-container {margin-top: 8px; margin-left: 0;}

}
header#home {
	min-height: 110px; 
	width: 100%;
	background: #fff;
	z-index: 99999;
	position: relative;
	padding: 8px 0 16px 0;
	left: 0;
}
header ul.menu {padding-top: 32px;}
header ul.menu li {
	color: black;
	display: inline-block;
	float: left;
	margin: 8px 4px;
	padding: 5px;
}
header ul.menu li a {
	color: black;
	text-decoration: none;
	padding-bottom: 4px;
}

header ul.menu li a:hover {
	border-bottom: 1px solid black;
}




button:hover {opacity: .8;}
.navbar {margin: 0; z-index: 99999;}


.navbar-default {
	border: none; 
	background: none;
	padding: 30px 0 10px 0;
}
.navbar-header {
  	float: right;
}
.navbar-brand {height: auto; padding: 0;}
.navbar-brand img {max-width: 280px !important; width: 100%; height: auto; margin-top: 10px;}

.navbar-toggle {
  margin: 10px 20px 8px 0;
  z-index: 999999;
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {background: #231f20;}
.navbar-collapse {
  height: auto;
  float: left;
  padding: 0;
  position: relative;
  right: 0;
}


.navbar-nav {
	text-align: left;
	height: auto;
}
.navbar-collapse {
	box-shadow: none;
}
.navbar-nav>li {
  	float: left;
	margin: 2px;
	padding: 0;
}


.navbar-nav>li>a {
	padding: 9px;
	margin-right: 5px;
}

.navbar-default .navbar-nav>li>a {
	color: #231f20;
	font: 16px 'Neris Light', helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-default .caret {color: #d2d2d2;}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item a, .navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover  {
	color: #231f20; 
	background: none;
}

.navbar-default .navbar-nav>li.current-menu-item ul.dropdown-menu li a {
	color: #222 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent !important;
	color: #231f20 !important;
}

.navbar-nav>li>.dropdown-menu {
	background: #f4f4f5;
	border-radius: 0;
}
.dropdown-menu>li>a {
	padding: 8px 20px;
	border-bottom: 1px solid #e3e3e3;
}
.dropdown-menu li:last-child a{border-bottom: none;}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #14a44a;
}

@media all and (min-width: 992px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; }
	ul.nav li.dropdown > ul.dropdown-menu {top: 96%; padding-top: 10px; left: 0px;}
	ul.nav li.dropdown > ul.dropdown-menu li.dropdown > ul.dropdown-menu {top: -14px; padding-top: 10px; left: 100%;}
	.navbar-header {margin-right: 40px;}

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

	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		border: none !important;
	}


	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #231f20;}
	
	.navbar-header, #navbar {float: left; width: 100%; padding: 15px 0 0 0;}
	
	#navbar {
		background: rgba(230,230,230,.6);
		z-index:99999;
	}

	header > .container {padding: 0;}
	.socialLinks {padding: 0 15px 15px 0;}
    .navbar-default .navbar-toggle {
		margin-top: -70px; 
		margin-bottom: 20px;
		margin-right: 25px;
		float: right;
		display: block;
    }
    .navbar-default {position: static;min-height: 20px;margin: 0;padding: 0 5px;}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    a.navbar-brand img {margin-top: 20px;}
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-collapse2, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-collapse2, .container>.navbar-header {margin: 0;}
    .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
 	}

 	
 	.navbar-nav .open .dropdown-menu li, .navbar-default .navbar-nav>li { width: 100%;}
	.navbar-default .navbar-nav>li>a {font-size: 18px; }
	.navbar-default {}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background: none;}
    .navbar-collapse, .navbar-collapse2 {
		border: none;
        float: none;
        
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse, .navbar-collapse.collapse2 {
        display: none !important;
    }
    .navbar-nav {
        float: none!important;
		height: auto;
		margin: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.navbar-nav>li {margin: 0;}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item a, .navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle,
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default li a:hover {
		background: white; 
		color: #333;
	}
	.navbar-default li a:hover .caret {color: #d2d2d2;}

	.navbar-nav .open .dropdown-menu li {padding-left: 10px;}
	.navbar-nav .open .dropdown-menu li:hover {background: #fff; color: #333;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #333;}
	.dropdown-menu>li>a {color: white;}
	#navbar {
		background: #e4e4e4;
	}

}
.navbar-default .navbar-nav>li.phoneLink>a {color: white; background: #c6a866; font: 23px/20px 'Neris Light', serif;}
.navbar-default .navbar-nav>li.phoneLink>a:hover {color: white; background: #c6a866; opacity: .85; border-bottom: none; text-decoration: none;}


.mega-sub-menu h3 {
    color: #ac714a;
    text-transform: uppercase;
    font: bold 28px 'Neris Light', helvetica, sans-serif;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.menu-title > ul.mega-sub-menu > li.mega-menu-item {
	padding: 20px 15px 0;
}


/* Banner */

.banner-btn {
	border: 1px solid #4a7098 !important;
	background: #4a7098;
	color: white;
	padding: 12px 32px;
	font-size: 21px;
}

.banner-btn.btn-alt {
	color: #4a7098;
	background: white;
}
@media all and (max-width: 767px) {
	.ms_layer {
		font-size: 15px !important;
		line-height: 16px !important;
	}

}
@media all and (max-width: 500px) {

	h3#n2-ss-2item1 {
    	margin-top: -15px !important;
    }
    h3#n2-ss-2item1 > span {font-size: 21px !important;}
	.banner-btn {
		top: 150px !important;
		left: 25px !important;
		min-width: 80px;
   		text-align: center !important;
	}
	.banner-btn.btn-alt {
		top: 182px !important;
		left: 25px !important;
	}
	.ms_layer > span > em {
		font-size: 14px !important;
	}
}
.bigBanner {
	height: 550px;
	background-size: cover !important;
	width: 100%;
	padding-top: 100px;
	text-align: left;
	background-position: center center;
}

@media all and (max-width: 991px) {
	.bigBanner {padding-top: 120px}
}
@media all and (max-width: 767px) {
	.bigBanner {padding-top: 60px}
}
.bigBanner h2 {
	color: #fff;
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 8px;
	font-weight: 900;
	max-width: 740px;
}
.bigBanner h3 {
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 24px;
	font-weight: 700;
	max-width: 740px;
}
.bigBanner button {
	background: #d9d7c7;
	border: none;
	color: #1b468a;
}
.bigBanner button.gold-btn {
	background: #c2966a;
	margin-left: 8px;
	color: white;
}

.interiorBanner {
	min-height: 200px;
	width: calc(100% - 20px);
	margin: 10px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: #1b468a;
}

.interiorBanner h5, .interiorBanner h3 {color: white;}


.interiorBanner h2 {
	font-weight: bold; 
	margin-bottom:0; 
	color: white;
	margin-top: 50px; 
	font-size: 44px;
	line-height: 54px;
}

.mainContent {
	min-height: 230px; 
	padding: 45px 0;  
	margin: 0 auto;
	background: #fff;
	color: #333;
	font-size: 18px;
	line-height: 28px;	
}

button, .btn {
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	color: #fff !important;
	font-size: 16px;
	padding: 6px 32px;
	display: inline-block;
	border: none;
	margin: 25px auto;
	line-height: 32px;
	text-decoration: none !important;
	background: #1b468a;
}



.ms-slide-info {text-align: center;}
.ms-slide-info h5 {color: white; font-size: 2.6rem;}
.master-slider button {color: white; border-color: white;}


.mainContent p {padding: 8px 0;}
.mainContent a button {
	text-decoration: none;
}

.mainContent hr {
	height: 2px; 
	color: #dedede; 
	background: #dedede; 
	margin: 20px auto; 
	text-align: center;
}


.mainContent ul li {
	list-style: square; 
	margin: 4px 0 4px 25px;	
}

.mainContent img {max-width: 100%; height: auto;}
.mainContent a {color: #1b468a; text-decoration: underline; cursor: pointer;}
.mainContent a:hover {opacity: .8;text-decoration: underline;}
.mainContent b, .mainContent strong {font-family: 'Neris Semi';}
.contact-iframe {width: 100%; z-index: 100;}
.overlayiframe {
    background: transparent;
    position: relative;
    width: 100%;
    height: 600px;
    top: 600px;
    margin-top: -600px;
    z-index: 99999999;
}


.theContent p, .woocommerce-tabs p {padding: 9px 0;}

.contactContent i {color: #391811;}
.contactContent a {text-decoration: none;}


.nicetable {margin: 10px auto 25px auto; width: 100%; font-size: 80%;}
.nicetable sup {font-size: 13px;}
.nicetable th {background: #ddd; border: 1px solid #999; padding: 2%;}
.nicetable td {padding: 10px; width: auto; border:1px solid #34577a;}


@media all and (min-width: 768px) {
	.three-col-list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.parent-category {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

.next-col {
	break-after:column;
    display:block;
}

.wcpscwc-product-slider-wrap.wcps- {
    padding: 20px;
    background: white;
}

/* HOME */

.product-box {
	background: #f2f1f1;
	color: black;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 21px;
}

.product-box h3 {font: bold 16px/24px 'Neris Semi', helvetica, sans-serif;}


.safety-box {text-align: center; padding: 56px 15px;}
.safety-box i {color: #14a44a; font-size: 80px; margin-bottom: 24px;}
.safety-box h3 {margin-bottom: 24px;}


.case-study-box {
	background: #233e81;
	color: white;
	padding: 15px;
	margin-bottom: 15px;
}
.case-study-box h3 {
	color: white;
	font: bold 16px/24px 'Neris Semi', helvetica, sans-serif;
	margin-top: 15px;
}
.case-study-box button {
    background: white;
    color: #233e81 !important;
}

@media all and (min-width: 768px) {
	.product-box {
		min-height: 500px;
	}
	.case-study-box {
		min-height: 450px;
	}
	.product-box button, .case-study-box button {
		position: absolute;
		left: 30px;
		bottom: 10px;
	}
}

.getQuoteBanner, .blogctaBanner {
	padding: 32px;
	color: white;
	font-size: 28px;
	background-size: cover;
	background-attachment: fixed;
}
.getQuoteBanner h2, .blogctaBanner h2 {
	color: white;
	font-size: 40px;
	margin-bottom: 16px;
}
.getQuoteBanner button, .blogctaBanner button {
	font-size: 24px;
	padding: 10px 24px;
}
.getQuoteBanner i, .blogctaBanner i {padding: 3px 8px;}


/* Case Studies */

.caseStudiesContent {
	font-size: 24px;
	line-height: 40px;
}
.caseStudiesContent h1 {font-size: 40px;}


.filter {
		list-style: none;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.filter h3 {font-size: 1.3rem; margin-bottom: 2px;}

	
	.filter li {
		display: inline;
		font-weight: 100;
		font-size: 13px;
		line-height: 1;
		color: #c5c5c5;
		list-style-type: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.filter li img {max-height: 40px; max-width: 200px;}
	
	.filter li:after {
		display: inline-block;
		content: "/";
		padding: 0 3px 0 5px;
	}
	.filter li a {
		color: #353535;
	}
	.filter li a.active,
	.filter li a:hover {
		color: #1d4b24;
	}
	.filter li:last-child:after {
		display: none;
	}
	.thumbs {
		list-style: none;
		padding: 0;
		margin-left: -12px;
		margin-bottom: -12px;
		*zoom: 1;
	}
	.thumbs:before,
	.thumbs:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.thumbs:after {
		clear: both
	}
	.thumbs li {
		width: 100%;
		float: left;
		min-height: 400px;
		margin: 0 !important;
		margin-left: 12px !important;
		margin-bottom: 12px !important;
		position: relative;
		display: inline-block;
		list-style-type: none !important;
	}
	.video-items li {min-height: 200px;}

	.thumbs li img {
		display: block;
		max-width: 100%;
	}
	
	.thumbs li .case-study-box {margin-bottom: 0; padding: 15px; width: 98%;}
	.thumbs li .case-study-box button {left: 15px;}


	.isotope,
	.isotope .item {
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		-o-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
	}
	.isotope .item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: top, left, opacity;
		transition-property: transform, opacity;
	}
	.grid-remove {
		position: absolute
	}
	.grid-loader {
		background: url(images/loading.gif) no-repeat center center;
		background-color: #FFF;
		margin: -22px -22px;
		top: 50%;
		left: 50%;
		z-index: 10000;
		position: fixed;
		width: 44px;
		height: 44px;
		background-size: 30px 30px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { 
		.grid-loader {
			background-image: url(images/loading%402x.gif)
		}
	}
	.navigation {
		margin-bottom: 15px;
	}
	.navigation:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.navigation .nav-next-item {
		margin-right: 0;
	}
	@media (min-width: 768px) { 
		.thumbs li {
			width: 47.5%;
		}
	}
	@media (min-width: 1200px) { 
		.thumbs li {
			width: 31.5%;
		}
		.video-items li {
			width: 47.5%;
		}
		.thumbs {
			margin-left: -10px;
			margin-bottom: -10px;
		}
		.thumbs li {
			margin-left: 10px !important;
			margin-bottom: 10px !important;
		}

	}
	
.video-items li .video-box {
	 position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; overflow: hidden; 
}
.video-items li .video-box iframe {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

/* Contact */

.contact-info {
	text-align: center;
	padding: 56px 15px;
	font-size: 24px;
	line-height: 36px;
}
.contact-info i {font-size: 44px; margin: 16px auto; color: #1a4789;}
.contact-info a {text-decoration: none;}

#sidebar {padding: 0 20px 0 0;}
#sidebar button {margin: 4px auto; width: 100%;}

#sidebar .side-block {background: #f5f5f5; padding: 20px;}
#sidebar h2 {color: #000;}
#sidebar h4 {color: #000; margin-bottom: 16px; font-size: 26px;}
#sidebar a {
	text-decoration: none; 
}
#sidebar a:hover {opacity: .8;}

#sidebar ul.product-categories li {
	list-style: none; 
	color: black;
	margin-left: 0;
}
#sidebar ul.product-categories li a {color: black;}
.footer {
	font-size: 16px;
	line-height: 24px;
	color: black;
	background: #f2f1f1;
	padding: 45px 0 25px 0;
	text-align: left;
	width: calc(100% - 20px);
	margin: 15px auto;
}
.footer img.logo {max-width: 100%; height: auto;}
.footer h2 {color: black;}

.footer h5 {
	text-transform: capitalize; 
	font-size: 21px; 
	margin: 0 0 10px 0; 
	color: black; 
	font-weight: bold;
}
.footer p {padding: 0 0 9px 0;}

.footer a {color: #000;}
.footer ul.menu {margin-top: 0px;}
.footer ul.menu li {
	display: inline-block;
	padding: 10px; 
	font: 18px 'Neris Light', sans-serif;
} 
.footer-col, .footer-col-last {padding: 35px 15px;}

.footbox {min-height: 200px; padding: 0;}

@media all and (min-width: 992px) {
	.col-one, .col-two {padding: 0;}
}

.footer i {
	background: none; 
	font-size: 21px; 
	margin: 2px 5px 2px 0;
	padding: 3px;
	color: #000;
}



@media all and (min-width: 768px) {
	.footer-col, .footer-col-last {
		min-height: 170px;
	}
}


@media all and (min-width: 992px) {
	.footer-col {
		border-right: 1px solid #555;
	}
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {list-style: none; margin: 0;}
.tribe-events .tribe-events-c-search__button {
	background-color: #14a44a !important;
	border-radius: 0 !important;
}

.copyright {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	padding: 15px 0 35px 0;
	text-align: center;
}
	
.copyright a {color: #000; text-decoration: none; cursor: pointer;}
.copyright a:hover {color: #000; text-decoration: underline;}

/* FORM */

.footer-form {
	margin: 25px auto 0 auto;
	box-shadow: 0 0 3px #333;
	padding: 0;
}
.text-side {padding: 55px 15px 15px 55px; line-height: 29px;}
.text-side h5 {font-size: 42px;}
.text-side h3 {font-size: 24px; margin-bottom: 14px;}


.form-bg {background: #f2f2f2; padding: 20px;}
body .gform_wrapper ul li.gfield {
	margin-top: 1px !important;
	margin-right: 0 !important;
	padding-right: 0 !important;}
.gform_wrapper li.hidden_label input {margin-top: 0 !important;}

.gform_wrapper .gform_body {width: 100% !important;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100% !important;
	font-size: 14px !important;
	border: none!important;
	outline: none !important;
	padding: 8px 12px !important;
	color: #222 !important;
	background: #fff !important;
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder{ 
  color: #555 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, 
.gform_wrapper textarea::-moz-placeholder {
  color: #555 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, 
.gform_wrapper textarea:-ms-input-placeholder {
  color: #555 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, 
.gform_wrapper textarea:-moz-placeholder {
  color: #555 !important;
}
.gform_wrapper textarea {
	font-size: 14px !important;
	border: none !important;
	outline: none !important;
	padding: 15px 12px !important;
	height: 120px !important;
	width: 100% !important;
	float: right;
	color: #222 !important;
	background: #fff !important;
}

.gform_wrapper .gform_footer {
	padding: 3px 0 0 0 !important; 
	margin-top: 0 !important;
	text-align: center;}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	width: 100% !important; 
	padding: 7px 15px; 
	text-align: center; 
	outline: none;
	border: none;
	background: #14a44a;
	margin: 10px auto !important;
	color: white;
	position: relative;
	text-transform: uppercase;
	font: 700 18px 'Neris Light', sans-serif !important;
	float: right !important;
	clear: both !important;
}


.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
     margin-bottom: 0px!important; 
     border-top: none !important; 
     border-bottom:  none !important; 
     padding-bottom: 0px !important; 
     padding-top: 0px !important; 
    box-sizing: border-box;
}
.gform_wrapper .field_description_below .gfield_description {padding-top: 0 !important;}
.gform_wrapper .validation_message {
    padding: 5px !important;
    background: rgba(255,255,255,.6);
}

.gform_wrapper div.validation_error {    
	border: 1px solid red !important;
	color: white !important;
}
div#gform_confirmation_wrapper_1 {
    padding: 8px !important;
    border: 1px solid white !important;
}

select#input_3_5 {
    -webkit-appearance: none;
    border-radius: 0;
    width: 100% !important;
    font-size: 14px !important;
    border: none!important;
    outline: none !important;
    padding: 15px 12px !important;
    color: #222 !important;
    line-height: 28px;
    background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 95% 29px;
}

@media all and (min-width: 768px) {
	input#gform_submit_button_1 {
		float: right;
		width: 100%;
		max-width: 300px;
	}
}


/* BLOG */

.blogArea {
	background: #ededed;
	padding: 25px 0;
	width: 100%;
	min-height: 400px;
}

.blogArea h3 {
	color: #223242;
	font: bold 46px 'Neris Light';
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
}


h1.blog-heading {
	padding: 10px 0 40px 0;
}
a .blogPostWrapper {text-decoration: none;}
a.blogPostWrapperLink {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}
.blogPostWrapper {
	min-height: 450px; 
	padding:  0; 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: calc(100% - 20px);
	cursor: pointer;
	text-decoration: none;
	position: relative;
	margin: 10px;
    padding-top: 120px;
}


.blogPostWrapper div.post {max-width: 600px;}

.blogPostWrapper h2, 
.blogPostWrapper .meta, 
.blogPostWrapper .entry {
	color: white !important;
	text-decoration: none;
}

.blogPostWrapper:hover {opacity: .8;text-decoration: none;}

body.page-template-page-blog a, body.page-template-page-blog a:hover {text-decoration: none;}

body.page-template-page-blog .mainContent {padding-bottom: 0;}

@media all and (min-width: 768px) {
	.sidebar-blog {padd-ing-left: 32px;}
}
blockquote { 
	background: #e4e4e4; 
	border-left: 0.625em solid #4a7098; 
	margin: 1.5em 0; 
	padding: 1.2em 1em; 
	quotes:"\201C""\201D"; 
	line-height: 1.5; 
}

@media all and (min-width: 992px) {
	blockquote {max-width: 65%; float: left;}
	blockquote:nth-of-type(even) {float: right;}
}
blockquote:before { 
	color: #4a7098; 
	content: open-quote; 
	font-size: 4.5em; 
	line-height: .1em; 
	margin-right: .25em; 
	vertical-align: -.4em; 
	font-weight:bold; 
}
blockquote :first-child { display: inline; }
blockquote :last-child { margin-bottom: 0; }

button.tribe-common-h3, .tribe-common button {
    color: black !important;
}

.tribe-common .tribe-common-c-btn-border:hover button {color: white !important;}
.meta {margin-top: 9px;}

.entry {margin-top: 20px;}

.fancybox-container {z-index: 999999999 !important;}
.woocommerce-Address-title {
	padding: 15px;
}
.woocommerce-Address address {font-size: 14px;}
.page-id-9 .woocommerce .woocommerce-Address-title h3 {
	font-size: 21px;
}

@media all and (max-width: 991px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none !important;
		margin-top: 24px !important;
	}
}
.woocommerce-result-count, 
.woocommerce.archive .theContent .clearfix {
    display: none !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {list-style: none;}


section.products h2 {
	color: #14a44a;
}
.panel iframe {
    max-width: 100%;
}
.woocommerce-products-header {border: none;}

.woocommerce-page #respond input#submit, .woocommerce-page a.button, 
.woocommerce-page button.button, .woocommerce-page input.button, 
.woocommerce-page span.onsale,
.xoo-wsc-footer a.button {
	background: #1b4789 !important;
	color: white !important;
	border-radius: 0 !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight: bold;
	font-size: 18px !important;
}
.woocommerce span.onsale {
	width: 45px !important; 
	height: 45px !important;
}
.woocommerce ul.products li.product .onsale {
    top: -2px !important;
    right: -2px !important;
    font-size: 14px !important;
    padding: .102em !important;
}
.woocommerce ul.products li.product .price {color: #000 !important;}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2 {
	text-transform: capitalize !important; 
	font-size: 18px !important;
	min-height: 72px;
}

.woocommerce ul.products li.product .price {
	font-weight: 600 !important;
	font-size: 24px !important;
}
.woocommerce ul.products li.product .price del {
	font-weight: 300 !important;
	font-size: 17px !important;
}
.woocommerce ul.products li.product .price ins {text-decoration: none;}

@media all and (min-width: 768px) {
	.woocommerce.theContent  ul.products li.product, .woocommerce-page .theContent ul.products li.product {
		width: 30% !important;
		margin-right: 3% !important; 
		margin-left: 0% !important;
		min-height: 315px;
	}
}

.label {color: black; font-size: 21px; padding: 10px 0;}
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio] {
	position: relative !important;
}

.single-product div.product p.price, .single-product div.product span.price {font-size: 1em !important; margin-bottom: 24px;}
.item-description {padding: 25px 0 !important;}
.item-description p {padding: 9px 0 !important;}
/* 
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs .panel, .summary .product_meta {display: none !important;}
 */


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}

.woocommerce .product_meta span {
    display: inline-block;
    margin-top: 9px;
    font-weight: bold;
    font-size: 16px;
}
span.posted_in {
    display: block !important;
    width: 100%;
}
span.sku {
    font-weight: normal !important;
}


.yikes-custom-woo-tab-title {display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin: 0 !important;}

.panel {
	background: #fff;
	border-radius: 0 !important;
	border: 1px solid #ddd !important;
    border-top: 0 !important;
    padding: 24px !important;
}
.variations label, .sku_wrapper {display: none !important;}

strong.wc-item-meta-label, .product-total, .product-subtotal {
    display: none !important;
}

.xoo-wsc-body {
	line-height: 20px;
}

.xoo-wsc-basket {
	border-radius: 0 !important;
	box-shadow: 0 0 8px #777 !important;
	padding: 10px 13px 10px 10px !important;
	bottom: 0 !important;
}
.xoo-wsc-items-count {background: #cfcfcf !important; color: black !important;}
/*.xoo-wsc-shiptxt {display: none !important;}*/
.xoo-wsc-icon-basket1.xoo-wsc-bki {
	font-family: "Font Awesome\ 5 Pro" !important;
}

.xoo-wsc-icon-basket1:before {
	content: '\f07a' !important;
}

.xoo-wsc-shiptxt {
	text-align: center !important;
	padding: 15px !important;
}
#sidebar a[href*="uncategorized"] {
    display: none;
}

.modal-dialog {
    background: #e4e4e4;
    top: 12%;
}
.modal-content {
	background: none;
	border-radius: 0;
}
.modal-header {padding: 0 15px; border: none;}
.modal-header h5 {margin: 12px 0 0 0;}
.modal-header .close {
    margin-top: -20px !important;
    margin: 0;
}


.timeline-item .info-details .date {
    font-size: 24px !important;
}
.timeline-item .timeline-item {
    width: 100% !important;
    padding: 0 !important;
}


.vc-hoverbox-wrapper {
    margin-bottom: 24px;
}

.footer iframe {
    max-width: 100%;
}

/* Locations */

.location-row {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 48px 0 24px;
}

.location-row .container {
    width: 100%;
}
.location-row:nth-of-type(even) {
	background: #d9d7c7;
}

.location-map-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
	margin-bottom: 30px;
}
.location-map-wrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.location-row h3 {font-size: 32px; font-weight: normal;}
.location-row p {font-size: 21px; line-height: 32px;}
.location-row a:nth-of-type(even) button {background: #1b468a;}

button.green-btn, button.blue-btn {
    margin-top: 80px;
}

.location-info-contact {
margin-bottom: 24px;
margin-top: 24px;
}