*:focus:not(:focus-visible) {
    outline: none !important;
}

*:focus-visible {
    outline: 2px dashed currentColor !important;
    outline-offset: 2px !important;
}

a.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: #42185f;
    color: #FFFFFF;
}

a.skip-to-main-content-link:focus {
    left: 50%;
    margin: 20px 0 0 -100px;
}


.gm-style-cc button,
.gm-style-cc span,
.gm-style-cc a {
    font-size: 12px !important;
}


.vc_locations_overlay {
    background-color: #42185f;
}

.main_footer .box_newsletter .form-control {
    color: #FFFFFF;
}

.wen_gallery__title {
    background-color: #42185f;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}



