.logo__description {
    white-space: pre-line;
    margin-top: 10px;
}
.location__city-state-zip {
    text-align: right;
}
.icon-map:before, .location__address:before, .location__address-2:before, .location__city-state-zip:before, .location__address a:before, .location__address-2 a:before, .location__city-state-zip a:before {
    content: none;
}
.day__time--wrap {
    text-align: center;
}
[data-component-name="gallery_smile"] .gallery__image {
    margin: auto;
    display: block;
}
[data-component-name="gallery_smile"] a img {
    max-width: 100%;
}
@media (max-width: 767px) {
    .wrap__logo {
        top: 5px;
    }
    .wrap__logo--footer .logo__left .logo__title, .logo__left .logo__description {
        text-align: center;
    }
    .slider__text {
        bottom: 70px;
    }
}

.custom-div-col2{
    width:50%;
    float:left;
    padding:10px;
}

.clear{clear:right;}

@media (max-width: 1200px){ 
    .custom-div-col2{ 
        width:100% !important; 
        margin-top:5px; 
    } 
}