/*
	Theme Name: Orourke Child
	Author: O'rourke Hospitality
	Author URI: https://www.orourkehospitality.com/
	Description: Modern WordPress theme framework
	Version: 0.0.1.3
	Template: orourke_parent
	Text Domain: orourkechild
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
    font-family: 'Libre Baskerville';
    src: url('fonts/LibreBaskerville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Libre Baskerville';
    src: url('fonts/LibreBaskerville-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Libre Baskerville';
    src: url('fonts/LibreBaskerville-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
body {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: visible;
}

p {
    line-height: 26px;
    margin-bottom: 26px;
}

p:last-of-type {
    margin-bottom: 0;
}

p + .button {
    margin-top: 30px;
}

a,
a:visited,
a:active {
    color: #3F3928;
    text-decoration: none;
    transition: all 0.4s ease-out;
}
.skip-link {
    position: absolute;
    top: -60px;
    left: 0;
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-decoration: none;
    z-index: 100;
  }
  
  .skip-link:focus {
    top: 0;
    outline: 3px solid #fff;
  }
button {
    transition: all 0.4s ease-out;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
:focus {
    outline: 3px solid #007bff !important; 
    outline-offset: 2px !important;
  }
a:hover {
    outline: 0;
    text-decoration: none;
    color: #325B45;
}

button:hover {
    outline: 0;
    border: 0;
}

a:focus, 
button:focus,
.button-3:focus,
.button-2:focus {
    outline: 3px solid #007bff !important; 
    outline-offset: 2px !important;
}

p a {
    color: #6E6259;
    text-decoration: underline;
}

p a:hover,
p a:focus {
    color: #6E6259;
    text-decoration: underline;
}


h1 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: #3F3928;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

h2 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #3C3C3C;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.2;
}

h3 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #325b45;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

h4 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #3F3928;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

h5 {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 6px;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

/*h6 { font-family: serif; font-size: 14px; font-weight: 500; text-transform: uppercase; color:#000; margin: 0 0 30px; padding: 0; line-height: 1.2; }*/

b, strong {
    font-weight: bold;
}

ul {
    list-style: square;
}

ul,
ol {
    padding: 0;
    margin: 0 0 5px 18px;
}

ul li,
ol li {
    padding: 0 0 25px;
}

li > ul,
li > ol {
    margin: 0 0 5px 18px;
    padding: 0 0 6px;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.7em;
}

sub {
    top: 0.4em;
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin: 1.5em auto;
}

.container-fluid {
    position: relative;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.flexible-block {
    position: relative;
}

/* main .flexible-block:last-of-type {
	padding-bottom: 150px !important;
} */


/* ----------- Buttons ----------- */
.button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none !important;
    padding: 16px 24px;
    border: 1px solid #325b45;
    color: #325b45 !important;
    background: transparent;
    transition: all 0.4s ease-out;
    line-height: 1;
    position: relative;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.button.white {
    border: 1px solid #fff;
    color: #fff !important;
}

.button:hover,
.button:focus {
    color: #FFF5E8 !important;
    text-decoration: none !important;
    background: #325b45;
}

.button.white:hover,
.button.white:focus {
    color: #d2dad7 !important;
    text-decoration: none !important;
    background: #325B45;
}

.button + .button {
    margin-left: 26px;
}

.button + div + .button {
    margin-left: 30px;
}

.button-overlay {
    background: #E0E7ED;
    position: absolute;
    right: -2px;
    width: 2px;
    height: 50%;
    top: 25%;
}

.button-overlay.alt-button-overlay {
    background: #fff;
}

.button.no-arrow:before {
    display: none;
}

.button.no-arrow > .button-overlay {
    display: none;
}

.button:hover:before,
.button:focus:before {
    transform: translate(10px, -50%);
}

.button:hover > .button-overlay,
.button:focus > .button-overlay {
    display: none
}


/*.button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: -28px;
	transform: translateY(-50%);
	width: 31px;
	height: 22px;
	background: url(../images/arrow.png) no-repeat;
	transition: all 0.4s ease-out;
	background-position:left top;

}

.button:hover:after,
.button:focus:after {
	transform: translate(10px, -50%);
}*/


.button-2 {
    color: #fff !important;
    line-height: 1;
    border: 0 !important;
    background: #325B45 !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}

.button-2:hover,
.button-2:focus {
    color: #fff !important;
    background: #325B45;
}

.button-2:before,
.button-2:after {
    content: none;
}

.button-3 {
    color: #325B45 !important;
    line-height: 1;
    border: 0 !important;
    background: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}

.button-3:hover,
.button-3:focus {
    color: #325B45 !important;
    background: #fff !important;
}

.button-3:before,
.button-3:after {
    content: none;
}


._dark_bg * {
    color: #FFF5E8;
}

._dark_bg .button {
    border: 1px solid #FFF5E8;
    color: #FFF5E8 !important;
    background: transparent;
}

._dark_bg .button:before {
    background: #3F3928;
}

._dark_bg .button:hover:before,
._dark_bg .button:focus:before {
    background: #FFF5E8;
}

._dark_bg .button:after {
    background: #FFF5E8;
}

._dark_bg .button:hover,
._dark_bg .button:focus {
    color: #3F3928 !important;
    background: #FFF5E8;
}

._dark_bg .button:hover:after,
._dark_bg .button:focus:after {
    background: #3F3928;
}


/* ----------- Forms ----------- */
button {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
}

label {
    display: block;
    color: #3C3C3C;
    font-weight: 800;
    text-transform: uppercase;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="color"],
textarea,
select {
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #969696;
    display: block;
    padding: 6px 12px !important;
    width: 100%;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    margin: 0 auto 15px;
    line-height: 1;
}

select {
    color: #969696;
}

input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="range"].error,
input[type="date"].error,
input[type="month"].error,
input[type="week"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="color"].error,
textarea.error,
select.error {
    border: 1px solid #ff3744;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    /*color: #222;*/
    border-color: #012335;
}

input[type="button"],
input[type="submit"] {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none !important;
    padding: 13px 47px;
    border: 1px solid #325B45;
    color: #3C3C3C !important;
    background: transparent;
    display: inline-block;
    transition: all 0.4s ease-out;
    line-height: 1;
    position: relative;
    min-width: 100px;
}

input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 41px;
    height: 14px;
    background: url(images/arrow.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    transition: all 0.4s ease-out;
    background-position: right center;
    margin-left: -25px;
    /* border: ; */
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus {
    color: #FFF5E8 !important;
    text-decoration: none !important;
    background: #325b45;
}


/* Gravity forms styles */
.gform_wrapper .gfield {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0 !important;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    font-weight: inherit !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    display: block !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    text-align: left;
    text-align-last: left;
    margin-left: 0;
    margin-bottom: 5px;
}

.ginput_complex.ginput_container select {
    margin-top: 0px;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    margin-right: 5px;
}

.gform_wrapper div.validation_error {
    color: #ff3744 !important;
    border-top: 2px solid #ff3744 !important;
    border-bottom: 2px solid #ff3744 !important;
}

.gform_wrapper .validation_message {
    color: #ff3744 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 15px;
    left: 0 !important;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    padding: 0 22px 0 0 !important;
}

.gfield_time_ampm select {
    min-width: 75px !important;
}

.gform_button {
    margin: 0 auto;
}

.ginput_quantity_label {
    margin-left: 30px;
    padding-right: 5px;
}

.ginput_quantity {
    display: inline-block !important;
}

.ginput_product_price_wrapper {
    min-width: 105px;
}

.ginput_stripe_creditcard {
    border: 1px solid #000;
    padding: 15px;
    max-width: 700px;
}

.gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
}

:-moz-placeholder {
    color: #969696;
    opacity: 1;
}

::-moz-placeholder {
    color: #969696;
    opacity: 1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #969696;
    opacity: 1;
}


/* ----------- Blocks ----------- */


/* content_images_block */
.content_images_block {
}

.content_images_block ._content {
    position: relative;
    box-shadow: none;
    z-index: 2;
}

.content_images_block ._images {
    position: relative;
    z-index: 2;
}

.content_images_block.count_1 ._images > div {
    border-radius: 204px 0 0 0;
    overflow: hidden;
}

.content_images_block.count_1 ._images.order-lg-1 > div {
    border-radius: 0 204px 0 0;
}


.content_images_block ._content p {
    max-width: 100%;
}


/*    slider */
.content_images_block ._images ._slider {
    margin-bottom: 50px;
    overflow: hidden;
}

.content_images_block ._images ._slider {
    border-radius: 204px 0 0 0;
}

.content_images_block ._images.order-lg-1 ._slider {
    border-radius: 0 204px 0 0;
}

.content_images_block ._images img {
    width: 100%;
}

.content_images_block ._images.order-lg-1 .slick_meta {
    margin-left: auto;;
}


/*   2 images - no slider */

.content_images_block.count_2 ._images > div:not(._slider):not(.slick_meta):first-of-type {
    width: 70%;
    margin-left: 30%;
}

.content_images_block.count_2 ._images > div:not(._slider):not(.slick_meta):nth-of-type(2) {
    width: 40%;
    margin-top: -30%;
}

/*   3 images - no slider */
.content_images_block.count_3 ._content.col-lg-6 {
    order: 2 !important;
}

.content_images_block.count_3 ._images.col-lg-6 {
    order: 1 !important;
}

.content_images_block.count_3 ._images.col-lg-6 > div:last-of-type {
    margin-left: 30%;
    margin-top: -25%;
    margin-bottom: -20%;
}

.content_images_block.count_3 ._images.col-lg-6.order-lg-1 > div:last-of-type {
    margin-left: auto;
    margin-right: -30%;
}


/* Image slider block */
.image_slider_block {
    position: relative;
}

.image_slider_block .row {
    position: relative;
    z-index: 1;
}

.image_slider_block ._imageslider {
    border-radius: 0 313px 0 0;
    overflow: hidden;
}

.image_slider_block .slick-dots {
    margin: 0;
    position: absolute;
    bottom: 40px;
    text-align: center;;
    list-style: none;
    font-size: 0;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
}

.image_slider_block .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.image_slider_block .slick-dots li button {
    font-size: 0;
    border-radius: 100%;
    background: #FFF5E8;
    border: 1px solid #707070;
    padding: 0;
    width: 18px;
    height: 18px;
}

.image_slider_block .slick-dots li.slick-active button {
    background: #6E6259;
    border: 1px solid #d2dad7;
}

.image_slider_block:after {
    content: '';
    position: absolute;
    height: 50%;
    max-height: 35vw;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #3f3928;
}

.image_slider_block._dark_bg:after {
    background: #fff5e8;
}


.blocks_block {
}

.blocks_block .each-block-image {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 28px;
    overflow: hidden;
    /*min-height: 414px;*/
    aspect-ratio: 145/207;
    padding: 15px 20px 82px;
}

.blocks_block .each-block-image h3 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.blocks_block .each-block-image .button {
    opacity: 0;
}

.blocks_block .each-block-image .background-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6E6259;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.blocks_block .each-block-image:hover .background-image:after,
.blocks_block .each-block-image:focus .background-image:after {
    opacity: .7;
}

.blocks_block .each-block-image:hover h3,
.blocks_block .each-block-image:focus h3,
.blocks_block .each-block-image:hover .button,
.blocks_block .each-block-image:focus .button {
    opacity: 1;
}


.quote_image_block > div {
    position: relative;
}

.quote_image_block > div {
    z-index: 1;
}

.quote_image_block .background-image {
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: -1;
}

.quote_image_block .background-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(63, 57, 40, 1) 0%, rgba(126, 122, 111, 0) 100%);
}

