/*
Theme Name:     Hello Elementor Child
Theme URI:      https://elementor.com/
Description:    Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:         Elementor Team
Author URI:     https://elementor.com/
Template:       hello-elementor
Version:        1.0.0
Text Domain:    hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Base Style Overrides */
.clip-parth {
    --width-crop: 300px;
}
.clip-parth .elementor-row .clip-part-column > div{
    margin-left: calc(-1 * var(--width-crop));
    margin-right: 0;
    width: calc(100% + var(--width-crop));
    clip-path: polygon(0 0, 100% 0, 100% 100%, var(--width-crop) 100%) !important;
}
@media(max-width:1024px) and (min-width:768px){
  .clip-parth {
    --width-crop: 100px;
}
}
.elementor [type=button], .elementor [type=submit], .elementor button {
    border:none;
}

.elementor-text-editor > ul {
    margin-bottom:1em;
}
#sub-menu .elementor-nav-menu,#sub-menu.menu-show-force.menu-show{
    opacity:0;
    visibility:hidden
}
#sub-menu.menu-show .elementor-nav-menu{
    opacity:1;
    visibility:visible
}
.menu-products.current-page-ancestor a.elementor-item:after{
    opacity:1
}
/* Back to top button */

#rb-btt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width:2.5em;
    height:2.5em;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rb-btt i {
    color: #fff;
    margin: 0;
    position: relative;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    font-size:1em;
    display:flex;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#rb-btt:hover {
    background: rgba(0, 0, 0, 0.9);
}

/*
    Add your custom styles here
*/

.elementor-widget-testimonial-carousel .swiper-pagination{
    text-align: left;
    left: 40px !important;
    bottom:-10px !important;
}
.elementor-widget-testimonial-carousel  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    width: 13px;
    height: 20px;
    border-radius: 0;
    transform: skew(20deg);
    border:1px solid #000;
}
.elementor-widget-testimonial-carousel  .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background:#fff
}
@media(max-width:767px){
    .elementor-widget-testimonial-carousel .swiper-pagination{
         left: 10px !important;
    }
}

.elementor-form-fields-wrapper input[type=date],.elementor-form-fields-wrapper input[type=email],.elementor-form-fields-wrapper input[type=number],
.elementor-form-fields-wrapper input[type=password],.elementor-form-fields-wrapper input[type=search],.elementor-form-fields-wrapper input[type=tel],
.elementor-form-fields-wrapper input[type=text],.elementor-form-fields-wrapper input[type=url],.elementor-form-fields-wrapper select,.elementor-form-fields-wrapper textarea{
    outline:none;
    padding-left:0;
}
.elementor-form-fields-wrapper input::placeholder,.elementor-form-fields-wrapper select::placeholder,.elementor-form-fields-wrapper textarea::placeholder{
    text-transform: uppercase;
    color:#000  !important;
    opacity:1  !important;
}
.elementor-field-group-field_radio1{
    border-bottom:1px solid #000;
    padding-bottom:20px;
}
.elementor-form-fields-wrapper .elementor-field-group-field_radio1 .elementor-field-subgroup {
        width: 100%;
    display: block;
    max-width: 400px;
}
.elementor-form-fields-wrapper .elementor-field-group-field_radio1 .elementor-field-option  {
    width: 50%;
    display: inline-block;
}
.elementor-form-fields-wrapper .elementor-field-option  label{
    text-transform:uppercase
}
.elementor-form-fields-wrapper .elementor-field-subgroup{
    justify-content:space-between;

}

.elementor-form-fields-wrapper .elementor-field-type-checkbox:not(.elementor-field-group-field_check_box_date) .elementor-field-subgroup .elementor-field-option label:before{
    position:absolute;
    border:1px solid #000;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
}
.elementor-field-type-checkbox:not(.elementor-field-group-field_check_box_date) .elementor-field-option {
    flex-basis: 49% !important;
    width: 50%;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 8px;

}
.elementor-field-type-checkbox:not(.elementor-field-group-field_check_box_date) .elementor-field-option input{
    opacity:0;
}

.elementor-field-type-checkbox:not(.elementor-field-group-field_check_box_date)  .elementor-field-option.checkbox label{
    color:#fff
}
.elementor-field-type-checkbox:not(.elementor-field-group-field_check_box_date)  .elementor-field-option.checkbox{
    background:#000
}
.elementor-form-fields-wrapper .elementor-field-type-radio:not(.elementor-field-group-field_radio1 ),.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date{
    display: block;
    max-width: 750px;
}
.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date >  .elementor-field-subgroup{
    max-width: 530px;
}
.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option{
    flex-basis: 0 !important;
    flex-grow: 1;
}
.elementor-form-fields-wrapper .elementor-field-type-radio.elementor-field-group-field_time{
    max-width:200px;
}
.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option{
    flex-direction: row-reverse;
    display: inline-flex;
    justify-content: flex-end;
}
.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date:after{
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
}
.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option label,.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date .elementor-field-option label{
    position:relative
}
.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option input,.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date .elementor-field-option input{
    opacity:0;
}
.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date .elementor-field-option input{
    position: absolute;
    left: 0;
}
.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option label:after,.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option label:before,
.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date .elementor-field-option label:before,
.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date .elementor-field-option label:after{
     content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    border-radius: 100%;
    border: 1px solid #000;
    height: 22px;
    width: 22px;
    transform: translateY(-50%);
}
.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option label:before,.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date .elementor-field-option label:before{
    height: 15px;
    width: 15px;
    background: #000;
    right: -27px;
    opacity:0
}
.elementor-form-fields-wrapper .elementor-field-type-radio .elementor-field-option input:checked + label:before,
.elementor-form-fields-wrapper .elementor-field-group-field_check_box_date .elementor-field-option.checkbox label:before{
    opacity:1
}

