/*
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:*/
:root {
    --imn-dark-green: #344746;
    --imn-beige: #9b8861;
    --imn-pink: #e0c5c3;
}
/*MENU
.w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    min-width: 360px!important;
}
.w-nav-title {
    text-transform: uppercase;
}
.w-nav.type_mobile .w-nav-anchor:not(.w-bt   n) {
    padding: 1.5rem;
    border-bottom: 1px solid #777777;
}
.w-nav-list.level_1.hover_simple {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 100px!important;
}
.w-nav-control.active .w-nav-icon:before {
    position: absolute;
    content: '';
    background: url(img/arrow-menu.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 42px;
    bottom: 0;
    left: -91px;
    z-index: 10;
}
.w-nav-icon>div:before,
.w-nav-icon>div:after,
.w-nav-icon>div {
    border-radius: 20px;
}
.ush_menu_1 .w-nav-icon>div {
    border-width: 2px!important;
}
.w-nav-icon>div:before {
    width: 45px;
}
.w-nav-icon>div:after {
    width: 25px;
}
.w-nav-icon>div:before,
.w-nav-icon>div:after {
    right: 0;
}
/*FINE MENU*/
.pt-0 .l-section-h.i-cf {
    padding-top: 0!important;
}
.title h1,
.title h2,
.title h3,
.title h4 {
    color: var(--imn-dark-green);
    padding-bottom: 30px;
    font-size: 60px;
    padding-left: 70px;
}
.title.no-padding h1,
.title.no-padding h2,
.title.no-padding h3,
.title.no-padding h4 {
    padding-left: 0;
}
.first-title h1 {
    font-size: 90px;
    font-weight: 400;
    color: var(--imn-dark-green);
}
/*.first-title h1 strong {
    font-size: 60px;
    font-weight: 400;
    color: var(--imn-dark-green);
}*/
.title-white h1,
.title-white h2,
.title-white h3,
.title-white h4 {
    color: #fff;
    padding-bottom: 30px;
    font-size: 60px;
}
.title-contact h1,
.title-contact h2,
.title-contact h3,
.title-contact h4 {
    font-size: 90px;
    font-weight: 400;
    color: #fff;
}
.mani,
.fuchsia,
.pace,
.bonsai,
.funerali,
.bouquet,
.laurea {
    position: relative;
}
.mani:after,
.fuchsia:after,
.pace:after,
.bonsai:after,
.funerali:after,
.bouquet:after,
.laurea:after {
    position: absolute;
    content: '';
    height: 60px;
    width: 60px;
    top: 13px;
    left: 0;
}
.mani:after {
    background: url("img/buone-mani.svg");
    background-repeat: no-repeat;
}
.fuchsia:after {
    background: url("img/fuchsia.svg");
    background-repeat: no-repeat;
}
.pace:after {
    background: url("img/fiore-pace.svg");
    background-repeat: no-repeat;
}
.bonsai:after {
    background: url("img/bonsai.svg");
    background-repeat: no-repeat;
}
.funerali:after {
    background: url("img/funerali.svg");
    background-repeat: no-repeat;
}
.bouquet:after {
    background: url("img/bouquet.svg");
    background-repeat: no-repeat;
}
.laurea:after {
    background: url("img/laurea-1.svg");
    background-repeat: no-repeat;
}
.img-center {
    align-items: center;
}
.rettangolo,
.rettangolo-left {
    position: relative;
}
.rettangolo:before {
    position: absolute;
    content: '';
    background: var(--imn-pink);
    height: 40px;
    width: 150px;
    bottom: -20px;
    left: -40px;
    z-index: 5;
}
.rettangolo-left:before {
    position: absolute;
    content: '';
    background: var(--imn-beige);
    height: 40px;
    width: 150px;
    top: -20px;
    left: -40px;
    z-index: 5;
}
.rettangolo:after {
    position: absolute;
    content: '';
    background: var(--imn-beige);
    height: 40px;
    width: 150px;
    top: -20px;
    right: -40px;
    z-index: 0;
}
.rettangolo-left:after {
    position: absolute;
    content: '';
    background: var(--imn-pink);
    height: 40px;
    width: 150px;
    bottom: -20px;
    right: -40px;
    z-index: 0;
}
.rettangolo img,
.rettangolo-left img {
    position: relative;
    z-index: 2;
}
.home-icon h4.w-iconbox-title {
    font-size: 25px;
}
.title-footer p {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Ysabeau Infant';
    color: #fff;
    padding-bottom: 20px;
    font-weight: 600;
}
.txt-footer p,
.txt-footer p a {
    color: #E5E5E5;
    font-size: 16px;
}
.txt-footer-basso p,
.txt-footer-basso p a {
    font-size: 15px;
    color: #E5E5E5;
}
.btn-ade {
    position: relative;
}
.btn-ade:after {
    position: absolute;
    content: '';
    background: var(--imn-pink);
    background-repeat: no-repeat;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease-in-out;
}
.btn-ade:hover:after {
    width: 100%;
}
.storia h5 {
    font-size: 30px;
    color: var(--imn-dark-green);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.riga-intera {
    margin-left: 7rem;
    margin-right: 15rem;
}
.w-tabs.layout_ver.navpos_left>div>.w-tabs-section:not(.no_indents) {
    padding-left: 3.5rem;
}
.w-tabs-list {
    padding-right: 3rem;
    border-right: 1px solid #34474652;
}
/*.icon-contatti .w-iconbox-title {
    font-size: 25px;
    color: #fff;
}*/
.icon-contatti-black .w-iconbox-title {
    font-size: 25px;
    color: var(--imn-dark-green);
}
/*.icon-contatti .w-iconbox-text a {
    color: #EFEFEF;
}
.icon-contatti .w-iconbox-text a:hover {
    color: var(--imn-pink);
}*/
.icon-contatti .w-iconbox-text a {
    color: var(--imn-dark-green);
}
.icon-contatti .w-iconbox-text a:hover {
    color: var(--imn-pink);
}
.icon-contatti .w-iconbox-title {
    font-size: 25px;
    color: var(--imn-dark-green);
}

/*FORM*/
.form-row p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.form-row p label {
	width: 49%;
}
.form-pagine .wpcf7-list-item-label {
    color: #f3f3f3;
}
.form-pagine .wpcf7-list-item-label a {
    color: #fff;
}
.button-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    color: var(--imn-pink) !important;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}
.button-form:hover .wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--imn-dark-green);
    color:  var(--imn-pink) !important;
}
/*FINE FORM*/