.quote_image_block .background-image._right:after {
    background: linear-gradient(270deg, rgba(63, 57, 40, 1) 0%, rgba(126, 122, 111, 0) 100%);
}

.quote_image_block ._content {
    position: relative;
    z-index: 1;
}

.quote_image_block .row {
    position: relative;
    z-index: 1;
}

.quote_image_block:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff5e8;
}

.quote_image_block._dark_bg:after {
    background: #3f3928;
}

.quote_image_block ._content:before {
    content: none;
    position: absolute;
    width: 3px;
    background: #CBB8A9;
    height: 80%;
    bottom: calc(100% - 100px);
    left: calc(3rem + 115px);
}


#accommodation_gallery {
    background: #6E6259;
    overflow: hidden;
}

#accommodation_gallery ._each_img {
    height: 0;
    padding-bottom: 100%;
}

#accommodation_gallery ._each_img._large {
    padding-bottom: 80%;
    min-height: 100%;
}

#accommodation_gallery ._each_img._med {
    padding-bottom: 80%;
}

#accommodation_gallery ._each_img._small {
    padding-bottom: 80%;
}


.slick_meta {
    position: relative;
    width: 225px;
}

.slick_meta .slick_arrows {
    width: 100%;
}

.slick_meta .slick_arrows svg {
    fill: #3F3928;
    stroke: #FFF3E5;
}

.slick_meta .slick_paging {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #3F3928;
    opacity: .6;
    font-size: 16px;
}

._dark_bg .slick_meta .slick_arrows svg {
    fill: #fff5e8;
    stroke: #3f3928;
}

._dark_bg .slick_meta .slick_paging {
    color: #FFF5E8
}


.portfolio_slider_block {
    overflow: hidden;
}

.portfolio_slider_block ._content > div {
    position: relative;
    z-index: 1;
}

.portfolio_slider_block ._content:after {
    content: '';
    position: absolute;
    width: 3px;
    background: #CBB8A9;
    height: 150%;
    top: 0;
    left: calc(3rem + 115px);
}

#portfolio_slider {
    border-radius: 204px 0px 0 0;
    overflow: hidden;
    margin-bottom: 50px;
}

#portfolio_slider .slick-list {
    margin: 0 -15px;
    /*padding:0 10% 0 0 !important;*/
}

#portfolio_slider .slick-slide {
    margin: 0 15px;
}

#portfolio_slider .slick-slide.slick-active.slick-current ._image {
    border-radius: 204px 0px 0 0;
}

/* #portfolio_slider .slick-slide.slick-active:not(.slick-current) ._image { border-radius: 3px 60px 60px 0;} */
/* #portfolio_slider .slick-slide.slick-active:not(.slick-current) + .slick-slide.slick-active:not(.slick-current) ._image { border-radius: 60px 5px 0 42px;} */
/* #portfolio_slider article { text-transform: uppercase;} */
/* #portfolio_slider article p { margin-bottom: 2px;} */
#portfolio_slider ._image {
    display: block;
    /*min-height: 414px;*/
    aspect-ratio: 394/485;
    transition: border-radius .7s ease-out;
    margin-bottom: 0;
}


.filter-group {
    position: relative;
    left: 0;
    top: 0;
    width: 40%;
    padding: 45px 5vw;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-group p {
    margin-bottom: 20px;
    color: #707070;
}

.filter-group-toggle {
    padding: 10px 0;
    cursor: pointer;
    text-align: left;
    gap: 10px;
}

.filter-category {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease;
}

.mapfiler.active .filter-category {
    opacity: 1;
    max-height: 800px;
}

.mapfiler:last-child::after {
    display: none;
}

.filter-group-toggle:hover, .mapfiler.active .filter-group-toggle {
    color: #000000;
}

.mapfiler.active .filter-group-toggle {
    color: #000000;
}

.filter-group h4 {
    font-size: 18px;
    cursor: pointer;
    padding: 10px 30px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
    text-transform: none;
    line-height: 30px;
}

.filter-group h4:hover, .filter-group h4.active {
    background: #5A5A5A;
    color: #fff;
}

.filter-group h4.active {
    text-transform: uppercase;
}

.mapboxgl-marker {
    border-radius: 100%;
    border: 2px solid #fff;
}


.mapboxgl-popup-content {
    display: flex;
    width: 275px;
    font-size: 18px;
    box-shadow: none;
    flex-direction: column;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    padding: 20px !important;
}

.mapboxgl-popup-content p + .button {
    margin-top: 5px;
    justify-content: center;
    color: #FFF5E8 !important;
    text-decoration: none !important;
    background: #325b45;
}

.mapboxgl-popup-content .popup_img {
    width: 85px;
    margin-right: 11px;
}

.mapboxgl-popup-content .popup_content {
}

.mapboxgl-popup-content .popup_content p {
    margin-bottom: 10px;
}

.mapboxgl-popup-content .popup_content ._address {
    font-size: 16px;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    margin-left: 30px;
    transform-origin: left;
    transform: rotate(-135deg);
}


.mapboxgl-ctrl-bottom-left {
    display: none !important;
}

.mapboxgl-ctrl-bottom-right {
    display: none !important;
}

.mapboxgl-marker {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}


/* gallery_block */

.gallery-title{
    color: #707070;
}

.gallery_block {
}

.gallery_block .gallery-item {
    height: 593px;
}

.gallery_block .gallery-item > div {
    height: 100%;
    position: relative;
    padding-bottom: 122px;
}

.gallery_block .gallery-item h3 {
    text-transform: uppercase;
    color: #fff;
}

.gallery_block .gallery-item .background-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6E6259;
    opacity: .7;
    transition: all 0.4s ease-out;
}

