/*
Theme Name: Alloggio Child
Theme URI: https://alloggio.qodeinteractive.com
Description: A child theme of Alloggio
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: alloggio
Template: alloggio
*/


/* disable booking */
.elementor-39 .qodef-form-wrapper {
  display: none;
}

.qodef-form-wrapper {
  display: none;
}

#menu-footer {
    display: flex; /* Makes the list items a flex container */
    flex-wrap: wrap; /* Allows items to wrap to the next line on smaller screens */
    list-style: none; /* Removes the default bullet points */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}

#menu-footer li {
    margin-right: 20px !important; /* Adds space between the list items */
}

#menu-footer li:last-child {
    margin-right: 0; /* Removes the extra space from the last item */
}

#menu-footer a {
    text-decoration: none; /* Removes underline from links */
    color: #333; /* Sets a color for the links */
}