/* Custom Footer Changes */
footer .logo img {
    max-width: 160px !important;
    width: 100%;
    margin-bottom: 10px !important;
}

footer .logo img.sticky-logo {
    display: none !important;
}

footer .footer-menu-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}

footer .footer-menu-widget .widget {
    margin-bottom: 0 !important;
}

footer .footer-menu-widget h2 {
    margin-bottom: 32px !important;
    font-size: 22px !important;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 300 !important;
    color: #131313 !important;
    line-height: 28px !important;
    text-transform: initial !important;
}

footer .footer-menu-widget ul {
    border: none !important;
}

footer .footer-menu-widget ul li {
    padding: 0 !important;
    margin-bottom: 12px !important;
    border: none !important;
}

footer .footer-menu-widget ul li:last-child {
    margin-bottom: 0 !important;
}

footer .footer-menu-widget ul li::before {
    content: '';
    display: none !important;
}

body:not(.logged-in) footer .footer-menu-widget ul li.logged-in-header-menu-item {
    display: none !important;
}

body.logged-in footer .footer-menu-widget ul li.logged-in-header-menu-item {
    display: list-item !important;
}

footer .footer-menu-widget ul li i {
    display: none !important;
}

footer .footer-menu-widget ul li a {
    font-size: 18px !important;
    font-family: 'Geologica', arial, sans-serif;
    font-weight: 200 !important;
    color: #A8A8A8 !important;
    line-height: 22px !important;
}

footer .footer-menu-widget ul li a:hover {
    color: #0076F6 !important;
}

footer .footer-newsletter-widget {
    margin-bottom: 0 !important;
}

footer .footer-newsletter-widget form {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer .footer-newsletter-widget .email-field {
    width: 100%;
    padding: 12px 48px 12px 15px;
    font-family: 'Geologica', arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    box-shadow: -1px 2px 3px 0px #AFAFAFB2 inset;
}

footer .footer-newsletter-widget .submit-field {
    position: absolute;
    top: 12px;
    right: 8px;
    background: url('../images/footer-input-submit-icon.svg') no-repeat center;
    background-size: contain;
    border: none;
    width: 30px;
    height: 30px;
}

footer .footer-copyright-text p {
    text-align: center !important;
    padding: 0;
    margin: 0 !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
    footer .porto-wrap-container > .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0;
        padding-left: 35px;
        padding-right: 35px;
    }

    footer .porto-wrap-container > .row .footer-logo-contianer {
        flex: 1 0 100%;
        margin-bottom: 70px !important;
    }

    footer .porto-wrap-container > .row .footer-navigation-menu-container {
        flex: 1 0 50%;
    }

    footer .porto-wrap-container > .row .footer-support-menu-container {
        flex: 1 0 50%;
    }

    footer .porto-wrap-container > .row .footer-email-newsletter-container {
        flex: 1 0 100%;
        margin-top: 85px !important;
    }

    footer .footer-menu-widget {
        display: initial !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    footer .porto-wrap-container > .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0;
    }

    footer .porto-wrap-container > .row .footer-logo-contianer,
    footer .porto-wrap-container > .row .footer-navigation-menu-container,
    footer .porto-wrap-container > .row .footer-support-menu-container,
    footer .porto-wrap-container > .row .footer-email-newsletter-container {
        flex: 1 0 25%;
    }
}