/************************************ * 1.1 VARIABLES ************************************/
.attractions-filter label {
    position: absolute;
    display: block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.attractions-content__right, .attractions-content .attraction .attraction__image img, .attraction-lightbox {
    transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}
.posBtnExpand {
    position: absolute;
    z-index: 9;
    top: 3%;
}
/******************************************************************************************* * 2.0 content *******************************************************************************************/
.attraction-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
}
.attractions-content {
    clip-path: inset(0 0 0 0);
}
.attractions-content__left, .attractions-content__right {
    width: 50%;
}
.attractions-content__right {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
}
.attractions-content__left {
    padding: 30px 15px 0;
}
.attractions-content.map-expanded .attractions-content__right {
    width: 100%;
}
.attractions-wrapper {
    display: flex;
    flex-wrap: wrap;
}
/************************************ * INTRO CONTENT ************************************/
.attractions-intro {
    margin-bottom: 40px;
}
/************************************ * ATTRACTION ************************************/
.attraction__wrapper {
    padding: 0 7px;
}
.attraction__image {
    overflow: hidden;
}
.attraction__image img {
    max-width: 100%;
}
.attraction__info {
    margin-top: 20px;
}
.attraction__info .additional-info span, .attraction__info .additional-info svg {
    display: inline-block;
    vertical-align: top;
}
.attraction__info .additional-info span {
    padding-top: 5px;
}
.attraction__info .additional-info svg {
    width: 24px;
    height: 24px;
}
.attractions-content .attraction {
    margin: 0 0 40px;
    width: 50%;
    cursor: pointer;
}
.attractions-content .attraction .attraction__image img {
    transform: scale(1, 1);
}
.attractions-content .attraction:hover .attraction__image img {
    transform: scale(1.2, 1.2);
}
/************************************ * MAP ************************************/
.attractions-map {
    height: 100%;
    width: 100%;
    position: absolute !important;
    width: 100%;
    top: 0;
    right: 0;
}
.attractions-map__expand {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 130px;
}
/************************************ * 2.1 FORM - FILTER ************************************/
.attractions-filter {
    display: flex;
}
.attractions-filter__fields {
    width: calc(100% - 100px);
    display: flex;
}
.attractions-filter .form-entry {
    width: 50%;
    padding: 0 10px;
}
.attractions-filter .form-entry input, .attractions-filter .form-entry select {
    width: 100%;
    display: block;
}
/************************************ * 3.2 ATTRACTIONS LIGHTBOX ************************************/
.gm-style-iw {
    position: relative;
}
.gm-style-iw::before {
    height: 15px;
    width: 15px;
    background-color: white;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    z-index: 1;
}
/******************************************************************************************* * 4.0 LIGHTBOX *******************************************************************************************/
.attraction-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9999999999;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.attraction-lightbox.opened-lightbox {
    opacity: 1;
    pointer-events: all;
}
.attraction-lightbox__wrapper {
    background: #fff;
    max-width: 900px;
    position: relative;
    padding: 40px;
    margin: 0 30px;
}
.attraction-lightbox .attraction__wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.attraction-lightbox .attraction__image {
    margin: 0 auto;
    margin: 0;
    max-width: initial;
    width: 60%;
}
.attraction-lightbox .attraction__image img {
    display: block;
    width: 100%;
}
.attraction-lightbox .attraction__info {
    width: 40%;
    padding: 0 0 0 40px;
}
.attraction-lightbox .attraction .learn-more-btn {
    display: none;
}
.attraction-lightbox__close {
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background-size: 18px 18px;
    cursor: pointer;
    position: absolute;
}
.attraction-lightbox__close:before, .attraction-lightbox__close:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #333;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    display: block;
    transform-origin: center;
    position: absolute;
}
.attraction-lightbox__close:before {
    transform: rotate(-45deg);
}
.attraction-lightbox__close:after {
    transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
    .attractions-filter {
        display: block;
   }
    .attractions-filter__fields {
        width: 100%;
        display: block;
   }
    .attractions-filter .form-entry {
        width: auto;
        padding: 0;
   }
    .attractions-content .attraction {
        width: 100%;
   }
    .attraction-lightbox__wrapper {
        padding: 30px;
   }
}
@media screen and (max-width: 600px) {
    .attractions-content {
        display: block;
   }
    .attractions-content__left {
        width: 100%;
   }
    .attractions-content__right {
        display: none;
   }
    .attraction-lightbox .attraction__wrapper {
        display: block;
   }
    .attraction-lightbox .attraction__image, .attraction-lightbox .attraction__info {
        width: auto;
   }
    .attraction-lightbox .attraction__info {
        padding-left: 0;
   }
}



.gform_wrapper .gform_heading {
    display: none;
}
.gform_wrapper form .gform_fields {
    --gf-form-gap-y: 10px;
}
.gform_wrapper form .gfield--type-text, .gform_wrapper form .gfield--type-email {
    --gf-ctrl-label-font-size-primary: 12px;
    --gf-local-margin-y: 0;
    --gf-label-space-primary: 0;
}
.gform_wrapper form .gfield--type-text label .gfield_required, .gform_wrapper form .gfield--type-email label .gfield_required {
    display: none;
}
.gform_wrapper form .gfield--type-text .ginput_container input, .gform_wrapper form .gfield--type-email .ginput_container input {
    border: 1px solid #111;
    position: relative;
    z-index: 2;
    padding: 12px 15px;
    margin: 0;
    background: transparent;
    width: 100%;
    font-size: 16px;
    color: #121212;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    height: auto;
    line-height: normal;
    text-align: left;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large,
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    text-align: left;
}
.gform_wrapper form .gfield--input-type-checkbox .gchoice input {
    --gf-local-radius: 0;
    border: 3px solid #a28964;
    height: 10px;
    width: 10px;
}
.gform_wrapper form .gfield--input-type-checkbox .gchoice input[type="checkbox"]:where( :not(.gform-theme__disable):not(.gform-theme__disable *):not( .gform-theme__disable-framework ):not(.gform-theme__disable-framework *))::before {
    content: "";
    background: #a28964;
    width: 10px;
    height: 10px;
}
.gform_wrapper form .gfield--input-type-checkbox .gchoice label, .gform-theme--framework .gform-field-label--type-inline {
    --gf-label-space-x-secondary: 4px;
    font-size: 13px;
    text-align: left;
}
.gform-theme--foundation fieldset {
    text-align: left !important;
}
.gform-theme--foundation .gfield textarea.small {
    text-align: left;
}
.gform_wrapper.gform-theme form .gform-footer .gfield--type-submit input[type="submit"].gform-button.button,
.gform_wrapper.gform-theme form .gform-footer input[type="submit"].gform_button.button,
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    margin: 10px auto 0 auto !important;
    width: 160px !important;
    display: block !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #111 !important;
    border: 1px solid #111 !important;
    font-size: 13px !important;
    padding: 14px 20px 12px 20px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: all 0.3s ease-in-out !important;
}
.gform_wrapper.gform-theme form .gform-footer .gfield--type-submit input[type="submit"].gform-button.button:hover,
.gform_wrapper.gform-theme form .gform-footer input[type="submit"].gform_button.button:hover,
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
    background: #a28964 !important;
    border-color: #a28964 !important;
    color: white !important;
    transition: all 0.3s ease-in-out !important;
}
