/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}
.zulu-global.global-danger {
	display: none!important;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
body:not(.post-type-page) .body {
	padding: 80px 0;
}
body.post-type-page .body {
	padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;

}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {

}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;
}
.frame {
	width: 1400px;
}
ul.menu .menulink {
	background-color: transparent;
	border: 0px;
	font-family: "europa", "Europa", "Sans-Serif";
	color: #808080;
	letter-spacing: 1px;
	padding: 10px 20px;
}
ul.menu .menulink:hover {
	color: #a8cd27;
	background-color: unset;
}
ul.menu .mobile-nav + li {
	border: 0px;
}
ul.menu > li {
	display: inline-block;
}
ul.menu.m-left {
	float: right;
	width: unset;
}
ul.menu .menulink.social {
	margin: 10px 2px;
	padding: 0px;
}
ul.menu .menulink.social span {
	background-color: rgb(26,95,172,0.5);
	width: 30px;
	height: 30px;
	border-radius: 20px;
	color: #FFF;
	transition: all 0.2s ease-in-out 0s;
}
ul.menu .menulink.social:hover span {
	background-color: #a8cd27;
	color: #FFF;
}
ul.menu .menulink.social span::before {
	position: absolute;
	top: 48%;
    right: 50%;
    transform: translate(50%, -50%);
}
.navigation {
	background-color: transparent;
	border: 0px;
}
.header {
	border-top: 25px solid #1E75B9;
	position: relative;
	padding-bottom: 60px;
	border-bottom: 1px solid #DDD;
}
.header .logo {
	position: absolute;
	top: -20px;
	z-index: 200;
	transform: translateX(-50%);
	height: 120px;
}
.h1, h1, .h2, h2, .h4, h4 {
	/* font-family: "PLZ", "Sans-Serif"; */
	font-family: "poppins", "sans-serif";
}
.h3, h3 {
	font-family: "Poppins", "Sans-Serif";
	font-weight: 500;
	font-size: 21px;
	color: #1F75B9;
	letter-spacing: -1px;
}
.h1, h1 {
	color: #0d1625;
	font-weight: 600;
	letter-spacing: -1px;
}
.h2, h2 {
	color: #1F75B9;
	font-weight: 600;
	letter-spacing: -1px;
}
p {
	font-family: "Proxima-Nova", "Sans-Serif";
	color: #888;
	font-size: 16px;
	font-weight: 200;
}

/*Home Section*/
.home-section h1 {
	margin: 0px;
}
.home-section h3 {
	line-height: 21px;
}
.home-section .intro-block p {
	text-align: justify;
}
.home-section hr {
	border-bottom: 3px solid #cbcbcb;
	width: 75px;
	margin: 30px 0px;
}

.home-section .hb-box {
	margin-top: -100px;
	position: relative;
}
.home-section .hb-box::after {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: 50%;
	width: 102%;
	height: 400px;
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
	filter: blur(30px);
	z-index: 1;
}
.home-section .hb-box::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: 50%;
	width: 100%;
	height: 400px;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
    filter: blur(10px);
	z-index: 1;
}

.home-section .hb-box > .pb-column {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px;
	z-index: 10;
}
.home-section .hb-box > .pb-column:nth-child(1) {
	border-right: 2px solid #fff;
	border-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)) 1 100%;
	border-top-left-radius: 3px;
}
.home-section .hb-box > .pb-column:nth-child(2) {padding-right: 30px;}
.home-section .hb-box > .pb-column:nth-child(3) {padding-left: 30px; border-top-right-radius: 3px;}

.home-section .hb-contact {
	margin-top: -100px;
	position: relative;
}
.home-section .hb-contact::after {

}
.home-section .hb-contact::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    right: -5px;
    bottom: 50%;
	width: 100%;
	height: 200px;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
    filter: blur(10px);
	z-index: 1;
}

.home-section .hb-contact > .pb-column {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px;
	z-index: 10;
}
.home-section .hb-contact > .pb-column:nth-child(1),
.home-section .hb-contact > .pb-column:nth-child(2){
	border-right: 2px solid #fff;
	border-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)) 1 100%;
	border-top-left-radius: 3px;
}
.home-section .hb-contact > .pb-column:nth-child(2) {padding-right: 30px;}


