@charset 'utf-8';
/*
Theme Name: jbcroof Child Theme
Theme URI: 
Description: reno002 Child Theme - Multipurpose and Multiskin Responsive Wordpress theme
Author: reno002 Child Theme
Author URI:  
Template: jbcroof
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: jbcroof-child
*/
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;700&display=swap');

.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor ul:last-child {
    margin-bottom: 0;
}

.elementor-widget-text-editor ul {
    padding-left: 10px;
    list-style-position: inside;
}

ul.two-col {
    columns: 2; /* make 2 columns */
    -webkit-columns: 2;
    -moz-columns: 2;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #00D06C;
    border: none;
    font-family: Karla !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.003em;
    padding: 7px 11px;
    margin: 36px 0 0 0;
    max-width: 508px;
    color: #000000 !important;
}


div.elementor-message {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
}

div.elementor-message-success {
    background-color: #1fc51f;
    color: white;
}


.sec-1home-main-container > .elementor-background-overlay {
    z-index: 1;
}


.wcu-sec-home-ic-r .elementor-icon-box-icon {
    margin-top: 6px;
}


.sec-gallery-home figure.gallery-item {
    margin-bottom: 30px !important;
}


.sec-blog-home .elementor-post__badge {
    position: relative !important;
    padding: 7.5px 18px !important;
    margin: 0 !important;
    display: table !important;
    width: auto !important;
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 111.1% !important;
    /* or 13px */

    letter-spacing: 0.005em !important;
    max-width: max-content;
    color: #1F1F1F !important;
}


.sec-blog-home .elementor-posts--show-avatar .elementor-post__thumbnail__link {
    margin-bottom: 16px !important;
}

.sec-blog-home .elementor-post__text {

    margin-top: 11px !important;

}


.sec-blog-home .elementor-post__title {
    margin-bottom: 7px !important;
}

.sec-blog-home a.elementor-post__read-more {
    margin-top: 26px;
    display: flex !important;
}


.sec-blog-home a.elementor-post__read-more:after {
    content: '';
    background: url('images/arrowblogh.svg');
    width: 14px;
    height: 16px;
    display: block;
    margin: 3px 0 0 11px;
}

.footer2-cl a {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 199.1% !important;
    /* or 24px */

    letter-spacing: 0.005em !important;

    color: #F2F2F2 !important;
}


/* Making checkbox and radio button invisible */
.elementor-field-type-checkbox input[type="checkbox"], .elementor-field-type-checkbox input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* For Radio button */
.elementor-field-group-mt_radio > div label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.5em;
    border-radius: 100%;
    vertical-align: -3px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    padding: 0.13em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
}

.elementor-field-group-mt_radio > div label {
    margin-right: 1em;
}

.elementor-field-group-mt_radio > div input:hover + label:before {
    border-color: #4632da;
}

.elementor-field-group-mt_radio > div input:checked + label:before {
    background-color: #4632da;
    border-color: #4632da;
}

/* For Checkbox */
.elementor-field-type-checkbox > div label:before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 0.5em;
    vertical-align: -8px;

    padding: 0.12em;
    background: #363636;
    border: 1px solid #9C9C9C;
    transition: all 0.2s ease;
}

.elementor-field-type-checkbox > div label {
    margin-right: 1em;
    position: relative;
}

.elementor-field-type-checkbox > div label:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 11px;
    left: 2px;
    position: absolute;
    top: 11px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    width: 6px;
    display: none;
}

.elementor-field-type-checkbox > div input:hover + label:before {
    border-color: #BECEAA;
}

.elementor-field-type-checkbox > div input:checked + label:before {
    border-color: #BECEAA;
    background: #BECEAA;
}

.elementor-field-type-checkbox > div input:checked + label:after {

}


.block-footer-subscribe-form input {
    max-width: 346px !important;
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 124.6% !important;
    letter-spacing: 0.005em !important;
    color: #9C9C9C !important;
    background: #363636 !important;
    border: 1px solid #9C9C9C !important;
    border-radius: 0 !important;
    height: 56px;
    width: 100% !important;
}

.elementor-field-group-field_6f5a766 {
    margin: -3px 0 13px 0 !important;
    width: 87% !important;
}


.sec-ab-testimional .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
}

