@charset "UTF-8";

/* --------------------------*/
/* location
/* --------------------------*/

.location-wrapper {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
}

.m20 {
    margin: 20px 0;
}

.location,
.phone {
    padding-bottom: 10px;
}

.hours {
    padding-bottom: 20px;
}

.location a,
.phone a {
    color: #231815;
    text-decoration: none;
    transform-origin: .3s;
}

.location a:hover,
.phone a:hover {
    opacity: .7;
    transition: .3s;
}

.maps-outer {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 36%;
}

.maps-outer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1368px) {
    .maps-outer {
        padding-top: 110%;
    }
}

@media screen and (max-width: 768px) {
    .maps-outer {
        padding-top: 150%;
    }
}