/*!
Theme Name: Cave Hill Creek
Description: A custom WordPress theme for Cave Hill Creek and Silverband Lodge with ACF blocks support
Author: WordPress Developer
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cavehillcreek
*/ 

@import url("https://use.typekit.net/uxq3jqb.css");
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Regular.eot');
    src: url('fonts/PPNeueMontreal-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PPNeueMontreal-Regular.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Regular.woff') format('woff'),
        url('fonts/PPNeueMontreal-Regular.ttf') format('truetype'),
        url('fonts/PPNeueMontreal-Regular.svg#PPNeueMontreal-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Medium.eot');
    src: url('fonts/PPNeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Medium.woff') format('woff'),
        url('fonts/PPNeueMontreal-Medium.ttf') format('truetype'),
        url('fonts/PPNeueMontreal-Medium.svg#PPNeueMontreal-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Light.eot');
    src: url('fonts/PPNeueMontreal-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/PPNeueMontreal-Light.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Light.woff') format('woff'),
        url('fonts/PPNeueMontreal-Light.ttf') format('truetype'),
        url('fonts/PPNeueMontreal-Light.svg#PPNeueMontreal-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('fonts/PPNeueMontreal-Bold.eot');
    src: url('fonts/PPNeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Bold.woff') format('woff'),
        url('fonts/PPNeueMontreal-Bold.ttf') format('truetype'),
        url('fonts/PPNeueMontreal-Bold.svg#PPNeueMontreal-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'PP Neue Montreal Book';
    src: url('fonts/PPNeueMontreal-Book.eot');
    src: url('fonts/PPNeueMontreal-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Book.woff') format('woff'),
        url('fonts/PPNeueMontreal-Book.ttf') format('truetype'),
        url('fonts/PPNeueMontreal-Book.svg#PPNeueMontreal-Book') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal'; 
    src: url('fonts/PPNeueMontreal-Thin.eot');
    src: url('fonts/PPNeueMontreal-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/PPNeueMontreal-Thin.woff2') format('woff2'),
        url('fonts/PPNeueMontreal-Thin.woff') format('woff'),
        url('fonts/PPNeueMontreal-Thin.ttf') format('truetype'),
        url('fonts/PPNeueMontreal-Thin.svg#PPNeueMontreal-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; height: 16px; width: 16px; background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'> <line x1='4' y1='4' x2='16' y2='16' stroke='green' stroke-width='2'/> <line x1='16' y1='4' x2='4' y2='16' stroke='green' stroke-width='2'/> </svg>") no-repeat center; cursor: pointer; }
* {box-sizing: border-box; outline: 0;}
img {max-width:100%; display: block; outline: none; height: auto;}
a {text-decoration: none;     color: #173327;}
.form-control:focus {box-shadow: none;}
a:hover {text-decoration: underline;}
ul,ol { margin: 0; padding: 0 0 0 20px; }
a:hover {text-decoration: none; outline: none;}

h2 {font-size: 40px; color: #173327; line-height: 110%; font-weight: 500;text-transform: capitalize;}
ul, ol {
    padding-left: 20px;
}

header li,footer li,.banner-nev li,.banner-sub-nev li {
    list-style-type: none;
}

ul li, ol li {
    margin-bottom: 8px;
}
p,li {font-size: 20px; color: #8D8D8D; line-height: 140%; font-weight: 400; letter-spacing: -0.3px;} 

body {
    margin: 0;
    font-family: 'PP Neue Montreal'; 
    font-size: 16px;
    font-weight: 400;
}

.container {max-width: 1486px; margin: 0 auto; width: 100%; }
.announcement-bar {background-color: #F4F0E8; padding: 12px 10px 9px; }
.announcement-bar .container {display: flex; flex-wrap: wrap; justify-content: center;  }
.announcement-bar p {margin: 0; color: #173327; font-size: 16px; letter-spacing: -0.1px; }
.announcement-bar span {
    position: absolute;
    right: 10px;
    font-size: 0;
    top: 21px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.serach-bar form {position: relative;}
.top-nav .container {display: flex; flex-wrap: wrap; justify-content: flex-end; }


.top-nav {background-color: #C5D9CA; padding: 7px 0 8px; }
.top-nav-right ul {display: flex; padding-top: 6px; }
.top-nav-right ul li a {line-height: 100%; color: #173327; }
.top-nav-right ul li {margin-right: 44px; line-height: 100%; font-size: 16px; margin-bottom: 0;} 
.serach-bar {padding-right: 2px; }
.head-bottom .container {display: flex; flex-wrap: wrap; justify-content: space-between; }
.head-bottom {background: rgba(46, 90, 71, 0.8); backdrop-filter: blur(6px); padding: 12px 0; }
header {width: 100%; left: 0; top: 0; position: fixed; z-index: 999;}
section.hero-section {min-height: 1045px;  display: flex; flex-wrap: wrap; align-items: flex-end; background-repeat: no-repeat; background-size: cover; justify-content: center; position: relative;    background-position: inherit !important;}
.head-nav ul {display: flex; flex-wrap: wrap; padding-top: 29px; padding-left:0; }
.head-nav ul li {margin: 0 25px; }
.head-nav ul li a {color: #fff; line-height: 150%; font-weight: 400; font-size: 18px; }
.hero-content {padding-top: 150px; text-align: center; display: flex; justify-content: center; flex-wrap: wrap; flex-direction: column; align-items: center; position: relative; z-index: 9; } 
.hero-content h1 {font-size: 109px; color: #fff; max-width: 1246px; font-weight: 400; margin-top: 9px; line-height: 105%; letter-spacing: -2px; margin-bottom:60px; } 
.home .hero-content h1 {
    max-width: 1180px;
}
section.hero-section:after {/* content: ""; */ position: absolute; background: linear-gradient(180deg, rgba(0, 14, 13, 0) 43.55%, rgba(0, 14, 13, 0.6) 77.15%); height: 100%; }
section.hero-section:after {content: ""; position: absolute; background: linear-gradient(180deg, rgba(0, 14, 13, 0) 43.55%, rgba(0, 14, 13, 0.6) 77.15%); height: 100%; width: 100%; bottom: 0; left: 0; }
.hero-content h1 strong,h1 strong {font-weight: 400; font-style: italic; font-family: 'Big Moore'; font-size: 118px; }
span.hero-bottom {color: #fff; font-size: 18px; font-weight: 400; position: relative; margin-bottom: 115px; cursor:pointer; }
span.hero-bottom:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 15px);
    pointer-events: none;
}
span.hero-bottom:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.overview h2 {text-align: center; letter-spacing: -0.2px; margin-bottom: 28px; }
.overview p {text-align: center; font-size: 20px; letter-spacing: -0.4px; max-width: 739px; margin: 0 auto; line-height: 142%; }
.overview {padding-top: 110px; }
.experiences .container {max-width: 1812px; display: flex; flex-wrap: wrap; align-items: flex-start; }
.experience-box {border: solid 1px #8DB296; border-radius: 20px; width: calc(25% - 20px); margin: 0 10px; padding: 15px 15px 13px; }
.experiences {padding-top: 98px; }
.experience-box h4 {font-size: 20px; color: #203C36; font-weight: 600; margin-top: 20px; text-align:center; margin-bottom:10px; }
.experience-box h4 a {text-decoration: none;color: #203C36; text-align: center;}
.experience-box h4 a:hover {text-decoration: underline;}
.experience-box:nth-child(2n) {margin-top: 54px; }
section.two-unique-destinations {background-color: rgb(244 240 232 / 50%); margin-top: 139px; padding-top: 80px; }
.two-unique-destinations h2 {text-align: center; margin-top: 23px; letter-spacing: -0.3px; margin-bottom: 30px; }
.two-unique-destinations p {text-align: center; max-width: 742px; margin: 0 auto; font-size: 20px; letter-spacing: -0.4px; }
.camp-logo {display: flex; justify-content: center; margin-top: 91px; margin-bottom: -82px; }
.destination {min-height: 1202px; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 30px; padding-bottom: 280px; display: flex; align-items: flex-end; }
.destination-info {background-color: #2E5A47; max-width: 787px; border-radius: 15px; margin-top: 0; padding: 31px 39px 40px; }
.destination-info h3 {color: #FFFFFF; font-size: 40px; font-weight: 400; margin-top: 8px; margin-bottom: 25px; }
.destination-info p {text-align: left; font-size: 30px; color: #8DB296; font-weight: 400; line-height: 140%; }
a.btn-text {background: url(images/text-arrow.svg) no-repeat right center; font-size: 20px; color: #fff; margin-top: 60px; padding-right: 40px; display: inline-block; }
section.video-section {padding-top: 139px; text-align: center; padding-bottom: 45px; }
.video-section .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.video-section h2 {max-width: 777px; margin: 0 auto 28px; text-align: center; letter-spacing: -0.2px; }
.video-section p {max-width: 770px; margin: 0 auto 29px; font-size: 20px; letter-spacing: -0.3px; }
.btn {background-color: #2E5A47; padding: 18px 35px; display: inline-block; border-radius: 50px; color: #fff; font-size: 20px; line-height: 100%; margin-bottom: 10px; }
.video-box {margin-top: 89px; }
.video-wrapper {
    margin-top: 89px;
}
section.testimonial {background-color: #173327; margin-top: 100px; padding-bottom: 19px; }
.testimonial-slide {width: 100%;}
.testimonial-slide-inner  {text-align: center; max-width: 738px; margin: 0 AUTO; }
.testimonial-slide img {margin: 0 auto; }
.testimonial-slider {padding: 80px 0; }
.testimonial-slide h3 {font-size: 40px; color: #fff; line-height: 120%; font-weight: 400; letter-spacing: -0.4px; margin-top: 43px; margin-bottom: 33px; }
.testimonial-slide p {margin-top: 10px; color: #fff; line-height: 150%; margin-bottom: 59px; }
.testimonial-slide span {color: #8DB296; font-size: 20px; letter-spacing: -0.2px; }
section.image-overlay-text {padding: 80px 0; min-height: 816px; /* padding-top: 327px; */ display: flex; align-items: center; background-repeat: no-repeat; background-size: cover; text-align:center; }
.image-overlay-text h2 {font-size: 90px; color: #fff; text-align: center; max-width: 1284px; font-weight: 400; margin: 0 auto; letter-spacing: -3px; line-height: 93%; text-transform: unset;}
.image-overlay-text h2 strong {font-weight: 400; font-family: 'Big Moore'; font-style: italic; }
section.blog-section {padding: 100px 0 100px; display: flex; flex-wrap: wrap; justify-content: center; }
.blog-section .container {display: flex; flex-wrap: wrap; margin: 0 -8px; justify-content: center; max-width: 1506px; }
.blog-box {width: calc(33.333% - 16px); margin: 0 8px; position: relative;}
.blog-box h3 {font-size: 24px; color: #173327; line-height: 120%; letter-spacing: -0.2px; font-weight: 400; margin-bottom: 15px; }
.blog-text {padding: 10px 24px; }
.blog-text p {margin-top: 17px; color: #8D8D8D; }
footer {background-color: #2E5A47; padding: 80px 0 10px; margin-top: 0; }
.footer-top h2 {text-align: center; color: #fff; margin-top: 23px; letter-spacing: -1.2px; line-height: 120%;max-width: 600px;
    margin: 23px auto 0; }
.footer-image-btn {margin-top: 30px; display: flex; border-radius: 16px; overflow: hidden; position: relative; max-width: 1493px; margin: 65px auto 0; flex-wrap: wrap; }
.footer-image-btn img {margin-top: -2px; }
footer .container {max-width: 1793px; }
.footer-image-btn a.btn {position: absolute; background-color: #f4f0e7; color: #000; top: 50%; transform: translate(-50%, -50%); left: 50%; }
.footer-middle {display: flex; flex-wrap: wrap; margin-top: 140px; }
.footer-box {width: 25%; padding-left: 104px; } 
.footer-logos {display: flex; }
.footer-logos img {max-width: 220px; }
.footer-logos a {margin-right: 0; }
ul.social-icon {display: flex; flex-wrap: wrap; align-items: center; margin-top:50px; }
ul.social-icon li {margin-right: 26px; }
span.open {font-size: 0; position: absolute; border: solid #477260; border-width: 0 1px 1px 0; display: inline-block; padding: 2px; line-height: normal; right: 19px; transform: rotate(45deg); top: 17px; }
.footer-box:nth-child(2) ul li,.footer-box:nth-child(3) ul#menu-footer-menu-2 li {border-top: solid 1px #5a6c65; position: relative; margin-bottom: 0; }
.footer-box ul li a {color: #fff; padding: 0; display: inline-block; font-size: 16px; font-weight: 300; letter-spacing: 0.5px; }
ul.submenu {display: none; }
.footer-box:nth-child(2) {width: 22%; padding-left: 0; }
.footer-box:first-child {padding-left: 0; width: 20%; }
.footer-box:nth-child(2) ul li a,.footer-box:nth-child(3) ul#menu-footer-menu-2 li a {padding: 11px 20px 6px; letter-spacing: 0.2px; }
.footer-box:nth-child(3) {
    display: flex;
    width: 32%;
}
.footer-box:nth-child(3) ul {
    width: 50%;
    padding-left: 0;
}
.footer-box:nth-child(3) ul#menu-footer-menu-2 {
    width: 60%;
}
.footer-box:nth-child(3) ul#menu-footer-menu-3 {
    width: 40%;
}
.footer-box li {letter-spacing: normal; margin-bottom: 12px; }
.footer-box:nth-child(3) ul:last-child {padding-left: 44px; }
.footer-box:last-child {
    padding-left: 60px;
    width: 26%;
}
.footer-box:last-child p {margin-top: 2px; color: #fff; font-size: 14px; line-height: 150%; font-weight: 400; letter-spacing: 0.2px; }
.footer-bottom p,footer-bottom ul li {margin-top: 2px; color: #fff; font-size: 16px; line-height: 150%; font-weight: 400; letter-spacing: 0.2px; }
.footer-bottom .container {display: flex; justify-content: space-between; padding:0; }
span.back-to-top {position: relative; right: 30px; cursor: pointer; font-size: 14px; color: #fff; text-decoration: underline; }
.footer-bottom {border-top: solid 1px #fff; padding-top: 24px; margin-top: 36px; }
.footer-bottom ul {padding-right: 48px; }
.footer-bottom ul li a {color: #fff; font-weight: 400; letter-spacing: normal;text-decoration:underline; }
.footer-bottom .container li {
    font-size: 14px; 
}
.announcement-bar span:after,.announcement-bar span:before {content: ""; position: absolute; width: 15px; height: 1px; background-color: #000; transform: rotate(45deg); }
.announcement-bar span:after {transform: rotate(-45deg); }
button.slick-arrow {position: absolute; font-size: 0; background-color: transparent; width: 40px; height: 40px; background: url(images/left-arrow.png) no-repeat center; border: navajowhite; top: 50%; transform: translateY(-50%); cursor: pointer; }
button.slick-next.slick-arrow {right: 0; background: url(images/right-arrow.png) no-repeat center; }
.head-nav ul li a:hover {color: #000; }
.top-nav-right ul li a:hover {color: #fff; }
.mobile-search,.button_container {display: none;}
a.btn-text:hover {color: #8db296; }
.btn:hover {background-color: #f4f0e7; color: #000; }
ul.social-icon li a:hover {opacity: 0.5; }
.footer-box ul li a:hover {text-decoration: underline; }

ul.sub-menu {
    display: none;
}
.left-right-content h2 {
    text-align: center;
        margin-top: 0;

}

.left-right-content h2 strong {
    color: #173327;
    font-style: italic;
    font-family: 'Big Moore';
    font-size: 60px;
    font-weight: 500;
    line-height: 110%;
}
.camp-experiences .experience-box h4 {color: #fff;}

section.camp-experiences + .camp-experiences {
background-color: #173327;
    margin-top: 0;
    padding-top: 0;
}
.left-right-content.box .right-content h4 {
    color: #173327;
    font-size: 18px;
    margin-bottom: 0;
}

.left-right-content.box .left-right-content-inner li::first-letter {
    text-transform: capitalize;
}
.left-right-content.box .right-content h4 a {
    color: #173327;
    text-decoration: underline;
}
.left-right-content.box .right-content h4 a:hover {
    text-decoration: none;
}




 



@media (max-width:1850px) {
    footer .container {padding: 0 40px;}
}
 
@media (max-width:1600px){
    .container {padding: 0 70px}
    .footer-box {padding-left: 60px;}
    .hero-content h1 {font-size: 90px;}
    .hero-content h1 strong {font-size: 100px;}

}

@media (max-width:1600px) { 

.overview .experience-inner .experience-box h4 {font-size: 20px;}
.two-unique-destinations p {font-size: 18px;}
.destination-info h3 {font-size: 36px;}
.destination-info p {font-size: 26px;}
.destination {min-height: 950px;}
section.video-section {padding-top: 100px;}
section.image-overlay-text {min-height: 763px;}
.image-overlay-text h2 {    max-width: 1156px;font-size: 86px;}
section.blog-section {padding: 101px 0 100px;}
p, li {font-size: 18px;}
.video-section p {font-size: 18px;}
section.two-unique-destinations {margin-top: 105px;}
.announcement-bar p {font-size: 14px;}
.top-nav {
    padding: 5px 0;
}
.head-nav ul li a {font-size: 16px;}
.logo-left {max-width: 75px; }
.logo-right {max-width: 75px; } 
.top-nav-right ul li {font-size: 14px;}
h2 {font-size: 36px;}
.overview {
    padding-top: 60px;
}
.blog-content .blog-box {margin-bottom: 20px;}
section.hero-section {min-height: 900px;}
.footer-top h2 {max-width: 540px; }

}

@media (max-width:1300px){ 
    .hero-content h1 {font-size: 80px;}
    .hero-content h1 strong {font-size: 90px;}
    .head-nav ul li {margin: 0 14px;}
    .head-nav ul li a {font-size: 16px;} 
}

@media (max-width:992px) {
    .map-box a.btn {padding: 12px 24px;}
    .address-box {width: calc(100% - 7px);}
.address-info {padding: 0;}
.video-wrapper {margin-top: 30px;}
.announcement-bar {display: none; }
.address-box h3 {font-size: 30px;}
.top-nav .container {justify-content: center; }
.serach-bar > span {display: none; }
.head-nav {display: none; }
.head-bottom .container {justify-content: center; gap: 28px; }
.hero-content h1 {font-size: 80px; }
h2 {font-size: 30px; }
.experience-box {width: calc(50% - 20px); margin-bottom: 20px; }
.experience-box:nth-child(2n) {margin-top: 0; }
.two-unique-destinations p {font-size: 16px; }
.destination-info h3 {font-size: 30px; }
p, li {font-size: 16px; letter-spacing: -0.1px}
.destination {min-height: 756px; padding-bottom: 150px; }
.testimonial-slide h3 {font-size: 30px; }
.testimonial-slide-inner {padding: 0 70px; }
.image-overlay-text h2 {font-size: 70px; }
.blog-text {padding: 10px 0; }
.blog-box h3 {font-size: 18px; }
.footer-box:first-child {
    width: 100%;
}
.footer-logos {
    justify-content: center;
}
ul.social-icon {
    justify-content: center;
    padding-left: 0;
}
.footer-box:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
}
.footer-box {width: 50%; padding-left: 0; margin-bottom: 10px; }
.footer-box:last-child {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.footer-bottom .container {padding: 0; }
.footer-box:nth-child(3) {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.footer-box:nth-child(3) ul#menu-footer-menu-2 {
    width: 100%;
}
.footer-box:nth-child(3) ul#menu-footer-menu-3 {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
.footer-box:nth-child(3) ul#menu-footer-menu-3 li {
    margin: 0 7px;
}
.footer-middle {margin-top: 80px; }
.mobile-search,.button_container {display: block;}
.cbp-spmenu-push-toleft .button_container .middle, span.plus_img.active:after {opacity: 0; }
.cbp-spmenu-push-toleft .button_container .top {top: 50%; transform: translateY(-50%) rotate(45deg); -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); }
.cbp-spmenu-push-toleft .button_container .bottom {top: 50%; transform: translateY(-50%) rotate(-45deg); -webkit-transform: translateY(-50%) rotate(-45deg); -moz-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); opacity: 1;}
.button_container {clear: both; display: block; position: absolute; top: 34px; float: right; right: 20px; height: 21px; width: 51px; cursor: pointer; transition: opacity .25s; z-index: 9999999; }
.button_container span {border-radius: 3px; background: #fff; display: block !important; border: none; height: 1.5px; width: 51px; position: absolute; top: 0; right: 0; -webkit-transition: .35s; transition: .35s; cursor: pointer; }
.button_container span.middle {top: 10px; }
.button_container span.bottom {top: 20px; opacity:1; }  
.top-nav-right ul {padding-top: 0;}
.mobile-search {position: absolute; left: 30px; top: 38px; }



}


@media (max-width:767px) {
.mobile-search {position: absolute; left: 30px; top: 28px; }
.logo-left img,.logo-right img {max-width: 65px; }
.head-bottom .container {gap: 13px; }
.hero-content h1 {font-size: 53px; max-width: 500px; padding: 0 20px; line-height: 107%; }
.hero-content h1 strong {font-size: 59px; }
section.hero-section {min-height: 559px; }
.overview {padding-top: 60px; }
 h2 {font-size: 24px; }
h2 br {display: none; }
.overview p br {display: none; }
.container {padding: 0 20px; }
.experiences .container {overflow: auto; flex-wrap: nowrap; }
.experience-box {width: calc(90% - 20px); min-width: 300px; }
.experiences {padding-top: 70px; }
section.two-unique-destinations {margin-top: 80px; }
.destination-info {background-color: transparent; padding: 0; border: 0; position: relative; z-index: 9; }
.destination {min-height: 640px; position: relative; padding-bottom: 121px; }
.destination:after {content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); height: 100%; width: 100%; bottom: 0; left: 0; position: absolute; z-index: 1; }
.camp-logo {position: relative; z-index: 9; max-width: 177px; margin: 40px auto -41px; }
a.btn-text {margin-top: 30px; }
.destination-info p {color: #fff; }
.destination-info h3 {font-size: 24px; }
.video-section p {font-size: 16px; letter-spacing: -0.1px; }
section.video-section {padding-top: 60px; padding-bottom:15px; }
 .video-box {margin-top: 50px; }
 section.testimonial {margin-top: 53px; }
.testimonial-slide-inner {padding: 0; }
.testimonial-slide h3 {font-size: 24px; margin-top: 11px; line-height: 131%; margin-bottom: 20px; }
.testimonial-slider {padding: 50px 0 70px; }
button.slick-arrow {top: auto; bottom: 20px; left: 50%; transform: translateX(-50%); /* margin: 0 11px; */ margin-left: -20px; }
button.slick-next.slick-arrow {right: auto; margin-left: 20px; }
.testimonial-slide p {margin-bottom: 40px; }
.image-overlay-text h2 {font-size: 49px; }
section.image-overlay-text {min-height: 570px; }
section.blog-section {padding: 80px 0; }

.blog-box {width: calc(100% - 16px); min-width: 300px; }
.page-silverband-lodge .blog-box {width: calc(100% - 16px); min-width: 300px; }
.footer-box:first-child {width: 100%; justify-content: center; display: flex; flex-wrap: wrap; }
ul.social-icon {margin-top: 41px; }
.footer-box:nth-child(2) {padding-left: 0; width: 100%;margin-bottom:0; }
footer .container {padding: 0 20px; }
.footer-box {width: 100%; padding-left: 0; }
.footer-box:last-child {width: 100%; padding-left: 0; text-align: center; }
.footer-box:nth-child(3) ul {width: 100%; }
.footer-box:nth-child(3) {flex-wrap: wrap; }
.footer-box:nth-child(3) ul:last-child {padding-left: 0;  justify-content: center; margin-top: 30px; }
.footer-box:nth-child(3) ul:last-child li {margin: 0 7px; }

}

/*********************************/

.left-right-content + .testimonial { 
    margin-top: 0;
}
section.banner-bottom-nav {background-color: #F4F0E8; padding: 18px 0;    position: sticky;top: 172px;z-index: 99; }
.hide-ann-bar section.banner-bottom-nav {
    top: 132px;
}
.banner-bottom-nav .container {display: flex; justify-content: center; max-width:1900px; overflow: auto; width: calc(100% - 30px); padding: 0;}
.banner-nev ul,.banner-sub-nev ul {display: flex;  padding-left: 0;}
.banner-nev ul li a,.banner-sub-nev ul li a {color: #173327; font-size: 18px; border-bottom: solid 1px rgb(23 51 39 / 24%); white-space: nowrap;}
.banner-nev ul li,.banner-sub-nev ul li {margin: 0 13px; }
a.share-btn {color: #173327; font-size: 20px; letter-spacing: -0.3px; background: url(images/send.png) no-repeat right center; margin-left: 83px; padding-right: 31px; font-weight: 500;    align-items: center;
    display: flex
; } 
.experiences {padding-top: 60px; }
.three-column.experiences .container {justify-content: center; max-width: 1513px; }
.three-column .experience-box {width: calc(33.333% - 20px); }
.three-column .experience-box:nth-child(2n) {margin-top: 0; }
.camp-experiences .experience-box h4 {font-size: 24px; margin-top: 24px; margin-bottom: 28px; margin-bottom: 27px; color: #ffffff;}
section.camp-experiences {background-color: #173327; padding: 112px 0; margin-top: 101px; }
.camp-experiences h2 {text-align: center; color: #fff; font-size: 44px; margin-top: 30px; margin-bottom:23px; } 
.camp-experiences h4 {text-align: center; color: #fff; font-size: 24px; font-weight: 400; margin-top: 0; }
.camp-experiences p,.experience-description {line-height:140%;font-size:  20px;text-align: center; color: #fff; max-width: 749px; font-weight: 400; margin: 0 auto; }
.experience-inner {padding-top: 62px; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 43px; }
.camp-experiences h3 {font-size: 36px; width: 100%; margin-bottom: 20px; color: #fff; justify-content: center; display: flex ; font-weight: 400; margin-top: 100px;}
.camp-experiences .two-column .experience-box {width: calc(50% - 20px); max-width: 592px; background-color: #2E5A47; border-color: #2E5A47; margin-top: 0; }
.camp-experiences .experience-inner p {text-align: left; letter-spacing: 0.5px; opacity: 0.9; font-weight: 300; margin-bottom: 7px; }
.experience-box h4 a {color: #fff; }
.experience-image {border-radius: 15px; overflow: hidden; height: 355px; }
.experience-image img {width: 100%; height:100%; object-fit:cover; }
.overview .experience-inner .experience-box h4 {font-size: 24px; color:#203C36 }
.overview  .experience-box h4 a {color:#203C36}
.overview.two-column .experience-inner .experience-box {margin-top: 0; width: calc(50% - 18px); margin-top: 0; max-width: 516px;}
.camp-experiences  .experience-box {background-color: #2E5A47; border-color: #2E5A47; }
.camp-experiences .container {max-width: 1700px; }
.three-column.experience-inner .experience-box h4 a {color: #fff;} 
.three-column .experience-box h4 a {color: #203C36; }
.mobile-view {display: none;}
section.destination-weddings {padding: 105px 0; text-align: center; letter-spacing: -0.3px; padding-bottom: 129px; }
.destination-weddings h2 {font-size: 45px; margin-bottom: 34px; margin-top: 0;}
.destination-weddings p {max-width: 753px; margin: 0 auto; }
.weddings-gallery {margin-top: 97px;justify-content: center;flex-wrap: wrap;width: 100%; }  
.destination-weddings .container {max-width: 1800px; }
.weddings-gallery a.btn {margin-top: 61px; }
section.left-right-content {padding: 0px 0 100px; width: 100%; display: flex; flex-wrap: wrap;}
.left-image {width: 49.2%; overflow: hidden; border-radius: 15px; }
.left-right-content .container {max-width: 1497px; }
.right-content {width: 50%; padding-left: 100px; }
.left-right-content-inner {display: flex; flex-wrap: wrap; align-items: center;  padding-top: 100px;}
.left-image img {width: 100%; height: 100%; border-radius: 16px;}
.right-content p a,.right-content ul li a,.right-content ol li a,.blog-text ul li a {color: #173327; text-decoration: none; text-underline-offset: 4px; font-weight: 500; }
.right-content p a:hover {text-decoration: underline; }
.right-content h3 {font-size: 45px; font-weight: 400; margin-top: 2px; color: #212429; margin-bottom: 25px; }
.right-content a.btn {margin-top: 18px;text-transform: capitalize; width:fit-content; display:inline-flex; }
.left-right-content-inner .right-content {flex-direction: column; display: flex; justify-content: center; flex-wrap: wrap; }
.blog-section h2 {width: 100%; text-align: center; margin-bottom:30px; margin-top: 0;}
.blog-image {border-radius: 13px; overflow: hidden; max-height: 325px; height: 100%;} 
.left-right-content-inner.image-right {flex-direction: row-reverse; }
.left-right-content-inner.image-right .right-content {padding-left: 0; padding-right: 100px; display:flex; flex-direction:column; justify-content:center; }
a.text-link {color: #8DB296; font-size: 20px; background: url(images/g-text-arrow.png) no-repeat right 10px; padding-right: 40px;    transition: all 0.3s ease-in-out; }
a.text-link:hover {
    padding-right: 43px; 
    color: #173327;  
    background: url(images/g-text-arrow-1.png) no-repeat right 10px;
}
span.date {color: #8D8D8D; font-size: 16px; letter-spacing: -0.1px; margin-left: -23px; margin-top: 12px; display: block; }
.blog-category,span.featured-post-badge {position: absolute; top: 26px; left: 25px; }
.blog-category span a {padding: 8px 17px; border-radius: 30px; background-color: rgb(46 90 71 / 75%); margin-right: 6px; margin-bottom: 6px; font-size: 14px; font-weight: 600; color: #fff; backdrop-filter: blur(6px); display: inline-flex; flex-wrap: wrap; cursor: pointer;}
.page-school-camps .center-content-section h2 {  
    color: #173327;
}
.blog-inner {display: flex; flex-wrap: wrap; justify-content: center; }
.overview .experience-inner {padding-top: 0; width: 100%;align-items: flex-start; margin-bottom:0; }
.overview .experience-inner .experience-box {margin-bottom: 0;} 
.blog-inner a.btn {margin-top: 40px; } 
.blog-content h2 {text-align: center; margin: 40px 0; }
.testimonial + section.blog-content {margin-top: 113px; margin-bottom: 80px; }
.tab-content {display: none;}
.tab-content.active {display: block;}
.blog-section .container > p {max-width: 671px; margin: 0 auto 30px; text-align: center; }
.blog-section .blog-inner {margin-top: 41px; }
.footer-image-btn a.btn:hover {background-color: #2e5a47; color: #fff; }  
.footer-bottom ul li a:hover {text-decoration: underline; }
.blog-content .text-center { 
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
}
.left-right-content-inner .accordion-box {
    width: 100%;
     border-top: solid 1px #8DB296;
     margin-bottom: 0;
     border-radius: 0;
     padding-left: 0;
     padding-right: 0;
}
.left-right-content-inner .accordion-box:last-child {
    border-bottom: solid 1px #8DB296;
}
.page-id-4150 .gallery-box a:nth-child(1) {display: none;}
.camp-experiences .experience-inner {padding: 60px 0px 0;}
.destination-weddings + section.testimonial {margin-top: 0; }
.left-right-content + section.destination-weddings {padding-top: 0; }
.home section.image-overlay-text:after {display: none; }
.right-content p:last-child {margin-bottom: 0; }
.destination-weddings a.btn {margin-top: 41px; }
.mobile-gallery {display: none; }
.blog-text a.btn {
    margin-top: 18px;
}

.cave-hill-menu .mega-menu ul li.mega-box h3,
.cave-hill-menu .mega-menu ul li.mega-box h3 a,
.silverband-menu .mega-menu ul li.mega-box h3,
.silverband-menu .mega-menu ul li.mega-box h3 a {
    font-size: 18px;
}
.view-all-menu a {
    font-weight: 700 !important;
}
/*.wp-block-column figure.wp-block-image {
    height: 100%;
}

.wp-block-column figure.wp-block-image a {
    height: 100%;
}

.wp-block-column figure.wp-block-image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}*/
@media (min-width:992px) {
    .head-nav ul li a:after {content: ""; height: 1px; background-color: #fff; width: 0; top: 0; position: absolute; left: 50%; opacity: 0; transform: translateX(-50%); transition: all 0.5s ease-in-out; }
    .head-nav ul li a {position: relative; /* top: 27px; */ }
    .head-nav ul li a:hover:after, .head-nav ul li.current-menu-item > a:after, .head-nav ul li.current-menu-item > a:after {top: 27px; opacity: 1; width: 4px; height: 4px; border-radius: 50%; }
    .head-nav ul li:hover .mega-menu {display: block; }
    .mega-menu .view-all-menu a:after {left: auto; right: auto; background: url(images/menu-arrow.png) no-repeat center left; width: 31px; height: 15px; transform: none; position: relative; display: inline-block; opacity: 1; margin-left: 20px; top: 3px; }
    .mega-menu .view-all-menu a:hover:after {transform: none !important; top: 3px; width: 31px; height: 15px; margin-left: 25px; }
    .head-nav ul li a:hover {color: #fff; }

    .cave-hill-menu .mega-menu ul li.mega-box {
        /* width: calc(20% - 18px); */
        flex: 1;
     }
    .silverband-menu .mega-menu ul li.mega-box {
        /* width: calc(33.333% - 18px);  */
        flex: 1;
    }

.cave-hill-menu .mega-menu ul li.mega-box ul li,.silverband-menu .mega-menu ul li.mega-box ul li {
    width: 100%;
    text-align: left;
    margin: 0 0 13px;
}

.cave-hill-menu .mega-menu ul li.mega-box ul li h4,.silverband-menu .mega-menu ul li.mega-box ul li h4 {
    margin: 0;
    text-align: left;
}

.cave-hill-menu .mega-menu ul li.mega-box h3,
.cave-hill-menu .mega-menu ul li.mega-box h3 a,
.silverband-menu .mega-menu ul li.mega-box h3,
.silverband-menu .mega-menu ul li.mega-box h3 a {
    color: #fff;
    margin: 0;
    font-weight: 700;
    
}
.mega-menu ul li.mega-box h3 a:hover:after {
    top: 35px;
}
.mega-menu ul {justify-content: center;}
} 

@media (min-width:767px) {

.mega-menu {position: absolute; background-color: rgb(46 90 71 / 80%); left: 0; width: 100%; top: 106px; z-index: 999; opacity: 0; visibility: hidden; }
.mega-menu ul {max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap;  }
.mega-menu ul li {width: calc(33.333% - 18px); margin: 0 9px; }
.mega-menu ul li h4 {text-align: center; font-size: 16px; }

.view-all-menu {text-align: center; background-color: #2E5A47; padding: 21px 10px; }
.head-nav ul li:hover .mega-menu {opacity: 1; visibility: visible; }

}

@media (max-width:992px) {
.weddings-gallery {display: none; }

.overview p {font-size: 16px;}
.banner-bottom-nav .container {overflow: auto; flex-wrap: nowrap; justify-content: normal; width: auto; padding: 0 15px 8px;}
a.share-btn {margin-left: 30px; float: left; }
.banner-nev ul,.banner-sub-nev ul {flex-wrap: nowrap; }
.banner-nev,.banner-sub-nev {width: auto; display: inline-flex; float: none; flex-wrap: wrap; }
.banner-nev ul li a,.banner-sub-nev ul li a {white-space: nowrap; }
.overview {padding-top: 70px; }
 .overview p br {display: none; }
.three-column .experience-box h4 {font-size: 18px; }
section.camp-experiences {margin-top: 80px; padding: 30px 0 0px; }
.experience-inner h2 {margin-top: 0; }
section.destination-weddings {padding-top: 50px; padding-bottom: 60px; }
.right-content {padding-left:0; width: 100%; margin-bottom: 47px; }
.left-image {width: 100%; }
.left-right-content-inner {flex-direction: column-reverse; }
section.image-overlay-text {min-height: 580px; }
section.blog-section {padding: 55px 0; }
.left-right-content + .testimonial {margin-top: 0; }
.blog-section h2 {margin-bottom: 20px; }
span.date {margin-left: 0; margin-top:0px; font-size:12px; }
.blog-box { margin-bottom: 20px; }
.blog-image {max-height: none; height: 225px;}
.accommodation-inner.two-column .blog-box {min-width: 100%;}
.blog-content .blog-text {padding-right: 0; padding-left: 0; }
.three-column.experiences .container {flex-wrap: nowrap; justify-content: start; }
.three-column .experience-box {width: calc(90% - 20px); min-width: 300px; }
.experience-inner {overflow-X: auto; flex-wrap: nowrap; justify-content: flex-start; }
.blog-inner {overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
body.blog .blog-inner {flex-wrap: wrap;}
.category-post .blog-inner {flex-wrap: wrap; }
.category-post .blog-inner .blog-box {min-width: 100%; width: 100%; margin: 0; }
.camp-experiences .experience-inner {flex-wrap: wrap; padding-top: 40px; }
.camp-experiences .experience-inner .experience-box {width: 100%; margin: 0 0 20px; border-radius:12px; max-width: 100%;}
.camp-experiences .experience-box h4 {font-size: 16px; margin-bottom:13px; margin-top: 18px; }
.left-right-content-inner {padding-top: 60px;}
.left-right-content-inner.image-right {
   flex-direction: column-reverse;  
}
ul.slick-dots {padding: 0; width: 100%;}
section.center-content-section {padding: 57px 0; }
.experience-box {width: calc(100% - 20px); min-width: 270px; padding: 12px 12px 11px; margin: 0 7px; border-radius: 8px}
.experience-image {border-radius: 8px;}
.overview .experience-inner {overflow: auto; margin-bottom: 0; }
.blog-section .container {flex-wrap: nowrap; overflow: auto; justify-content: flex-start; }
.head-nav {display: block; position: fixed; background: rgba(46, 90, 71, 0.8); backdrop-filter: blur(6px); top: 88px; height: 100vh; right: 0; transform: translateX(-100%); transition: all 0.5s ease-in-out; overflow-y: auto; width: 100%; }
.head-nav ul {padding: 0; }
.head-nav ul li {margin: 0; width: 100%; border-top: solid 1px #406957; }
.head-nav ul li a {font-size: 22px; padding: 16px 20px; display: flex; flex-wrap: wrap; }
.head-nav ul li .mega-menu {
    position: relative;
            top: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
}
.head-nav ul li.mega-box h3 a {
    padding-bottom: 2px;
}
.menu-image {display: none; }
.view-all-menu {display: none; }
.activity-content h3 a {
    color: #173327;
    font-size: 16px;
}

.accommodation-inner.three-column {display: flex; flex-wrap: wrap; margin-top: 35px; width: 100%; }
section.blog-section + section.blog-section {padding-top: 0; }
.blog-section .container {flex-wrap: wrap; }

.mega-menu {background-color: #173327; padding: 20px 20px; display: none;}
.head-nav ul li.mega-box {border: none; width: 50%; padding: 0px 0 15px; }

.head-nav ul li.mega-box li {border: none; margin-bottom: 11px; }
.head-nav ul li.mega-box li a {padding: 0; }
.head-nav ul li.mega-box li h4 {margin: 0 0; font-size: 16px; }
.head-nav ul li.mega-box li h4 a {font-size: 16px; }
.head-nav ul li.mega-box h3,
.head-nav ul li.mega-box h3 a {color: #fff; font-weight: 600; font-size: 16px; margin-bottom: 0; margin-top: 0; }
.head-nav ul li.mega-box > ul {margin-top: 12px; }
.head-nav .cave-hill-menu  ul li.mega-box:last-child > ul,.head-nav .silverband-menu  ul li.mega-box:last-child > ul {margin-top: 15px; }
.head-nav ul li.mega-box:last-child {
    width: 100%;
    padding-top: 15px;
}
.head-nav li.silverband-menu  ul li.mega-box:last-child > ul li {
    width: 50%;
}
.head-nav ul li.mega-box:last-child {
    width: 100%;
}
.head-nav .cave-hill-menu ul li.mega-box:last-child li {
    width: 50%;
}
.head-nav ul li.menu-item > a:hover {background-color: #173327; color: #fff;}
.menu-open .head-nav {transform: translateX(0); }
span.plus_img {position: absolute; width: 25px; height: 25px; background-color: transparent; right: 20px; z-index: 999999999; display: inline-block; top: 23px; }
li.menu-item {position: relative; display: block; }
span.plus_img:after {content: ""; position: absolute; border: solid rgba(255 255 255 / 0.4); border-width: 0 2px 2px 0; display: inline-block; padding: 4px; transform: rotate(45deg); }
.head-nav ul li.menu-item.active > a {background-color: #173327; }
.head-nav ul li.menu-item.active span.plus_img:after {transform: rotate(-135deg); top: 5px; } 
a.text-link {font-size: 16px;}
section.left-right-content {padding-bottom: 60px;}
.testimonial-slide-inner span {font-size: 14px;}
.testimonial-slide p {margin-bottom: 20px;}
.image-overlay-text h2 {font-size: 40px;letter-spacing: -0.2px;font-weight: 400; padding: 0 20px;}
.footer-box:nth-child(3) ul:first-child li:last-child {border-bottom: solid 1px #5a6c65;}
.footer-logos img {max-width: 200px;}
footer {padding-top: 60px;}
.left-right-content h2 strong {font-size: 36px;}
}


@media (max-width:767px) { 
        .gallery {display: none;}
.mobile-gallery {
    display: block;
    margin-top: 30px;
}
.page-group-stays section.hero-section {
    background-position: center 0 !important;
}
.footer-box ul li a {font-weight: 400;} 
.camp-experiences h2 {font-size: 24px; }
.camp-experiences h3 {font-size: 24px; margin-top: 50px; margin-bottom: 15px; }
.destination-weddings h2 {font-size: 24px; margin-bottom:18px; }
.weddings-gallery {margin-top: 60px; }
.gallery-box.mobile-view {display: block; }
.blog-inner {overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
.category-post .blog-inner {flex-wrap: wrap; }

.blog-box {min-width: 300px; }
.right-content h3 {font-size: 24px; margin-bottom: 20px; text-align: center;}
.right-content {padding-left: 0; width: 100%; margin-bottom: 29px; padding: 0; }
.faq-info-section h2 {margin-top: 0;}
h4.faq-title {font-size: 16px;}
.accordion-content p:last-child {margin-bottom: 0; }
.accordion-box {margin-bottom: 10px; padding: 20px;}
h4.faq-title:after {border-width: 0 1px 1px 0;    padding: 4px;}
.faq-info-section {margin-bottom: 24px; }
.accommodation-inner.three-column {overflow-x: auto; flex-wrap: nowrap; }
}


 



.blog-left-image-content {margin-top: 100px; padding-bottom: 60px; }
.blog-left-image {width: 49.5%; overflow: hidden; border-radius: 16px; position: relative; height: 667px; }
.blog-left-image-inner {display: flex; flex-wrap: wrap; align-items: center; }
.blog-right-content {position: relative; width: 50%; padding: 106px 0 106px 96px; }
.blog-left-image .blog-category span,span.featured-post-badge {background-color: transparent; border: solid 1px #fff; font-size: 18px; padding: 12px 25px; }
.blog-left-image .blog-category,span.featured-post-badge  {top: 40px; left: 31px; }
span.featured-post-badge {
    top: 25px;
}
.blog-right-content .blog-category {position: relative; left: 0; top: 0; margin-bottom: 66px; }
.blog-right-content h1 {font-size: 40px; font-weight: 400; line-height: 110%; letter-spacing: -0.2px; margin-bottom: 31px; }
.blog-left-image img {height: 100%; width: 100%; object-fit: cover; }
.blog-right-content p {font-size: 20px; letter-spacing: -0.2px; line-height: 150%; }
.blog-right-content .text-link {margin-top: 9px; display: inline-block; line-height: 99%; background-position:right center; }
.blog-right-content .text-link {background-position:right center;}
.tab-container {background-color: rgb(244 240 232 / 50%); display: flex; justify-content: center; padding: 100px 0 94px; }
li.tab-btn,li.tab-btn-link {border: solid 1px #8DB296; padding: 16px 24px; border-radius: 50px; color: #173327; text-align: center; line-height: 120%; background-color: #fff; font-size: 20px; margin: 0 3px 6px; letter-spacing: -0.2px; list-style-type: none;}
.tab-btn-link a,li.tab-btn a {color: #173327;} 
ul.tab-menu {flex-wrap: wrap; display: flex; max-width: 1010px; justify-content: center; }
li.tab-btn.active,li.tab-btn:hover,li.tab-btn-link.active,li.tab-btn-link:hover,
li.tab-btn-link:hover a,li.tab-btn:hover a {background-color: #8DB296; color: #fff; cursor:pointer; }
.tab-content-inner {padding: 75px 0; }
.blog-content .blog-box h3 {margin-top: 13px; letter-spacing: -0.4px; text-align: left; }
.tab-content .container {max-width: 1509px; }
.blog-content .blog-text {padding-right: 10px; padding-left: 10px; }
.blog-content .blog-box {margin-bottom: 50px; }
.bblog-content .blog-inner a.btn {margin-top: 17px; background-color: #173327; }
.blog-content .blog-text span.date {margin-left: -10px; }
header + .blog-page-content {
    margin-top: 191px;
} 
.blog-page-content h1.page-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
    color: #173327;
    font-size: 40px;
}
.single-blog-banner {margin-top: 188px; min-height: 704px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; display: flex; align-items: center; }
.admin-bar .single-blog-banner {margin-top: 156px; }
.single-blog-content {max-width: 730px; margin: 0 auto; padding-top: 111px; width: 100%; }
.single-blog-content p a,.single-blog-content ul li a,.single-blog-content ol li a {
    color: #173327;
    text-decoration: underline;
}
.single-blog-content p a:hover,.single-blog-content ul li a:hover,.single-blog-content ol li a:hover {
    text-decoration: none;
}
.single-blog-content p strong {
    color: #173327; 
}
.single-blog-content .wp-block-columns.wp-block-columns-is-layout-flex {
    gap: 20px;
}
a.mcnButton,.single-blog-content p a.mcnButton, .single-blog-content ul li a.mcnButton, .single-blog-content ol li a.mcnButton {
    background-color: #173327;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    margin: 10px auto;
    display: inline-flex;
    text-decoration: none;
}
.wp-block-buttons .wp-block-button__link:hover {
    background-color: #c5d9ca;
    color: #173327;
}
.wp-block-button__link {
    background-color: #173327;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    margin: 10px auto;
    display: inline-flex;
    text-decoration: none;
    font-size: 20px;
    line-height: 150%;
}
.blog-content .blog-inner div.text-center {
    width: 100%;
}
.single-blog-content .wp-block-column p {
    margin-top: 0;
    margin-bottom: 14px;
}
.single-blog-banner-text {text-align: center; }
.single-blog-banner-text .blog-category {position: relative; top: 0; left: 0; }
.single-blog-banner-text h1 {font-size: 90px; font-weight: 400; color: #fff; line-height: 90%; margin: 23px 0; }
.single-blog-banner:after {content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-color: rgba(0 0 0 / 0.4); }
.single-blog-banner .container {position: relative; z-index: 9; }
.single-blog-content h2 {letter-spacing: -0.7px; line-height: 120%; margin-bottom: 29px; }
.single-blog-content p {line-height: 150%; margin-bottom: 20px; } 

.single-blog-image {width: calc(100% + 471px); margin-left: -235px; margin-top: 139px; margin-bottom: 141px; }
.gallery .container {max-width: 1800px; }
.gallery {margin: 40px 0 0; display:flex; flex-wrap:wrap; width:100%; }
.blog-auth-content {max-width: 728px; margin:80px auto 0; display: flex; flex-wrap: wrap; }
.blog-auth-content .auth-image {width: 284px; }  
.auth-text {width: calc(100% - 284px); padding-left: 22px; padding-top: 29px; }
.auth-text span.date {left: 0; margin-left: 0; margin-bottom: 33px; }
.auth-text h4 {font-size: 30px; color: #173327; letter-spacing: -0.3px; font-weight: 400; margin-top: 0; margin-bottom: 32px; }
.auth-text p {line-height: 150%; }
.single-post .blog-page-content {background-color: #F4F0E880; padding: 111px 0; display:flex; flex-wrap:wrap; width:100%; }
.blog-page-content h2 {text-align: center; }
section.single-blog-section {padding-bottom: 141px; }
.single-post .blog-page-content .blog-inner {margin-top: 57px; }
.Category-post .blog-page-content {margin-top: 264px; margin-bottom: 105px; }
.blog-page-content .container > p {max-width: 580px; margin: 0 auto 60px; text-align: center; }
.single-activities section.single-blog-section {
    padding-bottom: 0;
    padding-top: 100px;
} 
.blog header {
    position: relative;
}

.page-numbers {
    height: 40px;
    border: solid 1px #2e5a47;
    color: #173327;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 3px;
    margin: 4px 3px;
}

.page-numbers:hover,.page-numbers.current {
    background-color: #2e5a47;
    color: #fff;
}

.page-important-dates section.hero-section:after {
    background-color: rgba(0 0 0 / 0.4);
}

@media (max-width:1300px) {
    .single-blog-image {width: calc(100% + 270px); margin-left: -135px; margin-top: 100px; margin-bottom: 100px; }
.experience-image {height: 300px;}
    
}

@media (max-width:992px) {
.single-blog-image {width: 100%; margin-left: 0; margin-top: 50px; margin-bottom: 50px; }
.single-blog-banner {margin-top: 120px; min-height: 404px; }
.single-blog-banner-text h1 {font-size: 30px; line-height: 110%; }
.single-blog-content {padding: 36px 30px 0; }
.single-blog-content h2 {letter-spacing: -0.2px; }
.gallery {margin: 49px 0; } 
.blog-auth-content .auth-image {width: 100px; }
.blog-auth-content {padding: 0 30px; }
.auth-text h4 {font-size: 18px; margin-bottom: 5px; }
.auth-text {width: calc(100% - 100px); padding-top: 0; padding-left: 15px; }
.auth-text h4 {}
.auth-text span.date {margin-bottom: 0; font-size: 14px; }
section.single-blog-section {padding-bottom: 60px; }
.single-post .blog-page-content {padding: 49px 0 60px; }
.blog-page-content h2 {margin-bottom: 0; }
.single-post .blog-page-content .blog-inner {margin-top: 30px; }
.blog-left-image-content {margin-top: 40px; }
.blog-left-image {width: 100%; height: auto; }
.blog-left-image-inner {padding: 60px 0; }
.blog-right-content {padding: 0; width: 100%; margin-top: 40px; text-align: center;}
.blog-right-content h1 {font-size: 24px; }
.blog-right-content p {font-size: 16px; text-align: left;}
.blog-right-content .blog-category {margin-bottom: 30px; }
li.tab-btn {font-size: 16px; padding: 7px 14px; margin:5px 3px; }
.tab-container {padding: 34px 6px 34px; }
.tab-content-inner {padding: 60px 0; }
.blog-category span a {font-size: 14px; }
.blog-content .blog-box {width: calc(50% - 16px); float: left; min-width: auto; margin-bottom: 35px; }
section.two-unique-destinations {margin-top: 70px;}
section.two-unique-destinations {padding-top: 60px;}
.two-unique-destinations p {font-size: 16px; }
.destination {min-height: 640px; }
.destination-info p {font-size: 16px; }
a.btn-text {font-size: 14px;}
.destination-info h3 {font-size: 24px; }
section.blog-left-image-content {padding-bottom: 0; } 
.blog-left-image .blog-category span,span.featured-post-badge {font-size: 12px;padding: 7px 15px;}
.hero-content {padding-top: 106px;}
.blog-auth-content {margin-top: 60px;}
.blog-page-content h1.page-title {font-size: 24px;}
.wp-block-button__link {font-size: 16px}
}


@media (max-width:767px) { 
.blog-page-content .blog-box {width: 100%; margin: 0 0 30px; min-width: 100%; }
.blog-page-content .blog-inner {flex-wrap: wrap; }
.blog-page-content .blog-box h3 {text-align: left; margin-top:9px; }
.blog-page-content .blog-text span.date {margin-left: 0; }
.blog-content .blog-box {width: calc(100% - 16px); float: left; min-width: auto; margin-bottom: 35px; }
.btn {font-size: 14px; padding: 13px 35px;}
.single-activities section.single-blog-section {padding-top: 60px;}
.blog-left-image-content {margin-top: 60px;}
}



.banner-bottom-nav + section.left-right-content {padding-top: 101px; }
.left-right-content .container > p {max-width: 800px; margin: 0 auto; text-align: center; }
section.intro-faq-section {background-color: #8DB296; padding: 100px 0; }
.certificat-logos {display: flex; justify-content: center; }
.certificat-logos img {margin: 0 30px; }
section.inner-hero-section {background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 600px; margin-top: 197px; display: flex; justify-content: center; align-items: center; position:relative; }
.inner-hero-section:after {content: ""; background-color: rgba(0 0 0 / 0.5); height: 100%; width: 100%; position: absolute; bottom: 0; left: 0; }
.inner-hero-section .container {position: relative;z-index: 1;}
.inner-hero-content {text-align: center; position: relative; z-index: 9}
.inner-hero-content img {margin: 0 auto; }
.inner-hero-content h1 {font-weight: 400; font-size: 90px; line-height: 120%; color: #fff; margin-top: 25px; }
section.three-column-content {background-color: #F4F0E880; text-align: center; padding: 100px 0; }
.three-column-content h1 {text-align: center; font-weight: 400; }
.three-column-content h2 {text-align: center; }
.three-column-content .columns {display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-top: 66px; }
.three-column-content .column {width: calc(33.333% - 40px); text-align: left; }
.three-column-content .column h3 {font-size: 24px; color: #173327; line-height: 120%; font-weight: 400; }
 .activities-grid {display: flex; flex-wrap: wrap; gap: 20px; justify-content:start; }
.activity-card {transition: transform 0.3s ease; width: calc(25% - 15px); }
.activity-card {overflow: hidden; border-radius: 14px; }
.activity-card img {width: 100%; height: 100%; border-radius: 10px; object-fit: cover; }
.activity-content {padding:20px 0; }
.activity-content h3 {margin: 0 0 22px; font-size: 20px; line-height: 120%; font-weight: 500; }
.activities-section .activity-content p {font-size: 20px; color: #555; text-align: left; line-height: 140%; }
ul.slick-dots {display: flex; flex-wrap: wrap; justify-content: center; width:100%; }
ul.slick-dots li {list-style-type: none; margin: 5px; }
ul.slick-dots li button {background-color: #a7cfbd; border: none; border-radius: 50px; font-size: 0; width: 14px; height: 14px; padding: 0;    cursor: pointer; }
ul.slick-dots li.active {background-color: #000; }
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {background-color: #2e5a47; }

.activities-section h2 {text-align: center; }
.activities-section p {margin: 0 auto 20px; max-width: 650px; text-align: center; } 
section.activities-section {padding: 100px 0 0; }
.activities-grid {margin-top: 69px; position: relative; }
.show-more-container {position: absolute; width: 100%; height: 396px; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 64%); display: flex; justify-content: center; align-items: center; }
section.image-overlay-text:after {content: ""; position: absolute; background-color: rgba(0 0 0 / 0.4); height: 100%; width: 100%; bottom: 0; left: 0; }
section.image-overlay-text {position: relative; }
.image-overlay-text .container {position: relative; z-index: 9; }
.image-overlay-text p {color: #fff; }
.image-overlay-text p a {color: #fff; text-decoration: underline;}
.image-overlay-text p a:hover {
    text-decoration: none;

}
.video-section + section.left-right-content {margin-top: 115px; }
.faq-info-section {padding-top: 0; text-align:center; }
.accordion-box {margin: 0 auto 20px; max-width: 894px; padding: 20px 24px; background-color: #fff; border-radius: 8px; text-align:left; }
h4.faq-title {margin-top: 0; font-size: 20px; color: #173327; font-weight: 400; text-align: left; letter-spacing: -0.3px; margin-bottom: 0; cursor: pointer; position: relative; }
.faq-info-section h2 {text-align: center; margin-bottom: 60px;margin-top: 0px; }
h4.faq-title:after {content: ""; border: solid #173327; border-width: 0 2px 2px 0; padding: 5px; display: inline-block; transform: rotate(45deg); right: 0; position: absolute; top: 4px; }
section.hero-section.hero-center-content {align-items: center; }
.hero-center-content .container {position: relative; z-index: 9; }
.booking-open {position: absolute; top: 56px; background: url(images/booking-bg.png) no-repeat center; background-size: contain; width: 242px; height: 142px; left: -85px; display: flex; align-items: center; justify-content: center; }
.left-right-content-inner {position: relative; align-items: normal;}
.booking-open span {color: #173327; font-size: 18px; font-weight: 600; transform: rotate(-21deg); display: flex; align-content: space-around; justify-content: center; text-align: center; }
.left-right-content-inner.image-right .booking-open {left: auto; transform: rotate(45deg); right: -40px; }
.booking-camp {background-color: #173327; text-align: center; justify-content: center; display: flex; flex-wrap: wrap; border-radius: 16px; padding: 40px; margin-top: 30px; }
.booking-camp h3 {font-size: 30px; width: 100%; font-weight: 400; color: #fff;margin-top:0; }
.booking-form form {display: flex; gap: 15px; flex-wrap: wrap; }
.select-date {
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 20px;
    display: flex; 
    align-items: center;
}
section.single-image {padding-bottom: 88px; display: flex; justify-content: center; flex-wrap: wrap; }
.single-image img {margin: 0 auto; }
.select-date span {color: #6C6C6C; font-weight: 600; margin-right: 5px; white-space: nowrap; }
.select-date img {margin-right: 13px; }
.select-date select {
    font-weight: 400;
    font-size: 20px;
    font-family: 'PP Neue Montreal';
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(images/dd-arrow.svg) no-repeat right 0px center;
    color: #6C6C6C;
    padding-right: 30px;
    cursor: pointer;
}
.select-date select.open, .select-date select:hover {
    background: transparent url(images/dd-arrow-top.svg) no-repeat right 0px center;
}
body .gform_wrapper.gravity-theme .gfield select {
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(images/dd-arrow.svg) no-repeat 96%  center;
    cursor: pointer;
}
body .gform_wrapper.gravity-theme .gfield select:hover,.form-content-section select.open {
     background: transparent url(images/dd-arrow-top.svg) no-repeat 96%  center;
}
.form-content-section select.open {
     background: transparent url(images/dd-arrow-top.svg) no-repeat 96%  center !important;
}
.booking-form .btn {border: solid 1px #2E5A47; margin-bottom: 0; min-height: auto; height: auto; line-height: normal; padding: 15px 30px;font-family: 'PP Neue Montreal'; cursor: pointer; }
/*.destination-weddings + .activities-section {padding-top: 0; }*/
.blog-section + section.testimonial {margin-top: 0; }
section.center-content-section p {
    margin-bottom: 0;
}
.intro-faq-section .container {text-align: center; } 
.bnts-box {margin-top: 90px; width: 100%; display: inline-block; text-align: center; }
.bnts-box a.btn {margin-bottom: 0; background-color: #F4F0E8; color: #173327; }
.camp-experiences .container > h3 {margin-top: 0; }
.certificat-logos + .faq-info-section {padding-top: 80px; }
.center-content-section h2 {margin: 0; color: #173327; margin-bottom: 25px; letter-spacing: -0.5px; }
.center-content-section + .camp-experiences {margin-top: 0; padding-top:100px; }
.history-section h2 {text-align: center; margin-bottom: 29px; }
section.history-section {padding-top: 109px; letter-spacing: -0.3px; margin-bottom: 94px; }
.history-section .container > p {max-width: 752px; margin: 0 auto 15px; text-align: center; line-height: 150%; }
.history-inner:before {content: ""; position: absolute; left: 50%; width: 115px; height: 100%; margin-left: -59px; top: 14px; background: url(images/dote-line-bg.png) no-repeat top center; }
.history-inner {position: relative; margin-top: 112px; max-width: 1028px; margin: 140px auto 0; }
.history-box.move-right .history-content {width: 50%; padding-left: 72px; /* max-width: 500px; */ }
.history-box.move-right .history-content:first-child {margin-top: -92px; }
.history-box.move-right {justify-content: flex-end; }
.history-box {display: flex; flex-wrap: wrap; margin-bottom: 0px; }
.history-box h3 {margin-top: 0; font-size: 20px; line-height: 119%; letter-spacing: -0.1px; position: relative; margin-bottom: 0; }
.history-box h3:before {content: ""; position: absolute; width: 22px; height: 22px; background-color: #8DB296; border-radius: 50px; left: -64px; top: 4px; }
.history-content {width: 50%; }
.history-section h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #173327;
}
.history-box.move-left .history-content {text-align: right; padding-right: 99px; display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-end; }
.history-content img {margin-bottom: 21px;     max-width: 82px;}
.history-content p {margin-top: 2px; line-height: 122%; max-width: 473px; }
.history-box.move-left .history-content h3:before {right: -65px; left: auto; }
.history-box:nth-child(3) {margin-top: 42px; }
.history-box:nth-child(3) h3:before {top: 0; left: -80px; }
.history-box:nth-child(3) .history-content {padding-left: 22px;}
.history-box.move-right:nth-child(4) {margin-top: 114px; margin-left: 48px; }
.history-box.move-right:nth-child(4) .history-content {padding-left: 61px; }
.history-box.move-right:nth-child(4) h3:before {left: -47px; }
.history-box.move-right:nth-child(5) {}
.history-box.move-left:nth-child(4) {}
.history-box.move-left:nth-child(5) {margin-top: -30px; }

.history-box.move-left:nth-child(5) .history-content {padding-right: 31px; } 
.history-box.move-left:nth-child(5) h3:before {right: -80px; }
.history-box.move-right:nth-child(6) {margin-top: 135px; }
.history-box.move-right:nth-child(6) .history-content {padding-left: 0px; }
.history-box.move-right:nth-child(6) .history-content h3:before {left: -68px; top: 1px; }
.history-box.move-right:last-child {padding-left: 0; margin-top:132px; margin-bottom: 0; }
.history-box.move-right:last-child .history-content {padding-left: 31px; }
.history-box.move-right:last-child .history-content h3:before {left: -47px; }
.history-box.move-left:nth-child(6) {margin-top: 53px; }

.history-box.move-left:nth-child(6) .history-content {padding-right: 90px; }
.history-box.move-right:nth-child(7) {margin-top: 86px; }
.history-box:nth-child(7) .history-content {
    padding-left: 0;
}
.history-section .container > img {margin:30px auto 0; }
section.two-column-section {padding: 125px 0; }
.col-6 {width: 50%; }
.two-column-section .container {display: flex; flex-wrap: wrap; /* gap: 100px; */ }
.two-column-section h2 {margin-top: 18px; }
.two-column-section .col-6 {width: 50%; }
.two-column-section .col-6:first-child {padding-right: 80px; }
.two-column-section h2 {letter-spacing: -0.5px; line-height: 119%; }
.two-column-section .col-6:last-child {padding-left: 85px; }
.two-column-section p {line-height: 148%; }
section.our-hosts-section {background-color: #2e5a47; padding: 107px 0; }
.our-hosts-section h2 {text-align: center; color: #fff; margin-top: 0; }
.page-about-us section.our-hosts-section {
    padding-bottom: 3px;
}
 .our-hosts-section .container > p {max-width: 727px; margin: 0 auto; text-align: center; color: #fff; }
.our-hosts-section .container > img {margin: 59px auto; }
.hosts-box {background-color: #fff; border-radius: 16px; overflow: hidden; padding: 33px; display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.hosts-inner {margin-top: 98px; }
.hosts-image {width: 28.5%; border-radius: 12px; overflow: hidden; height: 380px;}
.hosts-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
        object-position: top;
}
.page-about-us .our-hosts-section .hosts-box {
        align-items: flex-start;
} 

.hosts-content {width: 71.5%; padding-left: 61px; padding-right: 55px; }
.hosts-content h3 {font-size: 40px; font-weight: 400; margin-top: 24px; margin-bottom: 0; }
.hosts-content h5 {font-size: 19px; margin-top: 7px; }
.hosts-content p {line-height: 150%; margin-bottom: 29px; }
.contact-section h2 {text-align: center; margin-bottom: 20px; }
section.contact-section {padding-top: 77px; }
.contact-section p {text-align: center; max-width: 584px; margin: 0 auto; font-size: 18px; line-height: 1.2; }
.contact-form ul {padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 15px 20px; }
.contact-form ul li {width: calc(50% - 10px); list-style-type: none; float: left; margin-bottom: 0; }
.contact-form ul li label {display: block; font-weight: 600; color: #173327; letter-spacing: -0.9px; margin-bottom: 3px; }
.contact-form ul li input, .contact-form ul li select, .contact-form ul li textarea {height: 64px; border: solid 1px #8DB296; border-radius: 6px; width: 100%; }
.contact-form {max-width: 870px; margin: 70px auto; }
.contact-form ul li:nth-last-of-type(1) {width: 100%; }
.contact-form ul li textarea {height: 173px; }
input[type="submit"] {background-color: #173327; display: block; font-weight: 400; color: #fff; letter-spacing: -0.9px; margin-bottom: 3px; padding: 14px 34px; font-size: 20px; border-radius: 50px; font-family: 'PP Neue Montreal'; max-width: 187px; letter-spacing: 0.2px; margin: 0px auto; }
.address-section {background-color: #F4F0E880; padding: 151px 0; margin-top: 85px; }
.address-section h2 {text-align: center; margin-top: 0; letter-spacing: -0.8px; }
section.address-section {
}
.address-box {width: calc(50% - 7px); border: solid 1px #cad7cd; padding: 39px 0 0; border-radius: 13px; float: left; }
.address-info {padding: 0 45px; display: flex; flex-wrap: wrap; margin-top: 71px; gap: 14px; }
.address-section .container {max-width: 1434px; }
.address-box h3 {margin: 0; font-size: 40px; font-weight: 400; color: #173327; padding-left: 24px; letter-spacing: -0.4px; }
.address-box ul li {list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; color: #173327; margin-bottom: 31px; font-size: 18px;    font-size: 18px;
    position: relative; 
    padding-left: 37px; }
.address-box ul {margin-top: 72px; padding-left: 23px; }
.address-box ul li img {margin-right: 15px; position: absolute;
    left: 0;}
.address-box ul li a {color: #173327; }
.map-box iframe {width: 100%; border-top-right-radius: 17px; border-top-left-radius: 17px; height: 400px; }
.map-box {position: relative; margin-top: 46px; }
.map-box a.btn {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }




section.center-content-section {padding: 100px 0; text-align: center; }
 .center-content-section h2 {color: #fff;    max-width: 715px;
    margin-left: auto;
    margin-right: auto; }
.center-content-section p {max-width: 630px; margin: 0 auto 30px; }
.center-content-section .btn {background-color: #f9f7f3; color: #000; }
section.image-overlay-text a.btn {margin-top: 34px; background-color: #f2f2f2; color: #000; }
section.image-overlay-text a.btn:hover {
    background-color:#2E5A47;
    color: #fff;
}
.left-right-content  + section.activities-section {padding-top: 0; }
 .two-cloumn-image-section h2 {text-align: center; }
.two-cloumn-image-section .container > p {text-align: center; }
.two-cloumn-image-inner {display: flex; flex-wrap: wrap; gap: 20px; }
.two-cloumn-image-inner .cloumn-box {width: calc(50% - 20px); }
.cloumn-box h3 {padding: 0 20px; font-size: 30px; font-weight: 400; letter-spacing: -0.3px; margin-bottom: 0; }
.cloumn-box ul,.cloumn-box p {padding: 0 20px;}
.cloumn-box ul {padding-left: 43px; }
section.two-cloumn-image-section {padding-bottom: 100px; }

.activity-tag span {padding: 8px 14px; border-radius: 30px; background-color: rgb(46 90 71 / 75%); margin-right: 6px; margin-bottom: 5px; font-size: 14px; font-weight: 400; color: #fff; backdrop-filter: blur(6px); display: inline-flex; }
.activity-tag span:last-child {margin-right: 0;}
.activity-card {position: relative; } 
.activity-tag {position: absolute; left: 10px; top: 10px; }
.activities-tab-btns {display: flex; justify-content: center; gap: 19px; margin-top: 50px; }
.activities-tab-btns .btn {color: #173327; display: flex; flex-wrap: wrap; align-items: center; background-color: transparent; border: solid 1px #8DB296; }
.activities-tab-btns .btn span {display: flex; align-items: center; width: 25px; height: 25px; border-radius: 50px; align-items: center; justify-content: center; color: #fff; background-color: #2E5A47; margin-left: 8px; font-size:14px; }
.activities-tab-btns .btn:hover {background-color: #2E5A47; color: #fff; }
.activities-section .activity-card .activity-image {height: 18rem; }
.activities-tab-btns .btn:hover span {background-color: #fff; color: #2E5A47; }
.three-cloumn-image-section {padding: 100px 0 0; }
.three-cloumn-image-section h2 {text-align: center; }
.three-cloumn-image-section .container > p {text-align: center; max-width: 700px; margin: 0 auto; }
.three-cloumn-image-inner {margin-top: 60px; display: flex; flex-wrap: wrap; gap: 20px; }
.three-cloumn-image-inner .cloumn-box {width: calc(33.333% - 20px); }
.three-cloumn-image-section + .three-cloumn-image-section {margin-bottom: 80px; }
.activities-section + .image-overlay-text {margin-top: 0; }
.resources-inner {display: flex; flex-wrap: wrap; padding-top: 100px; align-items: center; }
 .resources-image {width: 50%; }
.resources-content {width: 50%; padding-left: 80px; }
.resources-inner.image-right {flex-direction: row-reverse; }
.resources-inner.image-right .resources-content {padding-left: 0; padding-right: 60px; }
.resources-content h2 {color: #212429; font-weight: 400; margin: 0 0 40px; }
.resources-title h4 {font-size: 20px; font-weight: 400; margin: 0; padding: 26px 0; cursor: pointer; position: relative; }
.resources-item {border-top: solid 1px #000; }
.resources-title h4:after {content: ""; position: absolute; border: solid #2e5a47; border-width: 0 2px 2px 0; border-color: #000; padding: 3px; display: inline-block; transform: rotate(45deg); right: 12px; top: 34px; }
.resources-item-text {margin-bottom: 36px; padding: 0 20px; }
.resources-title.active h4:after {transform: rotate(-135deg); top: 38px; }
section.resources-content-section {padding-bottom: 120px; }
.protected-section .container {max-width: 800px; }
.protected-section .container h2 {text-align: center; }
.protected-section {padding: 80px 0; }
.protected-section .container > p {text-align: center; max-width: 650px; margin: 0 auto; }
.protected-section form {max-width: 427px; margin: 40px auto; }
.protected-section form label {display: block; font-size: 18px; font-weight: 600; color: #173327; margin-bottom: 14px; margin-left:0; }
.protected-section form input {width: 100%; height: 58px; border-radius: 5px; border: solid 1px #8DB296; }
.page-id-4278 .protected-section form input[type="submit"] {background-color: #2E5A47; border-radius: 50px; width: 136px;margin-top: 26px; }

.banner-bottom-nav + .camp-date-section {margin-top: 100px; }
.camp-date-section {margin-bottom: 100px; }
.camp-date-section h2 {text-align: center; }
.camp-date-section .container > p {text-align: center; max-width: 600px; margin: 0 auto; }

.camp-date-inner {padding-top: 71px; display: flex; flex-wrap: wrap; align-items: center; }
.camp-left-image {width: 50%; }
.camp-right-content {width: 50%; padding-left: 70px; }
.camp-right-content h3 {font-weight: 500; font-size: 40px; }
.select-date {border: solid 1px #8db29657; }
.booking-btns .btn + btn {background-color: transparent; }
.booking-form button.btn + .btn {background-color: transparent; color: #2E5A47; margin-bottom: 0}
a.btn.learn-btn:hover {
    text-decoration: none;
    background-color: #2E5A47;
    color: #fff;
}
.camp-left-image img {
    border-radius: 10px;
}
.booking-form a.btn.learn-btn {
        border: solid 1px #2E5A47;
}
.book-now-btn {margin-top: 20px;}
.booking-btns {gap: 15px; display: flex; margin-top: 6px; width:100%; }
.camp-right-content h4 {font-size: 20px; font-weight: 600; }
.camp-right-content ul {margin: 0; padding: 0; }
.camp-right-content ul li {list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 13px; }
.camp-right-content ul li img {margin-right: 6px; }
.camp-right-content ul li strong {margin-right: 5px; }
.camp-date-inner.image-right {flex-direction: row-reverse; }
.camp-date-inner.image-right .camp-right-content {padding-left: 0; }
.faq-content-section h2 {text-align: center; margin: 0; } 
section.faq-content-section {padding: 90px 0; }
.faq-content-section .tab-container {padding: 50px 0; background-color: transparent; flex-wrap: wrap; }

.tab-container ul.tab-menu {width: 100%; display: flex; flex-wrap: wrap; padding-left: 0;}
.blog-left-image .blog-category span,span.featured-post-badge {border-radius: 50px; color: #fff; }
.blog-left-image .blog-category span:hover,span.featured-post-badge:hover {background-color: #fff; color: #000; cursor: pointer; }
.blog-right-content .text-link:hover {background-position:right center; }
.serach-form {display: flex; flex-wrap: wrap; width: 100%; justify-content: center; margin-top: 86px; }
.search-form input[type="serach"] {height: 61px; font-size: 20px; border: none; border-bottom: none; font-size: 30px; padding-right: 100px; }
.search-form button.button {position: absolute; width: 60px; height: 60px; background: url(images/faq-search-icon.png); border: none; font-size: 0; right: 0; }
.search-form form {border-bottom: solid 1px #8DB296; position: relative; max-width: 576px; width: 100%; }
.search-form {display: flex; flex-wrap: wrap; width: 100%; justify-content: center; margin-top: 62px; }
.search-faq-form input {
    height: 66px;
    border: none;
    width: 100%;
    font-size: 24px;
    padding-right: 55px;   
    appearance: none;
}
.blog-left-image-inner span.featured-post-badge {
    background-color: #fff;
    color: #2e5a47;
}
.no-blogs-message p {
    font-size: 24px;
    color: #2e5a47;
    font-weight: 500;
    margin: 0;
}
.faq-info-section .accordion-box {border-bottom: solid 1px #8DB296; /*    border-radius: 0; margin-bottom: 0; padding: 25px 0;*/ }
.faq-info-section .accordion-box:first-child {border-top: solid 1px #8DB296; }
h2.overview-heading {max-width: 800px; margin: 0 auto 28px; }

.page-id-4482 h2.overview-heading {margin-bottom: 0;} 
.popup-wrapper {position: fixed; background: rgba(46, 90, 71, 0.8); backdrop-filter: blur(20px); width: 100%; height: 100%; right: 0; top: -100%; z-index: 9; display: flex; justify-content: center; flex-direction: column; flex-wrap: wrap; transition: all 0.5s ease-in-out; }
.popup-wrapper.popup-open {top: 0;}
span.close:after,span.close:before {content: ""; position: absolute; width: 23px; height: 2px; background-color: #fff; transform: rotate(45deg); top: 16px; left: 6px; }
span.close:after {transform: rotate(135deg); }
.serach-bar span {cursor: pointer; }
span.close {position: absolute; right: 22px; top: 22px; font-size: 0; cursor: pointer; width: 34px; height: 34px; }
.popup-wrapper form {width: 100%; max-width: 566px; margin: 0 auto; display: block !important; }
.popup-wrapper h3 {text-align: center; color: #fff; font-size: 40px; font-weight: 400; }
.popup-wrapper input[type="search"] {width: 100%; background-color: transparent; border: none; border-bottom: solid 1px #fff; height: 66px; font-size: 30px; color: #fff; padding-right:60px; }
.popup-wrapper button {position: absolute; height: 52px; background-color: transparent; border: none; font-size: 0; background: url(images/popup-search-icon.png) no-repeat left center; width: 52px; right: 0; background-size: contain; top: 6px; cursor: pointer; }
.popup-wrapper input[type="search"]::placeholder {color: #fff; }


.blog-category span a {color: #fff; }

.blog-content .blog-box h3 a,.blog-box h3 a {color: #173327; }
.blog-content .blog-box h3:hover a,.blog-box h3:hover a {text-decoration: underline; }
.blog-category span a:hover {background-color: #000; }
.blog-image a {display: flex; flex-wrap: wrap; height: 100%; width: 100%; line-height: normal; overflow: hidden; }
.blog-image img { height: 100%; width: 100%; object-fit:cover; }
.gallery-box {display: block; /*    column-count: 3;*/ }
.gallery-box a {border: solid 4px #fff; overflow: hidden; /* display: flex; */ }

.page-id-5  .hero-content {padding-top: 0; }
.page-id-5  section.hero-section {align-items: center; min-height: 889px; }
.activity-content h3 a {color: #173327; }

.accommodation-inner.three-column {display: flex; flex-wrap: wrap; margin-top: 35px; }
section.blog-section + section.blog-section {padding-top: 0; }
section.hero-section.align-middle {min-height: 894px; align-items: center; }
section.hero-section.align-middle .hero-content {padding-top: 90px; }
.search-form {display: flex; flex-wrap: wrap; width: 100%; justify-content: center; margin-top: 62px; }
.search-faq-form input {height: 66px; border: none; width: 100%; font-size: 24px; }
.accordion-content {display: none; }
.page-faqs .faq-info-section .accordion-box {margin-bottom: 0; border-radius: 0; padding: 20px 0; }
.page-faqs .faq-info-section .accordion-box:first-child {border-top: navajowhite; }
.page-faqs .center-content-section h2 {color: #173327; text-transform:none; }
.page-faqs .center-content-section .btn {background-color: #2E5A47; color: #fff;     margin-top: 30px;}
.page-faqs .center-content-section p {color: #173327; } 
.btn-wrap {display: flex; justify-content: center; margin-top: 44px; gap: 25px; }
.password-popup-overlay {position: fixed; z-index: 999; left: 0; top: 0; background-color: rgba(0 0 0 / 0.2); width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.password-popup-box {width: 100%; max-width: 660px; background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; }
.password-popup-box h3 {font-size: 40px; color: #173327; line-height: 110%; font-weight: 400; margin-bottom: 0; margin-top: 0; }
input#pagePassword {width: 100%; height: 58px; border-radius: 5px; max-width: 399px; border: solid 1px #8DB296; margin: 0 auto; display: block; padding: 10px 15px; }
button#submitPassword {background-color: #2E5A47; border-radius: 50px; width: 136px; height: 58px; color: #fff; border: solid 1px #8DB296; padding: 14px 34px; font-size: 20px; border-radius: 50px; font-family: 'PP Neue Montreal'; max-width: 187px; margin-top: 15px; }
button#submitPassword:hover {background-color: transparent; color: #2E5A47; cursor: pointer; }
.hero-section + section.center-content-section h2 {color: #173327; }
.hero-section + section.center-content-section p {max-width: 560px}
.single-activities section.blog-page-content {margin-bottom: 60px; }
.hero-section + .form-content-section {padding-top: 62px; }
p.gform_description {max-width: 600px; margin: 0 auto 70px; }
.experience-box + .bnts-box {
    margin-top: 40px;
} 
.experience-box + .bnts-box .btn:hover {
    opacity: 0.5;
}

.form-content-section {max-width: 1018px; margin: 0 auto; padding-top: 224px; padding: 249px 50px 0; }
.form-content-section h1 {text-align: center; font-size: 40px; line-height: 120%; font-weight: 400; color: #173327; }
.form-content-section .gform_heading {text-align: center; }
p.gform_required_legend {display: none; }
.form-content-section .gform_wrapper.gravity-theme .gf_page_steps {display: flex; justify-content: center; margin: 64px 0 87px; border-bottom: none; }
.form-content-section .gform_wrapper.gravity-theme .gf_step_number {background-color: #F4F0E8; width: 39px; height: 39px; border: none; padding: 0; display: flex; justify-content: center; align-items: center; font-size: 20px; line-height: 120%; }
.form-content-section .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {background-color: #C5D9CA; color: #173327; }
.form-content-section .gform_wrapper.gravity-theme .gf_step {margin: 0; padding: 0 65px; position: relative; }
 .form-content-section .gform_wrapper.gravity-theme .gf_step:after {content: ""; position: absolute; right: -54px; width: 105px; background-color: #d9d6d6; height: 1px; top: 19px; }
.form-content-section .gform_wrapper.gravity-theme .gf_step:last-child:after {display: none; }
body .gform_wrapper.gravity-theme .gfield input, 
body .gform_wrapper.gravity-theme .gfield select {height: 64px; border-radius: 8px; border: solid 1px #8DB296; padding: 0 15px;    font-family: 'PP Neue Montreal'; font-size: 18px; color: #6C6C6C;}
body .gform_wrapper.gravity-theme .gfield_label {color: #173327; font-size: 18px; font-weight: 600; margin-bottom: 13px; }
body .gform_page_footer .gform-theme-button {background-color: #2E5A47; border-radius: 50px; height: 58px; color: #fff; border: solid 1px #8DB296; padding: 14px 34px; font-size: 20px; border-radius: 50px; font-family: 'PP Neue Montreal'; margin-top: 15px; margin: 0 auto; }
body .gform_wrapper.gravity-theme .gform_footer, 
body .gform_wrapper.gravity-theme .gform_page_footer {justify-content: center; display: flex; margin-top: 31px; margin-bottom: 61px; }
body .gform_wrapper.gravity-theme .gfield .ginput_container_email input {width: 100%; }
body .gform_wrapper.gravity-theme .gfield textarea {height: 164px; border-radius: 8px; border: solid 1px #8DB296; padding:12px 15px;    font-family: 'PP Neue Montreal';    font-size: 18px;
    color: #6C6C6C; }
body .gform_wrapper.gravity-theme .gfield_validation_message, 
body .gform_wrapper.gravity-theme .validation_message {background: transparent !important; border: none !important; font-size: 14.992px; margin-block-start: 6px !important; padding: 0 !important; }
body .gform_wrapper.gravity-theme .gform_footer .gform_button {cursor: pointer; border: solid 1px #173327; background-color: #173327; }

body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {background-color: #f4f0e7; border: solid 1px #f4f0e7; color: #173327; }
section.certificate-section {padding: 100px 0; }
.camp-experiences .experience-inner:last-child {margin-bottom: 0; }
.page-id-4444 .center-content-section .btn:hover {
    background-color: #f4f0e7;
    color: #000;
}
section.overview.two-column + .intro-faq-section {margin-top: 100px; }
.protected-section form input[type="submit"]:hover {background-color: transparent; cursor: pointer; color: #2e5a47; }
.page-content-section .container {max-width: 730px; }
section.page-content-section {margin: 100px 0; }
.page-content-section p strong {color: #173327; }
.page-content-section p {letter-spacing: normal; margin-bottom: 25px; }
.page-content-section ul li {margin-bottom: 15px; }
.hero-section + section.left-right-content.box {padding-top: 100px; }
.image-overlay-text + section.testimonial {margin-top: 0; }
.page-id-650 section.activities-section {padding-bottom: 100px; }
.single-post .blog-inner a.btn {margin-top: 60px; }

body .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {position: absolute; }
body .ginput_container.ginput_container_date .datepicker {padding-left: 40px !important;}
body .gform_wrapper.gravity-theme .ginput_container_date input {width: 100%; }
 body .gform_drop_area .gform_button_select_files {background-color: #F4F0E8; padding: 18px; font-size: 18px; border-radius: 45px; color: #173327; border: none; font-weight: 500; min-width: 153px; font-family: 'PP Neue Montreal'; cursor: pointer;}

.blog .blog-content .blog-box h3 {text-align: center; }
.single-blog-image a.fancybox.image {border-radius: 8px; overflow: hidden; display: block; }
.gallery-box a.fancybox.image img {width: 100%; height: 100%; object-fit: cover; border-radius:8px; }
.gallery-box a.fancybox.image {border-radius: 8px; display: block; height: 100%; }

.page-id-1084 .right-content ul li {background: url(images/hart-icon.png) no-repeat left center; list-style-type: none; background-size: contain; }
.page-id-1084 .right-content ul {padding-left: 0; }
.page-id-1084 .right-content ul li {background: url(images/hart-icon.png) no-repeat left center; list-style-type: none; background-size: 24px; padding-left: 37px; margin-bottom: 12px; }
.page-id-1084 section.center-content-section p {color: #fff; }
section.center-content-section .btn {margin-top: 30px; }
.testimonial-slider button.slick-prev.slick-arrow {z-index: 2; }
.left-right-content + .blog-section .container {flex-wrap: wrap;}
section.center-content-section .btn:hover {
    background-color: #c5d9ca;
}
.password-popup-box label {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
section.hero-section.align-middle .hero-content h1 {font-size: 90px; }
.camp-experiences .container .experience-inner + h3.heading {margin-top: 100px; }
.accordion-box.open h4.faq-title,.accordion-box .faq-title:hover {font-weight: 700; }
.accordion-box.open h4.faq-title:after {transform: rotate(225deg); margin-top: 7px; }
.accordion-content p {font-size: 16px; line-height: 120%; letter-spacing: normal; }
 
.faq-info-section + a.btn {margin-top: 40px; }
.accommodation-inner {display: flex; flex-wrap: wrap; justify-content: center; }
.accommodation-inner.two-column .blog-box {width: calc(50% - 16px); }
.banner-bottom-nav + section.left-right-content {padding-top: 60px; }
.accommodation-inner.two-column .blog-box h3 {margin-bottom: 15px; }
.footer-bottom .container div {display: flex; flex-wrap: wrap; }
.home .overview .experience-inner {align-items: flex-start; }
.footer-box:nth-child(2) ul li > a:after {content: ""; position: absolute; border: solid #ffffff59; border-width: 0 2px 2px 0; padding: 3px; right: 20px; transform: rotate(45deg); top: 15px; }
.home .overview .experience-inner .experience-box h4 {font-size: 20px; }
.camp-experiences .container p + h3 {margin-top: 60px; }
a.btn.show-more-btn {margin-bottom: 0; margin-top: 78px; }
.page-welcome-to-cave-hill-creek .gallery-box a.fancybox.image:first-child {display: none; }
div#share-modal {position: fixed;right: 20px;top: 174px;background-color: #fff;max-width: 660px;padding: 40px;width: 100%;flex-wrap: wrap;justify-content: center;border-radius: 10px;box-shadow: 0 0 10px rgba(0 0 0 / 2); z-index: 99;}
.share-modal-content {text-align: center; }
a.share-icon {width: 72px; height: 72px; display: flex; flex-wrap: wrap; background: url(images/fb-icon.png) no-repeat center; font-size: 0; background-color:#173327; border-radius: 50px; }
.share-buttons {display: flex; justify-content: center; gap: 25px; margin: 40px 0; }
input#shareUrl {background-color: #F4F0E880; height: 50px; border-radius: 8px; border: none; padding: 10px 44px 10px 23px; width: 100%; text-overflow: ellipsis; max-width: 290px; font-size: 20px; font-family: 'PP Neue Montreal'; }
button#copyBtn {width: 110px; height: 50px; border-radius: 50px; border: none; background-color: #2E5A47; color: #fff; font-size: 20px; position: absolute; right: -31px; font-family: 'PP Neue Montreal'; cursor: pointer; }
.copy-field {position: relative; }
button#copyBtn:hover {opacity: 0.6; }   
a.share-icon.tw {background: url(images/tw-icon.png) no-repeat center; background-color: #173327; }
a.share-icon.ln {background: url(images/in-icon.png) no-repeat center; background-color: #173327; }
a.share-icon.em {background: url(images/email-icon.png) no-repeat center; background-color: #173327; }
span.close.close-share:after,span.close.close-share:before {color: #000; background-color: #173327; }

.page-about section.overview {
    padding-bottom: 90px;
}

.page-contact section.form-content-section {
    padding-top: 50px;
}
.page-residential-camps .show-more-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f4f0e8 64%);
}

.error404  header {
    position: relative;
}

section.error-404.not-found {
    max-width: 1510px;
    margin: 60px auto;
    padding: 0 40px;
}

.widget.widget_recent_entries, .widget.widget_categories, .widget.widget_archive,.widget.widget_tag_cloud {
    display: none;
}


.error-404 form.search-form {
    margin-top: 35px;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.error-404 .search-form label {
    max-width: 500px;
    width: 100%;
    margin-right: 15px;
}
.error404 h1.page-title {
    text-transform: uppercase;
}
.error-404 input[type="submit"] {
    margin: 0;
}
header.page-header {
    z-index: 1;
}
.error-404 .search-form input.search-field {
    border-radius: 50px;
    padding: 10px 20px;
    border: solid 1px #173327;
    height: 55px;
    width: 100%;
    font-size: 16px;
}

section.left-right-content.image-slider {
    padding-top: 85px;
}


.search-results header {
    position: relative;
}
.page-residential-camp .show-more-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f4f0e8 64%);
}

.page-residential-camp .blog-section .container {
    flex-direction: column;
}
section.left-right-content.image-slider.left-right-content .container > p {
    margin-bottom: 20px;
}




@media (min-width:992px) {
    .overview.five-column .experience-box {width: calc(20% - 14px); margin-left: 7px; margin-right: 7px; }
    .overview.five-column .experience-box .experience-image {height: 230px; } 
}
 
@media (min-width:1280px) {
    .gallery-box {padding-left: 2vw;}
}
@media (min-width:1600px) {
    .gallery-box {padding-left: 7vw;}
}
@media (min-width:2000px) {
    .gallery .container {max-width: 100%; }
}

@media (max-width:1600px) {
    .right-content h3 {font-size: 40px;}
    .two-column-section .col-6:last-child {padding-left: 50px; }
    .two-column-section .col-6:first-child {padding-right: 30px; }
    section.hero-section {min-height: 900px;}
    .mega-menu {top: 96px;} 
    .single-blog-banner {margin-top: 174px;}
    .admin-bar .single-blog-banner {margin-top: 141px; }
    .banner-nev ul li a, .banner-sub-nev ul li a {font-size: 16px;}
    a.share-btn {font-size: 18px;}
    .experience-image {height: 260px;}
    .home .hero-content h1 {
    max-width: 915px;
}
.center-content-section h2 {
   
    max-width: 680px;
}
.cave-hill-menu .mega-menu ul li.mega-box h3,
.cave-hill-menu .mega-menu ul li.mega-box h3 a,
.silverband-menu .mega-menu ul li.mega-box h3,
.silverband-menu .mega-menu ul li.mega-box h3 a {
    font-size: 16px;
}

}

@media (max-width: 1200px) {
    .booking-form .btn {font-size: 16px;}
    .container {padding: 0 30px}
    .blog-right-content {padding-left: 50px;}
    .blog .blog-content .blog-box {
    width: calc(50% - 16px);
}
}

@media (max-width:992px) {
    div#share-modal {width: 89%;}
.address-section {padding: 85px 0;}
    .camp-right-content {padding-left: 0;}
    .camp-left-image {width: 100%; }
    .camp-right-content {width: 100%;}
    section.hero-section.align-middle .hero-content h1,
    section.hero-section.align-middle .hero-content h1 strong {font-size: 60px;}

.faq-content-section .tab-container {    padding: 40px 15px;}
.activity-card {width: calc(33.333% - 14px); }
.left-right-content + section.activities-section {
    padding-top: 31px;
}
section.hero-section.align-middle {min-height: 550px; }
section.hero-section.align-middle .hero-content {padding-top: 50px; } 
.left-right-content-inner.image-right .right-content {padding-left: 0; padding-right: 0; margin-top: 0; }
.left-right-content-inner.image-right:last-child .right-content {margin-bottom: 30px; }
.show-more-container  {height: 280px}
h2 {font-size: 24px; }
.overview .experiences {padding-top: 30px; }
h2.overview-heading {margin-bottom: 20px;} 
section.center-content-section {padding: 60px 0;}
.right-content h3 {margin-bottom: 10px}
.activities-section .activity-card .activity-image {height: 14rem;}
.activities-section .activity-content p {font-size: 16px;}
.experience-box + .bnts-box {margin-top: 7px; }
.center-content-section + .camp-experiences,section.camp-experiences {padding-bottom: 60px;}
section.intro-faq-section {padding: 60px 0} 
.faq-info-section h2 {margin-bottom:40px;}
section.banner-bottom-nav {padding: 12px 0 8px;display: flex;justify-content: center; top: 124px;}
a.share-btn {font-size: 16px;}
.banner-nev ul li a,.banner-sub-nev ul li a {font-size: 16px;}
.form-content-section {padding: 149px 20px 0;}
.history-inner {margin-top: 110px;}
section.hero-section.align-middle {    background-position: center !important;}
section.faq-content-section {padding: 60px 0;}
.hero-section + section.left-right-content.box {
    padding-top: 50px;
}
.search-faq-form input {height: 41px; font-size: 15px; }
.search-form {padding: 0 20px; }
.search-form button.button {height: 32px;width: 32px;background-size: contain;}
h4.faq-title {font-size: 16px; }
.page-id-4444 .faq-info-section .accordion-box {padding: 14px 15px; }
.tab-content .faq-info-section {padding: 0 10px; }
h4.faq-title:after {padding: 3px; border-width: 0 1px 1px 0; }
section.faq-content-section {padding-bottom: 0; }
.faq-content-section .tab-container {padding-bottom: 0; }
.search-form {margin-top: 35px; }
   .single-blog-banner {margin-top: 67px;}
   .admin-bar .single-blog-banner {
    margin-top: 95px;
}
.single-post .blog-inner a.btn {
    margin-top: 15px;
}

.form-content-section .gform_wrapper.gravity-theme .gf_step {    padding: 0 38px;}
.form-content-section .gform_wrapper.gravity-theme .gf_step:after {right: -30px;
    width: 62px;}
body .gform_wrapper.gravity-theme .gfield textarea {height: 130px;} 
.banner-bottom-nav + .camp-date-section {margin-top: 60px; }
.camp-date-inner {padding-top: 40px;}
.camp-right-content h3 {font-size: 24px;color: #173327;}
.camp-date-inner.image-right .camp-right-content {margin-bottom: 0;}
.camp-right-content h4 {font-size: 16px; font-weight: 600; margin-bottom: 13px; }
.camp-date-section {margin-bottom: 60px; }

.booking-form a.btn.learn-btn {line-height: 1.5; font-size: 14px;}
.camp-experiences .container .experience-inner + h3.heading {
    margin-top: 50px;
}
.center-content-section + .camp-experiences {padding-top: 60px;}
.footer-bottom p {margin-bottom: 30px; } 
.history-box h3 {font-size: 18px;}
}



.book-now-btn a.btn {
    margin-right: 12px;
    padding: 15px 30px;
    margin-right: 8px;
    font-size: 20px;
    line-height: 1.25;
    border: solid 1px #2E5A47;
}
p.sub-description {padding-right: 0;}
.book-now-btn a.btn {
    margin-right: 12px;
}
.book-now-btn a.btn.learn-btn {
    background-color: transparent;
    color: #2E5A47;
    margin-bottom: 0;
    border: solid 1px #2E5A47;
}
.book-now-btn a.btn.learn-btn:hover {
    background-color: #2E5A47;
    color: #fff;
}
p.sub-description {    
    padding-right: 71px;
}
.page-contact .footer-image-btn a.btn {
    display: none;
}
body .gform_wrapper.gravity-theme .gfield_description.instruction {
    color: #8D8D8D;
    line-height: 99%;
    font-weight: 400;
    font-size: 13px;
}
body .gform_wrapper.gravity-theme .gfield_description.instruction strong {    color: #173327;}
.tab-blog-content-section .tab-container {
    display: none;
}

@media (max-width:767px) {
    .blog .blog-content .blog-box {
    width: calc(100% - 16px);
}
body .gform_wrapper.gravity-theme .gfield input, body .gform_wrapper.gravity-theme .gfield select {
    font-size: 16px;
}
body .gform_wrapper.gravity-theme .gfield_label {font-size: 16px;}
body .gform_wrapper.gravity-theme .gfield textarea {font-size: 16px; height: 170px;}

.home .overview .experience-inner .experience-box h4 {
    font-size: 16px;
}
.page-id-2381 .right-content h3 {text-align: center; }
section.banner-bottom-nav {top: 119px;}
section.hero-section.align-middle .hero-content h1,
section.hero-section.align-middle .hero-content h1 strong {font-size: 30px; } 
.hero-section + section.left-right-content.box {padding-top: 40px; }
.address-box {width: calc(100% - 7px); }
.address-info {padding: 0; margin-top: 30px; }
.address-box h3 {font-size: 22px; }
.address-box ul {margin-top: 30px; }
.address-box ul li {font-size: 14px; margin-bottom:22px;}
p.gform_description {text-align: left; margin-bottom: 33px; }

.page-id-5 section.hero-section {min-height: 650px;}
.camp-left-image {width: 100%; }
.gallery-box {display: block; column-count: 2; }
.footer-image-btn {height: 263px; }
.footer-image-btn img {height: 100%; width: 100%; object-fit: cover; }
.camp-right-content {width: 100%; padding-left: 0px; margin-bottom: 30px; }
.activities-section .container {padding: 0 20px; }
.activities-tab-btns .btn {font-size: 14px; padding: 10px 15px; margin-bottom: 0; }
.activities-tab-btns .btn span {font-size: 12px; width: 18px; height: 18px; }
.activity-tag span {font-size: 12px;padding: 6px 12px; }
.activity-card {width: calc(50% - 10px); }

.activities-section .activity-content p {font-size: 14px; margin-bottom: 0; }
.three-cloumn-image-inner {overflow: auto; flex-wrap: nowrap; }
.three-cloumn-image-inner .cloumn-box {width: calc(100% - 20px); min-width: 300px; }
.cloumn-box h3 {font-size: 20px; }


.resources-image {width: 100%; }
.resources-content {padding: 0; width: 100%; margin-top: 51px; }
.resources-inner.image-right .resources-content {padding: 0; }
.resources-title h4 {padding: 21px 0; }
.resources-title h4:after {top: 30px; }
.blog-content .blog-inner {flex-wrap: wrap; }
.blog-content .blog-box h3 {text-align: left; }
.blog-content .blog-box {width: 100%;margin: 0;}
.blog-content .blog-box {margin-bottom: 15px;}
.blog-content .blog-box h3 {margin-top: 8px}
.blog-box h3 {font-size: 18px; }
.blog-category span a {font-size: 12px; } 
.footer-box ul {padding-left: 0;}
.footer-box:nth-child(2) ul li a,.footer-box:nth-child(3) ul#menu-footer-menu-2 li a {
    padding: 10px 15px 10px;
}
.footer-image-btn {margin-top:40px; }
.footer-middle {margin-top: 35px; }
.blog-image {max-height: none; height: 210px;}
.footer-box ul.social-icon {
    display: none;
}
.blog-image img {object-fit: cover;}
.blog-text p {margin-top: 8px;}
.blog-content .blog-box:last-child {margin-bottom: 0; }

.page-id-5  .hero-content {padding-top: 0; }
.page-id-5  section.hero-section {align-items: center; min-height: 650px; }
.history-inner:before {left: 64px; }
.history-box.move-right {justify-content: flex-start; }
.history-box.move-right .history-content {width: 100%; padding-left: 117px; }
.history-box.move-right .history-content h3:before {left: -45px; }
.history-box.move-left .history-content {padding-right: 0; padding-left: 67px; text-align: left; width: 100%; align-items: baseline; }
.history-box h3 {font-size: 14px; letter-spacing: normal; }
.history-content p {font-size: 14px; letter-spacing: normal; line-height: 130%; }
.history-box.move-left .history-content h3:before {right: auto; left: -54px; top: 0; }
.history-content img {max-width: 54px; margin-bottom: 16px; }
.history-box.move-right .history-content {}
.history-box:nth-child(3).move-right .history-content {padding-left: 83px; }
.history-box:nth-child(3).move-right .history-content h3:before {left: -64px; }
.history-box.move-right:nth-child(4) {margin-left: 88px;margin-top: 89px;}
.history-box.move-left:nth-child(5) .history-content {padding-right: 0; margin-left:60px; }
.history-box.move-right:nth-child(6) .history-content {padding-left: 78px; }
.history-box.move-right:last-child {margin-top:51px; margin-left: 59px; }
.history-section .container > img {margin: 45px auto 0; }
.two-column-section .col-6:first-child {padding-right: 0; }
.history-box.move-right:nth-child(6) {
    margin-top: 89px;
}
.history-box.move-right:nth-child(6) {
    margin-top: 107px;
}
.two-column-section .col-6:last-child {padding-left: 0; }
.two-column-section .col-6 {width: 100%; }
.hosts-content {padding: 0 20px; }
.hosts-content h3 {margin-top: 0; font-size: 18px; }
.hosts-content h5 {font-size: 12px; margin-bottom: 0; }
.hosts-box {padding: 12px; align-items: center; position: relative; margin-bottom:20px; }
.hosts-content p {display: none; }
.hosts-image {width: 77px;height: 90px; }
.our-hosts-section .container > img {max-width: 232px; margin: 43px auto 0; }
.hosts-inner {margin-top: 50px; }
section.our-hosts-section {padding: 60px 0 1px; }
.hosts-box .hosts-content:after {content: ""; position: absolute; border: solid #2e5a47; border-width: 0 2px 2px 0; padding: 4px; display: inline-block; right: 0; transform: rotate(45deg); top: 13px; }
section.two-column-section {padding: 40px 0 40px; }
section.history-section {padding-top: 50px;}
.right-content h3 { text-align: left;font-size: 22px;}
section.left-right-content.book-box .right-content h3 { text-align: center;font-size: 24px;}
section.activities-section {padding-top: 60px;} 
.page-id-650 .blog-section .container {flex-wrap: wrap; }
.accommodation-inner.three-column {overflow-x: auto; flex-wrap: nowrap; }

.accommodation-inner.three-column {display: flex; flex-wrap: wrap; margin-top: 35px; width: 100%; }
section.blog-section + section.blog-section {padding-top: 0; }
.blog-section .container {flex-wrap: nowrap; }
.page-destination-weddings .blog-section .container {
        flex-wrap: nowrap;
    }

.page-destination-weddings section.left-right-content + .blog-section .container {   flex-wrap: wrap;}
.accommodation-inner.three-column {overflow-x: auto; flex-wrap: nowrap; }
.hero-content h1 {margin-bottom: 20px;}
span.hero-bottom {margin-bottom: 90px;margin-top: 25px;        font-size: 12px;}
span.hero-bottom:after {height: 80px;}
.destination .container {padding: 0;}
section.hero-section {min-height: 754px; }  
.two-unique-destinations h2 {margin-top: 0;}
.overview .experience-inner .experience-box h4 {font-size: 16px;}
.footer-top h2 {margin-top: 0;}
.footer-box:nth-child(3) ul:first-child li {border-top: solid 1px #5a6c65; padding: 10px 15px; margin-bottom: 0; }
.testimonial + section.blog-content {margin-top: 65px; margin-bottom: 55px}
.footer-image-btn .btn {padding: 13px 20px;}  
 
.footer-box:nth-child(2) ul li,.footer-box:nth-child(3) ul#menu-footer-menu-2 li {padding: 0 20px}
.footer-box:nth-child(3) ul:last-child {margin-top:43px; margin-bottom: 20px;}
.footer-box:nth-child(3) ul:last-child li a {font-weight: 300; }
.footer-bottom {margin-top: 18px;}
.footer-box:last-child p {font-weight: 300;}
.footer-box:nth-child(3) {margin-bottom: 18px;}
.footer-bottom .container {flex-wrap: wrap; justify-content: center;}
.footer-box:nth-child(2) {margin-top: 30px;}
.right-content a.btn {margin-top: 18px; margin-bottom: 0;padding: 13px 18px;}
.blog-content .blog-text span.date {margin-left: 0; }
.blog-content .blog-text {padding-right: 0; padding-left: 0; }
.overview.two-column + section.intro-faq-section {margin-top: 100px; }
section.overview.two-column .experience-inner {flex-wrap: wrap; min-width: 100%; }
.overview.two-column .experience-inner .experience-box {width: 100%; margin: 0 0 20px; min-width: 100%; }
section.overview.two-column .experiences .container {padding-right: 20px; }
.overview.two-column .experience-inner .experience-box p {display: none; }
.destination-weddings h2 {margin-top: 0; }

.gallery-box a {width: 100vw; margin: 0; float: left; /* border: navajowhite; */ }

.gallery-box {column-count: auto; display: flex; flex-wrap: wrap; padding: 0 20px; }

.mobile-gallery .container {padding: 0; }
.gallery-box a.fancybox.image:first-child {width: 57vw; display: block; margin: 0; height: 55.8vw;}
.gallery-box a.fancybox.image:nth-child(2) {width: 37vw; height: 55.8vw; margin-top: -56vw; margin-left: 58vw;}
.gallery-box a img {width: 100%; object-fit: cover; }
.gallery-box a.fancybox.image:nth-child(3) {width: calc(40vw - 2px); height: 28vw; }
.gallery-box a.fancybox.image:nth-child(4) {        width: 54vw; height: 28vw; margin-top: -28vw; margin-left: 40.5vw;}
.gallery-box a.fancybox.image:nth-child(5) {width: calc(54vw - 2px); height: 28vw; }
.gallery-box a.fancybox.image:nth-child(6) {width: 40vw; height: 57vw; margin-top: -28vw; margin-left: 54vw;}
.gallery-box a.fancybox.image:nth-child(7) {width: 53.5vw; margin-top: -27.9vw; height: 57.5vw;}
.gallery-box a.fancybox.image:nth-child(8) {width: 41vw; float: right; margin-left: 54vw; margin-top: -29.4vw; height: 29.5vw;; }
.gallery {display: none;}

.page-cave-hill-creek .gallery-box a.fancybox.image:first-child {width: calc(20vw - 2px); height: 26vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(2) {        width: calc(37vw - 2px); margin-top: 0; margin-left: 1vw; height: 25vw;}
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(3) {width: calc(58vw - 2px); height: 52vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(4) {width: calc(33vw - 2px); height: 52vw; margin-top: -78vw; margin-left: 58vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(5) {
    width: calc(32vw - 2px);
    height: 26vw;
    margin-left: 58vw;
    margin-top: -26vw;
}
.footer-top h2 {letter-spacing: -0.2px;} 
 .left-right-content-inner {flex-direction: row; } 
.right-content {margin-top: 35px; margin-bottom: 0; } 
.page-id-646 .right-content a.btn,.page-id-4726 .right-content a.btn {margin-bottom: 0; }
.left-right-content-inner.image-right .right-content {padding: 0 15px; }
.btn-wrap {margin-top: 35px; gap: 6px; flex-wrap: wrap; }
.page-id-2659 .right-content h3 {text-align: center; }
section.single-blog-section {padding-top: 60px;}
.blog-inner a.btn {margin-top: 12px; }
.blog-page-content .blog-inner {justify-content: center;}
.blog-page-content h2 {margin-bottom: 25px; margin-top: 0; }
.page-id-650 section.activities-section {padding-bottom: 60px; }
.left-right-content h2 + .left-right-content-inner {padding-top: 30px; }
.left-right-content h2 strong {font-size: 22px; line-height: 130%; font-weight: 500; }
.destination-weddings a.btn {margin-top: 25px; margin-bottom: 0; }

.single-blog-section > .single-blog-content {padding-top: 0; }
.entry-content > h2.wp-block-heading {margin-top: 0; font-size: 22px;}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {line-height: normal; min-height: inherit; }
.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {width: 100%; }
/*.page-id-4150 .left-right-content-inner.image-right .right-content {margin-top: 0; margin-bottom: 35px; }*/
.page-id-4150 .image-overlay-text h2 strong {font-size: 34px;}
.page-id-4150 .image-overlay-text h2 strong {display: block; }
.page-id-4150 .blog-section .container {
        flex-wrap: nowrap;
    }
.blog-content .blog-box {margin-bottom: 15px;}
.blog .blog-content .blog-box h3 {text-align: left; }
.single-blog-image a.fancybox.image {border-radius: 8px; overflow: hidden; display: block; }
.blog-inner .blog-text a.btn {margin-top: 18px; }
.blog-section .container > p {margin-bottom: 6px;}
.overview.three-column .experience-inner {flex-wrap: nowrap; }
/*.overview.three-column .experience-inner .experience-box {margin: 0; width: 100%; min-width: 100%; margin: 10px 0; }*/
.overview.three-column .container {padding: 0 20px; }
.accommodation-inner.two-column .blog-box {width: calc(100% - 16px); margin-top:25px; }
.history-box {padding-bottom: 34px;}
.history-box:nth-child(3) {margin-top: 76px; }
.history-box.move-left:nth-child(5) {margin-top: -7px; } 
.activity-content {padding: 15px 0 0; }
.activities-grid {margin-top: 50px; gap: 15px;}
.blog-section .container {flex-wrap: wrap; }
.accommodation-inner.three-column {justify-content: flex-start;}
.show-more-container {height: 261px;}
.left-right-content + section.activities-section {padding-top: 60px; }
.footer-box ul li a {
        font-weight: 400;
        font-size: 14px;
    }
.footer-bottom p, footer-bottom ul li {font-size: 14px;}
.footer-bottom {padding-bottom: 30px;}
.home .blog-section .container {
    flex-wrap: nowrap;
}
 .footer-bottom p {
        font-size: 12px;
    }
.history-box.move-left:nth-child(6) {
    margin-top: 4px;
    padding-left: 3px;
}
.history-box.move-left:nth-child(6) .history-content {
    padding-right: 20px;
    padding-left: 60px;
}
    .history-box:nth-child(7) .history-content {
        padding-left: 48px;
    }
.history-box.move-right:nth-child(7) {margin-top: 30px;}
.history-box.move-right .history-content:first-child {margin-top: -67px;}
.camp-right-content h3 {text-align: center;}

}

.page-holiday-activities .show-more-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f4f0e8 64%);
}

@media (min-width:767px) {
    .page-id-1084 .gallery-box a:nth-child(1) {display: none; }
    .gallery-box a {float: left; width: 18.3vw; border: solid 8px #fff; overflow: hidden; position: relative !important; left: 0 !important; top: 0 !important; float: left; }
    .gallery-box a.fancybox.image:nth-child(2) {clear: both; width: 18.3vw; height:26.4vw; }
    .gallery-box a.fancybox.image:nth-child(3) {clear: both; height:13.6vw; }
    .gallery-box a.fancybox.image:nth-child(4) {margin-top: -39.7vw; height: 27.4vw; }
    .gallery-box a.fancybox.image:nth-child(5) {margin-top: -39.7vw;margin-left: 18.2vw;height: 14.2vw;}
    .gallery-box a.fancybox.image:nth-child(6) {margin-top: -25.6vw; margin-left: 18.2vw; height: 13.3vw; }
    .gallery-box a.fancybox.image:nth-child(7) {width: 34.4vw; margin-top: -12.4vw; height: 27vw; }
    .gallery-box a.fancybox.image:nth-child(8) {width: 38.6vw; margin-top: -39.7vw; height: 27vw;
     }
    .gallery-box a.fancybox.image:nth-child(9),
    .gallery-box a.fancybox.image:nth-child(10) {margin-top: -12.5vw; height: 26.95vw; }
    .gallery-box a.fancybox.image:nth-child(1) {height: 13.2vw; }
    .gallery-box a:nth-child(3) {height: 13.2vw; }
    .gallery-box .fancybox.image:nth-child(7) img {height: 25.4vw; }

.page-weddings .gallery-box a.fancybox.image:nth-child(1) {height: 40vw; }
.page-weddings .gallery-box a.fancybox.image:nth-child(2) {height: 14vw; }
.page-weddings .gallery-box a.fancybox.image:nth-child(3) {clear: none; margin-top: -39.7vw; height: 27.2vw; }
.page-weddings .gallery-box a.fancybox.image:nth-child(4) {margin-top: -39.7vw; margin-left: 17.2vw; height: 14.2vw; }
.page-weddings .gallery-box a.fancybox.image:nth-child(6) {width: 34.4vw; margin-top: -12.4vw; height: 27vw; margin-left: 0vw; }
.page-weddings .gallery-box a.fancybox.image:nth-child(5) {margin-top: -25.7vw; margin-left: 17.2vw; height: 13.2vw; }
.page-weddings .gallery-box a.fancybox.image:nth-child(7) {margin-top: -39.7vw; height: 27.2vw; }
.page-weddings .gallery-box a.fancybox.image:nth-child(8) {width: 17.4vw; margin-top: -12.4vw; height: 27vw; }
.page-weddings .gallery-box .fancybox.image:nth-child(7) img {height: 100%; }
.page-weddings .gallery-box a.fancybox.image:nth-child(1) img {object-position: -5vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(1) {height: 26.5vw; width: 16.95vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(2) {clear: none;width: 16.95vw;}
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(1) img {margin: 0 auto; object-position: left; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(3) {clear: none; width: 16.95vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(5) {margin-top: -26.5vw; margin-left: 51.2vw; height: 26.5vw; width: 34.7vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(4) {margin-top: -13vw; height: 12.95vw; width: 16.95vw; margin-left: 34vw; }
.page-cave-hill-creek .gallery-box a:nth-child(2) {clear: none; }
.page-cave-hill-creek .gallery-box a:nth-child(3) {clear: none;}
.page-cave-hill-creek .gallery-box a:nth-child(4) {margin-top: -16.4vw; clear: both; margin-left: 34.6vw; }
.page-cave-hill-creek .gallery-box a:nth-child(5) {clear: none; width: 28vw; margin-top: -33vw; margin-left: 52vw; }
   
}

@media (min-width:767px) and (max-width: 1200px) {
    .gallery-box a.fancybox.image:nth-child(9),
    .gallery-box a.fancybox.image:nth-child(10) { width: 19.5vw; }
   .gallery-box a.fancybox.image:nth-child(8) {float: left; margin-left: 54.6vw; margin-top: -54.2vw; }
    .gallery-box a.fancybox.image:nth-child(9),.gallery-box a.fancybox.image:nth-child(10) {margin-left: 54.6vw; margin-top: -27.2vw; }
    .gallery-box a.fancybox.image:nth-child(7) {width: 36.5vw; }
    .gallery-box a.fancybox.image:nth-child(10) {margin-left: 73.6vw; }

    .page-weddings .gallery-box a.fancybox.image:nth-child(7) {margin-left: 54.9vw; width: 39vw; margin-top: -54vw; }
    .page-weddings .gallery-box a.fancybox.image:nth-child(4),.page-weddings .gallery-box a.fancybox.image:nth-child(5) {margin-left: 18.2vw; }
    .page-weddings .gallery-box a.fancybox.image:nth-child(6) {width: 36.5vw; }
    .page-weddings .gallery-box a.fancybox.image:nth-child(8) {width: 20vw; margin-top: -26.8vw; }
    .page-weddings .gallery-box a.fancybox.image:nth-child(10) {margin-top: -38vw; }
    .page-weddings .gallery-box a.fancybox.image:nth-child(9) {margin-left: 74vw; width: 20vw; }

    .page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(1) {height: 26.5vw; width: 17.95vw; }
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(2) {clear: none;width: 17.95vw;}
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(3),.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(4) { width: 18.95vw;}
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(4) {margin-left: 36vw;}
.page-cave-hill-creek .gallery-box a.fancybox.image:nth-child(5) {
            margin-left: 54.6vw;
        height: 26.5vw;
        width: 38.7vw;
}
}

@media (min-width:1201px) {
.gallery-box a {float: left; width: 17.3vw; border: solid 8px #fff; overflow: hidden; position: relative !important; left: 0 !important; top: 0 !important; float: left; }
    .gallery-box a.fancybox.image:nth-child(2) {clear: both; width: 17.3vw; height:26.4vw; }
    .gallery-box a.fancybox.image:nth-child(3) {clear: both; height:13.6vw; }
    .gallery-box a.fancybox.image:nth-child(4) {margin-top: -39.7vw; height: 27.4vw; }
    .gallery-box a.fancybox.image:nth-child(5) {margin-top: -39.7vw;margin-left: 17.2vw;height: 14.2vw;}
    .gallery-box a.fancybox.image:nth-child(6) {margin-top: -25.6vw; margin-left: 17.2vw; height: 13.3vw; }
    .gallery-box a.fancybox.image:nth-child(7) {width: 34.4vw; margin-top: -12.4vw; height: 27vw; }
    .gallery-box a.fancybox.image:nth-child(8) {width: 34.4vw; margin-top: -39.7vw; height: 27vw; }
    .gallery-box a.fancybox.image:nth-child(9),.gallery-box a.fancybox.image:nth-child(10) {margin-top: -12.5vw; height: 26.3vw;  }
    .gallery-box a.fancybox.image:nth-child(1) {height: 13.2vw; }
    .gallery-box a:nth-child(3) {height: 13.2vw; }
    .gallery-box .fancybox.image:nth-child(7) img {height: 25.4vw; }
}



.top-nav-right ul {
    padding-left: 0;
}
 
@media (min-width:992px) {
    .mega-menu ul li.mega-box {width: 100%; }
    .mega-menu ul li.mega-box .menu-image a:after {display: none; }
    .mega-menu ul li.mega-box .menu-image {height: 282px; overflow: hidden; border-radius: 10px; }
    .mega-menu ul li.mega-box .menu-image a {height: 100%; display: inline-block; width: 100%; }
    .mega-menu ul li.mega-box .menu-image a img {height: 100%; width: 100%; }
    .mob-mega-menu .mega-menu {display: none; }
    .head-nav ul > li > a {padding-bottom: 38px; }
    section.hero-section.align-bottom h1 {font-size: 70px; margin-top:50px; }
    section.activities-section.show-button {
    padding-top: 80px;
}

}

@media (min-width:1600px) { 
    section.hero-section.align-bottom h1 {font-size: 90px; margin-top:80px; }
}

@media (max-width:767px) {
    .top-nav-right ul li {margin-right: 15px; }
    .top-nav-right ul li a {font-size: 13px;}
    .top-nav-right {
    overflow: hidden;
}
.top-nav .container {
    padding: 0 10px;
}
.top-nav-right ul {
    overflow-x: auto;
}
.top-nav-right ul li a {
    white-space: nowrap;
}
 .top-nav-right ul li {margin-right: 25px; }
 .top-nav {
    padding: 9px 0;
}
}

@media(max-width: 575px) {
   
    .activities-section .activity-card .activity-image {height: 11rem;}
    .top-nav-right ul {padding-left: 0; }
    .video-section .buttons {

    gap: 0;
    flex-direction: column;
}
}
@media(max-width: 340px) {
    .activities-section .activity-card .activity-image {height: 10rem;}
    .top-nav-right ul li a {font-size: 9px;}
}

@media(min-width: 992px) {
  .cave-hill-menu .mega-menu ul li.mega-box, .silverband-menu .mega-menu ul li.mega-box {
    width: fit-content;
    margin: 0;
    flex: unset;
    padding-bottom: 15px;
}
.cave-hill-menu .mega-menu ul li.mega-box ul,
.silverband-menu .mega-menu ul li.mega-box ul {
    flex-direction: column;
}
.cave-hill-menu .mega-menu ul li.mega-box ul li, .silverband-menu .mega-menu ul li.mega-box ul li {
    width: fit-content;
    
}
.cave-hill-menu .mega-menu > ul,
.silverband-menu .mega-menu > ul {
    column-gap: 50px;
}
}
@media(min-width: 1550px) {
.cave-hill-menu .mega-menu > ul,
.silverband-menu .mega-menu > ul {
    column-gap: 80px;
}
}
@media(max-width: 992px) {
    .head-bottom {
    background: rgba(46, 90, 71, 1);
}
.head-nav {
    background: rgba(46, 90, 71, 1);
}
.cave-hill-menu .mega-menu ul li.mega-box h3, .cave-hill-menu .mega-menu ul li.mega-box h3 a, .silverband-menu .mega-menu ul li.mega-box h3, .silverband-menu .mega-menu ul li.mega-box h3 a {

    padding-left: 0;
    padding-right: 0;
}
}
@media(min-width: 993px) and (max-width: 1102px) {
   .head-bottom .container {
    padding: 0 10px;
}
}
section.destination-weddings + .activities-section {
    padding-top: 0 !important;
}
section.left-right-content +  section.certificate-section {
    padding-top: 0;
}
.certificat-logos img {
    margin: 0 12px;
}

.certificate-section + .left-right-content.box {
    background-color: #F4F0E8;
    padding-top: 100px;
}
.left-right-content.box .left-right-content-inner ol,
.left-right-content.box .left-right-content-inner ul {
    column-count: 2;
    column-gap: 60px;
}
.left-right-content.box h2 {
    margin: 0 0 30px 0;
}
.left-right-content.box .right-content h3 {
    font-size: 40px;
}
.left-right-content.box .left-right-content-inner li {
    margin-bottom: 15px;
}
section.destination-weddings + .activities-section {
    padding-top: 0 !important;
}
section.destination-weddings + .activities-section h2 {
    margin-top: 0;
}
section.left-right-content.book-box {
    overflow-x: hidden;
}

.blog-inner-content {
    display: flex;
    flex-wrap: wrap;
}
.accommodation-table-section h2.heading {
    text-align: center;
}

.accommodation-table-section .description p {
    text-align: center;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}



.accommodation-table table {width: 100%;border-collapse: separate;border-spacing: 0;font-size: 0.975rem;max-width: 650px;margin: 0 auto;} 
.accommodation-table thead th {text-align: left;font-weight: 500;padding: 14px 16px;position: sticky;top: 0;z-index: 1;text-align: center;border-right: solid 1px #e0ede3;} 
.accommodation-table tbody th {
    color: #173327;
}
.accommodation-table tbody td {
    padding: 14px 16px;
    border-bottom: solid 1px #C5D9CA;
    border-right: solid 1px #C5D9CA;
    text-align: center;
    background-color: #FFFFFF;
    color: #6C6C6C;
} 
.accommodation-table tbody tr td:first-child {border-left: solid 1px #C5D9CA; } 
.accommodation-table tbody tr:hover { background: #eef6fd; }   
.accommodation-table tbody tr { position: relative; }
.accommodation-table thead {background-color: #C5D9CA; } 

.left-right-content-inner .left-image {height:auto;display: flex !important; flex-wrap: wrap;  }
.left-right-content-inner .left-image picture {width: 100%; height: 100%;}
.left-right-content-inner .left-image .slick-list {
    height: auto !important;
}
.left-right-content-inner .left-image .slick-list.draggable {width: 100%;}
.left-right-content-inner .left-image picture img {
    width: 100%;
    object-fit: cover;
}
 .left-right-content-inner .left-image picture.slick-slide {    
    height: 100%;
}
.left-right-content-inner .slick-track {height: 100%;}
.chc-school-camp {
    margin-top: 15px;
}
.chc-group-stays {
    margin-bottom: 0 !important;
}



@media (max-width: 640px) {
   
}


.accommodation-table-section + .left-right-content {padding-top: 0 !important; }
.accommodation-table-section + .left-right-content .left-right-content-inner:first-child {padding-top: 60px; }
section.accommodation-table-section {
    padding-top: 60px;
    padding-bottom: 45px;
}
/* Wrapper controls scrolling */
.accommodation-table-wrapper {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

/* Table base styles */
.accommodation-table {
   width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'PP Neue Montreal';
}

.accommodation-table th,
.accommodation-table td {
    border: 1px solid #ddd;
    padding: 14px 16px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    color: #173327;
}



/* Optional: subtle scrollbar */
.accommodation-table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.accommodation-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 4px;
}

.accommodation-table-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.single-activities section.single-blog-section + section.blog-page-content {
    display: none;
}
.blog-content .blog-text a.read-more {
    color: #173327;
    text-decoration: underline;
}
.blog-content .blog-text a.read-more:hover {
   
    text-decoration: none;
}
.footer-box ul.sub-menu {
    display: flex;
    padding: 20px 0 10px 20px;
    flex-wrap: wrap;
    border-top: solid 1px #5a6c65;
    display: none;
}
.footer-box ul.sub-menu li {
    border: 0;
    margin-bottom: 5px;
}


.footer-box ul.sub-menu li a:after {
    display: none;
}

.footer-box ul.sub-menu li a {
    padding: 0;
    font-size: 14px;
    line-height: 120%;
}


.footer-box ul.sub-menu li {
    width: 50%;
    padding: 0;
}
.footer-box ul#menu-footer-menu-1 > li.menu-item-has-children.active ul.sub-menu {
    display: flex;
}
.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children.active ul.sub-menu {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-box ul.sub-menu ul.sub-menu {
    display: block !important;
    padding: 0;
    border: 0;
}
.footer-box ul.sub-menu ul.sub-menu li {
    width: 100%;
}
.bold-menu > a {
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.footer-box ul.sub-menu .bold-menu {
    margin-bottom: 15px;
}
ul#menu-footer-menu-1,
ul#menu-footer-menu-2 {
    padding-left: 0;
}


.footer-box ul#menu-footer-menu-1 > li.menu-item-has-children:after,
.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    border: solid #ffffff59;
    border-width: 0 2px 2px 0;
    padding: 3px;
    right: 20px;
    transform: rotate(45deg);
    top: 15px;
    cursor: pointer;
}

.footer-box:nth-child(2) ul li > a:after {
    display: none;
}
.footer-box ul#menu-footer-menu-1 > li.menu-item-has-children.active:after,
.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children.active:after {
    transform: rotate(-135deg);
    top: 20px;
}
.footer-box ul#menu-footer-menu-1 > li.menu-item-has-children.active > a,
.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children.active > a {
    font-weight: 600;
}
ul#menu-footer-menu-1 > li:last-child,
ul#menu-footer-menu-2 > li:last-child {
    border-bottom: solid 1px #5a6c65;
}
.footer-box:nth-child(3) ul.sub-menu {
    padding: 0;
    width: 100%;
}
.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children ul.sub-menu li {
    width: 100%;
    border: 0;
}

.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children ul.sub-menu li a {
    font-weight: 400 !important;
    padding-top: 0;
    padding-bottom: 5px;
}


input[type="search"]::-webkit-search-cancel-button {
   
    cursor: pointer;
    transition: transform 0.2s ease;
}
input[type="search"]::-webkit-search-cancel-button:hover {
    transform: scale(1.08);
}
.form-content-section .gform_page_footer .gform-theme-button {
    cursor: pointer;
        
}
.form-content-section .gform_page_footer .gform-theme-button:hover, .form-content-section .gform_page_footer .button:hover {
    background-color: #fff;
    color: #6b7280;
    
}
.form-content-section .gform_page_footer .button {
border: solid 1px #8DB296;
cursor: pointer;
}
.form-content-section .gform-page-footer.gform_page_footer.top_label {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none  !important;
}
section.blog-content .btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.blog-content .blog-box {
    display: flex;
    flex-direction: column;
}
.accommodation-table-section .button-wrapper {
    text-align: center;
    margin-top: 40px;
}
.accommodation-table-section .button-wrapper .btn {
    border: 1px solid #2E5A47;
}
.not-cursor > a {
    pointer-events: none;
    cursor: default;
}
.bold-menu-inner {
    line-height: normal;
}

.bold-menu-inner a {
    margin-bottom: 0;
}
.holiday-footer-menu {
    margin-bottom: 5px !important;
    margin-top: 18px;
}
.blog-left-image-inner span.featured-post-badge:hover {
    background-color: #fff;
    color: #2e5a47;
    cursor: default;
}


div#share-modal-guest {

    position: fixed;
    right: 20px;
    top: 258px;
    background-color: #fff;
    max-width: 660px;
    padding: 40px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0 0 0 / 2);
    z-index: 99999;
}

a.btn.share-btn {
    margin: 25px 0 0;
    background-image: none !important;
        background-color: #2E5A47;
    color: #fff;
}
a.btn.share-btn:hover {
    background-color: #f4f0e7;
    color:#000 ;
}
.copy-field input.share-url-input {
    padding: 11px;
    background-color: #F4F0E8;
    border: none;
    border-radius: 8px;
    padding-right: 41px;
    padding: 16px 51px 16px 23px;
    text-overflow: ellipsis;
    font-size: 20px;
}

button.copy-share-btn {
    background-color: #2E5A47;
    padding: 12px;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 16px 31px;
    margin-left: -38px;
    min-height: inherit;
    cursor: pointer;
}
.page-base-camp .show-more-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f4f0e8 64%);
}


/*******blog category******/
.blog-category {
    display: none;
} 

@media (min-width:992px) {

.left-right-content-inner .left-image {min-height: 567px; }
.left-right-content-inner ul.slick-dots {position: absolute; bottom: 0; width:100%; text-align:center; }
.left-right-content-inner .left-image.slick-slider {padding-bottom: 40px; }

}

@media (min-width:1400px) { 
    .left-right-content-inner .left-image {min-height: 667px; }
}

@media(max-width: 1600px) {
    .camp-experiences p,.experience-description {
        font-size: 18px;
    }
}
@media(max-width: 992px) {


div#share-modal-guest {
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: #fff;
    position: fixed;
    right: 20px;
    top: 192px;
    background-color: #fff;
    max-width: 660px;
    padding: 40px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0 0 0 / 2);
    z-index: 99999;
}

a.btn.share-btn {
    margin: 23px 0 0;
  
}

.copy-field input.share-url-input {
    padding: 11px;
    background-color: #F4F0E8;
    border: none;
    border-radius: 8px;
    padding-right: 41px;
    padding: 16px 51px 16px 23px;
    text-overflow: ellipsis;
    font-size: 20px;
}

button.copy-share-btn {
    background-color: #2E5A47;
    padding: 12px;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    padding: 16px 31px;
    margin-left: -38px;
    min-height: inherit;
    cursor: pointer;
}



div#share-modal-guest {
    top: 192px;
    width: 90%;
}

.copy-field input.share-url-input {
    font-size: 16px;
    width: calc(100% - 67px);
}

button.copy-share-btn {
    font-size: 16px;
}

a.share-icon {
    width: 55px;
    height: 55px;
    background-size: 48px !important;
}


    .address-box {width: calc(100% - 7px);}
.hosts-content {padding-left: 30px; padding-right: 0; position: relative;}
.hosts-image {height: 240px;}
.hosts-content h3 {margin-top: 0;}

    .activity-content h3 {
    font-size: 16px; 
    letter-spacing: normal;
    margin-bottom: 9px;

}
.address-box ul {margin-top: 35px;}
.address-info {padding: 0;}
.activities-grid .activity-content h3 {text-align: left;}
.left-right-content.box .right-content h3 {
    font-size: 24px;
    text-align: left;
}
.left-right-content-inner.image-right .booking-open {
 
    right: -50px;
}
section.left-right-content +  section.certificate-section {
 
    padding-bottom: 60px;
}
.certificat-logos img {
    max-width: 55px;
}
.certificate-section + .left-right-content.box {
    
    padding-top: 60px;
}
.left-image img {
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}
.booking-open span {
    font-size: 14px;
}
.left-right-content-inner .left-image {position: relative; overflow: visible;}
.left-right-content-inner .booking-open {right: auto; top: -32px; bottom: 155px; height: 113px; width: 238px; left: -54px; }
.video-section + section.left-right-content {
    margin-top: 60px;
}
.video-wrapper {
    margin-top: 0;
}
section.history-section {
    margin-bottom: 60px;
}
.three-column-content h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
}
section.three-column-content {
    padding: 50px 0;
}

.three-column-content .column h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
}
.footer-box:nth-child(3) ul.sub-menu {
    margin: 0;
    padding: 20px 0 10px 0;
}
.search-faq-form input {
    padding-right: 40px;
}
.camp-experiences p,.experience-description {
        font-size: 16px;
    }
    .testimonial + section.blog-content {
    margin-top: 60px;
}


}


@media(max-width: 767px) {

.serach-bar > span {display: none; }
.popup-wrapper {padding: 0 30px; }
.popup-wrapper h3 {font-size: 30px; }
.popup-wrapper input[type="search"] {font-size: 20px; }
.popup-wrapper button {width: 40px; /* height: 40px; */ }
.booking-form .btn {padding: 11px 20px; }

.book-now-btn a.btn {padding: 11px 20px; font-size: 14px; }
.banner-bottom-nav + section.left-right-content {padding-top: 50px; }
.left-right-content.book-box .left-right-content-inner {flex-direction: column-reverse; gap: 55px; }
.booking-camp h3 {font-size: 18px; }
.select-date span {font-size: 14px; font-weight: 700; }
.select-date select {font-size: 14px; flex: 1; }
.booking-form form {justify-content: left; }
.booking-camp {padding: 25px; }
.banner-bottom-nav + section.left-right-content .right-content {margin-top: 0; }
section.left-right-content .left-right-content-inner,
section.left-right-content.book-box .left-right-content-inner {flex-direction: column-reverse; gap: 35px; }
section.left-right-content.box .left-right-content-inner,
section.left-right-content.image-slider .left-right-content-inner {flex-direction: row; gap: 0; }
section.left-right-content .right-content,
section.left-right-content.book-box .right-content {margin-top: 0; }
section.left-right-content.box .right-content,
section.left-right-content.image-slider .right-content {margin-top: 35px; }
.select-date img {max-width: 20px; }
.left-right-content.box .left-right-content-inner ol, .left-right-content.box .left-right-content-inner ul {column-gap: 40px; }


section.left-right-content.box .left-right-content-inner.image-right .right-content {padding: 0; }
.hosts-box.active .hosts-content p {display: block; }
.hosts-box.active {flex-direction: column; align-items: start; gap: 15px; }

.hosts-box.active .hosts-content {padding: 0; width: 100%; }
.hosts-box.active .hosts-content:after {transform: rotate(-135deg); top:14px; right:10px; }
.left-right-content.box h2 {margin: 0 0 20px 0; }
.page-group-stays .left-right-content.box h2 {margin-top: 60px; }
section.certificate-section {padding: 60px 0; }
section.left-right-content.image-slider .right-content h3 {font-size: 22px; text-align: left; }
.three-column-content .columns {justify-content: unset; margin-top: 60px; flex-direction: column; }
.three-column-content .column {width: 100%; }
.three-column-content .container {padding: 0 40px; }
.three-column-content .column p:last-child {margin-bottom: 0; }
section.three-column-content .btn {margin-top: 60px; }
.page-group-stays .blog-inner-content {flex-wrap: nowrap; overflow: auto; }
.accommodation-table-wrapper {/* overflow-x: auto; */ -webkit-overflow-scrolling: touch; margin-top: 50px; }
.accommodation-table {/* min-width: 600px; */ margin-top: 0; }
section.accommodation-table-section {padding-top: 30px; }
.footer-box:nth-child(2) ul li,.footer-box:nth-child(3) ul#menu-footer-menu-2 li {padding: 0; }
.footer-box ul.sub-menu {padding: 20px 0 10px 15px; }
.footer-box:nth-child(3) ul.sub-menu {margin: 0; padding: 20px 0 10px 0; }
.footer-box ul.sub-menu li a {font-size: 12px; }
.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children ul.sub-menu li a {padding-left: 15px; }
.footer-box ul.sub-menu .bold-menu {line-height: normal; font-size: 0; }
.footer-box ul#menu-footer-menu-2 > li.menu-item-has-children ul.sub-menu li {margin-left: 0; margin-right: 0; margin-bottom: 10px; }
.select-date {padding: 12px 16px; }
section.blog-content .btn {margin: 20px auto 0 auto; }
.accommodation-table thead th {white-space: pre-wrap; padding: 14px 7px; }
.accommodation-table th, .accommodation-table td {font-size: 14px; }
.accommodation-table-section .button-wrapper {margin-top: 25px; }
.top-nav-right ul li:last-child {
    margin-right: 0;
}

section.hero-section:after {
    background: rgba(0 0 0 / 0.6);
}
.home section.hero-section:after,.page-weddings section.hero-section:after,.page-silverband-lodge section.hero-section:after  {
    background: linear-gradient(180deg, rgba(0, 14, 13, 0) 43.55%, rgba(0, 14, 13, 0.6) 77.15%);
}
section.hero-section {background-position: center 0 !important;}
.container {padding: 0 20px;}
.page-about-us .our-hosts-section .hosts-box {align-items: center;}
.hosts-image {height: 90px;    border-radius: 8px;}
.hosts-box.active .hosts-image {
    height: auto;
    width: 100%;
}
.hosts-box {align-items: center;}
.hosts-box.active:after {
    border-color: #fff;
}
.hosts-image {
    height: 77px;
}
}

@media (max-width:360px) {
    a.share-icon {width: 50px; height: 50px;}
    .share-buttons {gap: 9px;}
}

