/* .wrap__page-content ul, .wrap__page-content ol {
clear: none;
}

.wrap__home-offer--inner .form__title {
    font-family: "playfair-display", Verdana, sans-serif;
    color: #1f1f21;
    font-weight: normal;
    font-size: 55px;
    line-height: 40px;
    margin: 0px 0px 40px;
}

.wrap__slider .bx-wrapper .wrap__bx-controls {
    display: none;
} */

/* img.staff-member__image {
    filter: grayscale(1);
} */

/*FORM ISSUE WORK AROUND*/
.input_container {
    font-family: "noto-serif", Arial, Helvetica, sans-serif;
    display: flex;
    flex-flow: column;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
}
.section--light .input_container input:not([type="radio"]):not([type="checkbox"]), .section--light .input_container textarea, .section--light .input_container select {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px white;
    color: #4A5450;
    transition: all 0.3s;
    border-color: white;
    border: 0;
    padding: 5px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.section--light .input_container input {
    font-family: "noto-serif", Arial, Helvetica, sans-serif;
    display: flex;
    flex-flow: column;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
}

.form__group {
    margin-bottom: 20px;
}
/*end of form*/

.locations_header__container--inner.locations__container--inner {
    padding-top: 10px;
}

.editable__container img {
    max-width: 100%;
}

.col-lg-12.col-sm-12.section__column-1.ple-column-padding.ple-module-justify-center.alias-logo_mobile {
    padding: 10px;
}

@media screen and (max-width: 425px) {
    .logo__image img {
        width: 210px ! IMPORTANT;
        max-width: 210px;
    }
}