/**
* Theme Name: NT Honshi Child
* Description: This is a child theme of NT Honshi, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: nt-honshi
* Version: 2.4.7
*/
.vc_tta-title-text {
	letter-spacing: 0;
	font-size: 15px;
	line-height: 20px;
}


.pg-content ul {
  margin: 0;
  padding: 0 0 0 13px;
}
.pg-content ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
}

.deals ul li {
	font-size: 17px;
	color: #333;
	padding: 6px 0;
}

.heading h1 {
	font-size: 27px;
	letter-spacing: -1px;
}

.single .blog-post-body h2 {
	font-size: 34px;
}
.txt-blue {
    color: #1b79ac;
}
body .navbar-header img {
	max-width: 200px;
    max-height: 230px;
	margin: 0;
}
.navbar.transparent-white .navbar-nav>li>a {
    color: #000;
}
#header-topbar .content-left {
    color: #000000;
}
#header-topbar .col-right i {
    font-size: 26px;
	color: #4267b2;
}
body .navbar-nav>li {
    height: 93px;
    align-items: center;
    display: flex;
}
.form-group:first-child {
    width: 48%;
}
.form-group:nth-child(2) {
    width: 48%;
}
.ucf.form-horizontal .form-control {
    background: #ffffff;
    border: 1px solid #dddddd;
}
.ucf.form-horizontal textarea.form-control {
    height: 150px;
}
.hm-btn-sub {
    width: 100%;
    border-radius: 0;
    border: 1px solid #1b79ac;
    background-color: #1b79ac !important;
}
.hm-btn-sub:hover {
    opacity: 0.8;
	background-color: #1b79ac !important;
}
.align-items-center {
    align-items: center !important;
}
.blog-hero-off .pt150 {
    padding-top: 250px !important;
}
.button-size-lg .btn-sm.btn-lg {
    min-width: 275px;
}
.mobile_action_list img {
    width: 30px;
	display: block;
    margin: 0 auto 3px;
}

.footer_menu_links {
    display: block;
    list-style: none;
}
.footer_menu_links li {
	margin: 5px 10px;
	display: inline-block;
}
.footer_menu_links li a {
    color: #d1d1d1 !important;
}
#footer .footer-copyright p {
    font-size: 12px;
}
.mobile_action {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: #fff;
    border-top: 1px solid #ccc;
	display: none;
}
.mobile_action_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}
.mobile_action_item {
    display: flex;
    flex-direction: column;
    align-items: center;
	color: #000;
}
.mobile_action_item .fa-phone-alt, .mobile_action_item .fa-envelope, .mobile_action_item .fa-map-marker-alt, .mobile_action_item .fa-id-card {
    font-size: 18px;
    color: #5472d2;
}




/* New Home Page */

.page-id-3777 #exitpopup-modal{
    display:none !important;
}
.hero-section{
    margin-bottom:0 !important;
}
.hero-section .items{
    position:relative;
}
.hero-section .items img{
    width:100%;
    max-height:810px;
    object-fit:cover;
    display:block;
}
.hero-container{
    max-width:1400px;
    margin:0 auto;
    padding: 0 25px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50% , -50%);
    width:100%;
    height:100%;
    padding-top:151px;
    z-index:2;
}
.hero-section .items:before{
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 54.48%, #000000 140.31%), linear-gradient(180deg, rgba(0, 0, 0, 0) 20.93%, #000000 136.42%);
    z-index:1;

}
.hero-container .top-content{
    max-width:440px;
    height:450px;
    display:flex;
    align-items:center;
}
.hero-container .top-content h1{
    font-size:40px;
    line-height:1;
    color:#fff;
    letter-spacing:unset;
}
.hero-container .bottom-content{
    display:flex;
    flex-wrap:wrap;
    margin:0 -25px;
}
.hero-container .bottom-content .content-column{
    padding:0 25px;
    border-right:1px solid rgba(255,255,255,0.3);
    width:22.5%;
}
.hero-container .bottom-content .content-column:nth-child(3){
    width:30.3%;
}
.hero-container .bottom-content .content-column:last-child{
    width:24.7%;
    border:none;
}


