.hide-blog {display: none;}

.floating-cta {
    z-index: 3 !important;
}

.footer-col-item.site-logo.relative {
    background-color: #ffffff;
    padding: 20px;
}

.widget-container.widget-container--normal.visible {
    z-index: 10000000;
}

.background-image.review-section:before, .background-image.cta-section:before, .background-image.badge-section:before, .background-image.blog-section:before, .background-image.main-footer:before, .inner-page-banner .page-banner:before {
        background-color: rgba(0, 0, 0, 0.70) !important;
}

.custom-footer-html a {
    color: #ffffff !important;
    font-weight: 600;
}

.service-pages.layout-1 .service-item:hover .service-title, .service-pages.layout-2 .service-item:hover .service-title, .service-pages.layout-4 .service-item:hover .service-title, .service-pages.layout-5 .service-item:hover .service-title {
    border-bottom: 1px solid #ffffff !important;
}

@media only screen and (min-width: 782px) {
    .wp-block-column.rightalign.is-layout-flow.wp-block-column-is-layout-flow {
        text-align: right;
    }
}
@media (max-width: 781px) {
    .wp-block-column.rightalign.is-layout-flow.wp-block-column-is-layout-flow {
        text-align: center;
    }
}