/*
Theme Name: Indaweb Child
Template: Divi
Theme URI: https://indaweb.it
Author: Indaweb
Author URI: https://indaweb.it
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

intro-section {
  position: relative;
  z-index: 1;
}
.intro-section .et_parallax_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* overlay nero al 25% */
  z-index: 2;
  pointer-events: none;
}
.intro-section .et_parallax_bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-section .et_parallax_bg .et_pb_row.et_pb_row_0{
	z-index:5!important;
}
.mobile_menu_bar:before{
	color:#000;
}
.et_mobile_menu{
	border-top: 3px solid #000;
}
/*Modulo prenotazioni*/
.step1, .step2, .step3, .step4{
	font-size: 16px;
    font-weight: 600;
}
.step1 label::before {
    content: "1";
    font-weight: bold;
    background-color: #bf926d;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}
.step2 label::before {
    content: "2";
    font-weight: bold;
    background-color: #bf926d;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}
.step3 label::before {
    content: "3";
    font-weight: bold;
    background-color: #bf926d;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}
.step4 label::before {
    content: "4";
    font-weight: bold;
    background-color: #bf926d;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}












