/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", sans-serif;
}

.av-main-nav>li>a{
    font-size: 18px;
    font-weight: 600;
}

.avia-menu-fx{
    display: none;
}

.header_bg{
    opacity: 1;
}

.content, .sidebar {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* formulier */

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
    background-color: #fff !important;
    border: none!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    color: #071e21!important;
    font-family: "Open Sans", sans-serif!important;
    padding: 17px 20px!important;
}

.gform_button.button{
    background-color: #DC9319!important;
    border: none!important;
    border-radius: 0px!important;
    padding: 17px 30px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    color: #fff!important;
    font-family: "Open Sans", sans-serif!important;
}

.gfield_label.gform-field-label{
    color: #fff;
    font-size:16px !important;
    font-weight: 500;
}

/* knoppen */

#top .main_color .avia-color-theme-color{
    background-color: #DC9319;
    border: none;
    border-radius: 0px;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#top .alternate_color .avia-color-theme-color-highlight{
    background-color: #1F285A;
    border: none;
    border-radius: 0px;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* algemeen */

#gradient-bg{
    background: #1F285A;
    background: linear-gradient(90deg, rgba(31, 40, 90, 1) 0%, rgba(220, 147, 25, 1) 100%);
}

/* events */


.evenementen-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.evenement-item {
    display: flex;
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 15px;
    text-decoration: none;
    color: inherit;
    align-items: stretch; 
}

.evenement-datebox {
    min-width: 80px;
    background: #1F285A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.evenement-item:hover .evenement-datebox{
    background-color: #DC9319;
}

.evenement-date-day {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
}

.evenement-date-month {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 4px;
}


.evenement-content {
    font-size: 16px;
}

.evenement-content h3 {
    margin: 0 0 5px;
    font-size: 22px;
}

.evenement-item:hover .evenement-content h3{
    color: #DC9319;
}

.evenement-content p {
    margin: 0 0 3px;
    line-height: 22px;
    color:#071e21 !important;
}