.hero-container .bottom-content .content-column p{
    font-size:15px;
    color:#fff;
    margin:0;
    line-height:23px;
    font-family:'Poppins', sans-serif;
    font-weight:400;
}
.hero-container .bottom-content .content-column p.hdin{
    color:#fff;
    margin-top:0;
    font-size:20px;
    font-weight:600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:10px;
}
.hero-container .bottom-content .content-column a{
    display:inline-block;
    padding:18px 40px;
    background:#1B79AC;
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    line-height:1;
    font-weight:700;
    font-family:'Poppins', sans-serif;
    border-radius:30px;
}
.hero-container .bottom-content .content-column a:hover{
    opacity:0.7;
}

.hero-section .slick-dots{
    position:absolute;
    bottom:50px;
    left:0;
    width:100%;
    display:flex;
    gap:10px;
    justify-content:center;
}
.hero-section .slick-dots li{
    margin:0;
    width:10px;
    height:10px;
}
.hero-section .slick-dots li button{
    height:10px;
    width:10px;
    border-radius:100%;
    border:none !important;
    outline:none !important;
    background:#8D8D8D;
    padding:0 !important;
}
.hero-section .slick-dots li.slick-active button{
    background:#1B79AC;
}
.hero-section .slick-dots li button:before{
    display:none;
}
.kitchen-bath-renovation-section{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.kitchen-bath-renovation-section .vc_col-sm-4{
    max-width:calc(100% - 655px);
    width:100%;
}
.kitchen-bath-renovation-section .vc_col-sm-8{
    max-width:655px;
    width:100%;
}
.kitchen-bath-renovation-section .heading-text-box{
    max-width:615px;
    margin-left:auto;
}
.kitchen-bath-renovation-section .heading-text-box h2{
    color:#000000;
    font-size:33px;
    font-weight:700;
    margin:0 0 15px 0;
}
.kitchen-bath-renovation-section .heading-text-box p{
    color:#000;
    font-size:16px;
    line-height:24px;
    font-weight:400;
}
.kitchen-bath-renovation-section .heading-text-box p .custom-button{
    margin-top:10px;
}
.custom-button{
    display:inline-block;
    padding:18px 40px;
    background:#1B79AC;
    color:#fff !important;
    text-transform:uppercase;
    font-size:12px;
    line-height:1;
    font-weight:700;
    font-family:'Poppins', sans-serif;
    border-radius:30px;
}
.custom-button:hover{
    background:rgba(27, 121, 172,0.7);
}

.heading-text-box h2{
    padding-bottom: 20px;
    letter-spacing: normal;
}
.heading-text-box ul{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 25px;
    padding-left: 24px;
}

.heading-text-box ul li{
    padding-bottom: 5px;
}
#gform_wrapper_6 .gform_validation_errors{
    display: none;
}
#gform_6 label.gfield_label{
    display: none !important;
}
#gform_fields_6 {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.free-quote-form input[type="text"],
.free-quote-form input[type="tel"],
.free-quote-form input[type="email"],
.free-quote-form textarea{
    border: none !important;
    background-color: #ffffff !important;
    padding: 7px 14px !important;
    font-size: 15px !important;
    color: #222222;
}
.free-quote-form input[type="text"]::placeholder,
.free-quote-form input[type="tel"]::placeholder,
.free-quote-form input[type="email"]::placeholder,
.free-quote-form textarea::placeholder{
    color: #8D8D8D !important;
}
.free-quote-form textarea{
   height: 150px;
}
.free-quote-form .gform_required_legend{
    display: none;
}
.form-text-block h3{
    font-weight: 700;
    letter-spacing: normal;
}
.form-text-block{
    text-align: center;
}
.form-text-block p{
    color: #8D8D8D;
}
.free-quote-form .message-description .gfield_description{
    color: #8D8D8D;
    padding-top: 5px;
    text-align: center;
}
#gform_submit_button_6{
    padding:20px 40px !important;
    font-size: 16px !important;
    margin-inline: auto !important;
}
.free-quote-form .gform_footer{
    text-align: center;
    padding-top: 18px;
}
.free-quote-form{
    margin-bottom: 0 !important;
}
.img-overley-text-box{
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1080px;
    text-align: center;
    left: 0;
    right: 0;
    margin-inline: auto;
    padding:10px 20px;
}
.img-overley-text-box h2,
.img-overley-text-box p{
    color: #ffffff;
}
.img-overley-text-box h2{
    letter-spacing: normal;
}
.has-icon-with-text-box{
    position: relative;
}

