body{
    font-family: "Open Sans", sans-serif;
}

.container{
    max-width: 1200px;
    margin: auto;
}

h1,h2,h3,h4{
      font-family: "Oswald", sans-serif;
}

h1,h2,h3,h4,h5,p,a{
    letter-spacing: 0;
}

:hover{
    transition: all 800ms;
}

h1{
    font-weight: bold;
}



.home h2, .page h2{
    font-size: 33px;
    font-weight: bold;
    color: #101010;
}

.list-page li{
        font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

a, a:hover{
    color: #03497a;
    cursor: pointer !important;
}

:focus{
    outline: none !important;
}

p{
    font-size: 16px;
    line-height: 28px;
    color: #101010;
}

.button-red{
    background: #e82726;
    color: #FFF;
    text-decoration: none;
    padding: .5em 1.5em;
    font-size: 24px;
    display: block;
    margin-bottom: 1em;
    text-align: center;
    max-width: 250px;
    margin: auto;

    border: 1px solid #FFF;
    font-weight: bold;
     font-family: "Oswald", sans-serif;
}

header{
    border-top: solid #101010 10px;
    background: #eaebeb;
}

h2.phone{
    font-size: 28px;
    font-weight: bold;
    float:right;
}

h2.phone a{
    text-decoration: none;
    color: #101010;
}

h2.phone i{
    color: #e8232c;
    font-size: 32px;
}

.main-menu{
    background: #101010;
}

#social-header {
    float: right;
}

#social-header li{
    list-style:none;
    float:left;
}

#social-header li a{
    font-size: 22px;
    color: #03497a;
    margin-right: .75em;
}

#social-header.social-header-mobile{
    float: none;
    width: 130px;
}

#social-header.social-header-mobile li a{
    margin-right: .5em;
    margin-left: .5em;
}

.schedule-consultation{
    float: right;
    background: #03497a;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    padding: .5em .8em;
    border-radius: 5px;
    margin-left: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

.schedule-consultation:hover{
    color: #FFF;
}

.schedule-consultation i{
    font-size: 28px;
    font-weight: normal;
    margin-right: 5px;
}

.serving{
    font-size: 18px;
    font-weight: bold;
    color: #2c2d2d;
    clear: both;
    float: right;
}

#menu-main-menu{
    float: left;
    padding: 0;
    margin: 0;
}

#menu-main-menu .sub-menu{
    z-index: 999;
    position: absolute;
    width: auto;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #f1f1f1;
    border-radius: 0;
    list-style: none;
    display: none;
    top: 3.5em;
}


#menu-main-menu .sub-menu li a{
    border-right: none;
    padding: 16px 14px;
    float: left;
    border-bottom: 1px solid #626262;
    width: 100%;
    background: #2c2d2d;
}

#menu-main-menu .sub-menu li a i{
    display: none;
}

#menu-main-menu .sub-menu li{
    clear: both;
    width: 328px;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu{
    display: block;
}


#menu-main-menu li{
    float: left;
    list-style: none;
    margin-left: 2em;
}

#menu-main-menu li a{
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    color: #003255;
    font-family: "Oswald", sans-serif;
    float: right;
}

#menu-main-menu li a:hover{
    color: #e8232c;
}

#menu-main-menu li.current-menu-item a{
    color: #e8232c;
}

.red-divider {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 100vw;
    border-color: transparent transparent transparent #e8232c;
}

.red-divider2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: transparent #e8232c transparent transparent;
}

.banner{
    background-image: url(../assets/images/restoration-services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #03497a;
    background-blend-mode: soft-light;
}

.page-id-362 .banner{
    background-image: url(../../../uploads/2025/10/water-damage.jpg);
}

.page-id-387 .banner{
    background-image: url(../assets/images/fire-damage.jpg);
}

.page-id-400 .banner{
    background-image: url(../assets/images/black-water.jpg); 
}

.page-id-410 .banner{
     background-image: url(../../../uploads/2025/10/Reconstruction-Services.jpg);
}

.page-id-429 .banner{
    background-image: url(../assets/images/mitigation-services.jpg); 
}

.banner p{
    font-size: 18px;
    line-height: 34px;
}

.banner .row{
    display: flex;
    align-items: center;
}

a.banner-btn{
    background: #e82726;
    color: #FFF;
    text-decoration: none;
    padding: .25em 2em;
    font-size: 28px;
    display: block;
    text-align: center;
    border: 1px solid #FFF;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    float: left;
}

#get-estimate-home{
     background: rgb(0,0,0,.15);
    border: 1px solid #FFF;
}

