/*
 Theme Name:  HTR Automatisering
 Theme URI:    https://www.htr.nl
 Description:  Child Theme for Website HTR Automatisering to house custom coding which modifies the Divi parent theme by Elegant Themes.
 Author:       Thomas Regtien
 Author URI:   https://www.htr.nl
 Template:     Divi
 Version:      5.6.4
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/

/*****Add any custom CSS below this line*****/


/*------------------------------------------------*/
#main-header .et_mobile_menu li ul.sub-menu.hide {
    display: none !important;

}
#main-header .et_mobile_menu li ul.sub-menu.visible {
    display: block !important;

}
@media only screen and (max-width: 1221px) {
.et_header_style_left #et-top-navigation {
    padding-left: 0 !important;
}
}
@media only screen and (max-width: 1189px) {
#et_mobile_nav_menu {
    display: block;
}
#top-menu-nav, #top-menu {
    display: none;
}
/*--------------------[EXTRA]---------------------*/

/*------------------------------------------------*/
/*** mobile fixed main header ***/
@media (max-width: 1190px) {
  .et-fixed-header#main-header {
    background-color: rgba(255,255,255,0.9);
  }
  .et_non_fixed_nav.et_transparent_nav #main-header,
	.et_fixed_nav #main-header {
    position: fixed;
  }

  .et_mobile_menu {
    overflow: scroll !important;
    max-height: 70vh;
    background-color: rgba(255,255,255,0.9);
  }
}
