/*
	Theme Name: Denyers 2020 
	Theme URI: http://denyers.com.au
	Description: Deneyers custom Wordpress theme build in 2020 by SGD
	Version: 1.0.0
	Author: SGD (@srslygooddesign)
	Author URI: http://sgd.com,au
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


@import url("css/lib/bootstrap-grid.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


/*------------------------------------*\
    MAIN
\*------------------------------------*/


::selection {
	background:#008000;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#008000;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#008000;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

html.is-locked {
	overflow: hidden;
	height: 100vh;
}

body {
	margin:0;
	font-size:.875em;
	line-height:1.75;
	color:#222;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

img {
	max-width:100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}

.img-fluid {
	max-width:none;
	width:100%;
}

b, strong {
	font-weight:700;
}

.text-muted {
	color: rgb(34, 34, 34, .65);
}

.text-muted-white {
	color: rgba(255,255,255,.5);
}

.uppercase {
	text-transform:uppercase;
}

.text-center {text-align:center;}
.text-right {text-align:right;}
.text-left {text-align:left;}


.m-b, .group, p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin:0 0 1rem;
}

.group.right-side .btn{
	margin-top: 1rem!important;
}

h1,h2,h3,h4,h5 {
	line-height: 1.2;
	font-weight: 700;
}

.title-large {
	margin: 1rem 0;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child){
	margin-top: 2rem;
}

h1 {font-size:2.074em;}
h2 {font-size:1.728em;}
h3 {font-size:1.44em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}

small {
	font-size:.75em;
}

a {
	color: #008000;
	text-decoration:none;
}

*:focus,
a:focus {
	outline:0;
}

a:hover {
	text-decoration:underline;
}

a[href^="mailto"] {
	word-break: break-all;
}

.muted {
	opacity:.5;
}

ul, ol {
	padding-left: 20px;
}

.group * {
	margin: 0 0 .25rem !important;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}



button, input, select, textarea {
    font-family: inherit;
}


input, select, textarea {
	width: 100%;
	margin: 0;
	color: inherit;
	line-height: 1;
	font-size: .875em;
	padding:.85rem 1.5rem;
	background: #fff;
	border: 2px solid rgba(0,0,0,.1);
	border-radius: 4px;
	transition: border-color .3s ease, background .3s ease, color .3s ease;
}

textarea {
	height: auto;
	resize: vertical;
	line-height: inherit;
}

input[type="submit"] {
	width: auto;
}

input:hover, 
select:hover, 
textarea:hover {
	border-color: rgba(0,0,0,.2);
}

input:focus, 
select:focus, 
textarea:focus {
	border-color: #008000;
}

::-webkit-input-placeholder { 
  color: inherit;
}
::-moz-placeholder { 
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}
:-moz-placeholder { 
  color: inherit;
}
.gform_wrapper ul {
	list-style: none;
	padding: 0;
}

.gform_wrapper ul li {
	margin-bottom: 15px;
}

.site-page {
	overflow-x: hidden;
}

.container {
	padding-left:15px;
	padding-right:15px;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.container-small {
	max-width: 600px;
}

.container-medium {
	max-width: 800px;
}

.container-large {
	max-width: 1500px;
}

.container-fluid {
	max-width: none;
}

.site-header {
	min-height: 66px;
}

.menu-btn {
	cursor:pointer;
	position:fixed;
	top:10px;
	right:15px;
	height:46px;
	width:46px;
	line-height:1;
	border-radius: 100%;
	background: #008000;
	z-index:1000;
}

.menu-btn span {
	background:#fff;
	position:absolute;
	top:50%;
	left:50%;
	height:2px;
	width:20px;
	margin-top:-1px;
	margin-left: -10px;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
}

.menu-btn span:first-child {
	margin-top:-7px;
}

.menu-btn span:last-child {
	margin-top:5px;
}

.menu-btn.is-active span {
	opacity:0;
}
	
.menu-btn.is-active span:first-child,
.menu-btn.is-active span:last-child {
	opacity:1;
	margin-top: -1px;
}
	
.menu-btn.is-active span:last-child {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-btn.is-active span:first-child {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.site-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #008000;
	z-index: 101;
	transform: translateX(-100%);
	transition: transform .3s ease;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 100px;
}

.site-menu.is-active {
	transform: translateX(0);
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 100;
	opacity: .5;
	display: none;
}

.site-header-logo-mobile {
	display: block;
	padding: 20px 15px 0 15px;
	line-height: 1;
}

.site-header-logo-mobile a {
	display: inline-block;
}

.site-header-logo-mobile img{
	display: block;
	max-height: 30px;
}

.site-header-logo {
	display: none;
}

.floating-cta {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1000;
}

.extra-bar {
	background: #eee;
}

.call-cta {
	padding: 15px;
}

.call-cta .item {
	display: block;
	margin-bottom: 5px;
}

.call-cta .item:last-of-type {
	margin-bottom: 0;
}

.call-cta .item svg {
	vertical-align: middle;
}

.search-form {
	position: relative;
}

.search-form:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.1);
}

.search-form .icon {
	pointer-events: none;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 15px;
}

.search-form form {
	position: relative;
	z-index: 1;
}

.search-input {
	border: none;
	padding-left: 45px;
	font-weight: bold;
	color: #008000;
	background: transparent;
}

.search-input--full-width {
	width: 100% !important;
}

.main-bar {
	background: #fff;
}

.nav li.menu-item-has-children > a {
	padding-right: 46px;
}

.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;	
	height: 45px;
	width: 45px;
	cursor: pointer;
	opacity: .5;
}

