/* # Additional CSS for Footer
---------------------------------------------------------------------------------------------------- */

.footer-widgets,
.site-footer {
    background: #386694;
}

.footer-widgets {
    padding: 64px 0 0;
}

.footer-widgets .wrap {
    max-width: 1140px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(251, 250, 249, 0.2);
}

.footer-widgets .widget,
.footer-widgets .widget-title {
    margin: 0 0 16px;
}

.footer-widgets .menu-item {
    padding-bottom: 0;
}

.footer-widgets .menu-item a,
.footer-widgets .footer-widgets-3 a,
.site-footer p,
.site-footer p a {
    font-family: var(--base-font-family);
    color: var(--light);
    opacity: 70%;
    text-decoration: none;
}

.footer-widgets .menu-item a,
.footer-widgets .footer-widgets-3 a {
    font-size: 16px;
}

.footer-widgets .menu-item a:hover,
.footer-widgets .footer-widgets-3 a:hover,
.site-footer p a:hover {
    color: var(--white);
    opacity: 100%;
}

.footer-widgets .footer-widgets-2 {
    width: 200px;
}

.footer-widgets .footer-widgets-3 {
    width: 280px;
}

/* .footer-widgets .footer-widgets-1 .widget_media_image a:hover img {
	box-shadow: 0px 0px 5.8px 0px #0000009a;
} */

.footer-widgets .footer-widgets-1 .widget-title {
    color: #e09c85;
    font-family: var(--dancing-script-font-family);
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
    
.footer-widgets .footer-widgets-2 .widget-title,
.footer-widgets .footer-widgets-3 .widget-title {
    color: var(--light);
    font-family: var(--base-font-family);
    font-weight: 600;
    font-size: 18px;
}

.footer-widgets .footer-widgets-3 p:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-widgets .footer-widgets-3 a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.site-footer {
    padding: 33px 0 66px;
    border: 0;
}

.site-footer p {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
    .footer-widgets {
        padding: 54px 0 0;
    }

    .footer-widgets .widget-area {
        width: 100%;
    }

    .footer-widgets .widget-area:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .footer-widgets .footer-widgets-1 .widget-title {
        font-size: 23px;
    }

    .site-footer {
        padding: 33px 0;
    }
}

@media only screen and (max-width: 768px) {
    .footer-widgets {
        padding: 44px 0 0;
    }

    .footer-widgets .footer-widgets-1 .widget-title {
        font-size: 22px;
    }
}