/*
Theme Name: Heritage Garden
Theme URI: https://seoweblogistics.com/
Author: SEO Web Logistics
Author URI: https://seoweblogistics.com/
Description: 
Requires at least: WordPress 5.0
Tested up to: 5.9.X
Version: 1.0.0
Requires PHP: 7.3
Text Domain: heritagegarden
License: SWL Theme
*/
 
body{font-family: 'Poppins';font-weight:400;letter-spacing:1.5px;font-size:14px;line-height: 30px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5{font-weight: normal;font-family: 'PT Serif';}
h1 {font-size:50px;line-height:60px;} h2 {font-size:44px;line-height:54px;} h3 {font-size:36px;line-height:46px;} h4 {font-size:28px;line-height:38px;} h5 {font-size:24px;line-height:34px;} h6 {font-size:20px;line-height:30px;}
li, p{line-height: 30px;}
.container-xl-custom {max-width:1620px;}
.container-lg-custom {max-width:1400px;}
.section-wrapper {
	margin: 0;
    padding: 5em 0;
    position: relative;
}
.bg-f2fbfc{background:#f2fbfc;}
.bg-green {background:#036b11;}
.bg-fafafa {background:#fafafa;}
.full-image img {
	width:auto;
	height:auto;
	max-width:100%;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  text-align: center;
  color: #fff;
}
#block-11 p {word-break:break-word;}
.text-white *, .text-white {color:#fff;}
.theme-button, .view-more-button a, .homepage-slider .bscarousel-caption a {
	background: #036b11;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 14px 40px;
    display: inline-block;
    margin: 10px 0;
}
.theme-button:hover, .view-more-button a:hover, .homepage-slider .bscarousel-caption a:hover {background:#272727;color:#fff;}
.text-wrapper {padding: 0 2em;}
.arrow {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  /*text-indent: -9999px;*/
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  cursor: pointer;
}
.arrow:hover {
  border-color: gray;
  border-width: 4px;
}
.arrow.prev {
  transform: rotate(-45deg);
  left: 20px;
}
.arrow.next {
  transform: rotate(135deg);
  right: 20px;
}
.arrow.up {
  transform: rotate(45deg);
  /*left: 175px;*/
}
.arrow.down {
  transform: rotate(-135deg);
  /*right: 175px;*/
}
img{width: auto;height: auto;}
.default-img img {width: 100%;height: auto;}
.section-title {padding-bottom: 15px;}
.section-title:after {
    content: '';
    position: absolute;
    background: #26303e;
    height: 2px;
    width: 50px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.pos-image {
	position: relative;
    display: block;
    height: 0;
    padding-top: 650px;
    overflow: hidden;
}
.pos-image img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/* HEADER CSS */
header.site-header {padding: 15px 60px;z-index: 99;width: 100%;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;position: fixed;z-index:9;
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 100%);
	/*box-shadow: 0px 0px 5px #ccc;*/}
.page-id-67 header.site-header {background:#fff !important;}
header.site-header.stickyheader {position: fixed;background: rgba(255,255,255,1);padding-top: 15px;padding-bottom: 15px;box-shadow: 0px 0px 5px #eee;z-index:99;}
header.site-header img.custom-logo {width: 350px;height: auto;}
.navbar ul.navbar-nav li {padding: 8px 26px;margin-bottom: 0;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;position: relative; margin-right: 8px;}
.navbar ul.navbar-nav li a {font-size: 18px;text-decoration: none;color: #000;font-weight: 500;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;}
.navbar ul.navbar-nav li:hover a{color: #036b11;}
.navbar ul.navbar-nav li ul.sub-menu {position: absolute;top: 100%;list-style-type: none;background: #fff;padding: 0;visibility: hidden;opacity: 0;width: max-content;z-index: 9;border-top: 4px solid #036b11;}
.navbar ul.navbar-nav li.menu-item-has-children:after {content: '';position: absolute;top: 20px;right: 0;border-bottom: none;border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 8px solid #000;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;}
.navbar ul.navbar-nav li ul.sub-menu li {padding: 10px 30px;margin-right:0;}
.navbar ul.navbar-nav li ul.sub-menu li a {color: #000;font-size: 16px;line-height: 1;transition: 0.5s ease all;}
.navbar ul.navbar-nav li ul.sub-menu li.current-menu-item a, .navbar ul.navbar-nav li ul.sub-menu li:hover a {color: #fff;}.navbar ul.navbar-nav li ul.sub-menu li.current-menu-item, .navbar ul.navbar-nav li ul.sub-menu li:hover{background:#036b11;}
.navbar-toggler:focus {box-shadow: none;}
.navbar ul.navbar-nav li.current-menu-item {background:#036b11;color:#fff;}.navbar ul.navbar-nav li.current-menu-item a {color:#fff;}

/* Banner Area */
section.img-background {
    width: 100%;
    position: relative;
    display: block;
    height: 0;
    padding-top: 70vh;
}
section.page-banner:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
section.img-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    top: 0;
    left: 0;
}
section.page-banner .banner-title-area{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    margin: 0;
    color: #fff;
    z-index: 1;
}
section.page-banner h1, .no-banner-title-area h1 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 80px;
	text-shadow:3px 3px 7px #000;
}
section.page-banner p {justify-content: center;margin: 0;}
.banner-title-area .breadcrumb {display: none;}

/* HOME PAGE CSS */
/* Banner slider CSS */
/* .homepage-slider:not(.slick-initialized) > div {display:none;}
.homepage-slider:not(.slick-initialized) > div:first-child {display:block;}
.homepage-slider {position: relative;}
.homepage-slider .slick-slide .slide-image-holder:before {
    content: '';
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.homepage-slider .slide-image-holder {
	z-index:2;
	position: relative;
    display: block;
    height: 0;
    padding-top: 100vh;
    overflow: hidden;
} */
.homepage-slider .carousel-control-next, .homepage-slider .carousel-control-prev {display:none;}
.homepage-slider .bscarousel-caption {
    bottom: 20%;
    transform: translateY(10%);
    z-index: 3;
    position: absolute;
    width: 100%;
    text-align: center;
	color:#fff;
}
.homepage-slider .carousel-item.item img {width:100%;height:100%;object-fit:cover;}
.homepage-slider .bscarousel-caption h1 {font-size:66px;line-height:76px;margin:15px 0;}
.homepage-slider .bscarousel-caption h2 {font-size:48px;line-height:58px;}
.homepage-slider .bscarousel-caption h1, .homepage-slider .bscarousel-caption h2 {text-shadow:2px 2px 6px #000;}
.homepage-slider .bscarousel-caption p {
    font-size: 20px;
    font-weight: 400;
	margin:15px 0;
}
/* .homepage-slider .slide-image-holder img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.homepage-slider .slick-arrow {position: absolute;top: 50%;color: #fff;font-size: inherit;z-index:5;}
.homepage-slider .slick-custom-arrow-left {left:0}
.homepage-slider .slick-custom-arrow-right {right:0;} */
.scroll-down-banner {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    bottom: 5em;
    z-index: 9;
}
.scroll-down-banner a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    cursor: pointer;
    transform: rotate(225deg);
}
.welcome-section-home h3 {margin: 20px 0;font-size: 30px;line-height: 40px;}
.full-image.round-image img {border-radius:50%;box-shadow:3px 3px 3px 5px #eee;}
.bubble-top, .bubble-bottom {
	 width: 200px;
    background: radial-gradient(circle at bottom, #81e8f6, #76deef 10%, #055194 80%, #062745 100%);
    padding: 40px 0px;
    margin: 30px auto;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: arial;
    color: #000;
    height: 200px;
    position:relative;
}
.bubble i {
	color: #fff;
    border-radius: 50%;
    background: #036b11;
    padding: 16px;
    margin-bottom: 6px;
}
.pos-top-bubble {right:0;top:0;position:absolute;}
.pos-bottom-bubble {bottom:0;left:0;position:absolute;}
.bubble-bottom:before, .bubble-top:before {
	content: "";
	position: absolute;
	top: 1%;
	left: 5%;
	width: 90%;
	height: 90%;
	border-radius: 100%;
	background: radial-gradient(circle at top, white, rgba(255, 255, 255, 0) 58%);
	-webkit-filter: blur(5px);
	filter: blur(5px);
	z-index: -1; 
}
.bubble-bottom:after, .bubble-top:after {
    content: "";
    position: absolute;
    display: none;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    z-index: 2;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg); 
}
.bubble-bottom.bubble, .bubble-top.bubble {
	background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, 0.9), rgba(240, 245, 255, 0.9) 40%, rgba(225, 238, 255, 0.8) 60%, rgba(43, 130, 255, 0.4));
	-webkit-animation: bubble-anim 2s ease-out infinite;
	animation: bubble-anim 2s ease-out infinite; 
}
.bubble-bottom.bubble:before, .bubble-top.bubble:before {
	-webkit-filter: blur(0);
	filter: blur(0);
	height: 80%;
	width: 40%;
	background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
	transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg); 
}
.bubble-bottom.bubble:after, .bubble-top.bubble:after {
	display: block;
	background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%); 
}

@-webkit-keyframes bubble-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  20% {
    -webkit-transform: scaleY(0.95) scaleX(1.05);
    transform: scaleY(0.95) scaleX(1.05); }

  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.1) scaleX(0.9); }

  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.98) scaleX(1.02); }

  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.02) scaleX(0.98); }

  97%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bubble-anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  20% {
    -webkit-transform: scaleY(0.95) scaleX(1.05);
    transform: scaleY(0.95) scaleX(1.05); }

  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.1) scaleX(0.9); }

  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.98) scaleX(1.02); }

  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.02) scaleX(0.98); }

  97%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } 
	}

