@charset "utf-8";
.social-nav {}
.social-nav li {}
.social-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #D1AF43;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.social-nav li a:hover {
  background: #004f40;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.tr-widget div.tr-component.tr-unit-calendar-with-availability-form {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.tr-widget div.tr-component.tr-unit-calendar-with-availability-form div.tr-component.tr-unit-calendar iframe {
	width: 100%;
    height: 280px;
}
@media (max-width: 360px) {
	.tr-widget div.tr-component.tr-unit-calendar-with-availability-form { padding: 0 }
}

.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label,
.gform_wrapper.gravity-theme .gfield_label {
  display: block;
  text-align: left;
  color: #7E7E7E!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 5px;
  text-transform: unset;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  width: 100%;
  height: 66px;
  border-radius: 6px;
  border: 1px solid #C6C6C6;
  background: var(--background, #FCF7F8);
  padding: 0 32px;
  color: #535353;
  font-size: 18px!important;
  border-radius: 5px;
  box-shadow: inset 0 0px 3px rgb(11 23 82 / 35%);
}
textarea {
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #D1AF43;
  border: solid 1px #D1AF43;
  border-radius: 700px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #D1AF43;
  background-color: transparent;
  border-color: #D1AF43;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #D1AF43;
  border: solid 1px #D1AF43;
  border-radius: 700px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #D1AF43;
  background-color: transparent;
  border-color: #D1AF43;
  text-decoration: none;
}
.white-btn-layout {
  color: #D1AF43;
  background-color: #fff;
  border: solid 1px #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #fff;
  background-color: #D1AF43;
  border-color: #D1AF43;
  text-decoration: none;
}
.hollow-btn-layout {
  color: #D1AF43;
  background-color: transparent;
  border: solid 1px #D1AF43;
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
  color: #fff;
  background-color: #D1AF43;
  border-color: #D1AF43;
  text-decoration: none;
}
.white-btn-layout.hollow-btn-layout {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}
.white-btn-layout.hollow-btn-layout:hover,
.white-btn-layout.hollow-btn-layout:focus {
  color: #D1AF43;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.btn-layout-small {padding: 15px;}

/*=========================================== 	3D TOURS =================================================*/
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tour-card img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.tour-card h3 {margin: 0 0 14px;}
.tour-card p{margin-bottom:14px;}

/* .specfic {
  margin-right: 10px;
  
 } */

/*=========================================== ABOUT SECTION ==============================================*/
.about-section {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
}
.about-section .bnn {
  display: block;
  position: relative;
  width: 67%;
  padding-bottom: 38%;
  opacity: 0;
}
.about-section.ready .bnn {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.about-section .bnn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .info {
  opacity: 0;
  width: 50%;
  padding: 50px 2vw 55px;
}
.about-section.ready .info {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.about-section .info h2 {
  margin-bottom: 45px;
}
.about-section .info p {
}
.about-section .info .btn-layout {
    margin-top: 20px;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
  .about-section {
    flex-wrap: wrap;
  }
  .about-section .bnn {
    width: 100%;
    padding-bottom: 52%;
  }
  .about-section .info {
    width: 100%;
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {}
/*=========================================== NEWS SECTION ==============================================*/
.news-section {
  position: relative;
  overflow: hidden;
  padding: 10px 0 40px;
}
.news-section .heading,
.news-section .container,
.news-section .slider-wrapper {
  opacity: 0;
}
.news-section.ready .heading,
.news-section.ready .container,
.news-section.ready .slider-wrapper {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.news-section .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-section .heading h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.news-section .heading li:not(:last-child) { margin-right: 20px; }
.news-section .heading li {
  font-size: 26px;
}
.team-section .heading li a {}
.news-section .slider-wrapper {
  padding: 0 0 0 5vw;
  /* overflow: hidden; */
  max-width: 1440px;
  margin: 0 auto;
}
.news-section .slider-wrapper .slick-list { overflow: visible; }
.news-section .slider-wrapper .slick-slide {
  padding: 30px 15px;
}
.news-section .item {
  display: block;
  position: relative;
  padding-left: 102px;
}
.news-section .item .bnn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 216px;
  background-color: #64b4e4;
}
.news-section .item .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.news-section .item:hover .bnn img { opacity: .7 }
.news-section .item .date {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  border-radius: 5px;
  background: #1C355C;
  color: #FBFBF2;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transition: all .3s ease;
}
.news-section .item:hover .date {
  background: #64B4E4;
}
.news-section .item .date span {
  color: #FBFBF2;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 10px;
}
.news-section .item .info h2 {
  color: #64B4E4;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 6px;
  transition: all .3s ease;
}
.news-section .item .info p {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all .3s ease;
}
.news-section .item:hover .info h2,
.news-section .item:hover .info p { color: #1C355C; }

.news-section .news-grid .item {
  padding-top: 216px;
  margin-bottom: 52px;
}
.news-section .news-grid .item .date { top: 246px; }
.news-section .news-grid .item .info {
  margin-top: 30px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .news-section .slider-wrapper {
    padding: 0;
    margin: 0;
  }
}

/*=========================================== QUOTE SECTION ==============================================*/
.quote-section {
  padding: 33px 0;
  border-bottom: solid 1px #D1AF43;
}
.quote-section .container {
  opacity: 0;
}
.quote-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.quote-section p {
  color: #D1AF43;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 991px) {
  .quote-section p { font-size: 20px; line-height: 30px; }
}

/*=========================================== THE LODGE SECTION ==============================================*/
.the-lodge-section {
  background: #004F40;
  padding: 4px 0 37px;
}
.the-lodge-section .container {
  z-index: 2;
  position: relative;
  opacity: 0;
}
.the-lodge-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.the-lodge-section.the-lodge-variant .row { justify-content: center; }
.the-lodge-section h2 { text-align: center; }
.the-lodge-section h2 > span { color: #fff; }
.the-lodge-section h2:after {
  content: '';
  display: block;
  width: 280px;
  height: 4px;
  background: #D1AF43;
  margin: 30px auto 43px;
}
.the-lodge-section .item {
  position: relative;
  padding-left: 50px;
  padding-right: 4vw;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.the-lodge-section .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #D1AF43;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.the-lodge-section.the-lodge-variant {
  background: #000;
  position: relative;
  overflow: hidden;
}
.the-lodge-section.the-lodge-variant .parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bnn-the-woodshed.png);
  background-size: cover;
  background-position: top center;
  opacity: .3;
}
.the-lodge-section.the-lodge-variant .item {
  padding: 0 2vw;
  text-align: center;
  margin-bottom: 50px;
}
.the-lodge-section.the-lodge-variant .item .icon {
  display: block;
  position: static;
  margin-bottom: 20px;
}

/*=========================================== THE INN ==============================================*/
.top-controls {
  text-align: center;
  margin-top: -26px
}
.cards-section {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.cards-section .item {
  width: 50%;
  padding: 15px;
  opacity: 0;
}
.cards-section.ready .item {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.cards-section.ready .item:nth-child(even) {
  animation: fadeInRight 1.2s both;
}
.cards-section .item .card {
  height: 100%;
  border: none;
  border-radius: 0;
  background: #FFF;
  box-shadow: 0px 11px 18.5px -1px #F0E0D3;
  padding: 15px;
  text-align: center;
}
.cards-section .item .card-slick {
  margin: -15px -15px 0;
}
.cards-section .item .card-slick .slick-prev, 
.cards-section .item .card-slick .slick-next {
  z-index: 2;
}
.cards-section .item .card-slick .slick-next { right: 7px }
.cards-section .item .card-slick .slick-prev { left: 7px; }
.cards-section .item .card-slick .slick-dots { bottom: 10px; }
.cards-section .item .card-slick .slick-dots li { margin: 0 1px }
.cards-section .item .card-slick .slick-dots li button:before { font-size: 10px }
.cards-section .item .card-slick .slick-dots li button:before,
.cards-section .item .card-slick .slick-dots li.slick-active button:before { color: #fff; }
.cards-section .item .card .bnn {}
.cards-section .item .card .bnn img {}
.cards-section .item .card h2 {
  margin: 59px 0;
}
.cards-section .item .card p {}
.tour-section {
  text-align: center;
  opacity: 0;
}
.tour-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.tour-section  h2 {
  margin: 70px 0;
}
.tour-section .tour-controls {
  margin-bottom: -25px
}
.tour-section .view-wrapper {
  padding: 0 30px 30px;
}
.year-round-section {
  display: block;
  position: relative;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
}
.year-round-section .bnn {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.year-round-section .bnn:first-child { left: 0 }
.year-round-section .bnn:last-child { right: 0 }
.year-round-section .bnn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.year-round-section .info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #004f40;
  max-width: 400px;
  margin: -4px auto;
  border: solid 4px #fff;
  padding: 80px 15px;
  min-height: 440px;
  opacity: 0;
}
.year-round-section.ready .info {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.year-round-section h2 {
  color: #fff;
  font-size: 35px;
}
.menu-section {
  text-align: center;
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 203px 0;
}
.menu-section .parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bnn-menu.png);
  background-size: cover;
  background-position: top center;
  opacity: .5;
}
.menu-section .container {
  z-index: 2;
  position: relative;
  opacity: 0;
}
.menu-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.menu-section h2 { color: #fff }

@media (max-width: 991px) {
  .cards-section {
    padding: 20px 15px;
  }
  .cards-section .item { width: 100%; }
  .year-round-section .info {
    min-height: auto;
  }
  .menu-section {
    padding: 150px 0;
  }
}
@media (max-width: 550px) {
  .tour-section .tour-controls {
    margin-bottom: 0;
  }
  .tour-section .tour-controls li {
    margin-bottom: 15px;
  }
}

/*=========================================== INSTAGRAM SECTION ==============================================*/
.instagram-section {
  display: flex;
  flex-wrap: wrap;
  border: solid 3px #fff;
  background: #fff;
  opacity: 0;
}
.instagram-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.instagram-section .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  background-color: #D1AF43;
  border: solid 3px #fff;
  text-align: center;
}
.instagram-section .heading h2,
.instagram-section .heading h2 > span { color: #fff }
@media (max-width: 991px) {
  .instagram-section {
    flex-direction: column;
  }
  .instagram-section .heading {
    width: 100%;
    height: auto;
  }
}
/*=========================================== CONTACT ==============================================*/
.contact-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.contact-page .map-wrapper {
  display: block;
  width: 55%;
  opacity: 0;
}
.contact-page.ready .map-wrapper {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.contact-page .map-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page .info {
  opacity: 0;
  width: 45%;
  padding: 50px 4vw 55px;
}
.contact-page.ready .info {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  background-color: #fffbf8;
  padding: 80px 0 40px;
  position: relative;
  color: #fffbf8;
  text-align: center;
  background-image: url(../img/bnn-footer.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.footer a:not(.btn-layout) {
  color: #D1AF43;
  font-weight: 700;
}
.footer a:not(.btn-layout):hover {
  color: #fff;
}
.footer .container,
.footer .container-fluid {
  opacity: 0;
}
.footer.ready .container,
.footer.ready .container-fluid {
  position: relative;
  z-index: 2;
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer .fa-li {
  color: #D1AF43;
  margin-top: .3em;
}
.footer .footer-nav {
  text-align: center;
  margin: 0 0 48px;
}
.footer .footer-nav li:not(:last-child) { margin-right: 2vw; }
.footer .social-nav {
  text-align: center;
  margin: 0 0 50px;
}
.footer .social-nav li { font-size: 35px }
.footer .btn-layout {margin: 0 0 55px;}
.footer .logo-nav {
  display: block;
  margin: 60px 0 0;
}
.footer .copy {
  color: #6F6F6F;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
  text-align: center;
  background: #fffbf8;
  padding: 20px 0;
}

@media (max-width: 1200px) {
  .footer {
    background-size: auto 400px;
  }
}
@media (max-width: 991px) {}
@media screen and (max-width: 768px) {
 .footer {
    background-size: auto 500px;
  }
  h1, .h1-style {
    font-size: 34px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 18px;
  }
  p, li, td, th, label {
    font-size: 16px;
    letter-spacing: 0;
  }
  .btn-layout {
    padding: 14px 17px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
}