.elementor-field-type-radio input:checked + label:before {
    opacity: 1 !important;
}




.filter-our-work .rb_filter_posts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.filter-our-work .rb_filter_posts .grid.items  {
    width:80%;
}
.filter-our-work .rb_filter_posts .grid.filters {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
}
.filter-our-work .rb_filter_posts .grid.filters > div{
    max-width: 500px;
    margin: 0px auto 20px;
    outline: 0;
    text-transform: uppercase;
    border:1px solid #fff;
}
.filter-our-work .rb_filter_posts .grid.filters > div:hover,.filter-our-work  .rb_filter_posts .grid.filters .term.active{
     border:1px solid #000;
     background-color: #fff;
     color: #000

}
.filter-our-work  .rb_filter_posts .item .image{
    padding-bottom: 550px;
    position: relative;
}
.filter-our-work  .rb_filter_posts .item .image:before,.filter-our-work  .rb_filter_posts .item .image:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    visibility: hidden;
    transition: all 0.3s ease;
}
.filter-our-work  .rb_filter_posts .item:hover .image:before,.filter-our-work  .rb_filter_posts .item:hover .image:after{
     visibility: visible;
}
.filter-our-work  .rb_filter_posts .item .image:before{
    background: #000000;
    opacity: .4;
}
.filter-our-work  .rb_filter_posts .item .image:after{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(assets/images/image-product.png);
    background-size:contain;
    background-repeat: no-repeat;
    width:60px;
    height: 80px;
}
.filter-our-work .rb_filter_posts .item .title{
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2em;
    min-height: auto;
    padding-left: 50px;
    position: relative;
    margin: 30px 0 40px 0;
}
.filter-our-work .rb_filter_posts .item .title:after{
    position: absolute;
    left: 20px;
    top:50%;
    transform: translateY(-50%) skew(20deg);
    width: 13px;
    height: 20px;
    content: "";
    border:1px solid #000;
    transition: all .3s ease;

}
.filter-our-work .rb [class*="col-"]{
    padding: 0
}
.filter-our-work  .rb_filter_posts .item:hover .title:after{
    transform: translateY(-50%) skew(-20deg);
    background-color: #000
}

.filter-our-work .grid.paginate .col-xs-12:last-child{
    display: none;
}
.filter-our-work .grid.paginate {
    margin-bottom: 30px;
}
.filter-our-work  .rb_filter_posts .paginate .links li.page{
    padding: 10px 15px;
        line-height: 1;
}

.elementor-field-group-field_9a75968 #form-field-field_9a75968 {
    display: none;
}

.elementor-field-group-field_9a75968.showCommercial #form-field-field_9a75968 {
    display: block;
}

.rb_filter_posts .filters,
.stickySidebar {
    position: sticky !important;
    top: 13rem;
}

.gridWrapper {
    width: 20%;
/*     display: grid;
    grid-template-columns: 1fr;
    align-content: start; */
}
@media(max-width:1024px) and (min-width:768px){
    .gridWrapper {
        width: 100% !important;
    }
    .filter-our-work .rb_filter_posts .grid.items{
        width: 100%;
    }
    .filter-our-work .rb_filter_posts .grid.filters{
        width: 100%;
            grid-template-columns: repeat(3,1fr);
    }
    .filter-our-work .rb_filter_posts .item .image{
        padding-bottom:400px;
    }
    .filter-our-work .rb_filter_posts .grid.filters > div{
        max-width: 200px;
    }
}
@media(max-width:767px){
    .filter-our-work .rb_filter_posts .grid.filters, .filter-our-work .rb_filter_posts .grid.items{
        width:100% !important;
    }
    .filter-our-work .rb_filter_posts .item .image{
         padding-bottom:300px;
    }
    .gridWrapper {
        width: 100% !important;
    }

}

.selectedRadio label:before {
    opacity: 1 !important;
}

