/*--
Theme Name: rutlandBio
Description: A custom theme for Rutland Bio by Federation Design
Version: 1.180
Author: Federation Design
Author URL: https://federation-design.co.uk/
--*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0;}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block;}
a img{border:0;}
figure{position:relative;}
figure img{width:100%;}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-family: 'nunitolight';
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/*	Apply to all elements. In a responsive design, this is almost always a good idea */
* {
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}

table.variations td.value,
.woocommerce .woocommerce-ordering {
	margin: 0 !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .5em;
	background: #f8f8f8;
	border: 1px solid #f3f3f3;
	border-radius: 0px;
	padding: .5em 2em .5em 1em;
	font-size: 1em;
}
table.variations td.value,
.woocommerce-ordering,
.select-container {position:relative; display: inline;}
table.variations td.value:after,
.woocommerce-ordering:after,
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
table.variations td.value:after,
.woocommerce-ordering:after,
.select-container:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: .9em;
	right: .75em;
	border-top: 8px solid #1c3d27;
	opacity: 0.85;
}
table.variations td.value:after {
	top: .35em;
	right: 3.75em;
}
select::-ms-expand {
	display: none;
}

body{font-weight:400;font-size:1.15em;line-height:1.35;margin:0;font-family: 'nunitolight';position:relative;background:#fff;text-align:left;font-size:100%;padding:0;overflow-x:hidden !important;width:100% !important;height:100% !important;}
.clear{height:0;clear:both;font-size:0.1em;line-height:0.1em;padding:0;margin:0;}
img,object,embed{height:auto;max-width:100%;display:block;}
.align-center{text-align:center !important;}
a{cursor:pointer;color:#205163;}
.anchor_position{display:none;}
a.anchor_position{display:block;position:relative;top:-200px;}


.row *::selection{background:#fff;color:#000;}
.row *::-moz-selection{background:#fff;color:#000;}
.row{width:100%;position:relative;z-index:0;padding:0;}
.row .wrapper{max-width:1200px;width:90%;position:relative;padding:0 15px;margin:0 auto;box-sizing:border-box;}
.row h1{font-size:2.125em;margin:0;padding:0 0 20px 0;color:#454444;font-family: 'playfair_displayregular';font-weight: 300;}
.row h2{text-align:left;margin:0;font-size:1.750em;color:#454444;font-family: 'playfair_displayregular';font-weight: 300;}
.row h3{text-align:left;margin:0 auto 0.5em;color:#454444;font-family: 'playfair_displayregular';font-size:1.50em;font-weight: 300;}
.row h4{font-size:1.250em;text-align:left;margin:0;color:#454444;font-family: 'playfair_displayregular';font-weight: 300;}
.row h5{text-align:left;margin:0 0 1.0em;padding-top:20px;color:#454444;font-family: 'playfair_displayregular';font-weight: 300;}
.row li{font-weight:normal;font-size:16px;font-family: 'nunitolight';line-height:1.5em;text-align:left;margin:0.4em 0;color:#454444;}
ul{padding:1em 2em;}
.row a, .row a:hover, .row a:visited{color:#6a8d3b;text-decoration:none;font-weight: bold;}
p{padding-bottom:20px;font-family: 'nunitolight';}
/*p:last-of-type{padding-bottom:0px}*/
p.contactDetails {
	padding: 0;
}
p.contactDetails a {
	color: #000 !important;
}
.submit_wrapper {
	position: relative;
}
span.captionWrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
a.carouselButtonLink.button {
	height: auto;
	border: 0;
	font-size: 18px;
	width: 100% !important;
	margin: 30px auto 10px auto;
	color: #fff;
	padding: 10px 30px;
	background: #c10062;
}
a.carouselButtonLink.button:hover {
	background: #1d2824;
}


.owl-dots {
	display: none !important;
}


a.scrollTo {
	padding-top: 70px;
}
a.scrollTo span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}


a.scrollTo {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 20px;
	z-index: 99;
}
a.scrollTo svg {
	width: 40px;
	height: auto;
}
a.scrollTo svg path {
	fill: #fff !important;
}

img#header_nhs_logo {
	max-width: 50px;
}



.flex_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:stretch;
	align-content:center;
}
.flex_column {
	flex-basis: 50%;
}



div#main_wrapper {
	padding-top: 0px;
}
ul#main_wrapper {
	padding: 0;
	list-style-type: none;
}
.wrapped {
	width: 100%;
	padding: 0;
	position: absolute;
	margin: 0 auto;
	bottom: 30px;
}
.wrapped p {
	text-align: center;
	font-size: 32px;
	color: #fff !important;
}
.wrapped p a.next_section.fancy-down-arrow {
	color: #3c7d8f;
}
.wrapped-inner {
	width: 100%;
	padding: 0;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
}
.wrapped-inner p {
	text-align: center;
	font-size: 32px;
	color: #fff !important;
}

.wrapped-section {
	width: 100%;
	padding: 0;
	position: absolute;
	margin: 0 auto;
	bottom: 0px;
}
.wrapped-section p {
	text-align: center;
	font-size: 32px;
	color: #fff !important;
}
.wrapped-section p a.next_section.fancy-down-arrow {
	color: #3c7d8f;
}
#wrapped{width:100%;padding:0;margin:0 auto;}
.contain{width:60%;padding:0;margin:0 15%;}
.wrap{max-width:996px;margin-left:auto;margin-right:auto;position:relative;padding:0px 15px 0px 15px;}
.wrap-inner{width:100%;margin-left:auto;margin-right:auto;position:absolute;bottom:0;padding-bottom:15%;display:none;}

.row{padding:0 0 0 0;}
.row:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.row.banner_overlay:after {
	display:none;
}
.row .onecol{width:4.85%;}
.row .twocol{width:8.75%;}
.row .threecol{width:22.75%;border:0px solid #999999;padding:0% !important;margin-top:30px;}
.threecol h2{font-size:1.5em;margin:20px 0;}
.threecol p{font-size:0.95em;margin:10px 0;}
.row .fourcol{width:31.833%;}
.row .sixcol{width:48.75%;}
.row .eightcol{width:66.25%;position:relative;}
.row .ninecol{width:72%;}
.row .twelvecol{width:100%;padding:0 !important;}
.row .sixcol_summary{width:50%;margin:0;float:left;}
.row .onecol,.row .twocol,.row .threecol,.row .fourcol,.row .sixcol,.row .eightcol,.row .ninecol,.row .twelvecol{padding:0;float:left;}
.row .onecol,.row .twocol,.row .threecol,.row .fourcol,.row .sixcol,.row .eightcol,.row .ninecol{margin-right:1.25%;}
.row .onecol.last,.row .twocol.last,.row .twocol1.last,.row .threecol.last,.row .fourcol.last,.row .sixcol.last,
.row .eightcol.last,.row .ninecol.last{margin-right:0px;}

.icon_container{width:100%;}
.aligncenter{text-align:center !important;}
h1.title {
	margin-bottom: 30px !important;
	padding: 0 !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	color: #454444;
	text-align: center;
	/* text-transform: uppercase; */
	line-height: 1.25;
}

h2.title{margin-bottom:20px !important;padding:0 !important;font-size:28px !important;font-weight:400 !important;text-align:center;}
h2.hometitle{margin-bottom:30px !important;padding:0 0 15px 0 !important;font-size:28px !important;color:#5c7b45;font-weight:400 !important;}
h3.title{margin-bottom:0px !important;padding:0 0 10px 0 !important;font-size:22px !important;color:#5c7b45;font-weight:400 !important;}
#row_section1 .maintitle {
	padding: 0 0 0 15%!important;
}

.home #row_section1 h1.maintitle ul {
	padding: 0 0 0 .5em;
}
.home li#row_section7 .content {
	text-align: center !important;
	/* display: grid; */
	margin: 0 auto;
}

img.finance_logo {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
h2.title.finance_title {
	font-size: 42px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.maintitle {
	padding: 0 0 0 0!important;
	font-size: 48px !important;
	font-weight: 700 !important;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 40px 0 !important;
}
.maintitle-column {
	padding: 0 0 0 0!important;
	font-size: 32px !important;
	font-weight: 700 !important;
	color: #000;
	text-align: left;
	/*text-transform: uppercase;*/
	margin: 0 0 40px 0 !important;
}
.page-template-template-consultant #row_section3 .maintitle-column {

	margin: 10px 0 40px 0 !important;
}
.subtitle {
	padding: 0 !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #3c7d8f;
	text-align: center !important;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}
.page-template-template-inner .maintitle {
	font-size: 48px !important;
	color: #000;
	margin: 0px 0 0px 0!important;

}
.bg-tint {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}
.error404 .maintitle {
	font-size: 48px !important;
	color: #000;
	margin: 0px 0 0px 0!important;

}
.big-title.background-image-holder.bg404 {
	background-attachment: fixed;
	min-height: 75vh;
	height: auto;
}
.error404 .overlay-container {
	width: 90%;
	max-width: 800px;
	position: relative;
	/* height: 100%; */
	background: #38b0e3;
	padding: 40px !important;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* -webkit-transform: translate(0, -50%); */
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 0 0 0 20px;
	border-left: 0px solid #fff;
	box-sizing: border-box;
}
.error404 .row#row_intro {
	padding: 140px 0 120px 0;
}
.error404 .subtitle {
	padding: 0 !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #fff;
	text-align: center !important;
	text-transform: uppercase;
	margin-bottom: 20px !important;
	margin-top: 20px;
}
#row_contact .maintitle,#row_contact_form .maintitle,#row_contact_integrations .maintitle, .page-template-default .maintitle {
	font-size: 32px !important;
	color: #000;
	margin: 0px 0 0px 0!important;

}
#row_contact h1.maintitle,#row_contact_integrations .maintitle{
	margin: 20px 0 40px 0!important;

}

.content {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}



/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #6a8d3b;
	color: white;
}


/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(0px) translateZ(0);
	transform: perspective(0px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #6a8d3b;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #8093ca;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
	color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}




#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:after {
	content: '';
	background: #fff;
	height: 1px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-of-type:after {
	display: none;
}



/*---------------------------------------------------
* HOMEPAGE
----------------------------------------------------*/
.height-large {
	/*height: 100vh;
	min-height: 600px;*/
	position: relative;
}
@media(max-width: 768px){
	.mob-height-large {
		min-height: 600px;
		height: 100vh !important;
	}
}

.home section.band.dark.image_carousel.height-.aos-init.aos-animate {
	padding-top: 180px;
}


section {
	position: relative;
	overflow:hidden;
}
.image-carousel-wrap,
.image-no-carousel-wrap{
	width: 100%;
	height: 100%;
	position: relative !important;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
.page-template-template-services div.slide{
	min-height: 600px;
}
.single-product div.slide{
	min-height: 200px !important;
}
@media(max-width: 768){
	.page-template-template-services div.slide{
		min-height: 400px;
	}
	div.header_image.slide{
		min-height: 400px;
	}
}

@media(max-width: 600px){

	div.header_image.slide{
		min-height: 260px;
	}
}
.overlay {
	display: block;
	height: 100%;
	position: relative;
	z-index: 300;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.cell-holder {
	display: table;
	height: 100%;
	width: 100%;
}
.cell-holder .cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.bg-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}
.background {
	background-position: center !important;
	background-size: cover !important;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
}
.slick-list, .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
}

.slick-list {
	height: 100%;
	overflow: hidden;
}

.slick-track {
	height: 100%;
}

.slick-slide {
	float: left;
	height: 100%;
}
.slick-slide > div {
	height: 100% !important;
}
.image-carousel-wrap .owl-stage-outer, .image-carousel-wrap .owl-stage {
	height: 100%;
}
.image-carousel-wrap .owl-item {
	position: relative;
	width: 100%;
	height: 100%;
}

img.promo_sticker {
	position: absolute;
	width: 150px;
	top: 0;
	right: 0;
	margin-top: 40px;
}
@media(max-width: 600px){
	img.promo_sticker {
		width: 80px;
		top: 90%;
	}

	.home section.band.dark.image_carousel.height-.aos-init.aos-animate ul.slick-nav {
		display: none !important;
	}
}

.slide__overlay_content {
	max-width: 600px;
}
img.slider-logo {
	max-width: 240px;
}
h2.slide_title {
	color: #205163;
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: 'playfair_displayregular';
	clear:both;
}
.slide_content {
	line-height: 1.75;
	font-size: 20px;
	color: #205163;
}
a.slide_button.button {
	background: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 25px;
	font-size: 18px;
	margin-top: 20px;
	display: inline-block;
	border-radius: 0px;
	border: 2px solid #fff;
	min-width: 180px;
}
a.slide_button.button:hover {
	background: #1c3d27;
}
.pad {
	padding: 60px 0 !important;
}
h2.section_title {
	text-align: center;
	padding: 20px 0 40px 0;
	font-size: 2em;
	color: #484848;
}
.intro_logos {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.intro_content p {
	font-size: 1.25em;
	text-align: center;
	line-height: 1.5;
	max-width: 960px;
	margin: 0 auto;
}
.intro_logos img {
	max-width: 120px;
}



section#section_3_sales_points {
	padding: 2em 0;
}
.sales_points_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sales_point {
	display: flex;
	align-items: center;
}
.sales_point_icon {
	width: 100px;
	height: 80px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
section#section_1_contact_details {
	display: flex;
}
section#section_3_contact_details .row {
	display: flex;
	background: #f0f2f3;
}
div.contact_column {
	width: 50%;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 0px solid;
}

@media(max-width: 800px){
	.intro_logos {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	section#section_3_contact_details .row {
		flex-direction:column;
	}
	div.contact_column {
		width: 100%;
	}


}
.contact_details {
	padding: 40px 8%;
}
img.contact_column_icon {
	/*max-width: 100px;*/
	height: 100px;
	margin: 0px auto 20px auto;
}
h3.title.contact_column_title {
	margin-bottom: 0px !important;
	padding: 0 0 10px 0 !important;
	font-size: 28px !important;
	color: #205163;
	font-weight: 600 !important;
	text-align: left;
	font-family: 'playfair_displayregular';
}
p.contact_column_address {
	font-size: 28px !important;
}
p.contact_column_telephone {
	font-size: 28px !important;
}
p.contact_column_telephone a{
	text-decoration:none;
}
a.contact_column_button.button {
	background: #4d9635;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	font-size: 18px;
	margin-top: 20px;
	display: inline-block;
	border-radius: 10px;
}




section#section_4_promo_columns .row {
	display: flex;
}
div.promo_column {
	width: 50%;
	position: relative;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-top: 40px solid; */
	min-height: 500px;
	background-size: cover !important;
	background-position: center!important;
}
@media(max-width: 768px){
	section#section_4_promo_columns .row {
		flex-direction:column;
	}
	div.promo_column {
		width: 100%;
	}
}
.promo_details {
	padding: 20px 8%;
	position: absolute;
	z-index: 999999;
	text-align: center;
	transition: transform 600ms ease-out;
}
.promo_overlay {
	transition: opacity 600ms ease-out;
	opacity: 0.85;
}
div.promo_column:hover .promo_overlay {
	transition: opacity 600ms ease-out;
	opacity: 0.25;
}

div.promo_column:hover .promo_details {
	transition: transform 600ms ease-out;
	transform: scale(1.04);
}

.page-template-template-services_main section#row_columns .flex_column_item .promo_overlay {
	transition: opacity 600ms ease-out;
	opacity: 0.85;
}
.page-template-template-services_main section#row_columns .flex_column_item:hover .promo_overlay {
	transition: opacity 600ms ease-out;
	opacity: 0.25;
}
.page-template-template-services_main section#row_columns .flex_column_item .promo_details {
	width: 100%;
	height: 100%;
}
.page-template-template-services_main section#row_columns .flex_column_item:hover .promo_details {
	transition: transform 600ms ease-out;
	transform: scale(1.04);
}




section#section_5_finance .cell-holder .cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#section_5_finance .cell-holder .cell > div:first-of-type {
	flex-basis: 45%;
	padding-right: 5%;
}
table.catalolgue_form_wrapper {
	width: 100%;
}
table.catalolgue_form_wrapper span.ajax-loader {
	position: absolute;
	left: 67%;
	bottom: auto;
	right: auto;
	top: 19px;
}
table.catalolgue_form_wrapper tr td:last-of-type {
	padding-left: 5px;
}

table.catalolgue_form_wrapper tr td:first-of-type {
	padding-right: 5px;
}


table.catalolgue_form_wrapper .input::-webkit-input-placeholder { /* Edge */
	color: #FFF !important;
}

table.catalolgue_form_wrapper .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:  #FFF !important;
}

table.catalolgue_form_wrapper .input::placeholder {
	color:  #FFF !important;
}
table.catalolgue_form_wrapper label,
table.catalolgue_form_wrapper br{
	display:none;
}
table.catalolgue_form_wrapper .input {
	padding: 0 20px;
	color: #FFF;
	margin-bottom:10px !important;
}
input#catalogue-submit {
	margin: 0px auto 0 auto;
	display: block;
	border: 1px solid #000000;
	color: #000;
	background: none;
	padding: 16px 25px;
	min-width: 240px;
}



h2.title.promo_column_title {
	padding: 0px 0 10px 0 !important;
	letter-spacing: 0 !important;
	font-size: 32px !important;
	text-align: center;
	font-weight: 600 !important;
	font-size: 36px !important;
	display: block;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

h3.promo_column_subtitle {
	text-align: center;
	font-size: 28px !important;
	font-weight: 600 !important;
}
h3.promo_column_subtitle2 {
	text-align: center;
	font-size: 24px !important;
	font-weight: 400 !important;
}

.flexwrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.flexwrapper .sixcol {
	position: relative;
}
.latest_news_featured_image.background {
	min-height: 300px;
	position: relative;
}

h2.title.latest_news_title {
	line-height: 1.5;
	font-size: 28px !important;
	padding-top: 0 !important;
}




h3#instagram_title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	margin-bottom: -10px;
}
section#section_instagram i.fab.fa-instagram {
	font-size: 48px;
	margin-right: -40px;
	padding-right: 20px;
	border-right: 2px solid #000;
	position: relative;
}

.wdi_feed_thumbnail_1 .wdi_feed_container {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 0px solid #FFFFFF!important;
}
.wdi_layout_th .wdi_photo_wrap {
	position: relative;
	display: block!important;
	overflow: hidden;
	box-sizing: content-box;
}
.wdi_feed_thumbnail_1 .wdi_photo_wrap {
	padding: 0!important;
	width: calc(100% - 0px)!important;
}
.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
	border: 0px solid #ffffff!important;
	background-color: #FFFFFF;
}



section.band.dark.image_carousel.logo_carousel.aos-init.aos-animate {
	height: 200px;
}
.logo-carousel_wrap {
	padding: 40px 0;
}
.logo_carousel .bg-wrapper.background {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	position: relative;
	height: 100px !important;
	width: 96%;
	filter: grayscale(1);
}
.logo_carousel .bg-wrapper.background:hover {
	filter: grayscale(0);
}
.logo_carousel .owl-carousel .owl-stage {
	margin: 0 auto;
}



/*---------------------------------------------------------------------------
ABOUT US TEMPLATE
-----------------------------------------------------------------------------*/
.page-template-template-about section#row_video {
	height: 66vh;
}
.section_static_bg_image_wrapper {
	position: relative;
	height: 100%;
}
.section_static_bg_image_wrapper .carousel_item {
	height: 100%;
}
span.overlay.carousel_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.section_static_bg_image_wrapper .carousel_item_overlay {
	min-height: 100%;
	height: 100%;
	padding: 2em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: center;
	justify-content: center;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}