#get-estimate-home input, #get-estimate-home select, #get-estimate-home textarea{
    background: #FFF;
    color: #101010;
    border: 1px solid #c9c9ca;
    width: 100%;
    font-size: 16px;
    margin-bottom: .8em;
    padding: .8em;
}

#get-estimate-home ::placeholder{
    color: #101010;
}

#get-estimate-home textarea{
    height: 80px;
    resize: none;
}

#get-estimate-home h3{
       background: #03497a;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

#get-estimate-home .wpcf7{
    padding: 1.5em;
}

#get-estimate-home .wpcf7 input[type="submit"]{
    color: #FFF;
    padding: 1em;
    margin-bottom: 0;
    background: #e92727;
    border: none;
    font-weight: normal;
}

#get-estimate-home p{
    margin-bottom: 0;
}

#get-estimate-home .wpcf7-response-output{
    margin: 0;
    padding: 0;
    color: RED;
    text-align: center;
    font-size: 14px;
}


.home h1 {
    color: #FFF;
    font-weight: normal;
    font-size: 50px;
}

.home h1 span{
    font-size: 32px;
}

.home-content p{
    color: #101010;
    text-align: justify;
}

.home-content img{
    border: 4px solid #FFF;
    box-shadow: #888 0px 0px 3px;
}

.advanced-list{
    background: #024879;
    background: linear-gradient(229deg, rgba(2, 72, 121, 1) 0%, rgba(0, 35, 59, 1) 100%);
        border-top: 8px solid #e82726;
    border-bottom: 8px solid #e82726;
}

.advanced-list ul{
    list-style: none;
    max-width: 908px;
    margin: 0 auto;
}

.advanced-list ul li{
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 38px;
}

.advanced-list ul li i{
    color: #03497a;
}


.why-choose-nj ul{
    columns: 2;
    padding: 0;
    margin: 0;
}

.why-choose-nj ul li{
    background: #f0f0f0 url(../assets/images/check.png) no-repeat left center;
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 3.5em;
    list-style: none;
    border-left: 6px solid #e8232c;
    border-top: 2px solid #e8232c;
    background-position-x: 1em;

}

.services-list{
    background: #00253f;
     border: 1px solid #FFF;
}

.services-list h3{
    background: #03497a;
    font-weight: 500;
   
}

.services-list h4{
  font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #e82726;
    text-transform: uppercase;
    font-weight: bold;
}

.services-list p{
    color: #eaebeb;
}

.services-list .view-more{
    background: #e82726;
    color: #FFF;
    padding: 6px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 150px;
    border: 1px solid #FFF;
    font-size: 20px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

.services-list .view-more:hover{
    color: #33607e;
    background: #FFF;
    border-color: #33607e;
}

.list-page-bottom li{
color: #044a7c;
    font-size: 26px;
    list-style: none;
    font-weight: 400;
    line-height: 60px;
}

.bottom-red{
    display: block;
    border-top: 5px solid #e8232c;
    width: 250px;
    clear: both;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.insurance{
    background: #002945;
}

#reviewHome .star i{
    color: #f2c347;
}

.review-home{
    background: #f2f2f2;
}

#reviewHome .carousel-indicators{
        bottom: -45px;
}

#reviewHome .carousel-indicators [data-bs-target]{
    background-color: #044a7c;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50px;
    border: none;
}

.area-title{
    background: #ededed;
}

.areas-serve ul{
    list-style:none;
    columns: 4;
}

.areas-serve ul li{
    color: #101010;
    line-height: 36px;
}

.areas-serve ul li i{
    color: #33607e;
}

.trusted-logo{
    background: #f2f2f2;
}

h3{
    font-size: 26px;
}

.contact-us h3{
    line-height: normal;
}

.contact-left ::placeholder{
    color: #333;
}

.contact-left input, .contact-left select, .contact-left textarea{
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    border-color: #AAA;
}

.contact-left input[type="submit"]{
    width: auto;
    background: #157188;
    padding: 1em 3em;
    border: none;
}

.col-three{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 100px;
}

