/* =========================
   HIDE TOP HEADER ELEMENTS
========================= */

.ast-above-header-bar .ast-builder-menu{
    display:none !important;
}

.ast-above-header-bar .site-header-focus-item:first-child{
    display:none !important;
}

/* =========================
   FOOTER STYLING
========================= */

.site-footer,
.site-primary-footer-wrap{
    background:#000 !important;
    color:#fff !important;
}

/* Footer Container */

.site-footer{
    padding:50px 40px !important;
}

/* Footer Columns */

.ast-builder-footer-grid-columns{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:50px !important;
}

/* Footer Sections */

.site-footer-section{
    flex:1 1 300px !important;
    min-width:250px !important;
}

/* Headings */

.site-footer h2,
.site-footer h3,
.site-footer h4{
    color:#fff !important;
    font-size:25px !important;
    margin-bottom:20px !important;
}

/* Text */

.site-footer p,
.site-footer li,
.site-footer a{
    color:#fff !important;
    font-size:15px !important;
    line-height:1.8 !important;
    text-decoration:none !important;
}

/* Lists */

.site-footer ul{
    list-style:none !important;
    padding:0 !important;
    margin:0 !important;
}

.site-footer li{
    margin-bottom:12px !important;
}

/* Links Hover */

.site-footer a:hover{
    color:#f5c542 !important;
}

/* Copyright Area */

.site-below-footer-wrap{
    background:#111 !important;
    color:#fff !important;
}

.site-below-footer-wrap a{
    color:#fff !important;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .ast-builder-footer-grid-columns{
        flex-direction:column !important;
        gap:25px !important;
    }

    .site-footer{
        padding:30px 20px !important;
    }

    .site-footer h2,
    .site-footer h3,
    .site-footer h4{
        font-size:24px !important;
    }

    .site-footer p,
    .site-footer li,
    .site-footer a{
        font-size:16px !important;
    }

}