.sec-ab-testimional .elementor-star-rating {
    position: absolute;
    top: 36px;
}

.sec-ab-testimional .elementor-testimonial {
    padding: 71px 28px 39px 23px;
}


.sec-ab-testimional h3 {

    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 117.1% !important;
    /* or 28px */

    letter-spacing: 0.005em !important;
    margin-top: 9px;
    margin-bottom: 31px;
    color: #1F1F1F !important;
}


.sec-ab-testimional cite.elementor-testimonial__cite {
    margin-top: 22px;
}


.sec-ab-testimional span.elementor-testimonial__name {
    margin-bottom: 3px;
}


.sec-faq-main .elementor-accordion-item {
    border-top: 1px solid #9C9C9C !important;

}


.sec-faq-main .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    font-size: 12px;

    width: 35px;
}

.sec-faq-main .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}


.sec-faq-main .elementor-accordion-item:last-child {
    border-bottom: 1px solid #9C9C9C !important;
}


.sec-wtd-main-row2 h3.elementor-icon-box-title {
    margin-top: 14px;
}

.sec-opc-main-icon-list span.elementor-icon-list-text {
    margin-top: 7px;
}


.sec-blog-page .elementor-post__badge {
    position: relative !important;
    padding: 7.5px 18px !important;
    margin: 0 !important;
    display: table !important;
    width: auto !important;
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 111.1% !important;
    letter-spacing: 0.005em !important;
    max-width: max-content;
    color: #1F1F1F !important;
    background: #DAE2D0 !important;
    border-radius: 0 !important;
}


.sec-blog-page a.elementor-post__read-more:after {
    content: '';
    background: url('images/arrowblogh.svg');
    width: 14px;
    height: 16px;
    display: block;
    margin: 3px 0 0 11px;
}

.sec-blog-page a.elementor-post__read-more {
    margin-top: 26px;
    display: flex !important;
}

.sec-blog-page .elementor-post__title {
    margin-bottom: 7px !important;
    margin-top: 10px !important;
}

.sec-blog-page .elementor-posts--show-avatar .elementor-post__thumbnail__link {
    margin-bottom: 16px !important;
}


.sec-blog-page .has-post-thumbnail .elementor-post__text {
    margin-top: 11px !important;
}

.sec-blog-page .elementor-post__text {
    margin-top: 0px !important;
}

.sec-blog-page .elementor-widget-archive-posts .elementor-post__card .elementor-post__badge a {
    color: #1F1F1F !important;
    text-transform: capitalize;
}

.sec-blog-page .elementor-posts .elementor-post__card .elementor-post__thumbnail img {

    height: 208px;
    object-fit: cover;
}


.sec-single-post-cl .sec-single-post-cl-content p {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 148.6% !important;
    /* or 24px */
    margin-bottom: 15px;
    letter-spacing: 0.005em !important;

    color: #1F1F1F !important;

}

.sec-single-post-cl .sec-single-post-cl-content h2 {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 44px !important;
    line-height: 111.1% !important;
    /* identical to box height, or 49px */

    letter-spacing: 0.005em !important;
    margin-top: 26px;
    color: #1F1F1F !important;
    margin-bottom: 10px;
}

.sec-single-post-cl .sec-single-post-cl-content h3 {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 111.1% !important;
    /* identical to box height, or 27px */

    letter-spacing: 0.005em !important;
    margin-top: 6px;
    margin-bottom: 14px;
    color: #1F1F1F !important;
}


.sec-single-post-cl .sec-single-post-cl-content ul li {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 148.6% !important;
    /* or 24px */

    letter-spacing: 0.005em !important;

    color: #1F1F1F !important;
}

.sec-single-post-cl .sec-single-post-cl-content ol li {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 148.6% !important;
    /* or 24px */

    letter-spacing: 0.005em !important;

    color: #1F1F1F !important;
}


.sec-single-post-cl .sec-single-post-cl-content ul li ul li {
    list-style: disc;
}

.sec-single-post-cl .sec-single-post-cl-content ol li ul li {
    list-style: none;
}

.sec-single-post-cr h5 {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 114.1% !important;
    /* or 27px */

    letter-spacing: 0.005em !important;
    margin-bottom: 26px;
    color: #1F1F1F !important;

}