.heritage-garden {
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
.green-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	z-index:2;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(3,107,17,1) 61%);
}
.pos-top {position:relative;z-index:4;}
.heritage-blocks {
	display: flex;
    justify-content: space-between;
    margin: 20px 0;
	padding: 0 5em 0 0;
}
.heritage-icon {
    padding: 0 20px;
}
.heritage-icon span {   
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    display: block;
    line-height: initial;
	font-family: 'PT Serif';
}
.heritage-gallery h3 {text-align:center;margin-bottom:40px;}
.home-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-inner-blocks {
    width: 25%;
    margin: 0px;
    position: relative;
}
.gallery-img-wrap {
	position: relative;
    display: block;
    height: 0;
    padding-top: 400px;
    overflow: hidden;
}
.gallery-img-wrap img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-inner-blocks:hover .gallery-img-wrap img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sale-unit .card h4, h6 {
	text-transform: uppercase;
    color: #036b11;
    font-weight: 600;
    font-size: 24px;
	margin-bottom:15px;
	font-family: 'Poppins';
}
.testimonial-wrapper {
    padding: 40px;
    border: 1px solid #ddd;
	background:#fff;
    box-shadow: 1px 1px 7px #ddd;
}
.slider-testimonial .slick-slide {padding:0 6em;}
.slider-testimonial .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
    left: 0;
    position: absolute;
    top: 30%;
    background: #036b11;
    padding: 5px 17px;
    color: #fff;
    font-size: 26px;
    z-index: 4;
}
.slider-testimonial .slick-custom-arrow.slick-custom-arrow-right.slick-arrow {
    right: 0;
    position: absolute;
    top: 30%;
    background: #036b11;
    padding: 5px 17px;
    color: #fff;
    font-size: 26px;
    z-index: 4;
}
.slider-testimonial h5 {
	text-transform: uppercase;
    color: #036b11;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Poppins';
	text-decoration:underline;
}
.light-overlay {
	position: absolute;
    background: #f2fbfc;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
}

