/*
Theme Name: Savona (Divi)
Author: Valentin Zaraf
Version: 1.0
Template: Divi
This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.
(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#svn_header_buttons .et_pb_module {
display:inline-block !important;
margin-bottom:none !important;
}
.et_pb_menu .et-menu-nav>ul ul {
    padding: 0px 0px;
}
.et_pb_menu .et-menu-nav>ul ul li {
    border-bottom:1px solid #333;
}
.et_pb_menu .et-menu-nav>ul ul li a {
    line-height: 1.5em;
}
.et-l--header{margin-bottom:-20px;}
.et_pb_section--with-menu{background:none !important;} 
.home-dark-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
}

.home-dark-box::before,
.home-dark-box::after {
  content: "";
  border-top: 0.1rem double white;
  align-self: center;
}

#post-92 .et_pb_section{
    background: url(/wp-content/uploads/wave.svg) top -100px center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
}