.section_static_bg_image_wrapper h2.carousel_item_text {
	font-size: 46px;
}
.section_static_bg_image_wrapper .carousel_item_overlay > div {
	max-width: 960px;
}
span.carousel_item_text_para p{
	font-size: 24px;
}
span.carousel_item_text_para li{
	font-size: 20px;
}
span.overlay.box_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content_wrapper {
	font-size: 1.25em;
}
.wrapper_fullwidth {
	display: flex;
	height: 100%;
	align-items: center;
}
.wrapper_fullwidth .inner.pad{
	padding-left:4em;
	padding-right:2em
}
section#row_columns_2 .flex_column_item {
	width: 100%;
	position: relative;
	min-height: 400px;
	overflow: hidden;
}


section#row_small_boxes .flex_column_item {
	width: 25%;
	position: relative;
	min-height: 200px;
	overflow: hidden;
}
section#row_small_boxes .flex_column_item:first-of-type {
	width: 50%;
}
section#row_small_boxes .flex_column_item:nth-of-type(2) .cell-holder .cell,
section#row_small_boxes .flex_column_item:nth-of-type(3) .cell-holder .cell{
	align-items:center !important;
}



.page-template-template-about .row.target-section {
	width: 100%;
	z-index: 1;
	padding: 0px 0 0px 0;
	overflow: hidden;
}




/*---------------------------------------------------------------------------
CONTACT US TEMPLATE
-----------------------------------------------------------------------------*/
.page-template-template-contact section#row_video {
	height: calc(40vh + 183px);
}
.page-template-template-contact .row.target-section {
	padding: 0px 0 0px 0;
}


.page-template-template-contact section#section_1_contact_details {
	display: flex;
	flex-wrap: wrap;
}
.page-template-template-contact div.contact_column {
	width: 33.3%;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 0px solid;
}
.page-template-template-contact div.contact_column .cell-holder .cell {
	padding-left: 0;
	padding-right: 0;
}
.page-template-template-contact div.contact_column .cell-holder .cell .fa{
	margin-right:10px;
}
@media(max-width: 768px){
	.page-template-template-contact div.contact_column {
		width: 100%;
	}

}
/********Services Template***********/


.page-template-template-team div#header_image,
.page-template-template-services div#header_image {
	display: flex;
	height: 100%;
}
.search .banner_overlay,
.post-type-archive-product .banner_overlay,
.page-template-default .banner_overlay,
.tax-product_cat .banner_overlay,
.page-template-template-contact .banner_overlay,
.page-template-template-team .banner_overlay,
.page-template-template-services_main .banner_overlay,
.page-template-template-services .banner_overlay {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	align-items: stretch;
	/* align-content: center; */
	justify-content: space-between;
	padding: 80px 1em;
	height: auto;
}
.page-template-template-contact .banner_overlay{
	padding: 40px 1em;
}
.page-template-template-services_main .banner_overlay{
	height: auto;
}
.search .banner_content_wrapper,
.post-type-archive-product .banner_content_wrapper,
.page-template-default .banner_content_wrapper,
.tax-product_cat .banner_content_wrapper,
.page-template-template-contact .banner_content_wrapper,
.page-template-template-team .banner_content_wrapper,
.page-template-template-services_main .banner_content_wrapper,
.page-template-template-services .banner_content_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin-right: auto;
	margin-left: auto;
}
h2.title.banner_content_title {
	padding: 0 !important;
	margin: 0 0 20px 0!important;
	font-size: 36px !important;
}
h2.title.banner_content_subtitle {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px !important;
}
img.banner_content_bullet {
	width: 26px;
	margin: 0px 10px 0px 0;
}
table.banner_bullet_points {
	padding-top: 15px;
}
table.banner_bullet_points td {
	font-size: 16px;
	vertical-align: middle;
	padding: 5px 0;
}
.page-template-template-services_main .banner_form_wrapper,
.page-template-template-services .banner_form_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media(max-width: 640px){
	.page-template-template-services_main .banner_form_wrapper,
	.page-template-template-services .banner_form_wrapper {
		display: block;
	}
	input#info-send {
		font-size: 18px !important;
	}
}
.banner_form {
	padding: 40px;
	max-width: 420px;
}

h2.title.banner_form_title {
	padding: 0 !important;
	margin: 0 0 0 0 !important;
}
.banner_form_content {
	margin-bottom: 10px;
}
.page-template-template-services_main input#info-send,
.page-template-template-services input#info-send {
	background: #4d9635;
	border-radius: 0px !important;
}

.page-template-template-services_main h1.title,
.page-template-template-services h1.title {
	text-align: left;
}
.page-template-template-services section#section_2_content {
	text-align: left;
}
.page-template-template-services section#section_2_content .wrapper_ {
	display: flex;
	align-items: center;
	/* flex-wrap: wrap;*/
}
.subpage_links{
	width: 33%;
	margin: 0 60px 5px 0;
}
ul.subpage_links {
	padding: 0;
	list-style: none;
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 60px 5px 0;
}
.subpage_links ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.subpage_links ul li,
ul.subpage_links li {
	height: 100%;
	padding: 0;
	margin: 5px 0 0 0;
	width: 100%;
}
.subpage_links ul li a,
ul.subpage_links li a {
	background: #205163;
	height: 100%;
	padding: 20px 20px;
	margin: 0;
	width: 100%;
	min-width: 300px;
	display: block;
	color: #fff !important;
	text-align: center;
	font-size: 18px;
}
.subpage_links ul li.current_page_item a,
ul.subpage_links li.current_page_item a {
	background: #4d9635;
}
@media(max-width: 800px){
	.subpage_links {
		width: 100%;
		margin: 0 0px 5px 0;
	}
}


.content_wrapper {
	text-align: left;
}
section#section_2_content p{
	line-height:1.5;
}
.page-template-template-services section#section_3_content .sixcol {
	width: 50%;
	position: relative;
	margin: 0;
	text-align: left;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	border-top: 0px solid;
	min-height: 400px;
	background-size: cover !important;
	background-position: center!important;
	background: #f0f2f3;
}
.page-template-template-services section#section_3_content .sixcol:first-of-type {
	padding:40px 8%;
	line-height:2;
}


section#row_columns .flex_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
section#row_columns .flex_row .flex_column {
	width: 50%;
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
section#row_columns .flex_column_item {
	width: 100%;
	position: relative;
	overflow: hidden;
}


/* Sweep To Bottom */
.subpage_links li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.subpage_links li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4d9635;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.subpage_links li a:hover, .subpage_links li a:focus, .subpage_links li a:active {
	color: white;
}
.subpage_links li a:hover:before, .subpage_links li a:focus:before, .subpage_links li a:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}



a.button.hvr-sweep-to-right {
	text-align: center !important;
	clear: both;
	float: none;
	display: inline-flex;
	margin: 30px auto 0 auto;
	align-self: center;
	justify-self: center;
	padding: 10px 30px;
	border: 1px solid #fff;
}



.bg_image {
	background-size: cover !important;
	background-position: center !important;
}
.bg_contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
span.overlay.box_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	max-width: 100%;

}
a.faux_link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#row_team {
	padding-top: 0;
}
.page-template-template-team  section#row_intro h2.page_title {
	font-size: 24px;
	font-weight: 100;
}


.page-template-template-team .flex_row {
	justify-content: flex-start;
	align-items: flex-start;
}

.page-template-template-team .flex_column.team_member {
	width: 25% !important;
	flex-basis: 25% !important;
	padding:1em;
	margin-bottom: 2em;
	position:relative;
}
@media(max-width: 960px){
	.page-template-template-team .flex_column.team_member {
		width: 33.3% !important;
		flex-basis: 33.3% !important;
	}
}
@media(max-width: 800px){
	.page-template-template-team .flex_column.team_member {
		width: 50% !important;
		flex-basis: 50% !important;
	}

	.page-template-template-services section#section_2_content .wrapper_ {
		display: flex;
		align-items: center;
		flex-direction:column;
	}
	ul.subpage_links {
		padding: 0;
		list-style: none;
		width: calc(100% - 20px);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 10px 5px 10px;
	}
	.page-template-template-services .content_wrapper {
		max-width: 800px;
		padding: 2em 2em 0em 2em !important
			margin: 0 auto !important;
	}
}
@media(max-width: 640px){
	.page-template-template-team .flex_column.team_member {
		width: 100% !important;
		flex-basis: 100% !important;
	}
}
.team_member_content {
	border-bottom: 4px solid #205163;
	padding-bottom: 12px;
}
h2.team_member_name,
h2.team_member_position {
	padding: .4em 0;
}
h2.team_member_name{
	font-size: 1.25em;
}
h2.team_member_position {
	padding-top: 0;
	font-size: 0.8em;
	font-family: 'nunitolight';
	letter-spacing: 0.1px;
}

.page-template-template-team a.button.btn_arrow {
	font-size: 16px !important;
	margin-top: .5em;
}

.team_member_modal_inner h2.team_member_name {
	padding-bottom: 10px;
	font-size: 1.75em;
	border-bottom: 2px solid #b4a67e;
	margin-bottom: 10px;
}

.team_member_modal_inner h2.team_member_position {
	font-size: 1.25em;
}

@media(max-width: 768px){
	.team_member_image {
		min-height: 300px;
		width: 80% !important;
		padding: 0 !important;
		margin: 0 auto;
	}
	h2.team_member_name, h2.team_member_position {
		text-align: center;
	}
}




.split_banner_column {
	height: 66vh;
	min-height: 400px;
	display: block;
	position: relative;
	width: 50%;
}
.split_banner_column div {
	height: 100%;
	width: 100%;
	top:0
		right:0;
	bottom:0;
	left:0;		
	display: block;
	position: absolute;
}
@media(max-width:768px){
	.split_banner_column {
		height: 40vh;
		min-height: 400px;
	}
}


.gallery_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.gallery_wrap > div {
	width: 25%;
	min-height: 300px;
	position: relative;
}
@media(max-width:768px){
	.gallery_wrap > div {
		width: 50%;
		min-height: 300px;
		position: relative;
	}
}
@media(max-width:480px){
	.gallery_wrap > div {
		width: 100%;
		min-height: 300px;
		position: relative;
	}
}

.fancybox-bg {
	background: #205163;
}




.cart-contents {
	position: relative;
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: center;
}



.cart-contents:hover {
	text-decoration: none;
}
a.menu-item.cart-contents {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 0;
	width: auto;
}
svg#basket_icon {
	width: 24px;
}
.cart-contents-count {
	position: relative;
	top: 1px;
	right: -3px;
	/* transform: translateY(-105%) translateX(25%); */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	background: #6a8d3b;
	border-radius: 50%;
	padding: 0px;
}


section#section_woo ul.products {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	list-style:none;
	padding:0
}
.search section#section_woo ul.products {
	flex-wrap: wrap;
	width:100%;
	justify-content:flex-start;
}
section#section_woo ul.products li.product {
	flex-basis: 24%;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	position: relative;
}
.search section#section_woo ul.products li.product{
	flex-basis: 24%;
	margin: 0 .5%;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	position: relative;
}
section#section_woo ul.products li.product a img {
	margin: 3px;
	width: calc(100% - 6px);
}
section#section_woo ul.products li.product .product_content {
	color: #454444;
	text-align: center;
	padding: 0px 0 16px 0;
}
section#section_woo ul.products li.product .product_content p{
	padding-bottom: 0px;
}
section#section_woo ul.products li.product h3 {
	color: #454444;
	text-align: center;
	font-size: 1.0em;
	padding: 16px;
	margin: 0;
}

section#section_woo ul.products li.product a.add_to_cart_button,
section#section_woo ul.products li.product a.button{
	text-transform: uppercase !important;
	text-align: center;
	border: 1px solid #454444;
	color: #454444;
	padding: 10px 20px;
	font-size: .85em;
	max-width: 60%;
	align-self: center;
	margin-top: 16px;
	/* 	margin-bottom: 16px; */
	display: inline-block;
	position: relative;
}
.home section#section_woo ul.products li.product a.add_to_cart_button,
.home section#section_woo ul.products li.product a.button{
	margin-bottom: 16px;

}
section#section_woo ul.products li.product.outofstock a.add_to_cart_button,
section#section_woo ul.products li.product.outofstock a.button{
	max-width: 90%!important;
	width:100%!important;
	display: block!important;
}
section#section_woo ul.products li.product a.add_to_cart_button:hover,
section#section_woo ul.products li.product a.button:hover{
	background:#1c3d27;
	color: #fff;
}

.woocommerce div.product form.cart span.woocommerce-Price-amount.amount {
	font-size: 1.5em;
	font-weight: 600;
}
.blog-grid-item{
}

.archive #primary,
.page-template-news section#row_blog_banner{
	/*padding: 183px 0 0 0 !important;*/
}


nav.woocommerce-breadcrumb {
	border-top: none;
	border-bottom: none;

}
.woocommerce .woocommerce-breadcrumb{
	margin: 3em 0 3em 0;
	background: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 40%;
	clear: none;
}


.woocommerce div.product div.summary {
	margin-bottom: 2em;
	position: relative;
	/* 	top: -5.5em; */
}


.woocommerce div.product h1.product_title {
	text-align: center;
	font-size: 1.5em;
}
img.product_logo {
	margin: 0 auto 20px auto;
	max-width: 120px;
}

.additional_product_info p {
	text-align: center;
	margin-top: 16px;
}
.woocommerce div.product div.summary .fed-accordion:last-of-type h5.accordion {
	border-bottom: none !important;
}
.woocommerce div.product div.summary .accordion {
	padding-bottom: 40px;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}
.woocommerce div.product div.summary h5.accordion {
	padding: 20px 60px 20px 60px;
	color: #454444;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	cursor: pointer;
	position: relative;
	/* width: calc(100% - 120px); */
	border: solid #6a8d3b;
	border-width: 0px 0 2px 0;
	margin: 0;
	font-family: 'nunitolight';
}
.woocommerce div.product div.summary .fed-accordion:first-of-type h5.accordion {
	border-top: 2px solid #6a8d3b!important;
}
.woocommerce div.product div.summary .fed-accordion:last-of-type h5.accordion {
	border-bottom: 2px solid #6a8d3b!important;
}
.woocommerce div.product div.summary h5.accordion:hover {
	background: #ffffff!important;
	text-decoration: underline;
	background-image: none!important;
	text-decoration: none!important;
}
.woocommerce div.product div.summary h5.accordion::before {
	color: #cccccc !important;
	left: auto !important;
	right: 32px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-o-transition: -o-transform 150ms ease-in-out;
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out;
}
.woocommerce div.product div.summary h5.accordion:hover::before {
	color: #cccccc!important;
}
.woocommerce div.product div.summary .opened h5.accordion {
	background: #fff!important;
	background-image: none!important;
}

.woocommerce div.product div.summary .fed-accordion>section.opened h5.accordion::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-o-transition: -o-transform 150ms ease-in-out;
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out;
}

.woocommerce div.product div.summary .accordion .fed-accordion p:last-of-type{
	padding-bottom: 0px;
}


.woocommerce div.product form.cart {
	margin-bottom:0em;
	display: flex;
	flex-wrap: wrap;
}

.qty {
	flex-basis: 48%;
}
.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
	flex-basis: 48%;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #6a8d3b;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: block;
	clear: both !important;
	width: 100%;
	border-radius: 0 !important;
	margin: 10px 0;
	padding: 16px;
}


.product_meta {
	display: flex;
	flex-direction: column;
}


section.related.products {
	clear: both !important;
}



.woocommerce nav.woocommerce-pagination {
	text-align: center;
	border-top: 0px solid #6a8d3b;
	border-bottom: 0px solid #6a8d3b;
	background: none;
}




/*---------------------------------------------------------------------------
MODAL
-----------------------------------------------------------------------------*/
.modal_bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 105vh;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.84);
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: opacity .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: opacity .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: opacity .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95)
}
.modal_bg.opened {
	opacity:1;
	visibility:visible;
	-webkit-transition: opacity .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: opacity .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: opacity .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: opacity .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95)
}
#emergency_modal,
.enquiry_modal,
.team_member_modal{
	opacity:0;
	visibility:hidden;
	max-width: 1080px;
	position: fixed;
	top: -100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 2em;
	background: #205163;
	width:90%;
	-webkit-transition: all .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: all .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: all .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: all .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95)
}
#emergency_modal.opened,
.enquiry_modal.opened,
.team_member_modal.opened{
	display:block;
	opacity:1;
	visibility:visible;
	top: 10%;
	-webkit-transition: all .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: all .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: all .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95);
	transition: all .5s cubic-bezier(.445,.05,.55,.95),transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95)
}

div#emergency_modal {
	text-align: center;
	max-width: 440px;
}
div#emergency_modal .flex_column {
	flex-basis: 100%;
}
div#emergency_modal h2 {
	text-align: center;
	font-size: 42px;
}
div#emergency_modal .subtitle {
	padding: 0 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #FFF;
	text-align: center !important;
	text-transform: none;
	margin-bottom: 0px !important;
}
div#emergency_modal p.subtitle.emergency_modal_subtitle {
	margin-bottom: 10px !important;
}
div#emergency_modal p.subtitle.emergency_modal_footer {
	/* margin-top: 10px;*/
}
div#emergency_modal .emergency_modal_contact .subtitle {
	font-size:small;
}
span.team_member_telephone {
	margin-bottom: 10px;
	display: block;
	font-size: 22px;
}
.team_member_modal_inner {
	/* display: flex; */
	/* flex-direction: row; */
}
a.modal_close {
	position: absolute;
	color: #fff;
	text-decoration: none;
	font-size: 2em;
	top: 0;
	right: 0;
}
a.modal_close svg {
	width: 30px;
}
.team_member_modal .flex_row{
	align-items:flex-start;
	justify-content:space-between;
}
.team_member_modal .flex_column:first-of-type {
	flex-basis: 30%;
}

.team_member_modal .flex_column:last-of-type{
	flex-basis: 65%;
}


.team_member_modal .team_member_image {
	min-height: 300px;
}
a.faux_link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media(max-width: 768px){
	a.modal_close {
		top: -20px;
		right: -30px;
	}
	.team_member_modal .flex_row {
		display: block;
		max-height: 70vh;
		overflow-y: auto;
	}
	.team_member_modal .flex_column:first-of-type {
		flex-basis: unset;
		width: 100%;
		display: block;
	}
	.team_member_modal .flex_column:last-of-type {
		flex-basis: unset;
		width: 100%;
	}
}


.cell-holder {
	display: table;
	height: 100%;
	width: 100%;
	z-index: 999;
	position: relative;
}
.cell-holder .cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}
.content_wrapper {
	font-size: 1.25em;
}
.page-template-template-services .content_wrapper {
	max-width:800px;
	padding: 2em 2em 0 2em;
	margin:0 auto !important;
}
.page-template-template-services .content_wrapper p{
	line-height: 1.5;
}
section#section_3_content .row {
	display: flex;
	flex-wrap: wrap;
}

.aligncenter {
	text-align: center !important;
}
section#section_5_c2a .row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	align-content: center;
	height: 100%;
}

section#section_7_c2a .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: center;
	height: 100%;
}
div#c2a_bg {
	position: relative;
	/* height: 100%; */
	align-items: stretch;
	width:33%;
}

.c2a_form_wrapper {
	width:67%;
	padding-left:4% !important;
	padding-right:4% !important;
}
.contact_form_content {
	padding-bottom: 30px;
}
p#time-selection {
	color: #fff;
	/*padding-top: 13px;
	padding-bottom: 13px;*/
	line-height: 1.125;
}

.c2a_form_wrapper .info-input {
	margin: 0px 0 5px 0;
}
input#callBack-submit {
	height: auto;
	border: 0;
	font-size: 24px;
	width: 100% !important;
	margin: 0 auto 10px auto;
	display: block;
	color: #fff;
	padding: 10px 30px;
	background: #4d9635;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0px !important;
}