.gallery_block .gallery-item .gallery-trigger:hover ~ .background-image:after,
.gallery_block .gallery-item .gallery-trigger:focus ~ .background-image:after {
    opacity: 0;
}

.sl-overlay {
    opacity: 1 !important;
}


/*
.featherlight .featherlight-content {border: 0; padding: 0; max-height: 80%; background: transparent; overflow: visible;}
.featherlight-next, .featherlight-previous {top: 0;}
.featherlight-next {right: -45px; left: 100%;}
.featherlight-previous {left: -45px; right: 100%;}
.featherlight-next:hover,
.featherlight-previous:hover,
.featherlight-next:focus,
.featherlight-previous:focus {background: transparent;}
.featherlight-next span, .featherlight-previous span {font-size: 40px; margin-top: 0; line-height: 1; text-shadow: none; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); color: rgba(255,255,255,1); display: inline-block;}
.featherlight .featherlight-close-icon {top: -22px; right: 0; background: transparent; color: rgba(255,255,255,1); width: auto; line-height: 1; font-size: 20px; outline: 0 !important; }
*/


/* ***********************************************************
## ACCESSIBLE ACCORDION
*********************************************************** */

.neo__accordion_container {
    width: 100%;
    text-align: left;
}

.neo__accordion_container .title,
.neo__accordion_container .content {
    backface-visibility: hidden;
    transition: all .2s;
    transform: translateZ(0);
}

.neo__accordion_container .panel_title {
    margin-bottom: 0;
}

.neo__accordion_container .panel_title .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.neo__accordion_container .panel_title .title > ._heading {
    text-align: left;
    width: 90%;
}

.neo__accordion_container .panel_title .title ._trigger {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.neo__accordion_container .panel_title .title ._trigger:before,
.neo__accordion_container .panel_title .title ._trigger:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #3F3928;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}

.neo__accordion_container .panel_title .title ._trigger:before {
}

.neo__accordion_container .panel_title .title ._trigger:after {
    transform: translateY(-50%) rotate(90deg);
}

.neo__accordion_container .panel_title .title * {
    pointer-events: none;
}

.neo__accordion_container .panel_title .title[aria-expanded="true"] {
}

.neo__accordion_container .panel_title .title[aria-expanded="true"] > ._heading {
}

.neo__accordion_container .panel_title .title[aria-expanded="true"] ._trigger:after {
    transform: rotate(0);
}

.neo__accordion_container .content {
    overflow: auto;
    max-height: 50vh;
    width: 100%;
    border-bottom: 1px solid #3F3928;
    height: auto;
    overflow-x: hidden;
}

.neo__accordion_container .content::-webkit-scrollbar {
    width: 6px;
}

.neo__accordion_container .content::-webkit-scrollbar-thumb {
    background: #3F3928;
    outline: 1px solid #3F3928;
}


.neo__accordion_container .content > div {
    padding: 0 0px 20px;
}

.neo__accordion_container .content[aria-hidden="true"] {
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

.neo__accordion_container .content[aria-hidden="false"] {
}


/* ----------- Header ----------- */
header:not(.tribe-events-header):not(.tribe-events-calendar-month__header) {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.4s ease-out;
    /*background: #325b45;*/

}

header:not(.tribe-events-header):not(.tribe-events-calendar-month__header).active {
    background: #325B45;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}

/*header.active, header.no-hero { background: #ffffff; }*/
/*header #navigation { display: none; height: 100%; background: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9; }*/
#header-top {
    position: relative;
}

#header-top #header-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#header-top .col-12 {
    position: static;
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav ul {
    margin: 0;
}

.nav li {
    margin: 0;
    padding: 0;
}

.nav > li {
    margin: 0;
    position: relative;
}

.nav li a {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    line-height: 1.7;
    padding: 18px 0;

}

.nav li a:focus,
.nav li a:hover {
    color: #d2dad7;
}

.nav li .sub-menu {
    position: absolute;
    margin: 0;
    padding: 20px;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transform-origin: top;
    -webkit-transform: scaleY(0) translateX(-50%);
    -moz-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    background: none;
    transition: all 0.4s ease-out;
    width: auto;
    min-width: 100%;
    left: 50%;
    z-index: 1;
}

.nav li .sub-menu li {
    margin: 0;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.nav li .sub-menu li:last-of-type {
    margin-bottom: 0;
}

.nav li .sub-menu li a {
    font-size: 18px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    padding: 5px 20px;
}

.nav li .sub-menu li .sub-menu li a {
    font-size: 16px;
}

.nav li .sub-menu li a:hover,
.nav li .sub-menu li a:focus {

}

.nav li:hover .sub-menu,
.nav li .sub-menu:focus-within,
.nav li .sub-menu.active {
    max-height: 1000px;
    -webkit-transform: scaleY(1) !important;
    -moz-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}

.nav li:hover .sub-menu li,
.nav li .sub-menu:focus-within li,
.nav li .sub-menu.active li {
    opacity: 1;
    transition: opacity 0.25s ease 0.15s;
}

.nav li.current_page_item > a,
.nav li.current-page-ancestor > a {
    color: #d2dad7;
    border-bottom: 2px solid #d2dad7;
}

.nav li > ul li.current_page_item > a {
    border-bottom: 0;
    font-weight: bold;
}

.nav li > ul li.current-page-ancestor > a {
    border-bottom: 0;
}

/*.nav li:focus-within ul { display:block; }*/

/*.nav .header-btn { position: absolute; top: 100%; right: 0; }*/
.nav .header-btn a {
    background: #d2dad7;
    color: #6E6259 !important;
    padding: 12px 30px;
    font-size: 15px;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    letter-spacing: 1.5px;
}

.nav .header-btn a:hover,
.nav .header-btn a:focus {
    background: #6E6259;
}

.nav .header-btn a:after {
    content: none;
}


.nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #325B45;
    left: -100vw;
    top: 0;
    overflow: auto;
    transition: left 0.5s ease-out; 
}

.nav.active {
  left: 0;
}


/* .nav:not(.active) {
	display: none !important;
} */

.nav li {
    display: block;
    width: 100%;
}

.nav li .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0;
    -webkit-transform: scaleY(0) !important;
    -moz-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
}

.nav li .sub-menu.active {
    padding-top: 0;
    padding-bottom: 0px;
    max-height: 1000px !important;
    -webkit-transform: scaleY(1) !important;
    -moz-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}

.nav li .sub-menu.active .sub-menu.active {
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 1000px !important;
    -webkit-transform: scaleY(1) !important;
    -moz-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    background: transparent !important;
}

.nav li:hover .sub-menu {
    max-height: 0;
    -webkit-transform: scaleY(0) translateX(-50%);
    -moz-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
}


/*#header-logo {position: absolute; background: #fff; left: 50%; transform: translateX(-50%); top: 0; padding: 20px 10px 15px; transition: all 0.4s ease-out;}*/
/*#header-logo img, #header-logo svg { max-width: 246px; }*/
header #header-logo img {
    transition: all 0.3s ease-out;
    max-height: 70px;
}

/*header.active #header-logo img {max-height: 75px;}*/


/* Menut Toggle Buttons */
button.toggle-menu {
    padding-right: 5px;
    position: relative;
    height: 45px;
    margin-right: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

button.toggle-menu > span {
    background: transparent;
    display: block;
    padding: 0;
}

button.toggle-menu > span > span {
    background: #FFF3E5;
    height: 2px;
    width: 33px;
    margin-bottom: 8px;
    display: block;
    transition: width 0.35s;
}

button.toggle-menu:hover,
button.toggle-menu:focus {
    outline: 0;
}

button.toggle-menu.active > span > span {
    background: #FFF3E5;
    width: 33px;
}

button.toggle-menu.active > span > span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-bottom: -2px;
}

