.header-h {
        font-size: 35px;
   color: #ffc600;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
    }
ul
{
  list-style:none;
}
.header-p {
  color:#fff;
  font-size:16px;
}
.section-padding{
    padding: 60px 0px;
}
.marb-35{
  margin-bottom:35px;
}
.menu-restaurant
{
  width:50%;
  float:left;
  padding:15px;
  position:realtive;
  
}
/* Stile per i titoli delle sezioni che occupano tutta la larghezza */
.menu-restaurant.section-title
{
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
.menu-restaurant.section-title .header-h
{
  margin: 0;
  padding: 10px 0;
}
.menu-restaurant .menu-title
{
  float:left;
  font-family:Montserrat,arial;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#ffc600;
  }
.menu-restaurant .menu-line
{
  position: absolute;
  bottom:6px;
  border-bottom:1px dotted rgba(0,0,0,.3);
  margin-left: .6em;
  margin-right: .6em;

}
.menu-restaurant .menu-price{
  font-weight:600;
  position:absolute;
  right:0;
  top:0;
  
}
.menu-restaurant .menu-subtitle
{
  display:block;
  float:left;
  color:#fff;
   font-family: Satisfy,'Open Sans',arial;
    font-size: 1.2rem;
}
.menu-restaurant span.clearfix{
  position:relative;
  display:block;
}
#menu-filters ul li a.active, #menu-filters ul li a:hover
{
  background: #ffc600;
  color:#fff;
  border:1px solid #ffc600;
}
#menu-filters ul li 
{
  /*display:flex;*/
  display:inline-block;
  height:45px!important;
min-height:45px!important;
  color:#fff;
  text-transform:capitalize;
  letter-spacing:1px;
  margin-botttom:40px;
}
#menu-filters ul li a
{
  padding:10px 20px;
  font-size:16px;
  font-weight: bold;
  color:#fff;
  border-radius:0px;
  border:1px solid #fff;
  text-decoration:none;
  cursor:pointer;
  
}
@media (min-width: 20px) and (max-width: 450px) 
{
  .menu-restaurant 
  {
    width: 100%;
  }
  .menu-restaurant.section-title
  {
    width: 100%;
  }
  .header-h
  {
    font-size: 35px;
  }
  .header-p 
  {
    font-size: 14px;
  }
  
}

.msg-row{
  margin-top:56px;
}
.media-body, .media-left, .media-right
{
  display:table-cell; 
  vertical-align: top;
  
}

.bg-1
{
  background-color: #fecc17;
  width:70px;
  height:70px;
  border-radius:50%;
  
}
.bg-14
{
   background-color: #ccdb38;
  width:70px;
  height:70px;
  border-radius:50%;
}
.dark-blue
{
  color: #31364c;
  font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body{
  margin-left:10px;
  padding-left:13px;
}
.media-2{
  margin-top:30px;
  
}
.form-group
{
  margin:8px 0 9px !important;
  padding-bottom:10px;
}
.contact-form .form-control
{
  color:#000 !important;
  font-size:16px;
  font-weight:normal;
  height:38px;
line-height: 1.42857;
  padding:7px 0;
  
}
.form-control, .form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#009688), to(#009688)),-webkit-gradient(linear, left top, left bottom, from(#D2D2D2), 
    to(#D2D2D2));
   background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
   -webkit-background-size: 0 2px, 100% 1px;
  background-size:0 2px,100% 1px;
  background-repeat: no-repeat;
background-position: center bottom, center -webkit-calc(100% - 1px);
 background-position: center bottom, center calc(100% - 1px);
   background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.phone-in-talk, .hour-icon
{
    font-size: 35px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}

.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  #ffc600 !important;
    color: #ffffff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: #000 !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}
body {
  margin: 0;
  min-height: 100vh;

  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("er8DtBW.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #fecc17;
}