@charset "utf-8";
/*   
Theme Name: Wes Craft Co
Theme URI: https://hainescreative.com
Description: This is a Haines Creative Theme for Wes Craft Co
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: 'Poppins';
}
/* 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: underline; color: #121212;}
a:hover {text-decoration: none;}
.clear {clear: both !important;}

em {font-style: italic;}

body {
	font-size: 18px;
	color: #444; 
	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 / 100px no-repeat #fff;
}


h1 {
	font: 500 21px 'Bodoni Moda', serif; 
	color:#121212; 
	margin: 24px 0 16px 0;
	text-transform: uppercase;
}
h2 {
	font: 400 40px/56px 'Bodoni Moda', serif; 
	color:#121212; 
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

h2.section-title {
    width: 100%;
    border-bottom: 2px solid #121212;
    padding: 15px 0;
    margin-bottom: 40px;
}
h2.section-title b {
    font-weight: 400;
    font-family: 'Bodoni Moda';
    display: table;
    margin: 0 auto -40px auto;
    padding: 0 20px;
    background: white;
}

.apostrophe-space {
    margin-left: 0.1em; 
    margin-right: 0.1em;
    font: inherit;
    font-family: inherit; 
    font-size: inherit; 
    font-weight: inherit; 
    line-height: inherit; 
}
h3 {
	font: 500 28px/40px 'Bodoni Moda', serif; 
	color:#121212; 
	text-transform: capitalize;
	margin: 0 0 15px 0;
}
h4 {
	font: 500 24px/40px 'Bodoni Moda', serif; 
	color:#121212; 
	text-transform: capitalize;
	margin: 0 0 15px 0;
}

h5 {
	font: 500 24px/28px 'Poppins', helvetica, sans-serif; 
	color: #121212; 
	margin-bottom: 10px;
}

h6 {
	font: 21px/24px 'Poppins', helvetica, sans-serif; 
	color: #121212; 
}

@media all and (max-width: 1199px) {
	.container {width: 100%;}
}
@media all and (min-width: 1330px) {
    .container {
        width: 1300px;
    }
}
.fleft, .alignleft {float: left; padding: 0 15px 15px 0;}
.fright, .alignright {float: right; padding: 0 0 15px 15px;}
.verytop {
	padding: 10px 0;
	background: #f0f0f0;
	color: #121212;
	font-size: 16px;
}
.verytop a {
	text-decoration: none;
	color: #121212;
}

.verytop ul li {display: inline-block; position: relative; padding-right: 10px;}
.verytop ul li:after {content: '|'; padding-left: 10px;}
.verytop ul li:nth-of-type(3):after {content: ''; padding-right: 0;}
header {
	min-height: 110px; 
	width: 100%;
	background: #fff;
	z-index: 99999;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
header ul.menu {padding-top: 10px;}
header ul.menu li {
	color: #111;
	display: inline-block;
	float: left;
	margin: 8px 4px;
	padding: 5px;
}
header ul.menu li a {
	color: #111;
	text-decoration: none;
	padding-bottom: 4px;
}


button:hover {opacity: .8;}

a.navbar-brand {padding: 15px;}
a.navbar-brand img {max-width: 220px; width: 100%; }

.navbar {margin: 0; }


.navbar-default {
	border: none; 
	background: none;
	padding: 10px 0;
}
.navbar-header {
  	float: right;
}
.navbar-toggle {
  margin: 30px 20px 8px 0;
}

.navbar-collapse {
  height: auto;
  float: none;
  padding: 0;
  position: relative;
  right: 0;
}


.navbar-nav {
	text-align: left;
	height: auto;
}

.navbar-nav>li {
  float: left;
  margin: 0 15px;
}

.navbar-nav>li>a {
  padding: 8px;
}

.navbar-default .navbar-nav>li>a {
	color: #111;
	font: 21px 'Poppins', helvetica, sans-serif;
	text-decoration: none;
	transition: all .2s;
	position: relative;
}

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



ul.nav li.dropdown > ul.dropdown-menu {background: #f4f4f4;}
ul.nav li.dropdown > ul.dropdown-menu li a:hover {background: #eee;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #111;
    background-color: #eee;
}
.dropdown-menu>li>a {text-decoration: none;}

@media all and (min-width: 992px) {
	.navbar-default {margin-top: 15px;}

	ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; }
	ul.nav li.dropdown > ul.dropdown-menu {top: 96%; padding-top: 10px; left: 8px;}
	ul.nav li.dropdown > ul.dropdown-menu li.dropdown > ul.dropdown-menu {top: -14px; padding-top: 10px; left: 100%;}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>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>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #111; 
		background: none;
	}
	
	.navbar-default .navbar-nav>li.menu-button>a {
		font-size: 21px;
		padding: 8px 15px;
		background: #88c653;
		color: #fff;
	}
	.navbar-default .navbar-nav>.open.menu-button>a, .navbar-default .navbar-nav>.open.menu-button>a:focus, .navbar-default .navbar-nav>.open.menu-button>a:hover, .navbar-default .navbar-nav>li.menu-button>a:hover, .navbar-default .navbar-nav>li.menu-button.current-menu-item a, .navbar-default .navbar-nav>li.menu-button.current-page-parent a.dropdown-toggle, .navbar-default .navbar-nav>.active.menu-button>a, .navbar-default .navbar-nav>.active.menu-button>a:focus, .navbar-default .navbar-nav>.active.menu-button>a:hover {
		font-size: 21px;
		padding: 8px 15px;
		background: #eee;
		color: #111;
		opacity: .9;
		border: none;
	}

}

@media (max-width: 991px) {

	
	.on-mobile {padding: 0;}
	.navbar-header, #navbar {float: left; width: 100%; padding: 0;}

	header > .container {padding: 0;}
	.socialLinks {padding: 0 15px 15px 0;}
    .navbar-default .navbar-toggle {
		margin-top: -24px; 
		margin-bottom: 20px;
		float: right;
		display: block;
    }
    .navbar-default {position: static;min-height: 20px;margin: 0;}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .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: #f4f4f4;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
 	}

	.navbar-default .navbar-toggle .icon-bar {background-color: #444;}
 	
 	.navbar-nav .open .dropdown-menu li, .navbar-default .navbar-nav>li { width: 100%;}
	.navbar-default .navbar-nav>li>a {font-size: 18px; color: #111}
	
    .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, 
    .navbar-default .navbar-nav>li.menu-button>a  {
        padding: 10px 16px;
        font-size: 18px;
    }
   
    .collapse.in{
  		display:block !important;
  		background: #eee;
	}
	.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: #eee; color: #111;}
	.navbar-nav .open .dropdown-menu li {padding-left: 10px;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-nav .open .dropdown-menu li:hover {background: #eee; color: #111;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color: #111;}
	
	.navbar-nav>li>.dropdown-menu {border-radius: 0;}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {color: #111; background: #eee;}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #111;}
	
	.navbar-default .navbar-nav>li>a:hover .caret, 
	.navbar-default .navbar-nav>li.current-menu-item a .caret, 
	.navbar-default .navbar-nav>li.current-page-parent a.dropdown-toggle .caret,
	.navbar-default .navbar-nav>.open>a .caret, 
	.navbar-default .navbar-nav>.open>a:focus .caret, 
	.navbar-default .navbar-nav>.open>a:hover .caret, 
	.navbar-default li a:hover .caret,	
	.navbar-nav .open .dropdown-menu>li>a:focus .caret, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover .caret {color: #111;}

}


/* Banner */