/* About Section */
.text-wrapper.text-white .theme-button {background:#272727;}
.about-section .text-wrapper {padding:0 3em;}
.about-testimonial {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.about-testimonial h5 {color:#fff;}
.about-testimonial-overlay {
	position: absolute;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
	bottom:0;
    width: 100%;
}
.about-section .pos-image {padding-top: 750px;}
.about-section .text-wrapper p {line-height: 30px;}

/* Events Page  */
.no-banner-title-area {
	width: 100%;
    position: relative;
    padding: 18vh 0 16vh 0;
    text-align: center;
    height: 0;
	background: #f4f5f9;
}
.no-banner-title-area h1 {text-shadow:none;}
.events-blocks .card {
	border-color: transparent;
    -webkit-box-shadow: 0 8px 22px 0 rgb(0 0 0 / 10%)!important;
    box-shadow: 0 8px 22px 0 rgb(0 0 0 / 10%)!important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-color: transparent;
    margin-bottom: 30px;
}
.events-blocks a {text-decoration:none;}
.events-card-img .img-pos {
    width: 100%;
    position: relative;
    display: block;
    height: 0;
    padding-top: 300px;
}
.events-card-img .img-pos img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}
.events-date {
    line-height: 28px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    background: #036b11;
    color: #fff;
    width: min-content;
}
.events-date span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
}
.events-sep, .unit-sep {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
    height: 2px;
    background: #036b11;
}
.events-blocks .card h4 {
    color: #036b11;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
/* .events-blocks .card .btn-dark-blue {
    background: #036b11;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 14px 40px;
    display: inline-block;
    margin: 10px 0;
}
.events-blocks .card .btn-dark-blue:hover {background:#272727;} */

/* Unit for Sale */
.unit-for-sale-section .carousel-item.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contact Page */
.contact-info {padding-left: 0;}
.contact-info li {list-style-type: none;margin-bottom: 8px;}
.contact-info li span {
    display: inline-block;
    background: #036b11;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 16px;
}
.contact-info li span i {font-size: 14px;}
.contact-info li address {display: inline-block;}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.contact-section .wpcf7-form.init {margin-top: 30px;}
.contact-section .text-wrapper h3 {margin:0 0 20px 0;}
.contact-section hr {margin:20px 0 30px 0;padding:0;opacity:1;width:100%;height:1px;background:#036b11;}
.contact-section .text-wrapper a {color:#036b11;}
.contact-section input, .contact-section textarea {
	background: #fff;
    border-radius: 0;
    height: auto;
    line-height: 24px;
    padding: 12px;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    box-shadow: none;
    color: #626262;
    border-radius: 0;
    border: 1px solid #c9c8c8;
    display: block;
    margin: 12px 0;
    font-family: 'Poppins';
}
.contact-section textarea {height:120px;}
.contact-section .wpcf7-form input[type=submit] {
    background: #036b11;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    padding: 14px 40px;
    display: inline-block;
    margin: 10px 0;
	width:auto;
	font-family: 'Poppins';
    letter-spacing: 1.5px;
}
.contact-section .wpcf7-form input[type=submit]:hover {background:#272727;color:#fff;}
.wp-block-social-link {background: #036b11 !important;}

 button, input, optgroup, select, textarea {
    width: 100%;
    border: none;
    margin: 20px 0 0 0;
    padding: 15px 15px 15px 0;
    font-size: 14px;
    line-height: 1;
    outline: none;
    background: transparent;
	-webkit-appearance: none;
	border-bottom:2px solid #2f2e2e;
}
 [type=button], [type=reset], [type=submit], button {
    background: #2f2e2e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #2f2e2e;
    display: block;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
[type=button]:hover, [type=reset]:hover, [type=submit]:hover, button:hover {
    background: #fff;
    color: #2f2e2e;
} 

/* FAQ */
h4.aagb__accordion_title {
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins";
    font-weight: 500;
}

/* FOOTER CSS */
footer.site-footer {background: #222120;padding: 20px 0;color: #fff;}
footer .copyright-section * {color: #fff;margin:0;}
footer.site-footer .widget h3 {font-size: 28px;margin-bottom: 15px;}
footer ul {padding: 0;list-style-type: none;margin: 0;}
footer ul li a {padding-bottom: 5px;display: block;}
footer.site-footer .widget a {color: #fff;text-decoration: none;}
footer.site-footer .widget ul li:hover a, footer.site-footer .widget a:hover, footer .copyright-section a:hover {color: #fff;}
.footer-wrapper {
	padding: 20px;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.footer-cols {width: auto;max-width: 33%;}
.site-footer hr {width:100%;margin:0;height:2px;background:#fff;opacity:1;}

/* Blogs */
.blog img, .single-post img {max-width: 100%;}
.single-post .banner-title-area h1 {
    font-size: 50px;
    line-height: 60px;
}
.blog-card-img a {
    width: 100%;
    position: relative;
    display: block;
    height: 0;
    padding-top: 300px;
}
.blog-card-img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}
.blog-blocks .card a {text-decoration:none;}
.blog-blocks .card h4 {
	color: #222120;
    text-transform: uppercase;
    font-size: 20px;
	font-weight:500;
    line-height: 30px;
}

.blog-blocks .card .btn-dark-blue {color: #222120;text-transform: uppercase;font-size: 18px;font-weight:500;text-decoration:none;}
.blog-blocks .card{
	 border-color: transparent;
    -webkit-box-shadow: 0 8px 22px 0 rgb(0 0 0 / 10%) !important;
    box-shadow: 0 8px 22px 0 rgb(0 0 0 / 10%) !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-color: transparent;
	margin-bottom:30px;
}
.blog .sidebar, .single-post .sidebar {
    border: 1px solid #ddd;
}
.blog .sidebar #block-17, .single-post .sidebar #block-17 {background:#2f2e2e;color:#fff;padding: 10px 20px;}
.sidebar .widget_block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar .widget_block ul li {
	padding: 0;
    border-bottom: 1px solid #ddd;
}
.sidebar .widget_block ul li:last-child {
	border-bottom:none !important;
}
.sidebar .widget_block ul li a {
	text-decoration: none;
    color: #2f2e2e;
    width: 100%;
    display: block;
    padding: 15px 20px;
}
.sidebar .widget_block ul li a:hover {background:#2f2e2e;color:#fff;}
.blog-date {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 20px;
    background: #2f2e2e;
    color: #fff;
}
.blog-date span {
	 width: 100%;
    display: block;
    text-align: center;
	font-weight:500;
	text-transform:uppercase;
}
.blog-sep {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
    height: 2px;
    background: #ddd;
}

.blog #pagination .page-numbers {
    color: #2f2e2e;
    padding: 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    margin: 0 5px;
}

.blog #pagination .page-numbers:hover, .blog #pagination .page-numbers.current {
	background:#2f2e2e;
	color:#fff;
}
.wp-block-image figcaption {font-size:20px;text-align:center;color:#036b11;font-weight:500;}

/* RESPONSIVE CSS */
@media (min-width: 993px){
    .navbar ul.navbar-nav li:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 9;
    }
}

@media(max-width: 1700px){
    header.site-header img.custom-logo{width: 290px;}
    .navbar ul.navbar-nav li{padding: 10px;}
    .navbar ul.navbar-nav li a{font-size: 16px;}
	section.img-background {padding-top: 66vh;}
	.section-wrapper {padding:3em 0;}
	.navbar ul.navbar-nav li.menu-item-has-children:after{top: 21px !important;right:-5px;}
}
@media(min-width:1441px) and (max-width:1600px) {
	.about-section .pos-image {padding-top: 850px;}
	.navbar ul.navbar-nav li.menu-item-has-children:after{top: 22px !important;right:-5px;}
}
@media(max-width: 1440px){
	.homepage-slider .slick-list.draggable {padding-top:0;}
    li, p{line-height: 1.6;font-size: 14px;}
    header.site-header, header.site-header.stickyheader{padding: 12px 0;}
    .navbar ul.navbar-nav li a {font-size: 14px;}
    .navbar ul.navbar-nav li.menu-item-has-children:after {top: 20px;border-right-width: 6px;border-left-width: 6px;border-top-width: 6px;}
    footer .copyright-section *{margin: 0;}
	section.page-banner h1 {font-size:46px;line-height:56px;}
}
@media(min-width:1200px) and (max-width:1440px) {
	.navbar ul.navbar-nav li.menu-item-has-children:after{top: 19px !important;right:-2px;}
	section.img-background {padding-top: 60vh;}
	.heritage-garden h3 {font-size:30px;}
	.about-section .pos-image {padding-top: 950px;}
	.scroll-down-banner {bottom:2em;}
}
@media(max-width: 1200px){
    header.site-header img.custom-logo {width: 170px;}
    .navbar ul.navbar-nav li a {font-size: 14px;}
}
@media(min-width:992px) and (max-width:1199px) {
	.navbar ul.navbar-nav li.menu-item-has-children:after{top: 19px !important;right:-2px;}
	section.img-background {padding-top: 56vh;}
	.heritage-garden h3 {font-size:32px;}
	.about-section .pos-image {padding-top: 450px;}
	.about-section .text-wrapper {padding:2em;}
	.scroll-down-banner {bottom:2em;}
}
@media(max-width: 991px){
	.scroll-down-banner {display:none;}
    .navbar ul.nav_menu li a {color:#fff;}
	.about-section .text-wrapper {padding:2em;}
	.about-section .pos-image {padding-top: 450px;}
	section.img-background {padding-top: 40vh;}
	section.page-banner h1 {font-size:38px;line-height:48px;}
	.navbar-light .navbar-toggler {width: 50px;height: 40px;background: #fff;}
    .navbar-toggler:focus{box-shadow: none;}
    header .navbar {position: inherit;}
    header .navbar #navbarSupportedContent {position: absolute;top: 100%;right: 0px;left: 0px;background: rgba(0,0,0,0.89);overflow-y: scroll;transition: all 0.5s ease 0s;height: auto !important;padding: 15px 0;z-index: 9;}
    .navbar ul.nav_menu {margin: 0 auto;width: 90%;}
    .navbar ul.nav_menu li { border-bottom: 1px solid #aaa;}
    .navbar ul.nav_menu li a {display: block;font-size: 15px;padding: 5px 0;}
    .navbar ul.nav_menu li.contact, .navbar ul.nav_menu li:hover>ul.sub-menu { display: none }
    .navbar ul.nav_menu ul.sub-menu li.current-menu-item > a { color: #fff; }
    .navbar ul.nav_menu ul.sub-menu {display: none;margin: 0 0 15px 0;padding: 0;position: inherit;top: inherit;left: inherit;width: 100%;background: 0 0;box-shadow: none;}
    .navbar ul.nav_menu ul.sub-menu li { border: 0; margin: 0 }
    .navbar ul.nav_menu ul.sub-menu li a:hover { background: 0 0;}
    .navbar ul.nav_menu li span { cursor: pointer; height: 40px; position: absolute; right: 0; width: 70px; }
    .navbar ul.nav_menu li span:before, .navbar ul.nav_menu li span:after { content: "";display: block; position: absolute; top: 50%; background: #aaa; border-radius: 100%; -webkit-transition: 0.5s ease all;-o-transition: 0.5s ease all;transition: 0.5s ease all;}
    .navbar ul.nav_menu li span:before { width: 20px; height: 4px; right: 0; margin-top: -7px }
    .navbar ul.nav_menu li span:after { width: 4px; height: 20px; right: 8px; margin-top: -15px }
    .navbar ul.nav_menu li span.active:before { -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg); }
    .navbar ul.nav_menu li span.active:after { -webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg); }
    .navbar ul.nav_menu li span.second-em {height: 30px; margin-right: -30px; -webkit-transform: scale(0.8);-ms-transform: scale(0.8);-o-transform: scale(0.8);transform: scale(0.8);}
    .navbar ul.nav_menu li a b { background: 0 0!important; height: auto; position: inherit; right: inherit; width: auto; font-weight: 400 }
    .navbar ul.nav_menu li.menu-item-has-children a:hover b { background: 0 0!important }
    .navbar ul.nav_menu ul.sub-menu li a { border: 0; padding:0; font-size: 13px; color: #fff }
    .navbar ul.nav_menu ul.sub-menu li a:hover, .navbar ul.nav_menu ul.sub-menu li.current_page_item a { color: #fff }
    .navbar ul.navbar-nav li.menu-item-has-children:after{display: none;}
    .navbar ul.navbar-nav li ul.sub-menu{visibility: visible;opacity: 1;width: 100%;position: inherit;background: transparent;}
    .navbar ul.navbar-nav li ul.sub-menu li a {color: #fff;}
	header.site-header {position:relative;}
	.footer-cols {word-break: break-all;}
    /* Homepage */
	.homepage-slider .bscarousel-caption {bottom: 15%;transform: translateY(15%);}
    .homepage-slider .bscarousel-caption h2{font-size: 30px;}
    .homepage-slider .bscarousel-caption p{font-size: 16px;}
}
@media(min-width:768px) and (max-width:991px) {
	.slick-list.draggable {	padding-top: 48px;}
	.slick-prev.pull-left.slick-arrow, .slick-next.pull-right.slick-arrow {top: -1em;}
	.single-post .banner-title-area h1 { font-size: 25px; line-height: 44px; }
	.single-page .blog-banner-area {text-align: center;}
	h1 {font-size:46px;line-height:56px;} h2 {font-size:40px;line-height:50px;} h3 {font-size:32px;line-height:42px;} h4 {font-size:24px;line-height:34px;} h5 {font-size:20px;line-height:30px;} h6 {font-size:18px;line-height:28px;}
}
@media(max-width: 767px){
    .testimonial-wrapper {padding:30px;}
    .arrow{width: 40px;height: 40px;}
    .homepage-slider a {font-size: 16px;}
    .homepage-slider .bscarousel-caption {width: 90%;margin: 0 4%;top: 45%;transform: translateY(-20%);bottom: auto;}
    footer.site-footer .widget h3{margin-bottom: 15px;}
    footer.site-footer{padding: 30px 0 10px;text-align:center;}
	.footer-widget-wrapper {display: inline-block;margin-bottom:20px;}
	footer.site-footer .widget a {display: inline-block;}
	.single-post .banner-title-area h1 { font-size: 25px; line-height: 44px;}
	.footer-cols {max-width: 100%;text-align: center;margin: 0 auto;}
	h1 {font-size:36px;line-height:46px;} h2 {font-size:30px;line-height:40px;} h3 {font-size:28px;line-height:38px;} h4 {font-size:24px;line-height:34px;} h5 {font-size:20px;line-height:30px;} h6 {font-size:18px;line-height:28px;}
	.wp-block-social-link {margin:0 auto;}
	.scroll-down-banner {display:none;}.heritage-blocks {padding:0;display:initial;}.heritage-icon {padding:0;}
	.gallery-inner-blocks {width:100%;}
	.slider-testimonial .slick-slide {padding: 0 2em;}
	section.img-background {padding-top: 30vh;}
}
@media(max-width: 580px){
	.homepage-slider .carousel-item.item {padding-top:280px;height:0;display:block;}
	.homepage-slider .carousel-item.item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}
    .arrow {width: 24px;height: 24px;}
    .arrow.prev{left: 10px;}
    .arrow.next{right: 10px;}
    .mobile-large-height{width: 100%;position: relative;height: 0;padding-top: 360px;}
    .mobile-large-height img{position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 0;left: 0;}
    .navbar-light .navbar-toggler {width: 36px;height: 36px;}
    .navbar-toggler {padding: 5px;}
    .navbar-toggler span.navbar-toggler-icon {width: 25px;height: 25px;}
    .homepage-slider .image-holder {width: 100%;position: relative;display: block;height: 0;padding-top: 300px;}
    .homepage-slider .image-holder >img {position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 0;left: 0;}
	.slick-slide img {margin: auto;}
    section.page-banner .banner-title-area {width: 80%;}
    h1 {font-size:30px;line-height:40px;} h2 {font-size:28px;line-height:38px;} h3 {font-size:26px;line-height:36px;} h4 {font-size:22px;line-height:32px;} h5 {font-size:20px;line-height:30px;} h6 {font-size:18px;line-height:28px;}
    .homepage-slider .bscarousel-caption h1{font-size:26px;line-height:36px;margin:0;} 
    .homepage-slider .bscarousel-caption h2 {font-size:20px;line-height:30px;}
    .homepage-slider .bscarousel-caption a {
    font-size: 14px;padding: 10px 20px;
}
}