/*
Theme Name: Hello Bonedry
*/

/* Custom CSS */
.pb-0 .text-columns-block{padding-bottom:0 !important;} 

/* Color Settings */
.bg-red .section_subheading,
.bg-red .section_heading,
.bg-red .section_desc{color:#fff;}

.bg-black{background:#222021;}
.bg-black .section_subheading{color:#cf2131;}
.bg-black .section_heading, 
.bg-black .section_desc,
.bg-black .section_desc a:hover{color:#fff;}

.bg-white{background:#fff;}
.bg-white .section_subheading{color:#cf2131}
.bg-white .section_heading, 
.bg-white .section_desc,
.bg-white .section_desc p{color:#222021;}

p a, li a{
    color: inherit;
    text-decoration: underline !important;
}
p a:hover, li a:hover{
    color: inherit;
    text-decoration: none !important;
}

.newsletter .gform_wrapper form {
    display: inline !important;
}

.newsletter .gform_wrapper .gfield_checkbox{
    column-count: 2;
}
.newsletter input, .newsletter select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto !important;
}

.newsletter input[type="checkbox"] {
    accent-color: #222021 !important;
}

.banner-inner-form .gform_wrapper form {
    display: inline !important;
}

.banner-inner-form .gform_wrapper .gfield_checkbox{
    column-count: 2;
}
.banner-inner-form input, .banner-inner-form select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto !important;
}

.banner-inner-form input[type="checkbox"] {
    accent-color: #CF2131;
}

/******Home Hero******/
.banner-inner-home .text_desc {
    max-width: 306px;
    margin: 0px;
}
.banner-inner-home .section_desc, 
.banner-page-inner .banner-page-desc, 
.banner-page-inner .banner-page-desc p,
.highlighted_section .section_desc p, 
.quote-cta .quote-description p,
.quote-cta .quote-description li,
.quote-cta .quote-description{
    font-size: 18px; 
    line-height: 25px;
    letter-spacing: 0;
}
.banner-inner-home .section_subheading {
    margin-bottom: 15px;
}
.banner-home {    
    height: 520px;
}

.gform_wrapper .disclaimer{
    color: #fff;
	text-align:left;
    font-size: 10px !important;
    line-height: 1.5 !important;
}
.banner-inner-right .gfield.gfield--type-html {
    color:#fff;
}

@media screen and (max-width:767px) { 
    .banner-home.align-center {
        align-items: flex-start;
        padding-top: 47px;
    }
    .banner-inner-home .text_desc{
        max-width: 237px;
    }
    .banner-inner-home .section_desc, 
    .banner-page-inner .banner-page-desc, 
    .banner-page-inner .banner-page-desc p,
    .highlighted_section .section_desc p, 
    .quote-cta .quote-description p, 
.quote-cta .quote-description li,
    .quote-cta .quote-description{
        font-size: 14px;
        line-height: 19px;
    }
     .banner-inner-home{
        margin: 0px auto;
        padding: 0px 10px;
    }  
    .banner-inner-home .text_desc{
        margin: 0px auto;
    }

}

/******Home Form******/
.banner-inner-form {
        padding: 34px 63px 29px 42px;
}
.banner-inner-left {
    flex: 0 0 28.488%;    
    padding-top: 8px;
}
.banner-inner-right {
    flex: 0 0 60.684%;
}
.banner-inner-form .form_text_head {
    margin: 0 0 12px;
}
.banner-inner-form .icon-wrapper {
    margin-bottom: 30px;
    line-height: 0px;
}
.banner-inner-form .form_text_bottom strong, .banner-inner-form .form_text_bottom b {
    color: #CF2131;
}
.form_text_bottom p:last-child {
    margin: 0;
}
.form_text_top, .form_text_top p {
    font-weight: bold;
    letter-spacing: 0;
}
.form_text_bottom, .form_text_bottom p {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}


@media screen and (max-width:1023px) {    
    .banner-inner-form .icon-wrapper {
        margin-bottom: 15px;
    }
    .banner-inner-left, .banner-inner-right {
        flex: 0 0 100%;
    }
    .banner-inner-left {
        padding-top: 0px;
        margin-bottom:26px;
    }
    .banner-inner-form {
        padding: 22px 25px 34px;
    }
}

@media screen and (max-width:767px) {  
    .banner-inner-left {
        width: 100%;
        max-width: 244px;
        margin: 0px auto 26px;
    }
}
/******Text Columns and Image Text Columns******/
.text-columns-block .text-right-column {
    padding-top: 24px;
}
.note_desc,.note_desc p {
    font-size: 12px;
    color: #707070A7;
    letter-spacing: 0.48px;
}
.text-columns-img-block {
    gap: 109px;
    margin-top: 34px;
    padding-left: 0px;
}

.text-columns-img-block li {
    list-style: none;
}
.text-columns-img-block li img {
    max-height: 147px;
}
.text-columns-block .section_desc ul {
    padding-left: 17px;
}

@media screen and (max-width:1023px) {   
    .text-columns-block .text-right-column {
        padding-top: 0px;
    }

    .text-columns-img-block {
        gap: 35px;
    }

    .text-columns-block-inner .text-right-column, .text-columns-img-block {
        margin-top: 20px;
    }
    .text-img-block-inner {
        flex-direction: column-reverse;
    }

    .text-img-block-inner .text-right-column {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .text-img-block-inner.reverse-row .text-right-column{
        margin: 0 !important;
    }
}


/******Image Text Columns******/

.text-columns-block, .text-img-block {
    padding: 48px 0px 55px;
    position: relative;
}
.text-left-column .section_btn {
    margin-bottom: 0px;
}
.next-section-arrow {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.next-section-arrow a {
    line-height: 0;
}

.text-columns-block .text-right-column.padding-top-remove {
    padding-top: 5px;
}


/******Tiles Widget******/

.services-block {
    height: 100%;
    padding-left: 0px;
    gap: 15px;
}
.services-block li:only-child{
    flex-basis: 100% !important;
}
.services-block li {
    flex-basis: calc(50% - 8px);
    list-style: none;
    transition: .3s all ease-in;
    margin-bottom: 0px;
}
.triple-column.services-block li {
    flex-basis: calc(33% - 7.5px);
}
.services-block .service-desc li {
    transition: none;
}

.services-block .service-desc li {
    min-height: auto !important;
    list-style: disc;
}

.services-block .service-desc ol li {
    list-style: auto;
}

.services-block .service-content .button{
    background: none;
    padding: 0;
    margin: 25px 0 0 0;
}
.services-block .service-content .button:hover{
    color: #cf2131;
}
.services-block .service-content .button:hover:after{
    content: url(../../../../../../../../themes/hello-bonedry/images/arrow-red-final.svg);
}

.services-block .service-columns {
    position: relative;
    list-style: none;
    background-repeat:no-repeat; 
    background-position: center;
    background-size: cover;
    padding: 48px 54px 40px 40px;  
    height: 100%; 
}

.services-block .service-content {
    position: relative;
    z-index: 1;
}

.services-block .service-title {
    margin: 0px 0px 9px;
}

.services-block .service-desc p:last-child {
    margin-bottom: 0px;
}

.services-block .service-columns:before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(207,190,156,78%);
    z-index: 1;
    content:"";
    transition: .3s all ease-in;
}
.services-block .service-columns:after {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(207, 190, 156, 48%);;
    z-index: 0;
    content: "";
    transition: .3s all ease-in;
} 

.services-block .service-desc {
    color: #222021;
    transition: .3s all ease-in;
}

.services-block li:hover .service-columns:before{
    background: rgba(207,190,156,0%);

}
.services-block li:hover .service-desc {
    color: #ffffff;
}

.services-block li:hover .service-columns:after {
    background: rgba(34,32,33,59%);
}

.services-block.single-column li {
    flex: 0 0 100%;
}

.services-block.single-column li .service-columns {
    display: flex;
    align-items: center;
}

.services-block.single-column li .service-columns .service-content {
    max-width: 476px;
}
.custom-tiles a {
    text-decoration: none !important;
}
.tiles_link:hover .service-title {    
    color: #fff !important;
}



@media screen and (max-width:1023px) {   
    .services-block .service-content {
        max-width: 100%;
    }
    .services-block .service-columns {
        padding: 37px 26px 32px 26px;
    }
}

@media screen and (max-width:767px) {   
    .services-block li{
        flex-basis: 100% !important;
    }
    .services-block{
        gap: 12px;
    }
    .services-block .service-desc p {
        line-height: 18px;
    }
    .services-block.single-column li .service-columns .service-content {
        max-width: 100%;
    }
    .elementor-widget-tiles-widget > .elementor-widget-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/******Quote******/
.quote{
    top: 20px;
    position: sticky;
}
.quote-content {
    padding: 32px 39.5px;
    position: relative;    
    margin-top: -14px;
    background: #CF2131;
}

.quote-content .section-heading {
    margin: 0px 0px 6px;
}

.quote-content .section_desc {
    line-height: 18px;
    margin-bottom: 55px;
}

.quote-img {
    height: 212px;
}

.quote-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.quote-content:before {
    width: 100%;
    height: 31px;
    border-bottom: solid 30px #CF2131;
    border-left: solid 134px transparent;
    border-right: solid 142px  transparent;
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1;
}

@media screen and (max-width:1199px) {   
    .quote-content {
        padding: 32px 17.5px;
    }
    .quote-content:before {
        content: none;
    }
}
@media screen and (max-width:767px) {   
    .quote-content .section_desc {
        line-height: 18px;
        margin-bottom: 30px;
    }
}

/******Quote CTA******/
.quote-cta .section-heading {
    margin: 0px;
    padding: 0px 0px 24px;
}

.quote-cta {
    padding: 42px 0px;
}

.quote-cta p.quote-heading a{
    text-decoration: none !important;
}
.quote-cta .quote-description ul{
    margin-bottom: 15px;
}
.quote-cta .quote-description ul:last-child, .quote-cta .quote-description li:last-child, .quote-cta .quote-description p:last-child{
    margin-bottom: 0px;
}
.quote-cta .quote-description a{
    text-decoration: underline;
    color: #fff;
}
.quote-cta .quote-description a:hover{
    text-decoration: none;
    color: #000;
}
.quote-heading a{
    font-size: 12px;
    letter-spacing: 0.48px;
    font-weight: bold;
}

.quote-heading a:after {
    content:url(../../../../../../../../themes/hello-bonedry/images/arrow-final.svg);
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 15px;    
    margin-top: -3px;
    transition: .3s all ease-in;
}

.quote-heading a:hover{
    color: inherit;
}

.quote-heading a:hover:after{
    transform: translateX(5px);       
}

@media screen and (max-width:767px) {   
    .quote-cta {
        padding: 27px 0px;
    }
    .quote-cta .section-heading {
        margin: 0px;
        padding: 0px 0px 15px;
    }
}

/******Richtext******/
.rt-content .section_desc {
    padding-top: 4px;
/*    margin-bottom: 0px;*/
}
.rt-content.text-center .container > * {
    margin-left: auto;
    margin-right: auto;
}
.section_btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {   
    .rt-content .section_desc {
        padding-top: 0px;
    }
}


/******Image Box Columns******/
.elementor-widget-bd_image_box_columns {
    padding: 58px 0px;
}

.image-box-list-item {
    position: relative;
    flex-basis: 25%;
    list-style: none;
}

.image-box-list-item .image-box-desc p {
    line-height: 18px;
}

.image-box-list-item .image-box-desc p:last-child {
    margin-bottom: 0px;
}

.image-box-list-item .image-box {
    line-height: 0px;
    margin-bottom: 16px;
}

.image-box-list-item .image-box-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.image-box-list-item .image-box, .image-box-list-item .image-box-title {
    width: 100%;
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
}

.image-box-list-item .image-box-desc {
    width: 100%;
    max-width: 207px;
    text-align: left;
    margin: 32px auto 0px;
}

.image-box-column{    
    column-gap: 0;    
    row-gap: 54px;
    padding-left: 0px;
}

.image-box-list-item.text-separator:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    top: 145px;
    background: #70707067;
}

@media screen and (max-width:1023px) {   
    .image-box-list-item {
        flex-basis: 45%;
    }

    .image-box-list-item .image-box-desc {
        width: 100%;
        max-width: 100%;
    }

    .image-box-list-item.text-separator:before {
        content: none;
    }

    .image-box-list-item .image-box-desc {
        margin-top: 10px;
    }
}
@media screen and (max-width:575px) { 
    .image-box-column {
        row-gap: 54px;
    }
    .image-box-list-item {
        flex-basis: 100%;
    }
    .elementor-widget-bd_image_box_columns {
        padding: 58px 0px 54px;
    }
    .image-box-list-item .image-box-list-item-inner {        
        width: 100%;
        max-width: 243px;
        margin: 0px auto;
    }
}

/******Counter******/
.ct-content {
    padding: 82px 0px 55px;
}
.ct-content-inner {
    width: 100%;
    max-width: 700px;
    margin: 0px auto 53px;
}
.number-range {
    font-size: 82px;
    font-weight: 900;
    letter-spacing: 2.46px;
    line-height: 1em;
}
.section_subheading.border-top {
    border-top: 1px solid #70707067;
    padding-top: 12.81px;
    margin-top: 12.19px;
}
.counter-item {
    flex-basis: 35.385%;
}
.counter_subtitle {
    padding-top: 8px;
}
.counter-list {
    gap: 63.5px;
}
.ct-content-inner .section_desc {
    padding-top: 4px;
}

@media screen and (max-width:1023px) {   
    .number-range {
        font-size: 68px;
        letter-spacing: 2.04px;
    }
    .ct-content-inner{
        margin-bottom: 40px;
    }
    .counter-list {
        gap: 42px;
    }
}

@media screen and (max-width:767px) {   
	h1.section_heading{
		font-size:35px !important;
	}
    .counter-list h2.section_heading{
        font-size: 26px;
    }
    .ct-content-inner .section_desc {
        padding-top: 0px;
    }
    .ct-content {
        padding: 60px 0px;
    }
    .text-columns-block-inner{
        flex-direction: column;
    }
    .footer-bottom{
        margin-bottom: 146px;
    }
    .text-columns-block .text-left-column,
    .text-columns-block .text-right-column{width:100% !important;max-width:100% !important;}
}

@media screen and (max-width:567px) {  
    .counter-item {
        flex-basis: 100%;
    }
}

/******Inner Page Banner******/
.banner-page-inner {
    margin: 0px auto;
}
.banner-page:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #222021 0% 0% no-repeat;
    mix-blend-mode: hard-light;
    opacity: 0.73;
}

.banner-page-inner {
    position: relative;
    padding-top: 83px;
}

@media screen and (max-width:1023px) { 
    .banner-page-inner {
        position: relative;
        padding-top: 0px;
    }
}

/******Text List******/
.text-list-column {
    padding: 60px 0px;
    column-gap: 99px;
    row-gap: 33px;
}

.text-list-column li.text-list-column-item p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.text-list-column li.text-list-column-item {
    flex-basis: calc(33.33% - 66px);
    gap: 20px;
}

.text-list-box {
    flex-basis: 32px;
}

@media screen and (max-width:1023px) { 
    .text-list-column li.text-list-column-item {
        flex-basis: calc(50% - 66px);
        gap: 20px;
    }
}

@media screen and (max-width:767px) { 
    .text-list-column {
        padding: 56px 46px 56px 31px;
        column-gap: 0;
        row-gap: 25px;
    }
    .text-list-column li.text-list-column-item {
        flex-basis: 100%;
    }
}

/******Quote Style2******/
.quote-cta-style2 .quote-desc {
    flex-basis: 75.471%;
}
.quote-cta-style2 .quote-desc a:hover {
    text-decoration: underline;
}
.quote-cta-style2 {
    padding: 29px 0px;
}
.quote-cta-style2 .quote-desc .section_heading {
    margin-bottom: 7px;
}

@media screen and (max-width:1199px) { 
    .quote-cta-style2 .quote-desc {
        flex-basis: 70.471%;
        padding-right: 30px;
    }
}
@media screen and (max-width:1023px) { 
    .quote-cta-inner {
    flex-wrap: wrap;
    }

    .quote-cta-style2 .quote-desc {
        flex-basis: 100%;
        padding-right: 0px;
        margin-bottom: 29px;
    }
}

/******Testimonial******/

.testimonial-section{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:164px 0px 198px;
    position: relative;
}

.testimonial-section .section_btn {
    position: absolute;
    bottom: 0px;
}
.testimonial-slider {
    max-width: 439px;
}
.testimonial_content {
    border-left: 2px solid #CF2131;
    padding: 15px 45px 0 30px;
}
.testimonial-slider .rating-stars {
    margin-bottom: 13px;
    font-size: 34px;
    color: #CF2131;
    letter-spacing: 1.36px;
    line-height: 22px;
}

.testimonial-slider .author_desc {
    margin-bottom: 32.69px;
}

.testimonial-slider p.author_name {
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial-slider.slick-initialized {
    display: block;    
}

.testimonial-slider {
    display: none;
    padding-bottom: 0px;
}

.testimonial-slider button.slick-arrow {
    bottom: -104px;    
    left: 20px;
}
.testimonial-slider button.slick-next.slick-arrow {
    left: 93px;
    transform: none;
}

@media screen and (max-width:1023px) { 
    .testimonial-section {
        padding: 100px 0px 138px;
    }    
    .testimonial-slider button.slick-arrow {
        bottom: -47px;
    }
    .testimonial_content {
        padding-left: 30px;
    }
}

@media screen and (max-width:767px) { 
    .testimonial_content {        
        border-left: 0px solid #CF2131;
        padding-left: 0px;
        padding-right: 0px;
    }
    .testimonial-section {        
        padding: 84px 0px 178px;
    }  
    .testimonial-slider button.slick-arrow {
        bottom: -64px;
    }
}


/******Offers******/
.off-content .section_desc {
    padding-top: 4px;
    margin-bottom: 44px;    
}
.off-content > * {
    margin-left: auto;
    margin-right: auto;
}
.offers-block {
    display: flex;
    column-gap: 11px;
    flex-wrap: wrap;
    row-gap: 52px;
    justify-content: center;
}

.offers-block .offer_content {
    flex-basis: calc(33.33% - 7.39px);
}

.offer_img {
    height: 281px;
    margin-bottom: 29px;
}

.offer_img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.offer_title {
    margin: 0px 0px 9px;
}

.offer_desc p {
    line-height: 18px;
}

.offer_desc p:last-child {
    margin-bottom: 0px;
}

.offer_title, .offer_desc {
    padding: 0px 23px;
}
.offers-block.offer-slider {
    display: block;
}
.offers-block.offer-slider .offer_content {
    padding: 0px 5.5px;
}
.offers-block.offer-slider .offer_content {
    opacity: 40%;
}
.offers-block.offer-slider .offer_content.slick-current.slick-active {
    opacity: 100%;
}

@media screen and (max-width:1199px) { 
    .offer_img {
        height: 240px;
    }
}

@media screen and (max-width:1023px) {
    .offers-block .offer_content {
        flex-basis: calc(50% - 5.5px);
    }
    .offers-block.offer-slider .offer_content {
        opacity: 100%;
    }
}

@media screen and (max-width:767px) {
    .offers-block .offer_content {
        flex-basis: 100%;
    }
    .offer_img {
        height: 200px;
        margin-bottom: 22px;
    }
    .off-content .section_desc {
        padding-top: 0;
        margin-bottom: 34px;
    }
    .offer_title, .offer_desc {
        padding: 0px;
    }
}

/******Tab Widget******/
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    border-bottom:1px solid #70707067;
}
 ul.tabs li:first-child{
    padding-left:0px;
}
 ul.tabs li:last-child{
    padding-right:0px;
}
 ul.tabs li{
    margin: 0;
    cursor: pointer;
    padding: 32px 9px 13px;
    font-size:13px;
    letter-spacing:0.52px;
    line-height:18px;
    color: #222021;
    overflow: hidden;
    text-transform:uppercase;
/*    font-family: 'Avenir Next Demi', Sans-serif;*/
    font-weight: bold;
    position:relative
}
 ul.tabs li span{
    content:'';
    display:block;
    width:38px;
    height:19px;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    margin:0px auto;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    opacity:0;
}
 ul.tabs li:hover,ul.tabs li.active {
    color:#CF2131;
    display: block;
}
 ul.tabs li:hover span,ul.tabs li.active span{
    content:'';
    opacity:1;
}
ul.tabs.service-tabs{
    padding: 0 60px;
}
ul.tabs.service-tabs li{
    text-align: center;
}
ul.tabs.service-tabs button.slick-arrow{
    background-color: #cf2131 !important;
    bottom: 27px;
    transform: none;
}
ul.tabs.service-tabs button.slick-arrow:hover{
    background-color: #70707067 !important;
}
ul.tabs.service-tabs button.slick-arrow.slick-disabled{
    display: none !important;
}
ul.tabs.service-tabs button.slick-arrow.slick-prev{
    left: 15px;
    transform: rotate(180deg);
}
ul.tabs.service-tabs button.slick-arrow.slick-next{
    left: auto;
    right: 15px;
}
ul.tabs.service-tabs .slick-track{
    display: flex;
}
p.no-post{
    width: 100%;
    text-align: center;
}
 .tab_container {
    width: 100%;
    overflow: auto;
    height: 100%;
    display: flex;
}
 .tab_content {
    display: none;
}
 .tab_drawer_heading {
    display: none;
}
 .tab-quote-parent{
    display:flex;
    flex-wrap:wrap;
    padding:40px 0px 0px;
}
 .quote-left{
    width:24.5%;
}
 .tab_right{
    width:75.5%;
    padding-left:15px;
}
.tab-quote-parent.tab-full-width .tab_right {
    width: 100%;
    padding: 0px;
}
 @media screen and (max-width: 1023px) {
    .tab_container {
        flex-direction: column;
    }
    .tab-quote-parent {
        padding: 20px 0px 0px;
    }
     ul.tabs {
        display: none;
    }
     .tab_drawer_heading {
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
        cursor: pointer;
        padding: 13px 9px 13px;
        font-size:13px;
        letter-spacing:0.52px;
        line-height:18px;
        color: #222021;
        overflow: hidden;
        position: relative;
        text-transform:uppercase;
/*        font-family: "Avenir Next, Demi Bold", Sans-serif;*/
        font-weight: 600;
        text-align:center;
        border-bottom:1px solid #70707067;
        font-size: 18px;
        line-height: 22px;
    }
     .tab_drawer_heading span{
        content:'';
        display:block;
        width:38px;
        height:19px;
        position:absolute;
        top:8px;
        left:0px;
        right:0px;
        margin:0px auto;
        background-repeat:no-repeat;
        background-position:center;
        background-size:contain;
        opacity:0;
    }
     .d_active{
        color:#CF2131 !important;
        display: block;
        padding: 40px 9px 13px;
    }
     .d_active span{
        content:'';
        opacity:1 !important;
    }
    p.no-post{
        margin: 10px 0;
    }
     .quote-left{
        display:none;
    }
     .tab_right {
        width: 100%;
        padding-left: 0px;
    }
}

/******Map Widget******/
#newmap {
    height: 400px;
    width: 100%;
}
 @media only screen and (max-width:767px){
     #newmap {
        height: 350px;
    }
}
 @media only screen and (max-width:480px){
     #newmap {
        height: 250px;
    }
}


/******Roof vs Repair******/
.repair-replace .elementor-image-box-description, 
.repair-replace .elementor-image-box-description + ul li, 
.repair-replace .elementor-image-box-description + ol li {
    text-align: left;
}




/****** Gallery Widget ******/
.filter-btn{
    display: none;
}
.filters-button-group{
    width: 100%;
}
.filters-button-group ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    border-bottom: 1px solid #70707067;
    padding: 0;
    margin: 0;
}
.filters-button-group ul ul{
    border-bottom: none;
}
.filters-button-group ul li{
    margin: 0;
}
body .filters-button-group ul li button{
    background: none !important;
    color: #222021 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    border: none !important;
    padding: 32px 9px 13px !important;
    position: relative;
}
.filters-button-group ul li button:after{
    width: 38px;
    height: 19px;
    background-image: var(--wpr-bg-902a334c-bbaa-4b5d-b746-75e4eed75107);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    content: '' !important;
    margin: 0 auto;
    opacity: 0;
}
.filters-button-group ul li button:hover{
    color: #CF2131 !important;
}
.filters-button-group ul li button:hover:after{
    opacity: 1;
}
.filters-button-group ul li button.is-checked{
    color: #CF2131 !important;
}
.filters-button-group ul li button.is-checked:after{
    opacity: 1;
}
.elementor-widget-gallery-widget .blog-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -28px;
}
.elementor-widget-gallery-widget .blog-grid .element-item{
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    padding: 0 28px;
    margin: 56px 0 0;
}
.elementor-widget-gallery-widget .blog-grid .element-item.hidden{
    width:0 !important; 
    height:0 !important; 
    visibility:hidden; 
    padding:0px !important; 
    margin:0px !important;
}
.elementor-widget-gallery-widget .blog-post-item .post-content h2{
    color: #fff;
}
.elementor-widget-gallery-widget .blog-post-item::before{
    background: rgba(0,0,0,0.5);
}
.elementor-widget-gallery-widget .blog-post-item .post-content p{
    margin: 0;
}
body .fancybox-button{
    background: rgba(30,30,30,.6) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px !important;
}
body .fancybox-button:hover{
    background: #cf2131 !important;
}