button.toggle-menu.active > span > span:nth-of-type(2) {
    display: none;
}

button.toggle-menu.active > span > span:nth-of-type(3) {
    transform: rotate(-45deg);
}

/* Open Menu */
button#open-menu > span > span:nth-of-type(3) {
    margin-bottom: 0;
}

/* Close Menu */
button#close-menu {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #FFF3E5;
    z-index: 1;
}

button#close-menu > span > span {
    background: #FFF3E5;
    width: 33px;
    transition: transform 0.35s;
}

button#close-menu > span > span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-bottom: -3px;
}

button#close-menu > span > span:nth-of-type(2) {
    transform: rotate(-45deg);
}

button#close-menu:hover > span > span,
button#close-menu:focus > span > span {
    transform: rotate(0);
}


/* ----------- Page Content ----------- */
.hero-large {
    height: 85vh;
    min-height: 600px;
}

.hero-regular {
    height: 70vh;
    min-height: 550px;
}

/*.hero-regular { height: 0; padding-bottom: 41.667%; }*/
.hero-small {
    height: 50vh;
    min-height: 350px;
}

.hero-overlay {
    background: rgba(255, 255, 255, 0.68);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero {
    overflow: hidden;
    /*margin-top: 77px;*/
}

.hero > .container {
    position: relative;
    z-index: 2;
    /*top: 60%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);*/
    bottom: 0;
    height: 100%;
}

.hero h1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    transform: translateX(-50%);
    background: rgba(255, 243, 229, .8);
    color: #3F3928;
    padding: 20px 30px;
    min-width: 365px;
    max-width: 100%;
    text-align: center;
    line-height: 1;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-slider * {
    height: 100%;
}

.hero .slick-dots {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 0 7px;
    z-index: 3;
    display: none !important;
}

.hero .slick-arrow {
    height: 60px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.hero .slick-prev {
    left: 45px;
}

.hero .slick-next {
    right: 0;
}

.hero .slick-next {
    right: 45px;
}

.hero video {
    position: absolute;
    top: 0;
    width: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading-sep {
    background: #325b45;
    width: 85px;
    height: 7px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
    border: none;
    margin-top: 1.5rem;
}

.heading-sep.center {
    margin-left: auto;
    margin-right: auto;
}

.welocme-box {
    background: #325B45;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    color: white;
}

.welcome-image {
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
}

.welcome-image-outer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.welocme-box-outer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

footer .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 10px 0;
}

.wp-nav-menuleft {
    background: url(images/menu-left-photo.png) no-repeat;
    background-size: cover;
}

.menu-logo-avtive img {
    max-width: 150px;
}

.menu-desc-avtive p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 400;
}

.menu-desc-avtive p a {
    color: #fff;
    text-decoration: none;
}

.amenities-section h3 {
    font-size: 28px;
    font-weight: 400;
}

.amenities-image {
    text-align: center;
    width: 151px;
    scale: 0.5;
}

.amenities-image img {

}

.amenities-description {
    font-size: 20px;
    line-height: normal;
}

.amenities-outer-wrap ul {
    margin-left: 0;
}

.amenities-outer-wrap ul li {
    list-style-type: none;
    padding-bottom: 0;
}

.activities-box-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.activities-box-outer.right {
    justify-content: end;
}

.activities-box {
    background: #fff;
    margin-right: 8%;
    margin-left: 8%;
}

.activities-box hr {
    margin-left: auto;
    margin-right: auto;
}

.explore-container .row.right {
    flex-direction: row-reverse;
}

.testimonial-sec .container {
    max-width: 850px;
}

.testimonial-sec .owl-theme .owl-nav {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.testimonial-sec .owl-carousel .owl-nav .owl-prev {
    background: url(images/testimonial-left-arrow.png) center center no-repeat;
    width: 25px;
    height: 40px;
    text-indent: -9999px;
    float: left;
    margin-left: -80px;
    background-size: cover;

}

.testimonial-sec .owl-carousel .owl-nav .owl-next {
    background: url(images/testimonial-right-arrow.png) center center no-repeat;
    width: 25px;
    height: 40px;
    text-indent: -9999px;
    float: right;
    margin-right: -80px;
    background-size: cover;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #A41E1D;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #A41E1D !important;
}

.testimonial-sec .owl-dots {
    margin-top: 40px;
}

.testimonial-sec .owl-carousel .owl-nav .owl-prev:hover {
    background: url(images/testimonial-left-arrow.png) center center no-repeat;
    background-size: cover;
}

.testimonial-sec .owl-carousel .owl-nav .owl-next:hover {
    background: url(images/testimonial-right-arrow.png) center center no-repeat;
    background-size: cover;
}


.strong-view.wpmtst-default .wpmtst-testimonial {
    border: none !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-content p {
    font-size: 24px;
    font-weight: 600;
    color: #325B45;
    line-height: 40px;
}

.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: center !important;
    font-weight: 400;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 0;
}

.strong-view.controls-type-sides .wpmslider-prev {
    top: calc(30% - 14px) !important;
    left: -15px !important;
}

.strong-view.controls-type-sides .wpmslider-next {
    top: calc(30% - 14px) !important;
    right: -15px !important;
}


.strong-view.pager-style-buttons .wpmslider-pager-link::before {
    background: #A41E1D !important;
}

.textoverlap-box hr {
    margin-left: auto !important;
    margin-right: auto !important;
}

h2.wsp-pages-title {
    padding-bottom: 20px;
}

.ngg-galleryoverview {
    margin-top: 0 !important;
}

.mapboxgl-popup {
    max-width: none !important;
}

.mapboxgl-popup-content {
    padding: 20px !important;
}

.mapboxgl-popup-content .button {
    display: block;
    text-align: center;
    margin-top: 15px;
}

#map-popup-close {
    display: none;
}

.mapboxgl-popup-close-button {
    right: 3px !important;
    top: 1px !important;
}

.mapboxgl-popup h3 {
    font-family: "Raleway", sans-serif;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
}

.two-cardstext-outer-wrapper {
    background: #fff;
}

#main-footer .gform_wrapper .gfield input {
    margin-bottom: 0;
    background: #5B7C6A;
    border-radius: 8px;
    padding: 14px;
    border: none;
    height: 50px;
}

#main-footer .gform_wrapper .gfield input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

#main-footer .gform_wrapper .gfield input::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    -webkit-mask: none !important;
    mask: none !important;
    background: url('images/next.svg') no-repeat !important;
    width: 24px !important;
    height: 40px !important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    -webkit-mask: none !important;
    mask: none !important;
    background: url('images/prev.svg') no-repeat !important;
    width: 24px !important;
    height: 40px !important;
}

.b-image-grid-headline {
    /*	padding: 80px 0;*/
    position: relative;
}

.b-image-grid-headline .background-title {
    /*     font-family: "ogg", serif; */
    font-size: 151px;
    color: #787878;
    position: absolute;
    top: -1%;
    opacity: 0.1;
    z-index: 0;
    width: 100%;
    text-align: center;
}

.b-image-grid-headline .headline {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

/*.b-image-grid-headline .headline h2 {color: #3C3C3C;font-family: "ogg", serif;font-size: 48px;font-weight: 700;text-transform: none;}.b-image-grid-headline .headline h2:after {content: "";display: block;width: 121px;height: 7px;background-color: #E1C9AD;margin: 0 auto;}*/
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 17px !important;
}


.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
    .b-image-grid-headline .image {
        margin: 20px 0;
    }
}

.b-image-grid-headline .image-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .b-image-grid-headline .image-wrapper {
        gap: 0;
    }
}

.b-image-grid-headline .image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.b-image-grid-headline .gallery-left {
    padding: 0;
    margin: 0;
}

.b-image-grid-headline .gallery-left .image {
    height: 459px;
    width: 100%;
}

.b-image-grid-headline .gallery-left .image:last-child {
    height: 265px;
}

.b-image-grid-headline .gallery-right {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .b-image-grid-headline .gallery-right {
        margin-top: 20px;
    }
}

