/*--------------------------------------------------------------
Footer Custom Styling - DeGoedeHoop
--------------------------------------------------------------*/

/* Pre-footer golf-sectie */
.pre-footer-wave {
    width: 100%;
    height: 500px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: block;
}

/* Body achtergrondkleur, golf-afbeelding zit in pre-footer-wave */
body.custom-background {
    background-color: #540000 !important;
    background-image: none !important;
}

.site-footer {
    font-size:1rem;
}
.site-footer-custom {
    background-color: #fff;
    color: #aaa;
}

.site-footer-custom .site-footer-widgets {
    padding: 50px 0 40px;
}
.site-footer-custom .site-footer-widgets:after {
    display: block;
    content: '';
    clear: both;
}

/* Vier kolommen layout */
.footer-main-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.footer-main-col {
    flex: 1 1 12rem;
}

/* Kolom 1: Logo */
.footer-col-logo {
    display: flex;
    align-items: flex-start;
    padding-top: 6px;
}
.footer-col-logo .custom-logo {
    max-width: 180px;
    height: auto;
    display: block;
}
.footer-site-name {
    font-size: 1.3em;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
}

/* Kolom 2: Contact */
.footer-col-contact .widget {
    margin-bottom: 0;
}
.footer-col-contact .widget-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.footer-col-contact p {
    margin: 0 0 6px;
    line-height: 1.6;
}
.site-footer .widget a {
    color: inherit;
}

/* Kolom 3: Navigatiemenu */
.footer-col-menu .footer-nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col-menu .footer-nav-menu > ul > li {
    margin-bottom: 8px;
    padding: 0;
}
.footer-col-menu .footer-nav-menu a {
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 1rem;
    line-height: 1.5
}
.footer-col-menu .footer-nav-menu a:hover {
    opacity: 0.75;
}

/* Kolom 4: Social iconen */
.footer-col-social {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-content: flex-start;
    padding-top: 4px;
}
.footer-col-social .social-icon {
    display: inline-block;
    font-size: 18px;
    padding: 6px;
    color: inherit;
    text-decoration: none;
}
.footer-col-social .social-icon:hover {
    opacity: 0.75;
}

/* Geen box-shadow op de footer */
.site-footer,
.site-boxed .site-footer,
.content-boxed .site-footer,
.content-boxed .site-boxed .site-footer {
    box-shadow: none !important;
}

/* Responsive */
@media only screen and (max-width: 782px) {

    .footer-main-columns {
        flex-direction: column;
        gap: 24px;
    }
    .footer-main-col {
        width: 100%;
        flex-basis: 100%;
    }
    .footer-col-social {
        padding-top: 0;
    }

    .site-footer-bottom-bar-left,
    .site-bottombar-switch .site-footer-bottom-bar-left {
        float: none;
        text-align: center;
        padding: 10px 0 3px;
    }
    .site-footer-bottom-bar-right,
    .site-bottombar-switch .site-footer-bottom-bar-right {
        float: none;
        text-align: center;
        padding: 3px 0 12px;
    }
}
