.content-sidebar-wrap br{
    display:none;
}
header.site-header .top-ads {
    border: none !important;
}
header.site-header .bottom-ads {
    border: none !important;
}
a.site-btn {
    border: none !important;
    font-weight: 600 !important;
}
.section-sub-title {
    font-weight: bold !important;
}
footer.site-footer .footer-column .column-label:before {
    background-color: #464646 !important;
}
.site-custom.custom-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
body.window_scrolled .site-custom.custom-header {
    margin-left: 15px;
}
.custom-header-badges{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.below-tagline{
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-custom.custom-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.site-custom.custom-header .custom-header-content {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
}
.site-custom.custom-header .custom-header-content span {
    width: 150px;
    display: block;
    line-height: 1;
    color: #000000;
}
.custom-hero-snippet {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.hero-badges {
    display: flex;
    gap: 10px;
    bottom: 10px;
    max-width: 1190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 15px;
    right: 15px;
}
.hero-badges img {
    width: 120px;
    border-radius: 50%;
}
.company-number a,
span.main-number a,
.footer-col-item.site-info.site-number a{
    font-size: 0 !important;
}
.company-number a:before,
span.main-number a:before,
.footer-col-item.site-info.site-number a:before {
    content: '(210) 777-ROOF';
    font-size: 22px !important;
}
.footer-col-item.site-info.site-number a:before {
    font-size: 16px !important;
}
.custom-review-snippet {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom-review-snippet img {
    max-width: 200px;
}
.iframe-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.iframe-block {
  position: relative;
  overflow: hidden;
    width: 100%;
    height: 500px;
    display: block;
}
.iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.company-number a:before {
    font-size: 16px !important;
}
@media only screen and (max-width:1100px) {
    .site-custom.custom-header .custom-header-content span {
        width: 100px;
    }
}
@media only screen and (max-width:1023px) {
    .site-custom.custom-header { display: none; }
    .hero-badges {
        justify-content: center;
        padding: 15px 15px;
    }
    .hero-badges img {
        max-width: 85px;
    }
}
@media only screen and (max-width:400px) {
    .iframe-container {
        flex-direction: column;
    }
}
@media only screen and (min-width:1024px) {
    .joepagshow .page-title
     {
        text-align: right;
    }
    .hero-badges {
        position: absolute;
    }
}
@media only screen and (min-width: 1024px) {
    li#menu-item-823.sfHover ul.sub-menu{
        width: 100%!important;
        max-width: 1230px!important;
        margin-left: auto!important;
        margin-right: auto!important;
        right: 0!important;
        left: 0!important;
        position: fixed!important;
        padding-top: 20px!important;
        border-top: 0 !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    li#menu-item-823 ul.sub-menu li {
        width: 25%;
    }
    li#menu-item-823 ul.sub-menu li a { width: 100%!important; }
    body.window_scrolled li#menu-item-823.sfHover ul.sub-menu {
        padding-top: 10px!important;
    }
    /*.iframe-container iframe {
        height: 400px;
    }*/
}
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    .genesis-nav-menu a {
        font-size: 14px!important;
    }
    .site-custom.custom-header .custom-header-content img {
        max-width: 60px;
    }
    .site-custom.custom-header .custom-header-content { font-size: 14px; }
    .service-pages .service-item .service-title {
        font-size: 19px!important;
    }
}
@media only screen and (min-width: 1024px) {
    .genesis-nav-menu > .menu-item.menu-item-has-children > a span:after,
    .genesis-nav-menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        margin-left: 7px;
        font-size: 12px;
    }
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: auto !important;
    }
    body.window_scrolled .cta-item {
        display: flex!important;
        align-items: center;
        justify-content: flex-end;
    }
    .site-inner .featured-page-section {
        margin: 0 0 0 30px!important;
    }
}
@media (max-width:768px){

    .audio-wrap{
        flex-direction:column;
        text-align:center;
    }
}
.audio-feature{
    background:#000;
    padding:60px 20px;
    color:#fff;
}

.audio-feature .container{
    max-width:1100px;
    margin:auto;
}

.audio-wrap{
    display:flex;
    align-items:center;
    gap:40px;
}

.audio-image{
    flex:0 0 180px;
}

.audio-image img{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    display:block;
}

.audio-content{
    flex:1;
}
.subtitle {
    color: #f2191a;
    font-size: 16px;
    margin: 0 0 10px;
}

.subtitle em{
    font-style:italic;
}

.audio-content audio{
    width:100%;
    display:block;
}
.page-id-1025 .inner-page-banner .page-banner {
    height: 500px;
}
.joepagshow .subtitle {
    color: #fff;
}
.joepagshow {
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    max-width: 700px;
    z-index: 5;
}

.page-id-1025 .inner-page-banner .page-banner:before
{
   background-color: rgba(0, 0, 0, 0.7);   
}
@media only screen and (min-width: 1024px) {

    li#menu-item-823.sfHover > ul.sub-menu {
        width: 100% !important;
        max-width: 1230px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        right: 0 !important;
        left: 0 !important;
        position: fixed !important;
        padding-top: 20px !important;
        border-top: 0 !important;

        /* Replace the flex layout */
        display: block !important;
        column-count: 4;
        column-gap: 0;
        column-fill: balance;
    }

    li#menu-item-823.sfHover > ul.sub-menu > li {
        display: inline-block !important;
        width: 100% !important;
        max-width: none !important;
        float: none !important;
        vertical-align: top;

        /* Prevent an item from splitting between columns */
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }

    li#menu-item-823.sfHover > ul.sub-menu > li > a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}