/*
Theme Name: Themify Ultra Child - The Viking Coaching
Description: A child theme of Themify Ultra for The Viking Coaching
Template: themify-ultra
Author: The Viking Webdesign (info@thevikingwebdesign.com)
Version: 1.0.0
*/

/* ====== HIDE OLD FOOTER TEXT ====== */
.footer-text {
    display: none !important;
}

/* ====== CUSTOM COPYRIGHT BAR ====== */
.custom-copyright {
    display: block;
    text-align: center;
    padding: 30px 20px;
    background: #E5E5E5; /* Lichtgrijze achtergrond zoals webdesign */
    color: #2C2C2C;
    font-size: 14px;
    border-top: 1px solid #D0D0D0;
    width: 100%;
    box-sizing: border-box;
}

.custom-copyright a {
    color: #2C2C2C;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.custom-copyright a:hover {
    color: #006AA7; /* Zweeds blauw hover */
    text-decoration: underline;
}

/* ====== FOOTER WIDGET STYLING ====== */
#footer {
    background: #1a1a1a !important;
    color: #ffffff;
    padding: 40px 20px 20px;
}

#footer h3,
#footer .widgettitle {
    font-family: 'Norse', cursive;
    color: #FECC00; /* Zweeds geel */
    font-size: 20px;
    margin-bottom: 15px;
}

#footer p,
#footer li {
    color: #ffffff;
    line-height: 1.8;
}

#footer a {
    color: #FF6200; /* Nederlands oranje */
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer a:hover {
    color: #FECC00; /* Zweeds geel hover */
}

/* Mobile responsive */
@media (max-width: 768px) {
    .custom-copyright {
        font-size: 12px;
        padding: 20px 15px;
    }
}