/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* 
------------------------------------------------------- */

/* FOOTER */
.footer-mobile-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 999;
    border-top: 1px solid #97b2d0;
}
.footer-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.footer-mobile a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.footer-mobile svg {
    height: 24px;
    width: auto;
    fill: #fff;
}
.footer-mobile svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    .et_pb_scroll_top.et-pb-icon {
        background: 0 0;
        bottom: 5px;
        right: 5px;
        font-size: 45px;
        padding: 0;
    }
}