a.latest_news_button.button {
	background: #205163;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 10px;
}
a.latest_news_button.button:hover {
	background: #4d9635;
	color: #fff;
}


@media(max-width: 800px){
	.wrapper{
		width: 92%;
	}
	.page-template-template-services .banner_overlay {
		flex-direction: column;
		max-width: 93%;
		justify-content: flex-end;
	}
	section#section_5_c2a .row {
		flex-direction: column;
	}
	div#c2a_bg {
		width: 100%;
		min-height: 300px;
	}
	.c2a_form_wrapper {
		width: 100%;
		padding-left: 4% !important;
		padding-right: 4% !important;
	}
	.flexwrapper {
		flex-direction: column;
	}

	h3.widget-title {
		text-align: center !important;
	}
}


.row.contact_row {
	display: flex;
	flex-direction: row;
}

.row.contact_row div.contact_column {
	text-align: left;
	justify-content: center;
	align-items: center;
	border-top: 0px solid;
}
.row.contact_row h3.title.contact_column_title {
	text-align: left;
}
.row.contact_row div.contact_column_2 .contact_details {
	background: #f0f2f3;
}
.row.contact_row img.contact_column_icon {
	max-width: 360px;
	height: 100px;
	margin: 0 0 20px 0;
}
h3.title.contact_row_column_2_title {
	margin-bottom: 0px !important;
	padding: 0 0 40px 0 !important;
	font-size: 28px !important;
	color: #205163;
	font-weight: 600 !important;
	text-align: left;
}
.row.contact_row table {
	width: 100%;
	table-layout: fixed;
}
.row.contact_row table tr td {
	padding: 5px;
}

.c2a-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
}
img.c2a_logo {
	max-width: 260px;
}

a.c2a_button.button {
	padding: 12px 35px;
	font-weight: 600;
}


.contact_form_wrapper {
	margin-top: 0px;
}
.contact_form_wrapper .info-input {
	margin: 0px 0 0px 0;
	background: #ffffff;
	width: 100%;
	padding: 0px 10px;
	height: 40px;
	border: none;
	border-bottom: 0px solid #fff;
	border-radius: 0;
	color: #fff;
}
.contact_form_wrapper textarea#notes {
	width: 100%;
	padding: 10px 20px;
	resize: none;
	height: 140px;
}
.contact_form_wrapper input#info-send {
	height: auto;
	border: 0;
	font-size: 24px;
	width: 100% !important;
	margin: 0 auto 10px auto;
	display: block;
	color: #fff;
	padding: 15px 30px;
	background: #4d9635;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0px !important;
}


.contact_form_wrapper p label {
	display: none;
}
.contact_form_wrapper p br {
	display: none;
}
.contact_form_wrapper input.wpcf7-form-control.wpcf7-submit {
	background: #1c3d27;
	color: #fff;
	padding: 12px 24px;
	min-width: 160px;
	border: 0;
	text-transform: uppercase;
}
.contact_form_wrapper .gdpr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:1em;
}
.contact_form_wrapper .gdpr img{
	width:24px;
	margin-right:10px;
}
.contact_form_wrapper .gdpr p,
.contact_form_wrapper .gdpr a{
	color:#fff;
	padding:0;
	margin:0;
}
@media(max-width: 800px){
	.row.contact_row {
		flex-direction: column;
	}

	.c2a-wrapper {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.c2a_logo {
		margin-bottom: 10px;
	}
	a.c2a_button.button{
		margin-top: 10px;
	}
	p#textarea-wrapper {
		margin-top: 10px;
	}
}





.page-template-template-main .content {
	max-width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.content p, .content a {
	font-size: 16px;
}
.inner-content{padding-top:40px;padding-bottom:40px;}
.home-inner-content{padding-top:60px;padding-bottom:0px;}

p.title{margin-bottom:0;padding:0;text-align:center;}
ul#owl_projects{padding:0;list-style-type:none;}

.row.target-section {
	width: 100%;
	z-index: 1;
	padding: 60px 0 60px 0;
	overflow: hidden;
}
.row.target-section.documnets_list {
	padding: 0px 0 60px 0;
}
.wrapper{max-width:1200px;padding:0;position:relative;margin:0 auto;}
.page-template-template-home li#row_section1 {
	padding: 0;
}
.page-template-template-home #banner-wrapper {
	margin-top: 60px;
	margin-bottom:60px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	max-width: 100%;
	bottom: auto;
	position: absolute;
	z-index:99999;
}
#banner-wrapper {
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	max-width: 100%;
	position: absolute;
	bottom: 0;
}
#banner-inner-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.page-template-template-home #banner-inner-wrapper .maintitle {
	padding: 0 0 0 40px!important;
	text-transform: none !important;
	font-weight: 400 !important;
	font-size: 38px !important;
	margin: 0px 20px 40px 0 !important;
	border-left: 12px solid #c10062;
	line-height: 1.15;

}
#banner-inner-wrapper .maintitle {
	padding: 0 0 0 0px!important;
	text-transform: none !important;
	font-weight: 400 !important;
	font-size: 38px !important;
	margin: 40px 0px 40px 0 !important;
	border-left: 0px solid #c10062;
	line-height: 1.15;
}
#banner-form {
	padding: 20px;
	box-sizing: border-box;
}
h2#brochure-form-title {
	padding: 0px 0 0 0!important;
	text-align: left !important;
	font-size: 28px!important;
	line-height: 1.25 !important;
	text-shadow: none !important;
	margin: 0px 0 0 0;
}
.default-brochure-form {
	margin-top: 10px;
}
span#brochure-type {
	display: flex;
	flex-direction: row;
	width: 100%;
	/* justify-content: space-evenly; */
}
span#brochure-type > span {
	width: auto;
	margin-right: 20px;
}
span#brochure-type span.wpcf7-list-item-label {
	color: #777;
	line-height: 32px;
	font-size: 20px;
}
.page-template-template-home span#brochure-type span.wpcf7-list-item-label {
	color: #fff;
}
.info-input {
	margin: 0px 0 0px 0;
	background: #fff;
	width: 100%;
	padding: 0px 10px;
	height: 40px;
	border: none;
	border-bottom: 0px solid #fff;
	border-radius: 0px;
	color: #333;
}
.page-template-template-home .info-input {
	background: #fff;
	color:#000;
}
input[type="radio"] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
}
input#info-send {
	height: auto;
	border: 0;
	font-size: 24px;
	width: 100% !important;
	margin: 0 auto 10px auto;
	display: block;
	color: #fff;
	padding: 10px 30px;
	background: #1d2824;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 10px !important;
}
span.gdpr {
	color: #000000;
	margin: 10px 0 0 0;
	font-size: 12px;
	display: block;
}

.banner_form span.gdpr {
	color: #fff;
}
.page-template-template-contact span.gdpr {
	color: #797979;
	margin: 0;
}
.page-template-template-home span.gdpr {
	color: #fff;
}
img.padlock {
	width: 32px;
	float: left;
	margin-right: 10px;
	top: -3px;
	position: relative;
}
#brochure-img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.location-bullets {
	padding: 0 0 80px 0;
}
.location-bullets li {
	width: 100%;
	text-align: center;
	color: #fff;
	list-style: none;
	font-size: 16px;
}
table.benefits-bullets{
	width:90%;
	margin-left:10%;
	table-layout:fixed;
}
table.benefits-bullets tr td:first-of-type{
	width:80px;
}
table.benefits-bullets td {
	font-size: 28px;
	padding: 10px;
}
span.bullet-subtitle {
	clear: both;
	display: block;
	padding-top:5px;
	font-size:16px;
}

.page-template-template-why-us li#row_section6 h2.maintitle {
	line-height: 1.5;
}



.page-id-2294 section#row_intro {
	padding-top: 0;
}
.page-id-2294 section#row_intro h2.page_title{
	padding-bottom: 20px;
}
.page-id-2294 section#row_main {
	padding: 0;
	position: relative;
}
.page-id-18650 section#row_main .inner,
.page-id-2294 section#row_main .inner {
	display: flex;
	position: relative;
	overflow: visible; 
	border-left: 100px solid #fff;
	align-items:center;
	justify-content:space-between;
}
.page-id-2294 section#row_main .inner div {

}
.page-id-18650 section#row_main .inner div.featured-image.bg_image,
.page-id-2294 section#row_main .inner div.featured-image.bg_image {
	min-height: 600px;
	width: calc(100% + 100px);
	flex-basis: 41%;
	position: relative;
	left: -100px;
	margin-right: -40px;
}
.page-id-18650 section#row_main .inner div.main-content,
.page-id-2294 section#row_main .inner div.main-content{
	width: 100%;
	max-width: 700px;
	flex-basis: 65%;
	margin-right: auto;
	line-height: 1.5;
}

.page-id-18650 section#section_3_featured-banner p,
.page-id-2294 section#section_3_featured-banner p{
	line-height: 1.5;
	font-size: 26px;
}
.page-id-18650 .row#row_columns .inner,
.page-id-2294 .row#row_columns .inner {
	padding: 40px 10%;
	position: relative;
	display: flex;
	justify-content:space-between;
}
.page-id-18650 .row#row_columns .inner div,
.page-id-2294 .row#row_columns .inner div{
	flex-basis:48%;
}
.page-id-18650 .row#row_columns .inner div p,
.page-id-2294 .row#row_columns .inner div p{
	line-height:1.5;
	color:#000;
	padding-bottom:20px;
}
.page-id-18650 .row#row_columns .inner div p:last-of-type,
.page-id-2294 .row#row_columns .inner div p:last-of-type{
	padding-bottom:0px;
}
@media(max-width: 768px){
	.page-id-18650 section#row_main .inner,
	.page-id-2294 section#row_main .inner {
		flex-direction: column;
	}
	.page-id-18650 section#row_main .inner,
	.page-id-2294 section#row_main .inner { 
		border-left: 40px solid #fff;
	}
	.page-id-18650 section#row_main .inner div.featured-image.bg_image,
	.page-id-2294 section#row_main .inner div.featured-image.bg_image {
		width: calc(100% + 40px);
		left: -40px;
		margin-right: -40px;
		margin-bottom: 32px;
	}	
	.page-id-18650 section#row_main .inner div.main-content,
	.page-id-2294 section#row_main .inner div.main-content{
		padding-left:1em;

	}

	.page-id-18650 section#section_3_featured-banner p,
	.page-id-2294 section#section_3_featured-banner p {
		font-size: 22px;
	}
	.page-id-18650 .row#row_columns .inner,
	.page-id-2294 .row#row_columns .inner {
		flex-direction:column
	}	

	.page-id-18650 .row#row_columns .inner div,
	.page-id-2294 .row#row_columns .inner div{
		flex-basis:100%;
	}
}





.page-id-1805 section#row_main {
	padding: 0;
	position: relative;
}
.page-id-1805 section#row_main .inner {
	display: flex;
	position: relative;
	overflow: visible; 
	align-items:center;
	justify-content:space-between;
	padding-top: 0 !important;
}
.page-id-1805 section#row_main.section2 .inner {
	display: flex;
	flex-direction:row-reverse;
}
.page-id-1805 section#row_main .inner div {

}
.page-id-1805 section#row_main .inner div.featured-image.bg_image {
	min-height: 560px;
	width: calc(100% + 0px);
	flex-basis: 41%;
	position: relative;
	left: 0px;
	margin-right: 0px;
}
.page-id-1805 section#row_main .inner div.main-content {
	width: 100%;
	flex-basis: 65%;
	margin-right: auto;
}
.page-id-1805 section#row_main .inner div.main-content .main-content-inner {
	width: 100%;
	max-width: 800px;
	line-height: 2;
	padding: 3em 2em 3em 4em;
}
.page-id-1805 section#row_main .inner div.main-content .main-content-inner h2{
	margin-bottom:10px !important;
}

.page-id-1805 section#row_main .inner div.main-content .main-content-inner ul {
	padding: 1em 1.5em;
}
.page-id-1805 section#row_main .inner div.inline-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-id-1805 section#row_main .inner div.inline-buttons a.button {
	color: #fff;
	background: #6a8d3b;
	padding: 8px 24px;
	margin: 10px 10px 0;
	font-family: 'playfair_displayregular';
	font-weight: 100;
}
.page-id-1805 section#row_main .inner div.inline-buttons a.button:hover {
	background: #1c3d27;
}
@media(max-width: 768px){
	.page-id-1805 section#row_main .inner {
		flex-direction: column;
	}
	.page-id-1805 section#row_main .inner { 
	}
	.page-id-1805 section#row_main .inner div.featured-image.bg_image {
		width: calc(100% + 0px);
		margin-right: 0px;
		margin-bottom: 0px;
	}	
	.page-id-1805 section#row_main .inner div.main-content{
		padding-left:0;
		width: 90%;
		margin: 0 auto;
	}
	.page-id-1805 section#row_main .inner div.main-content .main-content-inner {
		padding: 3em 1em 3em 1em;
	}
	.page-id-1805 section#row_main.section2 .inner {
		flex-direction:column;
	}
	.page-id-1805 section#row_main .inner div.inline-buttons {
		flex-direction:column;

	}
}



.page-template-template-wildlife section#row_intro {
	padding-top: 0 !important;
	position: relative;
}

.page-template-template-wildlife section#row_intro .inner{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
	line-height:2;
}

.page-template-template-wildlife section#row_main {
	padding: 0;
	position: relative;
	margin-bottom:32px;
}
.page-template-template-wildlife section#row_main .inner {
	display: flex;
	position: relative;
	overflow: visible; 
	align-items:stretch;
	justify-content:space-between;
	padding-top: 0 !important;
}
.page-template-template-wildlife section#row_main.section4 .inner,
.page-template-template-wildlife section#row_main.section2 .inner {
	display: flex;
	flex-direction:row-reverse;
}
.page-template-template-wildlife section#row_main .inner div {

}
.page-template-template-wildlife section#row_main .inner div.featured-image.bg_image {
	min-height: 560px;
	width: calc(100% + 0px);
	flex-basis: 41%;
	position: relative;
	left: 0px;
	margin-right: 0px;
	margin-top:40px;
	margin-bottom:-20px;
}
.page-template-template-wildlife section#row_main .inner div.main-content {
	width: 100%;
	flex-basis: 65%;
	margin-right: auto;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.page-template-template-wildlife section#row_main .inner div.main-content .main-content-inner {
	width: 100%;
	max-width: 800px;
	line-height: 2;
	padding: 3em 2em 3em 4em;
}
.page-template-template-wildlife section#row_main .inner div.main-content .main-content-inner h2{
	margin-bottom:10px !important;
}
.page-template-template-wildlife section#row_main .inner div.main-content .main-content-inner ul {
	padding: 1em 1.5em;
}
.page-template-template-wildlife section#row_main .inner div.inline-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-template-template-wildlife section#row_main .inner div.inline-buttons a.button {
	color: #fff;
	background: #6a8d3b;
	padding: 8px 24px;
	margin: 10px 10px 0;
	font-family: 'playfair_displayregular';
	font-weight: 100;
}
.page-template-template-wildlife section#row_main .inner div.inline-buttons a.button:hover {
	background: #1c3d27;
}
@media(max-width: 768px){
	.page-template-template-wildlife section#row_main .inner {
		flex-direction: column;
	}
	.page-template-template-wildlife section#row_main .inner { 
	}
	.page-template-template-wildlife section#row_main .inner div.featured-image.bg_image {
		width: calc(100% + 0px);
		margin-right: 0px;
		margin-bottom: 0px;
	}	
	.page-template-template-wildlife section#row_main .inner div.main-content{
		padding-left:0;
		width: 90%;
		margin: 0 auto;
	}
	.page-template-template-wildlife section#row_main .inner div.main-content .main-content-inner {
		padding: 3em 1em 3em 1em;
	}
	.page-template-template-wildlife section#row_main.section4 .inner,
	.page-template-template-wildlife section#row_main.section2 .inner {
		flex-direction:column;
	}
	.page-template-template-wildlife section#row_main .inner div.inline-buttons {
		flex-direction:column;

	}
}







.page-template-template-quality section#row_intro {
	padding-top: 0 !important;
	position: relative;
}
.page-template-template-quality section#row_intro .inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
}
.page-template-template-quality section#row_main {
	padding: 0;
	position: relative;
}
.page-template-template-quality section#row_main .inner {
	display: flex;
	position: relative;
	overflow: visible; 
	align-items:center;
	justify-content:space-between;
	padding-top: 0 !important;
}

.page-template-template-quality section#row_main.section2 .inner {
	display: flex;
	flex-direction:row-reverse;
	align-items: stretch;
	padding-bottom:0 !important;
}
.page-template-template-quality section#row_main.section3 .inner {
	padding-top: 60px !important;
}
.page-template-template-quality section#row_main.section3 .inner div.column1 {
	flex-basis: 60%;
	margin-right: 5%;
}
.page-template-template-quality section#row_main.section3 .inner div.column1 h2{
	margin-bottom: 20px;
}
.page-template-template-quality section#row_main.section3 .inner div.column2 {
	flex-basis: 35%;
}
.page-template-template-quality section#row_main .inner div {
	text-align: left;
}
.page-template-template-quality section#row_main .inner div.featured-image.bg_image {
	min-height: 460px;
	width: calc(100% + 0px);
	flex-basis: 41%;
	position: relative;
	left: 0px;
	margin-right: 0px;
}
.page-template-template-quality section#row_main .inner div.main-content {
	width: 100%;
	flex-basis: 65%;
	margin-right: auto;
	display: flex;
	align-items: center;
}
.page-template-template-quality section#row_main .inner div.main-content .main-content-inner {
	width: 100%;
	max-width: 800px;
	line-height: 2;
	padding: 3em 2em 3em 4em;
}
.page-template-template-quality section#row_main .inner div.main-content .main-content-inner h2{
	margin-bottom:10px !important;
}
.page-template-template-quality section#row_intro .inner div.inline-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}
.page-template-template-quality section#row_intro .inner div.inline-buttons a.button {
	color: #fff;
	background: #6a8d3b;
	padding: 8px 24px;
	margin: 10px 10px 0;
	font-family: 'playfair_displayregular';
	font-weight: 100;
}
.page-template-template-quality section#row_main .inner div.main-content .main-content-inner ul {
	padding: 1em 1.5em;
}
.page-template-template-quality section#row_intro .inner div.inline-buttons a.button:hover {
	background: #1c3d27;
}
@media(max-width: 768px){
	.page-template-template-quality section#row_main .inner {
		flex-direction: column;
	}
	.page-template-template-quality section#row_main .inner { 
	}
	.page-template-template-quality section#row_main .inner div.featured-image.bg_image {
		width: calc(100% + 0px);
		margin-right: 0px;
		margin-bottom: 0px;
	}	
	.page-template-template-quality section#row_main .inner div.main-content{
		padding-left:0;
		width: 100%;
		margin: 0 auto;
	}
	.page-template-template-quality section#row_main .inner div.main-content .main-content-inner {
		padding: 3em 1em 3em 1em;
	}
	.page-template-template-quality section#row_main.section2 .inner {
		flex-direction:column;
	}
	.page-template-template-quality section#row_main .inner div.inline-buttons {
		flex-direction:column;

	}
}



