/* Enter Your Custom CSS Here */

/* Rimuovi padding al popup */
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
  padding: 0 !important;
}

+span.edit-link {display:none;}

/* homepage------------------------------------------------------------------------------------------ */

ul.plus {
	list-style:none;
  	margin-left:0;
}

ul.plus li:before {
	content: "•";
  	padding-right:7px;
  	color:#8C0C04;
}

/* box formule pranzo */

div.formule-pranzo {
  	background: #efefef;
  	text-align: center;
  	padding: 4px;
  	margin-top:30px;
}

h3.formule-pranzo {
	text-align: center;
  	color: #404040;
  	border-top: 1px solid #dddddd;
  	border-bottom: 1px solid #dddddd; 
  	padding: 0 20px; 
  	margin-top: 2px; 
  	margin-bottom: 25px;
  	background:url('https://www.bellacarne.it/wp-content/uploads/2014/06/bg_titolo.png') 0 10px repeat-x;
}

h3.formule-pranzo span {
  	background:#efefef;
  	padding:0 7px;
  	font-family: 'Cinzel',serif;
  	font-size:21px;
  	color:#3F3F3F;
}

/* menu ------------------------------------------------------------------------------------------ */

dl.menus dd {
    clear:both;
    margin-left:0;
    font-size:80%;
    margin-bottom:0;
}

dl.menus dt {
}

dl.menus dt span.piatto {
    float:left;
    width:80%;
    margin-top:20px;
}

dl.menus dt span.piatto.veg::before {
    content:url('https://www.bellacarne.it/wp-content/uploads/2014/06/veg_ico.png');
    margin-left:-16px;
}

dl.menus dt span.prezzo {
    float:right;
    font-weight:normal;
    margin-top:20px;
    font-size:80%;
  	padding-top:4px;
}


.page-template-page-subpages-tabs-php #tabs .titolino{
	 border-bottom: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 0;
}

div.avviso-menu {
  	background: #8C0C04;
  	padding:8px;
  	margin-top:8px;
  	color:#ffffff;
}

div.avviso-menu div {
  	width:100%;
  	height:100%;
  	border:1px solid #ffffff;"
}

div.avviso-menu div p{
  	margin:16px;
}


/* formule pranzo pagina --------------------------------------------------------------------------- */

h2.formulepranzo {
     text-align: center; 
     margin-top: 20px; 
     background: #8c0c04; 
     color: #ffffff;
     margin-bottom:20px;
     font-size:28px;
}

p#prezzoformula {
     text-align:center;
     margin-top:40px;     
     
}

p#prezzoformula span {
     background:url('https://www.bellacarne.it/wp-content/uploads/2014/06/bg_prezzo.png') center center no-repeat;
  padding:40px;
  font-size:28px;
}


/* slidercaption ----------------------------------------------------------- */

.metaslider .caption-wrap {
    background: none repeat scroll 0 0 #8c0c04 !important;
    text-align:center !important;
    text-transform:uppercase;
    bottom: 20px !important;
    left:auto !important;
    color: #ffffff;
    display:inline !important;
    line-height: 1.4em;
    margin: 0;
    opacity: 1 !important;
    position: absolute;
    right:20px;
    width: auto !important;
}

#gform_wrapper_24.gform_wrapper #gform_24 .gform_page_footer #gform_previous_button_24.button.gform_next_button {
  display: block !important;
}

/* privacy policy menu -------------------------------------------------- */
ul.privacymenu {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: center;
}
ul.privacymenu a{
  text-decoration: none;
  text-transform: uppecase;
}
ul.privacymenu a:hover{
  text-decoration: underline;
}


@media only screen and (max-width: 479px){
  
  .bellacarne-slider .metaslider{
    
    height:260px;
  }
	.bellacarne-slider .metaslider .slides li {
    
    position:relative;
    width:320px;
    height:260px;
    overflow:hidden;
  		
  }
  
  .bellacarne-slider .metaslider .slides img{
    
    position:absolute;
    width:auto;
    height:260px;
    left:-146px;
  		
  }
  
  .bellacarne-slider .metaslider .caption-wrap{
    left:20px!important;
  }

}