.contact-left textarea{
    resize: none;
    height:150px;
}

.contact-right ul{
    list-style: none;
    padding:0;
}

.contact-right ul li{
    font-size: 22px;
}

.contact-right ul li a{
	text-decoration: none;
	color: #000;
}

.contact-right ul li.serving{
    font-size: 18px;
    font-weight: bold;
}

.contact-right .menu{
    border-top: 1px solid #EEE;
    padding-top: 1.4em;
}

.footer{
    background: #001728;
}

.footer .logo img{
    max-width: 240px;
}

.footer h3{
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
}

.footer h4{
    font-size: 16px;
    font-weight: bold;
}

.footer ul li{
    list-style:none;
    font-size: 16px;
    color: #eaebeb;
}

.footer ul li i{
    color: #33607e;
}

.footer ul li a{
    text-decoration: none;
    color: #eaebeb;
}

#services-footer{
    border-top: 3px solid #e82525;
}

#services-footer li a{
    color: #FFF;
    text-decoration: none;
}

#social-footer li{
    float: left;
}

#social-footer li a i{
    color: #FFF;
    font-size: 28px;
    margin-right: .5em;
}

.copyright{
    background: #000;
}

.copyright p, .copyright a{
    color: #b7b7b7 !important;
    font-size: 13px;
        line-height: normal;
}

.inner-page .widget-area .widget{
    max-width: none;
    clear: both;
    display: block;
    float: left;
    position: inherit !important;
    left: auto !important;
    top: auto !important;
	    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.inner-page p{
    text-align: justify;
}

.inner-page .widget-area .container{
    padding-top: 1em;
    padding-right: 0;
    padding-bottom: 0;
}

.inner-page .widget-area > .container:before{
    display: none;
}

.inner-page .widget-area .inquire-sidebar .wp-block-button, .inner-page .widget-area .inquire-sidebar .wp-block-button a{
    width: 100%;
}


.inner-page .widget-area #block-4{
    margin-bottom: 0;
}

.picture-page {
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-roof{
    background-image: url(../assets/images/roof-replacement-nj-banner.jpg);
}

.skylight-installation{
    background-image: url(../../../uploads/2024/07/skylight-roofing-nj-banner.jpg);
}

.inquire-sidebar a:hover{
    background: #101010 !important;
    color: #FFF !important;
 
}

#block-5{
    margin-bottom: .2em;
}


#mmenu{
    position: absolute;
    top: -5px;
    right: calc(var(--bs-gutter-x)* .5);
}

#mobile-header .logo img{
    max-width: 300px;
    margin-bottom: .5em !important;
}

#mobile-header h2.phone {
    border: 1px solid #c9c9ca;
    padding: 6px;
    width: 100%;
}

.sc-mobile{
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

#menu-main-menu-1 li a i{
	display: none;
}

.contact-us h2{
    color: #101010;
}

.skylights h2, .roofing h2{
    color: #101010;
    font-size:24px;
}

.skylights img, .roofing img, .page-id-73 .inner-page img{
    border: 6px solid #FFF;
    box-shadow: #888 0px 0px 2px;
}

.roofing h3{
    font-size: 20px;
    font-weight: bold;
}

.roofing h4{
    font-size: 18px;
}

@media only screen and (max-width: 1366px) {
    .four-features h3 {
        font-size: 22px;
    }
    .four-features h3 i {
        font-size: 34px;
        clear: both;
        display: block;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 1260px) {
    .services-list p{
        height: auto;
    }
}

@media only screen and (max-width: 1160px) {
    .areas-serve ul{
        columns: 3;
    }
}

@media only screen and (max-width: 980px) {
    .banner h1 br{
      display: none;
    }
    h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 26px !important;
    }
    h3{
        font-size: 18px !important;
    }
    #social-header{
        clear:both;
    }

    #get-estimate-home h3{
        font-size: 20px;
    }
    .four-features .col-12{
        border: 1px solid #1e94cc !important;
    }
    .footer-top .footer-div{
        margin-bottom: 1.5em;
    }
    .contact-us h3{
        font-size: 18px !important;
    }
	.inner-page .widget-area .container{
		padding-left: 0;
	}
	.contact-right ul li.serving{
		float: left;
	}

    .list-page-bottom li{
        font-size: 20px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 902px) {
    #menu-main-menu li a{
        font-size: 16px;
    }
}