.sub-menu-toggle:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -3px -3px 0 0;
	height: 6px;
	width: 6px;
	border-color: #222;
	border-width: 2px;
	border-style: solid;
	border-right: none;
	border-top: none;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.sub-menu-toggle.is-active:before {
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.nav, 
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav li {
	position: relative;
}

.nav > li:not(:last-of-type) {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.sub-menu {
	background: rgba(0,0,0,.1);
	font-size: .875em;
	display: none;
}

.nav li a {
	display: inline-block;
	font-weight: bold;
	color: inherit;
	padding: 10px 15px;
}

.sub-menu li a {
	font-weight: normal;
}

.sub-nav li a {
	color: #fff;
}

.sub-nav .sub-menu-toggle:before {
	border-color: #fff;
}

.nav li.current-menu-item > a {
	text-decoration: underline;
	color: #008000;
}


.nav .sub-menu li.current-menu-item > a {
	text-decoration: underline;
	color: #fff;
}






.sub-nav li.current-menu-item > a {
	color: #fff;
}

.breadcrumb,
.bar-container {
	max-width: 1400px;
	margin: 0 auto;
}

.btn img {
	vertical-align: middle;
}

.btn-group {
	margin-bottom: 1rem;
}

.btn-group .btn {
	margin-right: 5px;
	margin-bottom: 10px;
}
	
.btn {
	display:inline-block;
	line-height:1;
	padding:.875rem 1.25rem;
	background: #008000;
	text-align:center;
	cursor:pointer;
	border:none;
	font-family:inherit;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .875em;
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid #008000;
	transition: color .3s ease, background-color .3s ease;
}

.btn-outline {
	color: #008000;
	background: transparent;
}
.btn:hover {
	text-decoration:none;
	border-color: #006D00;
	background: #006D00;
	color: #fff;
}

.btn-small {
	font-size: .75em;
	padding: .5rem 1rem;
}


.single-carousel-wrap {
	text-align: center;
	background: #1A1819;
	color: #fff;
}

.single-carousel-wrap .container {
	padding-top: 50px;
	padding-bottom: 30px;
}

.single-carousel-wrap h3 {
	margin-top: 0;
}

.single-carousel-wrap .single-carousel {
	margin-bottom: 0;
}

.single-carousel-wrap .img-holder {
	border-radius: 100%;
	overflow: hidden;
	display: block;
	margin: 0 auto 1rem;
	max-width: 175px;
}

.single-carousel {
	margin-bottom: 30px;
}

.single-carousel .title {
	margin-top: 1rem;
}

.single-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

.owl-prev,
.owl-next {
	position: absolute;
	bottom: 0;
}

.owl-prev {
	right: 50%;
	margin-right: 3rem;
}

.owl-next {
	left: 50%;
	margin-left: 3rem;
}

.owl-dots {
    counter-reset: slides-num;
    position: relative;
    width: 6rem;
    padding-left: 3rem;
    font-weight: bold;
    font-size: .75em;
	margin: 0 auto;
	opacity: .5;
	text-align: center;
}

.owl-dot.active:before {
    content: counter(slides-num) "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}

.owl-dot.active:before,
.owl-dots:after {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}


.owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
}

.owl-dots:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 2px;
	background: #fff;
	margin: -1px 0 0 -.5rem;
	transform-origin: center;
}

.arrow-icon {
	position: relative;
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,.25);
	display: block;
}