.sec-single-post-cr .elementor-widget ul li a {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /* identical to box height */

    letter-spacing: 0.31em !important;
    text-transform: uppercase !important;

    color: #1F1F1F !important;
}


.sec-single-post-cr .elementor-widget ul li {
    list-style: none;
    margin-bottom: 16px;
}

.sec-single-post-cr .elementor-widget ul {
    padding: 0;
}

.sec-single-post-cl .elementor-post-info {

    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    /* identical to box height */

    text-align: center !important;
    letter-spacing: 0.31em !important;

    color: #1F1F1F !important;
}


.sec-single-post-cl .sec-single-post-cl-content ul {
    padding: 0 0 0 23px;
    margin-top: -15px;
    margin-bottom: 14px;
}


.sec-single-post-cl .sec-single-post-cl-content ul li ul {
    margin-top: 3px;
    padding-left: 43px;
    margin-bottom: 3px;
}


.sec-single-post-cl .sec-single-post-cl-content ol {
    padding: 0 0 0 23px;
    margin-top: 2px;
}


.sec-single-post-cl .sec-single-post-cl-content ol li ul {
    margin-top: 3px;
    padding-left: 34px;
    margin-bottom: 3px;
}


.sec-with-ul ul {
    padding: 0 0 0 23px;
}

.sec-contact-form .elementor-icon-box-description a {
    font-family: 'Gothic A1' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 152.1% !important;
    /* or 24px */

    letter-spacing: 0.005em !important;

    color: #9C9C9C !important;
}


.sec-contact-form-form input[type=date], .sec-contact-form-form input[type=email], .sec-contact-form-form input[type=number], .sec-contact-form-form input[type=password], .sec-contact-form-form input[type=search], .sec-contact-form-form input[type=tel], .sec-contact-form-form input[type=text], .sec-contact-form-form input[type=url], .sec-contact-form-form select, .sec-contact-form-form textarea {

    padding: 13px 21px;
}


.sec-contact-form-sec-icon .elementor-icon-box-icon {
    margin: 11px 15px 0 0 !important;
}


.sec-blog-page .elementor-post__badges {
    display: flex;
}


.sec-blog-page .elementor-post__badges .elementor-post__badge {
    margin-left: 2px !important;
}

.sec-blog-page .elementor-post__badges .elementor-post__badge:first-child {
    margin-left: 0px !important;
}

.elementor-element-9ce401c .elementor-icon-box-icon {
    position: relative;
    top: -2px;
    left: -3px;
}

/* ============== About START ============== */

/* ============== About END ================ */
/* ============== Blog START ============== */
div#blog-list {
    flex: 1;
}

div#blog-sidebar {
    flex: 0 0 265px;
}

.rb-categories-wrap h5 {
    font-family: 'Gothic A1', serif;
    color: #1F1F1F;
}

.rb-categories-wrap h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.005em;
    margin: 0 0 25px;
}

.rb-categories-wrap ul.rb-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rb-categories-wrap ul.rb-categories a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.31em;
    text-transform: uppercase;
    color: #1F1F1F;
}

.rb-categories-wrap ul.rb-categories a:hover {
    text-decoration: underline;
}

/* ============== Blog END ================ */
/* ============== Contact START ============== */
#contact-form.elementor-widget-form .elementor-field-textual {
    padding: 13.5px 23px;
}

#contact-form.elementor-widget-form label.elementor-field-label[for="form-field-field_last_name"] {
    visibility: hidden;
}

#contact-form.elementor-widget-form .elementor-field-group.e-form__buttons {
    margin-bottom: 0 !important;
}

/* ============== Contact END ================ */
/* ============== Projects START ============== */
#project-filter-wrap .search-filter-input-button-group {
    justify-content: center;
}

#project-filter-wrap .search-filter-input-button {
    border-radius: 4px;
    border: 1px solid #FF4E00;
    color: #FF4E00;
    font-family: 'Gothic A1', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.065em;
    padding: 11px 58px;
}

#project-filter-wrap .search-filter-input-button:first-child {
    padding: 11px 17px;
}

#project-filter-wrap .search-filter-input-button:hover,
#project-filter-wrap .search-filter-input-button.search-filter-input-button--is-selected {
    background-color: #FF4E00;
    color: #fff;
}