.b-image-grid-headline .gallery-right .image {
    width: 360px;
    height: 320px;
}

.b-image-grid-headline .gallery-right .image:nth-child(3) {
    height: 405px;
}

.b-image-grid-headline .gallery-right .image:nth-child(4) {
    height: 405px;
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
    .b-image-grid-headline .gallery-right .image {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .b-image-grid-headline .gallery-right .image {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-left,
    .gallery-right {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}

/* image text alternating repeater */


@media screen and (min-width: 992px) {
    .welocme-box {
        padding: 1vw 14vw 4vw 4vw;
    }

    .welocme-box h2 {
        font-size: 3.25vw;
        line-height: normal;
        margin-bottom: 1.5vw;
    }

    .welocme-box p {
        font-size: 17px;
        line-height: 1.4;
        color: white;
    }

    .welocme-box .heading-sep {
        height: .5vw;
        width: 6vw;
        margin-bottom: 1.5vw;
        margin-left: 0;
    }

    .welcome-image {
        margin-left: -10vw;
        margin-top: 8vw;
        z-index: 1;
    }

    .welocme-box-outer {
        width: 50vw;
        padding-left: 0;
        padding-right: 0;
    }

    .welcome-image-outer {
        width: 31vw;
        position: relative;
        z-index: 1;
        padding-left: 0;
        padding-right: 0;
    }

}

.out-accomodations-box-outer {
    position: relative;
    margin-top: -38px;
    z-index: 1;
}

.out-accomodations-box-outer h3 {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.out-accomodations-box {
    background: #fff;
}

.out-accomodations-box .button:hover,
.out-accomodations-box .button:focus {
    color: #FFF5E8 !important;
    background: #325b45;
}

.book {
    color: #FFF5E8 !important;
    text-decoration: none !important;
    background: #325b45;
}

.out-accomodations-box .button:before {
    background: none;
}

.out-accomodations-box .button.book {
    color: #FFF5E8 !important;
    text-decoration: none !important;
    background: #325b45;
}

.out-accomodations-box .button.book:hover,
.out-accomodations-box .button.book:focus {
    border-color: #325B45;
    color: #3C3C3C !important;
    background: transparent;
}

.two-cardstext-outer {
    background: #325b45;
}

.two-cardstext {
    background: #fff;
}

.two-cardstext {
    background: #fff;
}

.two-cardstext:first-child {
    background: none;
    color: #fff;
}

.two-cardstext:first-child h2 {
    color: #fff;
}

.two-cardstext h3 {
    font-size: 26px;
    font-weight: 600;
}

a.button.learnmore {
    color: #A41E1D !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
    border: none;
}

a.button.learnmore:hover {
    color: #A41E1D !important;
    text-decoration: none !important;
    background: none;
}

a.button.learnmore::before {
    top: 53%;
}

a.button.offcenter {
    width: 212px;
}

a.button.offcenter::before {
    left: 82%;
}

a.learnmore img {
    width: 35px;
    margin-left: 10px;
}

.textoverlap-box {
    flex-direction: column;
}

.textoverlap-box.right {
    flex-direction: column;
    padding-right: 0;
}

.mapimage-area-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mapimage-area-outer .container,
.mapimage-area-outer .row {
    height: 100%;
}

.mapimage-area-outer .map-content {
    background: #fff;
    padding: 40px 48px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.strong-view.nav-position-outside .wpmslider-controls {
    padding-top: 0 !important;
}

.textoverlap-box .welocme-box h2 {
    font-size: 36px;
    color: #fff;
    position: relative;
}

.textoverlap-box .welocme-box h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -48px;
    height: 100%;
    background: white;
    width: 4px;
}

.textoverlap-box .welocme-box {
    padding: 34px 40px;
}

.textoverlap-box-outer.white .textoverlap-box .welocme-box {
    background: white;
}

.textoverlap-box-outer.white .textoverlap-box .welocme-box h2 {
    color: #000;
}

.textoverlap-box-outer.white .textoverlap-box .welocme-box h2:before {
    background: #325B45;
}

.textoverlap-box-outer.white .textoverlap-box .welocme-box p {
    color: #000
}

@media screen and (min-width: 992px) {
    .textoverlap-box .welcome-image-outer {
        width: 50%;
    }

    .textoverlap-box .welocme-box {
        padding: 44px 48px;
    }

    /*.textoverlap-box .welocme-box h2 {*/
    /*    font-size: 36px;*/
    /*    color: #fff;*/
    /*    position: relative;*/
    /*}*/
    /*.textoverlap-box .welocme-box h2:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: -48px;*/
    /*    height: 100%;*/
    /*    background: white;*/
    /*    width: 4px;*/
    /*}*/
    .textoverlap-box .welcome-image {
        margin-left: 0;
        margin-top: 0;
        height: 100%;
        width: 100%;
    }

    .textoverlap-box .welcome-image img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    .textoverlap-box-outer .textoverlap-box .welocme-box-outer {
        width: 55%;
        /*margin-right: -20vw;*/
        z-index: 2;
        position: absolute;
        left: 0;
        right: unset;
    }

    .textoverlap-box hr {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .textoverlap-box-outer .textoverlap-box.right .welocme-box-outer {
        width: 55%;
        /*margin-right: -20vw;*/
        z-index: 2;
        position: absolute;
        right: 0;
        left: unset;
    }

    .textoverlap-box-outer > .textoverlap-box {
        flex-direction: row-reverse;
        padding-right: 0;
        /*padding-left: 5vw;*/
    }

    .textoverlap-box-outer > .textoverlap-box.right {
        /*padding-right: 5vw;*/
        /*padding-left: 0;*/
        flex-direction: row;
    }

}

@media screen and (max-aspect-ratio: 1920/1080) {
    .hero video {
        height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .hero video {
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 1150px) and (min-aspect-ratio: 1920/1080) {
    .hero video {
        width: 100%;
        height: auto;
    }
}

/* .home .hero + main > div.flexible-block:first-of-type { padding-top: 100px !important; } */


#interior-content {
}

.page-content {
}

/*
.page-content h2 {font-size: 20px; margin: 15px 0;}
.page-content h2:before {content: none;}
.page-content h3 {font-size: 38px; margin-bottom: 15px;}
.page-content h4 {margin-bottom: 5px;}
.page-content ul {margin-bottom: 1rem;}
.page-content p + ul {margin-top: -5px;}
*/
/*.page-content p a, .page-content li a {border-bottom: 1px solid;}*/


.feat-img {
    aspect-ratio: 352/283;
}

article.post-article > a {
    display: block;
    /* border: 1px solid #f3f3f3; */
    /* box-shadow: 0 0 5px 0px #f3f3f3; */
}

article.post-article .categories {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 245, 232, .3);
    border-bottom: 1px solid rgba(255, 245, 232, .3);
}

article.post-article > a:hover,
article.post-article > a:focus {
    color: #3F3928;
    /* border: 1px solid #d2dad7; */
    /*	background: #f3f3f3;*/
}

article.post-article > a:hover .button-2,
article.post-article > a:focus .button-2 {
    color: #3F3928 !important;
    background: #FFF5E8;
}


#events-container {
    background: #3F3928;
}

#events-container article.post-article > a {
    background: #6E6259;
}

#events-container article.post-article > a .button-2 {
    color: #FFF5E8 !important;
    background: #554C3F;
    border-color: #554C3F;
}

#events-container article.post-article > a:hover .button-2,
#events-container article.post-article > a:focus .button-2 {
    color: #554C3F !important;
    background: #FFF5E8;
}


/* ----------- Footer ----------- */

#main-footer {
    background: #325B45;
    color: #FFF5E8;
    overflow: visible;
}

#main-footer p,
#main-footer a {
    color: #fff;
    text-decoration: none;
}

#main-footer a:hover,
#main-footer a:focus {
    text-decoration: none;
    color: #FFF5E8;
}

#main-footer p:last-of-type {
    margin-bottom: 0;
}

#logo-footer {
    margin-bottom: 20px;
}

#logo-footer img {
    max-width: 220px;
    width: 100%;
}

.footer-wrap .logo-content p {
    font-size: 16px;
}

.footer-wrap .logo-content p,
.footer-wrap .call-details {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}

