/* Add here all your CSS customizations */

body {
  color: #000;
  font-family: 'Figtree', sans-serif;
}

p {
  color: #000 !important;
}

.button-head {
	background-color: #3D7E58 !important;
	color: white;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	border-radius: 20px;
	margin: auto;
	position: relative;
}

.button-white {
	background-color: #FFFFFF !important;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	border-radius: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #3D7E58 !important;
}

.button-white-shadow {
	background-color: #FFFFFF !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	border-radius: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #3D7E58 !important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.text-shadow {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #3D7E58;
    font-size: 0.9em;
    padding: 6px 10px;
    display: inline-block;
}

#header .header-nav-main nav > ul > li > a {
    text-transform: capitalize; 
}


#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
    color: #3D7E58;
}


#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a::before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a::before {
    content: "";
    position: absolute;
    width: auto;
    height: 0px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: 15px;
    transform: translate3d(0, -50%, 0);
    background-color: #3D7E58 !important;
}


#header .header-body {
    display: flex;
    flex-direction: column;
    background: #FFF;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}


#header .header-nav-main nav > ul li {
    border-bottom: 0px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pl-3, .px-3 {
    padding-left: 0px !important;
}


section.section.section-overlay-opacity-gradient::before {
    background: linear-gradient(#44BDFF, #ffffff);
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #3D7E58;
    border-color: #3D7E58 #3D7E58 #3D7E58;
    color: #FFF;
}

.owl-carousel .owl-nav button.owl-prev::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    content: "\2190";
    position: relative;
    left: -1px;
    top: -1px;
}

.owl-carousel .owl-nav button.owl-next::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    content: "\2192";
    position: relative;
    left: -1px;
    top: -1px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
}


hr {
    background: rgba(0, 0, 0, 1.00);
    border: 0;
    height: 1px;
    margin: 22px 0;
        margin-top: 22px;
        margin-bottom: 22px;
}

#footer a:not(.btn) {
    color: #000;
    transition: all 0.1s ease-in-out;
}

#footer .footer-copyright p {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #3D7E58;
}

.dialog {
    background: white;
    padding: 40px 60px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    max-width: 600px;
}

.form-control {
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #F6F6F6;
}


@media (max-width: 575px) {
.header-logo img {
    max-width: 150px;
    max-height: 78px;
}
}

.mainimage {
	margin-left: 40px ;
}

@media (max-width: 575px) {
.mainimage {
	margin-left: 0px !important;
}
}

@media (max-width: 991px) {
.mainimage {
	margin-left: 0px !important;
}
}

.footermenu {
	width: 100%;
}

@media (max-width: 575px) {
.footermenu {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 991px) {
.footermenu {
	width: 90% !important;
	margin-left: auto;
	margin-right: auto;
}
}

.footermenupadding {
	padding-left: 10px;
	padding-right: 10px;
}



.whiteshadowbox {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	background-color: #ffffff;
	padding: 50px;
	margin: 50px;
}

.whiteshadowbox ul {
  list-style: none; /* Remove default bullets */
}

.whiteshadowbox ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3D7E58; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 1.2em;
  padding-top: 10px;
}


h3 {
    line-height: 1.5em;
}


.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.accordion .card-header a {
  color: #000;
}

.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
  border-bottom: 1px solid #000000;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  width: 100%;
}

.testimonialback {
	background-image: url(../img/testimonials-background-image.jpg);
	background-position: center bottom;
	background-size: cover;
}

.detailsback {
	background-image: url(../img/back-details.jpg);
	background-position: center center;
	background-size: cover;
	color: #000000 !important;
}

.footerback {
	background-image: url(../img/back-footer.jpg) !important;
	background-position: center bottom; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.aboutusback {
	background-image: url(../img/open-views-black-leases-holiday-park-banner.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.aboutusheaderback {
	background-image: url(../img/black-leases-holiday-park-about-us.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.locationheaderback {
	background-image: url(../img/black-leases-holiday-park-location.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.galleryheaderback {
	background-image: url(../img/open-views-black-leases-holiday-park-banner.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.contactheaderback {
	background-image: url(../img/black-leases-holiday-park-contact-us.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.homeback {
	background-image: url(../img/discover-the-eden-valley20.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.homebackmob {
	background-image: url(../img/Discover-the-Eden-Valley-image-mobile.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.galleryback {
	background-image: url(../img/back-video.jpg) !important;
	background-position: center center; 
	background-size: cover !important;
	background-repeat: no-repeat;
}

.testimonial blockquote p {
  color: #FFF;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 1.2em;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #3D7E58;
}

.img-thumbnail img {
  border-radius: 0px;
}