@media only screen and (max-width: 767px){
    body .filters-button-group ul{
        row-gap: 5px;
        column-gap: 10px;
        padding: 0 0 10px 0;
    }
    body .filters-button-group ul ul{
        padding: 0;
    }
    body .filters-button-group ul li button{
        padding: 0 !important;
    }
    .filters-button-group ul li button::after{
        display: none;
    }
    .elementor-widget-gallery-widget .blog-grid{
        margin: 0;
    }
    .elementor-widget-gallery-widget .blog-grid .element-item{
        padding: 0;
        margin: 20px 0 0 0;
    }
    .blog-post-item .post-thumbnail{
        height: 280px;
    }
    .elementor-widget-gallery-widget .blog-grid .element-item{
        width: 100%;
    }
    .load_more-wraper{
        margin: 40px 0 0 0;
    }
    .blog-post-item .post-content h2{
        font-size: 18px;
        line-height: 22px;
    }
}



/****** Blog Post Widget ******/
.elementor-widget-blog-post-widget .blog-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -28px;
}
.elementor-widget-blog-post-widget .blog-grid .element-item{
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    padding: 0 28px;
    margin: 56px 0 0;
}
.elementor-widget-blog-post-widget .blog-grid .element-item.hidden{
    width:0 !important; 
    height:0 !important; 
    visibility:hidden; 
    padding:0px !important; 
    margin:0px !important;
}
.blog-post-item{
    position: relative;
}
.blog-post-item:before{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.blog-post-item a.blog-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 3;
}
.blog-post-item .post-thumbnail{
    width: 100%;
    height: 379px;
}
.blog-post-item .post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-post-item .post-content{
    width: 100%;
    max-width: 451px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 31px 29px;
}
.blog-post-item .post-content h2{
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-transform: none;
    margin: 0 0 9px 0;
    position: relative;
    z-index: 5;
}
.blog-post-item .post-content h2 a{
    color: #fff;
}
.blog-post-item .post-content h2 a:hover{
    color: #CF2131;
}
.blog-post-item .post-content p{
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 19px 0;
}
.blog-post-item .post-content .read-more{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.049' height='10.12' viewBox='0 0 20.049 10.12'%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(0.5 0.706)'%3E%3Cg id='Group_8' data-name='Group 8'%3E%3Cpath id='Path_1' data-name='Path 1' d='M1251.951,17h18.091' transform='translate(-1251.951 -12.646)' fill='none' stroke='%23cfbe9c' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_2' data-name='Path 2' d='M0,4.745,4.354,0,8.707,4.745' transform='translate(19.049) rotate(90)' fill='none' stroke='%23cfbe9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    color: #CFBE9C;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    padding: 0 36px 0 0;
    position: relative;
    z-index: 5;
}
.elementor-widget-blog-post-widget .blog-grid:not(.isotope) .element-item{
    width: 100%;
    margin: 0;
}
.elementor-widget-blog-post-widget .blog-grid:not(.isotope) .element-item .post-content{
    max-width: 583px;
}
.load_more-wraper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 56px 0 0 0;
}
.load_more-wraper button{
    background: none !important;
    color: #222021 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    padding: 0 !important;
    transition: .3s all ease-in;
}
.load_more-wraper button span{
    margin: 0 0 18px 0;
}
.load_more-wraper button img{
    max-width: 31px;
    margin: 0px auto;
}
.load_more-wraper button:hover{
    transform: translateY(10px);
}