.page-template-template-manufacturing section#row_intro {
	padding-top: 0 !important;
	position: relative;
}
.page-template-template-manufacturing section#row_intro .inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
	line-height:2;
}
.page-template-template-manufacturing section#row_main {
	padding: 0;
	position: relative;
}
.page-template-template-manufacturing section#row_main.section1 {
	padding: 60px 0 !important;
	position: relative;
}
.page-template-template-manufacturing section#row_main h2.page_title.aligncenter {
	margin-bottom:28px;
}
.page-template-template-manufacturing section#row_main .inner {
	display: flex;
	position: relative;
	overflow: visible; 
	align-items:center;
	justify-content:space-between;
	padding-top: 0 !important;
}
.page-template-template-manufacturing section#row_main.section1 .inner {
	align-items:stretch;
	padding-bottom: 0 !important;
}
.page-template-template-manufacturing section#row_main.section2 .inner,
.page-template-template-manufacturing section#row_main.section3 .inner,
.page-template-template-manufacturing section#row_main.section4 .inner{
	display: flex;
	position: relative;
	overflow: visible; 
	align-items:center;
	justify-content:space-between;
	padding-top: 60px !important;
	flex-direction:column;
	line-height:2
}
.page-template-template-manufacturing section#row_main.section4 .inner .columns, 
.page-template-template-manufacturing section#row_main.section3 .inner .columns, 
.page-template-template-manufacturing section#row_main.section2 .inner .columns{
	display: flex;
	align-items: stretch;
	padding-bottom:0 !important;
	justify-content:space-between;
}
.page-template-template-manufacturing section#row_main.section3 .inner {
	padding-top: 60px !important;
}
.page-template-template-manufacturing section#row_main.section3 .inner div.column1,
.page-template-template-manufacturing section#row_main.section4 .inner div.column1 {
	flex-basis: 48%;
}
.page-template-template-manufacturing section#row_main.section4 .inner div.column2 h2,
.page-template-template-manufacturing section#row_main.section4 .inner div.column1 h2,
.page-template-template-manufacturing section#row_main.section3 .inner div.column1 h2{
	margin-bottom: 20px;
}
.page-template-template-manufacturing section#row_main.section4 .inner div.column2,
.page-template-template-manufacturing section#row_main.section3 .inner div.column2 {
	flex-basis: 48%;
}
.page-template-template-manufacturing section#row_main .inner div {
	text-align: left;
}
.page-template-template-manufacturing section#row_main .inner div.featured-image.bg_image {
	min-height: 460px;
	width: calc(100% + 0px);
	flex-basis: 41%;
	position: relative;
	left: 0px;
	margin-right: 0px;
}
.page-template-template-manufacturing section#row_main .inner div.main-content {
	width: 100%;
	flex-basis: 65%;
	margin-right: auto;
	display: flex;
	align-items: center;
}
.page-template-template-manufacturing section#row_main .inner div.main-content .main-content-inner {
	width: 100%;
	max-width: 800px;
	line-height: 2;
	padding: 3em 2em 3em 4em;
}
.page-template-template-manufacturing section#row_main .inner div.main-content .main-content-inner h2{
	margin-bottom:10px !important;
}
.page-template-template-manufacturing section#row_intro .inner div.inline-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}
.page-template-template-manufacturing section#row_intro .inner div.inline-buttons a.button {
	color: #fff;
	background: #6a8d3b;
	padding: 8px 24px;
	margin: 10px 10px 0;
	font-family: 'playfair_displayregular';
	font-weight: 100;
}
.page-template-template-manufacturing section#row_main .inner div.main-content .main-content-inner ul {
	padding: 1em 1.5em;
}
.page-template-template-manufacturing section#row_intro .inner div.inline-buttons a.button:hover {
	background: #1c3d27;
}
@media(max-width: 768px){
	.page-template-template-manufacturing section#row_main .inner {
		flex-direction: column;
	}
	.page-template-template-manufacturing section#row_main .inner { 
	}
	.page-template-template-manufacturing section#row_main .inner div.featured-image.bg_image {
		width: calc(100% + 0px);
		margin-right: 0px;
		margin-bottom: 0px;
	}	
	.page-template-template-manufacturing section#row_main .inner div.main-content{
		padding-left:0;
		width: 100%;
		margin: 0 auto;
	}
	.page-template-template-manufacturing section#row_main .inner div.main-content .main-content-inner {
		padding: 3em 1em 3em 1em;
	}
	.page-template-template-manufacturing section#row_main.section2 .inner {
		flex-direction:column;
	}
	.page-template-template-manufacturing section#row_main.section3 .inner .columns,
	.page-template-template-manufacturing section#row_main.section4 .inner .columns{
		flex-direction:column;
	}
	.page-template-template-manufacturing section#row_main .inner div.inline-buttons {
		flex-direction:column;

	}
}




.page-template-template-benefits #banner-form,.page-template-template-consultant #banner-form,.page-template-template-faq #banner-form {
	padding: 0 0 0 40px;
	box-sizing: border-box;
	border-left: 12px solid #c10062;
}
.page-template-template-benefits .default-brochure-form,.page-template-template-consultant .default-brochure-form,.page-template-template-faq .default-brochure-form {
	margin-top: 10px;
	width: 70%;
	min-width: 360px;
}
.page-template-template-benefits h2#brochure-form-title,.page-template-template-consultant h2#brochure-form-title,.page-template-template-faq h2#brochure-form-title {
	font-size: 31px!important;
}
#intro-logo {
	margin-bottom: 20px;
	max-width: 400px;
	width: 100%;
}
#row_section2 .content p {
	font-size: 16px;
	line-height: 1.75;
}
div#introContent {
	font-size: 24px;
	line-height: 1.75;
	margin-bottom: 40px;
}
#intro-content {
	padding: 0 0 0 15%;
	letter-spacing: 0.15em;
}

p.navArrow {
	padding: 10px 0;
	position: relative;
	min-height:44px;
}
a.next_section.fancy-down-arrow {
	width: 60px;
	margin: 0 auto;
	display: block;
}
a.next_section.fancy-down-arrow img {
	position: absolute;
}
a.next_section.fancy-down-arrow .hover {
	z-index: -1;
}
a.next_section.fancy-down-arrow:hover .hover {
	z-index: 9;
}
img.downwardArrow {
	width: 60px;
	margin: 0 auto;
}
img#section6UpwardArrow,img#section6UpwardArrowHover {
	transform: rotate(180deg);
}
.bg-image{
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height:300px;
}
#row_section3{ padding: 60px 0 60px 0;}

.page-template-template-why-us p#quote {
	font-size: 24px !important;

}
.page-template-template-why-us p#author {
	font-size: 14px !important;
	line-height: 1.25 !important;
}

#left-column p{
	padding:0 40px 0 0;
	font-size: 32px;
}
.page-template-template-consultant #row_section3 #left-column p {
	line-height: 1.75;
}
#right-column p{
	font-size: 20px;
}
#right-column ul{
	list-style-type:none;
	padding: 0 0 1em 0;
}
#right-column ul li:before {
	content: '-';
	position: relative;
	margin-right: 10px;

}
#right-column ul li{
	font-size: 16px;
}
#locations-map {
	width: 50%;
	/* height: 557px; */
	position: absolute;
	right: 0;
	top: -60px;
	bottom: -60px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	z-index:-1;
}
#half-logo {
	background: url(images/halflogo.svg);
	width: 50%;
	/* height: 557px; */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: right !important;
}
.page-template-template-benefits #half-logo {
	background: url(images/colour_logo.svg);
	top: -260px;
	right: -210px;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: right !important;
	max-width: 100%;
}

.page-template-template-consultant #half-logo {
	background: url(images/colour_logo.svg);
	left: -230px;
	right:auto;
	background-position: left !important;
	max-width: 680px;
}
@media(max-width:1480px){
	.page-template-template-consultant #half-logo {
		left: -240px;
		max-width: 640px;
	}

}
@media (max-width: 800px){
	.page-template-template-consultant #half-logo {
		display:none;
	}
	#intro-logo {
		margin: 0 auto 20px auto;
	}
}
#half-logo-white{
	background:url('images/halflogowhite.svg');
	width: 50%;
	/* height: 557px; */
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: left !important;
	opacity:0.5;
}

#accreditations {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 60px 0;
}


.row#row_columns{width:100%;z-index:1;padding:0;}
.row#row_columns .inner {
	padding: 40px 10%;
	/*min-height: 660px;*/
	position: relative;
}

.mobile-only{display:none !important;}
.not-mobile{display:block !important;}


#contact-form-wrapper {
	max-width: 400px;
	margin: 0 auto 40px auto;
}
#contact-form-wrapper h2.maintitle {
	margin-bottom: 30px !important;
}



.page-template-template-faq section.band.dark.height-large.aos-init.aos-animate {
	min-height: 200px;
}

.accordion {
	padding-bottom: 40px;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

section.accordion-state {
	position: relative;
	cursor: pointer
}

h5.accordion {
	padding: 20px 60px 20px 60px;
	color: #20517c;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	cursor: pointer;
	position: relative;
	/*width: calc(100% - 120px);*/
	border: solid 1px #EAEAEA;
	border-width: 1px 0 0;
	margin:0;
}



.page-template-template-fees div.slide {
	min-height: 300px;
}

.fed-accordion>section.accordion-state.opened::before {
	content: "\f078";
	left: 0;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg)
}
.fed-accordion>section>div {
	display: none;
	padding: 30px 60px 30px 60px;
	font-size: 16px;
	line-height: 1.5;
	background: #f8f8f8;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.opened h5.accordion {
	background: #eaeaea;
	background-image: linear-gradient(90deg,#20517c 0%,#20517c 8px,transparent 8px,transparent 100%)
}
.opened h5.accordion::before {
	color: #20517c
}
.fees_accordion .opened h5.accordion {
	background: #ffffff;
	border: 0;
	border-bottom: 2px solid #4d9635;
}
.fees_accordion .opened h5.accordion::after {
	content: 'Prices from';
	position: absolute;
	right: 30px;
	font-weight: 100 !important;
}
.fees_accordion .fed-accordion>section>div {
	background: #ffffff;
	padding: 30px 30px 30px 120px;
}
table.fees {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;

}
table.fees tr td {
	border-bottom: 1px solid #bcbcbc;
}

table.fees tr td {
	width: 15%;
}
table.fees tr td:first-of-type {
	width: 70%;
}
table.fees tr td:last-of-type {
	text-align: right;
}
h5.accordion::before {
	display: block;
	position: absolute;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 42px;
	text-align: center;
	color: #20517c;
	font-weight: 400;
	left: 30px;
	top: 32px;
	line-height: 2px;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-o-transition: -o-transform 150ms ease-in-out;
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out
}
.fed-accordion>section.opened h5.accordion::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-o-transition: -o-transform 150ms ease-in-out;
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out
}
h5.accordion:hover {
	background: #eaeaea;
	text-decoration: underline;
	background-image: linear-gradient(90deg,#8a99cd 0%,#8a99cd 8px,transparent 8px,transparent 100%);
	text-decoration: none;
}
h5.accordion:hover::before {
	color: #8a99cd;
}


section#row_header {
	width: 100%;
	z-index: 1;
	padding: 40px 0 40px 0;
}

.row#row_contact {
	width: 100%;
	z-index: 1;
	padding: 30px 0 0px 0;
}
.input {
	height: 32px;
	background: #fff;
	border: 0px solid #c9c9c9;
	padding: 0 20px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #454444;
	/* line-height: 32px; */
	width: 100%;
	margin-left: 0px;
	text-align: left;
	box-sizing: border-box;
}
textarea.input {
	height: 120px;
}


.smallprint{font-size:13px;padding:10px 0 0 0;width:75%;margin:0 auto;}

.inner-container{padding:40px;width:80%;margin:0 auto;}
.row#row_blog{width:100%;z-index:1;background:#fff no-repeat left top;background-size:cover;padding:0;margin-top:0;}
.row#row_blog .wrapper{max-width:1200px;padding:0;position:relative;margin:0 auto;}
.row#row_blog_single{width:100%;z-index:1;background:#de672f no-repeat left top;background-size:cover;padding:40px 0;margin-top:0px;}
.row#row_blog_single .wrapper{max-width:1060px;padding:0;position:relative;margin:0 auto;color:#fff;}
.row#row_blog_site{width:100%;z-index:1;background:#dcdcdc no-repeat left top;background-size:cover;padding:40px 0;margin-top:0px;}
.row#row_blog_site .wrapper{max-width:1060px;padding:0;position:relative;margin:0 auto;color:#fff;}
#row_nav{padding:40px 0;}
#primary-single {
	padding: 20px 0 0 0!important;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	margin: 0px auto;
}
div#primary-single #content img.imagefill{margin:0 auto;}
#primary{padding:0px !important;}
footer.entry-meta{padding:20px 0;color:#fff;}
footer.entry-meta a{color:#fff !important;}
footer.entry-meta-single{padding:20px 0;}
footer.entry-meta-single a{color:#5c7b45 !important;}
.clear{clear:both;}
h4.assistive-text{text-align:center;color:#5c7b45;}
h4.assistive-text-single{text-align:center;color:#fff;font-weight:400;}
.row#row_blog_site h4.assistive-text-single{text-align:center;color:#3c7d8f;;font-weight:400;}

a#scroll-down {
	font-size: 22px;
	width: 30px;
	height: 30px;
	display: block;
	border: 3px solid #c10062;
	position: relative;
	text-align: center;
	margin: 0 auto 20px auto;
}
a#scroll-down .fa {
	font-size: 36px;
	color: #c10062;
	opacity: 1;
	position: relative;
	top: -3px;
	left: 0px;
	font-weight: 700;
}

nav{background:0;-webkit-backface-visibility:hidden;margin:0 auto;}
.nav-single a {
	color: #fff !important;
	text-transform: uppercase;
}
.row#row_blog_site .nav-single a {
	color: #3c7d8f !important;
	text-transform: uppercase;
}
.nav-previous a{color:#5c7b45;float:left;}
.nav-next a{color:#5c7b45;float:right;}
span.nav-previous a {
	/*position: absolute;*/
	width: 50%;
	/*left: 20px;
	top: 50%;
	transform: translate(0,-50%);*/
}
span.nav-next a {
	/* position: absolute;
	right: 20px;
	top: 50%;*/
	text-align: right;
	width: 50%;
	/*transform: translate(0,-50%);*/
}

.single-article img{max-width:100%;display:block;margin:0 auto;}
img.header-logo{margin-top:-32px;}
h2.post-title-single{font-size:32px;margin-bottom:20px;}
div.wpcf7-response-output{margin:0 !important;padding:0.2em 1em !important;text-align:center;clear:both;}
.use_img{float:left;margin:0 0px;overflow:hidden;padding:0;position:relative;}
.use_img{width:100%;margin-bottom:20px;}


/* 
* 	Default theme - Owl Carousel CSS File
*/
.owl-controls {
	margin-top: 10px; 
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	/*position: absolute;
	bottom: 10px;
	left: 50%;
	transform:translate(-50%,0);*/
}
.owl-controls .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 0px;
	padding: 4px 7px;
	/*background: rgba(255, 255, 255, 0.25);*/
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}

.owl-nav i {
	top: 50%;
	position: relative;
	font-size: 24px;
}

.owl-controls .owl-nav [class*='owl-']:hover {
	/*background: #869791;*/
	color: white;
	text-decoration: none;
}
.owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #160c49;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #f1b731;
}

i.fa.fa-facebook {
	color: #3B5998;
}
i.fa.fa-twitter {
	color: #00aced;
}
i.fa.fa-pinterest {
	color: #C92228;
}


.owl-pagination{display:none;}
.owl-item p{padding-left:0px;margin-left:0px;text-align:left;line-height:24px;font-size:16px;padding-top:50px;}
.owl-item h6{padding-left:0px;}
.owl-carousel .owl-item img{width:100%;float:left;margin:0 0% 0 0;}
#row_projects{width:100%;padding:40px 0 40px 0 !important;display:block;overflow:hidden !important;}
#row_projects .wrapper{max-width:1060px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;position:relative;color:#999999;padding-bottom:0px;}
#row_clientlogos{width:100%;padding:0px 0 40px 0 !important;display:block;overflow:hidden !important;}
#row_clientlogos .wrapper{max-width:1060px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;position:relative;color:#999999;padding-bottom:0px;}
.owl-carousel#owl_logos .owl-item img{width:100%;float:left;margin:0;}
#owl_logos{margin:28px 0 0 0;}
#owl_logos .item{height:700px;display:block;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-color:rgba(0, 0, 0, 0.33);}
.owl-theme .owl-controls{margin-top:0;text-align:center;}
.owl-buttons{display:none;}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;border-radius:20px;background:rgb(255, 255, 255) none repeat scroll 0% 0%;opacity:0.8;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{opacity:0.8;}
#owl{margin:0px !important;}
#row_clientlogos p{font-weight:400;color:#160c49;display:block;}



#row_footer {
	width: 100%;
	padding: 60px 0 60px 0 !important;
	display: block;
	overflow: hidden !important;
	background:#205163;
	z-index:0;
}
#row_footer .wrapper {
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	color: #fff;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

div#nav-footer {
	padding: 1em 2em;
	margin: 0 2em;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
#row_footer .footer-navigation ul {
	flex-direction: revert;
	justify-content: center;
	align-items: center;
}
#row_footer .footer-navigation ul li {
	margin: 0;
}
#row_footer .footer-navigation ul li a {
	color: #969696;
	padding: 10px 25px;
	border-right: 1px solid #dadada;
	text-transform: uppercase;
	font-size: 14px;
}
#row_footer .footer-navigation ul li:last-of-type a {
	border-right: 0;
}




div#map-container {
	height: 700px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: 50% 50% !important;
	/* padding: 40px; */
	margin-top: 40px;
}
div#footer-address {
	padding-left: 80px;
	margin: 20px 0 40px 0;
	background: url(images/map-icon.svg) 0 0 no-repeat;
}
#footer-inner-wrapper{max-width:1030px;margin-left:auto;margin-right:auto;padding-left:15px;padding-top:20px;padding-right:15px;position:relative;}
#row_footer a {
	text-decoration: none;
	color: #f0f2f3;
	text-shadow: none !important;
	font-size: 1em;
	text-transform: none;
}
#row_footer a:hover{text-decoration:underline;color:#f0f2f3;text-shadow:none !important;}
#row_footer p {
	color: #f0f2f3;
	font-size: 0.9em;
}
a.footercontactlink {
	font-size: 0.9em !important;
}
h3#footer-content-title {
	margin: 0 0 10px 0;
	color: #f0f2f3;
	font-size: 22px;
	text-align: right;
}

#row_footer ul {
	padding: 0;
	/* margin: 0 auto; */
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
#row_footer ul li{font-size: 1em;list-style-type:none;padding:0;margin:0 0 9px 0;line-height:1;color:#f0f2f3;display:block;text-shadow:none !important;text-align:left;}

#row_footer ul li a{
	text-decoration: none;
	color: #f0f2f3;
	text-shadow: none !important;
	font-size: 1em;
	text-transform: none;
}

#row_footer ul li a:hover {
	text-decoration: underline !important;
	background: 0;
	text-shadow: 0 0 0px !important;
	color:#4d9635;
}
.footer-widget h3 {
	color: #f0f2f3;
	font-size: 1.25em;
}
h3.widget-title {
	font-size: 1.5em;
	margin-bottom: 0px;
}



section#row_contact{padding-bottom:60px;}
.contact{width:50%;padding:0;margin:0 auto;}

.contactDetailsItem {
	box-sizing: border-box;
	padding-bottom: 60px !important;
}
.contactDetailsItem:nth-of-type(2) {
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
}

