/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/*			GENERAL*/
:root{
	--imn-yellow: #fddb05;
}
.vh-60 {height: 60vh;}
/*parallax*/
.vc_column_container.parallax{
	background-size: cover !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
}
.g-breadcrumbs,
.g-breadcrumbs a{
	color: white;
}
.g-breadcrumbs a:hover{
	color: var(--imn-yellow);
}
#page-content{
	margin-bottom: 292px;
	position: relative;
    z-index: 1;
}
#page-content section{
	background-color: white;
}
/*			HEADER*/
#page-header .at_right i{
	font-size: 25px;
}
/*			HOME*/
#rivendite-farine{
	position: relative;
}
#rivendite-farine::before{
	position: absolute;
	content:"";
	width: 20%;
	height: 40%;
	bottom: 10%;
	right: 2%;
	background-image: url("img/icona-cornetto-02.webp");
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	opacity: 0.1;
	transform: rotate(30deg);
}
/*			FARINE E SEMILAVORATI*/
#prodotti-alimentari{
	position: relative;
}
#prodotti-alimentari::before{
	position: absolute;
	content:"";
	width: 20%;
	height: 20%;
	top: -5%;
	right: 2%;
	background-image: url("img/icona-pizza-01.webp");
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	opacity: 0.1;
}
/*			MARCHI RAPPRESENTATI*/
.marchi-prodotti ul{
	list-style-type: none;
    margin-left: 0.5rem;
}
.marchi-prodotti li{
	color: var(--color-content-text);
}
.marchi-prodotti i::before{
	margin-right: 1rem;
}
#rivenditore-autorizzato{
	position: relative;
}
#rivenditore-autorizzato::before{
	position: absolute;
	content:"";
	width: 20%;
	height: 40%;
	top: 10%;
	left: 2%;
	background-image: url("img/icona-pane-02.webp");
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	opacity: 0.1;
	transform: rotate(-45deg);
}
/*			CONTATTI*/
#mrbread-mappa,
#mrbread-mappa .vc_column-inner,
#mrbread-mappa .wpb_raw_code,
#mrbread-mappa .wpb_wrapper{
	height: 100%;
}
.contatti .vc_column-inner{
	height: 428px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
}
.contatti h4{
	margin-bottom: 2rem;
}
.contatti p{
	margin-bottom: 1rem;
}
.square-contatti{
	display: flex;
	justify-content: center;
}
#contattaci{
	position: relative;
}
#contattaci::before{
	position: absolute;
    content: "";
    width: 20%;
    height: 35%;
    top: 65%;
    right: 2%;
    background-image: url(img/slice-pizza-02.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
}

/*			FOOTER*/
#page-footer {
    position: fixed;
    bottom: 0;
    z-index: 0;
	background-color: var(--imn-yellow);
}
#page-footer i{
	color: var(--color-content-secondary);
}
#page-footer .w-iconbox-icon{
	margin-bottom: 20px;
}

/*			QUERIES*/
@media screen and (max-width: 500px){
	#page-content{
		margin-bottom: 741px;
	}
	#vendita-farine-home .l-section-img{
		background-position: 15%;
	}
	#rivendite-farine::before{
		width: 45%;
    	height: 15%;
    	bottom: 35%;
	}
	#prodotti-alimentari::before{
		width: 70%;
		height: 5%;
		top: -2%;
	}
	.contatti .vc_column_container{
		height: 430px;
	}
	#rivenditore-autorizzato::before{
		width: 55%;
		height: 20%;
		top: 0%;
	}
	#contattaci::before{
		width: 50%;
		height: 25%;
		top: 5%;
	}
	
}

@media screen and (min-width: 600px) and (max-width: 850px){
	#page-content{
		margin-bottom: 424px;
	}
	#distribuzione-home .g-cols.via_grid,
	#info-contatti-tablet .g-cols.via_grid{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#distribuzione-home .vc_column_container.h-450{
		width: 43%;
	}
	.page-id-12 .g-cols.cols_3 {
    	grid-template-columns: repeat(1, 1fr);
	}
	#rivendite-farine .g-cols.via_grid{
		display: flex;
		flex-direction: column-reverse;
	}
	#rivendite-farine::before{
		position: absolute;
		content: "";
		width: 40%;
		height: 20%;
		bottom: 55%;
		right: 10%;
	}
	#prodotti-alimentari .g-cols.cols_4,
	#page-footer .g-cols.cols_4{
    	grid-template-columns: repeat(2, 1fr);
	}
	#prodotti-alimentari::before{
		width: 50%;
		height: 10%;
		top: 0;
		right: 5%;
	} 
	#contattaci::before {
		right: 3%;
		width: 35%;
	}
	#form .g-cols.cols_2{
		grid-template-columns: repeat(1, 1fr);
	}
	#mrbread-mappa,
	#mrbread-mappa .vc_column-inner,
	#mrbread-mappa .wpb_raw_code,
	#mrbread-mappa .wpb_wrapper{
		height: 600px;
	}
	#info-contatti-tablet .vc_column_container{
		width: 100%;
	}
	#info-contatti-tablet .contatti .square-contatti{
		width: 50%;
		justify-content: center;
	}
	.contatti .vc_column-inner{
		height: 336px;
	}
}
@media screen and (max-width: 850px){
		.h-450 {height: 450px;}
	#prodotti-alimentari .w-ibanner.animation_soter .w-ibanner-image{
	    transform: scale(0.5);
	}
	#prodotti-alimentari .w-ibanner.animation_soter:hover .w-ibanner-image{
		transform: scale(1.01);.
	}
	#prodotti-alimentari h6{
		font-size: 25px;
	}
}
@media screen and (min-width: 851px) and (max-width: 1030px){
	.vh-60{
		height: 35vh;
	}
	.page-id-12 .full_height{
		min-height: calc(60vh - var(--header-sticky-height) - 32px) !important;
	}
	#rivendite-farine::before{
		height: 15%;
	}
	.contatti .vc_column-inner{
		height: 204px;
	}
	.contatti h4 {
    	margin-bottom: 1rem;
	}	
	
}
@media screen and (min-width: 1031px) and (max-width: 1450px){
	#rivendite-farine::before{
		height: 20%;
	}
	.contatti .vc_column-inner{
		height: 312px;
	}
}