/*-----------------------------------------------------------------------------------
	    tradizioni_italiane_FINAL
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FDFCF5;
    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 ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* 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;}
@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 50px;
	-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-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = 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 Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background:repeat;
}
.bg-t-edge{
	background: top no-repeat;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* 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;
}
.voffset-md{
	margin-top:50px;
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = 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;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

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

/* = 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-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = 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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}


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

/* 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;
}
.mono_div{
	border-style:solid;
	border-color:rgba(57,36,35,0.15)!important;
	margin-left:0px;
	box-shadow:0px 0px 25px rgba(57,36,35,0.15);
	border-width:1px 1px 1px 1px;
}
.mono_div:hover{
	border-style:solid;
	border-color:rgba(57,36,35,0.81)!important;
	border-width:1px 1px 1px 1px;
}
h1{
	font-family:"Tangerine";
	font-weight:700;
	font-size:80px;
}
.mono_title{
	border-style:solid;
	border-color:rgba(57,36,35,0.54)!important;
	text-shadow:0px 4px 8px #392322;
	text-transform:capitalize;
	letter-spacing:20px;
	border-width:0px 0px 0px 0px;
}
.bloc-bloc-0-style{
	width:23.79%;
}
.icea{
	text-decoration:underline!important;
	color:#1A6937!important;
	font-weight:bold;
}
.torte_bck{
	background:linear-gradient(0deg, rgba(57,36,35,0.00), rgba(57,36,35,0.51));
	border-style:none;
	border-color:#392322!important;
}
.petrosino_logo{
	width:100px;
	padding-top:10px;
}
.torte_hero{
	padding-top:0px;
	padding-bottom:0px;
}
a{
	font-family:"Marcellus SC";
	font-weight:700;
}
.tradizioni_logo{
	width:100px;
	margin-left:0px;
	padding-left:0px;
}
.title_hero{
	border-style:solid;
	border-color:rgba(57,36,35,0.54)!important;
	opacity:1.0;
	border-width:0px 0px 1px 0px;
}
.link-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.link-colazione-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.link-torte-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.link-home-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.link-color{
	color:rgba(57,37,36,0.54)!important;
	font-family:"Marcellus SC";
	font-weight:lighter;
	font-size:15px;
	text-align:center;
}
.link-color:hover{
	color:#392322!important;
	font-weight:lighter;
	text-decoration:none;
}
h2{
	font-family:"Tangerine";
	font-weight:700;
	font-size:50px;
	color:#523A1F!important;
}
.language{
	padding-left:0px;
	margin-left:15px;
	margin-top:10px;
	opacity:0.5;
}
.img-bloc-0-style{
	width:20px;
}
.language:hover{
	opacity:1.0;
}
.nav-list{
	padding-top:10px;
	height:50px;
}
.h2-hero-bottom{
	font-size:45px;
}
.video{
	border-style:solid;
	border-color:#FCFCF4!important;
	background-position:center top;
	background-size:auto auto;
	background-repeat:repeat;
	border-right-width:20px;
	border-bottom-width:20px;
	border-left-width:20px;
}
.p-style{
	font-family:"Marcellus SC";
	color:#523A1F!important;
}
.h2-style{
	font-family:Tangerine;
	font-weight:700;
	text-shadow:0px 2px 5px #938782;
}
.chi-siamo-col-1{
	overflow:hidden;
	text-shadow:0px 0px 0px #000000;
	box-shadow:3px 10px 9px #392322;
	opacity:0.9;
	background-image:url("img/chi_siamo_1_200x850.jpg");
	background-repeat:no-repeat;
}
.chi-siamo-col-3{
	box-shadow:2px 9px 9px #392321;
	opacity:1.0;
	background-image:url("img/chi_siamo_4_200x850.jpg");
	background-repeat:no-repeat;
	background-position:left top;
}
.chi-siamo-col-2{
	box-shadow:2px 9px 9px #392321;
	opacity:0.9;
	background-image:url("img/chi_siamo_3_200x850.jpg");
	background-repeat:no-repeat;
	background-position:right center;
}
h3{
	font-family:"Marcellus SC";
	font-weight:300;
	font-size:22px;
}
label{
	font-family:"Marcellus SC";
}
.button_monoporzioni{
	font-family:"helvetica";
	margin-top:20px;
	background-color:rgba(57,36,35,0.54);
	font-weight:normal;
	height:75px;
	overflow:visible;
	float:none;
}
.button_monoporzioni:hover{
	color:#FCFCF4!important;
	background-color:rgba(57,36,35,0.54);
}
.p_description{
	padding-left:15px;
	padding-right:15px;
	font-family:"Marcellus SC";
	text-align:center;
}
.button_categorie{
	font-family:"Marcellus SC";
	font-weight:normal;
	text-transform:none;
	font-size:20px;
	background-color:#F6F5DF;
	color:#523A1F!important;
}
.button_categorie:hover{
	color:#392321!important;
	background-color:#F6F5DF;
}
.home_parallax{
	opacity:1.0;
	background-color:rgba(253,252,245,0.70);
}
.h1-style{
	font-family:"Marcellus SC";
	font-weight:700;
	letter-spacing:10px;
	color:#523A1F!important;
	font-size:70px;
	line-height:96px;
	text-indent:px;
	width:100%;
	border-style:solid;
	border-color:#392321!important;
	border-width:0px 0px 1px 0px;
}
.title_class{
	background-color:rgba(254,252,246,0.58);
}
.img-bloc-8-style{
	width:30%;
	border-style:none;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}
.mono_img{
	background:linear-gradient(0deg, rgba(0,0,0,0.00), rgba(57,36,35,0.15));
}
.mono_div:active{
	border-style:solid;
	border-color:rgba(57,36,35,0.15)!important;
	border-width:1px 1px 1px 1px;
}
.mono_img:hover{
	;
}
.mono_img:active{
	;
}
.chi-siamo-col-4{
	background:linear-gradient(0deg, #F7F4F1, #C7BDBC);
}
.img-style{
	width:150px;
}
.p-142-style{
	font-family:"Marcellus SC";
}
.button_monoporzioni:active{
	background-color:rgba(57,36,35,0.54);
	color:#FCFCF4!important;
}
.button_categorie:active{
	background-color:#F6F5DF;
}
.img-img-bla-style{
	height:200px;
}
.p-bloc-0-style{
	font-family:Marcellus;
}
.p-bloc-11-style{
	font-family:"Marcellus SC";
}
.en_bck{
	background-image:url("img/en.jpg?timestamp=1593816814287");
	background-position:center center;
	overflow:visible;
	width:100%;
	padding-top:0px;
}
.img-bloc-5-style{
	height:20px;
}
.img-75-style{
	width:20px;
	height:20px;
}
.img-75-bloc-5-style{
	width:20px;
	height:20px;
}
.img-09-500x3-style{
	width:150px;
}
.img-17-500x3-style{
	width:150px;
}
.img-19-500x3-style{
	width:150px;
}
.img-16-500x3-style{
	width:150px;
}
.img-25-500x3-style{
	width:150px;
}
.img-14-500x3-style{
	width:150px;
}
.img-03-500x3-style{
	width:150px;
}
.header_product{
	border-style:solid;
	border-color:#392321!important;
	line-height:90px;
	font-size:40px;
	border-width:0px 0px 1px 0px;
}
.nav_button{
	padding-top:5px;
	padding-right:10px;
}
h5{
	font-family:"Marcellus SC";
}
.img-07-500x3-style{
	width:150px;
}
.img-92-style{
	width:150px;
}
.img-10-500x3-style{
	width:150px;
}
.img-11-500x3-style{
	width:150px;
}
.img-32-500x3-style{
	width:150px;
}
.link-monoporzioni{
	padding-top:12px;
	color:#FDFCF5!important;
	font-size:21px;
	font-weight:lighter;
	text-shadow:0px 1px 0px #000000;
}
.mono-ita-description{
	font-family:"Tangerine";
	font-weight:400;
	font-size:30px;
	text-align:center;
	color:#392322!important;
	background-color:rgba(239,226,177,0.26);
	text-shadow:0px 0px 0px #000000;
	border-style:solid;
	border-bottom-right-radius:50px;
	border-top-left-radius:50px;
	background-size:auto auto;
	border-color:rgba(239,226,177,0.00)!important;
	border-width:10px 10px 10px 10px;
}
.link-monoporzioni-big{
	color:#FDFCF5!important;
	text-shadow:0px 1px 0px #000000;
	font-size:20px;
	font-weight:lighter;
	padding-top:12px;
}
.column-description{
	padding-top:20px;
}
.button-monoporzioni{
	height:80px;
	background-color:rgba(254,252,246,0.90);
	text-decoration:none;
	color:#523A1F!important;
	text-shadow:0px 2px 3px #938782;
	border-style:solid;
	border-color:#FDFCF5!important;
	font-family:"Marcellus SC";
	padding-top:10px;
	padding-left:10px;
	border-width:2px 2px 2px 2px;
}
.link_monoporzioni{
	border-style:none;
	border-color:#A17A11!important;
	border-width:2px 0px 0px 0px;
}
.button-monoporzioni:hover{
	background-color:rgba(253,252,245,0.90);
	text-decoration:none;
}
.mono-link{
	border-style:solid;
	border-color:#FF9300!important;
	text-decoration:none;
	font-family:"Marcellus SC";
	font-weight:lighter;
	letter-spacing:-px;
	font-size:16px;
	text-transform:none;
	text-align:left;
	padding-bottom:0px;
	width:200px;
	padding-left:1px;
	border-width:0px 0px 0px 0px;
}
.mono-link:hover{
}
.mono-cont-luna-rossa{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:450px auto;
	background-image:url("img/01_luna_rossa.png");
}
.main-column{
	background:linear-gradient(0deg, rgba(0,0,0,0.00), rgba(57,36,35,0.15));
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px -5px 5px rgba(147,136,131,0.05);
	padding-bottom:10px;
}
.mono-cont-mille-veli{
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("img/02_mille_veli_al_pistacchio.png");
	background-size:450px auto;
}
.delizia-al-limone{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:450px auto;
	background-image:url("img/03_delizia_al_limone.png?timestamp=1594418578781");
}
.tortino-giffonese{
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/04_tortino_giffonese.png?timestamp=1594418584001");
}
.capresino{
	background-image:url("img/05_Capresino.png?timestamp=1594416479965");
	background-size:450px auto;
	background-repeat:no-repeat;
	background-position:center top;
}
.afrodite{
	background-image:url("img/06_tortino_afrodite.png?timestamp=1594416479965");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.mille-veli-al-ciocc-nocciole{
	background-image:url("img/07_mille_veli_al_cioccolato_e_nocciole.png?timestamp=1594416479965");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.mousse-a-limone{
	background-image:url("img/08_mousse_a_limone.png?timestamp=1594416479966");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.container-div-style{
	width:70%;
	border-style:solid;
	border-color:#FF9300!important;
	font-family:"helvetica";
	padding-top:5px;
	border-width:1px 0px 0px 0px;
}
.div-description{
	background:linear-gradient(0deg, rgba(0,0,0,0.00), rgba(57,36,35,0.15));
	padding:10px 10px 10px 10px;
}
.trilogy{
	background-image:url("img/09_trilogy.png?timestamp=1594480813404");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.velvet{
	background-image:url("img/10_tortino_velvet.png");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.cassatina{
	background-image:url("img/11_cassatina.png");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.espresso{
	background-image:url("img/12_tortino_espresso.png");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.cheesecake{
	background-image:url("img/13_cheesecake_ai_frutti_di_bosco.png");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.savarin{
	background-image:url("img/14_savarin_con_fragoline_di_bosco.png");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.passione{
	background-image:url("img/15_tortino_passione_al_fondente.png");
	background-size:400px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.mousse-al-cioccolato{
	background-image:url("img/16_mousse_al_cioccolato.png");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.pera-e-cioccolato{
	background-image:url("img/17_tortino_pera_e_cioccolato.png?timestamp=1594482104701");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.canolo{
	background-image:url("img/18_canolo_siciliano.png?timestamp=1594482104701");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.mousse-alle-fragoline{
	background-image:url("img/19_mousse_alle_frafgoline.png?timestamp=1594482104701");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.torroncino{
	background-image:url("img/20_cupola_torroncino.png?timestamp=1594482104702");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.passione-alla-pesca{
	background-image:url("img/21_tortino_passione.png?timestamp=1594482104702");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.cupola-al-pistacchio{
	background-image:url("img/22_cupola_al_pistacchio.png?timestamp=1594482104702");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.mandorle{
	background-image:url("img/23_mille_veli_alle_mandorle.png?timestamp=1594482104702");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.bocciolo{
	background-image:url("img/24_il_bocciolo.png?timestamp=1594482104702");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.baba-mono{
	background-image:url("img/25_baba.png?timestamp=1594482104703");
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
}
.rocher{
	background-size:450px auto;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url("img/26_rocher.png?timestamp=1598820972424");
}
.gran-cornetto-curvo-vuoto{
	background-image:url("img/c_01_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.cornetto-dritto-alla-crema{
	background-image:url("img/c_02_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.crema-di-nocciole{
	background-image:url("img/c_03_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.dritto-albicocca{
	background-image:url("img/c_04_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.vegano-curvo-vuoto{
	background-image:url("img/c_05_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.link-style{
	text-decoration:none;
}
.vegano-dritto-arancia{
	background-image:url("img/c_06_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.multicereali-vuoto{
	background-image:url("img/c_08_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.multicereali-bosco{
	background-image:url("img/c_07_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.tiffany{
	background-image:url("img/c_09_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.lemonito{
	background-image:url("img/c_10_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.fragolotto{
	background-image:url("img/c_11_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.sfogliatella{
	background-image:url("img/c_12_350x350.png");
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
}
.focaccia{
	background-size:300px auto;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:20px;
	background-image:url("img/c_14_350x350.png");
}
.caprese{
	background-size:500px auto;
	background-position:center center;
	background-image:url("img/01_torta_caprese.png");
}
.torta-fra{
	background-size:500px auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/02_torta_fra.png");
}
.torta-pera{
	background-size:500px auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/03_torta_pera_e_cioccolato.png?timestamp=1594490540172");
}
.torta-passione{
	background-size:500px auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/04_torta_passione_alla_pesca.png?timestamp=1594490540172");
}
.torta-afrodite{
	background-size:500px auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/05_torta_afrodite.png?timestamp=1594490540181");
}
.torta-cremoso{
	background-image:url("img/06_torta_cremoso_al_cioccolato.png?timestamp=1594490540181");
	background-size:500px auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.pastiera{
	background-image:url("img/07_pastiera_napoletana.png?timestamp=1594490540182");
	background-size:500px auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.cornetto-img{
	background:linear-gradient(0deg, rgba(0,0,0,0.00), rgba(57,36,35,0.15));
	width:400px;
}
.monoporzioni-cat{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:400px auto;
	border-style:solid;
	border-color:#8F8079!important;
	box-shadow:0px 3px 11px rgba(57,36,35,0.54);
	background-image:url("img/cat_monoporzione.jpg");
	border-width:1px 1px 1px 1px;
}
.monoporzioni-button-div-cat{
	background-color:rgba(254,252,246,0.90);
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.monoporzioni-button-link{
	width:60%;
	border-style:solid;
	border-color:#FF9300!important;
	padding-top:2px;
	border-width:1px 0px 0px 0px;
}
.torte-cat{
	background-size:375px auto;
	background-position:center top;
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#8F7F79!important;
	box-shadow:0px 3px 11px rgba(57,36,35,0.54);
	height:100%;
	background-image:url("img/cat_torte.jpg");
	border-width:1px 1px 1px 1px;
}
.colazione-cat{
	background-size:375px auto;
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
	border-style:solid;
	border-color:#8F7F79!important;
	box-shadow:0px 3px 11px rgba(57,36,35,0.54);
	background-image:url("img/cat_colazione.jpg");
	border-width:1px 1px 1px 1px;
}
.info-cat{
	background-size:400px auto;
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow:0px 3px 11px rgba(57,36,35,0.54);
	border-style:solid;
	border-color:#8F7F79!important;
	background-image:url("img/Tradizionii_Italiane_Hintergrund.jpg");
	border-width:1px 1px 1px 1px;
}
.img-cat-chisia-style{
	height:163px;
}
.cat-row{
	margin-bottom:65px;
}
.mono-link-cat{
	font-weight:lighter;
}
.torta-img{
	background:linear-gradient(0deg, rgba(0,0,0,0.00), rgba(57,36,35,0.15));
}
.cat-row-2{
	margin-bottom:40px;
}
p{
	font-family:"Marcellus SC";
}
h4{
	font-family:"Marcellus SC";
}
.link-babà-mono-style{
	width:36.36%;
}

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

/* Background colour styles */