@media only screen and (max-width: 870px) {
    .areas-serve ul{
        columns: 2;
    }
    .areas-serve ul li{
        font-size: 14px;
        margin-left: 1.75em;
        text-indent: -.6em;
        line-height: normal;
        border-bottom: 1px solid #DDD;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
}


@media only screen and (max-width: 767px) {
    h1{
        font-size: 24px !important;
        text-align: center !important;
    }
    .home h1 span, .home h1{
        font-size: 24px !important;
        float: left;
        clear: both;
        width: 100%;
    }
    h2{
        font-size: 22px !important;
    }
    h3{
        font-size: 20px !important;
    }

    #get-estimate-home h3{
        font-size: 20px;
    }
    .four-features h3 {
        font-size: 18px;
    }
    .hc1, .hc2, .hc3{
        height: 200px;
    }
    .services-offer .py{
        padding: 2em 0 !important;
    }
    .services-offer h3, .services-offer p{
        text-align: left !important;
        padding: 0 24px !important;
    }
    .our-services-home.services-sidebar li a, .our-services-home-2.services-sidebar li a{
        width:100%;
    }

    .advanced-list ul li{
        font-size: 16px;
        line-height: 32px;
        margin-left: 1.75em;
        text-indent: -.6em;
    }

    .footer .logo img{
        margin: 0 auto;
        float: none;
        display: block;
    }
    .footer .footer-left ul li{
        text-align: center;
    }
    .footer .footer-right{
        margin-top: 1em;
    }
    #social-footer li a i{
        margin-left: .25em;
        margin-right: .25em;
    }
    #social-footer{
        margin: auto;
        float: none;
        width: 122px;
    }
    .footer h3, .footer h4{
        text-align: center;
    }

    .banner p, p {
    font-size: 14px;
    line-height: 24px;
    }

    .why-choose-nj ul{
        columns: 1; 
    }

    .advanced-list img{
        width: 100%;
    }

    .review-home{
        margin-bottom: 1em;
    }
    .footer ul li{
        text-align: center;
    }

    .footer h3{
        margin-top: 1em;
    }

    .footer img{
            margin: 0 auto;
    display: block;
    }

    a.banner-btn{
            margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 1em;
    font-size: 24px;
    }
    .services-list{
        padding-bottom: 0 !important;
    }
   .home .services-list{
        padding-bottom: 1.5rem !important;
    }
    .list-page-bottom {
        margin-top: .75em !important;
    }
        .list-page-bottom li {
        font-size: 16px;
        line-height: 34px;
    }
    .list-page{
        margin-bottom: 0;
    }

    .list-page li{
            font-size: 16px;
                line-height: 30px;
    }

    .advanced-list{
            padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    }
	
	.wp-block-image .alignright{
		margin: .5em 0 .5em;
	}
	.contact-right ul li {
    font-size: 16px;
}
}

@media screen and (max-width: 620px) {
    #wpadminbar {
        position: fixed;
    }
    .inner-page img{
        width: 100% !important;
    }
    .home-content figure, .home-content figure img{
        width: 100% !important;
    }

}


@media screen and (max-width: 462px) {
    #services-footer{
        columns: 1;
        margin: 0 auto;
        float: none;
        margin-bottom: 1em;
    }
    #services-footer li a{
        border-bottom: 1px solid #333;
        width: 100%;
        float: left;
        margin-bottom: 4px;
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 458px) {
    #mobile-header .logo img{
        max-width: 220px;
    }
}

.footer-left ul li br{
    display: none;
}

@media screen and (max-width: 400px) {
    #mobile-header .logo img {
        max-width: 192px;
    }

    #mmenu {
        top: -12px;
    }
    .footer-left ul li br{
        display: block;
    }
}

@media screen and (max-width: 400px) {
	.schedule-consultation{
		font-size: 16px;
	}
}



.mburger{
    border: 1px solid #c9c9ca !important;
    color: #2c2d2d !important;
}

.mburger b{
    color: #03497a !important;
}

.mm-menu{
    display: block;
	position: absolute;
}

.mm-navbar{
    background: #03497a !important; 
}

.mm-navbar__title{
    color: #FFF !important;
}

.mm-btn_prev:before{
	border-color: #FFF;
}