.gform_body fieldset {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.gform_body input, .gform_body textarea {
    font-family: "DIN", Sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.gform_body textarea {
    max-height: 125px;
}

.gform_body input::placeholder, .gform_body textarea::placeholder {
    font-family: "DIN", Sans-serif !important
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
}

.gfield_label {
    font-family: "DIN", Sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
    text-transform: uppercase;
}

.gchoice label {
    font-family: "DIN", Sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
    text-transform: uppercase;
    width: 100%;
}

.gform_button[type="submit"] {
    background: #000;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0;
    margin-top: 1rem;
    font-family: "DIN", Sans-serif !important
    color: #fff !important;
    text-transform: uppercase;
}

.gchoice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gchoice label {
    padding-left: 8px;
}

.checkbox-style .gfield_checkbox .gchoice,
.gfield_radio .gchoice {
    padding-right: 12px;
}

.gfield.hidden_label .gfield_label {
    display: none;
}

.checkbox-style .gfield_checkbox,
.gfield_radio {
    display: flex;
}

#input_3_6 .gchoice:nth-child(2) {
    padding-left: 24px;
}

.residential_commercial {
    padding-top: 24px;
    
}

.company-venue {
    padding-bottom: 24px;
}

#field_3_7 {
    display: none;
}

#field_4_6 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.gforms_checkbox {
    background: #000;
}
.gforms_checkbox label {
    color: #fff;
}
.delaySubMenu {
    transition-delay: 3s !important;
    -webkit-transition-delay: 3s !important; /* Safari */
}
/*
.looking-for-choices .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.looking-for-choices .gchoice {
    flex-basis: 49%;
}
.looking-for-choices .gchoice {
   
}
.looking-for-choices .gchoice label{
    margin-bottom: 0.5rem;
    border: 1px solid #000;
    padding: 0.5rem;
}

.looking-for-choices .gfield-choice-input {
    opacity: 0;
    visibility: hidden;
    position:absolute;
    z-index:-1;
}
.looking-for-choices .gchoice input[type="checkbox"]:checked + label{
    background-color: #000;
    color: #fff
}

.gforms_checkbox {
    background: #000;
}

.gforms_checkbox label {
    color: #fff;
}

.checkbox-style [type="checkbox"]:checked,
.checkbox-style [type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkbox-style [type="checkbox"]:checked + label,
.checkbox-style [type="checkbox"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.checkbox-style [type="checkbox"]:checked + label:before,
.checkbox-style [type="checkbox"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
     border-radius: 100%;
}
/*.checkbox-style [type="checkbox"]:checked + label:before,
.checkbox-style [type="checkbox"]:not(:checked) + label:before {
    border-radius: 0!important;
}*//*
.checkbox-style [type="checkbox"]:checked + label:after,
.checkbox-style [type="checkbox"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
}
/*.checkbox-style [type="checkbox"]:checked + label:after,
.checkbox-style [type="checkbox"]:not(:checked) + label:after {
    border-radius: 0!important;
}*//*
.checkbox-style [type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkbox-style [type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gform_wrapper.gform_validation_error h2.gform_submission_error {
    color:red;
    font-size:18px;
}
.gform_wrapper.gform_validation_error .gfield_validation_message,.gform_wrapper.gform_validation_error .validation_message{
    display: none;
}
.gform_wrapper.gform_validation_error .gfield_error input::placeholder,.gform_wrapper.gform_validation_error .gfield_error textarea::placeholder{
    color:red;
}
.gform_wrapper.gform_validation_error .gfield_error input,.gform_wrapper.gform_validation_error .gfield_error select,.gform_wrapper.gform_validation_error .gfield_error textarea{
    border-color:red; 
}
@media (max-width: 767px) {
    #roof-sysems-column {
        min-height: unset !important;
    }
*/
    .hero-roof-systems .elementor-background-overlay {
        background-image: unset !important;
    }
}
.products-carousel .swiper-slide::after {
    content: ' ';
    background: none !important;
}

.products-carousel .elementor-fit-aspect-ratio.elementor-carousel-image {
    min-height: 300px !important;
    padding-bottom: 0 !important;
}
@media(max-width:1023px){
    .products-carousel .elementor-fit-aspect-ratio.elementor-carousel-image {
         min-height: 100px !important;
    }
}

fieldset.checkbox-style{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;

}
fieldset.checkbox-style legend{
    display: inline-block;
    float: left;
    width: auto;
    flex: 0 0 150px;
}
fieldset.checkbox-style legend .gfield_required,.looking-for-choices .gfield_required_text{
    display: none
}
fieldset.checkbox-style .ginput_container_checkbox{
    display: block;
    flex-grow: 1;
}
fieldset.residential_commercial{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}
fieldset.residential_commercial .gchoice:first-child label{
    padding-left: 0
}

@media(min-width:1024px){
   fieldset.checkbox-style .ginput_container_checkbox .gfield_checkbox{
    max-width: 90%;
    justify-content: space-between;
} 
  fieldset.checkbox-style.checkbox-time .gchoice:first-child{
    margin-right: 30px;
  }
}

@media(max-width:767px){
    .gchoice label{
            font-size: 18px;
    }
    fieldset.checkbox-style{
        flex-wrap: wrap;
    }
    fieldset.checkbox-style legend{
        margin-bottom: 15px;
    }
}