/*-----------------------------------------------------------------------------------
	La Favola Pizzeria
	About: A shiny new Blocs website.
	Author: Mauro Di Massimo
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.sottotitolo{
	font-size:22px;
	font-family:"Cinzel";
	font-weight:500;
	text-decoration:none;
	border-color:#FEFFFE!important;
	border-style:_NS:2308;
	color:#5799AB!important;
	text-transform:none;
}
.sottotitolo-hero{
	font-family:"Titillium Web";
	font-weight:600;
	font-size:24px;
	color:#BE8900!important;
	margin-top:0px;
	margin-bottom:4px;
}
.button-vedi-i-prodotti{
	font-size:16px;
	color:#FF259D!important;
	background-color:#FEFFFE;
	font-family:"Mukta";
	font-weight:500;
}
.button-vedi-i-prodotti:hover{
	color:#FEFFFE!important;
}
.navbar-nav li a{
	color:#5799AB!important;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	font-family:"Titillium Web";
}
.lista-menu{
	margin-right:auto;
	margin-left:auto;
}
.img-style{
	width:96%;
}
.navbar-nav li a:hover{
	color:#575856!important;
}
.row-home{
	display:flex;
	flex-direction:column;
}
.divider-padding{
	padding-top:16px;
	padding-bottom:16px;
	background-color:transparent;
}
.div-freccina{
	margin-top:169px;
}
.menu-tutte-bloc{
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
	color:transparent!important;
	background-image:url("img/testata%20tutte.jpg");
	background-image: -webkit-image-set(url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);background-image: image-set(url("img/testata%20tutte.jpg") 1x,
url("img/testata%20tutte.jpg") 2x,url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);
	background-image: -webkit-image-set(url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);background-image: image-set(url("img/testata%20tutte.jpg") 1x,
url("img/testata%20tutte.jpg") 2x,url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);
}
.navbar-brand img{
	width:300px;
}
.nav-link.active{
	color:#555654!important;
}
.testi-menu{
	font-family:"Titillium Web";
	font-weight:300;
	font-size:18px;
	color:#000000!important;
	line-height:24px;
	text-align:center;
	margin-top:18px;
	margin-bottom:0px;
}
.nomi-menu{
	font-family:"Titillium Web";
	font-weight:normal;
	font-size:22px;
	color:#000000!important;
	margin-bottom:0px;
	text-align:center;
}
.prezzi-menu{
	font-family:"Titillium Web";
	font-weight:normal;
	font-size:22px;
	color:#D32A00!important;
	margin-top:0px;
	padding-top:0px;
}
.titoli-menu{
	text-align:center;
	color:#477E8C!important;
	font-family:"Titillium Web";
	font-weight:normal;
	font-size:36px;
}
.linea-sotto{
	text-decoration:underline!important;
}
.p-margin-top{
	margin-top:16px;
}
.p-margin-bottom{
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.img-whatsa-style{
	width:203px;
}
.home-blocco{
	background-image:url("img/Pizza%20Favola.jpg");
	background-image: -webkit-image-set(url("img/Pizza%20Favola.webp") 1x,
url("img/Pizza%20Favola.webp") 2x);background-image: image-set(url("img/Pizza%20Favola.jpg") 1x,
url("img/Pizza%20Favola.jpg") 2x,url("img/Pizza%20Favola.webp") 1x,
url("img/Pizza%20Favola.webp") 2x);
}
.testi-piedino{
	color:#FFFFFF!important;
	font-family:"Raleway";
	font-weight:normal;
	font-size:16px;
	margin:0px 0px 0px 0px;
}
.bianco{
	color:#FFFEFE!important;
}
.bloc-margin-top{
	display:flex;
	flex-wrap:wrap-reverse;
}
.btn-menu{
	font-family:"Titillium Web";
	font-weight:normal;
	background-color:#5799AB;
	margin-right:54px;
	margin-left:54px;
	font-size:24px;
	color:var(--swatch-var-4608)!important;
}
.btn-menu:hover{
	background-color:var(--swatch-var-201);
	color:var(--swatch-var-5096)!important;
}
.asporto-bloc{
	background-repeat:no-repeat;
}
.menu-colonna{
	background-color:#FFFFFF;
	padding-left:0px;
	padding-right:0px;
}
.pizze-asporto{
	width:464px;
	margin-top:47px;
	margin-bottom:-65px;
}
.p-bloc-2-margin-top{
	margin-bottom:79px;
}
.img-locale{
	margin-left:90px;
	width:120px;
}
.col-simboli-contatti{
	margin-right:0px;
	margin-left:0px;
	padding:4px 0px 0px 0px;
}
.col-dati-contatti{
	padding-left:0px;
}
.p-33-style{
	font-size:15px;
}
.bloc-contatti-margin-top{
	margin-top:12px;
}
.p-37-style{
	font-size:15px;
}
.testi-dove-siamo{
	font-family:"Titillium Web";
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
	color:#000000!important;
}
.bloc-padding-left{
	padding-left:0px;
}
.row-style{
	display:flex;
}
.dati-colonna{
	display:flex;
	align-items:baseline;
}
.p-margin-left{
	margin-left:9px;
}
.link-style{
	font-family:"Raleway";
	font-weight:500;
}
.link-style:hover{
	color:#5799AB!important;
}
.gallery-col{
	padding-right:4px;
	padding-left:4px;
}
.pizze-forno-bloc{
	padding-bottom:29px;
}
.p-3-margin-top{
	margin-top:35px;
}
.btn-allergeni{
	font-weight:600;
	background-color:#5799AB;
	margin-right:35%;
	margin-left:35%;
	width:30%;
}
.btn-allergeni:hover{
	background-color:#F9C275;
}
.cc-revoke.cc-bottom{
	display:none;
}
.span-mortadella{
	background-image:url("img/logo-mortadellafavola-originale-oro-payoff-retina.png");
	background-image: -webkit-image-set(url("img/logo-mortadellafavola-originale-oro-payoff-retina.webp") 1x,
url("img/logo-mortadellafavola-originale-oro-payoff-retina.webp") 2x);background-image: image-set(url("img/logo-mortadellafavola-originale-oro-payoff-retina.png") 1x,
url("img/logo-mortadellafavola-originale-oro-payoff-retina.png") 2x,url("img/logo-mortadellafavola-originale-oro-payoff-retina.webp") 1x,
url("img/logo-mortadellafavola-originale-oro-payoff-retina.webp") 2x);
	background-size:160% auto;
	font-size:96px;
	background-repeat:no-repeat;
	background-position:center center;
	color:transparent!important;
	text-decoration:none;
	position:relative;
	text-align:center;
	top:34px;
}
.span-titolo-favola{
	top:0px;
	position:relative;
	opacity:1.0;
}
.testata-menu{
	opacity:0.3;
}
.bloc-testata-menu{
	background-repeat:no-repeat;
	background-position:center center;
	height:406px;
	background-image:url("img/testata-menu.svg");
}
.scritta-menu{
	color:#C20E1A!important;
	font-size:62px;
	font-family:"Open Sans Condensed";
	font-weight:300;
	padding-top:7px;
	margin:0px 0% 0px 0%;
}
.bloc-bloc-2-margin-top{
	display:flex;
	flex-direction:column;
	margin-top:8.5%;
}
.bloc-in-pizzeria{
	background-repeat:no-repeat;
	background-position:center center;
	height:880px;
	background-image:url("img/al%20ristorante%20base.jpg");
	background-image: -webkit-image-set(url("img/al%20ristorante%20base.webp") 1x,
url("img/al%20ristorante%20base.webp") 2x);background-image: image-set(url("img/al%20ristorante%20base.jpg") 1x,
url("img/al%20ristorante%20base.jpg") 2x,url("img/al%20ristorante%20base.webp") 1x,
url("img/al%20ristorante%20base.webp") 2x);
	background-size:length;
}
.scritta-menu-pizzeria{
	color:var(--swatch-var-2612)!important;
	font-size:40px;
	font-family:"Open Sans Condensed";
	text-align:right;
	padding-right:24px;
	width:495px;
	margin-top:1px;
	margin-right:0%;
	margin-bottom:1px;
	font-weight:300;
	padding-bottom:0px;
	padding-top:0px;
	line-height:52px;
	background-color:rgba(0,0,0,0.15);
	background:linear-gradient(270deg, #000000 0%, transparent 100%);
}
.scritta-menu-pizzeria:hover{
	background-color:rgba(0,0,0,0.14);
	color:#FFFFFF!important;
}
.titolo-in-pizzeria{
	font-family:"Open Sans Condensed";
	font-weight:300;
	color:#D80D0D!important;
	font-size:46px;
	padding-top:0px;
	width:495px;
	padding-right:24px;
	margin-right:0%;
	text-align:right;
}
.spazio-menu-senza-foto{
	margin-bottom:32px;
	margin-top:0px;
}
.bloc-pizzeria-margin-top{
	margin-top:8.5%;
	display:flex;
	flex-direction:column;
}
.div-piatti{
	position:relative;
	width:500px;
}
.colonna-piatto{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.div-antipasti{
	position:relative;
	width:100%;
}
.col-asporto{
	background-image:url("img/img%20asporto.jpg");
	background-image: -webkit-image-set(url("img/img%20asporto.webp") 1x,
url("img/img%20asporto.webp") 2x);background-image: image-set(url("img/img%20asporto.jpg") 1x,
url("img/img%20asporto.jpg") 2x,url("img/img%20asporto.webp") 1x,
url("img/img%20asporto.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:800px;
}
.col-asporto:hover{
	content:"";
	cursor:pointer;
	background-size:cover;
}
.titoloni-scelte-menu{
	color:var(--swatch-var-4608)!important;
	font-family:"Titillium Web";
	font-weight:300;
	font-size:48px;
}
.h3-margin-left{
	margin-left:54px;
	margin-top:165px;
}
.col-ristorante{
	background-image:url("img/img%20ristorante.jpg");
	background-image: -webkit-image-set(url("img/img%20ristorante.webp") 1x,
url("img/img%20ristorante.webp") 2x);background-image: image-set(url("img/img%20ristorante.jpg") 1x,
url("img/img%20ristorante.jpg") 2x,url("img/img%20ristorante.webp") 1x,
url("img/img%20ristorante.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:800px;
}
.col-ristorante:hover{
	content:"";
	cursor:pointer;
	background-size:cover;
}
.div-scelta-menu{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}
.col-foto-forno{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-top:10px;
	height:30vh;
	padding-left:0px;
	padding-right:0px;
}
.foto-forno{
	height:480px;
	margin-left:0px;
	padding-left:0px;
	margin-right:10px;
}
.titoletto-entra{
	font-weight:normal;
	font-size:24px;
	color:#FEFFFF!important;
	margin-top:0px;
	background-color:#585857;
}
.testi-entra{
	color:var(--swatch-var-724)!important;
	font-family:"Titillium Web";
	font-weight:300;
	font-size:18px;
}
.img-bloc-2-style{
	width:120px;
}
.div-la-favola{
	display:flex;
	align-items:center;
	justify-content:center;
}
.testo-favola{
	margin-top:0px;
}
.div-la-favola-mobili{
	display:flex;
	align-items:center;
	justify-content:center;
}
.p-4-bloc-2-margin-top{
	margin-top:51px;
}
.img-19-style{
	width:116px;
}
.div-testo-locale{
	border-radius:20px 20px 20px 20px;
	background:linear-gradient(90deg, rgba(0,0,0,0.04) 2%, #FFFFFF 100%);
	padding:25px 25px 10px 25px;
	position:absolute;
	height:100%;
	width:100%;
	box-shadow:0.77px 0.64px 1px rgba(0,0,0,0.57);
}
.div-generale{
	position:relative;
	height:100%;
}
.div-scelta-menu:hover{
	backdrop-filter:saturate(5%);
	-webkit-backdrop-filter:saturate(5%);
}
.bloc-in-pizzeria-bis{
	background-repeat:no-repeat;
	background-position:center center;
	height:800px;
	background-image:url("img/al%20ristorante%20fondo%20ok.jpg");
	background-image: -webkit-image-set(url("img/al%20ristorante%20fondo%20ok.webp") 1x,
url("img/al%20ristorante%20fondo%20ok.webp") 2x);background-image: image-set(url("img/al%20ristorante%20fondo%20ok.jpg") 1x,
url("img/al%20ristorante%20fondo%20ok.jpg") 2x,url("img/al%20ristorante%20fondo%20ok.webp") 1x,
url("img/al%20ristorante%20fondo%20ok.webp") 2x);
	background-size:contain;
	background-color:rgba(0,0,0,0.68);
}
.bottoni-grandi{
	width:20%;
	height:500px;
	background-color:rgba(0,0,0,0.21);
	border-radius:30px 30px 30px 30px;
	box-shadow:0.77px 0.64px 1px rgba(0,0,0,0.56);
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-left:5px;
	margin-right:5px;
	justify-content:center;
	background-size:auto auto;
	background-repeat:no-repeat;
	background-position:center center;
	font-family:"Open Sans Condensed";
	font-weight:300;
	font-size:60px;
	color:#FEFFFF!important;
	line-height:120%;
}
.menu-in-pizzeria{
	color:var(--swatch-var-2612)!important;
	font-family:"Open Sans Condensed";
	font-weight:300;
	font-size:60px;
}
.colonna-in-pizzeria{
	display:flex;
	align-items:center;
	margin-top:7%;
	margin-bottom:7%;
}
.bottoni-grandi:hover{
	background-color:rgba(0,0,0,0.51);
	color:#D5D5D5!important;
	font-size:75px;
}
.btn-menu-pizzeria{
	width:60%;
}
.btn-menu-pizzeria:hover{
	background-color:#FFFFFF;
}
.div-locale-main{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:25px 25px 10px 25px;
}
.div-testo-locale-2{
	border-radius:20px 20px 20px 20px;
	padding:25px 25px 10px 25px;
	position:absolute;
	height:100%;
	width:100%;
}
.p-style{
	opacity:0;
}
.btn-margin-bottom{
	margin-bottom:22px;
	margin-top:22px;
}
.text-span-style{
	font-weight:bold;
}
.text-span-bloc-2-style{
	font-style:normal;
}
.text-span-0-style{
	font-weight:bold;
}
.text-span-0-bloc-2-style{
	font-weight:bold;
}
.text-span-26795-style{
	font-weight:bold;
}
.div-in-pizzeria{
	display:flex;
	justify-content:center;
	align-items:center;
}
.btn-menu-in-pizzeria{
	font-family:"Titillium Web";
	color:var(--swatch-var-4608)!important;
	font-size:16px;
	background-color:var(--swatch-var-5096);
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
}
.btn-menu-in-pizzeria:hover{
	background-color:var(--swatch-var-201);
	color:var(--swatch-var-724)!important;
}
.div-in-pizzeria:hover{
	align-items:center;
	justify-content:center;
}
.menu-tutte-bloc-in-pizzeria{
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
	color:transparent!important;
	background-image:url("img/testata%20tutte.jpg");
	background-image: -webkit-image-set(url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);background-image: image-set(url("img/testata%20tutte.jpg") 1x,
url("img/testata%20tutte.jpg") 2x,url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);
	background-image: -webkit-image-set(url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);background-image: image-set(url("img/testata%20tutte.jpg") 1x,
url("img/testata%20tutte.jpg") 2x,url("img/testata%20tutte.webp") 1x,
url("img/testata%20tutte.webp") 2x);
}
.forno-1{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("img/DSC_0214.jpg");
	background-image: -webkit-image-set(url("img/DSC_0214.webp") 1x,
url("img/DSC_0214.webp") 2x);background-image: image-set(url("img/DSC_0214.jpg") 1x,
url("img/DSC_0214.jpg") 2x,url("img/DSC_0214.webp") 1x,
url("img/DSC_0214.webp") 2x);
	height:100%;
	width:33%;
}
.forno-2{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("img/DSC_0253.jpg");
	background-image: -webkit-image-set(url("img/DSC_0253.webp") 1x,
url("img/DSC_0253.webp") 2x);background-image: image-set(url("img/DSC_0253.jpg") 1x,
url("img/DSC_0253.jpg") 2x,url("img/DSC_0253.webp") 1x,
url("img/DSC_0253.webp") 2x);
	width:33%;
	height:100%;
	margin-left:5px;
	margin-right:5px;
}
.forno-3{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("img/IMG_9274.jpg");
	background-image: -webkit-image-set(url("img/IMG_9274.webp") 1x,
url("img/IMG_9274.webp") 2x);background-image: image-set(url("img/IMG_9274.jpg") 1x,
url("img/IMG_9274.jpg") 2x,url("img/IMG_9274.webp") 1x,
url("img/IMG_9274.webp") 2x);
	width:33%;
	height:100%;
}
.chiuso{
	font-family:"Titillium Web";
	font-size:18px;
	color:#000000!important;
}
.loghisocial{
	margin-right:auto;
	margin-left:auto;
	padding-left:auto;
	padding-right:auto;
	display:flex;
	justify-content:center;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-4608:rgba(255,255,255,1.00);
	
	--swatch-var-724:rgba(0,0,0,1.00);
	
	--swatch-var-2612:rgba(255,255,255,1.00);
	
	--swatch-var-4272:rgba(255,255,255,0.498039);
	
	--swatch-var-5096:rgba(88,88,87,1.00);
	
	--swatch-var-6470:rgba(52,105,56,1.00);
	
	--swatch-var-178:rgba(189,173,102,1.00);
	
	--swatch-var-201:rgba(240,220,130,1.00);
	
}


/* Background colour styles */

