.contact-info .wpsl-contact-details {
    font-size: 0;
    line-height: 0;
}

.contact-info .wpsl-locations-details a {
    font-size: 18px;
    line-height: 1.7em;
    color: #162D9B;
}

.contact-info .wpsl-locations-details,
.contact-info .wpsl-location-address,
.contact-info .wpsl-contact-details {
    margin: 0;
}

.opening-hour .wpsl-opening-hours tbody tr td {
    background: transparent !important;
    padding: 0 0 8px 0;
}

.opening-hour .wpsl-opening-hours {
    width: 100% !important;
}

.opening-hour .wpsl-opening-hours tbody tr {
    display: flex;
    justify-content: space-between;
}

/*.opening-hour tbody tr:last-child td:last-child {*/
/*    color: #DD0B0B;*/
/*}*/

.opening-hour .wpsl-opening-hours td.closed {
    color: #DD0B0B;
}

.appt-butn a {
    width: 100% !important;
}

/****Contact Form*******/
.contact-form p.gform_description {
    text-align: center;
    margin: 14px auto 30px auto;
}

.contact-form input,
.contact-form textarea {
    height: 52px;
    padding: 13px !important;
    font-size: 16px !important;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1f1f1f;
    outline: 0;
}

.gform_wrapper input:focus::placeholder,
.gform_wrapper textarea:focus::placeholder {
    opacity: 0.8 !important;
}

.contact-form textarea {
    display: block;
    height: 104px !important;
}

.contact-form .gform_button {
    width: 180px !important;
    cursor: pointer;
    line-height: 1 !important;
    border: none;
    margin: 18px auto 4px auto !important;
    height: 44px;
}

.contact-form .gform_button:focus {
    outline: 0;
}

.contact-form .gform_validation_errors {
    display: none
}

.contact-form .gravity-theme .gform-body .validation_message {
    background: transparent;
    border: none;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #790000;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #790000 !important;
}

.gform_confirmation_message {
    background: #2C5655;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}

.gform_ajax_spinner {
    position: absolute;
    left: 50%;
    bottom: -30px;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    flex-direction: column;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
}

.contact-form .charleft {
    display: none;
}

@media(max-width: 1024px) {
    .map iframe {
        height: 440px;
    }
}

@media(max-width: 768px) {
    .contact-info .wpsl-locations-details a {
        font-size: 18px;
        line-height: 21px;
    }

    .contact-form p.gform_description {
        margin: 16px auto 16px auto;
    }

    .contact-form .gform_button {
        width: 100% !important;
    }
    .opening-hour .wpsl-opening-hours {
        margin-bottom: 0px;
    }
}