/*
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
*/



/*Add your own styles here:*/

.avia-timeline .milestone_icon { width:200px; height:200px;}

/** Aanpassen header zodat menu niet zichtbaar is **/
@media only screen and (min-width: 767px) {
.html_header_top.html_header_sticky #top #wrap_all #main {padding-top:160px !important;}
}
div#header_main_alternate {display: none;}
.responsive #top .inner-container .logo {margin: 25px auto auto auto;}
.responsive #top .header-scrolled .inner-container .logo {margin: 0px auto auto auto;}
header#header {
    border-bottom: 3px solid #fff;
}
/** Header aanpassingen mobile **/
@media only screen and (max-width: 767px) {
.responsive #top .inner-container .logo {
    width: 25%;
    margin: auto auto -20px auto;
}
div#header_main {
    border-bottom: 3px solid #fff;
}
#top .av-burger-menu-main {
    display: none !important;
}
}
/** Aangepaste code voor Forminator **/
.package-form-group .forminator-label {display: none !important;}
.package-form-group .forminator-all-group-copies {background: #ffd800 !important;}
.package-form-group .forminator-checkbox-label {font-weight: bold !important;font-size: 16px !important;}

/** Aanpassingen voor social share buttons op homepage **/
.social-share-buttons-homepage a {color: #fff !important;}
.social-share-buttons-homepage {margin-top: 0px;}