/*!
  jQuery WhatsApp Any Order - Custom CSS not required for plugin to work
  Created by LivelyWorks - http://livelyworks.net
  Ver. 1.0.0 - 11 NOV 2019
*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    background-color: #ececec;
    text-align: center;
    padding-top: 0px;
    font-family: "Roboto", sans-serif;
    color: black;
  }

  .lw-logo {
    width: 100%;
    background-color: #fdfdfd;
    background-image: url(https://prenota.foodappy.it/media/menu-digitale-foodappy-prenota-tavoli-con-whatsapp.png);
    background-repeat: no-repeat, repeat;
    background-position: center;
    top: 0px;
    padding: 50px 0px 300px 0;
    position: absolute;
    z-index: -1;
  }
  @media (max-width: 767px) {
  .lw-logo {
    position: relative;
    padding: 0;
  }
  body {
      padding-top: 0;
  }
}

  .lw-logo img{
      height: 600px;
      max-width: 100%;
  }
  .lw-whatsapp-form {
    color: black;
    max-width: 400px;
    background-color: #fdfdfd;
    background-image: url(https://prenota.foodappy.it/media/menu-digitale-foodappy-prenota-tavoli-con-whatsapp.png);
    background-repeat: no-repeat, repeat;
    background-position: center;
    border: 16px solid #dc3545;
    border-radius: 8px;
    padding: 25px;
    font-size: 1rem;
    display: block;
    margin: auto;
    text-align: center;
  }
  .lw-whatsapp-form label,
  .lw-checkbox-holder {
    display: inline;
    padding: 8px;
    padding-left: 0;
    text-align: left;
  }



  .lw-whatsapp-form input[type="text"],
  .lw-whatsapp-form input[type="number"],
  .lw-whatsapp-form input[type="email"],
  .lw-whatsapp-form select,
  .lw-whatsapp-form textarea {
    width: 95%;
  }

  .lw-whatsapp-form textarea,
  .lw-whatsapp-form select,
  .lw-whatsapp-form input {
    padding: 8px;
    margin: 10px;
    margin-left: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
  }

  .lw-whatsapp-contact-btn {
    font-size: 1.4rem;
    background-color: rgb(37 211 103);
    border: 0;
    padding: 4px 30px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    line-height: 50px;
    margin-top: 16px;
  }

  .lw-whatsapp-contact-btn > img {
    float: left;
    width: 50px;
  }

  .error {
    font-size: 1rem;
    color: orangered;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .lw-number-spinner .input-group-btn button[data-dir="dwn"] {
    border-radius: 0;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
  }

  .lw-number-spinner .input-group-btn button[data-dir="up"] {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
  }
footer
{background:#dc3545;font-size:.9rem;color:#eee
}
footer .container{padding-right:50px;padding-left:50px}
footer a{color:#ccc;text-decoration:none}footer a:hover,footer a:focus{color:#fff;text-decoration:none}
.container{margin-bottom:0px;margin-top:5px;display:block!important;padding:5px;overflow-x:hidden;max-width:100%}