.bigBanner {
	background-size: cover !important;
	width: 100%;
	text-align: left;
	padding-bottom: 80px;
	padding-top: 80px;
	background: center center;
	min-height: 600px;
}

.bigBanner h2 {
	color: #000;
	margin: 0 0 12px 0;
	max-width: 550px;
	font: 400 64px/80px 'Bodoni Moda', serif;
	text-transform: none;
}

.bigBanner .bigBannerText, .bigBanner .bigBannerImage {width: 100%;}
.bigBanner .bigBannerImage img {max-width: 100%;}

@media all and (min-width: 992px) {
	.bigBanner .bigBannerText, .bigBanner .bigBannerImage {float: left;}
	.bigBanner .bigBannerText {max-width: 40%;}
	.bigBanner .bigBannerImage {max-width: 60%;}

}
.bigBanner h3 {
	color: #000;
	max-width: 550px;
	margin: 5px 0;
	font: normal 32px/48px 'Poppins', helvetica, serif;
	text-transform: none;
}
.bigBanner button {
	background: #88c653;
	border: none;
	color: #111;
	margin: 24px 0;
	padding: 12px 24px;
	text-transform: uppercase;
	font: 300 16px 'Poppins', helvetica, sans-serif;
}
.bigBanner button strong {font: bold 16px 'Poppins', helvetica, sans-serif;}


