/*
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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
}

h1{
    font-family: 'Poppins', sans-serif !important;   
}

h2{
    font-family: 'Poppins', sans-serif !important;  
}

h3{
    font-family: 'Poppins', sans-serif !important;  
}

h4{
    font-family: 'Poppins', sans-serif !important;  
}

/* Header */

.av-main-nav > li > a{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-width: 0 !important;
}

.av_header_transparency .av-main-nav > li > a{
    border-width: 0;
    color: #fff !important;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

/* formulier */

#top .alternate_color .input-text, #top .alternate_color input[type='text'], #top .alternate_color input[type='input'], #top .alternate_color input[type='password'], #top .alternate_color input[type='email'], #top .alternate_color input[type='number'], #top .alternate_color input[type='url'], #top .alternate_color input[type='tel'], #top .alternate_color input[type='search'], #top .alternate_color textarea, #top .alternate_color select{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif !important;  
    font-size: 16px;
    color: #fff !important;
    padding: 8px 15px;   
}

.gform_wrapper.gravity-theme .gfield_label{
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.gform_button.button{
    background-color: #fff !important;
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;  
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 9px 40px!important;
}



/* algemeen */


.grid-entry .inner-entry {
    margin: 0 20px 40px;
}

.avia-arrow{
    display: none;
}

.grid-entry-title.entry-title {
    text-align: left;
    font-size: 20px;
}

.grid-entry-excerpt.entry-content{
    text-align: left;
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    margin-top: 15px;
}

.av-special-heading-tag{
    font-family: 'Poppins', sans-serif !important; 
    font-weight: 600 !important; 
    text-transform: uppercase !important; 
}

.av-subheading.av-subheading_below{
    font-size: 18px !important;
}

#top div .avia-gallery .avia-gallery-big, #top div .avia-gallery img{
    border-width: 0;
    border-radius: 0px;
}

/* footer */

.copyright{
    font-size: 14px;
}

.copyright span{
    padding: 0 15px;
}