<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* event Style 1 */
.event-style-1 .sigma-event-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.event-style-1 .event-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
}
.event-style-1 .sermon-title&gt;a{
    color: #2a2b25;
}
.event-style-1 .sermon-title&gt;a:hover{
    color: #F17024;
}
.event-style-1 .sigma-event-category {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
}
.sigma-event-action-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.event-style-1 .sigma-event-image-container {
    position: relative;
    height: 300px;
}
.event-style-1 .sigma-event-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sigma-mfg-popup-image {
    display: none;
}
.event-style-1.event-layout-grid .sigma-event-slide {
    margin-bottom: 30px;
}
.event-style-1 .sigma-event-thumbnail-wrapper .event-content-sec {
    position: relative;
    text-align: left;
    width: 100%;
    transition: 1s all;
    background-color: #f4f4f4;
    box-shadow: 1px 1px 10px 1px rgba(83, 95, 159, 0.15);
    border: 1px solid #eee;
    border-top: none;
    padding: 25px;
}
.event-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action {
    opacity: 1;
    transition: 0.5s all;
    position: relative;
    margin-left: -25px;
    margin-bottom: -25px;
    padding: 25px;
    width: calc(100% + 50px);
    border-top: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action&gt;a {
    color: #666666;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-top: 0;
}
.event-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action&gt;a&gt;i {
    margin-left: 4px;
    color: #F17024;
    transition: 0.5s all;
}
.event-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action&gt;a:hover&gt;i{
    margin-left: 15px;
}
.event-style-1 .event-info{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.event-style-1 .event-info li{
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}
.event-style-1 .event-info li:last-child{
    margin-bottom: 0;
}
.event-style-1 .event-info li i{
    color: #F17024;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
}
.event-style-1 .event-info li span{
    padding-left: 25px;
    display: block;
}
.event-style-1 .event-action .event-date{
    font-size: 14px;
}
.event-style-1 .event-action .event-date i{
    color: #F17024;
    margin-right: 5px;
}
</pre></body></html>