.interiorBanner {
	min-height: 190px;
	background-color: #121212;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
	text-transform: none;
	text-align: left;
}

@media all and (max-width: 767px) {
	.interiorBanner {background-position: left center;}
}

.interiorBanner h2 {
	font: 500 40px/56px 'Poppins', sans-serif;;
	display: block;
	text-transform: uppercase;
	margin:  0 auto;	
	color: white;
}
.mainContent {
	min-height: 100px; 
	padding: 45px 0;  
	margin: 0 auto;
	background: #fff;
	color: #444;
	font-size: 18px;
	line-height: 28px;	
}

.mainContent p, .ghc-content-wrapper p {
	line-height: 32px; 
	font-size: 21px;
	padding: 0 0 13px 0;
}
button {
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: #121212;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 16px;
	display: inline-block;
	border: none;
	margin: 25px auto;
	line-height: 32px;
	text-decoration: none;
}

.mainContent a button {
	text-decoration: none;
}


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


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

.mainContent img {max-width: 100%; height: auto;}
.mainContent a { cursor: pointer;}
.mainContent a:hover {opacity: .8text-decoration: underline;}

.main-title h1 {
	max-width: 680px;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 32px;
}
.grey-background {
	background: #f4f4f4;
	padding: 24px;	
	font-size: 21px;
	line-height: 32px;
}


.black-background {
	background: #121212;
	color: white;
	z-index: -999999999999999999999;
    position: relative;
    width: calc(100% - 40px);
    margin: 48px auto;
}
.black-background h1,
.black-background h2,
.black-background h3 {color: white;}


.row {margin: 32px 0;}


.ghc-banner img { width: 100%; height: auto; }
.ghc-pattern-box {
    width: auto; /* Default width, controlled by flex classes */
    height: auto;
    max-width: 650px !important; /* Cap maximum size */
    min-width: 200px; /* Ensure minimum size */

    /* Ensure proper positioning for pseudo-element */
    position: relative;
    box-sizing: border-box; /* Prevent padding/border from affecting size */
    background: #f1f0f0; /* Light grey background */
    border: 0 none; /* Reset all borders */
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    min-height: 100%; /* Ensure minimum height for content */
    overflow: visible; /* Prevent clipping of :after */
    color: #444; /* Text color */
}
.black-background .ghc-pattern-box {border: none;}
.ghc-pattern-box:after {
    content: '';
    position: absolute;
    bottom: -12px; /* 5px for border effect + 5px offset */
    right: -12px; /* 5px for border effect + 5px offset */
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -147deg,
        #7f7f7f 0px,
        #7f7f7f 1px,
        #ffffff 1px, /* Changed from transparent to white */
        #ffffff 2px  /* Changed from transparent to white */
    );
    z-index: -9999; /* Place behind everything, including the background */
}