.home-section img {
	border-radius: 3px;
	vertical-align: top;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	z-index: 2;
}
.home-section h2 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.service-section .hb-service {
	margin-top: -100px;
	position: relative;
}

.service-section .hb-service::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    right: -10px;
    bottom: 50%;
	width: 100%;
	height: 200px;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
    filter: blur(10px);
	z-index: 1;
}

.service-section .hb-service > .pb-column {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px;
	z-index: 10;
}


.service-section .hb-service > .pb-column:nth-child(2) {padding-right: 30px;}
.service-section .hb-service > .pb-column:nth-child(3) {padding-left: 20px; border-top-right-radius: 3px;}

.service-section .hb-service-bottom {
	margin-top: -100px;
	position: relative;
}
.service-section .hb-service-bottom .pb-block-type-video {
	position: relative;
}

.service-section .hb-service-bottom .pb-block-type-video::before {
	position: absolute;
	content: '';
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -4px;
	background: linear-gradient(-45deg, #8BBA3F, #8BBA3F 10%, #fff 10.05%, #fff 89.95%, #8BBA3F 90%, #8BBA3F);
	transition: all 0.2s ease-in-out 0s;
	border-radius: 3px;
	z-index: -1;
}
.service-section .hb-service-bottom .pb-block-type-video:hover::before {
	position: absolute;
	content: '';
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -4px;
	background: linear-gradient(-45deg, #32B9E6, #32B9E6 10%, #fff 10.05%, #fff 89.95%, #32B9E6 90%, #32B9E6);
	border-radius: 3px;

	z-index: -1;
}

.service-section .hb-service-bottom > .pb-column {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 60px;
	z-index: 10;
}

.service-section .hb-service-bottom > .pb-column:nth-child(2) {padding-right: 30px;}
.service-section .hb-service-bottom > .pb-column:nth-child(3) {padding-left: 20px; border-top-right-radius: 3px;}
.service-section .hb-service-bottom img {
	border-radius: 3px;
	vertical-align: top;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	z-index: 2;
	height: auto;
	width: 500px;
}
.hb-service-bottom h1 {
	margin-bottom: 10px;
	padding-left: 40px;

}
.hb-service-bottom iframe {
	display: inline-block;
	margin-right: 10px;

}
.hb-service .service-button {
	display: inline-block;
	margin-right: 5px;

}
.hb-service .service-button a{
	color: #8BBA3F;
	border: 2px solid #8BBA3F;
}
.hb-service .service-button a:hover{
	color: #32B9E6;
	border: 2px solid #32B9E6;
	background-color: #fff;
}


.home-section a {
	margin-top: 30px !important;
	margin-bottom: 15px !important;
	font-size: 28px;
	color:#1F75B9;
	text-decoration: none;
}
.home-section .pb-block-type-image {
	position: relative;
}
.home-section .pb-block-type-image::before {
	position: absolute;
	content: '';
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	background: linear-gradient(-45deg, #8BBA3F, #8BBA3F 10%, #fff 10.05%, #fff 89.95%, #8BBA3F 90%, #8BBA3F);
	transition: all 0.2s ease-in-out 0s;
	border-radius: 3px;
	z-index: 1;
}
.home-section .pb-block-type-image:hover::before {
	background: linear-gradient(-45deg, #32B9E6, #32B9E6 10%, #fff 10.05%, #fff 89.95%, #32B9E6 90%, #32B9E6);
}

.home-section .image-desc p {
	font-weight: 300;
}
.home-section .col-sm-4:first-child {
	position: relative;
}

/*Footer*/
.footer {
	background-color: #12243f;
	border: 0px;
	padding: 60px 0px;
	background-image: url(images/bg-logo-footer.png);
    background-position: 87% 75%;
    background-size: 26%;
}

.footer-graphic {
	background-image: url(images/enviroland-graphic.svg);
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 150px;
	background-color: #fff;
}

.copyright {
	background-color: #12243f;
	display: none;
}
.footer .break {
	display: none;
}
.footer .foot-menu > li a {
	color: #FFF;
	font-family: "Poppins", "Sans-Serif";
	font-weight: 400;
	padding: 5px 0px;
	font-size: 16px;
}
.footer .foot-menu > li a span {
	color: #1a5fac;
}
.footer .col {
	float: left;
}
.footer .foot-menu {
	padding-right: 70px;
}
.footer .mini-menu {
	display: table;
	width: 100%;
}
.footer .mini-menu li {
	list-style: none;
	display: table-cell;
}
.footer .mini-menu li a {
	color: #FFF;
	text-decoration: none;
	margin-right: px;
	font-family: "Poppins", "Sans-Serif";
	margin: 10px 15px;
	font-size: 14px;
}
.footer .mini-menu li a:hover {
	color: #B5D231;
}
.footer .footer-info-wrapper {
	text-align: center;
}
.footer .col:last-child {
	float: right;
}
.footer img {
	width: 175px;
	margin-bottom: 20px;
}
.footer .cr-name {
	font-weight: 400;
	font-size: 14px;
	font-family: "Poppins", "Sans-Serif";
	margin: 0px;
}
.footer .cr-razor a {
	color: rgba(255,255,255,0.5);
	font-size: 13px;
	font-family: "Poppins", "Sans-Serif";
	font-weight: 400;
	text-decoration: none;
}
.footer .cr-razor a:hover {
	color: #B5D231;
}

/*Element Override*/
.row {
	margin-left: 0;
	margin-right: 0;
}
.hb-service .service-button {
	display: block;
	text-align: center;
}
.contact-form .form-block {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border: 0px;
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
}
.contact-form .form-block input {
	border-radius: 5px;
}
.contact-form .form-block button,
input[type="submit"], button,
.button {
	font-family: "Europa-Bold", "Sans-Serif";
	background-color: #32B9E6;
	border-radius: 5px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 40px;
	transition: all 0.2s ease-in-out 0s;
	border: 0px;
}
.contact-form .form-block button:hover,
input[type="submit"]:hover, button:hover,
.button:hover {
	background-color: #8BBA3F;
	border-radius: 5px;
	border: 0px;
}
.button {
	background-color: #8BBA3F;
}
.button:hover {
	background-color: #32B9E6;
}
.contact-form .form-block label {
	font-family: "Europa-Bold", "Sans-Serif";
	color: #AAA;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
}
.contact-form .form-block select {
	height: 40px;
}
.contact-form .form-block textarea {
	border-radius: 5px;
	padding: 10px;
}
.contact-form h2 {
	text-align: center;
	font-size: 42px;
}
.pad-right-col .col-sm-6:last-child {
	padding: 60px;
}
.page-title {
	margin-bottom: 80px;
}
.contact-form .form-block input {
	text-indent: 5px;
}
.edge-section .col-sm-4 {
	border-right: 2px solid #fff;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)) 1 100%;
    border-top-left-radius: 3px;
	position: relative;
	background-color: #FFF;
	z-index: 2;
}
.contact-details .intro-block:first-child {
	margin-top: 70px;
	background-color: #1E75B9;
	border-radius: 5px 5px 0px 0px;
	position: relative;
}
.contact-details .intro-block {
	background-color: #B5D231;
	padding: 30px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.33);
	transition: all 0.6s ease 0s;
}
.contact-details .intro-block:hover {
	padding: 40px 30px;
}
.contact-details .intro-block h1 {
	color: #FFF;
	font-size: 36px;
}
.contact-details .intro-block a {
	font-size: 18px;
	text-decoration: none;
	font-family: "poppins", "sans-serif";
	font-weight: 500;
	letter-spacing: -1px;
	color: #FFF;
	transition: all 0.2s ease-in-out 0s;
}
.contact-details .intro-block a:hover {
	color: rgba(0,0,0,0.5);
	margin-left: 10px;
}
.contact-details .intro-block p {
	margin: 0px;
}
.footer .foot-menu > li a:hover {
	color: #B5D231;
}
.form-block.attribute-select {
	border-radius: 5px;
}
.form-block.attribute-select label {
	margin-bottom: 5px;
}
.price-box .attribute-label {
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.product-image-container img.main {
	border-radius: 10px;
}
.product-image-container img.main:hover {
	border-color: #AAA;
	transform: scale(1.025);
}
hr {
	border-bottom: 1px solid #EEE;
}
.hb-service .service-button a {
	color: #FFF;
}
.image-wrap {
	overflow: hidden;
	border-radius: 5px;
}
.image-wrap:hover img {
	transform: scale(1.1);
}
.image-wrap img {
	border: 0px;
	padding: 0px;
}
.post-type-gallery h1,
.post-type-gallery_category h1,
.gallery-title {
	background-color: #B5D231;
	color: #FFF;
	letter-spacing: -2px;
	display: table;
	padding: 15px 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.breadcrumb {
	background-color: #1E75B9;
	color: #FFF;
	display: table;
	padding: 5px 10px;
	font-family: "poppins", "sans-serif";
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.breadcrumb a {
	color: #FFF;
}
.breadcrumb b {
	font-weight: 600;
}
.fancybox-skin {
	padding: 0px!important;
}
.fancybox-image,
.fancybox-skin {
	border-radius: 5px;
}
.fancybox-lock body {
	overflow: visible!important;
}
.fancybox-title-float-wrap .child {
	margin: 0px;
	display: block;
	border-radius: 0px;
	padding: 10px;
	font: unset;
	font-family: "poppins", "sans-serif";
	font-weight: 500;
	background: rgba(0,0,0,0.45);
}
.fancybox-title-float-wrap {
	margin: 0px;
	right: unset;
	display: block;
	width: 100%;
}
.product-description h4 {
	font-weight: 500;
}
.product-description li {
	color: #888;
    font-size: 16px;
    font-weight: 200;
	font-family: "Proxima-Nova", "Sans-Serif";
	margin-left: 20px;
}
#menu-2,
.social-mobile {
	display: none;
}
.layout-selector .button {
	border-radius: 5px;
	padding: 10px 20px;
}
.layout-selector .button:first-child {
	border-right: 1px solid #FFF;
}
.sort-box {
	border-radius: 5px;
}
.form-block.filter .field input {
	padding: 8px 20px 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.form-block.filter .field input:hover,
.search-box .form-block .field button:hover {
	border-radius: 0px 5px 5px 0px;
	background-color: #8BBA3F;
}
.sidebox .sidebox-top,
.sidebox .links li > a,
.product-box > li .box .title a {
	font-family: "poppins", "sans-serif";
	font-weight: 500;
	letter-spacing: 0px;
}
.sidebox .links li > a,
.product-box > li .box .title a {
	font-weight: 400;
}
.product-box > li .box .title a {
	font-size: 16px;
}
.product-box .options-price,
.search-box .form-block .field input {
	font-family: "poppins", "sans-serif";
}
.sidebox .links li > a:hover {
	box-shadow: inset 250px 0 0 #8BBA3F;
	border-bottom-color: #8BBA3F;
}
.product-box > li > .box {
	border-radius: 8px;
}
.search-box .form-block .field button {
	padding: 15px 10px!important;
	border-radius: 0px 5px 5px 0px;
}
.search-box .form-block .field input {
	border-radius: 5px 0px 0px 5px;
}
.zulu-product p.breadcrumb {
	display: none;
}
.post-wrap .post-item {
	border-radius: 10px;
}
.post-wrap .post-item .feature-image {
	border-radius: 8px;
}

/* 2022 Service Update CSS */

.pb-block-type-text ul li {
	font-family: "Proxima-Nova", "Sans-Serif";
	color: #888;
	font-size: 16px;
	font-weight: 200;
	list-style: none;
}
.pb-block-type-text ul li::before {
	content: '\f043';
	font-family: "Font Awesome\ 5 Pro";
	color: #1E75B9;
	margin-right: 15px;
	font-weight: 700;
}
.pb-block-type-text ul li:nth-child(odd)::before {
	color: #8BBA3F;
}
.pb-block-type-text ul + * {
	margin-top: 20px;
}
.pb-block-type-text h1 + h3 {
	margin-top: 10px;
}
.home-section a {
	font-family: "Poppins", "Sans-Serif";
}
.hb-service .pb-column:last-child {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.footer-graphic {
	background-image: url("images/enviroland-graphic.jpg");
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1400px) {
	.frame {
		width: 100%;
	}
	.footer {
		padding: 40px;
	}
	.home-section .frame {
		width: 95%;
	}
	body:not(.post-type-page) .body {
		padding: 40px;
	}
	.contact-title {
		text-align: center;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.h1, h1 {
		font-size: 32px;
	}
	.home-section .intro-block p {
		text-align: left;
	}
	.search-box .form-block .field input {
		width: 60%;
	}
	.search-box .form-block .field button {
		width: 40%;
	}

	.footer-graphic {
		background-size: 1500px;
		background-position: 50% 100%;
	}
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	ul.menu .menulink {
		padding: 10px 15px;
		font-size: 12px;
	}
	.footer .foot-menu {
		padding-right: 50px;
	}
	.home-section .col-sm-4 {
		display: block!important;
		width: 100%!important;
	}
	.home-section .col-sm-4,
	.home-section .intro-block p,
	.hb-service-bottom h1,
	.contact-details .intro-block {
		text-align: center!important;
	}
	.hb-service-bottom h1 {
		padding-left: 0px;
	}
	.home-section .col-sm-4:nth-child(2),
	.home-section .col-sm-4:last-child {
		width: 50%!important;
	}
	.home-section .hb-box > .pb-column:nth-child(2),
	.home-section .hb-box > .pb-column:nth-child(3) {
		padding: 40px;
	}
	.pad-right-col .col-sm-6:last-child {
		padding: 10px;
	}
	.service-section .hb-service-bottom > .pb-column {
		padding: 30px;
	}
	.contact-form .col-sm-4,
	.contact-form .col-sm-8 {
		width: 100%;
		display: block!important;
	}
	.contact-details .intro-block:first-child {
		margin-top: -40px;
	}
	.contact-details .intro-block:last-child {
		margin-bottom: 40px;
	}
	.contact-form h2 {
		margin-bottom: 40px;
	}
	.layout-selector .button {
		padding: 10px;
	}
	.sort-box .col:last-child {
		width: 26%;
	}
	.sort-box .col:nth-child(2) {
		width: 24%;
	}
	.form-block.filter .field select {
		padding: 6px 9px!important;
	}
	.form-block.filter .field input {
		padding: 8px 10px 6px;
	}
	.sort-box .col:nth-child(2) p {
		text-align: center;
	}

	.footer-graphic {
		background-image: url("images/enviroland-graphic-mobile-small.jpg");
		background-size: contain;
	}
}
@media screen and (max-width:600px) {
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	#menu {
		display: none;
	}
	#menu-2 {
		display: block!important;
		margin-top: 20px;
	}
	.social-mobile {
		display: table;
	}
	.social-mobile span {
		height: 50px;
		width: 50px;
		border-radius: 100px;
		background-color: #8BBA3F;
		font-size: 28px;
		color: #FFF;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.social-mobile span::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.header .logo {
		position: relative;
		transform: unset;
		top: unset;
		margin: 0 auto;
		margin-top: -50px;
		display: table;
		width: 60%;
	}
	.header {
		padding-bottom: 0px;
	}
	ul.menu .menulink {
		padding: 20px 0px;
		border-top: 1px solid #DDD;
	}
	.footer .foot-menu {
		padding-right: 0px;
	}
	.footer-graphic {
		background-position: 35% 100%;
	}
	.home-section .hb-box {
		margin-top: -40px;
	}
	.home-section .col-sm-4:nth-child(2),
	.home-section .col-sm-4:last-child {
		width: 100%!important;
	}
	.hb-service,
	.pro-main h1:first-of-type,
	.pro-main p {
		text-align: center;
	}
	.hb-service-bottom h1 {
		margin-bottom: 30px;
	}
	.post-type-gallery h1 {
		margin: 0 auto 20px;
		border-radius: 5px;
	}
	.breadcrumb {
		margin: 0 auto;
	}
	.contact-form h2,
	.contact-details .intro-block h1 {
		font-size: 32px;
	}
	.contact-form .form-block button, input[type="submit"], button, .button {
		display: table;
		margin: 0 auto;
	}
	.product-box > li  {
		width: 50%;
	}
	.sort-box .form-block {
		display: table;
		margin: 0 auto 20px;
	}
	.sort-box .col:nth-child(2) p {
		margin-bottom: 20px;
	}
	.search-box .form-block .field button {
		width: 20%;
	}
	.search-box .form-block .field input {
		width: 80%;
	}
	.zulu-product h1,
	.contact-form .form-block button, input[type="submit"], button, .button {
		text-align: center;
	}
	.price-box .attribute-label,
	.form-block.attribute-select .field {
		display: table;
		margin: 0 auto;
	}
	.form-block.attribute-select .field {
		float: unset;
	}
	.gallery-title {
		margin: 0 auto;
		display: table;
		border-radius: 5px;
	}
}