/*		MEDIA QUERY*/
@media screen and (max-width: 600px){
	sr7-img{
		opacity: 0.6 !important;
	}
	.title h1, .title h2, .title h3, .title h4{
		font-size: 40px;
	}
	.first-title h1{
		font-size: 50px;
	}
	.riga-intera{
		margin: 0 2rem
	}
    .storia .w-iconbox-icon {
        font-size: 13rem!important;
    }
}

@media screen and (min-width: 601px) and (max-width: 850px){
	.g-cols.cols_2-1 {
    	grid-template-columns: 1fr 1fr;
	}
	 .g-cols.cols_2 {
   	 	grid-template-columns: repeat(1, 1fr);
	}
	.g-cols.cols_4 {
    grid-template-columns: repeat(2, 1fr);
	}
	.g-cols.cols_1-3 {
    grid-template-columns: 2fr 3fr;
	}
	.column-reverse{
		display: flex !important;
		flex-direction: column-reverse;
	}
	.w-tabs-section.active{
		padding-left: 1.5rem !important;
	}
	.home-icon h4.w-iconbox-title {
    	font-size: 20px;
	}
	.first-title h1{
		font-size: 40px;
	}
	.riga-intera{
		margin: 0 3rem
	}
    .storia .w-iconbox-icon {
        font-size: 13rem!important;
    }
}
@media screen and (min-width: 601px) and (max-width: 777.98px) {
     sr7-img{
		opacity: 0.6 !important;
	}
}

@media screen and (min-width: 850px) and (max-width: 1050px){
	.title h1, .title h2, .title h3, .title h4{
		font-size: 50px;
	}
	.first-title h1{
		font-size: 70px;
		line-height: 65px;
	}
}
@media screen and (min-width: 1051px) and (max-width: 1450px){
	.page-id-248 .first-title h1{
		line-height: 90px;
	}
}
@media screen and (max-width: 1550px){
		sr7-content h1,
		sr7-txt,
		sr7-btn{
		margin-left: 20px !important;
	}
	.main-title .w-image{
		height: auto !important;
	}
}


