.lash-logo {
    color: #fff !important;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.lash-logo:hover {
    color: #cc866c !important;
}

.footer-logo {
    margin-bottom: 18px;
}

.breadcrumb-title h1 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.main-menu ul li a.active {
    color: #cc866c;
}

.search-button {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.search-close-button {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-field select,
.contact-field input[type="date"],
.contact-field input[type="time"] {
    background: #fff;
    border: none;
    height: 60px;
    padding: 0 20px;
    width: 100%;
}

.lash-alert {
    background: #cc866c;
    color: #fff;
    margin-bottom: 30px;
    padding: 18px 24px;
}

.policy-list li,
.aftercare-list li {
    color: #c7c7c7;
    margin-bottom: 14px;
}

.lash-standard {
    border: 1px solid rgba(204, 134, 108, 0.45);
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    min-height: 88px;
    padding: 28px 14px;
    text-align: center;
    text-transform: uppercase;
}

.lash-map-placeholder {
    align-items: center;
    background: #222;
    color: #fff;
    display: flex;
    min-height: 620px;
    justify-content: center;
}

@media (max-width: 767px) {
    .breadcrumb-title h1 {
        font-size: 42px;
    }
}