.jbcroof-projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
}

.jbcroof-project-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.jbcroof-project-wrap img.featured-img {
    width: 100%;
}

.jbcroof-project-wrap .jbcroof-p-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.jbcroof-p-content h3.jbcroof-p-title {
    margin: 0;
    font-family: 'Yantramanav', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #1F1F1F;
}

.jbcroof-p-content a.learn-more,
.jbcroof-p-content .jbcroof-p-excerpt {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #1F1F1F;
}

.jbcroof-p-content a.learn-more {
    margin-top: 24px;
}

.jbcroof-p-content a.learn-more:hover {
    text-decoration: underline;
}


.jbcroof-ngg .nextgen_pro_thumbnail_grid,
#project-gallery-wrap .nextgen_pro_thumbnail_grid {
    display: grid;
    column-gap: 20px;
    row-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.jbcroof-ngg .nextgen_pro_thumbnail_grid .image-wrapper,
#project-gallery-wrap .nextgen_pro_thumbnail_grid .image-wrapper {
    margin: 0 !important;
}

.jbcroof-ngg .nextgen_pro_thumbnail_grid .ngg-clear,
#project-gallery-wrap .nextgen_pro_thumbnail_grid .ngg-clear {
    display: none;
}

/* ============== Projects END ================ */
/* ============== Others pages START ============== */
.jbcroof-check-items span.elementor-icon-list-icon svg {
    margin: 0 !important;
}

.jbcroof-check-items li.elementor-icon-list-item {
    position: relative;
    padding: 20px 0 15px;
}

.jbcroof-check-items li.elementor-icon-list-item:last-child:after,
.jbcroof-check-items li.elementor-icon-list-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #9C9C9C;
    width: 100%;
    max-width: 404px;
}

.jbcroof-check-items li.elementor-icon-list-item:last-child:after {
    bottom: 0;
    top: initial;
}

.jbcroof-check-items li.elementor-icon-list-item .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-inline-start: 0;
}

/* ============== Others pages END ================ */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
    .sec-ab-img-right .elementor-background-overlay {
        left: auto !important;
        background-position: 100% 0 !important;
        background-size: cover;
        width: 50% !important;
        right: 0 !important;
    }

    .sec-ab-img-right {
        padding: 0 !important;
    }

    .sec-mrt-ab .elementor-background-overlay {
        width: 50% !important;
    }

    .sec-mobile-home1 .elementor-background-overlay {
        width: 50% !important;
        background-position: right 92% !important;
    }
}

/* end 1600 */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* end 1200 */


/* Large Devices, Wide Screens */
@media only screen and (max-width: 1025px) {
    .jbcroof-projects {
        grid-template-columns: 1fr 1fr;
    }

    html.html-overflow-hiden {
        overflow: hidden !important;
    }

    .mobile-menu .elementor-nav-menu__container {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        height: 100vh;
        max-height: 100vh !important;
        padding-top: 63px;
        margin: 0 !important;
    }

    .mobile-menu .elementor-menu-toggle.elementor-active {
        position: fixed;
        z-index: 9999;
        right: 19px;
        outline: none;
        top: 10px;
    }

    .html-overflow-hiden body {
        overflow: hidden !important;
    }

    .mobile-menu span.elementor-menu-toggle__icon--close svg {
        width: 14px;
    }

    .mobile-menu ul li {
        border-top: 1px solid #1F1F1F !important;
    }

    .mobile-menu ul li:last-child {
        border-bottom: 1px solid #1F1F1F !important;
    }

    .mobile-menu ul li a {
        padding: 14px 23px !important;
        display: flex;
        justify-content: space-between;
    }

    .mobile-menu ul li ul {
        padding: 21px 10px 40px !important;
    }

    .mobile-menu ul li ul li {
        border-top: none !important;
    }

    .mobile-menu ul li ul li:last-child {
        border-bottom: none !important;
    }

    .mobile-menu ul li ul li a {
        padding: 7.5px 24px !important;
    }

    .html-overflow-hiden div#wpadminbar {
        display: none;
    }


    .mobile-menu .sec-book-now a {
        font-family: 'Gothic A1' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        /* identical to box height */

        letter-spacing: 0.01em !important;

        color: #F6F6F6 !important;
        background: #1F1F1F;
        border-radius: 5px;
        width: 175px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }

    .mobile-menu .sec-book-now .elementor-button-wrapper {
        justify-content: center;
        display: flex;
        margin-top: 62px;
    }

    .sec-book-now a {
        background-color: #1F1F1F !important;
    }
}