.footer-menu {
    list-style: none;
    font-size: 18px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-menu li {
    padding-bottom: 20px;
}

.footer-menu li a {
    font-size: 16px;
}

.bottom-menu {
    width: 100%;
}

.bottom-menu .footer-menu {
    display: flex;
    gap: 30px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.social-links {
    margin-left: 0;
    margin-right: 0;
}

.social-icons {
    margin-top: 15px;
}

.social-icons li {
    margin: 0 6px;
    padding-bottom: 0;
}

.social-icons a {
    display: inline-block;
    line-height: 1;
    margin: 0;
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #325B45 !important;
    border-radius: 4px;
}

.social-icons a i {
    font-size: 18px;
}

#main-footer .social-icons a:hover,
#main-footer .social-icons a:focus {
    color: #d2dad7;
}

.contact-content ul {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.contact-content a {
    display: inline-block;
    margin: 0;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    line-height: 1.4;
}

.contact-content ul a span {
    color: rgba(255, 255, 255, 0.6);
}

.contact-content a i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    background: white;
    color: #325B45;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    min-width: 40px;
    margin-right: 10px;
}

.copyright-menu {
    list-style: none;
    font-size: 14px;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0px;
    line-height: 1;
}

.copyright-menu li:last-of-type {
    border: 0;
}

#main-footer .copyright-menu li a {
    color: #ffffff;
    line-height: 1;
    font-size: 16px;
    padding: 0 5px;
    position: relative;
}

#main-footer .copyright-menu li a:hover,
#main-footer .copyright-menu li a:focus {
    color: #d2dad7;
}

.copyright-menu li:not(:last-child) a:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-color: #fff;
    height: 12px;
    width: 1px;
}

.footer-copyright {
    font-size: 14px;
    color: #111111;
}

.footer-copyright a {
    font-weight: normal;
    text-decoration: none;
}

/*body:not(.page-id-2718):not(.page-id-2672):not(.page-id-2511) #bottom-footer {position: fixed;}*/

#main-footer .gform-body .ginput_container_email {
    border-radius: 8px;
}

#main-footer .gform_wrapper .gfield {
    margin-bottom: 0;
}

/*#main-footer form {display: flex; align-items: center;}*/
/*#main-footer .gform_body {width: 60%}*/
/*#main-footer .gform_footer {width: 40%}*/
#main-footer .gravity-theme form .gform_button.button {
    color: #707070 !important;
    width: 100%;
    line-height: 1;
    border: 0 !important;
    background: #FFFFFF !important;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
}

#main-footer h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

#main-footer .gravity-theme form .gform_button.button:hover,
#main-footer .gravity-theme form .gform_button.button:focus {
    background: #eeeeee !important;
    color: #5B7C6A !important;
}

/*
#main-footer .gform_wrapper.gravity-theme .gform_footer,
#main-footer .gform_wrapper.gravity-theme .gform_page_footer {margin: 0 0 0; padding: 0 0;}
#main-footer .gform_wrapper .gfield {margin-bottom: 0;}
*/


.newsletter-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-wrap p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px !important;
}


#cookie-law-info-bar {
    bottom: 100px !important;
}

#cookie-law-info-bar .cli-plugin-button {
    display: block;
    margin: 10px 0 0;
}


/* -----------Latest-css ----------- */


#gform_fields_10 {
    display: flex;
    justify-content: center;
    gap: 90px;
}

#gform_fields_10 > div {
    width: 50%;
}

.room-block h4 {
    margin-top: 80px !important;
}


.gform_body h4 {
    color: #012335;
    font-size: 22px;
    text-align: left;
    text-transform: none;
}

.ginput_container_date {
    width: 100%;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    max-width: 235px;
}

.choice-wrap {
    display: flex !important;
    margin-bottom: 30px !important;
}

.choice-wrap .gfield_label {
    color: #9c9c9c;
    text-align: left;
}

.choice-wrap .gchoice label {
    color: #9c9c9c;
    margin: 5px 0 0 0 !important;
}

.choice-wrap .gchoice input {
    width: 15px;
    height: 15px;
}

.agree-wrap input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 0;
    display: inline-block;
    vertical-align: top !important;
    border: 1px solid #707070;
    margin-right: 5px;
}

.agree-wrap input:checked {
    background: #00263E;
}

.agree-wrap label {
    color: #9c9c9c;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}


.container {
    width: 100%;
    max-width: 100%;
}

button.toggle-menu:focus {
    text-decoration: underline;
}

.content_block {
    border-top: 4px solid black;
}

.v-mark {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%);
}


/* ACCOMODATION SLIDER */
.accommodations-slider .owl-prev {
    position: absolute;
    top: calc(50% - 80px);
    left: -35px;
    transform: translateY(-50%);
}

.accommodations-slider .owl-next {
    position: absolute;
    top: calc(50% - 80px);
    right: -35px;
    transform: translateY(-50%);
}

.accommodations-slider .slider_btn_one a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    margin-top: 5px;
}

.accommodations-slider img.room-img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.09;
    object-fit: cover;
	height: auto;
}

.accommodations-slider-wrapper h2 {
    font-size: 36px;
}

@media (max-width: 992px) {
    .accommodations-slider .owl-next {
        right: 0;
    }

    .accommodations-slider .owl-prev {
        left: 0;
    }
}

/*home-slider*/
.home-slider .slider_content_box {
    position: absolute;
    top: 50%;
    left: 0;
    background: white;
    width: 40%;
    transform: translateY(-50%);
    padding: 40px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    transition: all .5s;
}
.home-slider .slider_content_box h3 {
	text-transform: unset;
}
.home-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.home-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.home-slider.owl-carousel .owl-item img {
    height: 490px;
    object-fit: cover;
}

.home-slider.owl-carousel .owl-item.active.center img {
    height: 590px;
    width: 90%;
    margin-left: auto;
}

.home-slider.owl-carousel .owl-item.active.center .slider_content_box {
    opacity: 1;
}

.home-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/*
    THREE IMAGES CONTENT START
*/
.three-images-content {
    padding: 100px 0;
    position: relative;
}

.three-images-content.bg-lines::before {
    content: '';
    background-image: url("../images/bg-lines.svg");
    display: flex;
    height: 110%;
    width: 50%;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .4;
}

.three-images-content .first-image {
    margin-bottom: 20px;
    aspect-ratio: 540 / 400;
    object-fit: cover;
}

.three-images-content .second-image {
    width: 100%;
    object-fit: cover;
    /*height: 80%;*/
    margin-top: auto;
    aspect-ratio: 662 / 300;
}

.three-images-content .third-image {
    width: 85%;
    object-fit: cover;
    aspect-ratio: 448 / 365;
}

@media only screen and (max-width: 767px) {

    .textoverlap-box-outer.white .textoverlap-box .welocme-box h2:before {
        content: unset;
    }
    .three-images-content {
        padding: 40px 0;
    }

    .three-images-content .first-image, .three-images-content .second-image, .three-images-content .third-image {
        padding: 10px;
        margin: auto;
        width: 70%;
        display: flex;
        aspect-ratio: 1;
        height: auto;
        max-height: 350px;
    }
}

/*
    THREE IMAGES CONTENT END
*/

.buttons-list .big-button {
    border: 1px solid #325b45;
    padding: 26px 35px;
    font-size: 24px;
    font-weight: bold;
    color: #325b45;
    font-family: 'Libre Baskerville';

}

.full_width_image_text_overlap .fullwidth-block h2 {
    position: relative;
    color: #707070;
}

.full_width_image_text_overlap .fullwidth-block p {
    position: relative;
    color: #707070;
}

.full_width_image_text_overlap .fullwidth-block h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -48px;
    height: 100%;
    background: #707070;
    width: 4px;
}

.full_width_image_center_text .activities-box {
    background: rgba(255, 255, 255, 0.9);
}

.fullwidth-block img{ 
    max-height: 600px;
	object-fit: cover;
}

/*gallery-slider*/
/*.gallery-slider .owl-prev {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 10px;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.gallery-slider .owl-next {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 10px;*/
/*    transform: translateY(-50%);*/
/*}*/
.gallery-slider.owl-carousel .owl-item img {
    height: 360px;
    object-fit: cover;
}

.gallery-slider.owl-carousel .owl-item.active.center img {
    height: 520px;
}

