<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* sermon Style 1 */
.sermon-style-1 .sigma-sermon-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.sermon-style-1 .sermon-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
}
.sermon-style-1 .sermon-title&gt;a{
    color: #fff;
}
.sermon-style-1 .sermon-title&gt;a:hover{
    color: #F17024;
}
.sermon-style-1 .sigma-sermon-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
}
.sigma-sermon-action-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.sermon-style-1 .sigma-sermon-image-container {
    position: relative;
}
.sigma-mfg-popup-image {
    display: none;
}
.sermon-style-1 .sigma-sermon-image-container&gt;a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.sermon-style-1.sermon-layout-grid .sigma-sermon-slide {
    margin-bottom: 30px;
}
.sermon-style-1 .sigma-sermon-thumbnail-wrapper .sermon-content-sec {
    position: absolute;
    bottom: -15px;
    left: 30px;
    text-align: left;
    width: calc(100% - 50px);
    transition: .3s all;
}
.sermon-style-1 .sigma-sermon-thumbnail-wrapper .sermon-content-sec .sermon-action {
    opacity: 0;
    transition: 0.5s all;
}
.sermon-style-1 .sigma-sermon-thumbnail-wrapper .sermon-content-sec .sermon-action&gt;a {
    background: transparent;
    color: #fff;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
}
.sermon-style-1 .sigma-sermon-thumbnail-wrapper .sermon-content-sec .sermon-action&gt;a&gt;i {
    margin-right: 5px;
}
.sermon-style-1 .sigma-sermon-thumbnail-wrapper:hover .sermon-content-sec {
    bottom: 0;
    transform: translateY(-25px);
}
.sermon-style-1 .sigma-sermon-thumbnail-wrapper:hover .sermon-content-sec .sermon-action {
    opacity: 1;
}
.sermon-style-1 .sigma-sermon-thumbnail-wrapper .sermon-content-sec .sermon-action&gt;a:hover {
    color: #F17024;
}
</pre></body></html>