.form-contact {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
form#form-contact label {
	color: #333;
	font-size: 14px;
}
p.form-subheading {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
span.submitWrapper {
	position: relative;
	display: block;
	text-align: center;
}
input#submit {
	font-size: 14px;
	width: 100px !important;
	margin: 0 auto;
	color: #fff;
	line-height: 1;
	padding: 10px;
	background: transparent;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0px !important;
	text-align: center;
	max-width: 100%;
	border: 1px solid;
	cursor: pointer !important;
}
div.wpcf7 .hvr-rectangle-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #c10062;
	color: #fff !important;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	/* border: 1px solid #160c49 !important; */
}
div.wpcf7 .hvr-rectangle-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #616161;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
div.wpcf7 .hvr-rectangle-in:hover:before, div.wpcf7 .hvr-rectangle-in:focus:before, div.wpcf7 .hvr-rectangle-in:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}
div.wpcf7 .submit .ajax-loader, div.wpcf7 .submit .ajax-loader, div.wpcf7 .submit .ajax-loader {
	visibility: hidden;
	display: inline-block;
	/* background-image: url(../../images/ajax-loader.gif);*/
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 10px;
	vertical-align: middle;
	position: absolute !important;
}

hr {
	background-color: #000;
	border: 0;
	height: 1px;
	padding: 0 60px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 1060px;
}

.form-contact #selectbox{height:24px;background:#c9c9c9;border:none;padding:0 0 0 10px;margin-bottom:10px;font-size:14px;color:#fff;line-height:24px;width:382px;}
textarea#msg {
	height: 120px;
	background: #fff;
	border: 1px solid #ececec;
	padding: 10px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	width: 100%;
	box-sizing: border-box;
	resize:none;
}
.error{margin:2px 0 !important;color:#ff0000;}
i.fa.fa-asterisk {
	color: #de672f;
	line-height: 2.25;
	margin-right: 10px;
}

::-webkit-input-placeholder{color:#333 !important;opacity:1;}
:-moz-placeholder{color:#333 !important;opacity:1;}
::-moz-placeholder{color:#333 !important;opacity:1;}
:-ms-input-placeholder{color:#333 !important;opacity:1;}

.page-template-template-home .info-input::-webkit-input-placeholder{color:#333 !important;opacity:1;}
.page-template-template-home .info-input:-moz-placeholder{color:#333 !important;opacity:1;}
.page-template-template-home .info-input::-moz-placeholder{color:#333 !important;opacity:1;}
.page-template-template-home .info-input:-ms-input-placeholder{color:#333 !important;opacity:1;}

.info-input::-webkit-input-placeholder{color:#333 !important;opacity:1;}
.info-input:-moz-placeholder{color:#333 !important;opacity:1;}
.info-input::-moz-placeholder{color:#333 !important;opacity:1;}
.info-input:-ms-input-placeholder{color:#333 !important;opacity:1;}

.proinput ::-webkit-input-placeholder{color:#FFF !important;opacity:1;}
.proinput :-moz-placeholder{color:#FFF !important;opacity:1;}
.proinput ::-moz-placeholder{color:#FFF !important;opacity:1;}
.proinput :-ms-input-placeholder{color:#FFF !important;opacity:1;}


.submitWrapper {position: relative;}
span.ajax-loader {position: absolute;left: auto;bottom: auto;right: 30px;top: 11px;}
.ajax-loader {width: 16px !important;height: 16px !important;border: 4px solid #0065b3 !important; border-top: 4px solid #9E9E9E !important;border-radius: 50%;    background-image: none !important;}
.ajax-loader {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	transition-property: transform;
	animation-name: rotate;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}
span.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 9999;
	top: 3px;
	right: 10px;
	font-size: 12px;
}

.input.wpcf7-not-valid {
	border-bottom: 2px solid #f00;
}


.owl-prev,.slick-nav .prev{position:absolute;left:0px;width:40px;top:0px;bottom:0px;}
.owl-prev > .fa-chevron-left,.slick-nav .prev .fa-chevron-left{top:50%;position:absolute;left:50%;font-size:28px;transform:translate(-50%,-50%);z-index: 9999;width:24px;}
.owl-next,.slick-nav .next{position:absolute;right:0px;width:40px;top:0px;bottom:0px;}
.owl-next > .fa-chevron-right,.slick-nav .next .fa-chevron-right{top:50%;position:absolute;left:50%;font-size:28px;transform:translate(-50%,-50%);z-index: 9999;width:24px;}
.slick-nav svg path{fill:#fff;}
div.slide {
	display: flex;
	height: 100%;
	min-height: 500px;
	position: relative;
}
.home div.slide {
	min-height: 400px;
	height: calc(77vh - 183px) !important;
}
.home.admin-bar div.slide {
	min-height: 500px;
	height: calc(77vh - 180px) !important;
}
.page-template-template-services_main div.slide,
.page-template-template-faq div.slide {
	min-height: 340px;
}
.page-template-template-contact div.slide {
	min-height: 500px;
}
.page-template-template-services_main div.slide h2.title,
.page-template-template-faq div.slide h1.title {
	position: absolute;
	z-index: 99999;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
}
@media(max-width: 600px){
	.home div.slide {
		min-height: 500px;
		height: calc(77vh - 183px) !important;
	}
	.home.admin-bar div.slide {
		min-height: 500px;
		height: calc(77vh - 180px) !important;
	}
}
.overlay{
	background:rgba(0, 0, 0, 0.5);
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	align-items: stretch;
	align-content: center;
	justify-content: space-between;
	padding: 80px 1em;
}
.home .wrapper.overlay{height: 100%;}
.promo_overlay.overlay {
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
div.slide .wrapper.overlay{
	background:rgba(0, 0, 0, 0);
}
p#copyright {
	/* float: left; */
	padding: 20px 0 0 0 !important;
	color: #fff;
	text-align: left;
	font-size: 18px;
	clear: both;
	opacity: 1 !important;
}


.owl-item{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1.0, 1.0);}
.owl-item a{color:#000;}
.owl-item a:hover, .owl-item a:visited{color:#000;}


section#row_contact .fa {
	font-size: 72px;
	color: #c10062;
}

#contact-map.acf-map{width:100%;height:60vh;border:#ccc solid 0px;margin:0px 0 0 0;}
.acf-map img{max-width:inherit !important;}
.video-enquire-wrapper{width:calc(35% - 40px);float:left;margin:0px 0px 0px 40px;}
.video-enquire-wrapper > .embed-container{position:relative;padding-bottom:59.25%;height:0;overflow:hidden;max-width:100%;height:auto;margin:0px auto 12px;}

i.fa.fa-check{margin-right:5px;color:#fff;font-size:16px;}
i.fa.fa-times{margin-right:5px;color:#fff;font-size:16px;}

.spacer {
	height: 120px;
}


.grid{background:#fff;max-width:100%;}
.grid:after{content:'';display:block;clear:both;}
.grid-item{float:left;background-size:cover;width:49%;margin:0.5%;border-color:rgb(255, 255, 255);}
.grid-item--width2{width:98%;}
.grid-item--height2{height:610px;}

article {
	position: relative;
	padding: 4%;
	background: transparent;
}

.news-grid-item- article {
	position: relative;
	padding: 0;
	background: transparent;
	border: 1px solid rgba(247, 247, 247, 0.75);
}
article span {
	display: block;
	padding: 20px 0;
}
.blog-grid {
	padding-bottom: 60px;
	margin: 0 -1.25%;
}
.blog-grid-sizer, .blog-grid-item {
	width: calc(33.33% - 0px);
	margin: 0 !important;
	padding: 0px !important;
	background: #fff;
}
.blog-grid-item article:hover {cursor:pointer}
.blog-grid-item article .overlay{ -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;   background: rgba(0, 0, 0, 0.0);
}/*
.blog-grid-item article:hover .overlay{ -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;   background: rgba(0, 0, 0, 0.5);
}*/

.blog-grid-item article .overlay .overlay-inner{ -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;  opacity:0;
}
.blog-grid-item {
	overflow: hidden;
}
.blog-grid-item article:hover .overlay .overlay-inner{  position: relative;
	top: 75%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* max-width: 500px; */
	width: 90%;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;opacity:1;}
.blog-grid-item article:hover .button{ -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;   background: #fff;
}
.home .blog-grid-item article:hover h4.title {
	color: #fff;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;  
}
.blog-grid-item article:hover h4.title {
	color: #000;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;  
}
.blog-grid-item article:hover h4.title:after {
	background: #ff4e00;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;  
}
div#related-articles .blog-grid-item article:hover h4.title {
	color: #000;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;  
}
.blog-image {
	width: 100%;
	height: 340px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.overlay-inner {
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
	position: relative;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0%);
	/* max-width: 500px; */
	width: 90%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.overlay h4 {
	color: #fff;
	width: 90%;
	margin: 0 0 0 5%;
}
.overlay p {
	color: #fff;
	width: 90%;
	margin: 0 0 0 5%;
}

a.thumb-wrap {
	display: block;
	width: 100%;
	padding-bottom: 56.65%;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
a.thumb-wrap img {
	display: none;
}

.featArticle {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #000;
}
h2.articleCatTitle  {
	text-align: center;
	font-size: 42px;
	color: #616161;
}
h2.articleCatTitle a {
	text-align: center;
	font-size: 42px;
	color: #616161;
}
h2.featArticleTitle{
	text-align: center;
	font-size: 42px;
	color: #3d80c2;
}
img#main-header-image {
	margin-top: 140px;
	width: 100%;
}
.page-template-template-main img#main-header-image {
	margin-top: 0px;
	width: 100%;
}
/*.bg-fixed{background-attachment: fixed !important;}*/
.big-title {
	position: relative;
	background-position: 50% 50% !important;
	margin-bottom: 0px;
	background-size: cover !important;
	margin-top: 0px;
	/* height: 600px;*/

}
.page-template-template-contact .big-title {height: 600px; background-position: 0 0 !important;}
.big-title > .container {
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.0);
}
.big-title > .container .wrapper {
	max-width: 100%;
	padding: 0;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.overlay-container {
	width: 50%;
	position: absolute;
	/* height: 100%; */
	background: #38b0e3;
	padding: 40px !important;
	bottom: 10%;
	left: 0;
	/* transform: translate(0, -50%); */
	/* -webkit-transform: translate(0, -50%); */
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 0 0 0 20px;
	border-left: 0px solid #fff;
	box-sizing: border-box;
}
.page-template-template-blog .overlay-container {
	width: 100%;
	position: absolute;
	/* height: 100%; */
	background: transparent;
	padding: 40px !important;
	bottom: 20%;
	left: 0;
	right:0;
	/* transform: translate(0, -50%); */
	/* -webkit-transform: translate(0, -50%); */
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 0 0 0 0;
	border-left: 0px solid #fff;
	box-sizing: border-box;
}
.overlay-container-inner {
	max-width:490px;
	float:right;
}
.overlay-container-inner table {
	width: 100%;
}
.overlay-container-inner table td {
	padding: 0;
}
h2.overlayTitle {
	font-size: 36px;
}
.overlay-container-inner p {
	padding-right: 8px;
}


div#intro-columns p {
	letter-spacing: 0.15em;
}
div#intro-columns > .sixcol {
	width: 46%;
	margin-right: 2.25%;
}
div#intro-columns > .sixcol.last{
	margin-right:0;
	float:right;
}

h2.contact-details {
	text-align: center !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}


.background-image-holder1.article-featured-image {
	width: 100%;
	height: 400px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	margin-top: 10px;
}

span.article-meta{  font-size: 24px !important;color: #999999;}
h2.title {
	padding: 0 !important;
	letter-spacing: 0 !important;
	font-size: 28px !important;
	padding: 10px 0 10px 0 !important;
	letter-spacing: 0 !important;
	font-size: 32px !important;
	color: #000000;
	text-align: left;
	display: block;
}
div#constrained-content {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
div#constrained-content img {
	width: 100%;
}
.article-content {
	width: 100%;
	margin: 10px auto;
}
span.article-meta {
	font-size: 16px !important;
	line-height: 24px;
}

div#related-articles {
	margin-top: 40px;
}
div#related-articles-header {
	position: relative;
}
ul#related-articles-social {
	text-align: right;
	padding: 0 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
ul#related-articles-social li {
	display: inline-block;
	margin: 0;
}
ul#related-articles-social .fab,ul#related-articles-social .fas {
	color: #454444;
	font-size: 26px;
	margin: 0;
}
ul#related-articles-social li a:hover .fab,ul#related-articles-social li a:hover .fas {
	color: #6a8d3b;
}
ul#related-articles-social li#first-link {
	transform: translateY(-3px);
	margin-right: 5px;
}
h2.related-articles-title{
	padding: 0 0 0px 0 !important;
	letter-spacing: 0 !important;
	font-size: 22px !important;
	color: #454444;
	text-align: left;
	text-transform: uppercase;
	display: block;
}
h2.related-articles-title:after {
	width: 100%;
	height: 8px;
	background: #454444;
	display: block;
	content: "";
	margin: 5px auto 15px;
}
li.related-articles-social a #artsy-logo {
	width: 24px;
	transform: translateY(3px);
}
.article-content p {
	font-size: 16px;
	line-height: 1.75;
	color: #1d2824;
	text-align: justify;
}
div#related-articles p {
	font-size: 14px;
	line-height: 1.75;
	color: #1d2824;
	text-align: justify;
}

a.blog-image-holder {
	position: relative;
	display: block;
}
.pattern-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern-overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	opacity: 0;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.blog-image-holder .pattern-overlay {
	opacity: 0;
}
.blog-grid-item article:hover .pattern-overlay {
	opacity: 1;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}


span.wpcf7-list-item {
	display: block;
	margin: 0;
}

.acf-map{width:100%;height:500px;border:#ccc solid 0px;margin:0px 0 0 0;}
.acf-map img{max-width:inherit !important;}

.columns{padding:40px 0;}


div#footer-content {
	padding: 0;
	text-align: right;
}
div#footer-content p {
	padding: 0 0 10px 0;
	text-align: right;
	line-height: 1.5;
}

/*.page-template-template-why-us .content p {
font-size: 24px;
line-height: 1.75;
}*/


.page-count {
	clear: both;
	text-align: center;
}

.slicknav_menu {
	z-index: 99999999999 !important;
}

div#pagination {
	text-align: center;
}
.page-count {margin:15px 10px 10px 0px;}
.page-count, .pagination, .pagination a { padding:7px 0px; font-size:14px; display:inline-block; color:#3b3b3b;}
.pagination a { margin-right:5px; background:#ffffff url(images/title-bg.png) bottom left repeat-x;  display:inline-block; width:18px; text-align:center; padding:6px 6px 6px 6px; border:1px solid #bfbfbf; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.pagination a:hover, .pagination a.selected {text-shadow: 0 -1px 0 rgba(0,0,0,.3);  color:#fff; border-color:#8e8e8e; background:#ababab;  background-image: -webkit-linear-gradient(top, #979797, #c5c5c5);  background-image: -moz-linear-gradient(top, #979797, #c5c5c5);  background-image: -ms-linear-gradient(top, #979797, #c5c5c5); background-image: -o-linear-gradient(top, #979797, #c5c5c5);}


span.load-more {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}


span.mobile-contact {
	display:none !important;
}



span.sectionIntro {
	font-size: 26px;
	padding-bottom: 20px;
	display: block;
}
.home .featuredItems {
	justify-content: center;
	display: flex;
	margin-bottom: 40px;
}
.home .featuredItem {
	padding: 0 40px;
	width: 33.3%;
	display: inline-block;
	float: none; 
	box-sizing: border-box;
	text-align: center;
}
.home .featuredItem:nth-of-type(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/* width: calc(33.3% - 2px); */
}
.home .featuredItem img {
	width: auto;
	height: 100px;
	margin: 40px auto;
}
.home .featuredItem p {
	color: #fff;
}
p.featuredItemTitle {
	color: #fff;
	font-size: 28px;
}


section#row_single {
	padding-top: 180px;
}
section#row_single .wrapper {
	padding-bottom: 40px;
}
section#row_single .primary {
	float: left;
	width: 65%;
	padding: 0 3% 40px 0;
	border-right: 1px solid #000;
	margin: 0 2% 0 0;
}
section#row_single div#secondary {
	float: right;
	width: 29%;
}
section#row_single h1.articleTitle {
	padding: 0;
}
section#row_single h3.articleSubtitle {
	color: #3d9ed9;
	font-size: 32px;
}
section#row_single p.articleDate {
	padding: 0;
	font-size: 14px;
}
section#row_single p.articleCat {
	font-size: 14px;
}
section#row_single .primary img.imagefill {
	margin: 0 0 20px 0;
}


.latestPostsWidgetWrapper article {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.latestPostsWidgetWrapper article h3.articleTitle {
	font-size: 22px;
	font-family: 'Avenir LT Std';
	color: #000;
	font-weight: 300;
	margin: 0 0 10px 0;
}
.latestPostsWidgetWrapper article span {
	display: block;
	padding: 0 0 20px 0;
}
.latestPostsWidgetWrapper a.button.hvr-rectangle-in {
	font-size: 16px;
	left: 0;
	bottom: 0;
	color: #fff !important;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	text-decoration: none;
	border: 0px solid #000000;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.latestPostsWidgetWrapper article .button.hvr-rectangle-in:before {
	background: #616161;
}
ul#menu-categories {
	padding: 0 0 40px 0;
}
div#secondary ul#menu-categories li {
	padding-left: 10px;
	margin: 10px 0;
	list-style: none;
}
div#secondary ul#menu-categories li:before {
	content: "-";
	display: inline-block;
	color: #000000;
	padding-right: 5px;
}
div#secondary ul#menu-categories li a{
	color: #000000;
	font-size: 22px;
}
div#secondary ul#menu-categories li a span {
	font-size: 16px;
	color: #38b0e3;
}

.blog-grid-item:nth-of-type(3n+1) {
	clear: both;
}
.archive section#row_header {
	width: 100%;
	z-index: 1;
	padding: 140px 0 40px 0;
}
.archive .maintitle {
	color:#000;
}
.featArticle article {
	max-width: 600px;
	margin: 0 auto;
}
.featArticle span.articleExcerpt {
	/* color: #fff; */
	font-size: 18px;
	padding-bottom: 20px;
	letter-spacing: 0.15em;
}



.woocommerce .products ul, .woocommerce ul.products {
	margin:0 -1% !important;
	padding: 0;
	list-style: none outside;
	clear: both;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 1.0% 1.992em 1.0% !important;
	padding: 0;
	position: relative;
	width: 18.0%;
	margin-left: 0;
	flex-basis: 31.3%;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
}
.woocommerce section.related.products #primary,
.woocommerce-page section.related.products #primary{
	width: 100%;
}
.woocommerce section.related.products ul.products li.product,
.woocommerce-page section.related.products ul.products li.product{
	flex-basis: 23%;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	/* margin-right: 1.5%;*/
}
h2.woocommerce-loop-product__title {
	color: #454444;
	text-align: center;
	font-size: 1.0em;
	padding: 16px;
	margin: 0;
}

.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 600;
	margin-bottom: .5em;
	font-size: 1.0em;
	text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: none !important;
}
.logged-in.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: block !important;
}
.woocommerce-variation-price {
	/* 	display: none !important; */
}
.single_variation_wrap .current-stock-level{
	display: none !important;
}
.woocommerce ul.products li.product .button {
	margin-top: 1em;
	text-transform: uppercase !important;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 0 !important;
	color: #ffffff;
	padding: 10px 20px;
	background: #6a8d3b;
	font-size: .85em;
	max-width: 60%;
	align-self: center;
	margin-top: auto;
	margin-bottom: 16px !important;
	display: inline-block;
}
.woocommerce ul.products li.product .button:hover{
	background: #1c3d27;
}