.arrow-icon:hover {
	border-color: rgba(255,255,255,.5);
}

.arrow-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -4px -4px 0 0;
    height: 8px;
    width: 8px;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-right: none;
    border-top: none;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-next .arrow-icon:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.dark-theme .owl-dots:before {
	background-color: #222;
}

.dark-theme .arrow-icon:after {
	border-color: #222;
}

.dark-theme .arrow-icon {
	border-color: rgba(0,0,0,.1)
}

.dark-theme .arrow-icon:hover {
	border-color: rgba(0,0,0,.5);
}

.dark-theme img {
	margin-bottom: 20px;
}

.pos-rel {
	position: relative;
}

.z-i-10 {
	z-index: 10;
}

.section-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center; 
}

.mobile-ratio-16-9 {
	position: relative;
}

.mobile-ratio-16-9:after {
	content: '';
	display: block;
	padding-bottom: 53%;
}

.p-t { padding-top: 50px;}
.p-b { padding-bottom: 50px;}
.m-t { margin-top: 50px;}
.m-b { margin-bottom: 50px;}


.m-b-none{
	margin-bottom: 0px;
}

.showcase {
	padding: 0 15px;
}

.showcase .item {
	margin-top: 15px;
	margin-bottom: 15px;
}

.showcase .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #008000;
	width: 1px;
	opacity: .075;
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    transition: all .3s ease;
	z-index: -1;
}

.showcase img {
	mix-blend-mode: multiply;
}

.showcase .item:hover:after {
	width: 100%;
}

.showcase .item a {
	display: block;
	line-height: 1.5;
	padding: 1rem .25rem;
}

.showcase .item a p {
	margin: .5rem 0 0;
}

.showcase .item a img {
	max-width: 100px;
}

.partners {
	text-align: center;
	padding: 15px 0;
}

.partners img {
	padding: 15px;
	max-width: 150px;
	width: 100%;
}

.site-footer {
	padding-top:60px;
	padding-bottom: 90px;
	background-color: #222;
	color: rgba(255,255,255,.5);
	font-size: .875em;
}

.site-footer h5,
.site-footer a {
	color: #fff;
}

.site-footer ul {
	list-style: none;
	padding: 0;
}

.site-footer ul li {
	margin-bottom: 5px;
}

.footer-bar {
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 50px;
	padding: 18px 0;
	font-size: .875em;
}

.outer-links li {
	display: inline-block;
	vertical-align: top;
}

.outer-links li a {
	display: inline-block;
	height: 36px;
	width: 36px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 100%;
}

.outer-links li a:hover {
	border-color: rgba(255,255,255,.75);
}

.outer-links li a svg {
	margin: auto;
}

.cert img {
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 3px;
	overflow: hidden;
}

.home-banner {
	min-height: 400px;
}

.banner-min-height {
    min-height: 200px;
    height: 50vh;
    max-height: 250px;
}

.owl-carousel .animated {
	animation-duration: .35s;
}

.map-holder {
	position: relative;
	margin-bottom: 1rem;
}

