/* CSS Document */

.select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#ristoranti {
top:5px;
margin-top:5px;
bottom:20px;
margin-bottom:20px;

}
.rist{
   border-width: 2px;
   border-bottom: 1px #CCCCCC solid;
   width: 100%;
}

#ristoranti h3 {
font-size:0.8em;
color:#777;
font-weight:bold;
top:15px;
margin-top:15px;

}
#ristoranti h1 {
font-size:0.8em;
color:#000099;
font-weight:bold;
top:15px;
margin-top:15px;

}
#ristoranti p {
font-size:0.8em;


}
.section {
  padding: 7em 0;
}
mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.text-center {
    text-align: center!important;
}
.tit{
font-size:1.8em;
font-weight:200;
bottom:1em;
margin-bottom:1em;
top:1em;
margin-top:1em;

}
.site-tab-nav {
  display: block;
  text-align: center;
  margin-bottom: 40px !important;
}

.site-tab-nav li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.site-tab-nav li a {
font-weight:bold;
  background: none;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-bottom: 2px solid transparent;
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px;
}

.site-tab-nav li a.active {
  color: #000;
  background: none;
  border-bottom: 2px solid #fdb44b;
}

.site-tab-nav, .nav-pills {
  text-align: center;
}
.menu-food-item {
  border-bottom: 1px dotted #ccc;
  float: left;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
    padding-top: 5px;
  margin-top: 5px;
}

.menu-food-item .text {
  width: calc(100%);
}
@media (min-width: 768px) {
  .menu-food-item .text {
    width: calc(100% - 70px);
  }
}

.menu-food-item .price {
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .menu-food-item .price {
    width: 120px;
    text-align: right;
	 
  }
  
}

.menu-food-item .price +{
  color: #666666;
  font-size: 12px;
   font-weight:bold;
}

.menu-food-item h3 {
  font-size: 20px;
   color: #666666;
   font-weight:bold;
  
}

.menu-food-item h3 a {
  color: #000;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.menu-food-item h3 a:hover {
  color: gray;
}

.menu-food-item p:last-child {
  margin-bottom: 0;
}
}

