/* Theme Stylesheet */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body{
    font-family: "aktiv-grotesk", sans-serif;
	line-height: 33px;
	font-weight: 400;
	background-color: #fff;
	overflow-x: hidden;
	font-size: 18px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
body.green{
	background-color: #3E5F5B;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}


/* Font Styles */

h1{
	font-size: 90px;
	line-height: 90px;
    font-weight: 700;
    font-family: "aktiv-grotesk", sans-serif;
	color:#EFEFE8;
	text-transform: initial;
	margin:0;
}
@media (max-width: 1660px){
	h1{
		font-size: 80px;
		line-height: 80px;
	}
}
@media (max-width: 1440px){
	h1{
		font-size: 70px;
		line-height: 70px;
	}
}
@media (max-width: 1280px){
	h1{
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width: 1024px){
	h1{
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 550px){
	h1{
		font-size: 44px;
		line-height: 44px;
	}
}
@media (max-width: 440px){
	h1{
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 380px){
	h1{
		font-size: 36px;
		line-height: 36px;
	}
}
.intro-block h1,
.featured h2{
	font-size: 110px;
	line-height: 110px;
    font-weight: 700;
    font-family: "aktiv-grotesk", sans-serif;
	color:#484F4D;
    text-transform: initial;
}
@media (max-width: 1750px){
	.intro-block h1, .featured h2 {
		font-size: 100px;
		line-height: 100px;
	}
}
@media (max-width: 1440px){
	.intro-block h1,
	.featured h2{
		font-size: 85px;
		line-height: 85px;
	}
}
@media (max-width: 1280px){
	.intro-block h1,
	.featured h2{
		font-size: 75px;
		line-height: 75px;
	}
}
@media (max-width: 1024px){
	.intro-block h1,
	.featured h2{
		font-size: 70px;
		line-height: 70px;
	}
}
@media (max-width: 800px){
	.intro-block h1,
	.featured h2{
		font-size: 55px;
		line-height: 55px;
	}
}
@media (max-width: 550px){
	.intro-block h1,
	.featured h2{
		font-size: 44px;
		line-height: 44px;
	}
}
@media (max-width: 440px){
	.intro-block h1,
	.featured h2{
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 380px){
	.intro-block h1,
	.featured h2{
		font-size: 36px;
		line-height: 36px;
	}
}
.tax-productcategory h1,
.post-type-archive-products h1,
.home-hero-slider h1,
h2{
	font-size: 60px;
	line-height: 65px;
    font-weight: 300;
    font-family: "aktiv-grotesk", sans-serif;
	color:#484F4D;
    text-transform: initial;
	padding-bottom:40px;
}
@media (max-width: 1660px){
	.tax-productcategory h1,
	.post-type-archive-products h1,
	.home-hero-slider h1,
	h2{
		font-size: 55px;
		line-height: 60px;
		padding-bottom:30px;
	}
}
@media (max-width: 1440px){
	.tax-productcategory h1,
	.post-type-archive-products h1,
	.home-hero-slider h1,
	h2{
		font-size: 48px;
		line-height: 53px;
		padding-bottom:25px;
	}
}
@media (max-width: 1280px){
	.tax-productcategory h1,
	.post-type-archive-products h1,
	.home-hero-slider h1,
	h2{
		font-size: 44px;
		line-height: 48px;
		padding-bottom:20px;
	}
}
@media (max-width: 800px){
	.tax-productcategory h1,
	.post-type-archive-products h1,
	.home-hero-slider h1,
	h2{
		font-size: 40px;
		line-height: 44px;
		padding-bottom:20px;
	}
}
@media (max-width: 800px){
	.centre-text-images .inner .content h2{
		font-size: 40px;
		line-height: 44px;
		padding-bottom:20px;
	}
}
@media (max-width: 550px){
	.centre-text-images .inner .content h2,
	.tax-productcategory h1,
	.post-type-archive-products h1,
	.home-hero-slider h1,
	h2{
		font-size: 36px;
		line-height: 40px;
		padding-bottom:15px;
	}
}
@media (max-width: 440px){
	.centre-text-images .inner .content h2,
	.tax-productcategory h1,
	.post-type-archive-products h1,
	.home-hero-slider h1,
	h2{
		font-size: 32px;
		line-height: 36px;
		padding-bottom:15px;
	}
}
@media (max-width: 380px){
	.centre-text-images .inner .content h2,
	.tax-productcategory h1,
	.post-type-archive-products h1,
	.home-hero-slider h1,
	h2{
		font-size: 30px;
		line-height: 34px;
		padding-bottom:12px;
	}
}
h3{
	font-size: 40px;
	line-height: 44px;
    font-weight: 300;
    font-family: "aktiv-grotesk", sans-serif;
	color:#ffffff;
    text-transform: initial;
}
@media (max-width: 1660px){
	h3{
		font-size: 36px;
		line-height: 40px;
	}
}
@media (max-width: 1440px){
	h3{
		font-size: 32px;
		line-height: 36px;
	}
}
@media (max-width: 1280px){
	h3{
		font-size: 30px;
		line-height: 34px;
	}
}
@media (max-width: 1024px){
	h3{
		font-size: 28px;
		line-height: 32px;
	}
}
@media (max-width: 900px){
	h3{
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width: 800px){
	h3{
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width: 560px){
	h3{
		font-size: 22px;
		line-height: 26px;
	}
}
@media (max-width: 440px){
	h3{
		font-size: 20px;
		line-height: 24px;
	}
}
h4{
	font-size: 28px;
	line-height: 38px;
    font-weight: 300;
    font-family: "aktiv-grotesk", sans-serif;
	color:#484F4D;
    text-transform: initial;
}
@media (max-width: 1440px){
	h4{
		font-size: 26px;
		line-height: 36px;
	}
}
@media (max-width: 1280px){
	h4{
		font-size: 24px;
		line-height: 34px;
	}
}
@media (max-width: 1024px){
	h4{
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width: 550px){
	h4{
		font-size: 20px;
		line-height: 30px;
	}
}
h5{
	font-size: 22px;
	line-height: 22px;
    font-weight: 400;
    font-family: "aktiv-grotesk", sans-serif;
	color:#484F4D;
    text-transform: initial;
}
@media (max-width: 1660px){
	h5{
		font-size: 20px;
		line-height: 20px;
	}
}
@media (max-width: 800px){
	h5{
		font-size: 18px;
		line-height: 24px;
	}
}
h6{
	font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "aktiv-grotesk", sans-serif;
	color:#484F4D;
    text-transform: initial;
}
p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "aktiv-grotesk", sans-serif;
    color: #484F4D;
	padding-bottom: 25px;
}
p:last-child{
	padding-bottom: 0;
}
@media (max-width:1440px){
	p{
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 20px;
	}
}
@media (max-width:1024px){
	p{
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 15px;
	}
}
small, small a{
	font-size: 13px;
    line-height: 22px;
	display: inline-block;
    font-weight: 500;
    font-family: "aktiv-grotesk", sans-serif;
}
@media (max-width:1440px){
	small, small a{
		font-size: 12px;
		line-height: 20px;
	}
}
@media (max-width: 440px) {
	small, small a {
	  font-size: 12px;
	  line-height: 18px;
	}
}
a{
    font-weight: 700;
    font-family: "aktiv-grotesk", sans-serif;
    color: #484F4D;
}
a:hover{
	text-decoration:none;
}

/* Buttons */

.btn{
	background-color: #82CEC5;
	color: #484F4D;
	font-size: 18px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
    height: auto;
    padding: 14px 40px 12px 40px;
    line-height: initial;
    text-align: center;
    border-radius: 50px !important;
    box-shadow: none;
    border: 0;
}
@media (max-width: 1440px){
	.btn{
		font-size: 16px;
		padding: 17px 35px 15px 35px;
	}
}
.btn:hover{
    background-color: #6C795E!important;
	color: #fff;
}
.btn.white{
	background-color: #fff;
	color: #484F4D;
}
.btn.green{
	background-color: #6C795E;
	color: #fff;
}
.btn.green:hover{
	background-color: #3E5F5B!important;
	color: #fff;
}
.btn-outline{
	color:#3c3c3b;
	background-color: transparent;
	border: 1px solid #3c3c3b;
}
.btn-outline:hover{
	color:#fff;
	background-color: #3c3c3b!important;
	border: 1px solid #3c3c3b;
}

/* Main Blog Page */

.blog-page .col-md-4{
	margin-bottom:50px;
} 
.blog h1{
	text-align:center;
}
.blog-page .bg-image {
    min-height: 400px;
	padding:25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.blog-page .bg-image::after {
  content: "";
  background: linear-gradient(to top, #272C2B, #FFFFFF00 );
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.blog-page .col-md-4 h4{
	color: #fff;
}
.blog-page .col-md-4 p{
	color: #fff;
	padding-bottom:0;
}
.blog-page .col-md-4 p span{
	color: #82CEC5;
	padding-bottom:0;
	font-weight: 700;
}
.blog-page .col-md-4 .date{
	font-size: 16px;
	font-weight: 400;
	color: #E2E7E6;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 1;
}
.blog-page .col-md-4 .date:after{
	content: "";
	position: relative;
	flex-grow: 1;
	height: 1px;
	background-color: #E2E7E6;
	width: 100%;
	width: auto;
  	margin-left: 10px;
}
.blog-page .col-md-4 .content{
	position: relative;
	z-index: 1;
}
.blog-page #nav-below{
	display: flex;
    justify-content: center;
	margin-bottom: 80px;
}
.blog-page .nav-next a{
	display: flex;
    align-items: center;
}
.blog-page .nav-previous a{
	display: flex;
    align-items: center;
}
.blog-page .nav-next i{
	margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}
.blog-page .nav-previous i{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #3c3c3b;
    padding: 9px 14px 7px 15px;
    border-radius: 50px;
    line-height: 24px;
}

/* Blog Page Responsive */
@media (max-width: 1440px){
	.blog-page .col-md-4 {
		margin-bottom: 40px;
	}
	.blog-page .bg-image {
    	min-height: 375px;
	}
}
@media (max-width: 1280px){
	.blog-page .bg-image {
    	min-height: 350px;
		padding:20px;
	}
	.blog-page .col-md-4 {
		margin-bottom: 30px;
	}
}
@media (max-width: 1024px){
	.blog-page .col-md-4{
		width:50%;
		flex: 0 50%;
		max-width:50%;
	}
	.blog-page .bg-image {
    	min-height: 325px;
	}
}
@media (max-width: 650px){
	.blog-page .col-md-4{
		width:100%;
		flex: 0 100%;
		max-width:100%;
		margin-bottom: 20px;
	}
	.blog-page .bg-image {
    	min-height: 250px;
	}
	.blog-page .col-md-4 .date{
		font-size: 14px;
	}
	.blog-page .col-md-4 .date:after{
		margin-left:8px;
	}
}
@media (max-width: 550px){
	.blog-page .bg-image::after {
		opacity: 0.5;
		background: #272C2B;
	}
}
@media (max-width: 440px){
	.blog-page .bg-image {
    	padding:15px;
	}
}




/* Single Blog Post */
.single-blog{
	margin:200px auto 80px auto;
}
.single-blog .title-content{
	width: 60%;
	margin:0 auto;
	margin-bottom:60px
}
.single-blog .left-col .content{
	padding-top:60px;
	padding-left:4vw!important;
	padding-right:4vw!important;
}
.single-blog h1{
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	position: relative;
	color: #484F4D;
	display: flex;
	align-items: center;
}
.single-blog h1:after{
	content: "";
	height: 1px;
	background-color: #6C795E;
	margin-left: 30px;
  	position: absolute;
	width: calc(20% + 10vw);
	right: 100%;
}
.single-blog img{
	height: 400px;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}
.single-blog .left-col .date{
	border-top:1px solid #EFEFE8;
	border-bottom:1px solid #EFEFE8;
	padding:5px 0 3px 0;
	font-size: 14px;
	margin-bottom:25px;
	color:#B1B1B0;
	line-height: 20px;
	text-align: right;
}
.single-blog .right-col{
	padding-right:10vw;
}
.single-blog .related{
	flex-flow:row wrap;
}
.single-blog .related-title{
	padding-bottom:10px;
	color: #3E5F5B;
	font-weight: 700;
}
.single-blog .related ul{
	width:100%;
	display: flex;
	margin-bottom:20px;
}
.single-blog .related ul li{
	width:100%;
	display: flex;
}
.single-blog .related ul a{
	width:100%;
	display: flex;
	flex-direction:row;
	align-items:center;
}
.single-blog .related .bg-image{
	min-height:150px;
	padding:10px;
	display: flex;
	position: relative;
}	
.single-blog .related .bg-image::after {
  content: "";
  background: #272C2B;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.single-blog .related .bg-image h6{
	color: #fff;
}
.single-blog .related .date{
	font-size: 14px;
	font-weight: 400;
	color: #E2E7E6;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 1;
}
.single-blog .related .date:after{
	content: "";
	position: relative;
	flex-grow: 1;
	height: 1px;
	background-color: #E2E7E6;
	width: 100%;
	width: auto;
  	margin-left: 10px;
}
.single-blog .related .content{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.single-post .content ol{
	list-style-type: decimal;
	padding-bottom: 25px;
	padding-left: 20px;
}
.single-post .content ul{
	list-style-type: disc;
	padding-bottom: 25px;
	padding-left: 20px;
}
.single-post .content li{
	font-size: 18px;
  	line-height: 28px;
	padding-bottom:10px;
	color: #484F4D;
}
.single-post .content li:last-child{
	padding-bottom:0;
}
.single-post .content a{
	text-decoration: underline;
	color:#6C795E;
}
.single-post .content a.btn{
	text-decoration: none;
	color:#484F4D;
}
.single-post .content h4{
	color:#6C795E;
}

/* Single Blog Post Responsive */
@media (max-width: 1660px){
	.single-blog .left-col .content{
		padding-top:60px;
		padding-left:3vw!important;
		padding-right:3vw!important;
	}
	.single-blog .right-col{
		padding-right:8vw;
	}
	.single-blog h1{
		font-size: 65px;
		line-height: 65px;
	}
}
@media (max-width: 1440px){
	.single-blog .right-col{
		padding-right:6vw;
	}
	.single-blog{
		margin:180px auto 60px auto;
	}
	.single-blog .left-col .content{
		padding-top:50px;
		padding-left:3vw!important;
		padding-right:3vw!important;
	}
	.single-blog img {
  		height: 375px;
	}
	.single-blog .related .bg-image {
		min-height: 125px;
	}
	.single-blog .title-content {
 		width: 70%;
	}
	.single-blog h1{
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width: 1280px){
	.single-blog .right-col{
		padding-right:5vw;
	}
	.single-blog{
		margin:160px auto 60px auto;
	}
	.single-blog img {
  		height: 350px;
	}
	.single-blog .image-col{
		width: 30%;
		flex:0 30%;
		max-width: 30%;
	}
	.single-blog .left-col{
		width: 45%;
		flex:0 45%;
		max-width: 45%;
	}
	.single-blog .left-col .content{
		padding-top:40px;
		padding-left:2vw!important;
		padding-right:2vw!important;
	}
	.single-blog h1{
		font-size: 55px;
		line-height: 55px;
	}
	.single-blog .title-content {
 		width: 85%;
	}
}
@media (max-width: 1024px){
	.single-blog .right-col{
		width: 100%;
		flex:0 100%;
		max-width: 100%;
		padding-left:4vw!important;
		padding-right:4vw!important;
		padding-top:40px;
	}
	.single-blog .left-col{
		width: 65%;
		flex:0 65%;
		max-width: 65%;
		padding-right:4vw!important;
	}
	.single-blog .image-col{
		width: 35%;
		flex:0 35%;
		max-width: 35%;
	}
	.single-blog h1{
		font-size: 50px;
		line-height: 50px;
	}
	.single-blog{
		margin:140px auto 40px auto;
	}
	.single-blog .title-content {
 		width: 100%;
		margin-bottom:40px;
		padding:0 4vw;
	}
	.single-blog .left-col .content{
		padding-top:30px;
		padding-left:2vw!important;
		padding-right:0!important;
	}
	.single-blog img {
  		height: 300px;
	}
	.single-blog .related{
		display: flex;
		flex-flow: row wrap;
		margin-left:-15px;
		margin-right:-15px;
	}
	.single-blog .related ul {
  		width: 33.333%;
		padding:0 15px;
	}
	.single-blog .related .bg-image {
		min-height: 150px;
	}
}
@media (max-width: 800px){
	.single-blog .left-col{
		width: 100%;
		flex:0 100%;
		max-width: 100%;
		padding:0 15px!important;
		margin-bottom:30px;
	}
	.single-blog .image-col{
		width: 100%;
		flex:0 100%;
		max-width: 100%;
		padding:0 15px!important;
	}
	.single-blog{
		padding:0 4vw;
	}
	.single-blog img{
		border-radius: 10px;
	}
	.single-blog .right-col{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top:0;
	}
	.single-blog h1{
		font-size: 44px;
		line-height: 44px;
	}
	.single-blog{
		margin:120px auto 20px auto;
	}
	.single-blog .left-col .date {
		padding: 3px 0 1px 0;
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 18px;
	}
	.single-blog .left-col .content {
		padding-top: 20px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.single-blog img {
  		height: 275px;
	}
	.single-blog .title-content {
		margin-bottom: 30px;
	}
	.single-blog .related ul {
  		width: 50%;
		padding:0 15px!important;
	}
	.single-blog .related-title {
  		padding-bottom: 5px;
	}
}
@media (max-width: 550px){
	.single-blog h1{
		font-size: 40px;
		line-height: 40px;
	}
	.single-blog{
		margin:100px auto 20px auto;
	}
	.single-blog .left-col .date {
		margin-bottom: 15px;
	}
	.single-blog .left-col .content {
		padding-top: 15px;
  	}
	.single-blog .related{
		display: flex!important;
	}
	.single-blog .related ul {
		padding:0 10px!important;
	}
	.single-blog .related{
		margin-left:-10px;
		margin-right:-10px;
	}
}
@media (max-width: 440px){
	.single-blog h1{
		font-size: 36px;
		line-height: 36px;
	}
	.single-blog img {
  		height: 250px;
	}
	.single-blog .related ul {
  		width: 100%;
	}
}
@media (max-width: 380px){
	.single-blog h1{
		font-size: 32px;
		line-height: 32px;
	}
	.single-blog{
		margin:90px auto 20px auto;
	}
	.single-blog img {
  		height: 225px;
	}
}
@media (max-width: 360px){

}



.alioth-page-nav .page-title{
	line-height: 150px;
}





/* Single Product */
.product-header{
	background-color: #3E5F5B;
	padding-top:120px;
	padding-bottom:0;
	overflow: hidden;
}
.product-header h1{
	position: relative;
	width: fit-content;
	padding-bottom:30px;
}
.product-header h4{
	color:#fff;
}
.product-header .product-code{
	height: 75%;
	width: auto;
	border-radius: 100%;
	background-color: #6C795E;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 100%;
	top: -55%;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	aspect-ratio: 1/1;
	padding-top: 3px;
}
.product-header p{
	color: #EFEFE8;
}
.product-header p a{
	color: #EFEFE8;
	font-weight: 700;
	text-decoration: underline;
}
.product-header p a.btn{
	color: #484F4D;
	text-decoration: none;
}
.product-header .button{
	padding-top:20px;
}
.product-header .left-col{
	padding-top:160px!important;
	padding-bottom:120px!important;
	padding-right: 7vw !important;
}
.product-header .right-col{
	display: flex;
	align-items: flex-end;
	padding-right: 4vw !important;
	flex-direction: column;
	position: relative;
	padding-top:160px!important;
	padding-bottom:160px!important;

}
.product-header .product-image{
	position: absolute;
	top: 50%;
	left: 62%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.product-header .product-image img{
	height: 85%;
	width: auto;
	max-width: fit-content;
	opacity: 0.075;
}
.product-header .right-col .inner{
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 30px;
	width: 75%;
	position: relative;
	z-index: 1;
}
.product-header .right-col .inner h4{
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom:15px;
}
.product-header .right-col table{
	width: 100%;
	margin-bottom:15px;
}
.product-header .right-col table td{
	padding-top:12px;
	padding-bottom:12px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding-right:30px;
}
.product-header .right-col table td:last-child{
	padding-right:initial;
}
.product-header .right-col p.contact{
	font-size: 16px;
	line-height: 20px;
}
.product-header .right-col p.contact a{
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	color: #fff;
}
.product-spec{
	background-color: #EFEFE8;
	padding-top:100px;
	padding-bottom:100px;
}
.product-spec .left-col{
	padding-top:60px!important;
}
.product-spec .left-col table{
	width: 100%;
	margin-bottom:40px;
}
.product-spec .left-col table tr{
	display: flex;
}
.product-spec .left-col table td{
	padding-top:15px;
	padding-bottom:15px;
	color: #494F4D;
	font-size: 18px;
	line-height: 20px;
	padding-right:30px;
	border-bottom:1px solid #535C59;
}
.product-spec .left-col table td:first-child{
	width: fit-content;
}
.product-spec .left-col table td:last-child{
	padding-right:initial;
	flex-grow: 1;
}
.product-spec .right-col{
	display: flex;
	justify-content: flex-end;
}
.blocks{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.blocks .usp-block{
	background-color: #6C795E;
	border-radius: 10px;
	padding:30px;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	width: 75%;
	margin-bottom:30px;
}
.blocks .usp-block:last-child{
	margin-bottom: 0;
}
.blocks .usp-block i{
	display: block;
	margin-bottom:10px;
}
.sustainability .row{
	position: relative;
}
.sustainability .product-image{
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0.075;
	top:50%;
	left:50%;
	z-index: -1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sustainability .product-image img{
	height: 140%;
	width: auto;
}
.product-downloads{
	position: relative;
	padding-top:120px;
}
.product-downloads .title-area h2{
	padding-bottom:30px;
}
.product-downloads .title-area h5{
	position: relative;
	display: flex;
	align-items: center;
	color:#484F4D;
	padding-bottom:30px;
	font-weight: 300;
}
.product-downloads .title-area h5::before{
	content: "";
	width: 3vw;
	height: 1px;
	background-color: #82CEC5;
	position: relative;
	margin-right:15px;
}
.product-downloads .title-area{
	position: relative;
}
.product-downloads .blocks{
	right: 4vw;
	position: absolute;
	bottom: 100%;
}
.product-downloads .blocks .usp-block {
  	width: 60%;
}
.product-downloads .form-row{
	margin:0!important;
}
.product-downloads .left-col{
	padding:0!important;
}
.product-downloads .right-col{
	padding:0!important;
}


.product-downloads .right-col ul{
	width: 80%;
	float: right;
}
.product-downloads .right-col li{
	font-size: 22px;
	color: #484F4D;
	border: 1px solid #484F4D;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.product-downloads .right-col li:last-of-type{
	margin-bottom: 0;
}
.product-downloads .right-col li a{
	color: #484F4D;
	font-weight: 400;
	pointer-events: none;  
	width: 100%;
	display: block;
}

.product-downloads .right-col li a::before{
	content:"\e3a6";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-weight: 300;
	margin-right: 15px;
}
.product-downloads .right-col li a::after{
	content:"\f019";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	margin-left: 15px;
	float: right;
	opacity: 0.5;
	font-weight: 600;
}
.product-downloads .right-col li a.enabled{
	pointer-events: auto;
}
.product-downloads .right-col li a.enabled::after{
	opacity: 1;
}


.product-downloads .wpcf7 form.sent .wpcf7-response-output{
	background: #484F4D;
	border: 0;
	width: 100%;
	text-align: center;
	color: #3e5f5b;
}


.single .product-feed{
	margin-bottom:0;
}






.product-downloads h2{
	color:#484F4D;
}
.product-downloads h4{
	color:#484F4D;
	border-top: 1px solid #484F4D;
	border-bottom: 1px solid #484F4D;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:45px;
}
.product-downloads h4 a{
	font-weight: 700;
}
.policy-link{
	color:#484F4D;
	font-size: 16px;
	line-height: 20px;
	padding-left:0;
	padding-top:15px;
}
.policy-link a{
	color:#484F4D;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline!important;
}
.product-downloads .inner{
	padding:50px 50px 65px 50px;
	background-color: #EFEFE8;
	border-radius: 10px;
}
.single .product-downloads .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label{
	color:#484F4D;
}
.single .product-downloads input{
	border: 1px solid #DFDFDF;
}

@media (max-width:1660px){
	.blocks .usp-block {
		padding: 30px;
		font-size: 22px;
		line-height: 30px;
	}
	.product-header .left-col {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
		padding-right: 6vw !important;
	}
	.product-header .right-col{
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}
	.product-header .right-col .inner {
		width: 85%;
	}
	.product-header {
		padding-top: 100px;
		padding-bottom: 65px;
	}
	.product-downloads {
		padding-top: 130px;
	}
	.product-downloads h2{
		padding-bottom:20px
	}
	.product-downloads .inner {
  		padding: 50px 50px 50px 50px;
	}
}
@media (max-width:1440px){
	.blocks .usp-block {
		padding: 25px;
		font-size: 20px;
		line-height: 28px;
	}
	.product-header .left-col {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
		padding-right: 5vw !important;
	}
	.product-header .right-col{
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	.product-header .right-col table td {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 18px;
		padding-right: 30px;
	}
	.product-header .product-code{
		font-size: 16px;
	}
	.product-header h1 {
		padding-bottom: 20px;
	}
	.product-header {
		padding-top: 80px;
		padding-bottom: 55px;
	}
	.product-header .product-image {
  		left: 56%;
	}
	.product-downloads {
		padding-top: 90px;
		padding-bottom:40px;
	}
	.product-downloads .inner {
		padding: 40px;
	}
	.product-downloads h4 {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
}
@media (max-width:1280px){
	.blocks .usp-block {
		padding: 20px;
		font-size: 18px;
		line-height: 26px;
	}
	.product-header .left-col {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
		padding-right: 3vw !important;
	}
	.product-header .right-col{
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.product-header .right-col .inner {
		padding: 25px;
	}
	.product-downloads {
		padding-top: 60px;
	}
	.product-downloads h2 {
		padding-bottom: 15px;
	}
	.product-downloads h4 {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 35px;
	}
	.product-downloads .right-col li {
  		font-size: 20px;
	}
}
@media (max-width:1050px){
	.product-downloads h4 {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-size: 20px;
    	line-height: 28px;
	}
	.product-downloads .inner {
		padding: 30px;
	}
	.product-downloads .right-col li {
    	font-size: 18px;
		padding: 7px 15px;
  	}
}
@media (max-width:1024px){
	.blocks .usp-block {
		padding: 15px;
		font-size: 16px;
		line-height: 22px;
	}
	.product-header .right-col .inner {
    	padding: 20px;
  	}
	.product-header .right-col .inner {
    	width: 95%;
  	}
	.product-header .left-col {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
		padding-right: 2vw !important;
	}
	.product-header .right-col{
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.product-header .product-code {
    	font-size: 14px;
  	}
	.product-header {
		padding-top: 60px;
		padding-bottom: 45px;
	}
}
@media (max-width:850px){
	.product-header .col-md-6{
		width: 100%;
		flex:0 100%;
		max-width: 100%;
	}
	.product-header .left-col {
		padding-top: 60px !important;
		padding-bottom: 30px !important;
		padding-right: 15px !important;
	}
	.product-header .right-col{
		padding-top: 0 !important;
		padding-bottom: 40px !important;
	}
	.product-header .right-col .inner {
    	width: 100%;
  	}
	.product-header .button {
		padding-top: 5px;
	}
	.product-header {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.product-header .product-image {
		left: 50%;
	}
	.product-header .product-image img {
  		height: 110%;
	}
	.product-downloads h4 {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.product-downloads .right-col li {
		font-size: 16px;
		padding: 6px 15px;
	}
}
@media (max-width:700px){
	.blocks .usp-block {
		padding: 15px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width:550px){
	.blocks .usp-block {
		padding: 15px;
		font-size: 16px;
		line-height: 22px;
	}
	.product-header .left-col {
		padding-top: 40px !important;
		padding-bottom: 30px !important;
	}
	.product-header .right-col{
		padding-top: 0 !important;
		padding-bottom: 40px !important;
	}
	.product-header .product-code {
    	font-size: 13px;
  	}
	.product-header .button {
		padding-top: 0;
	}
	.product-header .product-code {
		left: 102%;
		top: -43%;
	}
	.product-header {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
@media (max-width:440px){
	.product-header .product-code {
    	font-size: 12px;
  	}
	.product-header .right-col table td {
		padding-right: 20px;
	}
	.product-header .right-col{
		padding-top: 0 !important;
		padding-bottom: 30px !important;
	}
}
@media (max-width:380px){
	.product-header .right-col .inner {
		padding: 15px;
	}
	.product-header .right-col table td {
		padding-right: 15px;
	}
	.product-header .right-col{
		padding-top: 0 !important;
		padding-bottom: 25px !important;
	}
}





/* Forms */
form{
	display: flex;
  	flex-direction: column;
	align-items: flex-start;
}
label{
	width: 100%;
	margin-bottom:15px;
}
input{
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	padding-left:20px;
	padding-right:20px;
	font-size: 18px;
	width: 100%;
}
input::placeholder{
	color:#B1B1B0;
}
input[type="submit"]{
	background-color: #82CEC5;
	color: #484F4D;
	font-size: 18px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
    height: auto;
    padding: 14px 40px 12px 40px;
    line-height: initial;
    text-align: center;
    border-radius: 50px !important;
    box-shadow: none;
    border: 0;
	width: fit-content;
}
.wpcf7-checkbox .wpcf7-list-item{
	margin-left: 0;
	display: flex;
}
.wpcf7-checkbox .wpcf7-list-item label{
	display: flex;
	margin-bottom:0;
}
.privacy{
	margin-bottom:0;
}
input[type="checkbox"]{
	width: 20px;
	height: 20px;
	border-radius: 10px;
}
.wpcf7-checkbox .wpcf7-list-item label span:after{
	display: none;
}
.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-left: 8px;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 0;
}
textarea{
	height: 145px;
	border-radius: 10px;
	background-color: #fff;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	font-size: 18px;
	width: 100%;
}
textarea::placeholder{
	color:#B1B1B0;
}
select{
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	padding-left:20px;
	padding-right:20px;
	font-size: 18px;
	width: 100%;
	appearance: none;
}
.enquiry-type{
	position: relative;
}
.enquiry-type::after{
	content:"\f078";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right:20px;
}
.wpcf7-not-valid-tip {
  color: #eca722;
  font-size: 0.75em;
  line-height: 1;
  padding-top:3px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #eca722;
  color: #eca722;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
}
@media (max-width:1024px){
	input {
  		height: 48px;
		font-size: 16px;
	}
	select{
		height: 50px;
		font-size: 16px;
	}
	textarea{
		height: 125px;
		font-size: 16px;
	}
	input[type="submit"],
	input::placeholder{
		font-size: 16px;
	}
	textarea::placeholder{
		font-size: 16px;
	}
	label {
		margin-bottom: 12px;
	}
}


/* Category Page */
.category-header{
	background-color: #3E5F5B;
	padding-top:120px;
}
.category-header .text-row{
	display: flex;
	align-items: flex-end;
}
.category-header h1{
	color: #EFEFE8;
	padding-bottom:0;
	padding-top:120px;
}
.category-header .is-form-style{
	background-color: #fff;
	border-radius: 10px;
	color: #535C59;
	height: 50px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.category-header .is-form-style.is-form-style-3 label {
	width: calc(100% - 50px) !important;
	height: 50px;
}
.category-header .is-form-style button.is-search-submit {
	background: #fff;
	border: 0;
	border-radius: 10px;
	box-shadow: none !important;
	opacity: 1;
	padding: 0 !important;
	margin: 0;
	line-height: 0;
	outline: 0;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
.category-header .is-search-icon {
	width: 50px;
	padding-top: 0 !important;
}
.category-header .is-form-style input.is-search-input {
	background: #fff;
	background-image: none !important;
	color: #535C59;
	padding: 3px 15px 0 15px;
	margin: 0;
	outline: 0 !important;
	font-size: 18px !important;
	height: 50px;
	min-height: 0;
	line-height: 1;
	border-radius: 10px;
	border: 0 !important;
	font-family: "aktiv-grotesk", sans-serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	appearance: none;
}
.category-header .is-form-style input.is-search-submit, .is-search-icon {
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #535C59;
	background: #fff;
	box-shadow: none !important;
	outline: 0;
	margin: 0;
	font-size: 24px !important;
	border: 0;
	border-radius: 0 10px 10px 0;
	line-height: 1;
	height: 50px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.category-header .is-form-style input.is-search-input::placeholder{
	color: #535C59;
	font-family: "aktiv-grotesk", sans-serif;
}
.category-header .is-search-icon svg {
	width: 32px;
	display: inline;
}
.filter-block{
	padding-bottom:0;
}
.filters{
	display: flex;
	justify-content: center;
}
.filters a{
	font-weight: 400;
	padding:0 30px;
}
.filters a:hover{
	color: #6C795E;
}

.post-type-archive .filters a{
	font-weight: 400;
	text-decoration: none;
}
.post-type-archive .filters a.all{
	font-weight: 700!important;
	text-decoration: underline!important;
}
.term-stone .filters a,
.term-shell .filters a,
.term-seeds .filters a,
.term-other .filters a{
	font-weight: 400;
	text-decoration: none;
}
.term-stone .filters a.Stone,
.term-shell .filters a.Shell,
.term-seeds .filters a.Seeds,
.term-other .filters a.Other{
	font-weight: 700!important;
	text-decoration: underline!important;
}





.tax-productcategory .product-feed,
.post-type-archive-products .product-feed{
	background-color: transparent;
}
.tax-productcategory .product-feed .container,
.post-type-archive-products .product-feed .container{
	padding-bottom: 0;
}
.tax-productcategory .product-feed .col-md-3,
.post-type-archive-products .product-feed .col-md-3{
	margin-bottom:40px;
	display: flex;
}
.tax-productcategory .solid-bar .container,
.post-type-archive-products .solid-bar .container{
	padding-top:0;
}




.filter-option{
	display: none;
}

@media (Max-width:1440px){
	.category-header h1 {
		padding-top: 100px;
	}
	.category-header {
		padding-top: 100px;
	}
}
@media (Max-width:1280px){
	.category-header h1 {
		padding-top: 90px;
	}
}
@media (max-width:1024px){
	.product-header .right-col{
		padding-right: 15px !important;
	}
	.filters a{
		font-size: 16px;
	}
	.category-header h1 {
		padding-top: 80px;
	}
	.category-header {
		padding-top: 80px;
	}
}
@media (max-width:990px){
	.category-header h1{
		padding-top:50px;
	}
	.tax-productcategory .product-feed .col-md-3, 
	.post-type-archive-products .product-feed .col-md-3{
		-ms-flex: 0 0 33.333%;
    	flex:0 0 33.333%;
    	max-width:  33.333%;
	}
	.filters{
		flex-flow: row wrap;
	}
	.filter-block .row{
		margin:0;
	}
	.filter-block .col{
		width: 175px;
		flex: 175px;
		max-width: 175px;
		padding:0!important;
	}
	.filter-option{
		display: flex;
		background-color: #EFEFE8;
		padding:12px 20px;
		border-radius:10px;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}	
	.filter-option::after{
		content:'\f078';
		font-family: 'Font Awesome 6 Pro';
		margin-left:20px;
	}

	.active-filter .filter-option::after{
		content:'\f077';
		font-family: 'Font Awesome 6 Pro';
		margin-left:20px;
	}
	.active-filter .filter-option{
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.filters{
		display: none;
	}
	.active-filter{
		position: relative;
		width: fit-content;
	}
	.active-filter .filters{
		display: block;
		background-color: #EFEFE8;
		padding:12px 20px;
		border-bottom-right-radius:10px;
		border-bottom-left-radius: 10px;
		overflow: hidden;
		border-top:1px solid #B1B1B0;
		display: flex;
		flex-direction: column;
		position: absolute;
		top:100%;
		z-index: 9;
		width: 175px;
		box-shadow: 0 10px 10px #494F4D4d;
	}
	.filters a {
		font-weight: 400;
		padding:0;
		float: left;
	}
	.post-type-archive .filters a{
		font-weight: 400;
		text-decoration: none;
	}
	.post-type-archive .filters a.all{
		font-weight: 700!important;
		text-decoration: none!important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.post-type-archive .filters a.all:after{
		content:'\f00c';
		font-family: 'Font Awesome 6 Pro';
	}
	.term-stone .filters a,
	.term-shell .filters a,
	.term-seeds .filters a,
	.term-other .filters a{
		font-weight: 400;
		text-decoration: none;
	}
	.term-stone .filters a.Stone,
	.term-shell .filters a.Shell,
	.term-seeds .filters a.Seeds,
	.term-other .filters a.Other{
		font-weight: 700!important;
		text-decoration: none!important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.term-stone .filters a.Stone:after,
	.term-shell .filters a.Shell:after,
	.term-seeds .filters a.Seeds:after,
	.term-other .filters a.Other:after{
		content:'\f00c';
		font-family: 'Font Awesome 6 Pro';
	}
	.product-downloads{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.product-downloads .right-col,
	.product-downloads .left-col{
		-ms-flex: 0 0 100%;
		flex:0 0 100%;
		max-width: 100%;
	}
	.product-downloads .right-col ul{
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	.product-spec{
		padding-top: 60px;
  		padding-bottom: 60px;
	}
	.product-spec .left-col,
	.product-spec .right-col{
		-ms-flex: 0 0 100%;
		flex:0 0 100%;
		max-width: 100%;
	}
	.product-spec .blocks{
		width: 100%;
  		margin-top: 40px;
	}
	.blocks .usp-block{
		width: 100%;
  		margin-bottom: 30px;
	}
	.product-spec .left-col{
		padding-top: 0 !important;
	}
}
@media (max-width:800px){
	.category-header {
		padding-top: 60px;
	}  
	.product-spec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width:767px){
	.tax-productcategory .product-feed .col-md-3, 
	.post-type-archive-products .product-feed .col-md-3{
		-ms-flex: 0 0 50%;
    	flex:0 0 50%;
    	max-width:  50%;
	}
	.category-header h1{
		padding-bottom: 20px;
	}
}
@media (max-width:440px){
	.product-spec {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.product-downloads .inner {
		padding: 20px;
	}
	.product-downloads {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.product-downloads h2 {
		padding-bottom: 10px;
	}
}
@media (max-width:380px){
	.category-header {
		padding-top: 50px;
	}
}