@charset "utf-8";

/* CSS Document */

body {
    font-family: 'AvenirLTStd Bookr';
    font-size: 18px;
    color: #6a6b6e;
    background: #fff;
    line-height: 1.3;
    overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
label,
form {
    display: block
}

.clr {
    clear: both;
}

a {
    color: #6a6b6e;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'gt_pressura_boldbold';
}

p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

.pl0 {
    padding-left: 0px;
}

.pr0 {
    padding-right: 0px;
}

:focus {
    outline: none;
}


p a{

	color: #6C9943;
	    text-decoration: underline;

}
b,
strong {
    font-weight: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Avenir Next LT Pro Bold'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Avenir Next LT Pro Regular'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'AvenirLTStd Bookr';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/AvenirLTStd Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
}

@font-face {
    font-family: 'gt_pressura_boldbold';
    src: url('../fonts/gt-pressura-bold-webfont.eot');
    src: url('../fonts/gt-pressura-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gt-pressura-bold-webfont.woff2') format('woff2'), url('../fonts/gt-pressura-bold-webfont.woff') format('woff'), url('../fonts/gt-pressura-bold-webfont.ttf') format('truetype'), url('../fonts/gt-pressura-bold-webfont.svg#gt_pressura_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header-main {
    margin: 23px auto;
    position: relative;
}

.logo-main {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.logo-main img {
    width: 140px;
    display: block;
}

.menu-main {
		float: right;
    padding: 0px;
    /*margin-left: 0px;*/
    width: calc(100% - 200px);
}

.menu-main >ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-main >ul li {
    float: left;
    width: auto;
    padding: 0 16px;
}


/*    mega Menu  */

.menu-main >ul li.mega-menu ul.main-sub {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(202, 202, 202, 0.5);
    -moz-box-shadow: 0px 2px 5px 2px rgba(202, 202, 202, 0.5);
    box-shadow: 0px 2px 5px 2px rgba(202, 202, 202, 0.5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.menu-main >ul li.mega-menu:hover ul.main-sub {
    z-index: 99;
    opacity: 1;
    visibility: visible;

}

.menu-main >ul li.mega-menu ul {
    list-style: none;
    width: 100%;
}

.menu-main >ul li.mega-menu a.megamenu-hover {
    position: relative;
    z-index: 9999;
}

.menu-main >ul li.mega-menu a.megamenu-hover:before {
    position: absolute;
    left: -10%;
    top: -10px;
    height: 60px;
    width: 120%;
    content: "";
    z-index: -1;
    background: #fff url(../images/drop-arrow.png) no-repeat bottom center;
    -webkit-box-shadow: 0 -6px 5px 3px rgba(202, 202, 202, 0.2);
    -moz-box-shadow: 0 -6px 5px 3px rgba(202, 202, 202, 0.2);
    box-shadow: 0 -6px 5px 3px rgba(202, 202, 202, 0.2);
    background-position: center 37px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-main >ul li.mega-menu:hover a.megamenu-hover:before {
    opacity: 1;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one {
    width: 65%;
    float: left;
    padding: 0px;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-two {
    width: 20%;
    float: left;
    padding: 0px;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-three {
    width: 15%;
    float: left;
    padding: 0px;
}

.menu-main >ul li.mega-menu ul.main-sub li a.main-top-title {
    font-size: 14px;
    color: #39627b;
    font-family: 'Avenir Next LT Pro Bold';
    padding-bottom: 3px;
    border-bottom: 1px #cdd8de solid;
    width: 100%;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul {
    padding: 20px 0px;
    float: left;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul li {
    padding: 0px;
    width: 100%;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul li a.main-sub-title {
    font-size: 13px;
    color: #39627b;
    font-family: 'Avenir Next LT Pro Bold';
    padding-bottom: 3px;
    margin-top: 10px;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul li ul {
    padding: 0px;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul li ul li a {
    font-size: 13px;
    color: #39627b;
    font-family: 'Avenir Next LT Pro Regular';
    text-transform: none;
    line-height: 24px;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul .child-menu-one {
    float: left;
    width: 33%;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul .child-menu-two {
    float: left;
    width: 33%;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-one ul .child-menu-three {
    float: left;
    width: 33%;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-two ul,
.menu-main >ul li.mega-menu ul.main-sub li.three-col-three ul {
    border-left: 1px #cdd8de solid;
    /*height:375px;*/
    float: left;
    width: 100%;
    padding: 20px;
    height: 100%;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-three a.main-top-title,
.menu-main >ul li.mega-menu ul.main-sub li.three-col-two a.main-top-title {
    padding-left: 20px;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-two ul li,
.menu-main >ul li.mega-menu ul.main-sub li.three-col-three ul li {
    padding: 0px;
    width: 100%;
    float: left;
}

.menu-main >ul li.mega-menu ul.main-sub li.three-col-two ul li a,
.menu-main >ul li.mega-menu ul.main-sub li.three-col-three ul li a {
    font-size: 14px;
    color: #39627b;
    font-family: 'Avenir Next LT Pro Bold';
	margin-top: 5px;
}

.menu-main >ul li a {
    display: block;
    font-size: 14px;
    color: #6f7c7d;
    font-family: 'Avenir Next LT Pro Regular';
    text-transform: uppercase;
}

.menu-main >ul li a.icon-menu {
    font-family: 'Avenir Next LT Pro Bold';
}

.menu-main >ul li a i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.menu-main >ul li a i img {
    width: 100%;
    display: block;
}

.welcome-main {
    width: 640px;
    margin: 0 auto;
    margin-top: 37px;
    max-width: 100%;
    text-transform: uppercase;
    padding: 0 0 0 78px;
    background: url(../images/tag-bg.png) left 5px no-repeat;
    background-size: 52px;
}

.welcome-main h3 {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

.welcome-main h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    font-family: 'gt_pressura_boldbold';
    position: relative;
    background: #fff;
    color: #6c9943;
    padding: 0 20px;
}

.welcome-main h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    height: 4px;
    background: #6c9943;
}

.welcome-main h2 {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 60px;
    font-family: 'gt_pressura_boldbold';
    margin-top: -7px;
    color: #6c9943;
}

.whats-section {
    background: url(../images/banner-img.jpg) no-repeat;
    background-size: cover;
    margin-top: 50px;
    min-height: 372px;
    float: left;
    width: 100%;
}

.whats-section h2 {
    display: block;
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-family: 'gt_pressura_boldbold';
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 35px;
    transition: all .5s ease;
}

.whats-section .container {
    width: 640px;
    max-width: 100%;
}

.active_dropdown.whats-section h2 {
    margin-top: 38px;
}

.btn {
    font-family: 'Avenir Next LT Pro Bold';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.whats-section .btn {
    background: #fff !important;
    color: #6c9943;
    width: 100%;
    margin-bottom: 20px;
}

.whats-section .btn:hover,
.whats-section .active {
    color: #a2c084;
    background: #fff !important;
}

.search-box {
    width: 348px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    transition: all 1s ease;
}

.serch-fild-main {
    float: left;
    width: 100%;
    background: rgba(52, 145, 80, 0.50);
    position: relative;
    z-index: 2;
    padding: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
        height: 0;

}

.owl-carousel {
    z-index: 0;
}
.owl-item {
    height: 1px;
}
.owl-item.active {
    height: auto;
}
.search-fild-box {
    float: left;
    cursor: pointer;
    width: 100%;
    line-height: 50px;
    padding: 0 60px 0 26px;
    background: #fff;
    color: #6f7c7d;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro Bold';
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.search-fild-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url(../images/arrow-down.png) center no-repeat #6c9943;
    background-size: 19px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
}

.search-fild-open {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 53px;
    width: 100%;
    background: rgba(52, 145, 80, 0.50);
    padding: 0px 4px 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.search-fild-open ul {
    float: left;
    width: 100%;
    background: #fff;
    list-style: none;
    padding-top: 5px;
}

.search-fild-open ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadadb;
    position: relative;
}

.search-fild-open ul li a {
    display: block;
    color: #6f7c7d;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro Bold';
    padding: 0 26px;
}
.search-fild-open ul li a:hover {
    background: #6c9943;
    color: #fff;
}
.search-fild-open i {
    position: absolute;
    display: none;
    right: 5px;
    top: 6px;
    z-index: 9;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-down1.png) no-repeat;
    background-size: 15px;
    background-position: 7px 10px;
}

.whats-section .search-fild-open i.active {
    background: url(../images/arrow-down1.png) no-repeat !important;
    background-size: 15px !important;
    background-position: 7px -13px !important;
}

.search-fild-open ul .search-fild-open {
    display: none;
    position: absolute;
    width: 200px;
    left: 100%;
    top: -2px;
    padding-top: 4px;
}

.search-fild-open ul li:hover .search-fild-open {
    display: block;
}

.search-fild-open ul li li a {
    font-size: 14px;
    line-height: normal;
    padding: 10px;
    text-transform: none;
}

.about-section {
    float: left;
    width: 100%;
}

.about-content {
    float: left;
    width: 100%;
    padding: 80px 295px 80px 0;
    position: relative;
}

.about-content h2 {
    display: block;
    color: #6c9943;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about-content p {
    display: block;
    margin-bottom: 0px;
}

.about-content p b {
    font-family: 'Avenir Next LT Pro Bold';
}

.about-content img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 250px;
}

.ask-section {
    background: url(../images/ask-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 487px;
    float: left;
    width: 100%;
    padding-top: 66px;
    padding-bottom: 66px;
}

.ask-section .container {
    max-width: 980px;
}

.ask-main {
    float: left;
    width: 50%;
}

.ask-section .ask-main:first-child {
    padding-right: 20px;
}

.ask-section .ask-main:last-child {
    padding-left: 20px;
}

.ask-box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 32px 34px;
    text-align: center;
}

.ask-box h2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 39px;
    position: relative;
    text-transform: uppercase;
    color: #6c9943;
    font-size: 36px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.ask-box h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 28px;
    background: #6c9943;
}

.ask-box h2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 3px;
    width: 28px;
    background: #6c9943;
}

.ask-box p {
    min-height: 142px;
    padding-bottom: 15px;
}

.ask-btn {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
        margin-top: 8px;

}

.ask-btn .btn {
    background: #6c9943;
    color: #fff;
    min-width: 280px;
    display: inline-block;
    font-size: 15px;
    padding: 14px 18px;
}

.ask-btn .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
}

.ask-btn .btn i img {
    width: 16px;
    display: block;
}

.btn:hover {
    background-color: #a4c67f !important;
}

.garden-section {
    float: left;
    width: 100%;
    background: #ede5d9;
    padding: 65px 0 52px 0;
    background: #ede5d9;
    position: relative;
}

.loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(237, 229, 217, 1);
    background-image: url('../images/loader-new.gif');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center top 100px;
    opacity: 1;
    display: block;
    transition: .5s all ease;
}

.garden-section h2 {
    display: block;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.garden-section h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    color: #6c9943;
    padding: 0 30px;
    background: #ede5d9;
    position: relative;
    letter-spacing: 1.5px;
}

.garden-section h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    height: 3px;
    background: #6c9943;
}

.product-select-box {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.product-select-box ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product-select-box ul li {
    float: left;
    padding: 0 10px;
    width: 33.33%;
}

.garden-box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.garden-img-box {
    float: left;
    width: 100%;
    position: relative;
}

.garden-img-box img {
    display: block;
    width: 100%;
}

.garden-box h3 {
    color: #6c9943;
    float: left;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin: 26px 0 20px 0;
    font-family: 'Avenir Next LT Pro Bold';
    letter-spacing: 2px;
    line-height: 1.25;
}

.garden-box p {
    float: left;
    width: 100%;
    padding: 0 10px;
    color: #6a6b6e !important;
}

.garden-img-over {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.garden-box:hover .garden-img-over {
    z-index: 99;
    opacity: 1;
}

.garden-img-read {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 35px;
    width: 146px;
    border: 2px solid #fff;
    line-height: 31px;
    font-size: 14px;
    font-family: 'Avenir Next LT Pro Bold';
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.email-signup-form_wrapper input[type="submit"] {
    height: 59px;
    float: right;
    width: 150px;
    font-size: 13px;
    font-family: 'Avenir Next LT Pro Bold';
    background: #6c9943;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 6px solid #6c9943;
    border-radius: 0px 2px 2px 0px;

}
.ask-box #field_2_1,
.ask-box .email-signup-form_wrapper_wrapper {
    height: 59px;
/*	background:#6c9943;*/
}
.ask-box .email-signup-form_wrapper .gfield input {
    height: 51px;
}
#gform_confirmation_message_2 {
    background: url('//static.scratchdigital.co.nz/scratchdigital/tick-solid-grey.png') center left 10px no-repeat;
    background-size: 55px;
    padding: 20px 0 20px 80px;
}

#field_2_1 {
    border: 4px solid #6c9943;
    border-radius: 2px 0px 0px 2px;

}
.ask-box .email-signup-form_wrapper .gform_body {
    width: calc(100% - 150px);
}

.subscribe-section {
    background: url(../images/subscribe-bg.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: inherit;
    background-size: cover;
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
}


.subscribe-section h2 {
    margin-bottom: 23px;
}

.subscribe-section p {
    min-height: 65px;
}

.subscribe-from {
    display: inline-block;
    vertical-align: middle;
    width: 338px;
    max-width: 100%;
    position: relative;
    padding: 0 117px 0 0;
}

.sub-fild {
    float: left;
    width: 100%;
    padding: 12px 15px;
    border: 4px solid #6c9943;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 14px;
    height: 52px;
}

.subscribe-from .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    width: 125px;
    border: 4px solid #6c9943;
    border-left: 0px;
    text-indent: 1px;
    height: 52px;
    font-size: 14px;
    color: #fff;
    background: #6c9943;
}

.footer-top {
    float: left;
    width: 100%;
    background: #6c9943;
    padding: 34px 0;
}

.footer-top h3 {
    float: left;
    width: 100%;
    margin: 10px 0 18px 0;
    font-family: 'Avenir Next LT Pro Bold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.footer-top ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-top ul li {
    float: left;
    width: 100%;
    margin: 2px 0;
}

.footer-top ul li a {
    display: inline-block;
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-top ul li a:hover {
    opacity: 0.7;
}

.footer-logo-box {
    float: right;
    width: 100%;
    /*max-width: 166px;*/
    text-align: center;
}

.footer-logo-box img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 34px;
    width: 140px;
}

.footer-call {
    float: left;
    width: 100%;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-call span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    background: url(../images/call-icon.png) left no-repeat;
    background-size: 8px;
    font-family: 'Avenir Next LT Pro Bold';
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-call:hover {
    /*opacity: 0.7;*/
}

.footer-bottom {
    float: left;
    width: 100%;
    background: #fff;
    padding: 12px 0;
}

.store-location-btn {
    float: left;
    display: inline-block;
    width: 190px;
    background: url(../images/location-icon.png) 19px 9px no-repeat #fff;
    background-size: 14px;
    color: #6c9943 !important;
    font-size: 14px;
    font-family: 'Avenir Next LT Pro Bold';
    text-transform: uppercase;
    border: 2px solid #6c9943;
    line-height: 32px;
    text-align: center;
    text-indent: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.store-location-btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.social-box {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.social-box a {
    float: left;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
}

.social-box a img {
    display: block;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-box a img:hover {
    opacity: 0.7;
}

.footer-copy {
    float: left;
    margin: 0 5px 0 0;
    text-align: right;
    line-height: 35px;
    color: #6c9943;
    font-size: 12px;
}
.footer-top > div > .row > div {
    width: 20%;
}
.sub-banner {
    /*background:url(../images/sub-banner.png) no-repeat; background-size:cover;*/
/*    padding-top: 20px;*/
/*    float: left;*/
    width: 100%;
    position: relative;
}

.sub-banner .container {
    min-height: 262px;
    position: relative;
}

.sub-banner .container h2 {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
    font-family: 'gt_pressura_boldbold';
    text-transform: uppercase;
    padding: 0 10px;
}

.breadcrumb-main {
    float: left;
    width: 100%;
    margin: 0 0 35px 0;
}

.breadcrumbs {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.breadcrumbs a, .breadcrumbs span, .breadcrumb-box li {
    width: auto;
/*    margin: 0 10px 0 10px;*/
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 14px;
    color: #6c9943;
    text-transform: uppercase;
}

.breadcrumbs .breadcrumb_last, .breadcrumb-box li span {
    font-family: 'Avenir Next LT Pro Bold';
}

.breadcrumbs span a, .breadcrumb-box li a {
    display: inline-block;
    font-size: 14px;
    color: #6c9943;
}
.site-links > span,
.site-links > span > span{
	margin:0;
}
.filter-section {
    float: right;
    width: auto;
    margin: -2px 0 0 0;
    padding: 0px;
    list-style: none;
}

.filter-section > li {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
    line-height: 26px;
    font-size: 14px;
    color: #6c9943;
    font-family: 'Avenir Next LT Pro Regular';
    text-transform: uppercase;
    margin: 0 0 0 20px;
    position: relative;
}

.filter-section > li span,
.filter-section > li a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #6c9943;
    font-family: 'Avenir Next LT Pro Regular';
}

.filter-section > li a:hover {
    text-decoration: none;
}

.filter-section > li:hover a i {
    background-color: #acbf8e;
}

.filter-section > li a i {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/arrow-down-new.png) center no-repeat;
    background-size: 15px;
    margin-right: 8px;
}

.filter-drop {
    position: absolute;
    display: none;
    top: 26px;
    width: 165px;
    background: rgba(52, 145, 80, 0.50);
    padding: 1px;
    z-index: 999;
    list-style: none;
}

.filter-drop li {
    float: left;
    width: 100%;
    background: #fff !important;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    position: relative;
}
.filter-drop li li {
    width: 200px;
}

.filter-drop li:last-child {
    border: none;
}
.filter-drop > ul > li {
    border-bottom: 1px solid #e5e5e5 !important;
}
.filter-drop li span,
.filter-drop li a {
    color: #6f7c7d;
    line-height: 32px;
        padding: 0 21px 0 12px;

        display: block;
}

.filter-drop > ul:hover > li > span,
.filter-drop li a:hover {
	color: #fff;
    background: #6c9943;
	text-decoration:none !Important;
}
.filter-drop > ul > li > a:hover {
    background-image: url('../images/arrow-right.png');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 8px;
}
.filter-drop > ul > li > span:after {
    content: '❯';
    position: absolute;
    right: 8px;
    opacity: .6;
}

.filter-section > li:hover .filter-drop {
    display: block;
}
.filter-drop li:hover ul {
	display:block;
}

.filter-drop ul {
	display:none;
    position: absolute;
    left: 100%;
    top: 0;
}
.filter-drop > ul {
    display: block;
    float: left;
    clear: both;
    position: relative;
    left: 0;
    width: 100%;
}
.filter-drop a,
.filter-drop span {
    font-size: 11px !Important;
    line-height: 27px !Important;
}
.load-mor-btn {
    text-align: center;
    margin: 30px 0 0 0;
}

.load-mor-btn .btn {
    display: inline-block;
    float: none;
    font-size: 18px;
    background: #6c9943;
    color: #fff;
    padding: 12px 15px;
    min-width: 202px;
}

.desc-open {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cate-box:hover .desc-open {
    opacity: 1;
    z-index: 99;
}

.desc-box {
    position: absolute;
    width: 100%;
    padding: 20px 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
}

.desc-box p {
    display: block;
    padding: 0px;
    color: #fff !important;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 24px;
}

.desc-box span {
    display: inline-block;
    vertical-align: top;
    width: 182px;
    line-height: 40px;
    border: 2px solid #fff;
    background: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Bold';
}

.cate-box.garden-box h3 {
    letter-spacing: normal;
}

.product-section {
    background: #fff;
    margin: 45px 0;
    float: left;
    width: 100%;
}

.product-left h2 {
    display: block;
    margin-bottom: 25px;
    font-size: 36px;
    color: #6c9943;
    font-family: 'gt_pressura_boldbold';
    text-transform: uppercase;
}

.product-left p {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6a6b6e;
    float: left;
    width: 100%;
}

.product-left h3 {
    display: block;
    margin-bottom: 22px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #6a6b6e;
    font-family: 'Avenir Next LT Pro Bold';
}

.product-right {
    float: right;
}

.product-link {
    float: right;
    width: auto;
    margin: 0 0 15px 0;
    padding: 0px;
    list-style: none;
}

.product-link li {
    position: relative;
    float: left;
    width: auto;
    margin: 0 0 0 15px;
}

.product-link li a {
    display: block;
    color: #6c9943;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.product-link li a i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
}

.product-link li a i img {
    display: inline-block;
    height: 20px;
}

.product-right-box {
    width: 460px;
    float: right;
    max-width: 100%;
    margin-bottom: 15px;
}

.product-reco-section {
    background: url(../images/product-deco-bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 545px;
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0 67px 0;
}

.product-reco-title {
    width: 836px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.product-reco-title h2 {
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'gt_pressura_boldbold';
    color: #fff;
}

.product-reco-title h3 {
    display: block;
    position: relative;
    text-aline: center;
}

.product-reco-title h3 span {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-family: 'gt_pressura_boldbold';
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}

.product-reco-title h3:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    height: 3px;
    width: 20%;
    bottom: 0;
    margin: auto;
    content: '';
    background: #fff;
}

.product-reco-title h3:after {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -1px;
    height: 3px;
    width: 20%;
    bottom: 0;
    margin: auto;
    content: '';
    background: #fff;
}

.product-reco-title h4 {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Avenir Next LT Pro Bold';
    letter-spacing: 1px;
    margin-top: 10px;
}

.product-reco-box {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}

.product-reco-left {
    float: left;
    width: 50%;
    min-height: 239px;
    background: #dbe1d1;
    position: relative;
}

.product-reco-left img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.product-reco-right {
    float: left;
    width: 50%;
    min-height: 239px;
    position: relative;
    padding-left: 20px;
}

.product-reco-right h3 {
    display: block;
    color: #6c9943;
    font-size: 22px;
    font-family: 'gt_pressura_boldbold';
    text-transform: uppercase;
}

.product-reco-right p {
    color: #6a6b6e;
    font-size: 14px;
    margin: 10px 0 15px 0;
}

.product-reco-right span {
    min-width: 148px;
    display: inline-block;
    background: #ffd503;
    line-height: 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #2e9351;
    font-size: 14px;
    text-align: center;
    font-family: 'Avenir Next LT Pro Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-reco-right span:hover {
    text-decoration: none;
    background: #b4e28d;
}

.product-reco-right span i {
    display: inline-block;
    width: 12px;
    margin-right: 10px;
}

.product-reco-right span i img {
    display: block;
    width: 100%;
}

#ask_an_expert,
#request_appointment {
    display: none;
}

#ask_an_expert.mm-opened,
#request_appointment.mm-opened {
    display: block;
    overflow-y: scroll;
    height: 100%;
        z-index: 99999999;

}

#ask_an_expert::-webkit-scrollbar              {     background-color: transparent; }
#ask_an_expert::-webkit-scrollbar-button       {     background-color: transparent; }
#ask_an_expert::-webkit-scrollbar-track        {     background-color: transparent; }
#ask_an_expert::-webkit-scrollbar-track-piece  {     background-color: transparent; }
#ask_an_expert::-webkit-scrollbar-thumb        {     background-color: transparent; }
#ask_an_expert::-webkit-scrollbar-corner       {     background-color: transparent; }
#ask_an_expert::-webkit-resizer                {     background-color: transparent; }

.looking-section {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.looking-section .container {
    width: 675px;
    margin: 0 auto;
    max-width: 100%;
}

.looking-title {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    text-align: center;
}

.looking-title img {
    display: inline-block;
    vertical-align: top;
    width: 26px;
}

.looking-title h2 {
    display: block;
    font-size: 36px;
    color: #6c9943;
    font-family: 'gt_pressura_boldbold';
    text-transform: uppercase;
    margin: 23px 0 15px 0;
}

.looking-title h3 {
    display: block;
    font-size: 18px;
    color: #6a6b6e;
    margin-bottom: 10px;
    font-family: 'Avenir Next LT Pro Bold';
    letter-spacing: 1px;
}

.looking-btn-box {
    float: left;
    width: 100%;
}

.looking-btn-box .btn {
/*    height: 60px;*/
    width: 100%;
/*    margin-bottom: 20px;*/
    background: #6c9943;
    color: #fff;
    padding: 10px 20px;
    white-space: initial;
    font-size: 13px;

}

.looking-btn-box .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.looking-btn-box .btn i img {
    height: 25px;
}
.looking-btn-box > div > div {
    margin-bottom: 10px;
}

.request-btn {
/*    text-align: left;*/
/*    padding-left: 70px !important;*/
}

.looking-btn-box .btn.request-btn i {
/*    position: absolute;*/
/*    left: 32px;*/
/*    top: 11px;*/
}

button.btn {
    white-space: inherit;
}


/*================ form css */



.mm-panel.mm-hasnavbar .mm-navbar {
    display: none !important;
}

.left-form {
    min-width: 400px !important;
    width: 100% !important;
    background: #124c39 !important;
}

.left-form .mm-panels > .mm-panel {
    padding: 40px;
}

.mm-menu .gform_heading h3 {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro Bold';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 17px;
    position: relative;
}

.mm-menu .gform_heading h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.mm-menu .gform_heading h3 i img {
    display: block;
    width: 100%;
}

.mm-menu .gform_description {
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;

}

.mm-menu .gform_heading,
.mm-menu .gform_body,
.mm-menu .gform_footer {
    float: left;
    width: 100%;
    position: relative;
}

.mm-menu .gform_body {
    margin-top: 37px;
}

.mm-menu .gform_fields li {
    float: left;
    width: 100%;
}

.left-form .name-input span {
    width: 50%;
    padding: 0 5px 0 0;
    float: left;
}

.left-form .name-input span:last-child {
    padding: 0 0 0 5px;
}

.ginput_container_date {
    position: relative;
}

.left-form .field-box,
.gfield_select,
.hasDatepicker {
    float: left;
    width: 100%;
    height: 36px;
    padding: 10px 20px;
    color: #424242;
    font-size: 14px;
    border: none;
    margin-bottom: 10px;
	background: url(../images/arrow-down-new.png) #fff no-repeat right 10px center !important;
    background-size: 20px !important;
    border-radius: 0px;
}
.hasDatepicker {
    background-image: none !Important;
}
.time .gfield_select {
    background: url(../images/time-icon.png) #fff no-repeat right 10px center !important;
    background-size: 17px !important;
}

.left-form .field-box-textarea {
    float: left;
    width: 100%;
    height: 148px;
    padding: 10px 20px;
    color: #424242;
    font-size: 14px;
    border: none;
    margin-bottom: 10px;
}

.left-form .gform_footer input {
    float: left;
    width: 100%;
/*    line-height: 45px;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #6c9943;
    font-size: 18px;
    font-family: 'Avenir Next LT Pro Bold';
    border: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.left-form .gform_footer input:hover {
    background: #a4c67f;
}

input[type="checkbox"] {
    margin: 3px 0 25px 0 !important;
    padding: 0px;
}

.mm-menu label {
	color: #fff;
    font-size: 14px;
    line-height: 20px !Important;
}


input[type="checkbox"] label {
    margin-top: 20px;
    float: 14px;
    color: #fff !important;
}

input[type="checkbox"] label:before {
    /* border-radius: 3px;*/
}

input[type="checkbox"] input[type=checkbox] {
    display: none;
}

input[type="checkbox"] label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    font-size: 15px;
    color: #606060;
    margin: 0;
    min-height: 21px;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/check-box-bg.png) no-repeat;
    background-size: 19px;
    height: 21px;
    width: 20px
}

input[type=checkbox]:checked + label:before {
    content: "";
    background: url(../images/check-box-bg-select.png) no-repeat;
    height: 21px;
    width: 20px;
    background-size: 19px;
}

#gform_confirmation_message_1,
#gform_confirmation_message_4 {
/*    background: url('//static.scratchdigital.co.nz/scratchdigital/tick-white.png') center left 10px no-repeat;*/
    color: #fff;
}
.location-btn {
    width: 100%;
    float: left;
    width: 100%;
    border: 2px solid #fff;
    text-align: center;
    margin-top: 19px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.location-btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    font-size: 14px;
    font-family: 'Avenir Next LT Pro Bold';
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.location-btn:hover {
    opacity: 0.7;
}

.location-btn i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    position: relative;
    top: -2px;
    margin: 0 8px 0 0;
}

.location-btn i img {
    display: block;
    width: 100%;
}

.footer-call {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}

.plus-img {
    float: left;
    width: 100%;
    position: relative;
}

.plus-img img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 26px;
}

.responsive_menu {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    background: url(../images/menu-icon.png) no-repeat;
    background-size: 100%;
    width: 32px;
    height: 23px;
}

.container {
    width: 1200px;
}

.search-box {
    /*display: none;*/
    opacity: 0;
        height: 0px;
}

.left-form {
    position: relative;
}

.close-btn {
    position: absolute;
    right: 40px;
    width: auto;
    top: 20px;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro Regular';
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close-btn:hover {
    color: #ffd503;
    text-decoration: none;
}

.close-btn:focus {
    color: #ffd503;
    text-decoration: none;
}

.close-btn b {
    font-family: 'Avenir Next LT Pro Bold';
    display: inline-block;
    padding: 0 10px;
}

.left-form .gform_heading {
    margin-top: 69px;
}

li {
    list-style: none;
}

.social {
    display: none;
    float: left;
    left: -84px;
    min-width: 160px;
    position: absolute;
    top: 21px;
    width: 80%;
    z-index: 999;
    background: #eaeaea;
    color: #fff;
    padding: 10px 5px;
}

.product-link li:hover .social {
    display: block;
}

.social a {
    float: left;
    margin: 0 5px;
}

.product-link .social a i {
    margin: 0px;
}

.product-link a:hover .social {
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 999;
}

.owl-stage-outer {
    border: 1px solid #e9e8e3;
}

.owl-stage-outer p {
    text-align: center;
    font-size: 14px;
    color: #6a6b6e;
    font-style: italic;
    padding: 10px;
}
.photo-credit {
    position: absolute;
    bottom: 43px;
    color: #fff;
    font-size: 10px;
    left: 6px;
}
.owl-theme .owl-controls {
    margin: 0px;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav [class*=owl-] {
    position: absolute;
    display: block;
    text-indent: -9999px;
    margin: 0px;
    margin-top: -30px;
    width: 24px;
    height: 38px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-nav .owl-prev {
    left: 20px;
    background: url(../images/prev-arrow.png) left no-repeat !important;
    background-size: 100% !important;
}

.owl-nav .owl-next {
    right: 20px;
    background: url(../images/next-arrow.png) left no-repeat !important;
    background-size: 100% !important;
}

.owl-nav [class*=owl-]:hover {
    opacity: 0.7;
}

.owl-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 7px;
    height: 7px;
    margin: 5px 3.5px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 1);
}

.footer-section {
    position: relative;
}

.mob-menu {
    display: none;
}


.blog {
    width: 100%;
    float: left;
    display: inline-block;
    top: 20px
}

.hero-overlay {
    background: #2E9351 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.blog .post-hero {
    position: absolute;

}
.sub-banner,
.blog .post-hero {
    height: 278px;
}

.blog .post-hero {
    background: #2E9351 none repeat scroll 0 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.blog .post-hero .hero-bg {
    height: 110%;
left: 0;
top: 0;
/*    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    width: 110%;
}

.blog .post-hero .header-content {
    left: 50%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.blog .post-hero .header-content h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'gt_pressura_boldbold';
    text-transform: uppercase;
    padding: 0 10px;
    text-align: left;
}
.backstretch {
    height: 385px !Important;
    width: 100% !Important;
    background-position: right;
}
.blog .post-hero .header-content h1 {
    font-size: 50px;
    line-height: 66px;
}

.blog .post-hero .header-content h1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 0;
}

.post-monas {
    height: 1000px;
    background: black;
    width: 100%;
    position: relative;
    top: 600px;
}

#mobile_menu ul.mm-listview li {
    text-transform: uppercase;
}

#mobile_menu ul.mm-listview > li {
    border-bottom: 1px solid #2B2B2B;
}

#mobile_menu ul.mm-listview {
    margin-top: 0;
}

#mobile_menu ul.mm-listview li a i img {
    width: 18px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.mega-menu .mm-next,
.main-sub .mm-next {
    position: absolute;
    right: 0;
    top: 10px;
}

.gform_description {
    padding: 0 10%;
}

img.ui-datepicker-trigger {
    width: 20px;
    position: absolute;
    top: 7px;
    right: 10px;
}
.mm-title {
    text-transform: uppercase;
}


.pushout-overlay {
    background: rgba(0, 0, 0, 0);
	transition: all .5s ease;
}
.mm-opened .pushout-overlay {
    background: rgba(0, 0, 0, 0.73);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    z-index: 999999;
}
.mm-menu {
    padding: 0 20px;
}
.mm-menu #gform4,
.mm-menu #gform1 {
    display: block !Important;
}
.mm-listview .mm-next {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#mobile_menu ul.mm-listview > li {
    border-bottom: 1px solid #EFEFEF;
}
.mm-listview>li>a, .mm-listview>li>span {
    padding: 10px 10px 6px 20px;
}
nav.menu-main.desk-menu {
    margin-top: 41px;
}
.blog-breadcrumb {
    padding-top: 24px;
}
.news-grid .box .description .title {
    font-weight: 900;
    color: #6c9943;
    font-family: 'Avenir Next LT Pro Bold';
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 30px;
    border: 1px dashed #ddd;
    text-align: center;
    color: #AAA;
    margin-bottom: 10px;
}

.gform_button_select_files {
    float: none !Important;
    max-width: 160px;
    font-size: 11px !Important;
}
span.gform_drop_instructions {
    color: #fff;
}
.gform_drop_instructions {
    float: none !Important;
    margin-bottom: 10px !Important;
    display: inline-block;
        font-size: 13px;

}
#extensions_message {
    font-size: 11px;
	text-align:center;
    color: #fff;
}
input#gform_browse_button_1_12 {
        background: rgb(212, 212, 212);
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 14px;
        text-transform: uppercase;

}
.ginput_preview strong {
    margin-bottom: 4px;
    display: inline-block;
        font-size: 12px;

}
.gform_delete {
    margin-right: 10px;
    line-height: 20px;
    display: inline-block;
}
.gfield_description {
    font-size: 15px;
    margin-bottom: 7px;
}
.gfield_label {
    margin-top: 9px;
}

::-moz-selection { background: #6c9943; color:#fff;}
::selection { background: #6c9943; color:#fff; }

.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
     height: 0px;
}

a[href*="tel"] {
    pointer-events: none;
    opacity: 1;
}
.read-more {
    margin-top: 30px;
    display: block;
    float: left;
    width: 100%;
    color: #6B9843;
	display:none;
}

@media (max-width: 1270px) {
    .container {
        width: 960px;
    }
    .logo-main img {
        width: 113px;
    }
    .menu-main > ul li a {
        font-size: 12px;
    }
    .welcome-main h2 {
        font-size: 52px;
    }
    .welcome-main {
        background-size: 47px;
        width: 550px;
        padding-left: 64px;
        margin-top: 17px;
    }
    .whats-section {
        margin-top: 35px;
    }
    .whats-section h2 {
        font-size: 52px;
    }
    .ask-box h2,
    .welcome-main h3 span,
    .about-content h2 {
        font-size: 34px;
    }
	.footer-top h3 {
	    margin: 30px 0 5px 0;
	}
    .whats-section .container {
        width: 630px;
    }
    .whats-section h2 {
        margin-top: 87px;
    }
    .active_dropdown.whats-section h2 {
        margin-top: 48px;
    }
    .about-content {
        padding: 53px 295px 53px 0
    }
    .ask-section {
        padding: 50px 0;
    }
    .ask-box {
        padding: 32px;
    }
    .ask-btn .btn {
        font-size: 13px;
    }
    .garden-section h2 span {
        font-size: 36px;
    }
    .garden-box h3 {
        font-size: 18px;
        letter-spacing: 0.5px;
        margin: 20px 0 15px
    }
    .mob-menu {
        display: none;
    }
	.image-container {
	    height: 250px !Important;
	}
}

@media (min-width: 1021px) {
    .search-fild-open ul li:hover .search-fild-open {
        display: block !important;
    }
}

@media (max-width: 1020px) {
    .container {
        width: 700px;
    }
    body {
        font-size: 16px;
    }
    .welcome-main h2 {
        font-size: 48px;
    }
    .welcome-main {
        background-size: 40px;
        width: 520px;
        padding-left: 64px;
    }
    .whats-section h2 {
        font-size: 52px;
    }
    .ask-box h2,
    .welcome-main h3 span,
    .about-content h2 {
        font-size: 30px;
    }
    .btn {
        font-size: 14px;
    }
    .whats-section .container {
        width: 580px;
    }
    .search-fild-box {
        line-height: 40px;
        font-size: 16px;
    }
    .search-fild-btn {
        width: 46px;
        background-size: 14px;
    }
    .search-fild-open ul li a {
        font-size: 16px;
    }
    .search-fild-open {
        top: 43px;
    }
    .about-content {
        padding: 53px 295px 53px 0
    }
    .ask-section {
        padding: 50px 0;
    }
    .ask-box {
        padding: 20px;
    }
    .ask-btn .btn {
        width: 100%;
        min-width: inherit;
    }
    .ask-btn .btn {
        font-size: 12px;
    }
    .garden-section h2 span {
        font-size: 36px;
		padding:0;
    }
    .garden-box h3 {
        font-size: 18px;
        letter-spacing: 0.5px;
        margin: 20px 0 15px
    }
    .ask-section {
        min-height: inherit;
    }
    .sub-fild {
        height: 48px;
    }
    .subscribe-from .btn {
        height: 48px;
    }
    .desc-open,
    .garden-img-over {
        display: none;
    }
    .product-reco-right {
        padding-left: 10px;
    }
    .product-reco-right span {
        min-width: inherit;
        padding: 0 10px;
    }
    .product-reco-right span i {
        margin-right: 3px;
    }
    .product-reco-title h2 {
        font-size: 40px;
    }
    .product-reco-title h3 span {
        font-size: 30px;
    }
    .menu-main > ul li {
        padding: 0 10px;
    }
    .menu-main {
        display: none;
    }
    .responsive_menu {
        display: block;
        text-indent: -9999px;
    }
    .responsive_menu:focus {
        outline: none;
    }
    .left-form.mm-menu {
        max-width: 100% !important;
        width: 100% !important;
    }
    .left-form.mm-menu.mm-current {
        z-index: 999;
    }
    .left-form .mm-panels > .mm-panel.mm-hasnavbar {
        padding: 20px 20%!important;
    }
    .close-btn {
        right: 20px;
    }
    .search-fild-open i {
        cursor: pointer;
    }
    .search-fild-open ul .search-fild-open {
        position: relative;
        top: 0;
        left: 0;
        padding: 0px;
        width: 100%;
    }
    .search-fild-open ul ul {
        padding: 0px;
    }
    .search-fild-open ul li:hover .search-fild-open {
        display: none;
    }
    .search-fild-open ul li li a {
        padding: 10px 27px;
    }
    .search-fild-open i {
        display: block;
	}
	.backstretch{
	    height: 235px !important;
	}
	.sub-banner,
	.blog .post-hero {
	    height: 220px !important;
	}
	.garden-section .col-sm-4.col-xs-12 {
	    width: 50%;
	}

	.breadcrumbs{
		display:none;
	}
	.logo-main img {
	    width: 85px;
	}
	.header-main {
	    margin: 14px auto;
	    position: relative;
	}
	.sub-banner {
	    padding-top: 0px;
	}
	.product-select-box ul li {
	    float: left;
	    padding: 0 10px;
	    width: 50%;
	}
	.menu-main {
	    /*width: calc(100% - 153px);*/
	}
	.footer-top > div > .row > div {
	    width: 25%;
	}
	.footer-brand {
	    clear: both;
	margin: 50px auto 0;
	width: 100% !Important;
	}
	html.mm-right.mm-opening .mm-slideout {
	    /*-webkit-transform: none !Important;*/
	    /*transform: none !Important;*/
	}
	.read-more {
		display:block;
	}
}



@media (max-width: 735px) {
    .container,
    .ask-section .container,
    .looking-section .container {
        max-width: 600px;
        width: 94%;
/*	    padding: 0;*/
    }
    .responsive_menu {
        display: block;
        text-indent: -9999px;
    }
    .responsive_menu:focus {
        outline: none;
    }
    .ask-main {
        padding: 0px !important;
    }
    body {
        font-size: 18px;
    }
    .about-content p {
        font-size: 18px;
    }
    .ask-an-expert h2 {
		padding:0;
    }

	.search-menu,
    .col-sm-6.col-xs-12.pl0,
    .col-sm-6.col-xs-12.pr0 {
        padding: 0px;
        text-align: center;
    }
	.search-menu {
	    padding-bottom: 30px;
	}
    .whats-section .btn {
        font-size: 18px;
        padding: 10px 15px;
        max-width: 328px;
    }
    .ask-btn .btn {
        font-size: 18px;
        padding: 10px 15px;
    }
    .about-content {
        padding: 53px 0 0 0;
    }
    .about-content p {
        margin-bottom: 20px;
    }
    .about-content img {
        position: relative;
        float: right;
        margin-left: 15px;
    }
    .ask-main {
        width: 100%;
        margin: 10px 0;
    }
    .ask-box h2:before {
        display: none;
    }
    .ask-box h2:after {
        display: none;
    }
    .plus-img:before {
        content: '';
        position: absolute;
		left: 20%;
	    top: 50%;
	    height: 3px;
	    width: 25%;
        background: #6c9943;
    }
    .plus-img:after {
        content: '';
        position: absolute;
        right: 20%;
        top: 50%;
        height: 3px;
        width: 25%;
        background: #6c9943;
    }
    .garden-section h2:before {
        display: none;
    }
    .subscribe-section.ask-section h2:before {
        display: block;
    }
    .subscribe-section.ask-section h2:after {
        display: block;
    }
    .sub-fild {
        height: 52px;
        padding: 12px 15px;
    }
    .subscribe-from .btn {
        height: 52px;
    }
    .footer-section {
        text-align: center;
    }
    .footer-logo-box {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    .store-location-btn {
        float: none;
        margin-top: 5px;
    }
    .footer-copy {
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .social-box {
        display: inline-block;
        float: none;
        margin: 15px 0 0 0;
    }
    .whats-section h2 {
        font-size: 44px;
    }
    .product-select-box ul li {
        width: 50%;
    }
    .filter-section {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .filter-section > li {
        margin: 0 5px 0 0;
    }
	.filter-title {
	    width: 100% !important;
	}
	.ask-box {
	    width: 94%;
	    margin: auto;
	    float: none;
	}
	.garden-section {
	    padding: 35px 0 52px 0;
	}
    .breadcrumb-main {
        margin-bottom: 20px;
    }
    .subscribe-from {
        width: 100%;
    }
    .btn {
        font-size: 16px !important;
    }
    .sub-banner .container h2 {
        font-size: 50px;
    }
    .looking-btn-box {
        max-width: 480px;
        margin: 0 auto;
        float: none;
    }
    .looking-btn-box .btn {
        height: 50px;
        font-size: 14px !important;
    }
    .looking-btn-box .btn i img {
        width: 22px;
    }
    .looking-btn-box .btn i {
        margin-right: 10px;
    }
    .search-box {
        max-width: 328px;
		width:100%;
    }
    .product-right-box {
        width: 100%;
    }
    .left-form.mm-menu {
        max-width: 100% !important;
        width: 100% !important;
    }
    .left-form.mm-menu.mm-current {
        z-index: 999;
    }
    .left-form .mm-panels > .mm-panel.mm-hasnavbar {
        padding: 20px !important;
    }
    .close-btn {
        right: 20px;
    }

	.blog .post-hero,
	.blog{
		top:0 !important;
	}
	.backstretch{
	    height: 145px !important;
	}
	.sub-banner,
	.blog .post-hero {
	    height: 137px !important;
	}
	.blog .post-hero .header-content h2 {
	    font-size: 40px;
	}
	a[href*="tel"] {
	    pointer-events: all;
	    opacity: 1;
	}
	.footer-top > div > .row > div {
	    width: 50%;
	}
	.footer-top > div > .row > div:nth-child(3) {
	    clear: both;
	}


}


@media screen and (max-width: 520px) {
    .about-content img {
        float: none;
        margin-bottom: 10px;
    }
    .about-content h2 {
        margin-bottom: 5px;
    }
    .welcome-main {
        padding: 50px 0 0 0;
        background-size: 30px;
        background-position: center top;
    }
    .welcome-main h3 span {
        font-size: 22px;
        padding: 0 10px;
    }
    .welcome-main h2 {
        font-size: 30px;
        margin-top: 10px;
    }
    .ask-btn .btn,
    .subscribe-from .btn,
    .btn {
        font-size: 14px !important;
    }
    .left-form {
        min-width: 100% !important;
    }
    .garden-section .col-sm-4.col-xs-12,
	.product-select-box ul li {
        width: 100%;
    }
    .garden-box {
        height: 100% !important;
    }
    .footer-top > div > .row > div {
        clear: both;
        width: 100%;
    }
    .menu-main {
    width: 80%;
    }

}

@media screen and (max-width: 370px) {
    .product-reco-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-reco-right {
        width: 100%;
        padding: 0px;
        min-height: inherit;
    }
}

@media screen and (max-width: 340px) {
    .btn {
        font-size: 16px !important;
    }
    .ask-btn .btn,
    .subscribe-from .btn {
        font-size: 10px !important;
    }
    .subscribe-from .btn {
        height: 46px;
        width: 90px;
    }
    .subscribe-from {
        padding: 0 85px 0 0;
    }
    .sub-fild {
        height: 46px;
        padding: 8px 15px;
    }
    .load-mor-btn .btn {
        font-size: 12px !important;
    }

}


/*
@media screen and (max-width: 1024px) {
	.ask-main {padding:0 10px !important;}

}

@media screen and (max-width: 768px) {
	.container {padding:0 20px;}
	body {font-size:14px;}
	.welcome-main h2 {font-size:48px;}
	.welcome-main {background-size:40px; width:520px; padding-left:64px;}
	.whats-section h2 {font-size:52px;}
	.ask-box h2, .welcome-main h3 span, .about-content h2 {font-size:30px;}
	.footer-section .container {padding:0 20px !important;}
	.btn {font-size:16px; padding:5px 15px;}
	.whats-section .container {width:580px;}
	.search-fild-box {line-height:40px; font-size:16px;}
	.search-fild-btn {width:46px; background-size:14px;}
	.search-fild-open ul li a {font-size:16px;}
	.search-fild-open {top:43px;}
	.about-content{padding:53px 295px 53px 0}
	.ask-section {padding:50px 0;}
	.ask-box {padding:32px;}
	.ask-btn .btn {width:100%; min-width:inherit;}
	.ask-btn .btn {font-size:12px; padding:12px 10px }
	.garden-section h2 span {font-size:36px;}
	.garden-box h3 {font-size:18px; letter-spacing:0.5px; margin:20px 0 15px}
	.about-content p {font-size:15px;}
	.menu-main {display:none;}
	.sub-fild {height:43px; padding:8px 15px;}
	.subscribe-from .btn {height:43px;}
	.nav-menu-icon {display:block;}
	.responsive_menu {display:block; text-indent:-9999px;}
	.responsive_menu:focus {outline:none;}
}

@media screen and (max-width: 767px) {
	body {font-size:18px;}
	.about-content p {font-size:18px;}
	.col-sm-6.col-xs-12.pl0, .col-sm-6.col-xs-12.pr0 {padding:0px; text-align:center;}
	.whats-section .btn {font-size:18px; padding:10px 15px; max-width:328px;}
	.ask-btn .btn{font-size:18px; padding:10px 15px;}
	.about-content {padding:53px 0 0 0;}
	.about-content p {margin-bottom:20px;}
	.about-content img {position:relative; float:right; margin-left:15px;}
	.ask-main {width:100%; margin:10px 0;}

	.ask-box h2:before {display:none;}
.ask-box h2:after {display:none;}
.plus-img:before {content:''; position:absolute; left:30%; top:50%; height:3px; width:15%; background:#6c9943;}
.plus-img:after {content:''; position:absolute; right:30%; top:50%; height:3px; width:15%; background:#6c9943;}
.garden-section h2:before {display:none;}

.subscribe-section.ask-section h2:before {display:block;}
.subscribe-section.ask-section h2:after {display:block;}
.sub-fild{height:52px; padding:12px 15px;}
.subscribe-from .btn {height:52px;}

.footer-section {text-align:center;}
.footer-logo-box {float:none; display:inline-block; margin-top:20px;}
.store-location-btn {float:none; margin-top:5px;}
.footer-copy {margin:0px; width:100%; text-align:center;}
.social-box {display:inline-block; float:none; margin:15px 0 0 0;}
.container {padding:0 20px;}
.whats-section h2 {font-size:44px;}
}

@media screen and (max-width: 520px) {

.about-content img {float:none; margin-bottom:10px;}
.about-content h2 {margin-bottom:5px;}
.welcome-main {padding:50px 0 0 0; background-size:30px; background-position:center top;}
.welcome-main h3 span{font-size:22px; padding:0 10px;}
.welcome-main h2 {font-size:30px; margin-top:10px;}
}

@media screen and (max-width: 340px){
.whats-section .btn {font-size:16px;}
}
*/


@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
