/**
Theme Name: Kenyon Gardens
Description: Kenyon Gardens is a bespoke responsive WordPress theme.
Author: CG Design
Author URI: cg-design.co.uk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  corporate, business, responsive, classic, freelancing.
Text Domain: ddmg
*/
@font-face {
    font-family: 'proxima_novalight';
    src: url('assets/fonts/proximanova-light-webfont.woff2') format('woff2'), url('assets/fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('assets/fonts/proximanova-regular-webfont.woff2') format('woff2'), url('assets/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('assets/fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('assets/fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair_displayregular';
    src: url('assets/fonts/playfairdisplay-regular-webfont.woff2') format('woff2'), url('assets/fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
body {
    color: #444;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'proxima_novaregular', sans-serif;
    font-weight: 400;
}
ul, ol, li {
    list-style: none;
}
img, fieldset {
    border: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
figure {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.wp-caption {
    max-width: 100%;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
embed, iframe, object, video {
    max-width: 100%;
}
html {
    -webkit-text-size-adjust: none;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}
.alignright {
    margin: 10px 0px 35px 30px;
    display: inline;
}
.alignleft {
    margin: 0 35px 10px 0px;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.wp-caption {
    border: none;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 10px 0;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
    line-height: 18px;
    padding: 0 15px;
    display: block;
    font-style: italic;
    color: #000000;
    font-size: 12px;
}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[placeholder], [placeholder], *[placeholder] {
    color: inherit
}
*::-webkit-input-placeholder {
    color: inherit
}
*:-moz-placeholder {
    color: inherit;
    opacity: 1;
}
*::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: inherit
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #1d463f;
    padding-bottom: 20px;
    text-align: left;
}
.entry-content h1 {
    font-size: 36px;
}
.entry-content h2 {
    font-size: 32px;
}
.entry-content h3 {
    font-size: 24px;
}
.entry-content h4 {
    font-size: 20px;
}
.entry-content h5 {
    font-size: 18px;
}
.entry-content h6 {
    font-size: 16px;
}
.entry-content p {
    color: #231f20;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
}
.entry-content ul {
    padding: 0 0 20px 0;
}
.entry-content ul li {
    color: #231f20;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 20px;
    text-decoration: underline;
}
.entry-content ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #ce2831;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
}
.entry-content ol {
    list-style-type: decimal;
    padding: 0 0 20px 20px;
}
.entry-content ol li {
    list-style-type: decimal;
    color: #231f20;
    font-size: 15px;
    line-height: 24px;
}
.entry-content a {
    color: #ce2831;
}
.entry-content blockquote {
    color: #ce2831;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.entry-content blockquote p {
    padding-bottom: 0;
}
.entry-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}
.entry-content table, .entry-content table th, .entry-content table td {
    border: 1px solid #666666;
    color: #231f20;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 5px 0;
}
hr {
    border: none;
    background-color: #e9e9e9 !important;
    height: 1px;
    padding: 0;
    margin: 17px 0 24px 0 !important;
    outline: none;
}
}
.entry-content input[type='email'], .entry-content input[type='text'] {
    width: 100%;
    max-width: 800px;
    background: #fff;
    height: 48px;
    font-size: 15px;
    color: #231f20;
    line-height: 21px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    outline: none;
    font-family: 'proxima_novaregular';
    font-weight: 400;
    margin-top: 7px;
}
.entry-content textarea {
    width: 100%;
    background: #fff;
    max-width: 800px;
    height: 180px;
    font-size: 15px;
    color: #231f20;
    line-height: 24px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    outline: none;
    font-family: 'proxima_novaregular';
    font-weight: 400;
    margin-top: 7px;
}
.entry-content input[type='submit'] {
    width: 180px;
    height: 50px;
    outline: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    background: #0a4e5c;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'proxima_novaregular';
}
.entry-content .submit {
    width: 180px;
    padding: 15px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.entry-style p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--whiteColor);
}
:root {
    /*----------- color -----------*/
    --whiteColor: #fff;
    --BlackLightColor: #444444;
    --YellowLight: #a09a78;
    --blueDeep: #1d463f;
    /*----------- bg color -----------*/
    --graybgColor: #ebeae3;
    --blueDeepbgColor: #1d463f;
}
/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_mobile_view {
    display: none;
}
.d-flex {
    display: flex
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.justify-content-center {
    justify-content: center;
}
.align-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.text-center {
    text-align: center
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
}
.row-reverse {
    flex-flow: row-reverse;
}
.flex-row-reverse {
    flex-flow: row-reverse;
}
.flex-row-none {
    flex-flow: inherit !important;
}
#wrapper {
    width: 100%;
}
.center_content {
    max-width: 1140px;
    margin: 0 auto;
}
.fixheader {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
}
/*---------- header_area ----------*/
#header_area {}
#header_area.bgCloro {
    background-color: var(--blueDeepbgColor);
}
.menu_content_area {
    padding: 0px 30px;
}
.menu_content {
    position: relative;
}
.menu_content_bx {
    height: 100px;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.logo {
    width: 200px;
    /* width: 18.03%;*/
}
.logo img {
    width: 100% !important;
}
.menu_bx {
    /* width: 63.28%; */
    width: 81.89%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0 15px 0 15px;
}
.main_nav {}
#menu {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0px;
}
#menu li {
    font-size: 16px;
    color: var(--whiteColor);
    position: relative;
    padding: 0px 21px;
}
.main_nav ul li a {
    color: var(--whiteColor);
    transition: 0.5s;
}
.main_nav ul li a:hover {
    opacity:0.7;
}
#menu li ul {
    position: absolute;
    background: var(--blueDeepbgColor);
    width: 220px;
    padding: 25px 25px 12px 20px;
    top: 40px;
    left: -3px;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    border-bottom: 5px solid #aca26c;
}
.bgCloro #menu li ul {
    top: 58px;
    padding-top: 5px
}
#menu li.menu-item-has-children {
    position: relative;
}
#menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
#menu li.menu-item-has-children:hover::after {
    opacity: 1;
    visibility: visible;
}
#menu li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#menu li ul > li {
    margin-bottom: 14px;
    padding: 0;
}
#menu li ul > li a {
    display: block;
}
.book_btn_wrap {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
}
.book_btn {
	margin-left: 20px;
}
.menu_bar_wrap {
    display: none;
}
.common_btn_wrap {}
.book_btn, .common_btn {
    font-size: 16px;
    line-height: 1;
    color: var(--whiteColor);
    background-color: var(--blueDeepbgColor);
    width: max-content;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    padding: 0 31px;
}
.bgCloro .book_btn {
    background-color: #aca26c;
}
.book_btn:hover, .common_btn:hover {
    background-color: #938d69;
}
.bgCloro .book_btn:hover, .bgCloro .common_btn:hover {
    background-color: #938d69;
    border-color: #938d69;
    transition: 0.5s;
    color:#FFF !important;
}
.menu_bar {
    width: 25px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
}
.menu_bar span {
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background-color: #fff;
    display: block;
    transition: all .2s ease;
}
.menu_bar.active span:first-child {
    transform: rotate(45deg);
    margin-top: -2px;
}
.menu_bar.active span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
}
.menu_bar.active span:last-child {
    display: none;
}
@media screen and (max-width: 991px) {
    .menu_bar_wrap {
        display: block;
    }
    /*.book_btn_wrap { display: none }*/
    .menu_holder .book_btn_wrap {
        width: 100%;
        top: inherit;
        bottom: 30px;
        right: inherit;
        left: 0;
        margin: 0;
        align-items: flex-end;
        padding: 0 15px;
    }
    .menu_holder .book_btn {
        width: 100%;
        background-color: var(--YellowLight);
        height: 50px;
        padding: 0 0px;
        line-height: 32px;
        margin-top: 10px;
        border-top: 0px;
    }
}
.menu_holder .book_btn:hover {
    border-color: #938d69;
    background-color: #938d69;
}
.menu_bar {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 200;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.menu_content_bx {
    width: 100%;
    height: 88px;
    position: relative;
}
.logo {
    position: initial;
    left: 0px;
    transform: inherit;
    margin: 0px;
    width: 140px;
}
.menu_bx {
    width: auto;
    padding: 0;
}
.menu_content {
    display: flex;
    justify-content: space-between;
    z-index: 200;
    padding-top: 9px;
    padding-bottom: 9px;
}
.menu_holder {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    z-index: 99;
    background-color: var(--blueDeepbgColor);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu_holder.mobile_menu_open {
    opacity: 1;
    visibility: visible;
}
.menu_holder.mobile_menu_open .slicknav_nav {
    background-color: var(--blueDeepbgColor);
    display: block !important;
}
.slicknav_menu {
    transition: all 0.3s;
    margin-top: 0;
}
.menu_holder.mobile_menu_open .slicknav_menu {
    /* top: 100%; */
    position: relative;
    z-index: 3;
    margin-top: 80px;
}
.menu-item-has-children > a::after {
    top: 8px;
    right: 1px;
}
.multi_page_item > a::after {
    display: none;
    top: 10px;
    right: -5px;
}
}
.slider_area {
    width: 100%;
    position: relative;
}
.slider_area::after {
    content: '';
    width: 2px;
    height: 62px;
    left: 50%;
    bottom: -60px;
    transform: translateY(-50%);
    position: absolute;
    background-color: #aca26c;
    z-index: 9;
}
#slider {
    overflow: hidden;
}
.loading #slider.flexslider {
    height: 100%;
}
.flexslider {}
.flexslider .slides {
    position: relative;
    z-index: 2;
}
.flexslider .slides > li {
    position: relative;
    display: block;
    z-index: 1;
}
.flexslider .slides > li::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url('assets/images/bgr_shadow2.png') repeat-x top;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.flexslider .slides img {
    width: 100% !important;
}
.slider_info_area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 950px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 0 58px;
}
.slider_info_wrap {
    width: 100%;
}
.slider_info {
    width: 100%;
    text-align: center;
}
.slider_info h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 42px;
    line-height: 51px;
    color: var(--whiteColor);
    padding-bottom: 15px;
}
.slider_info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--whiteColor);
    padding-bottom: 22px;
}
.view_slide_btn_wrap {}
.view_slide_btn {
    height: 45px;
    margin-right: auto;
    margin-left: auto;
}
.view_slide_btn:hover {
    border-color: transparent;
}
@media screen and (max-width: 1300px) {
    .slider_info_area {
        bottom: 0;
    }
    .flex-direction-nav {
        bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .flexslider .slides > li {
        overflow: hidden;
    }
    .flexslider .slides img {
        width: 100% !important;
        height: 500px;
        object-fit: cover;
    }
    .slider_info_area {
        padding: 0 20px;
    }
    .slider_info h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .slider_info p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 16px;
    }
    .slider_info p br {
        display: none
    }
    .flex-direction-nav {
        top: inherit;
        bottom: 50px;
        display: none;
    }
    .menu_content_area {
        padding: 0px 20px;
    }
}
@media screen and (max-width: 480px) {
    .slider_info p {
        display: none;
    }
}
/*---------- gardens_area ----------*/
.gardens_area {
    padding: 0 20px;
}
.gardens_wrap {
    padding: 80px 0;
}
.gardens_bx {}
.gardens_info {
    max-width: 762px;
    margin: 0 auto;
}
.gardens_info span {
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: var(--YellowLight);
    padding-bottom: 19px;
    letter-spacing: 1px;
}
.gardens_info h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: var(--blueDeep);
    padding-bottom: 22px;
}
.gardens_info p {
    /* font-weight: 400;
    font-size: 18px;
    line-height: 28px; */
    text-align: center;
    color: var(--BlackLightColor);
}
.gardens_info h5 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'proxima_novaregular';
    color: var(--blueDeep);
    padding-bottom: 22px;
}
.gardens_info_post {
    margin: 0 auto;
}
.gardens_info_post span {
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: var(--YellowLight);
    padding-bottom: 19px;
    letter-spacing: 1px;
}
.gardens_info_post h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: var(--blueDeep);
    padding-bottom: 22px;
}
.gardens_info_post p {
    /* font-weight: 400;
    font-size: 18px;
    line-height: 28px; */
    text-align: center;
    color: var(--BlackLightColor);
}
.gardens_info_post h5 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'proxima_novaregular';
    color: var(--blueDeep);
    padding-bottom: 22px;
}
.find_out_link {
    color: var(--blueDeep);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #aca26c;
}
@media screen and (max-width: 991px) {
    .gardens_wrap {
        padding: 50px 0;
    }
    .gardens_info span {
        padding-bottom: 15px;
    }
    .gardens_info h2 {
        font-size: 25px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .gardens_info p {
        font-size: 16px;
        line-height: 22px;
    }
}
/*---------- gardens_area dark background ----------*/
.gardens_area_dark {
    padding: 0 20px;
}
.gardens_wrap_dark {
    padding: 0px;
}
.gardens_bx_dark {}
.gardens_info_dark {
    max-width: 762px;
    margin: 0 auto;
}
.gardens_info_dark span {
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: var(--YellowLight);
    padding-bottom: 19px;
    letter-spacing: 1px;
}
.gardens_info_dark h2 {
    font-size: 36px;
    line-height: 30px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    padding-bottom: 22px;
}
.gardens_info_dark p {
    /* font-weight: 400;
    font-size: 18px;
    line-height: 28px; */
    text-align: center;
    color: #fff;
}
.gardens_info_dark h5 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'proxima_novaregular';
    color: var(--blueDeep);
    padding-bottom: 22px;
}
.find_out_link {
    color: var(--blueDeep);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #aca26c;
}
@media screen and (max-width: 991px) {
    .gardens_wrap_dark {
        padding: 50px 0;
    }
    .gardens_info_dark span {
        padding-bottom: 15px;
    }
    .gardens_info_dark h2 {
        font-size: 25px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .gardens_info_dark p {
        font-size: 16px;
        line-height: 22px;
    }
}
/*-------- gardens_view_area --------*/
.gardens_view_area {}
.gardens_view_wrap {}
.gardens_view_bx {}
.gardens_view_bx_row {
    /* display: table;
    vertical-align: middle; */
    background-color: var(--graybgColor);
}
.even_row {
    flex-direction: row-reverse;
}
.landscaping_gardens {
    background-image: url('assets/images/photoOdd1.jpg');
}
.planting_gardens {
    background-image: url('assets/images/photoEven1.jpg');
}
.design_gardens {
    background-image: url('assets/images/photoOdd2.jpg');
}
/* .gardens_view_img {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.gardens_view_img img {
    width: 100% !important;
     max-width: 640px;
	max-width: 100%;
    opacity: 0;
	max-height: 640px;
	object-fit: cover;
}
.gardens_view_info {
    width: 50%;
    padding-left: 63px;
    padding-right: 20px;
} */
.gardens_view_img {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: table;
	display: table-cell; */
    max-height: 640px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.gardens_view_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.gardens_view_img img {
    width: 100% !important;
    max-width: 100%;
    opacity: 1;
    object-fit: cover;
}
.gardens_view_img:hover::after {
    opacity: 1;
}
.gardens_view_info {
    width: 50%;
    /* display: table;
	display: table-cell;
	padding: 167px 0; */
    padding-left: 63px;
    padding-right: 20px;
    /* background-color: var(--graybgColor); */
}
.gardens_view_infoMx {
    width: 100%;
    max-width: 590px;
}
.gardens_view_info h3 {
    font-size: 36px;
    line-height: 36px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--blueDeep);
    padding-bottom: 22px;
}
.gardens_view_bx_row.even_row .gardens_view_infoMx {
    margin-left: auto;
    padding-right: 30px;
}
.gardens_view_info p {
    color: var(--BlackLightColor);
    padding-bottom: 30px;
}
.view_garden_btn_wrap {
    padding-top: 24px;
}
.view_garden_btn {
    height: 45px;
}
@media screen and (max-width: 991px) {
    .gardens_view_bx_row.even_row .gardens_view_infoMx {
        padding-right: 0px;
    }
    .gardens_view_img {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .gardens_view_info {
        width: 100%;
        padding: 35px 20px 45px 20px;
    }
    .gardens_view_info h3 {
        font-size: 28px;
        line-height: 33px;
        padding-bottom: 15px;
    }
    .gardens_view_info p {
        padding-bottom: 16px;
    }
    .view_garden_btn_wrap {
        padding-top: 15px;
    }
}
/*-------- advice_guidance --------*/
.advice_guidance {}
.advice_guidance .gardens_wrap {
    padding-top: 128px;
    padding-bottom: 110px;
}
@media screen and (max-width: 991px) {
    .advice_guidance .gardens_wrap {
        padding: 50px 0;
    }
}
/*------- consultation_area -------*/
.consultation_area {
    background-color: #fff;
    padding: 0 20px;
}
.consultation_wrap {
    max-width: 1170px;
    padding-bottom: 160px;
}
.consultation_bx {
    width: auto;
    margin: 0 -15px -30px -15px;
}
.consultation_col {
    width: 50%;
    padding: 0 15px 30px 15px;
}
.consultation_img {}
.consultation_img img {
    width: 100% !important;
}
.consultation_info {
    padding: 40px 0 0 0;
}
.consultation_info h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    color: var(--blueDeep);
    padding-bottom: 26px;
}
.consultation_info p {
    color: var(--BlackLightColor);
    text-align: center;
}
.consultation_btn_wrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.consultation_btn {
    height: 45px;
}
@media screen and (max-width: 991px) {
    .consultation_wrap {
        padding-bottom: 65px;
    }
    .consultation_col {
        width: 100%;
    }
    .consultation_info {
        padding: 20px 0 0 0;
    }
    .consultation_info h3 {
        font-size: 24px;
        line-height: 27px;
        padding-bottom: 17px;
    }
    .consultation_btn_wrap {
        padding-top: 17px;
    }
    .entry-style p {
        font-size: 16px;
        line-height: 22px;
    }
}
/*----------- followUs_area -----------*/
.followUs_area {
    background-color: #fff;
}
.followUs_wrap {}
.followUs_title {
    padding: 0 20px;
    background-color: #fff;
}
.followUs_title h3, .common_title_style h3 {
    font-family: 'playfair_displayregular';
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    color: var(--blueDeep);
}
.followUs_title h3 {
    padding-bottom: 50px;
}
.followUs_bx {}
.followUs_img {
    width: 100%;
}
.followUs_img img {
    width: 100% !important;
}
@media screen and (max-width: 991px) {
    .followUs_title h3, .common_title_style h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .followUs_title h3 {
        padding-bottom: 30px;
    }
    .followUs_img img {
        height: 120px;
        object-fit: cover;
    }
}
/*------------ footer_area ------------*/
.footer_area {
    background-color: var(--blueDeepbgColor);
    padding: 0 20px;
}
.footer_wrap {
    max-width: 1170px;
    padding: 92px 0 40px 0;
}
.footer_bx {}
.footer_widget {
    width: 50%;
}
.footer_colLeft {
    width: 70%;
}
.footer_colLeft #menu {
    display: flex !important;
    padding-bottom: 37px;
	margin-left: -15px;
}
.footer_colLeft #menu li {
    font-family: 'proxima_novasemibold';
}
.footer_colLeft #menu li a {
    color: var(--whiteColor);
}
.contact_address {
    padding-bottom: 14px;
}
.contact_address p {
    font-family: 'proxima_novalight';
    line-height: 26px;
    padding-bottom: 0px;
}
.contact_address p a {
    color: var(--whiteColor);
}
.footer_socialBX {}
.footer_socialBX ul {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 -9px;
}
.footer_socialBX ul li {
    font-size: 21px;
    line-height: 1;
    padding: 0 9px;
}
.footer_socialBX ul li a {
    color: var(--whiteColor);
}
.footer_colRight {
    width: 30%;
}
.footer_logo img {
    width: 100% !important;
    max-width: 222px;
    margin: 0 0 0 auto;
}
.copyright_area {
    background-color: var(--blueDeepbgColor);
    padding: 0 20px;
}
.copyright_wrap {
    max-width: 1170px;
    padding: 0px 0 30px 0;
}
.copyright_bx {
    font-family: 'proxima_novalight';
}
.copyright_bx p {}
.copyright_bx p a {
    color: var(--whiteColor);
    text-decoration: underline;
}
.copyright_bx p strong {
    font-family: 'proxima_novasemibold';
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .footer_wrap {
        padding: 60px 0 30px 0;
    }
    .footer_colLeft {
        order: 2;
        width: 100%;
    }
    .footer_colLeft #menu {
        padding-bottom: 10px;
    }
    .footer_colRight {
        order: 1;
        width: 100%;
        padding-bottom: 35px;
    }
    .footer_logo img {
        margin: 0 0 auto;;
    }
    .copyright_wrap {
        padding: 0px 0 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .footer_colLeft #menu {
        display: block !important;
        padding-bottom: 22px;
    }
    .footer_colLeft #menu li {
        margin-bottom: 8px;
    }
    .copyright_bx {
        display: block;
    }
}
/*============new============= */
.banner_area {
    /*background: url(assets/images/banner1.jpg);*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    /*height: 650px;*/
    padding: 0px 20px !important;
}
.banner_content {
    height: 70vh;
    display: flex;
}
.banner_title {
    margin-top: auto;
    position: relative;
    z-index: 1;
}
.banner_title h1 {
    color: var(--whiteColor);
    font-family: futura-pt, sans-serif;
    font-size: 42px;
    padding-bottom: 100px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner_area {
    position: relative;
}
.banner_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(assets/images/bgr_shadow1.png) repeat-x top;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.defaule_gardens_area .gardens_info, .gardens_area2 .gardens_info {
    margin: 0px;
    max-width: 950px;
}
gardens_info_post {
    margin: 0px;
}
.gardens_info_post span, .gardens_info_post h2, .gardens_info_post p, .gardens_info_post span, .gardens_info_post h2, .gardens_info_post p {
    text-align: left;
}
.defaule_gardens_area .gardens_info span, .defaule_gardens_area .gardens_info h2, .defaule_gardens_area .gardens_info p, .gardens_area2 .gardens_info span, .gardens_area2 .gardens_info h2, .gardens_area2 .gardens_info p {
    text-align: left;
}
.gardens_view_slider {
    width: 50%;
}
.gardens_view_slider .flexslider .slides > li::before {
    display: none;
}
.gardens_view_infoMx h6 {
    color: var(--YellowLight);
    font-size: 16px;
    font-family: 'proxima_novasemibold';
    s
}
.gardens_area .common_btn_wrap {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.gardens_area3 .gardens_info {
    max-width: 820px;
}
.gardens_area ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--BlackLightColor);
    padding: 5px 0px;
    padding-left: 24px;
    position: relative;
}
.gardens_area ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--YellowLight);
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.gardens_area ul {
    margin-bottom: 30px;
}
.landscaping_gallery_item {
    width: 33.33%;
    padding: 12px;
}
.landscaping_gallery_item img {
    width: 100%;
}
.landscaping_gallery_box {
    margin: -12px;
}
.landscaping_gallery_content h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    color: var(--blueDeep);
    padding-bottom: 52px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.landscaping_gallery_area {
    padding: 0px 20px;
}
.defaule_gardens_area .gardens_wrap {
    padding-bottom: 56px;
}
.defaule_gardens_area2 {
    background-color: #ebeae3;
}
.landscaping_gallery_content {
    padding-bottom: 172px;
}
.followUs_area2 .followUs_wrap {
    padding-top: 70px;
}
@media screen and (max-width: 991px) {
    .banner_content {
        height: 400px;
    }
    .banner_title h2 {
        font-size: 36px;
        padding-bottom: 46px;
        font-weight: 400;
    }
    .gardens_view_slider {
        width: 100%;
    }
    .gardens_view_slider .flex-direction-nav {
        bottom: 44%;
    }
    .landscaping_gallery_item {
        width: 50%;
    }
    .slicknav_menu .menu-item-has-children > a {
        position: relative;
    }
    .slicknav_menu .menu-item-has-children > a::after {
        content: '\f0d7 ';
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 20px;
        color: #fff;
        font-family: 'FontAwesome'
    }
}
@media screen and (max-width: 768px) {
    .landscaping_gallery_item {
        width: 100%;
    }
    .landscaping_gallery_content h2 {
        padding-bottom: 10px;
    }
    .landscaping_gallery_content {
        padding-bottom: 30px;
    }
    .followUs_area2 .followUs_wrap {
        padding-top: 40px;
    }
    .landscaping_gallery_content h2 {
        font-size: 25px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .defaule_gardens_area .gardens_wrap {
        padding-bottom: 25px;
    }
    .gardens_area ul {
        padding-top: 15px;
    }
    .gardens_area ul li {
        padding: 2px 0px;
        padding-left: 24px;
    }
    .banner_content {
        height: 350px;
    }
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
.container {
    padding: 2rem 1rem;
    margin: 0 auto;
    max-width: 68rem;
    width: 100%;
}
.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.main .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
}
.main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}
.followUs_area {
    /*  padding-top: 160px;*/
}
.blog .consultation_area {
    margin-top: 80px;
}
.field_box {
    padding-bottom: 15px
}
.field_box br {
    display: none
}
.field_box label {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.field_box p {
    display: none
}
.wpcf7-response-output {
    border: none !important
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
/*============elementor============= */
.elementor-portfolio-item__overlay:hover {
    opacity: 0.9 !important;
}
/*============gravity============= */
.gsection_title {
    padding-top: 20px;
}
.gsection_description {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #eee !important;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    width: 100%;
    background: #fff;
    font-size: 15px;
    color: #231f20;
    line-height: 21px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    outline: none;
    font-family: 'proxima_novaregular';
    font-weight: 400;
    margin-top: 0px;
}
#gform_submit_button_1 {
  background-color: #1d463f !important;
}
#gform_submit_button_2 {
  background-color: #1d463f !important;
}