<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.white *, .text-white * { color: #FFF !important; } 
.white .border-width { background-color: #FFF; }
.black *, .fsEmbed *, .text-black * { color: #000 !important; } 
.black .border-width { background-color: #000; }


body {
    background: #f1f1f1 url("/images/backgrounds/MAIN_BACKGROUND.jpg") no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    font-size: 18px;
}
#header .container-fluid {
    background: rgba(0, 0, 0, 0.5);
}
strong.logo {
    max-width: 300px;
}
#banner {
    margin-top: 119px;
    overflow: hidden;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-nav, .owl-dots {
    background: #000;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: rgba(255,255,255,.8) !important;
    padding: 10px !important;
    position: absolute;
    top: 45%;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(255,255,255,1) !important;
    color: #000 !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
}
.about-top-row .left-box {
    background: rgba(241, 241, 241, 0.9);
}
.about-top-row .right-box {
    background: rgba(255, 255, 255, 0.75);
}
.home-about {
    background: rgba(0, 0, 0, 0.75);
}
.recent-sermons {
    background: rgba(249, 249, 249, 0.9);
}
.our-events {
    /* background: url(../images/event-bg.png) no-repeat left top/cover; */
    background: rgba(255, 255, 255, 0.17);
    background-image: none;
}
.upcoming-col:before {
    background: rgba(0, 0, 0, 0.22);
}
.our-pastore {
    background: rgba(29, 29, 29, 0.23);
}
#main .container section {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.inner-banner-heading {
    border-top: none;
    padding: 0;
}
.inner-banner-heading h1 {
    color: #FFF;
}
.container .pastore-page {
    padding: 15px 0 0 0;
}
.no-header-image {
    height: 100px;
}
.home-blog .blog-style-1 {
    padding: 50px 38px 34px;
}
.product-categories {
    float: none;
}
.block-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contentblock {
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.63);
    background-image: none;
    border-top: 5px solid rgb(196, 135, 23);
}

.row-no-padding &gt; [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.h4, h4 {
    font-size: 20px;
    line-height: normal;
}

@media only screen and (max-width: 767px){
    .sermons-list-box h3,
    .sermons-list-box h4,
    .sermons-list-box strong,
    .sermons-list-box small,
    .sermons-list-box .text-left,
    .sermons-list-box .text-right {
        text-align: center;
        padding:0;
        margin:0;
    }
    .download-or-video {
        padding-top: 10px;
        clear: both;
    }
    .owl-theme .owl-nav {
        display: none;
    }
}
</pre></body></html>