.bgc-724{
	background-color:var(--swatch-var-724);
}
.bgc-5096{
	background-color:var(--swatch-var-5096);
}

/* Bloc image backgrounds */

.bg-Pizza-20Favola-20mobili2{
	background-image:url("img/Pizza%20Favola.jpg");
	background-image: -webkit-image-set(url("img/Pizza%20Favola.webp") 1x,
url("img/Pizza%20Favola.webp") 2x);background-image: image-set(url("img/Pizza%20Favola.jpg") 1x,
url("img/Pizza%20Favola.jpg") 2x,url("img/Pizza%20Favola.webp") 1x,
url("img/Pizza%20Favola.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* * Swiper for Blocs * Version 3.0.8 * Code by Lucas Tsolakian * ©2022 Archetypon */ /* @group General */.sf-wrapper {
		height: 100%;
		min-height: 100%;
}
.sf-container {
		width: 100%;
		height: 100%;
		transition: height .7s ease;
}
.sf-slide {
		width: 100%;
		height: auto;
		transition: height .7s ease;
}
.sf-inner-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: height .7s ease;
}
.sf-height {
		height: 350px;
		transition: height .7s ease;
}
@media (max-width: 1199.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 991.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 767.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 575.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}.sf-parallax-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 350px;
		overflow: hidden;
		background-position: center;
		object-position: center 50%;
		object-fit: cover;
}
.sf-parallax-bg img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		transition: left .7s;
}
.sf-parallax-bg.hidden {
		display: none;
}
.sf-container {
		margin-left: auto;
		margin-right: auto;
		/*overflow: hidden !important;
	*/	top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0);
		width: 100%;
}
.sf-slide, .sf-wrapper {
		position: relative;
		height: 100%;
		width: 100%}.sf-bric-container.hidden {
		display: none;
}
custom-bric-container {
		z-index: 999;
		width: 100%;
}
.sf-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		/*z-index: 999;
	*/}.sf-display {
		display: block;
}
.sf-hidden {
		display: none;
}
.swiper-container-no-flexbox .sf-slide {
		float: left}.swiper-container-vertical > .sf-wrapper {
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column}.sf-wrapper {
		z-index: 1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box}.swiper-container-android .swiper-slide, .sf-wrapper {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)}.swiper-container-multirow > .sf-wrapper {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap}.swiper-container-free-mode > .sf-wrapper {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		margin: 0 auto}.sf-container {
		flex-direction: column;
}
.swiper-slide {
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0;
		position: absolute;
		top: 0;
		left: 0;
		border: none;
		z-index: 0;
}
.swiper-slide.sf-preview {
		z-index: 1;
}
.slide-inner-image img {
		display: block;
		width: 100%;
		object-fit: cover}.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
		height: auto}.swiper-container-autoheight .sf-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-transition-property: -webkit-transform,height;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform,height}.swiper-container .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000}.swiper-wp8-horizontal {
		-ms-touch-action: pan-y;
		touch-action: pan-y}.swiper-wp8-vertical {
		-ms-touch-action: pan-x;
		touch-action: pan-x}/* @end *//* @group Navigation */.sf-buttons {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
}
.sf-button-next, .sf-button-prev {
		cursor: pointer !important;
		-moz-background-size: 27px 44px !important;
		-webkit-background-size: 27px 44px !important;
		background-size: 27px 44px !important;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
}
.sf-button-next.hide, .sf-button-prev.hide {
		display: none;
}
.sf-button-next.show, .sf-button-prev.show {
		display: block !important;
}
.sf-button-next:focus, .sf-button-prev:focus {
		outline: none;
}
.sf-button-next.swiper-button-disabled, .sf-button-prev.swiper-button-disabled {
		opacity: .35;
		cursor: auto;
		pointer-events: none}.sf-button-next {
		align-self: right;
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 2px 2px 0 0 !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-right: 30px;
}
.sf-button-next:hover, .sf-button-prev:hover {
		opacity: .7;
		transition: opacity .5s ease}.sf-button-prev {
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 0 0 2px 2px !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 25px;
}
/* @end *//* @group 3D etc */.sf-slide .slide-inner, .sf-slide .slide-inner .slide-inner-image {
		width: 100%;
		height: 100%;
		position: absolute}.sf-slide {
		overflow: hidden}.sf-slide .slide-inner {
		left: 0;
		top: 0;
}
.sf-slide .slide-inner-image {
		background-size: cover;
		background-position: center;
			/*-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s*/}.tm-image-zoom {
		transform: scale(1.07);
		-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s}.swiper-slide-active .slide-inner-image, .swiper-slide-duplicate-active .slide-inner-image {
		opacity: 1;
		transform: scale(1)}.swiper-container-3d {
		-webkit-perspective: 1200px;
		-moz-perspective: 1200px;
		-o-perspective: 1200px;
		perspective: 1200px}.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .sf-wrapper {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10}.swiper-container-3d .swiper-slide-shadow-left {
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right {
		background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top {
		background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .sf-wrapper, .swiper-container-flip .sf-wrapper {
		-ms-perspective: 1200px}.swiper-container-cube, .swiper-container-flip {
		overflow: visible}.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1}.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden}.swiper-container-cube .swiper-slide {
		visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		width: 100%;
		height: 100%}.swiper-container-cube.swiper-container-rtl .swiper-slide {
		-webkit-transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible}.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .6;
		-webkit-filter: blur(50px);
		filter: blur(50px);
		z-index: 0}.swiper-container-fade.swiper-container-free-mode .swiper-slide {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out}.swiper-container-fade .swiper-slide {
		pointer-events: none;
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity}.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-zoom-container {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: center}.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain}.swiper-scrollbar {
		border-radius: 10px;
		position: relative;
		-ms-touch-action: none;
		background: rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar {
		position: absolute;
		left: 1%;
		bottom: 3px;
		z-index: 50;
		height: 5px;
		width: 98%}.swiper-container-vertical>.swiper-scrollbar {
		position: absolute;
		right: 3px;
		top: 1%;
		z-index: 50;
		width: 5px;
		height: 98%}.swiper-scrollbar-drag {
		height: 100%;
		width: 100%;
		position: relative;
		background: rgba(0,0,0,.5);
		border-radius: 10px;
		left: 0;
		top: 0}.swiper-scrollbar-cursor-drag {
		cursor: move}.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		-webkit-transform-origin: 50%;
		-moz-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		-moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		animation: swiper-preloader-spin 1s steps(12,end) infinite}@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)}}@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)}}/* @end *//* @group Info */.sf-slide-caption {
		/*position*/	position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		align-content: center;
		flex: 1;
	    /*style*/	padding: 20px;
		color: #fff;
		opacity: 1;
}
.swiper-slide-active .sf-slide-caption {
		opacity: 1;
		transition: opacity 1s ease 1s}.sf-caption {
		font-size: 2em;
		color: #FFFFFF;
		transition: text-align .3s ease-in-out;
		transition: font-size .3s ease-in-out}.sf-caption {
		font-size: 2em;
}
.sf-caption.hidden {
		display: none !important;
}
.caption-top-left {
		align-self: flex-start;
}
.caption-top-center {
		text-align: center;
}
.caption-top-right {
		align-self: flex-end;
		text-align: right;
}
.caption-bottom-left {
		justify-content: flex-end;
}
.caption-bottom-right {
		justify-content: flex-end;
		text-align: right;
}
.caption-bottom-center {
		justify-content: flex-end;
		text-align: center;
}
.caption-center {
		align-items: strech;
		text-align: center;
		justify-content: center;
}
/* @end *//* @group Pagination  */.sf-timeline-top {
		top: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-timeline-bottom {
		bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-fraction {
		font-size: 1em;
		color: #FFFFFF;
}
.sf-fraction .hide {
		display: none;
}
.sf-fraction-left {
		text-align: left !important;
		padding-left: 20px;
}
.sf-fraction-right {
		text-align: right !important;
		padding-right: 40px;
}
.sf-bullets, .swiper-pagination-bullet, .swiper-pagination-bullet-active {
		outline: none !important;
}
/* @end *//* @group Link */.sf-link {
		text-decoration: none;
		visibility: visible;
		letter-spacing: .15em}.sf-link.hidden, .close-box.hidden {
		display: none}/* @end *//* @group Close Box */.close-box {
		position: absolute;
		display: inline-block;
		top: 50px;
		z-index: 999;
		right: 30px;
		width: 30px;
		height: 20px;
		vertical-align: middle}.close-box_line_1, .close-box_line_2 {
		position: absolute;
		width: 30px;
		height: 3px;
		margin: 0;
		background-color: #fff;
		transition: background-color .3s ease}.close-box_line_1 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(45deg);
		transform: translate3d(0,-8px,0) rotate(45deg)}.close-box_line_2 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
		transform: translate3d(0,-8px,0) rotate(-45deg)}/* @end */