@media only screen and (max-width: 1199px){
}

@media only screen and (max-width: 1023px){
    .blog-post-item .post-thumbnail{
        height: 312px;
    }
}

@media only screen and (max-width: 767px){
    .elementor-widget-blog-post-widget .blog-grid{
        margin: 0;
    }
    .elementor-widget-blog-post-widget .blog-grid .element-item{
        padding: 0;
        margin: 20px 0 0 0;
    }
    .blog-post-item .post-thumbnail{
        height: 280px;
    }
    .elementor-widget-blog-post-widget .blog-grid .element-item{
        width: 100%;
    }
    .load_more-wraper{
        margin: 40px 0 0 0;
    }
    .blog-post-item .post-content h2{
        font-size: 18px;
        line-height: 22px;
    }
}


/****** BD Text Form ******/
.text-columns-block.text-columns-block-form{
    padding-bottom: 140px;
}
.banner-form.banner-form-2{
    margin: -95px 0 0 0;
    position: relative;
}


/******* Custom Tab ********/
.custom-tab .elementor-tabs-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #70707067;
}
.custom-tab .elementor-tabs-wrapper .elementor-tab-title{
    padding: 32px 9px 13px;
    position: relative;
}
.custom-tab .elementor-tabs-wrapper .elementor-tab-title:after{
    content: '' !important;
    display: block !important;
    width: 38px !important;
    height: 19px !important;
    position: absolute;
    top: 0px;
    left: 0px !important;
    right: 0px;
    margin: 0px auto;
    background-image: var(--wpr-bg-7e835128-f939-4dbd-9a00-2485ef6c51b2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
}
.custom-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after{
    opacity: 1;
}
.custom-tab .elementor-tabs-wrapper .elementor-tab-title:hover{
    color: #CF2131 !important;
}
.custom-tab .elementor-tabs-wrapper .elementor-tab-title:hover:after{
    opacity: 1;
}
.custom-tab .elementor-tab-content{
    padding: 40px 0 0 0 !important;
}
.custom-tab .elementor-tab-content p:last-child{
    margin: 0;
}

.elementor-widget-bd_accordion{margin:50px 0;}
.elementor-widget-bd_accordion .section_desc{margin-bottom: 30px;}
.accordion {
  font-size: 20px;
font-weight: 900;
text-transform: uppercase;
line-height: 1.13em;
letter-spacing: 1.26px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #cf2131;
}
.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 14px 18px;
    text-align: left;
    background-color: white;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid #cf2131;
}
.accordion:after {
    content: '+';
    font-size: 25px;
    color: #222021;
    float: right;
    margin-left: 5px;
}

