/**
* Theme Name: Arven Child
* Description: This is a child theme of Arven.
* Author: <a href="https://gloriathemes.com/">Gloria Themes</a>
* Template: arven
* Version: 1.1.2
*/

/* Footer Copyright Full Width - Two Column Layout */
.gt-footer .gt-container,
.gt-footer .gt-container-fluid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.gt-footer .gt-copyright {
    flex: 1;
    text-align: left;
    margin-bottom: 0;
}

.gt-footer .gt-copyright p {
    margin: 0;
    padding: 0;
}

/* Footer links container */
.gt-footer-links {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.gt-footer-links a {
    color: currentColor;
    text-decoration: none;
    margin-left: 16px;
    font-size: inherit;
    font-weight: inherit;
}

.gt-footer-links a:hover,
.gt-footer-links a:focus {
    opacity: 0.6;
}

/* Als er andere elementen zijn (zoals social media links), plaats ze onder de copyright tekst */
.gt-footer .gt-icon-group,
.gt-footer .gt-social-list {
    margin-top: 16px;
    justify-content: center;
}

/* Responsive aanpassingen */
@media (max-width: 767px) {
    .gt-footer .gt-container,
    .gt-footer .gt-container-fluid {
        flex-direction: column;
        text-align: center;
    }
    
    .gt-footer .gt-copyright {
        text-align: center;
        margin-bottom: 16px;
    }
    
    .gt-footer-links {
        text-align: center;
    }
    
    .gt-footer-links a {
        margin-left: 8px;
        margin-right: 8px;
    }
    
    .gt-footer .gt-icon-group,
    .gt-footer .gt-social-list {
        margin-top: 16px;
        justify-content: center;
    }
}