.header-col.middle-item span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 .background-image.main-footer:before {
    background-color: rgba(0, 0, 0, 0.80)!important;
}
footer .column-element .footer-col-item.custom-footer-text {
    padding: 0 0 0 25px;
}
.service-pages.layout-1 .service-item .service-img {
    margin: 0 10px 5px 0!important;
}
footer .column-element .footer-col-item.custom-footer-text:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    content: "\f2b5";
}
footer .column-element .footer-col-item.custom-footer-text a
{
    color: #fff!important;
}
.footer-col-item.custom-footer-html a {
    color: #fff;
    font-weight: 600;
}

.slmp-relative {
    margin: 0 auto; 
}
.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 #fff!important;
}
.widget-container.widget-container--normal.visible {
    z-index: 100000000 !important;
}
.floating-cta
{
    z-index: 9!important;   
}

@media only screen and (min-width: 1024px) {
    div#footer-count2 {
        width: 28%;
    }
    div#footer-count3 {
        width: 16%;
    }
    .genesis-nav-menu {
        text-align: center;
    }
    
    .nav-primary .genesis-nav-menu a {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .contact-page-wrap .contact-page-info .contact-site-info {
        width: 55%;
    }

    .contact-page-wrap .contact-page-info .contact-site-form {
        width: 45%;
    }
}
@media only screen and (max-width: 1023px) {
    .header-col.middle-item span
    {
        display: none;
    }
    
    .main-header .header-items .header-col.logo-item {
        border-bottom: 1px solid #1c78bc!important;
    }
}