/* = Additional CSS
-------------------------------------------------------------- */
.bottoni-grandi {transition:all 0.28s ease-in-out;}
.div-scelta-menu {transition:all 0.28s ease-in-out;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.sottotitolo{
		font-size:31px;
	}
	.sottotitolo-hero{
		font-size:20px;
		margin-bottom:4px!important;
	}
	.img-style{
		width:95%;
	}
	.navbar-nav li a{
		font-size:14px;
	}
	.row-home{
		top:80px;
		position:absolute;
		margin-top:0px;
	}
	.divider-padding{
		padding-top:10px;
		padding-bottom:10px;
	}
	.div-freccina{
		margin-top:800px;
	}
	.menu-tutte-bloc{
		background-size:100% auto;
		background-position:center top;
	}
	.navbar-brand img{
		width:220px;
	}
	.testi-menu{
		font-size:14px;
		margin-top:16px;
	}
	.nomi-menu{
		font-size:20px;
	}
	.prezzi-menu{
		font-size:20px;
	}
	.titoli-menu{
		font-size:32px;
	}
	.p-margin-bottom{
		width:100%;
	}
	.img-whatsa-style{
		width:170px;
	}
	.home-blocco{
		background-size:length;
		background-image:url("img/Pizza%20Favola%20mobili2.jpg");
	background-image: -webkit-image-set(url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);background-image: image-set(url("img/Pizza%20Favola%20mobili2.jpg") 1x,
url("img/Pizza%20Favola%20mobili2.jpg") 2x,url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);
	background-image: -webkit-image-set(url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);background-image: image-set(url("img/Pizza%20Favola%20mobili2.jpg") 1x,
url("img/Pizza%20Favola%20mobili2.jpg") 2x,url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);
	background-image: -webkit-image-set(url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);background-image: image-set(url("img/Pizza%20Favola%20mobili2.jpg") 1x,
url("img/Pizza%20Favola%20mobili2.jpg") 2x,url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);
	}
	.img-chiama-ver-style{
		width:134px;
	}
	.pizze-asporto{
		width:293px;
		margin-top:33px;
		margin-bottom:-40px;
	}
	.p-bloc-2-margin-top{
		margin-bottom:47px;
	}
	.img-locale{
		height:187px;
	}
	.bloc-margin-bottom{
		margin-bottom:-8px;
	}
	.row-style{
		width:88%;
	}
	.col-simboli-contatti{
		padding-top:1px;
	}
	.col-dati-contatti{
		padding-left:9px;
	}
	.p-33-style{
		font-size:12px;
	}
	.bloc-contatti-margin-top{
		margin-top:6px;
	}
	.p-37-style{
		font-size:12px;
	}
	.testi-dove-siamo{
		font-size:14px;
		margin-top:0px;
		line-height:20px;
	}
	.h5-margin-top{
		margin-top:0px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.gallery-col{
		padding-top:6px;
		padding-right:16px;
		padding-left:16px;
	}
	.p-3-margin-top{
		margin-top:19px;
	}
	.btn-allergeni{
		width:30%;
		margin-right:35%;
		margin-left:35%;
	}
	.span-mortadella{
		font-size:70px;
		top:26px;
	}
	.bloc-testata-menu{
		height:245px;
		background-size:length;
	}
	.scritta-menu{
		margin-right:0%;
		margin-left:0%;
		font-size:42px;
	}
	.bloc-bloc-2-margin-top{
		margin-top:90px;
	}
	.bloc-in-pizzeria{
		height:338px;
	}
	.scritta-menu-pizzeria{
		margin-right:0%;
		margin-left:0%;
		font-size:32px;
		width:379px;
		line-height:34px;
		margin-top:4px;
		padding-right:12px;
	}
	.titolo-in-pizzeria{
		width:100%;
		font-size:36px;
		line-height:36px;
	}
	.spazio-menu-senza-foto{
		margin-bottom:37px;
	}
	.bloc-pizzeria-margin-top{
		margin-top:0%;
	}
	.titoletto-entra{
		font-size:20px;
	}
	.testi-entra{
		font-size:16px;
		margin-top:20px;
	}
	.div-la-favola{
		justify-content:center;
		align-items:center;
	}
	.testo-favola{
		margin-top:0px;
	}
	.img-bloc-2-style{
		width:80px;
	}
	.div-la-favola-mobili{
		justify-content:center;
		align-items:center;
	}
	.p-4-bloc-2-margin-top{
		margin-top:38px;
	}
	.foto-forno{
		width:33%;
		height:100%;
		margin-right:5px;
	}
	.div-testo-locale{
		padding:5px 20px 5px 20px;
		margin-top:20px;
	}
	.col-asporto{
		height:500px;
	}
	.col-ristorante{
		height:500px;
	}
	.titoloni-scelte-menu{
		font-size:40px;
		margin-top:25px;
		margin-left:25px;
	}
	.btn-menu{
		margin-left:25px;
		font-size:18px;
	}
	.colonna-in-pizzeria{
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
	}
	.bottoni-grandi{
		width:29%;
		height:350px;
		font-size:40px;
		margin-top:10px;
	}
	.bottoni-grandi:hover{
		font-size:50px;
	}
	.bloc-in-pizzeria-bis{
		background-size:cover;
		background-color:rgba(0,0,0,0.69);
	}
	.div-testo-locale-2{
		padding:5px 20px 5px 20px;
		margin-top:20px;
	}
	.div-locale-main{
		margin-top:20px;
		padding:5px 20px 5px 20px;
	}
	.menu-colonna{
		padding-left:0px;
		padding-right:0px;
	}
	.btn-menu-in-pizzeria{
		margin-top:10px;
	}
	.div-in-pizzeria:hover{
		align-items:center;
		justify-content:center;
	}
	.menu-tutte-bloc-in-pizzeria{
		background-size:100% auto;
		background-position:center top;
	}
	.chiuso{
		font-size:16px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.sottotitolo{
		font-size:31px;
	}
	.img-style{
		width:93%;
		opacity:1.0;
	}
	.row-home{
		top:60px;
	}
	.divider-padding{
		padding-top:10px;
		padding-bottom:10px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.menu-tutte-bloc{
		background-size:100% auto;
		background-position:right top;
	}
	.navbar-brand img{
		width:300px;
	}
	.testi-menu{
		font-size:14px;
		margin-top:15px;
	}
	.nomi-menu{
		font-size:18px;
	}
	.prezzi-menu{
		font-size:18px;
	}
	.titoli-menu{
		font-size:30px;
	}
	.p-margin-bottom{
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.img-whatsa-style{
		width:168px;
	}
	.home-blocco{
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
	}
	.togglone{
		position:absolute;
		left:0px;
	}
	.logo-altre{
		margin-bottom:13px;
	}
	.bloc-margin-top{
		margin-top:11px;
		margin-bottom:7px;
	}
	.img-chiama-ver-style{
		width:163px;
	}
	.pizze-asporto{
		width:294px;
		margin-top:42px;
		margin-bottom:-45px;
	}
	.p-bloc-2-margin-top{
		margin-bottom:41px;
	}
	.col-simboli-contatti{
		padding-top:2px;
	}
	.col-dati-contatti{
		margin-top:3px;
	}
	.p-33-style{
		font-size:12px;
	}
	.bloc-contatti-margin-top{
		margin-top:0px;
	}
	.testi-dove-siamo{
		font-size:18px;
		line-height:24px;
		margin-top:5px;
	}
	.h5-margin-top{
		margin-top:23px;
	}
	.gallery-col{
		padding-top:7px;
	}
	.p-3-margin-top{
		margin-top:27px;
	}
	.btn-allergeni{
		width:40%;
		margin-right:30%;
		margin-left:30%;
	}
	.span-mortadella{
		font-size:66px;
		top:23px;
	}
	.bloc-testata-menu{
		height:223px;
	}
	.scritta-menu{
		font-size:42px;
		margin-right:0%;
		margin-left:0%;
	}
	.bloc-bloc-2-margin-top{
		margin-top:78px;
	}
	.bloc-in-pizzeria{
		height:329px;
	}
	.scritta-menu-pizzeria{
		font-size:30px;
		margin-right:0%;
		margin-left:0%;
		line-height:30px;
		width:294px;
		margin-top:6px;
	}
	.titolo-in-pizzeria{
		font-size:32px;
		line-height:32px;
		width:100%;
		padding-right:15px;
	}
	.spazio-menu-senza-foto{
		margin-bottom:27px;
	}
	.testi-entra{
		margin-top:20px;
		font-size:16px;
	}
	.img-bloc-2-style{
		width:90px;
	}
	.testo-favola{
		margin-top:0px;
	}
	.p-4-bloc-2-margin-top{
		margin-top:32px;
	}
	.foto-forno{
		width:33%;
		height:100%;
		margin-right:3px;
	}
	.div-testo-locale{
		padding:5px 20px 5px 20px;
		margin-top:5px;
		margin-bottom:5px;
	}
	.col-asporto{
		height:380px;
	}
	.col-ristorante{
		height:380px;
	}
	.titoloni-scelte-menu{
		font-size:38px;
		margin-top:20px;
		margin-left:20px;
	}
	.btn-menu{
		margin-left:20px;
		font-size:20px;
	}
	.colonna-in-pizzeria{
		justify-content:center;
		align-items:center;
		background-size:length;
	}
	.bottoni-grandi{
		margin-top:10px;
		height:250px;
		background-color:rgba(0,0,0,0.36);
		margin-left:5px;
		margin-right:5px;
	}
	.bloc-in-pizzeria-bis{
		background-size:cover;
		height:600px;
	}
	.col-foto-forno{
		padding-left:15px;
		padding-right:15px;
		height:20vh;
	}
	.div-testo-locale-2{
		padding:5px 20px 5px 20px;
		margin-top:5px;
		margin-bottom:5px;
	}
	.div-locale-main{
		margin-top:5px;
		padding:5px 20px 5px 20px;
		margin-bottom:5px;
	}
	.menu-colonna{
		padding-left:0px;
		padding-right:0px;
	}
	.btn-menu-in-pizzeria{
		font-size:14px;
		margin-top:10px;
	}
	.div-in-pizzeria:hover{
		align-items:center;
		justify-content:center;
	}
	.menu-tutte-bloc-in-pizzeria{
		background-size:100% auto;
		background-position:right top;
	}
	.sottotitolo-hero{
		margin-bottom:3px!important;
	}
	
}

@media (max-width: 575px){
	.img-style{
		width:90%;
	}
	.sottotitolo{
		font-size:24px;
	}
	.sottotitolo-hero{
		font-size:20px;
		margin-bottom:4px;
	}
	.row-home{
		top:80px;
		margin-top:-20px;
	}
	.divider-padding{
		background-color:transparent;
		margin-top:0px;
		margin-bottom:0px;
	}
	.menu-tutte-bloc{
		background-repeat:no-repeat;
		background-position:center top;
		background-size:auto 100%;
	}
	.navbar-brand img{
		width:200px;
	}
	.testi-menu{
		font-size:14px;
		text-align:left;
		margin-top:15px;
		margin-bottom:20px;
		line-height:20px;
	}
	.nomi-menu{
		font-size:18px;
	}
	.prezzi-menu{
		font-size:18px;
	}
	.menu-colonna{
		padding-left:0px;
		padding-right:0px;
	}
	.titoli-menu{
		font-size:24px;
	}
	.p-margin-bottom{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding-left:10px;
		padding-right:10px;
	}
	.img-whatsa-style{
		width:146px;
	}
	.home-blocco{
		background-size:auto 100%;
		background-position:center top;
		background-image:url("img/Pizza%20Favola%20mobili2.jpg");
	background-image: -webkit-image-set(url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);background-image: image-set(url("img/Pizza%20Favola%20mobili2.jpg") 1x,
url("img/Pizza%20Favola%20mobili2.jpg") 2x,url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);
	background-image: -webkit-image-set(url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);background-image: image-set(url("img/Pizza%20Favola%20mobili2.jpg") 1x,
url("img/Pizza%20Favola%20mobili2.jpg") 2x,url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);
	background-image: -webkit-image-set(url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);background-image: image-set(url("img/Pizza%20Favola%20mobili2.jpg") 1x,
url("img/Pizza%20Favola%20mobili2.jpg") 2x,url("img/Pizza%20Favola%20mobili2.webp") 1x,
url("img/Pizza%20Favola%20mobili2.webp") 2x);
	}
	.togglone{
		left:0px;
		right:auto;
		position:absolute;
	}
	.testi-piedino{
		text-align:center;
		font-size:12px;
		margin-top:0px;
	}
	.bloc-margin-top{
		margin-top:16px;
		margin-bottom:16px;
	}
	.logo-fondo{
		background-color:rgba(0,0,0,0.50);
	}
	.fondo-sottoti{
		background-color:rgba(0,0,0,0.50);
		margin-right:17px;
		margin-left:17px;
	}
	.bianco{
		color:#FFFEFE!important;
	}
	.img-chiama-ver-style{
		width:120px;
	}
	.btn-menu{
		margin-right:2px;
		margin-left:15px;
		font-size:16px;
	}
	.asporto-bloc{
		background-size:cover;
	}
	.pizze-asporto{
		width:250px;
		margin-top:23px;
		margin-bottom:-35px;
	}
	.p-bloc-2-margin-top{
		margin-bottom:34px;
	}
	.img-locale{
		height:117px;
	}
	.p-33-style{
		font-size:11px;
	}
	.p-37-style{
		font-size:11px;
	}
	.testi-dove-siamo{
		font-size:14px;
		text-align:left;
		margin-bottom:10px;
		margin-top:2px;
		line-height:20px;
		color:#000000!important;
	}
	.p-margin-left{
	}
	.dati-colonna{
		align-items:baseline;
	}
	.h5-margin-top{
		margin-top:14px;
	}
	.mt-1{
	}
	.gallery-col{
		padding-top:5px;
	}
	.p-3-margin-top{
		margin-top:16px;
	}
	.btn-allergeni{
		margin-right:25%;
		margin-left:25%;
		font-size:16px;
		width:50%;
	}
	.span-mortadella{
		background-size:160% auto;
		font-size:52px;
		top:18px;
	}
	.prezzo-favola{
		top:18px;
		position:relative;
	}
	.testo-favola{
		line-height:140%;
		margin-top:0px;
		margin-bottom:0px;
	}
	.span-titolo-favola{
		top:-5px;
	}
	.bloc-testata-menu{
		height:133px;
	}
	.scritta-menu{
		font-size:32px;
		margin-right:0%;
		margin-left:0%;
	}
	.bloc-bloc-2-margin-top{
		margin-top:41px;
	}
	.bloc-in-pizzeria{
		height:250px;
	}
	.scritta-menu-pizzeria{
		font-size:20px;
		margin-right:0%;
		margin-left:0%;
		width:170px;
		line-height:26px;
		margin-top:8px;
		padding-right:6px;
	}
	.titolo-in-pizzeria{
		font-size:26px;
		line-height:26px;
		text-align:right;
		width:100%;
		padding-right:9px;
	}
	.spazio-menu-senza-foto{
		margin-top:0px;
		margin-bottom:20px;
	}
	.titoletto-entra{
		font-size:14px;
		margin-top:0px;
	}
	.testi-entra{
		font-size:14px;
	}
	.img-bloc-2-style{
		width:90px;
		margin-top:0px;
		margin-bottom:5px;
	}
	.div-la-favola-mobili{
		flex-direction:column;
	}
	.div-la-favola{
		flex-wrap:wrap;
		flex-direction:column;
	}
	.img-19-style{
		width:86px;
		margin-top:3px;
		margin-bottom:3px;
	}
	.col-foto-forno{
		flex-direction:column;
		height:1100px;
		padding-left:0px;
		padding-right:0px;
	}
	.foto-forno{
		height:100%;
		width:100%;
		margin-right:0px;
		margin-bottom:10px;
	}
	.div-testo-locale{
		padding:2px 15px 2px 15px;
		margin-top:10px;
	}
	.col-asporto{
		height:280px;
	}
	.col-ristorante{
		height:280px;
	}
	.titoloni-scelte-menu{
		font-size:24px;
		margin-top:15px;
		margin-left:15px;
	}
	.colonna-in-pizzeria{
		flex-direction:column;
	}
	.bottoni-grandi{
		width:100%;
		height:60px;
		font-size:30px;
		justify-content:center;
		background-color:rgba(0,0,0,0.35);
		border-radius:15px 15px 15px 15px;
		margin:2px 0px 2px 0px;
	}
	.bottoni-grandi:hover{
		font-size:34px;
	}
	.bloc-in-pizzeria-bis{
		height:400px;
		background-size:cover;
	}
	.div-testo-locale-2{
		padding:2px 15px 2px 15px;
		margin-top:10px;
	}
	.div-locale-main{
		margin-top:10px;
		padding:2px 15px 2px 15px;
	}
	.div-in-pizzeria{
		flex-direction:column;
	}
	.btn-menu-in-pizzeria{
		width:100%;
		margin-top:5px;
	}
	.div-in-pizzeria:hover{
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.menu-tutte-bloc-in-pizzeria{
		background-repeat:no-repeat;
		background-position:center top;
		background-size:cover;
		height:120px;
	}
	.forno-1{
		width:100%;
	}
	.forno-2{
		width:100%;
		margin:5px 0px 5px 0px;
	}
	.forno-3{
		width:100%;
	}
	.chiuso{
		font-size:14px;
	}
	
}