.has-icon-with-text-box .icon-wrapper {
    width: 119px;
    height: 119px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
    z-index: 4;
}
.has-icon-with-text-box .text-wrapper{
    background-color: #EFEFEF;
    border-radius: 10px;
    position: relative;
    padding: 80px 32px 30px;
    z-index: 2;
    text-align: center;
    min-height: 265px;
}
.has-icon-with-text-box .text-wrapper h3{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 700;
}
.has-icon-with-text-box .text-wrapper p{
    line-height: 1.5;
}
.has-items-center{
    display: flex;
    justify-content: center;
}
.has-items-center .has-icon-with-text-box .text-wrapper p{
    min-height: 168px;
}
.img-overley-text-box-left {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    max-width: 550px;
    left: 80px;
    padding: 10px 20px;
}
.img-overley-text-box-left h2,
.img-overley-text-box-left p{
    color: #ffffff;
}
.img-overley-text-box-left h2{
    letter-spacing: normal;
}
.schedule-wrapper h2{
    letter-spacing: normal;
}
.schedule-img-text-wrapper {
    background-color: #EFEFEF;
    padding: 50px 40px;
    text-align: center;
    color: #000;
    position: relative;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    min-height: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.schedule-img-text-wrapper .schedule-text-block{
    position: relative;
    z-index: 4;
}
.schedule-img-text-wrapper .schedule-text-block .contact-button{
    display: inline-block;
    padding: 18px 40px;
    background: #1B79AC;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}
.schedule-img-text-wrapper .schedule-text-block h4{
    font-size: 24px;
    color: #000000;
}
.schedule-img-text-wrapper .hover-image-box {
    background: url(/wp-content/uploads/2026/02/card-hover-img.jpg) no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: cover;
    overflow: hidden;
}
.schedule-img-text-wrapper .hover-image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-image-box span{
    border: 1px solid #FF781F;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.schedule-img-text-wrapper:hover .schedule-text-block h4,
.schedule-img-text-wrapper:hover .schedule-text-block p{
    color: #ffffff;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.schedule-img-text-wrapper:hover .hover-image-box{
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.schedule-img-text-wrapper:hover .schedule-text-block .contact-button{
    transform: translateY(10px);
}

.google-review .rpi-header.rpi-header_top{
    display: none !important;
}

.has-img-hover-effect{
    position: relative;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.has-img-hover-effect .wpb_singleimage_heading {
    position: absolute;
    width: 220px;
    height: 70px;
    color: #fff;
    letter-spacing: normal;
    z-index: 8;
    top: auto;
    bottom: 15%;
    left: 40px;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.has-img-hover-effect .wpb_singleimage_heading:before {
    position: absolute;
    height: 3px;
    background-color: #FF781F;
    width: 60px;
    content: "";
    left: 0;
    bottom: 10px;
}

.has-img-hover-effect .vc_single_image-wrapper {
    position: relative;
}
.has-img-hover-effect .vc_single_image-wrapper:before {
    position: absolute;
    inset: 0;
    z-index: 5;
    padding: 0;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none;
    content: "";
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.has-img-hover-effect .vc_single_image-wrapper img {
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.has-img-hover-effect:hover .vc_single_image-wrapper:before{
    background-color: rgba(0, 0, 0, .8);

}
.has-img-hover-effect:hover .vc_single_image-wrapper img{
    transform: scale(1.1);
}
.has-img-hover-effect:hover  .wpb_singleimage_heading{
    transform: translateY(-20px);
}
.service-list-wrapper{
    display: flex;
    gap: 1px;
}
.transform-your-home-wrapper .vc_col-sm-8{
    width: 60% !important;
}
.transform-your-home-wrapper .vc_col-sm-8 .vc_column-inner{
    padding:20px 80px;
}
.transform-your-home-wrapper .vc_col-sm-4{
    width: 40% !important;
}
.transform-your-home-wrapper .vc_col-sm-4 .vc_column-inner{
   padding: 0 !important;
}
.transform-your-home-wrapper .wpb_text_column{
    color: #ffffff;
}
.has-img-devider .vc_single_image-wrapper{
    position: relative;
}
.has-img-devider .vc_single_image-wrapper:before{
    position: absolute;
    width:25px;
    background-color: #ffffff;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    content: "";
}
.logo-carousel-brand .gs_logo_single img {
    max-width: 220px;
}
.center-text-block{
    text-align: center;
}
.center-text-block h2{
    padding-bottom: 15px;
    letter-spacing: normal;
}
.center-text-block .custom-button{
    margin-top: 10px;
}
.location-text-block{
    max-width: 750px;
    margin-inline: auto;
}
.location-inner-wrapper{
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    width: 100%;
    padding: 30px;
    left: 0;
    right: 0;
}
.location-inner-text-block{
    color: #fff;
}
.location-inner-text-block h4{
    font-size: 24px;
    text-transform: none;
}
.location-inner-text-block p a{
     color: #fff;
}

.google-review .vc_column_container>.vc_column-inner {
    padding-inline: 0 !important;
}
/**********Responsive*********/

@media(min-width:992px){
    .custom-main-container{
        max-width: 1400px;
        margin-inline: auto !important;
    }

}
@media (min-width: 1301px) and (max-width: 1400px) { 
    .location-inner-wrapper .wpb_raw_code iframe{
        height: 340px;
    }
 }
@media (min-width: 1025px) and (max-width: 1300px) { 
    .location-inner-wrapper .wpb_raw_code iframe{
        height: 300px;
    }
 }

@media(max-width:1199px){
    .hero-container .top-content {
        max-width: 585px;
        height: 330px;
    }
    .hero-container .bottom-content {
        margin: 0 -15px;
        gap: 20px;
    }
    .hero-container .bottom-content .content-column {
        padding: 0 15px;
        width: 48%;
    }
    .hero-container .bottom-content .content-column:nth-child(3) {
        width: 48%;
    }
    .hero-container .bottom-content .content-column:last-child {
        width: 48%;
        border: none;
    }
    .hero-container .bottom-content .content-column:nth-child(2) {
        border: none;
    }
    .hero-section .items img {
        max-height: 760px;
    }
    .hero-container {
        padding: 0 50px;
        padding-top: 150px;
    }
    .kitchen-bath-renovation-section .vc_col-sm-4 {
        max-width: calc(100% - 505px);
    }
    .kitchen-bath-renovation-section .vc_col-sm-8 {
        max-width: 500px;
    }
    .hero-section .slick-dots {
        bottom: 30px;
    }
    .transform-your-home-wrapper .vc_col-sm-8 .vc_column-inner {
        padding: 20px 35px;
    }
    .location-inner-wrapper .wpb_raw_code iframe{
        height: 300px;
    }
    .schedule-img-text-wrapper {
        padding: 30px 15px;
    }
}

@media(max-width:1024px){
    .location-inner-wrapper .wpb_raw_code iframe{
        height: 280px;
    }
    .location-img-wrapper img{
        height: 360px !important;
        object-fit: cover;
    }
    .experience-image-overlay-wrapper img{
        height: 410px !important;
        object-fit: cover;
    }
    .image-overlay-wrapper img{
        height: 300px !important;
        object-fit: cover;
    }
    .img-overley-text-box {
        max-width: 92%;
    }
    .has-icon-with-text-box .text-wrapper {
        min-height: 320px;
    }
    .has-items-center .vc_col-sm-4{
        width: 50%;
    }
    .adjust-image-tablet img{
        height: 530px !important;
        object-fit: cover;
    }
    
}
@media(max-width:992px){
    .hero-section .items img {
        max-height: 790px;
    }
    .kitchen-bath-renovation-section .vc_col-sm-8 {
        max-width: 100%;
    }
    .kitchen-bath-renovation-section .vc_col-sm-4 {
        max-width: 100%;
    }
    .kitchen-bath-renovation-section .heading-text-box {
        max-width: 100%;
        margin-left: auto;
        padding-top: 30px;
    }
    .kitchen-bath-renovation-section .wpb_single_image *{
        width: 100%;
    }
    .has-icon-with-text-box .icon-wrapper {
        width: 90px;
        height: 90px;
        top: -45px;
    }
    .has-icon-with-text-box .text-wrapper {
        padding: 60px 20px 25px;
        min-height: 350px;
    }
    .has-items-center .vc_col-sm-4{
        width: 50%;
    }
    .has-items-center.vc_custom_1772017148857{
        padding-top: 75px !important;
        padding-bottom: 50px !important;
    }
    .schedule-wrapper.vc_custom_1771842187642{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .customer-service-wrapper.vc_custom_1772018173438 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px;
        padding-top: 0 !important;
    }
    .customer-service-wrapper .vc_col-sm-4 {
        width: 50%;
    }
    .service-list-wrapper.vc_custom_1771849638751{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .has-img-hover-effect .wpb_singleimage_heading {
        width: 90%;
        left: 20px;
        font-size: 24px;
    }
    .btm-location-wrapper.vc_section-has-fill{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .location-img-wrapper img {
        height: 600px !important;
    }
    .location-inner-wrapper {
        padding: 15px;
    }
    .location-inner-wrapper .vc_col-sm-6{
        width: 100%;
    }
    .location-inner-wrapper .wpb_raw_code iframe {
        margin-top: 15px !important;
    }
    .adjust-image-tablet img{
        height: 620px !important;
        object-fit: cover;
    }

}

@media(max-width:767px){

    .hero-container {
        padding: 0 20px;
        padding-top: 222px;
    }
    .hero-container .top-content h1 {
        font-size: 33px;
    }
    .mixed-img-layout-wrapper{
        display: flex;
        align-items: center;
        gap: 15px;
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
    .mixed-img-layout-wrapper .vc_col-sm-6{
        width: calc(50% - 30px);
    }
    .mixed-img-layout-wrapper .vc_col-sm-6:last-child .wpb_wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        
    }
    .mixed-img-layout-wrapper .wpb_single_image{
        margin: 0 !important;
    }
    .hero-container .bottom-content .content-column:nth-child(1),
    .hero-container .bottom-content .content-column:nth-child(2),
    .hero-container .bottom-content .content-column:nth-child(3){
        display: none;
    }
    .hero-container .bottom-content .content-column:last-child {
        width: 100%;
    }
    .hero-container .top-content {
        max-width: 585px;
        height: auto;
        min-height: 260px;
    }
    .hero-section .items img {
        max-height: 600px;
    }
    .get-quote-column-wrapper .wpb_wrapper{
        padding: 7px !important;
    }
    .image-overlay-wrapper img {
        height: 410px !important;
        object-fit: cover;
    }
    .has-icon-with-text-box .text-wrapper {
        padding: 60px 20px 25px;
        min-height: auto;
        margin-bottom: 65px !important;
    }
    .has-items-center .vc_col-sm-4 {
        width: 100%;
    }
    .has-items-center .has-icon-with-text-box .text-wrapper p {
        min-height: auto;
    }
    .has-items-center {
        flex-wrap: wrap;
    }
    .has-items-center.vc_custom_1772017148857 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .img-overley-text-box-left {
        left: 0px;
    }
    .experience-image-overlay-wrapper img {
    height: 490px !important;
    object-fit: cover;
    }
    .customer-service-wrapper .vc_col-sm-4 {
        width: 100%;
    }
    .service-list-wrapper {
        display: flex;
        gap: 1px;
        flex-wrap: wrap;
    }
    .has-img-hover-effect .wpb_singleimage_heading {
        text-align: left;
    }
    .transform-your-home-wrapper{
            display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-top: 20px;
    }
    .transform-your-home-wrapper .vc_col-sm-8 {
        width: 100% !important;
    }
    .btm-location-wrapper.vc_section-has-fill {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .location-outer-wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
    .transform-your-home-wrapper .vc_col-sm-4 {
        width: 100% !important;
    }
    .google-review.vc_custom_1772026579075{
        padding-top: 20px !important;
    }
    .custom-get-quote-wrapper.vc_row.vc_column-gap-30>.vc_column_container {
        padding: 15px 0;
    }
    .schedule-img-text-wrapper {
        background-color: #EFEFEF;
        padding: 30px;
        min-height: 450px;
    }
    .form-text-block p,
    .form-text-block h3 {
        text-align: left;
    }
    .img-overley-text-box h2,
    .img-overley-text-box p {
        text-align: left;
    }
    .center-text-block h2,
    .center-text-block p {
        text-align: left;
    }
    .center-text-block .custom-button {
        text-align: center;
        line-height: 1.2;
    }
    .location-inner-wrapper .wpb_raw_code iframe {
        width: 100% !important;
        max-width: 100% !important;
    }
    .service-list-wrapper.vc_custom_1771849638751 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .mixed-img-layout-wrapper{
        height: 540px;
        overflow: hidden;
    }
    .adjust-image-tablet img{
        height: auto !important;
        object-fit: cover;
    }
}
@media (max-width: 575px){
    .mixed-img-layout-wrapper{
        height: auto;
        overflow: hidden;
    }
    .schedule-img-text-wrapper {
        min-height: 340px;
    }
}

@media only screen and (max-width: 1199px){
.navbar.transparent-white .navbar-nav > li > a {
    font-size: 12px !important;
	padding: 10px 6px;
}
}
@media only screen and (max-width: 991px){
#menu-header-menu {
    float: left !important;
}	
#home_banner {
    padding-top: 262px !important;
}
#cabinets-top-pad, #commercial-top-pad, #gallery-top-pad, #countetop-pad, #granite-edge-pad, 
#deals-top-pad, #about-top-pad, #contact-top-pad{
    padding-top: 295px !important;
}
.blog-hero-off .pt150 {
    padding-top: 330px !important;
}	
}
@media only screen and (max-width: 767px){	
.single #blog-post .blog-post-title h2 {
    font-size: 40px!important;
    line-height: 1.1;
}
.header-topbar .phone-n {
    display: inline-block;		
}
#header-topbar .col-sm-6 {
    width: 50%;
}	
#header-topbar .col-sm-6.col-left {
    text-align: left;
    margin-bottom: 0;
}	
.navbar .navbar-toggle {
    padding: 30px 0px;
}	
.navbar.transparent-white .navbar-toggle .icon-bar {
    background-color: #1b79ac;
}	
body .navbar-nav>li {
    height: auto;
}	
#home_banner {
    padding-top: 140px !important;
}	
#cabinets-top-pad, #commercial-top-pad, #gallery-top-pad, #countetop-pad, #granite-edge-pad, 
#deals-top-pad, #about-top-pad, #contact-top-pad{
    padding-top: 220px !important;
}
.blog-hero-off .pt150 {
    padding-top: 240px !important;
}	
.wpb_single_image.vc_align_right, .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.form-text-block{
    margin-bottom: 0 !important;
}	
}
@media only screen and (max-width: 575px){
#footer .pt60 {
    padding-top: 30px;
}
#footer .pb60 {
    padding-bottom: 20px;
}	
.mobile_action {
	display: block;
}	
}
@media only screen and (max-width: 480px){
	.single #blog-post .blog-post-title h2 {
    font-size: 35px!important;
}
.form-group:first-child, .form-group:nth-child(2) {
    width: 100%;
}
}
@media only screen and (max-width: 420px){	
body .navbar-header img {
    max-width: 180px;
}	
.footer_menu_links li a {
    font-size: 11px;
}
#footer .footer-copyright p {
    font-size: 10px;
}	
}




body { animation:none!important; }