.gallery-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.gallery-slider.owl-carousel .owl-dots {
    display: none;
}

.gallery-slider.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.rooms-accordion-holder {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0;
    margin: 15px 0;
}

.rooms-accordion-holder .button {
    border: none;
    font-weight: bold;
}


/*ROOMS*/

.room-article {
    height: 100%;
}

.room-article.slick-slide {
    height: auto;
}

.room-article .feat-img {
    width: 100%;
}

.room-article .entry-title {
    margin: 20px 0;
    font-family: 'Libre Baskerville';
    font-weight: bold;
    font-size: 20px;

}

.room-article ._slider_arrows {
    /* position: absolute; */
    /* right: 0; */
    /* top: 30px; */
    flex: 1 0 auto;
    text-align: right;
}

.room-article ._slider_arrows .slick-arrow {
    border-radius: 100%;
    margin: 0 7px;
    transform: none;
    transition: all .5s;
}

.room-article ._slider_arrows .slick-arrow.slick-prev {
    margin-left: 0;
}

.room-article ._slider_arrows .slick-arrow:hover {
    outline: 1px solid #707070;
}

.room-attributes {
    list-style: none;
    margin: 0;
    padding: 0;
}

.room-attributes li {
    margin: 0;
    padding: 0;
    margin-right: 45px;
    font-size: 15px;
    color: #636363;
}

.room-attributes li img {
    margin-right: 12px;
}

/* .room-article .button {
	padding-right: 35px;
} */

.room-article .button + .button {
    margin-left: 0px;
}

.room-article .button:after {
    content: none;
}
.room-article .feat-img {
    width: 100%;
    aspect-ratio: 550/400;
    /* /min-height: 250px;/
    /aspect-ratio: 784/545;/ */
}
.room-article .feat-img img {
    width: 100%;
    /* min-height: 250px; */
    aspect-ratio: 550/400;
    object-fit: cover;
    height: auto;
}

.take-tour-btn {
    font-weight: 600;
    font-size: 16px;
    color: #325B45;
    text-transform: uppercase;
}

.take-tour-btn svg {
    margin-right: 4px;
}

.image-slider-with-content .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.image-slider-with-content .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.image-slider-with-content .owl-carousel .owl-item {
    height: 100%;
    aspect-ratio: 550 / 500;
}

.image-slider-with-content .owl-carousel .owl-item img {
    height: 100%;
    aspect-ratio: 550 / 500;
    object-fit: cover;
}

.image-slider-with-content .left .image-holder {
    order: 2;
}

/* images-block */
.images-block .first-image, .images-block .second-image {
    height: 47%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 290/235;
}
.images-block .third-image {
    object-fit: cover;
    aspect-ratio: 290/500;
}



.insta_content a {
    text-transform: uppercase;
}
.newsletter-title {
    /*font-size: */
    font-family: "Libre Baskerville", "Raleway", serif;
    text-transform: unset;
}








/* ----------- Media Queries ----------- */
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 1140px;
    }

    .accomdation-container-wrapp {
        max-width: 1078px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1340px;
        max-width: 1340px;
    }

    .accomdation-container-wrapp {
        max-width: 1078px;
    }
}

/* ----------- Bootstrap Media Queries ----------- */
/* xl */
@media (min-width: 1200px) {
    /* .content_images_block.count_3 ._content {
        max-width: 33.333333%;
        width: 33.333333%;
        flex: 33.333333%;
        margin-right: 0;
    }
    .content_images_block.count_3 ._images {
        max-width: 66.666666%;
        width: 66.666666%;
        flex: 66.666666%;
    } */
}

/* lg, xl */
@media (min-width: 992px) {

    /* .content_images_block ._content {
        box-shadow: 0 3px 24px rgba(0,0,0,.16);
        max-width: calc(33.333333% + 120px);
        width: calc(33.333333% + 120px);
        flex: 0 0 calc(33.333333% + 120px);
        margin-right: -120px;
    }

    .content_images_block ._content.order-lg-2 {
        margin-left: -120px;
    }

    .content_images_block.count_2 ._content {
        max-width: calc(33.333333% + 200px);
        width: calc(33.333333% + 200px);
        flex: 0 0 calc(33.333333% + 200px);
        margin-right: -200px;
        margin-top: -150px;
    }
    .content_images_block.count_3 ._content {
        max-width: 43.333333%;
        width: 43.333333%;
        flex: 43.333333%;
        margin-right: 0;
    }
    .content_images_block.count_3 ._images {
        max-width: 56.333333%;
        width: 56.333333%;
        flex: 56.333333%;
    }

    .content_images_block.count_2 ._content.order-lg-2 {
        margin-left: -200px;
    }

    .content_images_block.count_3 ._content.order-lg-2 {
        margin-left: 0;
    }

    .content_images_block ._content:before {
        content: '';
    }

    .content_images_block ._content p {
        max-width: 600px;
    } */
    .content_images_block.count_3 ._content.col-lg-6 {
        order: 1 !important;
    }

    .content_images_block.count_3 ._content.col-lg-6.order-lg-2 {
        order: 2 !important;
    }

    .content_images_block.count_3 ._content.col-lg-6 div:nth-of-type(2) {
        max-width: 60%;
    }

    .content_images_block.count_3 ._content.col-lg-6.order-lg-2 div:nth-of-type(2) {
        margin-left: 40%;
    }

    .content_images_block.count_3 ._images.col-lg-6 {
        padding-left: 3rem !important;
        order: 2 !important;
    }

    .content_images_block.count_3 ._images.col-lg-6.order-lg-1 {
        padding-left: 0 !important;
        padding-right: 3rem !important;
        order: 1 !important;
    }

    .content_images_block.count_3 ._images.col-lg-6 > div:last-of-type {
        margin-left: -40%;
        margin-top: -28%;
        margin-bottom: 0;
    }

    .content_images_block.count_3 ._images.col-lg-6.order-lg-1 > div:last-of-type {
        margin-left: auto;
        margin-right: -40%;
    }


    .quote_image_block ._content:before {
        content: '';
    }

    .newsletter-wrap {
        margin-right: 0;
        margin-left: auto
    }

    /* .footer-wrap .logo-content p {
        text-align: left;
    } */
    /* .newsletter-wrap {
        height: 100%;
        box-shadow: 0 3px 24px rgba(0,0,0,.18);
        margin: -100px auto 0;
    } */
    .quote_image_block ._content {
        height: 60vh;
        min-height: 400px;
    }
}

/* md, lg, xl */
@media (min-width: 768px) {
}

/* sm, md, lg, xl */
@media (min-width: 576px) {
}


@media screen and (max-width: 1280px) {

    .hero .slick-arrow {
        width: 60px;
        height: 60px;
    }

    .hero .slick-arrow svg {
        width: 60px;
        height: 60px;
    }

}

/* xs, sm, md, lg */
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1199px) {


    #main-footer .gravity-theme form .gform_button.button {
        padding: 11px 15px;
    }

}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1080px) {
}

/* xs, sm, md */
@media (max-width: 992px) {
}


