/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
header{
	background: rgba(255,255,255,0.7);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 8px 32px 0 rgb(31,38,135,0.37);
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
.et_pb_section{
	background: transparent;
}
.omNoList{
    list-style: none;
    list-style-type: none!important;
    padding: 0!important;
}
.omNoList li{
    margin-bottom: 0;
}
#omOrderList{
    padding-bottom: 0;
}