.map-holder:after {
	content: '';
	display: block;
	padding-bottom: 56%;
}

.map-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.breadcrumb-wrap {
	background: #222;
	color: rgba(255,255,255,.5);
	padding: 5px 0;
	font-size: .75em;
}

.breadcrumb-wrap ul {
	list-style: none;
	padding: 0 15px;
}

.breadcrumb-wrap ul li {
	display: inline-block;
	position: relative;
	margin: 5px 10px 5px 0;
	padding-right: 10px;
}

.breadcrumb-wrap ul li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: rgba(255,255,255,.25);
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.breadcrumb a {
	color: #21b321;
}

.widget {
	padding: 30px 20px 20px;
	margin-bottom: 30px;
	border-radius: 4px;
	background: #f9f9f9;
	line-height: 1.4;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul ul {
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	border-radius: 4px;
}

.widget ul li {
	display: block;
	padding: 10px 0;
}

.widget ul li a {
	display: inline-block;
	color: inherit;
}

.accordionButton:hover,
.accordionButton.on,
.widget ul li a:hover {
	color: #008000;
}

.widget h5 {
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 20px;
}

.products-loop .item {
	margin-bottom: 10px;
}

.products-loop .item a {
	padding: 20px;
	text-align: center;
	display: block;
	position: relative;
}

.products-loop .item a:hover {
	text-decoration: none;
	color: inherit;
}

.products-loop .item a:hover .title {
	text-decoration: underline;
}

.products-loop .item img {
	margin-bottom: 10px;
}

.products-loop .title {
	margin: 5px 0;
	font-size: 1em;
}

.products-loop .muted {
	margin: 5px 0;
	line-height: 1.3;
}

.accordionButton {
	position: relative;
	padding-right: 15px;
	cursor: pointer;
}

.accordionButton.on {
	font-weight: bold;
}

.accordionButton:after {
	content: '';
	position: absolute;
	top: .65em;
	right: 0;
    height: 6px;
    width: 6px;
    border-color: #222;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border-top: none;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordionButton.on:after {
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.accordionContent {
	display: none;
}

hr {
	margin: 0;
	border: none;
	background: rgba(0,0,0,.1);
	height: 1px;
}

.tabs-container {
    display: none;
}

.tabs-container.active {
    display: block;
}

.tabs-header {
	padding: 0 15px;
	display: block;
	list-style: none;
	margin: 30px -15px 0 -15px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tabs-header li {
	display: inline-block;
}

.tabs-header li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
	padding: 1em 1.5em;
	display: inline-block;
	border-radius: 4px 4px 0 0;
	letter-spacing: .05em;
}

.tabs-header li a.active {
	color: inherit;
	background: #eee;
	text-decoration: none;
}

.banner-content {
	max-width: 650px;
	padding: 30px 15px 30px;
}

.boxes .item {
	margin-bottom: 50px;
}

.page-header-small {
	padding: 3rem 0;
	background: #f9f9f9;
}

.flex-content {
	margin: 0 -15px 30px;
}

.container-flex-content {
	max-width: 1300px;;
}

/*
=====================================================================
min-width:576
=====================================================================
*/
@media only screen and (min-width:576px){	
	.site-menu {
		right: 76px;
	}	
}


/*
=====================================================================
min-width:768
=====================================================================
*/
@media only screen and (min-width:768px){	

	.container {
		padding-left:30px;
		padding-right:30px;
	}

	.floating-cta {
		right: 30px;
		bottom: 30px;
	}

	.skew-border:after,
	.single-carousel-wrap:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: inherit;
	    -moz-transform: skewX(10deg);
	    -webkit-transform: skewX(10deg);
	    -o-transform: skewX(10deg);
	    -ms-transform: skewX(10deg);
	    transform: skewX(10deg);
	}


	.single-carousel-wrap:after {
	    transform-origin:  top right;
	}

	.footer-decor-lines .item:not(:first-child) {
		padding-left: 60px;
	}

	.footer-decor-lines .item:not(:last-child) {
		padding-right: 60px;
	}

	.footer-decor-lines .item:not(:last-child):after {
		content: '';
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    background: #fff;
	    width: 1px;
	    opacity: .075;
	    -moz-transform: skewX(10deg);
	    -webkit-transform: skewX(10deg);
	    -o-transform: skewX(10deg);
	    -ms-transform: skewX(10deg);
	    transform: skewX(10deg);
	}

	.banner-content {
		padding: 50px 30px;
		padding-left: 10vw;
	}

	.skew-border:after {
	    transform-origin:  bottom left;
	}

	.mobile-ratio-16-9 {
		position: absolute;
	}

	.mobile-ratio-16-9:after {
		display: none;
	}

	.banner-min-height {
		max-height: 300px;
	}

	.showcase {
		padding: 0;
	}
	

	.map-holder:after {
		padding-bottom: 100%;
	}

	.tabs-header {
		padding: 0;
		margin: 30px 0 0;
	}

	#quote {
		border-radius: 4px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
	}

}