.ghc-pattern-box.ghc-five-twelfths {
    margin: -20px 30px 0;
}
.ghc-content-wrapper {
    min-height: 100px; /* Adjust based on content height */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0; /* Remove default padding to reduce whitespace */
}
.ghc-side-by-side {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Align items to start */
    width: 100%;
    flex-grow: 1; /* Allow the container to grow */
    padding-bottom: 30px; /* Updated to 30px to accommodate the -7px offset and provide extra space */
}
.ghc-image {
    flex: 0 1 41.67%; /* 5/12 fixed proportion */
    box-sizing: border-box;
    padding: 15px;
    
}
.ghc-image img { max-width: 100%; height: auto; }
.ghc-text {
    flex: 0 1 41.67%; /* 5/12 fixed proportion for this layout */
    padding: 15px;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: 41.67%;
}
.ghc-seven-twelfths {
    flex: 0 1 58.33%; /* 7/12 fixed proportion */
    padding: 15px;
    box-sizing: border-box;
    max-width: 58.33%;
}
.ghc-five-twelfths {
    flex: 0 1 41.67%; /* 5/12 fixed proportion */
    padding: 15px;
    box-sizing: border-box;
    max-width: 41.67%
}
.ghc-two-column {
    display: block; /* Override flex display to allow column layout */
    column-count: 2; /* Enable two-column layout on larger devices */
    column-gap: 20px; /* Space between columns */
    width: 100%; /* Ensure full width for column layout */
    margin: 0; /* Remove any default margins */
    padding: 0; /* Remove any default padding */
}

.ghc-half-column {
    flex: 0 1 50%; /* 6/12 fixed proportion for flex context (fallback) */
    padding: 15px;
    box-sizing: border-box;
    width: 100%; /* Ensure full width within column context */
    display: inline-block; /* Allow content to flow into columns */
}
.ghc-heading {
    flex: 0 1 41.67%; /* 5/12 fixed proportion (updated) */
    padding: 15px 0;
    box-sizing: border-box;
    max-width: 41.67%;
}
.ghc-with-image {
    width: 58.33%; /* 7/12 when containing image and text */
}
.ghc-text-only {
    width: 41.67%; /* 5/12 when containing only text */
}
.ghc-full-row, .ghc-half-row, .ghc-three-quarter-row { margin-bottom: 20px; }

.ghc-image.ghc-half-column {
    flex: 0 1 50%; /* 6/12 fixed proportion */
    box-sizing: border-box;
    padding: 15px;
    max-width: 50%;
}
.ghc-image.ghc-half-column img {
    max-width: 100%;
    height: auto;
}

.ghc-heading.ghc-five-twelfths {
    flex: 0 1 33.33%; /* 4/12 fixed proportion */
    padding: 15px 0;
    box-sizing: border-box;
    max-width: 33.33%
}

.ghc-text.ghc-seven-twelfths {
    flex: 0 0 66.67%; /* 8/12 fixed proportion */
    padding: 15px;
    box-sizing: border-box;
    max-width: 65.67%;
}
@media (max-width: 767px) {
    .col-md-9 { width: 100%; }
    .ghc-pattern-box {
    	width: 95%;
        max-width: none;
        margin-left: -12px; 
		margin-bottom: 48px;
    } 
    .ghc-side-by-side { flex-direction: column; }
	
    .ghc-image, .ghc-text, .ghc-seven-twelfths, .ghc-five-twelfths, .ghc-half-column, .ghc-heading, .ghc-with-image, .ghc-text-only, .ghc-image.ghc-half-column {
        flex: 0 0 100%; /* Full width on mobile */
        max-width: 100%;
    }
    .ghc-side-by-side.ghc-two-column {
        column-count: 1; /* Single column on mobile */
        display: flex; /* Revert to flex for stacking */
        flex-direction: column; /* Stack vertically */
    }
    .ghc-heading.ghc-five-twelfths {
        flex: 0 0 100%; /* Full width on mobile */
        max-width: 100%;
        padding: 15px;
    }
    .ghc-text.ghc-seven-twelfths {
        flex: 0 0 100%; /* Full width on mobile */
        max-width: 100%;
    }
    .ghc-two-column {columns: 1;}
    .tighten-mobile-spacing {
        margin-top: -80px;
    }

}





