.wb_footer_contact a{
    text-decoration: none;
    color: #fff;
}
.parsley-errors-list {
    list-style: none;
    color: red;
    text-align: left;
    padding: 0;
    height: 0;
    margin: 0;
    position: absolute;
    top: 100%;
}
.wb_form_select_wrapper {
    position: relative;
}
@media (hover: hover) {
    .map-pin img{
        transition: 0.3s;
    }
    .map-pin:hover img{
        transform: scale(1.1);
        /* -webkit-filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.3));
        filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.3)); */
        transition: 0.3s;
    }
    .wb_button-solid {
        transition: 0.5s;
    }
    .wb_button-solid:hover {
        opacity: 0.5;
    }
}

.wb_field_wrap.checkbox {
    margin-bottom: 0;
}
@media screen and (max-width: 991px){
    .checkbox {
        margin-top: 1px;
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }
}
.hide_show_menu.is-page-height-tablet {
    height: var(--vh-mobile, 100vh);
    /* transition: all 500ms; */
}

.rl_navbar1_logo-link{
    transition: height 0.6s;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
.rl_navbar1_logo-link img{
    height: 90px;
    width: auto;
    max-width: initial;
    transition: height 0.6s;
}   
/* .rl_navbar1_logo-link img.small{
    position: absolute;
    display: none;
    height: 34.6px;
    width: auto;
    max-width: initial;
} */
html.scrolled .rl_navbar1_logo-link{
    height: 35px;
}
@media screen and (max-width: 991px){
    .rl_navbar1_logo-link img{
        height: 80px;
    }   
}
@media screen and (max-width: 479px){
    .rl_navbar1_logo-link img{
        height: 65px;
    }   
}
/* html.scrolled .rl_navbar1_logo-link img.big{
    display: none;
} */
/* html.scrolled .rl_navbar1_logo-link img.small{
    position: absolute;
    display: block;
} */
.w-lightbox-backdrop {
    background: rgba(238, 238, 238, 0.98);
}

.pswp__bg { background: rgba(238, 238, 238, 0.98)!important; }


.pswp__icn {
    fill: #827C85!important;
    color: #eee!important;
}
.location_color_block2 {
    max-height: 50vw;
}
@media screen and (max-width: 991px){
    .location_color_block2 {
        max-height: initial
    }
}
.animation--zoom-fade {
    transform: scale(1.1);
    opacity: 0;
    transition: transform 4s;
    overflow: hidden;
}
.animation--zoom-fade.animation-start{
    transform: scale(1);
    opacity: 1;
}

.grecaptcha-badge {
	visibility: hidden;
	pointer-events: none;
}

.hanging-button {
    padding: 10px 10px;
}

.hanging-button-text {
    writing-mode: tb-rl;
}

.section-subheader {
    font-style: initial;
}

form .datepicker-dropdown {
    width: 100%;
    min-width: 250px;
}
form .datepicker-view {
    width: 100%;
}
form .datepicker-controls .button.view-switch {
    font-size: 1.6rem;
}
form .datepicker .dow {
    font-size: 1.4rem;
}
form .prev-button[disabled], form .next-button[disabled] {
    display: none;
}

.input-text {
    border-radius: 0;
}

.w-input:focus, .w-select:focus {
    border-color: #cca467;
}

@media screen and (max-width: 991px){
    .hanging-button {
        padding: 10px 8px 10px 5px;
        font-size: 1.8rem;
    }
    .hanging-button-icon {
        width: 18px;
    }
    .w-input, .w-select {
        font-size: 1.6rem;
    }
}
