/**
 * CMSXL and Application User Interface Soft Touch Buttons.
 * Copyright (c) 2023 Anthony Albit. All rights reserved.
 *
 * For more information, please contact:
 * Email: anthony.albit@wayovermedia.com
 * Website: https://cmsxl.com
 */

/* Footer CSS */
/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

footer {
    margin: 0;
    background-color: var(--footer-background-color);
}

footer section {
    padding: 30px 0;
    border-top: 1px solid var(--footer-border-color);
}
footer section:first-child {
    border-top: 0;
}
footer p {
    margin-bottom: 15px;
    font-size: calc(var(--text-size) * 0.98);
}
.text-shadow, footer p, footer h6 {
    text-shadow: 0 0 20px #00000060;
}
.footer-block, .features-block {
    padding: calc(var(--holder-padding) / 2) var(--holder-padding);
}
@media (max-width: 991px) {
    .footer-block, .features-block {
        padding: calc(var(--holder-padding) / 2) calc(var(--holder-padding));
    }
}
.footer-benefits {
    background-color: #f0f0f0;
}
.footer-benefit p {
}
.footer-benefit a {
    color: var(--footer-benefits-color);
    text-decoration: none;
}
.footer-benefit a:hover,
.footer-benefit:hover figure {
    color: var(--footer-benefits-color-hover);
    fill: var(--footer-benefits-color-hover);
}
.footer-benefit .col-2 {
    width: 48px;
    min-width: 24px;
    height: 24px;
}
.footer-benefit a figure {
    margin-top: 3px;
    fill: var(--footer-benefits-color);
}

@media (max-width: 767px) {
    .footer-benefit {
        margin-bottom: 30px;
    }
    .footer-benefit:last-child {
        margin-bottom: 0;
    }
}

.footer-feedback {
    color: var(--footer-benefits-color);
    background-color: var(--footer-background-color);
}
.footer-feedback::placeholder {
    opacity: .5;
}

.footer-map {
    padding: 0;
    width: 100%;
    height: 500px;
    background-color: #da6a4a;
    filter: grayscale(100%);
}

.footer-navigation {
    padding-bottom: 0;
}
.footer-navigation nav {
}
.footer-navigation nav a,
.footer-navigation nav span {
    display: block;
    margin-bottom: 15px;
    font-size: calc(var(--text-size) * 0.8999);
    text-decoration: none;
    transition: padding ease-in-out .15s;
}
.footer-navigation nav a:hover {
    padding-left: 10px;
}
.footer-navigation nav a:last-child {
    margin-bottom: 30px;
}

.footer-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 50% 50%;
}
.footer-grid.full {
    grid-template-columns: 100%;
}

.footer-bottom {
    font-size: calc(var(--text-size) * 0.7);
    text-align: left;
}
.footer-bottom p {
    font-size: 12px;
}
.footer-bottom p a {
    font-size: 14px;
}
.footer-social {
    font-size: 0;
    text-align: right;
}
@media (max-width: 991px) {
    .footer-bottom {
        text-align: center;
    }
    .footer-social {
        margin: 0 0 30px 0;
        text-align: center;
    }
}
.footer-social a {
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
}
.footer-social a:hover {
    filter: brightness(120%);
}
.footer-social a:last-child {
    margin-right: 0;
}
.footer-social a figure {
    fill: #757982;
}
