.ct-footer [data-column]>[data-id] {
    margin: unset !important;
}

[data-footer*="NExM69"] .ct-footer [data-row*="middle"]>div {
    padding: 20px 0 0 0 !important;
    border-bottom: unset !important;
}


/* [data-footer*="NExM69"] .ct-footer [data-row*="middle"] {
    border-bottom: 1px solid rgba(173, 164, 139, 0.3);
} */

[data-footer*="NExM69"][data-footer*="reveal"] .ct-footer {
    --position: unse !important;
}

[data-footer*="NExM69"] .ct-footer [data-row*="top"]>div {
    border: none !important;
}

[data-footer*="NExM69"] .ct-footer [data-row*="top"] {
    background-color: #000000 !important;
    border-bottom: 1px solid rgba(173, 164, 139, 0.3) !important;
}

/* [data-footer*="NExM69"] .ct-footer [data-row*="top"] {
    background: #000000 !important;
} */

/* [data-footer*="NExM69"] .ct-footer [data-row*="top"] > div{
    padding:80px 0 !important;
} */



@media (max-width: 860px) {
    .ct-footer .ct-container {
        padding-inline: 16px;
        padding-block: 25px !important;
        row-gap: 25px !important;
    }

    .ct-footer .ct-widget {
        width: 100% !important;
    }

    .ct-footer [data-column]>[data-id] {
        justify-content: center;
    }

    .ct-footer .ct-widget .widget-menu {
        display: flex;
        flex-wrap: wrap;
        row-gap: 12px;
        justify-content: space-between;
    }



    .ct-footer .ct-widget .widget-menu li {
        width: 48%;
    }

    .ct-footer .ct-widget .widget-menu li:first-child {
        width: 100%;
    }

    [data-footer*="NExM69"] .ct-footer [data-row*="middle"] {
        padding-bottom: 20px;
    }

    [data-footer*="NExM69"] .ct-footer [data-id="logo"] .site-logo-container {
        max-width: 70%;
    }

    [data-footer*="NExM69"] .ct-footer [data-id="logo"] .site-logo-container img {
        max-width: 100%;
    }

    .ct-footer #nav_menu-7 .widget-menu li:first-child {
        width: 48% !important;
    }

    .ct-footer .widget-menu li,
    .ct-footer .widget-menu li:not(:first-child) {
        margin: 0 !important;
    }

    .ct-footer [data-column="widget-area-5"]~div {
        padding: 25px 0 0 0;
        border-top: 1px solid rgba(174, 165, 140, .4);
    }

    [data-footer*="NExM69"] .ct-footer [data-row*="middle"]>div {
        --columns-gap: 12px !important;
    }

    .ct-footer [data-row="bottom"] .ct-container {
        row-gap: 40px;
        text-align: center;
        padding-block: 25px !important;
        grid-template-columns: repeat(1, 1fr);
    }

    .ct-footer [data-row="bottom"] .ct-container::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(174, 165, 140, .4);
        height: 1px;
        width: calc(100% - 32px);
    }

    .ct-footer [data-row="bottom"] .menu {
        row-gap: 16px !important;
        justify-content: center;
    }

    .ct-footer [data-column="socials"] {
        margin: auto !important;
    }

    .ct-footer [data-column="copyright"] {
        order: 3;
        text-align: center;
    }

    .ct-footer .ct-footer-socials {
        margin: auto !important;
    }

    .ct-footer-socials .ct-social-box {
        justify-content: center !important;
    }

    .ct-footer [data-row]>div {
        border: none !important;
    }

    .ct-footer [data-row="bottom"] [data-column="menu"] {
        margin: auto;
    }

    .ct-footer .ct-widget:not(:first-child) {
        margin-top: 0;
    }

    [data-column="widget-area-6"] .ct-widget:last-child {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    [data-footer*="NExM69"] .ct-footer [data-row*="top"]>div {
        row-gap: 25px;
    }

}