.elementor-13752 .elementor-element.elementor-element-18ba3cc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f71a784 */body, html {
  background: #ffffff !important;
}

#restaurant {
    display: block;
    margin: 0 auto;
    text-align: left;
    text-align-last: left;
}

#ajax-content-wrap,
.container-wrap,
.container.main-content {
  background: #ffffff !important;
}

body {
  margin: 0;
  background: #ffffff;
  font-family: Arial, sans-serif;
  color: #000;
}

/* HERO */
.tf-hero {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("https://cdn-orig.gethypervisual.com/images/shopify/250bf2ca-33fb-45c9-b91f-d49e4ab36656/1779_banner_prenota_un_tavolo.jpg");
  background-size: cover;
  background-position: center;
}

/* overlay leggero */
.tf-hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
}

/* logo centrato */
.tf-hero-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.tf-hero-content img {
  max-width: 200px;
  width: 60%;
}

/* BOX */
.tf-box {
  text-align: center;
  padding: 50px 20px;
}

.tf-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}

/* SELECT */
.tf-box select {
  width: 300px;
  max-width: 90%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  color: #000;
  background: #fff;
}

/* BUTTON */
.tf-box button {
  display: block;
  margin: 20px auto 0;
  padding: 14px 30px;
  font-size: 16px;
  background: #ec6723;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.tf-box button:hover {
  background: #d65a1d;
}

/* FOOTER TEXT */
.tf-footer-text {
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
  color: #000;
}



.tf-hero-content img {
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
}/* End custom CSS */