.blue-background {padding: 24px; background: #dceaf4;}
.text-right-wrap {padding: 24px;}
.contactiframe {width: 100%; z-index: 100;}
.overlayiframe {
    background: transparent;
    position: relative;
    width: 100%;
    height: 600px;
    top: 600px;
    margin-top: -600px;
    z-index: 99999999;
}
.responsive-iframe {padding-bottom: 56.75%; position: relative; margin-bottom: 30px;}
.responsive-iframe iframe {position: absolute; height: 100%; width: 100%; top: 0;}

@media all and (min-width: 992px) {
	.theContent {padding-left: 0;}
}
.theContent {
	line-height: 28px; 
	font-family: 'Poppins';
}
.theContent p, .woocommerce-tabs p {padding: 9px 0;}
.theContent.larger-text {
	font-size: 24px;
	line-height: 40px;
}

.theContent h1 {font-size: 48px; line-height: 64px;}
.theContent h1, .theContent h2, .theContent h3 {margin: 24px 0 0 0;}

.featured-service-box {margin-top: 25px;}
.featured-service-box a {text-decoration: none;}

.home-wrapup {padding: 24px;}


.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;}
.nicetable table td {width: 50%; border: none;}
.cta-block {
	background: #d1d9e0;
	padding: 24px 32px;
	color: #111;
	float: right;
	margin-bottom: 24px;
	hyphens: none;
}
@media all and (min-width: 992px) {
	.cta-block {
		margin: 15px auto -80px auto;
	}
}
.cta-block a {color: #fff; display: inline-block;}
.cta-block h4 {
	color: #121212;
	font-size: 28px; 
	line-height: 40px;
	font-weight: 500;
	text-transform: none;
	hyphens: none;
}
.cta-block p {
	color: #111;
	font-size: 21px;
	line-height: 32px;
	padding-top: 24px;
}

.cta-block .container, .prefooter .container {max-width: 100%;}
.grey-back hr {
	height: 3px;
	max-width: 120px;
	margin: 20px auto;
	background: white;
	color: white;
	border: none;
}
.cta-block button, .prefooter button {
	background: #f36f21;
	color: white;
	border: none;
	min-width: 200px;
	margin: 0 auto;
}
.testimonials h3 {
	font: bold 24px/40px 'Poppins', helvetica, sans-serif;
	max-width: 700px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

.testimonials {
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0;
	color: white;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	font-style: italic;
}

.testimonials p {max-width: 600px; margin: 32px auto;}

@media all and (min-width: 768px) {
	.two-col-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
#sidebar {padding: 0 20px;}


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

#sidebar .side-block {margin-bottom: 24px; background: #f3f3f3; padding: 16px 24px;}
#sidebar h2 {color: #121212;}
#sidebar h4 {
	color: #121212; 
	font-weight: normal;
	text-transform: none;
	font-family: 'Poppins';
	margin-bottom: 16px;
}


#sidebar ul.menu li {
	display: block;
	padding: 6px 0; 
	margin: 0;
	font: bold 24px/40px 'Poppins', helvetica, sans-serif;
}
#sidebar ul.menu li a {color: #2856b2;}
#sidebar ul.menu li .sub-menu {	list-style: square; padding-left: 16px;}
#sidebar ul.menu li .sub-menu li {
	display: list-item;
	padding: 2px 0; 
	font: 16px/24px 'Poppins', helvetica, sans-serif;
	
} 

#sidebar ul.menu li a {text-decoration: none;}

/* Contact */

.contact-info {
	font-size: 21px;
	padding: 15px;
}

.contact-info i {
	color: #88c653;
	font-size: 32px;
}
.contact-info h4 {
	color: #555;
	font: bold 21px/32px 'Poppins', helvetica, sans-serif;
	text-transform: uppercase;
}
.contact-info a {
	font-size: 32px;
	line-height: 48px;
	color: #2856b2;
	font-weight: bold;
	text-decoration: none;
}


.footer {
	font-size: 14px;
	color: #121212;
	background: #f1f0f0;
	padding: 56px 0;
	text-align: center;
}