.bgc-floral-white{
	background-color:#FDFCF5;
}
.bgc-pale-silver{
	background-color:#C3B9AC;
}

/* Link colour styles */

.ltc-sea-green{
	color:#279D51!important;
}
.ltc-sea-green:hover{
	color:#1f7e41!important;
}

/* Icon colour styles */

.icon-café-noir{
	color:#52391F!important;
	border-color:#52391F!important;
}

/* Bloc image backgrounds */

.bg-hero-torte{
	background-image:url("img/hero_torte.jpg");
}
.bg-banner-home-Multicereali2{
	background-image:url("img/banner_home_Multicereali2.jpg");
}
.bg-home-bck-mobile{
	background-image:url("img/home_bck_mobile.jpg");
}
.bg-monoporzioni-landingpage-background{
	background-image:url("img/monoporzioni_landingpage_background.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.h2-hero-bottom{
		font-size:40px;
		padding-top:0px;
	}
	.chi-siamo-col-1{
		background-size:auto auto;
		background-repeat:no-repeat;
		background-position:left center;
	}
	.chi-siamo-col-2{
		background-repeat:no-repeat;
		background-size:auto auto;
		background-position:left center;
	}
	.chi-siamo-col-3{
		background-repeat:no-repeat;
		background-size:auto auto;
	}
	.button_monoporzioni{
		;
	}
	.button_categorie{
		font-size:18px;
	}
	.h1-style{
		font-size:60px;
	}
	a{
		font-family:"Marcellus SC";
	}
	.nav_button{
		padding-top:5px;
	}
	.link-monoporzioni{
		font-size:20px;
		padding-top:15px;
	}
	.link-monoporzioni-big{
		font-size:20px;
		padding-top:10px;
		padding-left:15px;
		padding-right:15px;
	}
	.mono-ita-description{
		;
	}
	.button-monoporzioni{
		font-family:"Marcellus SC";
		padding-top:10px;
	}
	.mono-cont-luna-rossa{
		background-size:400px auto;
	}
	.mono-cont-mille-veli{
		background-size:400px auto;
	}
	.delizia-al-limone{
		background-size:400px auto;
	}
	.tortino-giffonese{
		background-size:400px auto;
	}
	.capresino{
		background-size:400px auto;
	}
	.afrodite{
		background-size:400px auto;
	}
	.mille-veli-al-ciocc-nocciole{
		background-size:400px auto;
	}
	.mousse-a-limone{
		background-size:400px auto;
	}
	.mono-link{
		font-size:16px;
	}
	.container-div-style{
		width:70%;
	}
	.trilogy{
		background-size:400px auto;
	}
	.velvet{
		background-size:400px auto;
	}
	.cassatina{
		background-size:400px auto;
	}
	.espresso{
		background-size:400px auto;
	}
	.cheesecake{
		background-size:400px auto;
	}
	.savarin{
		background-size:400px auto;
	}
	.passione{
		background-size:350px auto;
	}
	.mousse-al-cioccolato{
		background-size:400px auto;
	}
	.pera-e-cioccolato{
		background-size:400px auto;
	}
	.canolo{
		background-size:400px auto;
	}
	.mousse-alle-fragoline{
		background-size:400px auto;
	}
	.torroncino{
		background-size:400px auto;
	}
	.passione-alla-pesca{
		background-size:400px auto;
	}
	.cupola-al-pistacchio{
		background-size:400px auto;
	}
	.mandorle{
		background-size:400px auto;
	}
	.bocciolo{
		background-size:400px auto;
	}
	.baba-mono{
		background-size:400px auto;
	}
	.rocher{
		background-size:400px auto;
	}
	.gran-cornetto-curvo-vuoto{
		background-size:250px auto;
	}
	.cornetto-dritto-alla-crema{
		background-size:250px auto;
	}
	.crema-di-nocciole{
		background-size:250px auto;
	}
	.dritto-albicocca{
		background-size:250px auto;
	}
	.vegano-curvo-vuoto{
		background-size:250px auto;
	}
	.vegano-dritto-arancia{
		background-size:250px auto;
	}
	.multicereali-vuoto{
		background-size:250px auto;
	}
	.multicereali-bosco{
		background-size:250px auto;
	}
	.tiffany{
		background-size:250px auto;
	}
	.lemonito{
		background-size:250px auto;
	}
	.fragolotto{
		background-size:250px auto;
	}
	.sfogliatella{
		background-size:250px auto;
	}
	.focaccia{
		background-size:250px auto;
	}
	.caprese{
		background-size:400px auto;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.torta-fra{
		background-size:400px auto;
		background-position:center center;
	}
	.torta-pera{
		background-size:400px auto;
		background-position:center center;
	}
	.torta-passione{
		background-size:400px auto;
	}
	.torta-afrodite{
		background-size:400px auto;
		background-position:center center;
	}
	.torta-cremoso{
		background-size:400px auto;
		background-position:center center;
	}
	.pastiera{
		background-size:400px auto;
		background-position:center center;
	}
	.div-description{
		;
	}
	.main-column{
		padding-bottom:15px;
	}
	.info-cat{
		background-position:right center;
		background-size:400px auto;
	}
	.link-color{
		font-size:13px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.mono_title{
		letter-spacing:15px;
	}
	.petrosino_logo{
		padding-top:20px;
	}
	.nav_toggle{
		margin-top:10px;
		padding:0px 0px 0px 0px;
	}
	.link-color{
	}
	.drop-down{
		background-color:#392322;
	}
	.h2-hero-bottom{
		font-size:40px;
	}
	.chi-siamo-col-1{
		;
	}
	.chi-siamo-col-2{
		;
	}
	.chi-siamo-col-3{
		;
	}
	.button_categorie{
		font-size:17px;
	}
	.button_monoporzioni{
		;
	}
	.h1-style{
		font-size:50px;
	}
	.tradizioni_logo{
		width:100px;
	}
	.p_description{
		font-family:"Marcellus SC";
		text-align:center;
	}
	.link-monoporzioni-big{
		font-size:20px;
		padding-top:4px;
		padding-left:30px;
		padding-right:30px;
	}
	.mono-ita-description{
		;
	}
	.button-monoporzioni{
		font-family:"Marcellus SC";
		padding-top:10px;
	}
	.capresino{
	}
	.container-div-style{
		width:70%;
	}
	.mono-link{
		padding-left:1px;
		width:250px;
	}
	.cupola-al-pistacchio{
	}
	.main-column{
		padding-bottom:15px;
	}
	.gran-cornetto-curvo-vuoto{
		background-size:250px auto;
	}
	.crema-di-nocciole{
		background-size:250px auto;
	}
	.dritto-albicocca{
		background-size:250px auto;
	}
	.vegano-curvo-vuoto{
		background-size:250px auto;
	}
	.vegano-dritto-arancia{
		background-size:250px auto;
	}
	.multicereali-vuoto{
		background-size:250px auto;
	}
	.multicereali-bosco{
		background-size:250px auto;
	}
	.tiffany{
		background-size:250px auto;
	}
	.fragolotto{
		background-size:250px auto;
	}
	.sfogliatella{
		background-size:250px auto;
	}
	.focaccia{
		background-size:250px auto;
	}
	.torta-pera{
		background-position:center center;
	}
	.caprese{
		background-position:center center;
	}
	.torta-fra{
		background-position:center center;
	}
	.torta-afrodite{
		background-position:center center;
	}
	.torta-cremoso{
		background-position:center center;
	}
	.pastiera{
		background-position:center center;
	}
	.info-cat{
		background-position:right center;
		background-size:400px auto;
	}
	.monoporzioni-button-div-cat{
		padding-left:10px;
	}
	.monoporzioni-button-link{
		;
	}
	.header_product{
		font-size:30px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.mono_title{
		letter-spacing:0px;
		font-size:68px;
	}
	.tradizioni_logo{
		width:100px;
	}
	.h2-hero-bottom{
		font-size:40px;
	}
	.button_monoporzioni{
		;
	}
	.button_categorie{
		font-size:18px;
	}
	.h1-style{
		font-size:30px;
	}
	.title_class{
		margin-bottom:0px;
	}
	.footer-link{
		text-align:center;
	}
	.video{
		border-width:0px 0px 0px 0px;
	}
	.p_description{
		;
	}
	.header_product{
		font-size:25px;
		line-height:60px;
	}
	.link-monoporzioni{
		font-size:18px;
		padding-top:12px;
	}
	.link-monoporzioni-big{
		font-size:15px;
	}
	.mono-ita-description{
		;
	}
	.button-monoporzioni{
		font-family:"Marcellus SC";
	}
	.mono-cont-luna-rossa{
		background-size:300px auto;
	}
	.mono-cont-mille-veli{
		background-size:300px auto;
	}
	.delizia-al-limone{
		background-size:300px auto;
	}
	.tortino-giffonese{
		background-size:300px auto;
	}
	.capresino{
		background-size:300px auto;
	}
	.afrodite{
		background-size:300px auto;
	}
	.mille-veli-al-ciocc-nocciole{
		background-size:300px auto;
	}
	.mousse-a-limone{
		background-size:300px auto;
	}
	.mono-link{
		font-size:13px;
	}
	.trilogy{
		background-size:300px auto;
	}
	.velvet{
		background-size:300px auto;
	}
	.cassatina{
		background-size:300px auto;
	}
	.espresso{
		background-size:300px auto;
	}
	.cheesecake{
		background-size:300px auto;
	}
	.savarin{
		background-size:300px auto;
	}
	.passione{
		background-size:300px auto;
	}
	.mousse-al-cioccolato{
		background-size:300px auto;
	}
	.pera-e-cioccolato{
		background-size:300px auto;
	}
	.canolo{
		background-size:300px auto;
	}
	.mousse-alle-fragoline{
		background-size:300px auto;
	}
	.torroncino{
		background-size:300px auto;
	}
	.passione-alla-pesca{
		background-size:300px auto;
	}
	.cupola-al-pistacchio{
		background-size:300px auto;
	}
	.mandorle{
		background-size:300px auto;
	}
	.bocciolo{
		background-size:300px auto;
	}
	.baba-mono{
		background-size:300px auto;
	}
	.rocher{
		background-size:300px auto;
	}
	.gran-cornetto-curvo-vuoto{
		background-size:200px auto;
	}
	.cornetto-dritto-alla-crema{
		background-size:200px auto;
	}
	.crema-di-nocciole{
		background-size:200px auto;
	}
	.dritto-albicocca{
		background-size:200px auto;
	}
	.vegano-curvo-vuoto{
		background-size:200px auto;
	}
	.vegano-dritto-arancia{
		background-size:200px auto;
		padding-top:20px;
	}
	.multicereali-vuoto{
		background-size:200px auto;
	}
	.multicereali-bosco{
		background-size:200px auto;
	}
	.tiffany{
		background-size:200px auto;
	}
	.lemonito{
		background-size:200px auto;
	}
	.fragolotto{
		background-size:200px auto;
	}
	.sfogliatella{
		background-size:200px auto;
	}
	.focaccia{
		background-size:200px auto;
	}
	.caprese{
		background-size:400px auto;
	}
	.torta-fra{
		background-size:400px auto;
		background-position:center center;
	}
	.torta-pera{
		background-size:400px auto;
		background-position:center center;
	}
	.torta-passione{
		background-size:400px auto;
	}
	.torta-afrodite{
		background-size:400px auto;
		background-position:center center;
	}
	.torta-cremoso{
		background-size:400px auto;
		background-position:center center;
	}
	.pastiera{
		background-size:400px auto;
		background-position:center center;
	}
	.div-description{
		;
	}
	.info-cat{
		background-size:400px auto;
		background-position:right center;
	}
	.mono-link-cat{
		font-size:15px;
		padding-left:1px;
	}
	.monoporzioni-button-div-cat{
		padding-left:10px;
	}
	.monoporzioni-button-link{
		;
	}
	.link-color{
		font-size:15px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
}

