/*
Theme Name:  BohnennWebdesign
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Bohnenn Webdesign
Author URI:  https://www.bohnennwebdesign.nl
Template:    Divi
*/


/*---- General ----*/
.et_pb_module:not(.no-underline) h3:before {
    content: '';
    width: 24px;
    height: 5px;
    background: #00989e;
    position: absolute;
    bottom: 0;
}
.et_pb_module:not(.no-underline) h3:not(:last-child) {
	padding-bottom: 25px;
}
.et_pb_text ul:last-child {
	padding-bottom: 0 !important;
}

/*---- Typography ----*/
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
}
h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

/*---- Menu ----*/
.container.et_menu_container {
    max-width: 1560px;
}
#et-top-navigation {
	xpadding-top: 48px !important;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1 !important;
}
#top-menu li {
	padding-right: 40px;
}
#top-menu-nav>ul>li>a {
	xpadding-bottom: 12px !important;
}