@media (max-width: 991px) {


    h3 {
        font-size: 30px;
    }


    .bg-overlay {
        width: 100%;
        left: 0;
    }

    .hero .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .hero .slick-arrow svg {
        width: 50px;
        height: 50px;
    }

    .gallery_block .half-height .gallery-thumbnail {
        height: calc((375px / 2) - .5rem);
    }

    .blocks_block .each-block-image .background-image:after {
        opacity: .7;
    }

    .blocks_block .each-block-image h3,
    .blocks_block .each-block-image .button {
        opacity: 1;
    }

    .blocks_block .each-block-image {
        padding-bottom: 40px;
    }

    .gap-20 strong {
        border-right: 0;
        margin: 0;
        padding: 0 10px;
    }

    .gap-20 .address-line span {
        border-right: 0;
        margin: 0;
        padding: 0 10px;
    }

    /* .social-icons a {margin-right: 30px;}
    .social-icons a:last-of-type {margin-right: 0;} */
    #header-logo {
        position: relative;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* main .flexible-block:last-of-type {
        padding-bottom: 3rem!important;
    } */
    .copyright-menu li {
        display: block;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .copyright-menu li:not(:last-child) a:after {
        content: none;
    }

    .gallery_block .gallery-item {
        height: 400px;
    }

    .out-accomodations-box-outer {
        position: relative;
    }

    .mapimage-area-outer {
        position: relative;
        height: auto;
        width: auto;
    }

    .mapimage-area-outer .container,
    .mapimage-area-outer .row {
        height: auto;
    }

    .activities-box-outer {
        position: relative
    }

    .activities-box {
        margin-right: 0;
        margin-left: 0;
    }

}

/* xs, sm */
@media (max-width: 767px) {

    h1 {
        font-size: 30px;
    }

    h2 {

    }

    /*	#header-logo img, #header-logo svg {width: 55%;}*/
    .hero .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .hero .slick-arrow svg {
        width: 40px;
        height: 40px;
    }


    #open-menu {
        margin: 0;
        padding: 0;
    }

    header .button {
        text-align: center;
    }

    header.header-hidden {
        top: -196px;
    }

    .nav li a {

    }

    .nav li .sub-menu li a {

    }

    .background-image {
        background-attachment: scroll !important;
    }

    .gallery_block .gallery-thumbnail {
        height: 0;
        padding-bottom: 75%;
    }


    #gform_fields_10 {
        display: block;
    }

    #gform_fields_10 > div {
        width: 100%;
    }

    /* .home .hero + main > div.flexible-block:first-of-type {padding-top: 150px !important;} */
    .blocks_block .each-block-image {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        max-height: 350px;
    }

    .image_slider_block .slick-dots {
        bottom: 0;
    }

    #header-top #header-logo {
        position: relative;
    }

    .home-slider .slider_content_box {
        position: relative;
        padding: 20px;
        width: 100%;
        transform: translateY(-10%);
    }
    .home-slider.owl-carousel .owl-item img {
        height: 300px;
    }
    .home-slider.owl-carousel .owl-item.active.center img {
        width: 100%;
        height: 350px;
    }
}


@media (max-width: 640px) {
    #sb_instagram {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0 !important;
    }

    #sb_instagram #sbi_images {
        padding: 15px 0 !important;
    }

    .above_footer_bar img {
        padding: 0 15px;
    }
}

/* xs */
@media (max-width: 575px) {

    body {
        font-size: 20px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        text-align: center;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 22px;
    }

    .button {

    }

    .hero h1 {
        min-width: 320px;
        width: 100%;
    }

    .hero .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .hero .slick-arrow svg {
        width: 30px;
        height: 30px;
    }

    .blocks_slider_block.layout2 .slick-content h3 {
        font-size: 18px;
    }

    .button + div + .button {
        margin-left: 15px;
    }

    .filter-group {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        padding: 30px;
        text-align: center;
    }
    .filter-group-toggle {
        justify-content: center;
    }

    .welocme-box {
        text-align: center;
    }

    .mapimage-area-outer {
        text-align: center;
    }

    .two-cardstext {
        text-align: center;
    }

    .heading-sep {
        margin-left: auto;
        margin-right: auto;
    }

    .nav ul li {
        text-align: center;
    }

    .nav li .sub-menu.active {
        padding-left: 0 !important;
    }
}


/* ----------- Additional Media Queries ----------- */
@media (max-width: 500px) {

    /*	#header-logo img, #header-logo svg {max-width: 200px;}*/
    /*	.hero > .container {position: relative; left: 0; right: 0; -webkit-transform: none; -moz-transform: none; transform: none;}*/
    .hero-large {
        height: 70vh;
        min-height: calc(70vh - 110px);
    }

    .hero-regular {
        /*height: 0;*/
        min-height: 200px;
        padding-bottom: 50%;
    }

    .hero-small {
        /*height: auto;*/
        min-height: 65vh;
    }

    .home-menu li a {
        font-size: 30px;
    }

    .nav li a {
        font-size: 22px;
    }

    .nav li .sub-menu li a {
        font-size: 17px;
    }

    .content_images_block.layout1 ._content p {
        padding-left: 0;
    }

    .content_images_block.layout1 ._content .button {
        margin-left: 0;
    }

    .content_images_block.layout1 ._content p:first-of-type:before {
        content: none;
    }

    #main-footer form {
        display: block;
    }

    #main-footer .gform_body {
        width: 100%;
    }

    #main-footer .gform_footer {
        width: 100%;
    }

    #main-footer .gravity-theme form .gform_button.button {
        line-height: 1;
    }

}

@media (max-width: 420px) {

    /*	h1 { font-size: 25px; }*/
    /*	h2 { font-size: 25px; }*/
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {

    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }

}

@media (max-width: 380px) {

    /*	h1 { font-size: 20px; }*/
    /*	h2 { font-size: 20px; }*/
    #bottom-footer {
        font-size: 16px;
    }

    .gap-20 .button-2 {
        padding: 8px 15px;

    }
}

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

/* ------- iOS only ------- */

@supports (-webkit-overflow-scrolling: touch) {
    .hero {
        background-attachment: scroll !important;
    }

    .background-image {
        background-attachment: scroll !important;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- IE 10 and 11 ----------- */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
}


#sb_instagram .sbi-owl-next {
    position: static;
    margin: 10px 20px;
    border: none;
    box-shadow: none;
}

#sb_instagram .sbi-owl-prev {
    position: static;
    margin: 10px 20px;
    border: none;
    box-shadow: none;
}

#sb_instagram .sbi-owl-prev svg {
    display: none;
}

#sb_instagram .sbi-owl-prev:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.242" height="34.243" viewBox="0 0 19.242 34.243"><path id="Path_16" data-name="Path 16" d="M-3387.147,674.845l-15,15,15,15" transform="translate(3404.268 -672.724)" fill="none" stroke="%23707070" stroke-linecap="round" stroke-width="3"/></svg>');
    display: inline-block;
    width: 24px;
    height: 24px;
}

#sb_instagram .sbi-owl-next svg {
    display: none;
}

#sb_instagram .sbi-owl-next:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.242" height="34.243" viewBox="0 0 19.242 34.243"><path id="Path_1" data-name="Path 1" d="M-3402.147,674.845l15,15-15,15" transform="translate(3404.268 -672.724)" fill="none" stroke="%23707070" stroke-linecap="round" stroke-width="3"/></svg>');
    display: inline-block;
    width: 24px;
    height: 24px;
}

.tribe-events-single .tribe-events-event-image img {
    max-height: 65vh;
    object-fit: cover;
}
.tribe-events-single #tribe-events-footer {
    display: none;
}

.tribe-events-single .tribe-events-c-subscribe-dropdown {
    display: none;
}

.tribe-events-single .tribe-events-back {
    display: none;
}

.tribe-events-single .tribe-events-schedule h2 {
    font-size: 18px;
}

.tribe-events-single .tribe-events-single-event-title {
    margin-top: 55px;
}

.tribe-events-meta-group.tribe-events-meta-group-other{
	display:none;
}

.tribe-events-event-url-label{
	display: none;
}

.tribe-events-event-url{
	display: none;
}




/*
 * 
 * Floor Plans 
 *
*/

.events-accordion-wrap{
    padding: 140px 0;
}
.events-accordion {
    padding-top: 100px;
}
.events-accordion:first-child{
    padding-top: 0;
}

.events-accordion .title {
    border-top: 1px solid #afc0c6;
    text-align: left;
    padding-top: 45px;
    line-height: 1.1;
    font-size: 34px;
}

.events-accordion .accordion__item {
    border-bottom: 1px solid #afc0c6;
}

.events-accordion .accordion__item:first-child {
    border-top: 1px solid #afc0c6;
}

.events-accordion h4 {
    font-size: 24px;
    color: #565961;
    font-weight: 400;
    padding-top: 14px;
}
.events-accordion h5 { 
font-size: 16px;
    font-weight: bold;
}
.events-accordion h6 {
    font-size: 16px;
    font-weight: bold;
}
.accordion__title img.plus-icon {
    width: 30px;
}

.preview-img {
    display: block;
    mix-blend-mode: multiply;
    width: 780px;
    max-width: 100%;
}
.active .plus-icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}


.custom-accordion .accordion__item .accordion__title {
    cursor: pointer;
}

.custom-accordion .accordion__item .accordion__content {
    display: none;
}

.custom-accordion.no-data {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    padding-top: 21px;
    font-size: 25px;
}