.footer .footer-div {margin: 24px auto;}
.footer img.footerlogo {max-width: 240px;}
@media all and (max-width: 991px) {
	.footer img.footerlogo {margin-top: 32px;}
}
.footer h3 {
	color: #121212;
	font: bold 24px/28px 'Poppins', helvetica, sans-serif;
}

.footer h4 {
	text-transform: uppercase; 
	font-size: 40px; 
	line-height: 40px;
	margin: 24px 0; 
	color: #121212; 
	font-weight: normal;
}
.footer h4 strong {font-weight: bold;}
.footer h6 {
	text-transform: capitalize; 
	font-size: 24px; 
	margin: 0 0 8px 0; 
	color: #121212; 
	font-weight: bold;
}
.footer p {padding: 0 0 16px 0; font-size: 16px; line-height: 24px;}

.footer a.footer-brand img {max-width: 240px; clear: both;}
.footer a {color: #121212; text-decoration: none;}
.footer ul.menu {margin-top: 0px;}
.footer ul.menu li {
	display: inline-block;
	padding: 4px 32px; 
	font: 300 21px/32px 'Poppins', helvetica, sans-serif;
	text-transform: none;
}

.footer ul.menu li .sub-menu li {
	display: inline-block;
	padding: 2px 0; 
	font: 18px/24px 'Poppins', helvetica, sans-serif;
	text-transform: none;
} 

.footer ul.menu li a {text-decoration: none;}

.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: 12px 10px 0;
	padding: 2px;
	color: #121212;
}

.footer i:hover {color: #eee;}


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


.footer .gform_wrapper li#field_2_1 {
	width: 70% !important;
	float: left;
}
.footer .gform_wrapper .gform_footer {
	width: 28% !important;
	clear: none !important;
	float: right;
}
.footer .gform_wrapper .gform_footer input.button, 
.footer .gform_wrapper .gform_footer input[type=submit] {
	font-size: 14px !important;
	padding: 16px 8px !important;
	margin: 6px 0 !important;
	background: #1374b6 !important;
	color: #fff;
	max-width: 98% !important;
}

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

	.footer .gform_wrapper li#field_2_1 {
		width: 64% !important;
	}
	.footer .gform_wrapper li#field_2_1 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
	}
	.footer-col-two {padding: 0;}
}

.footer address {
	padding: 24px 0;
	font-size: 18px; 
	line-height: 24px; 
}

.copyright {
	font-size: 16px;
	line-height: 32px;
	color: #121212;
	padding: 48px 0 16px 0;
	text-align: center;
	display: block;
	margin: 0 auto 24px auto;
}
	
