.content-sidebar-wrap br{
    display:none;
}
.list-col-2 br, .contact-info br {
    display: block!important;
}
.widget-container.widget-container--normal.visible {
    z-index: 100000000 !important;
}
.site-footer .footer-col-item.column-review-btn {
    border-top: 0!important;
}

.floating-cta
{
    z-index: 9!important;   
}
.review-section .review-content {
    width: 100%;
}
.projects-section .proj-count-item .proj-count {
    font-family: "Source Sans Pro", sans-serif !important;
}
.inner-page-banner .page-banner:before {
    background-color: rgb(0, 0, 0, 0.55)!important;
}
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    .col-3.footer-count2.footer-item-rows {
        width: 25%!important;
    }

    .col-3.footer-count1.footer-item-rows {
        width: 35%!important;
    }
}
@media only screen and (min-width: 1024px) {
    .projects-section .sample-proj-item {
        width: 33.33%!important;
    }
    .list-col-3 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .cols2-nav ul {
        column-count: 2;
        width: 540px!important;
    }
    .cols2-nav ul a {
        width: 280px!important;
    }
    .genesis-nav-menu {
        text-align: center;
    }
    
    .nav-primary .genesis-nav-menu a {
        padding-left: 18px!important;
        padding-right: 18px!important;
    }
}
@media only screen and (max-width: 1023px) {
    .projects-section .sample-proj-item {
        width: 33.33%!important;
    }
    .projects-section .proj-count-item .proj-label {
        font-size: 14px;
        padding: 0 10px;
    }
}