.logo-main {
    width: 11.5rem;
    margin: 0 auto;
}

.nav-main {
    display: none;
}

@media screen and (min-width: 76em) {
    .logo-main {
        width: 15.5rem;
    }
}

.logo-main a {
    transform: none;
    background-image: url(/graphics/sb_evangeltemplechurch/sprites_logo.png?v=20160818);
    background-position: 9px -249px;
    -webkit-background-size: 450px 305px;
    background-size: 450px 305px;

}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
    .logo-main a {
        background-image: url(/graphics/sb_evangeltemplechurch/sprites_logo@2x.png?v=20160818);
    }
}

@media screen and (max-width: 75.88em) {
    .logo-main a {
        margin-top: 0;
        background-position: 0px 0px;
    }
}

@media screen and (min-width: 76em) {
    .logo-main a {
        margin-top: 0;
        background-position: 30px 1px;
    }
}

.js .nav-main,
.no-js .nav-main {
    display: none;
}


.menu-show {
    display: none;
}

.site-prefooter__wrapper {
    clear: both;
}

.site-prefooter {
    color: white;
    margin: 0 auto;
    max-width: 71.25em;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 70em) {
    .site-prefooter {
        display: flex;
        align-items: center;
    }
}

.site-prefooter a {
    color: #7cbfea;
}

@media screen and (min-width: 70em) {
    .site-prefooter {
        min-height: 175px;
    }
}

.site-prefooter__map {
    margin: 0 0 1.25em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 70em) {
    .site-prefooter__map {
        border-bottom: none;
        margin-bottom: 0;
    }
}

.site-prefooter__map img {
    display: block;
    max-width: 338px;
    width: 100%;
    width: auto\9;
    /* for IE8 */
    margin: 0 auto;
}

@media screen and (min-width: 70em) {
    .site-prefooter__map img {
        max-width: 100%;
    }
}

.site-prefooter__contact {
    padding: 0 1em 0.125em;
}

@media screen and (min-width: 36em) {
    .site-prefooter__contact {
        float: left;
        width: 50%;
        padding: 0 1.25em 0.625rem;
    }
}

@media screen and (min-width: 70em) {
    .site-prefooter__contact {
        padding-top: 1.5em;
        padding-right: 0;
    }
}

.site-prefooter__contact h6 {
    font-size: 12px;
    font-size: 0.75rem;
    color: #f0e5c6;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin: 0 0 0.375em;
    text-transform: uppercase;
}

.site-prefooter__contact p {
    font-size: 14px;
    font-size: 0.875rem;
}

.site-header__wrapper {
    display: block;
}