.copyright a {color: #121212; text-decoration: underline; cursor: pointer;}
.copyright a:hover {color: #444; text-decoration: underline;}



.bio-block {margin-top: 48px;}
.bio-block img {
	max-width: 300px;
	height: auto;
}
.bio-block a {text-decoration: none;}
.bio-block h3 {font-size: 28px;}
.bio-block h5 {font-size: 18px; color: #88c653; font-style: italic;}

@media all and (max-width: 767px) {
	.bio-block {text-align: center;}
}

a.slideOpen:hover {opacity: 1;}

#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 99999999999;
	overflow-y: scroll !important;
	
	/* Specify the width of your pageslide here */
	width: 98%;
	padding: 5%;
	/* These styles are optional, and describe how the pageslide will look */
	background: rgba(255,255, 255, .98);
	color: #000;
}

.overlay a, .overlay a:hover {text-decoration: none;}

.overlay table {padding:15px;}
.overlay p {
	padding: 9px 0;
	font-size: 18px; 
	line-height: 28px;
}
.overlay p a {color: white; text-decoration: underline;}

.overlay img {max-width: 100%; height: auto;}
.overlay td {padding: 2px 0;}
.overlay td strong {font-weight: 300;}
.overlay tr.nrow td:first-of-type {padding-top: 13px;}
.overlay ul {padding-left: 24px;}
.overlay ul li {list-style-type: square; margin-left: 15px;}

a.x {
  color: #000;
  font: 28px 'Poppins', sans-serif;
  position: absolute;
  top: 20px;
  right: 25px !important;
}

.overlay i, .overlay em {
	font-style: italic;
}
.overlay a.x i {
	font-style: normal;
	color: #000; 
	padding: 8px; 
	display: inline-block;
	margin: 13px 0;
}
.overlay h3, .overlay h5 {}
.overlay h3 {
	font: bold 40px 'Poppins', helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
.overlay h5 {
	font: italic 28px 'Poppins', helvetica, sans-serif;
	color: #88c653;
}

.overlay {display: none;}



@media all and (max-width: 991px) {
	#pageslide {padding-top: 15%;}
	.leftPartFlyout {margin-bottom: 20px; border: none;}
}


/* 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: #f0f0f0; padding: 12px 20px 10px; margin-top: 24px;}


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: 15px 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 li#field_3_6 label.gfield_label {font: normal 16px/20px 'Poppins', helvetica, sans-serif !important; }

.gform_wrapper input[type="file"] {font-size: 12px;}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin-top: 5px !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: #7f7f7f;
	margin: 10px auto !important;
	color: white;
	position: relative;
	text-transform: uppercase;
	font: normal 18px 'Poppins', sans-serif !important;
	float: right !important;
	clear: both !important;
}

#gform_wrapper_2.gravity-theme .gform_footer {display: block;}
#gform_wrapper_2.gravity-theme .gform_footer:after {
    content: '';
    clear: both;
    display: block;
}

#gform_wrapper_2 .gform_footer input.button, #gform_wrapper_2 .gform_footer input[type=submit], #gform_wrapper_2 .gform_page_footer input.button, #gform_wrapper_2 .gform_page_footer input[type=submit] {
	color: white;
	background: #d1d9e0;
}

button.gform_button_select_files {
	background: #111;
	color: #fff;
}


.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: none;
    color: #444 !important;
}

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



@media all and (min-width: 768px) {
	li#field_2_1, li#field_2_2,
	li#field_2_7, li#field_2_4 {
		width: calc(50% - 5px) !important;
		float: left !important;
		clear: none !important;
	}
	li#field_2_1, li#field_2_2 {margin-right: 10px !important;}
	li#field_2_5 {float: left; clear: both; width: 100%;}
	input#gform_submit_button_2 {
		float: right;
		width: 100%;
		max-width: 170px;
	}
}

.gform_wrapper .top_label select.medium {
    width: 100% !important;
    font-size: 14px !important;
    border: none!important;
    outline: none !important;
    padding: 18px 10px !important;
    color: #222 !important;
    background: white url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat;
    background-position: 95% 20px;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

label.gfield_consent_label {
    padding-top: 12px !important;
}
.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    line-height: 18px !important;
    overflow: visible !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

/* Blog */

@media all and (min-width: 992px) {
	.two-col-list {
		columns: 2;
	}
}

p.wp-caption-text {
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
    padding: 0;
}

.blogArea a, .blogPostWrapper {text-decoration: none;}
a.blogPostWrapperLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;

}
.blogPostWrapper {
	min-height: 450px; 
	padding:  0; 
	padding-top: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: calc(100% - 30px);
	cursor: pointer;
	text-decoration: none;
	position: relative;
	margin: 15px auto;
}

.blogPostWrapper i {display: inline-block; padding: 3px; margin-top: 4px;}



.blogArea a.blogPostWrapperLink {padding-top: 70px;}
.blogArea .blogPostWrapper {min-height: 280px;}

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

.blogPostWrapper h2, 
.blogPostWrapper .meta, 
.blogPostWrapper .entry {
	color: white !important;
	text-decoration: none;
}
.blogPostWrapper h2 {
	font: bold 32px/40px 'Montserrat', helvetica, sans-serif;
}

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

.blog-roll .post {
    margin-bottom: 64px;
}
.blog-roll .blog-link {font-size: 21px; margin-top: 8px;}
.blog-roll .blog-link i {color: #77abdc;}

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

.blog-cover-photo {max-width: 500px;}

body.page-template-page-blog .mainContent {padding-bottom: 0;}
.testimonial-section {
	background: #fafafa;
	padding: 100px 0;
	width: calc(100% - 30px);
	margin: 48px auto;
}
blockquote { 
	background: none; 
	margin: 1.5em 0; 
	padding: 0; 
	quotes:"\201C""\201D"; 
	line-height: 32px; 
	font-size: 21px;
	font-weight: 500;
}
blockquote strong {font-weight: 600;}

.testimonial-section blockquote {
	font-size: 24px; 
	line-height: 40px;
	text-align: center;
}
blockquote:before { 
	color: #e8e8e8; 
	content: open-quote; 
	font-size: 3.5em; 
	line-height: .1em; 
	margin-right: -40px; 
	vertical-align: -.4em; 
	font-weight:bold; 
}
blockquote :first-child { display: inline; }
blockquote :last-child { margin-bottom: 0; }

blockquote cite {
    display: block;
    font-weight: normal;
    margin-top: 16px;
}

blockquote cite:before {
	content: "- ";
}

.meta {margin-top: 9px;}

.entry {margin-top: 20px;}


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

.schema-faq-section {
	margin-top: 24px;
}
/* ACCORDION */


#faq-accordion {width: 100%; max-width:100%; margin: 0 auto;}
.ui-accordion .ui-accordion-header {
	font: normal 24px 'Bodoni Moda', serif; 
	margin-top: 5px;
	margin-bottom: 0;
	color: #121212;
	padding: 16px 24px;
	cursor: pointer;
	outline: none;
	border-radius: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .ui-accordion .ui-accordion-content {
	background: #f1f0f0;
	border-color: #f1f0f0;
	color: #121212;
	font-size: 18px;
	padding: 12px;
}

.ui-accordion .ui-accordion-content {
	padding: 32px 48px; 
	line-height: 32px;
	border-radius: 0 0 5px 5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border-color: #7f7f7f !important; 
	background: #7f7f7f !important;
	font-family: 'Poppins', helvetica, sans-serif;
	font-weight: normal;
	color: white !important;
}
.ui-accordion .ui-accordion-header.ui-state-active {border-radius: 5px 5px 0 0;}
.ui-state-default .ui-icon,
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: none !important;
}


.mainContent #faq-accordion a:hover {text-decoration: none; opacity: .6;}

.strong-view.default .testimonial-inner {
	background: white;
	padding: 48px !important;
	font-size: 15px;
	line-height: 24px;
}
.strong-view.default .testimonial {
	box-shadow: 0 0 20px #aaa !important; 
	border: none !important;
	margin-top: 15px !important;
}
.strong-view.default .testimonial-heading {
    width: 44px;
    overflow: hidden;
    text-align: center;
    background: url(images/quotes.png) center center no-repeat !important;
    background-size: 64px !important;
    margin: 0px auto 25px auto !important;
    height: 74px;
    padding-left: 140px !important;
}
.strong-view.default .testimonial-client {
	text-align: left !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field {
	color: #555 !important;
	padding: 16px 0;
	font-weight: bold;
}

.contact-info {font-size: 24px; line-height: 36px;}
.fas.contact-icon {color: #88c653; font-size: 32px;}
.fab.contact-icon {font-size: 24px; color: black; padding: 5px;}

.careers-link {font-size: 24px; text-decoration: none; margin: 32px auto; clear: both; display: block;}
.careers-link i {color: #88c653;}
#sidebar #searchform {
	display: inline-block; 
	width: 100%;
}

#sidebar .SideSearch .input-group-btn button.btn{
	padding:7px 12px!important;
}

#sidebar .SideSearch .input-group-btn button.btn.btn-default{
	margin:0px auto!important;
	margin-left:0px!important;
}
#sidebar .SideSearch {margin-top: 16px; width: 100%;}
#sidebar .SideSearch .form-control {height: 40px;}
#sidebar .SideSearch .form-control-feedback {
    background: #88c653;
    color: white;
    top: 4px;
    right: 4px;
    height: 32px;
    width: 32px;
}