#pagination {
	text-align: center;
	clear: both;
	padding: 0px 0 20px 0;
}
span.page-numbers.current {
	color: #ffffff;
	border-right: 0px solid #000;
	/* color: #000; 
	text-decoration: underline;*/
	font-size: 16px;
	padding: 5px 10px;
	background: #3d80c2;
}
a.page-numbers {
	padding: 0 10px;
	/* border-right: .5px solid; */
	color: #fff!important;
	font-size: 16px;
	padding: 5px 10px;
	background: #6a8d3b;
}
#pagination a.next.page-numbers {
	border-right: none;
	background: none;
	font-size: 42px;
	color: #616161!important;
	padding: 0 0px;
	top: 11px;
	position: relative;
}
#pagination a.prev.page-numbers {
	border-right: none;
	background: none;
	font-size: 42px;
	color: #616161!important;
	padding: 0 0px;
	top: 11px;
	position: relative;
}
a.page-numbers:hover {
	background: #38b0e3;
	color: #6a8d3b!important;
}
a.prev.page-numbers:hover .fa, a.next.page-numbers:hover .fa {
	color: #6a8d3b!important;
}


.overlay-container {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 5%;
	transform: translate(-50%,0);
	background: rgba(0,0,0,0.45);
	padding: 30px;
	color: #313131;
	/* min-height: 190px; */
}
.big-title h1.page-title {
	font-family: 'helveticaLightRegular';
	text-align: center;
	padding: 0 !important;
}

.herald-fa-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 460px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 40px;
}
.herald-fa-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 20em;
	-ms-flex: 1 0 20em;
	flex: 1 0 20em;
	padding: 1em;
	z-index: 3000;
	position: relative;
	-webkit-transition: -webkit-flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out;
	-o-transition: flex-basis .3s ease-in-out;
	transition: flex-basis .3s ease-in-out;
	transition: flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-ms-flex-preferred-size .3s ease-in-out;
}

.herald-fa-item .fa-post-thumbnail {
	position: absolute;
	height: 100%;
	width: 120%;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	background-size: cover !important;
	background-position: center !important;
}
.fa-post-thumbnail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
	background: url('images/pattern-overlay.png') repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0.6;
}
.herald-fa-item:hover .fa-post-thumbnail:before{
	opacity: 0.9;
}
.herald-fa-item .entry-header {
	position: absolute;
	z-index: 100;
	bottom: 10%;
	left: 10%;
	width: 80%;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate(-50%,-50%);
}
.herald-fa-item .entry-header h2 {
	font-weight: 600;
	font-size: 1.050em;
	line-height: 1.25;
}
.herald-fa-item:hover {
	-webkit-flex-basis: 20em;
	-ms-flex-preferred-size: 20em;
	flex-basis: 20em;
}
.herald-fa-item .entry-title a, .herald-fa-item .entry-title a:hover {
	color: #FFF;
}
.herald-fa-item .entry-content {
	opacity: 0;
	color: #FFF;
	/*width: 190px;*/
	position: absolute;
	margin-top: 10px;
	z-index: 100;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 14px;
	line-height: 1.45;
}
.herald-fa-item:hover .entry-content {
	opacity: 1;
}
@media (min-width: 768px){
	.herald-fa-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.herald-fa-item {
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
}

@media (max-width: 800px){
	.herald-fa-list {height: auto;}   
}

a.content-meta {
	padding-top: 10px;
	display: block;
	color: #454444 !important;
}
a.content-meta h4.title {
	font-size: 18px;
	color: #205163;
	margin: 0 0 10px 0;
	line-height: 1.25;
}
a.content-meta p {
	padding-bottom: 0px;
	font-size: 14px;
	color: #999;
	line-height: 1.45;
}
a.blog-image-holder {
	position: relative;
	display: block;
}
.blog-image-holder img {
	width: 100%;
}
.blog-grid-item:hover .pattern-overlay{
	opacity:1;
}

.news-grid {
	padding-top: 60px;
}
.news-grid-item- {
	clear: both;
	padding: 0 4% 4% 4%;
}
.news-grid-item- article .sixcol {
	box-sizing: border-box;
}
.news-grid-item- article .sixcol.last {
	padding: 20px;
}
.news-grid-item- a.content-meta h4.title {
	font-size: 23px;
	color: #c10062;
	margin: 0 0 10px 0;
	line-height: 1.25;
}
span.entry-date {
	padding: 0;
	font-size: 14px;
}
span.entry-meta {
	padding: 20px;
	text-transform: capitalize;
}



div#popup-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999999;
	background: rgba(0, 0, 0, 0.76);
	display:none;
}
div#popup-bg.active {
	display:block;
}
.discount-popup,
.restriction-popup {
	opacity:0;
	position: fixed;
	width: 100%;
	max-width: 600px;
	height: auto;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	z-index: 999999999999;
	background: rgb(255, 255, 255);
	transform: translate(-50%,-50%);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 6px solid #6a8d3b;
	border-radius: 10px;
}
.discount-popup.active,
.restriction-popup.active{
	opacity:1;
	max-height: 80vh;
	overflow: auto;
}
a.discount-popup--close,
a.close-restriction-popup {
	position: absolute;
	top: 0;
	right: 6px;
	font-size: 20px;
}
.discount-popup h2.title,
.restriction-popup h2.title {
	color: #000;
	text-transform: none;
	font-size: 24px !important;
	text-align:center;
	font-family: 'playfair_displayregular';
}
.restriction-popup-inner input.wpcf7-form-control.wpcf7-submit {
	background-color: #1c3d27;
	color: #fff;
	padding: 8px 12px;
	min-width: 180px;
	margin: .5em auto 0 auto;
	border: 0;
	display: block;
}

a.button.wc-forward,
a.button.wc-backward {
	background-color: #1c3d27;
	color: #fff;
	padding: 12px 12px;
	font-size: 1em;
	min-width: 180px;
	margin: .5em auto 0 auto;
	border: 0;
	/* display: table; */
	text-align: center;
}


.wc-proceed-to-checkout.forbidden {
	cursor: not-allowed;
}
.wc-proceed-to-checkout.forbidden a.disabled{
	pointer-events:none;
}
.restriction-popup form label {
	display: flex;
	align-items: center;
	text-align: left;
	font-weight: 600;
}
.restriction-popup form label span.label {
	width: 85%;
	margin-right: 5%;
}
.restriction-popup form label input {
	width: 20px;
	height: 20px;
}
.restriction-popup .button-wrapper{
	display: flex;
	justify-content: center;
}
.restriction-popup a.button {
	background-color: #1c3d27;
	color: #fff;
	padding: 8px 12px;
	min-width: 180px;
	margin: 0 5px;
}
.page-id-597 span.gdpr {
	color: #ffffff;
	margin: 10px 0 0 0;
	font-size: 12px;
	display: block;
}
.page-id-597 .bg-image {
	box-sizing: border-box;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	width: 92%;
	margin: 40px 4% -20px 4%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/********************start news template****************/
.overlay-container {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 5%;
	transform: translate(-50%,0);
	background: rgba(0,0,0,0.45);
	padding: 30px;
	color: #313131;
	/* min-height: 190px; */
}

.herald-fa-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 66vh;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.herald-fa-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 20em;
	-ms-flex: 1 0 20em;
	flex: 1 0 20em;
	padding: 1em;
	z-index: 3000;
	position: relative;
	-webkit-transition: -webkit-flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out;
	-o-transition: flex-basis .3s ease-in-out;
	transition: flex-basis .3s ease-in-out;
	transition: flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-webkit-flex-basis .3s ease-in-out,-ms-flex-preferred-size .3s ease-in-out;
}

.herald-fa-item .fa-post-thumbnail {
	position: absolute;
	height: 100%;
	width: 120%;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	background-size: cover !important;
	background-position: center !important;
}
.fa-post-thumbnail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
	background: url(../images/pattern-overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0.6;
}
.herald-fa-item:hover .fa-post-thumbnail:before{
	opacity: 0.9;
}
.herald-fa-item .entry-header {
	position: absolute;
	z-index: 100;
	bottom: 10%;
	left: 10%;
	width: 80%;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: translate(-50%,-50%);
}
.herald-fa-item .entry-header h2 {
	font-weight: 600;
}
.herald-fa-item:hover {
	-webkit-flex-basis: 30em;
	-ms-flex-preferred-size: 30em;
	flex-basis: 30em;
}
.herald-fa-item .entry-title a, .herald-fa-item .entry-title a:hover {
	color: #FFF;
}
.herald-fa-item .entry-content {
	opacity: 0;
	color: #FFF;
	/*width: 190px;*/
	position: absolute;
	margin-top: 10px;
	z-index: 100;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 14px;
	line-height: 18px;
}
.herald-fa-item:hover .entry-content {
	opacity: 1;
}

.blog-grid-sizer, .blog-grid-item {
	width: calc(33.3% - 0px);
	/*margin: 0 0.5% 20px 0.5%!important;*/
	margin: 0 0 20px 0!important;
	padding: 0px !important;
	background: #fff;
	float: left;
}

.blog-grid-related-sizer, .blog-grid-related-item {
	background: #fff;
}
.blog-grid-item article:hover, .blog-grid-related-item article:hover {cursor:pointer}

.blog-grid-item article .overlay, .blog-grid-related-item article .overlay{ -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;   background: rgba(0, 0, 0, 0.0);
}
.blog-grid-item article .overlay .overlay-inner, .blog-grid-related-item article .overlay .overlay-inner{ -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;  opacity:0;
}
.blog-grid-item, .blog-grid-related-item {
	overflow: hidden;
}
.blog-grid-item article:hover .overlay .overlay-inner, .blog-grid-related-item article:hover .overlay .overlay-inner{  position: relative;
	top: 75%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* max-width: 500px; */
	width: 90%;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;opacity:1;}
.blog-grid-item article:hover .button, .blog-grid-related-item article:hover .button { -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;   background: #fff;
}
.blog-grid-item:hover .hover {
	opacity: 1;
}
a.content-meta {
	padding-top: 10px;
	display: block;
}
a.content-meta h4.title {
	font-size: 18px;
	color: #333;
}
a.content-meta p {
	padding-bottom: 0px;
	font-size: 14px;
	color: #999;
}
a.blog-image-holder {
	position: relative;
	display: block;
	width:100%;
	height:100%;
	min-height: 165px;
	padding-top: 56.25%;
}
.blog-image-holder img {
	width: 100%;
}
.blog-grid-item:hover .pattern-overlay,.blog-grid-related-item:hover .pattern-overlay{
	opacity:1;
}


@media (min-width: 768px){
	.herald-fa-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.herald-fa-item {
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
}

@media (max-width: 767px){
	.herald-fa-list {height: auto;}   
	.blog-grid-sizer, .blog-grid-item {
		width: calc(100% - 0px);
		margin: 0 0 30px 0 !important;
		padding: 0px !important;
		background: #fff;
	}
}



#row_blog a.next_section {
	padding-top: 80px;
	display: block;
	position: relative;
	text-align: center;
	width: 24px;
	margin: -10px auto 5px;
	cursor: pointer !important;
	height: 60px;
}

#row_blog a.next_section span {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin-left: 0px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#row_blog a.next_section span:nth-of-type(1)  {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#row_blog a.next_section span:nth-of-type(2)  {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
#row_blog a.next_section span:nth-of-type(3)  {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*********************end news template************************/


@media(max-width: 600px){
	.sales_points_wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sales_point {
		display: flex;
		align-items: center;
		flex-basis: 45%;
	}
	.sales_point_icon {
		width: 68px;
		height: 68px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.sales_point_text h3 {
		margin: 0 auto 0em;
		font-size: 1.0150em;
		font-weight: 300;
	}

	section#section_woo ul.products {
		flex-direction: column;
	}
	section#section_5_finance .cell-holder .cell {
		flex-direction: column;
	}
	section#section_5_finance .cell-holder .cell > div:first-of-type {
		flex-basis: 100%;
		padding-right: 0%;
	}
	#row_footer .footer-navigation ul {
		flex-direction: column;
	}
	#row_footer .footer-navigation ul li {
		margin: 0.4em 0;
	}
	#row_footer .footer-navigation ul li a{
		border-right: 0 !important;
	}
}

@media(max-width: 480px){
	.sales_point {
		flex-basis: 80%;
		margin-bottom:1em;
	}
	.sales_point_icon {
		/* 		width: 56px;
		height:56px; */

	}
	.sales_point_text h3 {
		font-size: 1.250em;
	}
}


.document_list_header {
	display: flex;
	width: 100%;
	background: #6a8d3b;
	align-items: center;
	justify-content: space-evenly;
	padding: .5em 0;
}
.document_list_header_column {
	width: 80%;
	text-align: center;
}
.document_list_header_column p {
	color: #fff;
	padding: 0;
}
.document_item a {
	display: flex;
	width: 100%;
	background: #fff;
	align-items: center;
	justify-content: space-evenly;
	padding: 0.5em 0;
	border-bottom:1px solid #000;
}
.document_item:nth-of-type(odd) a{
	background: #f8f8f8;
}
.document_item_column {
	width: 80%;
	text-align: center;
}
.document_item_column.document_name {
	text-align: left;
	padding-left:20px;
}
.document_item_column p {
	padding: 0;
	/* color: #6c8e3d !important; */
	font-weight: 600;
	font-size: 14px;
}
.document_item_column .far {
	font-size: 2em;
	color: #6a8d3b;
}



.notabrir {
	display: none !important;
}



.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #1c3d27;
	color: #fff;
}


header.woocommerce-products-header {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	/*     align-items: center; */
	justify-content: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
	height: 100%;
}

li#mega-menu-281-0,
li#mega-menu-18910-0,
li#mega-menu-280-0 {
	border-top: 1px solid #fff!important;
	border-bottom: 1px solid #fff!important;
	padding: 20px 0 !important;
}

li#mega-menu-32201-0-0, li#mega-menu-32201-0-1, li#mega-menu-32201-0-2,
li#mega-menu-18910-0-0,li#mega-menu-18910-0-1,
li#mega-menu-281-0-0,li#mega-menu-281-0-1,
/* li#mega-menu-281-0-2, */
li#mega-menu-280-0-0,li#mega-menu-280-0-1,li#mega-menu-280-0-2 {
	border-right: 1px solid #fff !important;
}


li#mega-menu-281-0-0 {
	/*width: 100% !important;*/
}


.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #1c3d27 !important;
	color: #fff !important;
}




/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0px auto 40px auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: black;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.timeline-container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: black;
	border: 4px solid black;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the container to the left */
.timeline-container.left {
	left: 0;
}

/* Place the container to the right */
.timeline-container.right {
	display: flex;
	left: 0;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.timeline-container.right .timeline-image-wrapper {
	flex-basis: calc(50% - 30px);
	padding: 8px 30px;
}
.timeline-container.right:first-of-type .timeline-content.row {
	flex-basis: calc(50% - 30px);
	left:0;
}
.timeline-container.right .timeline-content.row {
	flex-basis: calc(50% - 30px);
	left: calc(50% + 30px);
}
/* Add arrows to the left container (pointing right) */
.timeline-container.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid black;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent black;
}

/* Add arrows to the right container (pointing left) */
.timeline-container.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: calc(50% + 30px);
	border: medium solid black;
	border-width: 10px 10px 10px 0;
	border-color: transparent black transparent transparent;
}
.timeline-container.right:first-of-type::before {
	top: 110px;
}
/* Fix the circle for containers on the right side */
.timeline-container.right::after {
	left: calc(50% - 16px);
}
.timeline-container.right:first-of-type::after {
	top: 103px;
}
/* The actual content */
.timeline-content {
	padding: 8px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
}

.timeline-image{
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}


.timeline-container.right {
	display: flex;
	left: 0;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
	}

	/* Full-width containers */
	.timeline-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.timeline-container::before {
		left: 60px;
		border: medium solid black;
		border-width: 10px 10px 10px 0;
		border-color: transparent black transparent transparent;
	}

	/* Make sure all circles are at the same spot */
	.timeline-container.left::after, .timeline-container.right::after {
		left: 15px;
	}

	/* Make all right containers behave like the left ones */
	.timeline-container.right {
		left: 0%;
	}
	.timeline-container.right .timeline-content.row {
		flex-basis: calc(100% - 30px);
		left: 0;
	}
	.timeline-container.right::before {
		left: 60px;
		content: " ";
		height: 0;
		position: absolute;
		top: 22px;
		width: 0;
		z-index: 1;
		right: auto;
		border: medium solid black;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent black;
	}
	.timeline-container.right:first-of-type {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.timeline-image {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-2, .woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-2,
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
		flex-basis: 48% !important;
	}

	.woocommerce-page ul.products[class*=columns-] li.product .button,
	.woocommerce ul.products[class*=columns-] li.product .button{
		padding: 10px 5px;
		max-width: 75%;
	}

	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-1, .woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-1 {
		width: 98% !important;
		flex-basis: 98% !important;
	}

	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-3, .woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-3 {
		width: 31.3% !important;
		flex-basis: 31.3% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-3 a img,
	.woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-3 a img{
		margin: 0 0 0em;
	}

	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-3 .woocommerce-loop-product__title,
	.woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-3 .woocommerce-loop-product__title{
		padding: .5em !important;
		margin: 0;
		font-size: .8em;
	}
	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-3 .additional_product_info,
	.woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-3 .additional_product_info,
	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-3 .price,
	.woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-3 .price,
	.woocommerce ul.products[class*=columns-] li.product.gridview-columns-3 a.add_to_cart_button,
	.woocommerce-page ul.products[class*=columns-] li.product.gridview-columns-3 a.add_to_cart_button{
		display:none;

	}

	.woocommerce div.product div.summary {
		top: 0em;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: none!important;
		width: 100%!important;
		clear: none;
	}
	.woo-variation-product-gallery {
		width: 100% !important;
	}
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link > svg path,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link > svg path,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link > svg path{
	fill: #fff !important;
}


section#section_2a_intro .wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
section#section_2a_intro .wrapper img {
	width: 100%;
	max-width: 300px;
	margin:0 auto;
}
section#section_2a_intro .wrapper a.button {
	background: #1c3d27;
	color: #fff;
	padding: 10px 20px;
	margin-top: 15px !important;
	display: inline-block;
}




#row_woo.row .wrapper {
	max-width: 1200px;
	width: 92%;
	position: relative;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
div#primary.content-area {
	width: 75%;
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}
div#secondary {
	clear: both;
	width: 23%;
	float: left;
	margin-top: 30px;
	margin-right: 2%;
}

@media screen and (max-width: 600px){
	div#secondary, 
	div#primary.content-area {
		width: 92%;
		margin: 0 auto;
		float: none;
	}
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: .5em !important;
	margin: 0;
	font-size: 1em;
}
ul.products .additional_product_info {
	padding: .5em !important;
	margin: 0;
	font-size: 1em;
	text-align: center;
	font-family: 'playfair_displayregular';
	font-weight: 300;
}

ul.products .additional_product_info p {
	margin-top: 0px;
	font-size: .95em;
	margin-bottom:0;
	padding-bottom:0;
}
ul.products a.woocommerce-LoopProduct-link span.price {
	display:block;
	text-align:center;
}



.yith-woocommerce-ajax-product-filter ul {
	padding: 1em 0em;
}
.yith-woocommerce-ajax-product-filter ul li {
	list-style: none;
	font-size: 13px;
	margin: 0;
	display: inline-block;
}
.yith-woocommerce-ajax-product-filter ul li .count{
	display:none;
}
.yith-woocommerce-ajax-product-filter ul li a {
	background: #f8f8f8;
	border: 1px solid #ddd;
	display: block;
	margin: 0px 5px 0px 0;
	padding: 3px 5px;
	overflow: hidden;
	text-decoration: none;
}
.yith-woocommerce-ajax-product-filter ul li a:hover {
	background: #1c3d27;
	color:#FFF;
}


a.yith-wcan-reset-navigation.button {
	margin-bottom: 20px;
	background: #6a8d3b;
	color: #FFF;
	border-radius: 0px;
}
a.yith-wcan-reset-navigation.button:hover {
	background: #1c3d27;
}