/*
=====================================================================
min-width:992
=====================================================================
*/
@media only screen and (min-width:992px){	

	.site-header {
		position: relative;
		z-index: 1000;
		min-height: auto;
	}

	.site-header-logo {
		display: block;
		margin: 0 15px;
	}

	.site-header-logo img {
		height: 40px;
	}

	.site-header-logo-mobile {
		display: none;
	}

	.menu-btn {
		display:none;
	}


	.call-cta {
		padding: 0 0 0 15px;
	}

	.call-cta .item {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.search-form:before {
		left: 0;
		right: -15px;
	    -moz-transform: skewX(10deg);
	    -webkit-transform: skewX(10deg);
	    -o-transform: skewX(10deg);
	    -ms-transform: skewX(10deg);
	    transform: skewX(10deg);
	}

	.search-input {
		width: 150px;
		padding-left: 60px;
		transition: width .3s ease;
	}

	.search-form .icon {
		left: 25px;
	}

	.search-input:focus {
		width: 250px;
	}

	.site-menu {
		position: static;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		padding: 0;
		transition: none;
		overflow: visible;
	}

	.site-menu,
	.site-menu.is-active {
		transform: translateX(0);
	}

	.overlay {
		display: none !important;
	}

	.nav > li {
		display: inline-block;
	}

	.nav > li:not(:last-of-type) {
		border: none;
	}

	.nav li.menu-item-has-children > a,
	.nav > li > a {
		padding: 24px 15px;
	}

	.nav > li > a {
		position: relative;
		z-index: 1;
	}

	.sub-menu-toggle {
		width: 14px;
		height: 14px;
		margin-top: -7px;
		top: 50%;
		right: 0;
	}

	.sub-menu-toggle.is-active:before {
	    -moz-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

	.sub-nav > li > a {
		text-transform: uppercase;
		font-size: .75em;
	}

	.mark-first-li > li:first-of-type:before {
		content: '';
		position: absolute;
		top: 0;
		left: -15px;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.1);
	    -moz-transform: skewX(10deg);
	    -webkit-transform: skewX(10deg);
	    -o-transform: skewX(10deg);
	    -ms-transform: skewX(10deg);
	    transform: skewX(10deg);
	}

	.nav .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		white-space: nowrap;
		background: #007300;
		padding: 15px 0;
		z-index: 2;
		visibility: hidden;
		opacity: 0;
		display: block !important;
		transition: all .3s ease;
	}

	.nav li:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
	}

	.sub-menu:before,
	.sub-menu:after {
		content: '';
		background: inherit;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 200vw;
		pointer-events: none;
	}

	.sub-menu:before {
		left: 100%;
	}

	.sub-menu:after {
		right: 100%;
	}

	.sub-menu {
		color: #fff;
	}

	.sub-menu > li > a {
		padding: 5px 15px;
	}

	.site-footer {
		padding-bottom: 0;
	}

	.floating-cta {
		right: 50px;
		bottom: 50px;
	}

	.breadcrumb-wrap {
		font-size: .875em;
	}

	.tabs-header li a  {
		font-size: 1em;
	}

}

