#sp-page-builder .sppb-section-title .sppb-title-heading {
    margin-top: 20px;
}

.home_news {

}
.blog, .item-page, .sp-simpleportfolio {
    overflow-wrap: break-word;
}

.video_frame, #sp-component iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

#book-event {
    display: flex;
    justify-content: space-between;
}

#book-event li{
    list-style: none;
    padding: 3px;
}

#book-event li a{
    font-size: 120%;
    font-weight: 600;
}
.sbox-content-image img {
    height: initial;
}
#sbox-content .item-page {
    padding: 0 20px;
}

.book-asp {
    aspect-ratio: 1 / 1.6;
}

.book-section {
    clear: both;
    padding-top: 90px;
}
.break-point {
    display: none;
}
#church-menu>li {
    float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    border-bottom: 1px dotted #e8e8e8;
    transition: 300ms;
    padding: 4px 20px;
    color: #000000;
    line-height: 36px;
    display: block;
}
@media (max-width: 991px) {
    .break-point {
        display: initial;
    }
    #book-event {
        display: block;
    }
    
    #book-event li{
        display: block;
        float: left;
        list-style: none;
        padding: 5px 20px;
    }
    #sbox-window {
        height: calc(100% - 50px) !important;
    }
}