/* end 1025 */


/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/*  end 992 */

/* Small Devices, Tablets */
@media only screen and (max-width: 769px) {
    .jbcroof-p-content a.learn-more {
        margin-top: 0;
    }

    #project-filter-wrap .search-filter-input-button {
        padding: 11px 17px;
    }

    #project-filter-wrap .search-filter-input-button-group {
        justify-content: left;
    }

    .jbcroof-projects {
        grid-template-columns: 1fr;
    }

    .sec-single-post-cl .sec-single-post-cl-content h2.wp-block-heading {
        font-size: 24px !important;
    }

    .why-iconbox3 .elementor-icon-box-content {
        margin-top: 4px;
    }

    .header-btn {
        margin-left: auto;
    }

    #header-logo img {
        max-width: 135px;
    }

    #menu_t .elementor-menu-toggle {
        padding: 0;
        font-size: 24px;
    }

    #menu_t nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        padding: 20px 0;
    }

    #menu_t .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
    #menu_t .elementor-nav-menu--dropdown .elementor-item.highlighted,
    #menu_t .elementor-nav-menu--dropdown .elementor-item:focus,
    #menu_t .elementor-nav-menu--dropdown .elementor-item:hover,
    #menu_t .elementor-sub-item.elementor-item-active,
    #menu_t .elementor-sub-item.highlighted,
    #menu_t .elementor-sub-item:focus,
    #menu_t .elementor-sub-item:hover {
        background-color: transparent;
        color: #1F1F1F;
    }

    #menu_t .elementor-nav-menu a {
        color: #1F1F1F;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.005em;
        padding: 16px 20px;
    }

    #menu_t .menu-item-has-children > a.elementor-item {
        display: flex;
        justify-content: space-between;
    }

    .jbcroof-ngg .nextgen_pro_thumbnail_grid,
    #project-gallery-wrap .nextgen_pro_thumbnail_grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 19px;
        column-gap: 19px;
    }

    .jbcroof-ngg .nextgen_pro_thumbnail_grid .image-wrapper img,
    #project-gallery-wrap .nextgen_pro_thumbnail_grid .image-wrapper img {
        width: 100%;
        object-fit: cover;
    }

    .elementor-widget-image.rb-responsive-img a,
    .elementor-widget-image.rb-responsive-img a img {
        width: 100%;
    }

    .sec-mobile-home1 .elementor-background-overlay {
        width: 64% !important;
        background-position: left 94% !important;
        right: 0;
        left: auto !important;
    }

    #wpadminbar #wp-admin-bar-customize > .ab-item, #wpadminbar #wp-admin-bar-edit > .ab-item, #wpadminbar #wp-admin-bar-my-account > .ab-item, #wpadminbar #wp-admin-bar-my-sites > .ab-item, #wpadminbar #wp-admin-bar-site-editor > .ab-item, #wpadminbar #wp-admin-bar-site-name > .ab-item {

        width: 30px !important;

    }

    .sec-gallery-mobile-home .gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .sec-gallery-mobile-home .gallery figure.gallery-item {
        width: 50%;
    }

    .sec-gallery-home figure.gallery-item {
        margin-bottom: 0px !important;
    }

    .sec-ab-img-right .elementor-background-overlay {
        left: auto !important;
        background-position: bottom right !important;
        background-size: cover;
        width: 64% !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
    }

    .sec-contact-form-sec-icon .elementor-icon-box-icon {
        margin: 11px 0px 0 0 !important;
    }

    .sec-1home-main-container-img img {
        object-fit: contain !important;
        height: auto !important;
        width: 100% !important;
    }

    .sec-mrt-ab .elementor-background-overlay {
        width: 65% !important;
        background-size: 120%;
    }

    .gallery-row img {
        width: 100%;
    }

    .sectio-title-mobile.elementor-section-items-top > .elementor-container {
        align-items: center !important;
    }

    ul.two-col {
        columns: 1; /* make 2 columns */
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

/* end 769 */
