.text-only:before { 
    background: unset; 
}
.holder__locations .cta { 
    background: #EEBFA7;
}
.wrap__slider .slider__button a, .featuredblock__button {
    background-color: #EEBFA7;
    color: #fff; 
} 
.holder__locations .cta__link--icon:focus, .holder__locations .cta__link--icon:hover, .holder__locations .cta__button:focus, .holder__locations .cta__button:hover, .holder__locations .cta__button--icon:focus, .holder__locations .cta__button--icon:hover, .holder__locations .cta__link:focus, .holder__locations .cta__link:hover { 
    color: #EEBFA7; 
}
.wrap__slider .slider__button a:hover, .wrap__slider .slider__button a:focus {
    background-color: #fff;
    color: #EEBFA7;
}
.featuredblock__button{
    background-color: #EEBFA7;
    color: #fff;
}
.featuredblock__button:hover {
    background-color: #fff;
    color: #EEBFA7;
}
.cta__button, .cta__button--icon, .slider__button a, .featuredblock__button, button:not([class^='se__']):not([class^='redactor__']):not([class^='vjs-']):not([class^='redactor-']):not(.gallery-video-btn), button, input[type="button"], input[type="reset"], input[type="submit"] { 
    background-color: #EEBFA7; 
    color: #ffffff;
}
.cta__button:hover, .cta__button:focus, .cta__button--icon:hover, .cta__button--icon:focus, .slider__button a:hover, .slider__button a:focus, .featuredblock__button:hover, .featuredblock__button:focus, button:not([class^='se__']):not([class^='redactor__']):not([class^='vjs-']):not([class^='redactor-']):not(.gallery-video-btn):hover, button:not([class^='se__']):not([class^='redactor__']):not([class^='vjs-']):not([class^='redactor-']):not(.gallery-video-btn):focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #ffffff;
    color: #EEBFA7;
}
.wrap__home-contact .cta__button, .wrap__home-contact .cta__button--icon { 
    background-color: #EEBFA7;
    color: #fff; 
}
.wrap__slider .slider__title {
    color: #ffffff;
    font-size: 35px;
    font-family: "archivo-narrow", Verdana, sans-serif;
    line-height: 42px;
    margin-bottom: 5px;
    font-weight: 600;
    text-shadow: 2px 2px #000;
}
.logo__title {
    color: #d19f86;
    margin: 0;
    font-size: 25px;
    line-height: 1.1;
    font-family: "archivo-narrow", Verdana, sans-serif;
    font-weight: 600;
}
.logo__description {
    color: #d19f86;
    margin: 0;
    font-size: 18px;
    font-family: "lato-regular", "Arial Black", Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px #;
    font-weight: bold;
}
.wrap__header--inner {
    background: linear-gradient(to right, #92bed4 0%, #92bed4 100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.2);
    z-index: 6;
}