/*
=====================================================================
min-width:1200
=====================================================================
*/
@media only screen and (min-width:1200px){


	.container {
		padding-left:50px;
		padding-right:50px;
	}


	.title-large {font-size: 3.052em;}

	.search-input:focus {
		width: 300px;
	}

	.sub-nav > li > a {
		font-size: .875em;
	}

	.mark-first-li > li:first-of-type > a {
		padding-left: 40px;
		padding-right: 40px;
	}


	.showcase .item {
		margin: 0;
	}

	.p-t { padding-top: 70px;}
	.p-b { padding-bottom: 70px;}
	.m-t { margin-top: 70px;}
	.m-b { margin-bottom: 70px;}



	.banner-content {
		padding: 50px;
		padding-left: 10vw;
	}

	.tabs-header li a {
		padding: 1.25em 1.75em;
	}

	.banner-min-height {
		max-height: 400px;
	}
	
	#quote {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/*
=====================================================================
min-width:1500
=====================================================================
*/
@media only screen and (min-width:1500px){

	.call-cta {
		padding-left: 30px;
	}

	.site-header-logo {
		margin: 0 30px;
	}


	.site-header-logo img {
		height: 50px;
	}

	.sub-nav > li > a {
		font-size: 1em;
	}

	.nav li.menu-item-has-children > a, 
	.nav > li > a {
		padding: 28px 20px;
	}

	.sub-menu > li > a {
		padding: 8px 20px;
	}

	.search-form:before {
		right: 0;
	}

	.mark-first-li > li:first-of-type:before {
		left: 0;
	}

	.showcase .item a img {
		max-width: 150px;
	}

	.site-footer {
		padding-top: 80px;
		font-size: 1em;
	}

	.breadcrumb-wrap ul {
		padding: 0 30px;
	}


}

ul.page-numbers {
	text-align: center;
	padding: .75rem;
	border-radius: 4px;
	background: #f9f9f9;
	margin-bottom: 30px;
	list-style: none;
}

ul.page-numbers li {
	display: inline-block;
}

ul.page-numbers li .page-numbers {
    display: inline-block;
    font-weight: bold;
    margin: .25em .2em;
    font-size: 0.875em;
    border-radius: 4px;
    background-color: rgba(0,0,0,.075);
    padding: .35em .875em;
}

ul.page-numbers li .page-numbers:hover {
	background-color: rgba(0,0,0,.1);
	text-decoration: none;
}

ul.page-numbers li .page-numbers.current {
	background: #008000;
	color: #fff;
}

.posts .post{
	margin-bottom: 20px;	
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.posts .post:last-child {
	border-bottom: none;
}

.post__title {
    max-width: 20em;
}

.post__title a {
	color: inherit;
}

.post__img {
	margin-bottom: 20px;
}

.post__categories{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.post__categories li {
	display: inline-block;
}

.post__categories li a{
    padding: .5em .75em;
    font-size: .875em;
    background-color: #eee;
    color: #008000;
	font-weight: bold;
	border-radius: 4px;;
}

.post__categories li a:hover{
	background-color: #008000;
	text-decoration: none;;
	color: #fff;
}

.post__title--search {
	margin: 0;
	font-size: 1.125em;
}


.gfield.gform_validation_container{
	display: none;
}


.gform_confirmation_wrapper {
	padding: 10px;
	text-align: center;
	background-color: green;
	margin-bottom: 21px;
}

.gfield_error{
	background-color: rgba(255, 71, 71, .1);
	border-radius: 4px;
    padding: 10px;
	
}

.validation_error{
	padding: 15px;
	text-align: center;
	background-color: #ff4747;
	margin-bottom: 21px;
	font-weight: bold;
	border-radius: 4px;
	color: #fff;
}

.validation_message{
	color: #ff4747;
	font-weight: bold;
	font-size: .875em;
}

.gfield_required{
	color: green;
	padding-left: 5px;
}