.accordion.active{border-bottom:none;padding-bottom: 0;}

.accordion.active:after {
    color: #222021;
    font-size: 31px;
    content: "-";
    margin-right: 2.5px;
}


@media only screen and (max-width: 1199px){
    .custom-tab .elementor-tabs-wrapper .elementor-tab-title{
        letter-spacing: 0 !important;
    }
}

@media only screen and (max-width: 767px){
    .custom-tab .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title{
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        text-align: center;
        text-transform: capitalize !important;
        border-bottom: 1px solid #70707067 !important;
        padding: 13px 9px 13px !important;
    }
    .custom-tab .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title.elementor-active{
        padding: 40px 9px 13px !important;
    }
    .custom-tab .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title:after{
        content: '' !important;
        display: block !important;
        width: 38px !important;
        height: 19px !important;
        position: absolute;
        top: 8px;
        left: 0px !important;
        right: 0px;
        margin: 0px auto;
        background-image: var(--wpr-bg-c206c969-e2ba-4abc-921f-5bf985a24504);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0;
    }
    .custom-tab .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title.elementor-active:after{
        opacity: 1;
    }
    .custom-tab .elementor-tab-content{
        padding: 40px 0 20px !important;
    }
    .banner-home{
        height: auto !important;
        background: none !important;
        padding: 40px 20px !important;
    }
    .banner-form .container{padding:0 !important;}
    .banner-page{background: #cf2131 !important;}
    .elementor-widget-bd_home_form .elementor-widget-container {
        margin: 0 !important;
    }
}


