/* Global layout fixes — leisolemugello.it */

@import url("/wp-content/plugins/vc-composer/assets/lib/bower/font-awesome/css/font-awesome.min_ver-5.7.css");

.fa.fa-email:before {
  content: "\f003";
}

#moove_gdpr_cookie_modal,
#moove_gdpr_cookie_info_bar,
#moove_gdpr_save_popup_settings_button {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.vc_single_image-wrapper img,
.wpb_single_image img,
figure img {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.main-container,
.content-area,
.entry-content,
.wpb-content-wrapper {
  max-width: 100%;
}

.boxed-full,
#wrapper,
.content_wrapper {
  overflow-x: hidden;
}

.ristorante-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .ristorante-gallery img {
    height: 160px;
  }
}
