.site-container .wp-block-button .wp-block-button__link:hover {
    color: #FFF !important
}
.background-image.review-section:before, 
.inner-page-banner .page-banner:before {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.slmp-widget-gallery .slmp-widget-btn a:hover {
    background: #ffffff;
    color: #008ee0;
    border: 1px solid #008ee0;
}

.floating-cta {
    z-index: 3 !important;
    background-color: #000 !important;
}

.custom-footer-html p {
    padding: 0 0 10px;
}

#xapp-widget .widget-container.visible {
    z-index: 999999 !important;
}

.sidebar .slmp-gallery {
    margin-bottom: 10px;
}

.slmp-widget-gallery .slmp-widget-btn a {
    display: inline-block;
    background: #008ee0;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 0;
    border: 1px solid #008ee0;
    border-radius: 3px;
    text-transform: uppercase;
    min-width: auto;
}

.widget-btn.text-center {
    margin: 10px 0 0;
}

@media only screen and (min-width:1024px) {
    .top-info .info-col .info-item.site-number span {
        font-size: 20px !important;
    }

    .top-info .info-col .info-item.site-number span:before {
        left: -5px !important;
    }
    
    footer .column-element .column-label {
        font-size: 18px !important;
    }

}
@media only screen and (min-width:1201px) {
    footer .column-element .column-label {
        font-size: 20px !important;
    }
}


@media only screen and (max-width:1023px) {
    #xapp-widget .xapp-chat-button__btn {
        top: -20px !important;
    }

    .main-header .header-items .header-col.logo-item {
        border-bottom: 1px solid #1856a0 !important;
    }


}
