/*
    Theme Name:  Divi Child
    Theme URI:    https://vicspace.nl
    Description:  Child Theme for Divi
    Author:       Victor van Rijn
    Author URI:   https://vicspace.nl
    Template:     Divi
    Version:      1.0.0
*/

:root {
    /* --c-primary: #5C6BC0; */
    --c-primary: #1e88e5;
}
html, body {
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.et_fixed_nav.et_show_nav #page-container {
    /* padding-top: 94px; */
    padding-top: 104px;
}
#top-menu li a {
    font-weight: 500;
}
#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover {
    opacity: 1;
    color: var(--c-primary);
}
.et_mobile_menu {
    border-top: 0;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.et_mobile_menu li a {
    padding: .75rem 1rem;
    font-weight: 500;
    opacity: 1;
}
.et_mobile_menu li a:hover {
    opacity: 1;
}
/*edit the Divi mobile hamburger icon*/
.mobile_menu_bar:before {
    color: var(--c-primary);
}

.et_pb_scroll_top.et-pb-icon {
    background-color: var(--c-primary);
}
/* increase the height of the Divi icon picker area */
/* https://www.peeayecreative.com/how-to-increase-the-height-of-the-divi-builder-icon-picker-area/ */
.et-db #et-boc .et-l .et-fb-font-icon-list {
    min-height: 400px !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    font-weight: 400;
}
#logo {
    width: auto !important;
}