/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Primaire navigatie */
#top .av_secondary_right.sub_menu > ul > li > a {
    font-size: 14px !important;
}

/* Topbar navigatie (Over ons, Werken bij, Contact, Support) */
#header_meta .sub_menu ul li a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    letter-spacing: 0.3px;
}

#header_meta .sub_menu ul li a:hover {
    color: #ce3a68 !important;
}

/* Hero sectie - headings */
#hero-title .avia_textblock h1,
#hero-title .avia_textblock p {
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 50px;
    color: #ffffff !important;
    margin-bottom: 5px;
}

.avia_textblock .hero-title {
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
}

/* Hero content - subtekst */
.hero-content {
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 26px !important;
    color: #ffffff !important;
    line-height: 32px !important;
    text-align: left;
}

/* CTA-knoppen */
.avia-button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.avia-button:hover {
    background: #ffffff;
    color: #000000;
}

/* Breadcrumbs */
.custom-breadcrumbs {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.custom-breadcrumbs a:hover {
    color: #f05488;
}

/* Footer links */
#footer a {
    color: #ffffff;
    text-decoration: underline;
}

/* Gekleurde knop hoofdmenu */
#top .av-menu-button > a .avia-menu-text {
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #ce3a68;
    color: #ffffff;
}

/* Nieuws overzicht */
.slide-entry-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    padding-top: 15px;
}

.slide-meta-time {
    display: none !important;
}

/* Button styling */
.buttonrij .avia-button .avia_iconbox_title {
    font-weight: bold;
}

/* Responsieve aanpassingen */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px !important;
        line-height: 40px;
    }

    .hero-content {
        font-size: 20px !important;
        line-height: 26px;
    }

    .avia-button {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (max-width: 989px) {
    #header_meta {
        display: none !important;
    }
}