.page-template-template-wildlife section#row_video,
.page-template-template-manufacturing section#row_video,
.page-template-template-quality section#row_video,
.page-template-template-why_choose_us section#row_video,
.page-template-template-why section#row_video {
	height:500px;
	min-height:500px;
}

.page-template-template-wildlife .section_static_bg_image_wrapper .carousel_item_overlay,
.page-template-template-manufacturing .section_static_bg_image_wrapper .carousel_item_overlay,
.page-template-template-quality .section_static_bg_image_wrapper .carousel_item_overlay,
.page-template-template-why_choose_us .section_static_bg_image_wrapper .carousel_item_overlay,
.page-template-template-why .section_static_bg_image_wrapper .carousel_item_overlay {
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	padding: 160px 2em 2em 2em;
	z-index: 99999;
	position: relative;
}
.section_static_bg_image_wrapper {
	position: relative;
	height: 100%;
}
.section_static_bg_image_wrapper .carousel_item {
	height: 100%;
}
.section_static_bg_image_wrapper .carousel_item_overlay {
	min-height: 100%;
	height: 100%;
	padding: 2em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: center;
	justify-content: center;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.bg_image {
	background-size: cover !important;
	background-position: center !important;
}
span.overlay.carousel_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-template-template-wildlife .section_static_bg_image_wrapper .carousel_item_overlay > div:first-of-type,
.page-template-template-manufacturing .section_static_bg_image_wrapper .carousel_item_overlay > div:first-of-type,
.page-template-template-quality .section_static_bg_image_wrapper .carousel_item_overlay > div:first-of-type,
.page-template-template-why_choose_us .section_static_bg_image_wrapper .carousel_item_overlay > div:first-of-type,
.page-template-template-why .section_static_bg_image_wrapper .carousel_item_overlay > div:first-of-type {
	max-width: 100%;
	width: 100%;
}
.section_static_bg_image_wrapper .carousel_item_overlay h2.title{
	text-align:center;
}





.woocommerce .woocommerce-result-count {
	margin: 0;
	/* background: #f8f8f8; */
	/* border: 1px solid #f3f3f3; */
	border-radius: 0px;
	padding: .5em 0em .5em 0em;
	font-size: 1em;
}

.yith-woocommerce-ajax-product-filter ul {
	padding: 1em 0em 0px 0px;
}

div#secondary aside {
	margin-bottom: 1em;
}
div#secondary aside h3.widget-title {
	text-align: left !important;
	font-size: 1.15em;
}

div#secondary aside.widget_productcategories_widget,
div#secondary aside.yith-woocommerce-ajax-product-filter {
	position: relative;
	margin:0 !important;
	padding:.5em 0 !important;
	border-top:1px solid #efefef;
}
div#secondary aside.is-active ul {
	height: auto;
	margin-top: .5em;
}

div#secondary aside .productCategoriesMenu li{
	position:relative;
	color:#6a8d3b;
}
div#secondary aside .productCategoriesMenu li a{
	position:relative;
	color:#6a8d3b;
	text-decoration:none;
}

div#secondary aside .productCategoriesMenu li span.cat-count{
	color:#205163 !important;
}
a.filter-list-toggle {
	position: relative;
	display: flex;
	text-decoration: none;
}
a.filter-list-toggle .fa {
	position: relative;
	top: -2px;
	left: 10px;
	font-size: 1.5em;
}
a.close-filters {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 1.5em;
}
div#secondary aside#yith-woo-ajax-reset-navigation-2 {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}




div#ajaxsearchliteres2 {
	z-index: 9999999999;
}
div.asl_r .results .item .asl_content .asl_desc {
	display: none;
}



.home section#section_5_finance {
	margin-bottom: 0px !important;
	background: #efefef;
	background-position: center;
	background-size: cover!important;
	background-repeat: no-repeat;
}

.home section#section_5_finance .background-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home section#section_5_finance .input {
	background: rgb(201 201 201 / 65%);
}

.home section#section_5_finance input#catalogue-submit {
	border: 1px solid #ffffff;
	background: rgb(201 201 201 / 65%);
	color: #ffffff;
}
.home section#section_5_finance input#catalogue-submit:hover {
	background: #1c3d27;
	cursor: pointer;
	/*border-color: #1c3d27;*/
}
.home section#section_5_finance .wpcf7-response-output {
	color: #fff;
}

.restricted-product-list {
	color: #6a8d3b;
	font-weight: 600;
}
.registration-wrapper,
.login-wrapper {
	margin-top: 1em;
	max-width: 400px;
	margin: 2em auto 0 auto;
}



.woocommerce form .form-row label {
	line-height: 1;
}
#wp_signup_form,
.woocommerce form.login,
form.woocommerce-form.woocommerce-form-register.register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	max-width: 600px;
	margin: 0 auto;
}
#wp_signup_form .form-row .description,
form.woocommerce-form.woocommerce-form-register.register .form-row .woo-input-wrapper .description,
.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background: #6a8d3b;
	color: #fff;
	border-radius: 3px;
	padding: 1em !important;
	margin: .5em 0 0 !important;
	clear: both;
	display: block !important;
	position: relative;
	height: auto !important;
}
#wp_signup_form .form-row .description{
	margin-bottom: .5em !important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	left: 50%;
	top: 0;
	margin-top: -4px !important;
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
	content: "";
	position: absolute;
	border-width: 4px 6px 0 6px;
	border-style: solid;
	border-color: #6a8d3b transparent transparent transparent;
	z-index: 100;
	display: block !important;
}
#wp_signup_form .form-row .description:after,
form.woocommerce-form.woocommerce-form-register.register .form-row .woo-input-wrapper .description::after {
	left: 50%;
	bottom: 0;
	margin-top: 0px !important;
	top: auto;
	margin-bottom: -6px !important;
	margin-top: -4px !important;
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
	content: "";
	position: absolute;
	border-style: solid;
	border-color: transparent transparent #6a8d3b transparent;
	border-width: 0px 18px 10px 18px;
	z-index: 100;
	display: block !important;
}
span#restriction_level_2-description {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
span#image-description {
	margin-bottom: 10px !important;
}
p#restriction_level_2_reg_field {
	margin-top: .5em;
} 

span.woo-input-wrapper label {
	margin: 0 1em;
	display: block;
	font-weight: 600;
	font-size: 14px;
}


p#restriction_level_2_reg_field label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
p#restriction_level_2_reg_field label span.label {
	flex-basis: calc(100% - 30px);
}
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	background-color: #1c3d27;
	color: #fff;
	padding: 8px 12px;
	min-width: 180px;
	margin: 0 5px;
	border: 0;
}
#wp_signup_form .form-row input[type="checkbox"],
.woo-input-wrapper input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
input#restriction_level_2 {
	width: 20px;
	height: 20px;
}
p#image_reg_field label {
	margin-bottom: 0.4em;
}
#wp_signup_form .form-row input[type="file"],
.woo-input-wrapper input[type="file"] {
	margin-left: 10px;
}
#wp_signup_form .input,
input.woocommerce-Input {
	margin: 0px 0 0px 0;
	background: #ffffff;
	width: 100%;
	padding: 0px 10px;
	height: 40px;
	border: none;
	border-bottom: 1px solid #8c8c8c;
	border-radius: 0;
	color: #000;
}

p#image {
	margin: .5em 0;
}

form.woocommerce-form.woocommerce-form-register.register h3, form.woocommerce-form.woocommerce-form-register.register h4 {
	color: #1c3d27;
}
span.required {
	color: #e00000;
}
span.woocommerce-input-filetypes {
	font-size: xx-small;
}
.woocommerce-privacy-policy-text {
	font-size: 12px;
}
/*
.page-id-7081 .woocommerce-notices-wrapper {
max-width: 600px;
margin: 0 auto;
}

.page-id-7081 .woocommerce-notices-wrapper .woocommerce-error {
border-top-color: #b81c23;
border-radius: 5px;
background: #b81c23;
text-align: center;
}

.page-id-7081 .woocommerce-notices-wrapper .woocommerce-error::before {
content: "\e016";
color: #ffffff;
top: 0;
position: relative;
left:auto;
}
.page-id-7081 .woocommerce-notices-wrapper .woocommerce-error li {
color: #fff;
text-align: center;
display: inline-block;
}
.page-id-7081 .woocommerce-notices-wrapper .woocommerce-error li strong {
font-weight: 300;
}
*/

.page-id-279 .woocommerce > h2:first-of-type{
	display:none;
}




body.lockScroll {
	overflow: hidden;
}


.restricted-product-list ul {
	list-style: none;
	padding: 0 0 2em 0;
}


.restriction-popup form span.wpcf7-form-control-wrap.restriction-level-2 label {
	justify-content: space-between;
}

.restriction-popup form span.wpcf7-form-control-wrap.restriction-level-2 label span.wpcf7-list-item-label {
	flex-basis: calc(100% - 40px);
}

.restriction-popup-inner .registration-wrapper {
	max-width: 85%;
	text-align: left;
	margin-top: 0;
}
.restriction-level h4 {
	/* color: #000; */
	text-transform: none;
	font-size: 17px !important;
	text-align: left;
	font-family: 'playfair_displayregular';
	margin: 0 0 .5em 0;
}
.restriction-level.level-3 {
	margin-top: 1em;
}


.woo-variation-gallery-thumbnail-wrapper {
	display: none;
}
@font-face{font-family:'helveticaregular';src:url('fonts/helvetica.eot');src:url('fonts/helvetica.woff') format('woff'),
	url('fonts/helvetica.ttf') format('truetype'),
	url('fonts/helvetica.svg#helveticaregular') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'helveticabold';src:url('fonts/helvetica-bold.eot');src:url('fonts/helvetica-bold.woff') format('woff'),
	url('fonts/helvetica-bold.ttf') format('truetype'),
	url('fonts/helvetica-bold.svg#helveticabold') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'HelveticaLightRegular';src:url('fonts/helvetica-light-webfont.eot');src:url('fonts/helvetica-light-webfont.woff') format('woff'),
	url('fonts/helvetica-light-webfont.ttf') format('truetype'),
	url('fonts/helvetica-light-webfont.svg#HelveticaLightRegular') format('svg');font-weight:normal;font-style:normal;}

@font-face {
	font-family: 'nunitobold';
	src: url('fonts/nunito-bold-webfont.eot');
	src: url('fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/nunito-bold-webfont.woff2') format('woff2'),
		url('fonts/nunito-bold-webfont.woff') format('woff'),
		url('fonts/nunito-bold-webfont.ttf') format('truetype'),
		url('fonts/nunito-bold-webfont.svg#nunitobold') format('svg');
	font-weight: normal;
	font-display: auto;

}




@font-face {
	font-family: 'nunitolight';
	src: url('fonts/nunito-light-webfont.eot');
	src: url('fonts/nunito-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/nunito-light-webfont.woff2') format('woff2'),
		url('fonts/nunito-light-webfont.woff') format('woff'),
		url('fonts/nunito-light-webfont.ttf') format('truetype'),
		url('fonts/nunito-light-webfont.svg#nunitolight') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}




@font-face {
	font-family: 'nunitoregular';
	src: url('fonts/nunito-regular-webfont.eot');
	src: url('fonts/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/nunito-regular-webfont.woff2') format('woff2'),
		url('fonts/nunito-regular-webfont.woff') format('woff'),
		url('fonts/nunito-regular-webfont.ttf') format('truetype'),
		url('fonts/nunito-regular-webfont.svg#nunitoregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'playfair_displayregular';
	src: url('fonts/playfairdisplay-regular-webfont.eot');
	src: url('fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
		url('fonts/playfairdisplay-regular-webfont.woff') format('woff'),
		url('fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
		url('fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: auto;
}

@media (max-width: 1280px){


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


}
@media (max-width: 1080px){
	#half-logo{max-width: 370px;    right: -40px;}
}
@media (max-width: 960px){

	html{width:100%;overflow-x:hidden;}
	.row .wrapper{width:96%;}
	.row h1{font-size:2.0em;}
	a.anchor_position{display:block;position:relative;top:-75px;}
	.row#row_inner{padding:20px 0 40px 0;}
	/*.page-template-template-services .banner_overlay{padding:0px 2% !important;}*/
	p#time-selection {
		padding-top: 14px;
		padding-bottom: 15px;
		font-size: 12px;
	}

	.page-template-template-services h1.title {
		text-align: center;
		margin-top: 20px;
	}
	h2.main-title {
		padding: 0px 0% 40px 0%;
		letter-spacing: 0.075em;
		/*font-size: 22px;*/
		text-align: center;
	}
	#row_footer.row .threecol {
		width: 48%;
		border: 0px solid #999999;
		padding: 0 1% !important;
		margin-top: 30px;
	}
}
@media (max-width: 800px){

	.footer-widget h3 {
		text-align: center;
	}
	#banner-form {
		width: 100%;
	}
	#brochure-img {
		max-width: 300px;
	}
	.not-mobile{display:none !important;}
	.mobile-only{display:block !important;}
	a.anchor_position {display: block;position: relative;top: 0px;}

	.page-template-template-team .banner_content_wrapper, .page-template-template-services_main .banner_content_wrapper, .page-template-template-services .banner_content_wrapper {
		/*margin-right: 0em;*/
	}


	.maintitle {
		font-size: 36px !important;
		text-align: center !important;
	}

	.maintitle-column {
		text-align:center !important;
	}
	.page-template-template-consultant li#row_section2 .threecol {
		display: none;
	}

	.row#row_columns {
		padding: 0 0 0 0 !important;
	}
	.location-bullets {
		padding: 0 0 0px 0;
	}	
	#row_footer ul {
		padding: 0;
		/* margin: 0 auto; */
		display: flex;
		justify-content: center;
	}
	div#footer-content {
		text-align: center;
	}
	.row .sixcol{width:100%;padding:0;}
	.row .eightcol{width:100%;padding:0;margin:0 !important;}
	.row .fourcol {
		width: 96%;
		padding: 2%;
	}

	.acf-map {
		width: 100%;
		height: 400px;
		border: #ccc solid 0px;
		margin: 0px 0 0 0;
	}

	.row .wrapper {
		text-align: center;
	}
	#intro-content {
		padding: 0 0%;
		text-align: center;
	}

	img.overlay{display:none;}
	img.imagefill{width:100%;}
	.featured-grid-item{width:100%;margin:2px 0;}
	h1.title { font-size: 22px !important;
	}
	h2.featured-title {font-size: 20px !important;}

	.inner {
		padding: 0px 10% 20px;
	}
	#row_footer {
		padding: 0 0 20px 0 !important;
	}
	#row_footer .sixcol{margin:0;padding:0 2%;width:96%;}

	p#copyright {
		font-size: 12px !important;
		line-height: 14px !important;
	}

	a.thumb-wrap{width:100%;margin:0 auto;}
	a#hugger-arrow {
		text-align: center;
		display: block;
	}
	.big-title {
		position: relative;
		background-position: 50% 50% !important;
		margin-bottom: 0px;
		background-size: cover !important;
		margin-top: 0px;
		height: 400px;
	}

	.overlay-container {
		width: 90%;
		position: absolute;
		/* height: 100%; */
		background: #38b0e3;
		padding: 20px !important;
		bottom: 5%;
		left: 5%;
		/* transform: translate(0, -50%); */
		/* -webkit-transform: translate(0, -50%); */
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		border-left: 0px solid #fff;
		box-sizing: border-box;
	}
	h2.overlayTitle {
		font-size: 28px;
	}
	.contactDetailsItem:nth-of-type(2) {
		border-left: 0px solid #000;
		border-right: 0px solid #000;
	}
	#primary-single {padding: 70px 0 0 0!important;}
	h1.title {
		font-size: 32px !important;
	}
	.blog-grid-sizer, .blog-grid-item{width:46%;margin:0 !important;padding:2% !important;}

	#row_footer.row .threecol:nth-of-type(3) {
		clear: both;
	}
	#row_footer ul li {
		text-align: center;
	}
}
@media(max-width: 640px){
	h3.widget-title {
		font-size: 1.5em;
	}
	.footer-widget h3 {
		font-size: 1.15em;
	}

	.blog-grid-sizer, .blog-grid-item{width:96%;margin:0 !important;padding:2% !important;}
	.row .threecol{width:96%;padding:0;margin-bottom:20px !important;margin:0 auto;}
	#row_footer.row .threecol {
		width: 96% !important;
		padding: 0 2% !important;
		margin-bottom: 20px !important;
		margin: 0 auto;
	}
	.row .threecol last{margin:0;}
	.row .sixcol{width:100%!important;padding:0;padding-bottom:0px;}
	.sixcol.last{padding-bottom:0;margin:0 !important;}
	.featured-grid-item{width:100%;}
	.contact{width:90%;padding:0;margin:0 auto;}
	#contact_no{font-size:20pt;margin:0;}
	ul#related-articles-social {top: -40px;}
	#row_footer ul {
		padding: 0 0 40px 0;
	}
	#row_footer ul li {text-align: center;}
	h3#footer-content-title {    font-size: 28px;    text-align: center;}
	div#footer-content p {    text-align: center;font-size: 13px;}	
	#row_footer a {font-size: 13px;}
	p#copyright {font-size: 18px !important;}
	#banner-inner-wrapper .maintitle {font-size: 32px !important;}


	.cell-holder .cell {
		padding-left: 0px;
		padding-right: 0px;
	}


	.page-template-template-why section#row_video {
		height: auto;
		padding-bottom: 0;
	}
	.page-template-template-why section#row_intro .wrapper .inner.pad{
		/* 		padding-top:0 !important; */
	}
	.page-template-template-about section#row_video {
		height: 260px !important;
	}
	.page-template-template-why .section_static_bg_image_wrapper .carousel_item_overlay {
		padding: 80px 2em 80px 2em !important;
	}
}
@media(max-width: 480px){
	.post-type-archive-product .banner_overlay, .page-template-default .banner_overlay, .tax-product_cat .banner_overlay, .page-template-template-contact .banner_overlay, .page-template-template-team .banner_overlay, .page-template-template-services_main .banner_overlay, .page-template-template-services .banner_overlay {
		text-align: center;
		justify-content: flex-end;
		padding: 140px 1em 0 1em;
	}
	.page-template-template-services .banner_overlay{padding: 60px 2% 80px 2% !important;justify-content: flex-end;}
	.banner_form {
		padding: 20px;
		max-width: 420px;
	}
	h2.title.banner_content_title{
		text-align:center;
		font-size: 32px !important;
	}
	h1.title {font-size: 26px !important;}
	h2.slide_title {
		font-size: 28px;
	}
	.slide_content {
		font-size: 16px;
	}
	.intro_content p {
		font-size: 1.05em;
	}
	h3.title.contact_column_title {
		font-size: 28px !important;
	}
	p.contact_column_address {
		font-size: 22px !important;
	}
	p.contact_column_telephone {
		font-size: 24px !important;
	}
	section#section_instagram i.fab.fa-instagram {
		font-size: 42px;
		margin-right: 0px;
	}
	img.instagramfeed_logo {
		width: 55%;
	}
	section#row_columns .flex_row .flex_column {
		width:100%;
		flex-basis: 100%;
	}
	a.content-meta h4.title {
		text-align: center;
	}
	section#row_intro_about h3{
		text-align: center;
	}
	.page-template-template-contact div.slide{
		min-height: 260px;
	}
}
@media(max-width: 360px){

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



body.scrollLock {
	height: 100vh !important;
	overflow: hidden;
	position: fixed;
}
.Filters-row {
	display: none;
}
.GridSelector {
	display: none
}

@media(max-width: 768px){

	.GridSelector {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex
	}

	.GridSelector-buttonContainer {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		margin-right: 10%
	}

	.GridSelector-buttonContainer:last-child {
		margin-right: 0
	}

	.GridSelector-buttonContainer.is-active .GridSelector-buttonItem {
		background: #1c3d27
	}

	.GridSelector-button {
		display: block;
		overflow: hidden;
		width: 100%
	}
	button {
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
		font-size: 100%;
		font-family: inherit;
		letter-spacing: inherit;
		color: inherit;
		font-weight: inherit;
		line-height: 19px;
	}
	.GridSelector-buttonItemsWrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.GridSelector-buttonItem {
		background-color: #e8e8e8;
		margin: 2px
	}

	.GridSelector-buttonItem1 {
		width: calc(100% - 4px)
	}

	.GridSelector-buttonItem2 {
		width: calc(49% - 4px)
	}

	.GridSelector-buttonItem3 {
		width: calc(33% - 4px)
	}

	.GridSelector-buttonItem4 {
		width: calc(24% - 4px)
	}

	.GridSelector-buttonItem:before {
		content: "";
		display: block;
		padding-bottom: 100%
	}

	.GridSelector.Filters-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex
	}

	.Filters-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		clear: both;
		justify-content: space-between;
		margin: 0 13px 16px 13px;
	}
	.Filters-column {
		width: calc(50% - 10px);
		margin-top: 0;
		margin-bottom: 0
	}

	.Filters-totalResults {
		display: none;
	}
	.Filters-refinement {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.Filters-refineButton {
		background: #fff;
		color: #000;
		border: 1px solid #dcdcdc;
		width:100%;
		height:100%;
	}


	div#popup-bg.opened{
		display:block;
	}	
	div#popup-bg div#secondary {
		background: #fff;
		max-height: 80vh;
		overflow: scroll;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		padding: 2em 1em;
		border: 6px solid #6b8e3c;
		z-index: 9999999999999999999;
	}
	.yith-woocommerce-ajax-product-filter ul,
	ul.productCategoriesMenu{
		padding: 0em 0em 0px 0px !important;
		height: 0px;
		overflow: hidden;
	}


	div.asl_r.asl_r_2 .results {
		max-height: 66vh;
		/* min-height: 66vh; */
		height: 55vh;
	}
}



.restricted_product_info {
	background: #6a8d3b;
	color: #fff;
	border-radius: 3px;
	padding: 1em !important;
	margin: .5em 0 1.5em 0 !important;
	clear: both;
	display: block !important;
	position: relative;
	height: auto !important;
	text-align: center;
}
.restricted_product_info h3 {
	text-align: center;
	color: #fff;
	font-family: 'nunitolight';
}
.restricted_product_info p {
	color: #fff;
}

.restricted_product_info a {
	font-weight: 600;
	color: #fff;
	/* text-decoration: underline; */
}
.restricted_product_info a:hover {
	color: #fff;
	text-decoration: underline;
}


.woocommerce-MyAccount-content .registration-wrapper {
	margin-top: 1em;
	max-width: 400px;
	margin: 2em 0 0 0;
}

.woocommerce-MyAccount-content .restriction-level.level-2 p:first-child,
.woocommerce-MyAccount-content .restriction-level.level-3 p:first-child {
	background: #6a8d3b;
	color: #fff;
	border-radius: 3px;
	padding: 1em !important;
	margin: .5em 0 0 !important;
	margin-bottom: 20px !important;
	clear: both;
	display: block !important;
	position: relative;
	height: auto !important;
}
.woocommerce-MyAccount-content .restriction-level.level-2 p:first-child::after,
.woocommerce-MyAccount-content .restriction-level.level-3 p:first-child::after {
	left: 50%;
	bottom: 0;
	margin-top: 0px !important;
	top: auto;
	margin-bottom: -6px !important;
	margin-top: -4px !important;
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
	content: "";
	position: absolute;
	border-style: solid;
	border-color: transparent transparent #6a8d3b transparent;
	border-width: 0px 18px 10px 18px;
	z-index: 100;
	display: block !important;
}

.woocommerce-MyAccount-content  input.wpcf7-form-control.wpcf7-submit {
	background-color: #1c3d27;
	color: #fff;
	padding: 8px 12px;
	min-width: 180px;
	margin: 0 5px;
	border: 0;
}

.woocommerce-MyAccount-content .wpcf7 p br{
	display:none;
}
.woocommerce-MyAccount-content p label {
	margin: 0 1em;
	margin-bottom: 8px;
	display: block;
	font-weight: 600;
	font-size: 14px;
}
.woocommerce-MyAccount-content input[type="file"] {
	margin-left: 10px;
}


nav.woocommerce-MyAccount-navigation ul li:hover > a,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #1c3d27;
}


.cwginstock-subscribe-form .row {
	margin: 0 !important;
}
.cwginstock-subscribe-form .panel-primary {
	border-color: #1c3d27 !important;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
	color: #fff;
	background-color: #1c3d27 !important;
	border-color: #1c3d27 !important;
}




.woocommerce p.stock.out-of-stock {
	background: #c10000;
	display: block;
	margin: 0 auto;
	max-width: 80%;
	color: #fff!important;
	padding: 4px 6px !important;
	text-transform: uppercase;
	font-size:.85em;
	text-align: center;
	margin-bottom: 16px !important;
}
.woocommerce.single-product p.stock.out-of-stock {
	background: #c10000;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width:100%;
	color: #fff!important;
	padding: 12px 16px !important;
	text-transform: uppercase;
	font-size:.85em !important;
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 16px !important;
}


.woocommerce div.product p.stock {
	font-size: 1em !important;
	padding: 0 !important;
	color: #000 !important;
}
.woocommerce div.product p.stock strong {
	color: #77a464 !important;
}


/* Hide the original Read More label.  */
.products .outofstock .button.product_type_simple,
.products .outofstock .button.product_type_variable,
.products .outofstock .button.product_type_variation{
	visibility: hidden;
}

.woocommerce ul.products li.product.outofstock .button.product_type_simple,
.woocommerce ul.products li.product.outofstock .button.product_type_variable,
.woocommerce ul.products li.product.outofstock .button.product_type_variation{
	max-width: 90% !important;
	display: block !important;
	width: 100%;
}

/* Replace original label with Out of Stock label. */
.woocommerce .products .outofstock .button.product_type_simple::before,
.woocommerce .products .outofstock .button.product_type_variable::before,
.woocommerce .products .outofstock .button.product_type_variation::before{

	content: "Out of Stock - Click to be notified"; 
	visibility: visible !important;
	background-color: #6a8d3b;
	padding: 12px 4px !important ;
	font-size: 13px !important;
	position: absolute;
	margin-top: 0px;
	top:0;
	left: 0;
	right: 0;
	border-radius: 0px;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.woocommerce .products .outofstock.product_cat-essential-oils .button.product_type_simple::before,
.woocommerce .products .outofstock.product_cat-essential-oils .button.product_type_variable::before,
.woocommerce .products .outofstock.product_cat-essential-oils .button.product_type_variation::before,
.woocommerce .products .outofstock.product_cat-dried-herbs .button.product_type_simple::before,
.woocommerce .products .outofstock.product_cat-dried-herbs .button.product_type_variable::before,
.woocommerce .products .outofstock.product_cat-dried-herbs .button.product_type_variation::before,
.woocommerce .products .outofstock.product_cat-tinctures-and-fluid-extracts .button.product_type_simple::before,
.woocommerce .products .outofstock.product_cat-tinctures-and-fluid-extracts .button.product_type_variable::before,
.woocommerce .products .outofstock.product_cat-tinctures-and-fluid-extracts .button.product_type_variation::before,
.woocommerce .products .outofstock.product_cat-glycerites .button.product_type_simple::before,
.woocommerce .products .outofstock.product_cat-glycerites .button.product_type_variable::before,
.woocommerce .products .outofstock.product_cat-glycerites .button.product_type_variation::before{
	content: "Seasonal - Click to be notified";
	margin-top: 0px;
	line-height: 1.35;
}

.woocommerce .products .outofstock .button.product_type_simple:hover::before,
.woocommerce .products .outofstock .button.product_type_variable:hover::before,
.woocommerce .products .outofstock .button.product_type_variation:hover::before{
	background-color: #1c3d27;
}

.woocommerce div.product form.cart .single_variation_wrap {
	width: 100%;
}
/* .woocommerce-variation.single_variation .woocommerce-variation-availability p.stock.out-of-stock {
display: none !important;
}
*/
.search .flexwrapper p.woocommerce-info {
	width: 100%;
	border-top-color: #6a8d3b;
}
.search .flexwrapper p.woocommerce-info::before {
	color: #6a8d3b;
}



.page-id-18650 #row_intro,
.page-id-18650 #row_intro .inner.pad.aos-init.aos-animate {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.flex_grid {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_grid .flex_grid_item {
	flex-basis: 33%;
	padding: 0 5%;
	text-align: center;
}
img.grid-icon {
	width: 120px;
	margin: 0 auto;
}
@media(max-width: 768px){
	.flex_grid .flex_grid_item {
		flex-basis: 50%;
		padding: 0 5%;
		text-align: center;
	}
}
@media(max-width: 640px){
	.flex_grid .flex_grid_item {
		flex-basis: 100%;
		padding: 0 5%;
		text-align: center;
	}
}


.page-template-template-wildlife.page-id-4473 section#row_intro{
	display:none !important;
}

/*
.page-template-template-wildlife.page-id-4473 section.row.target-section.section3,
.page-template-template-wildlife.page-id-4473 section.row.target-section.section4,
.page-template-template-wildlife.page-id-4473 section#row_intro,
.page-template-template-wildlife.page-id-4467 section.row.target-section.section4,
.page-template-template-wildlife.page-id-4467 section#row_intro{
	display:none !important;
}

*/
.page-template-template-wildlife.page-id-4467 section#row_intro img{
	margin:0 auto;
	display:block;
}


.page-id-4464 #row_intro_about ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.page-id-4464 #row_intro_about ul li {
	flex-basis: 48%;
}
@media(max-width: 768px){
	.page-id-4464 #row_intro_about ul li {
		flex-basis: 100%;
	}
}


p.current-stock-level {
	padding: 0;
}


.woocommerce-variation-availability p.stock.out-of-stock,
.woocommerce-variation-availability p.stock.in-stock{
	display: none !important;
}


.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled div,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled button {
	display: none !important;
}


.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal;
	color: #fff !important;
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal;
	color: #fff !important;
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal;
	color: #fff !important;
}
.woocommerce form .form-row label {
	line-height: 1;
	padding-bottom: 3px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	background: #6a8d3b;
	border: 0;
	padding: 16px 12px;
	color: #fff !important;
	border-radius: 4px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
	background-color: #6a8d3b;
	border: 0px solid #aaa;
	border-radius: 4px;
	padding: 16px 12px;
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff !important;
	line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000 !important;
	line-height: normal;
}
.woocommerce-form__input-checkbox{
	width:24px;
	height:24px;
}
textarea#order_comments {
	min-height: 200px;
}



.page-template-template-contact span.wpcf7-form-control-wrap.recaptcha {
	display: block;
	margin: 0 auto 10px auto;
}
.page-template-template-contact span.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
	float: none;
	margin: 0 auto;
}

span.woocommerce-input-filetypes {
	font-size: xx-small;
	margin-left: 5px;
	color: #6a8d3b;
}
.restriction-popup form span.wpcf7-form-control-wrap.restriction-level-2 label {
	justify-content: flex-start;
	flex-direction: column-reverse;
	align-items: flex-start;
}
.restriction-popup form span.wpcf7-form-control-wrap.restriction-level-2 label span.wpcf7-list-item-label {
	flex-basis: calc(100% - 40px);
	margin-bottom: 10px;
}
p#restriction_level_2_reg_field label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
p#restriction_level_2_reg_field label .label {
	flex-basis: calc(100% - 40px);
	margin-bottom: 10px;
}
p#restriction_level_2_reg_field label:after,
.restriction-popup form span.wpcf7-form-control-wrap.restriction-level-2 label:after {
	content: '(Tick here)';
	position: relative;
	bottom: -82px;
	left: 26px;
	font-size: 12px;
	color: #6a8d3b;
}
p#restriction_level_2_reg_field label:after {
	bottom: 18px;
}


div#alg_wc_eu_vat_progress {
	/* font-weight: 600; */
	color: #ffffff;
	background: #6a8d3b;
	padding: 12px;
	border-radius: 4px;
	margin-top: 8px;
}

.payment-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0 auto;
}
.payment-logos img {
	margin: 0 5px;
	height: auto;
}



li.product .product-meta.product--sku {
	color: #6f6e6e;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	padding-bottom: 8px;
}


p.vat-message {
	font-size: 14px;
}



.sales_promo_bar {
	background: #bc5f99;
	height: 40px;
	display: block;
}
.role-administrator .sales_promo_bar{
	display:block;
}
header.row .sales_promo_bar .wrapper {
	justify-content: space-evenly;
}
.sales_promo {
	display: flex;
	align-items: center;
}
img.sales_promo_icon {
	width: auto;
	height: 24px;
	margin-right: 6px;
}
.sales_promo:nth-of-type(2) img.sales_promo_icon {
	height: 28px;
}
.sales_promo--text p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
}


.location-restricted-popup,
.discount-popup--editable {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	max-width: 600px;
	height: auto;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	z-index: 999999999999;
	background: rgb(255, 255, 255);
	transform: translate(-50%,-50%);
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 6px solid #6a8d3b;
	border-radius: 0px;
	pointer-events: none;
}
.location-restricted-popup.active,
.discount-popup--editable.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
img.popup-header-image {
	max-width: 65%;
	margin: 16px auto 32px;
}
.discount-popup--editable .discount-popup--inner {
	display: flex;
	flex-direction: column;
}
.location-restricted-popup h2.title, 
.discount-popup--editable h2.title {
	font-weight: 900 !important;
	text-align: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-family: 'helveticabold';
	font-size: 48px !important;
	cursor:pointer;
	color: #a86983 !important;
}
.discount-popup--editable h2.subtitle {
	font-weight: 900 !important;
	text-align: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-family: 'helveticabold';
	font-size: 48px !important;
	cursor:pointer;

}
.discount-popup--editable h2.title:hover{
	color:#6a8d3b !important;
}
.location-restricted-popup a.button,
.discount-popup--editable a.button,
.discount-popup--editable a.discount-popup--close {
	position: relative;
	background: #2d4d34;
	color: #fff;
	padding: 12px 24px;
	margin-bottom: 16px;
	top: auto;
	right: auto;
	display: inline-block;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	min-width: 120px;
}
.discount-popup--editable a.button {
	min-width: 120px;
}
.discount-popup--editable a.discount-popup--close {
	position: absolute;
	background: #6a8d3b;
	color: #fff;
	padding: 12px 12px;
	margin-bottom: 0;
	top: 10px;
	right: 10px;
	display: flex;
	max-width: unset;
	margin-left: auto;
	margin-right: auto;
	min-width: unset;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-decoration: none;
	align-items: center;
}


a.discount-code-copy {
	margin-bottom: 40px;
	text-decoration: none;
	color: #000;
}


.click-collect-columns{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.click-collect-columns .column{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 48%;
	padding: 2em;
}

@media(max-width: 768px){
	.click-collect-columns{
		flex-direction: column;
	}

	.click-collect-columns .column{
		width: 100%;
		padding: 2em;
	}
}



.lrm-user-modal-container-inner{
	background:#FFF7E5 !important;
}
.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container select, .lrm-user-modal-container textarea {
	border-radius: 1.25em !important;
}
.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
	background: #96aa70 !important;
	color: #FFF;
	border-radius: 1.25em !important;
}
.lrm-form .lrm-fieldset-wrap:first-of-type{
	border-bottom: 2px solid #96aa70 !important;
}
.lrm-form .lrm-fieldset-wrap{
	margin: 0 1.4em !important;
	padding: 0 1.4em 0em 1.4em !important;
}


.lrm-form .fieldset.fieldset--submit.fieldset--default {
	padding: 0 !important;
}

p.lrm-form-bottom-message {
	position: relative !important;
	width: 100%;
	left: unset  !important;
	bottom: unset !important;
	text-align: center;
	margin: 0 !important;
}
.lrm-font-svg .lrm-switch-to--register:before{
	display: none !important;
}
.lrm-user-modal p.lrm-form-bottom-message a {
	text-decoration: none !important;
	background: #070F39 !important;
	color: #FFF;
	border-radius: 1.25em !important;
	width: 100%;
	font-size: 20px;
	padding: 16px 5px;
}

li.product.outofstock .price {
	display: none !important;
}
span.onsale,
.woocommerce span.onsale {
	position: absolute;
	background: #6a8d3b;
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
	top: 5px !important;
	right: 5px !important;
	width: 44px;
	height: 44px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
}


#pwordRules, #pwordRules-reset {
	font-size: 12px;
	text-align: left !important;
	color: #c50000;
}
#pwordRules #message {
	display: inline-block;
	padding-bottom: 1em;
}
#pwordRules #message h3{
	margin-bottom: 4px;
	font-weight: 800;
}
#pwordRules #message p{
	padding-bottom: 0;
	font-weight: 800;
	font-size:12px;
}

#pwordRules #message .invalid {
	color: red;
}

#pwordRules #message .valid {
	color: green;
}


button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
	cursor: pointer;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit.disabled {
	pointer-events: none;
	opacity: .6;
}


.topbutton {
	height:40px;
	width:40px;
	position:fixed;
	right:5px;
	bottom:5px;
	Z-index:1;
	background:#1c3d27;
	display:none;
}

a.topbutton svg {
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 10px;
	margin-top: 15px;
}



nav#mobile-nav a.cart-contents.menu-item {
	top: 148px;
	color: #fff;
}

nav#mobile-nav a.cart-contents.menu-item svg path {
	fill: #fff;
}

nav#mobile-nav .cart-contents-count{
	background: #3e5321;
	text-decoration: none;
}

div.header-cart {
	position: absolute;
	top: 20px;
	right: 50px;
	display: flex;
	flex-direction: row-reverse;
}
.header-cart span {
	background: #1c3d27;
	padding: 2px 6px;
}
.header-cart span a{
	color: #fff !important;
}


.home section.image_carousel{
	margin-top: 160px;
}

@media(max-width: 768px){
	.home section.image_carousel{
		margin-top: 0px;
	}
}


@media(min-width: 768px){
	div.header-cart {
		display: none;
	}
}


a.added_to_cart.wc-forward {
	display: none !important;
}

.rutland-account-customer .woocommerce .cart_totals table.shop_table tbody tr:not(.cart-subtotal, .shipping, .tax-total, .order-total),
.rutland-account-customer .woocommerce table.shop_table tfoot tr:not(.cart-subtotal, .shipping, .tax-total, .order-total) {
	display: none !important;
}
@media(max-width: 768px){
	.landscape #mobile-nav .navigation.mobile-nav ul li a {
		font-size: 1.05em;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.landscape img.popup-header-image {
		max-width: 25%;
	}
	.landscape .location-restricted-popup h2.title, .discount-popup--editable h2.title {
		font-size: 32px !important;
	}

	.landscape img.promo_sticker {
		position: absolute;
		width: 100px;
		top: 0;
		right: 0;
		margin-top: 0;
	}
}

@media (max-width: 600px){
	img.promo_sticker {
		width: 80px;
		top: 80% !important;
	}
	nav#mobile-nav a.cart-contents.menu-item {
		top: 170px;
	}
}

/* check out page textarea */
.form-row span.woocommerce-input-wrapper textarea {
	color: black !important;
}

/* Single Product Page */
div.product {
    display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
div.product .woo-variation-product-gallery {
    width: 50%;
}
