/*
Theme Name:   fertililifetheme
Theme URI:    http://netrising.com/twenty-fifteen-child/
Description:  Fertili Theme
Author:       Netrising
Author URI:   http://example.com
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  fertililifetheme
*/

/* HEADER */
#header_nav_container{
	align-items: center;
}

#header_nav #menu-menu-principale li button{
	display: none;
}
#header_nav .premium-nav-menu-container{
	margin: 0;
	max-width: none;
}
#header_nav .premium-mobile-menu-container{
	margin: 0;
	max-width: none;
}
#menu-menu-principale{
	justify-content: flex-end;
}
#menu-menu-principale li .premium-sub-menu li:last-child{
	margin-bottom: 15px;
}
#menu-menu-principale li .premium-sub-menu li:first-child(){
	margin-top: 15px;
}
#header_mobile{
	display: none;
}
.img_call{
	width: 14px;
	height: 14px;
	margin-left: 10px;
}
.get_in_touch,
.question{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.5px;
}
.get_in_touch{
	color: white;
}
.question{
	opacity: .5;
	color: #fff;
}
/* HEADER mobile */
@media screen and (max-width: 1357px){
	#header{
		display: none;
	}
	#header_mobile{
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	#popup_header ul li button{
		display: none;
	}
	#popup_header{
		margin: 50px 0;
	}
	#popup_header ul li a:focus{
		background-color: #fff !important;
	}
	#popup_header .elementor-nav-menu li .sub-menu li a{
		font-size: 12px;
		font-weight: 400;
		line-height: 10px;
	}
	.dialog-widget-content a.dialog-close-button{
		text-decoration: none !important;
	}
	#popup_header ul{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#popup_header .has-submenu{
		display: flex;
		justify-content: center;
	}
	#popup_header .sub-arrow{
		display: none;
	}
	#popup_header ul li:nth-child(3){
		margin-top: 15px;
	}

}

/* FOOTER */
#list_footer .elementor-icon-list-icon{
	color: #fff;
}

/* GENERAL */
@media screen and (max-width: 767px){
	.my_btn_mobile a{
		width: 100% !important;
	}	
}
.btn_with_icon a .elementor-button-content-wrapper{
	align-items: center;
}
.ul1{
	padding-left: 20px;
}
.mt-20{
	margin-top: 20px;
}
.list_font_general ul li{
	font-family: "Jost", Sans-serif;
}
/*macchie bg */
.macchie_mobile{
	overflow-x: hidden;
}
.macchie img{
	width: initial !important;
}
@media screen and (max-width:767px){
    .macchie_mobile img{
        min-height: 2000px;
        width: auto !important;
    }
}

.price_tile{
	font-size: 40px;
	font-weight: 800;
	line-height: 46px;
	font-family: 'Urbanist', sans-serif!important;
	letter-spacing: -1.5px;
}
@media screen and (max-width:767px){
	.price_tile{
		font-size: 22px;
		font-weight: 800;
		line-height: 26px;
		letter-spacing: -0.5px;
	}
}
@media screen and (max-width: 1025px) and (min-width: 768px){
	.price_tile{
		font-size: 32px;
		font-weight: 800;
		line-height: 38px;
		letter-spacing: -1.5px;
	}
}
/* HOME */
@media screen and (max-width: 767px){
	.icon_list_home .elementor-widget-wrap .elementor-shape-circle{
		width: 25%;
	}
	.icon_list_home .elementor-widget-wrap .elementor-widget-text-editor{
		width: 75%;
	}
}

.maxwidth_no img{
	max-width: initial;
}
/* cerchi */
body,
html{
	overflow-x: hidden;
}

.circle_1,
.circle_2{
	width: 900px !important;
	animation: spinning 10s linear infinite;
	display: block !important;
}
.circle_container .elementor-absolute{
	width: fit-content !important;
}


.circle_1 text,
.circle_mobile text{
	fill: rgba(170, 202, 204, 0.5);
	font-family: 'Jost', sans-serif;
}
.circle_1 text textpath,
.circle_2 text textpath,
.circle_mobile,
.circle_mobile_2{
	font-size: 56px;
	font-weight: 700;
}
.circle_2 text,
.circle_mobile_2 text{
	fill: rgba(178, 182, 224, 0.5);
	font-family: 'Jost', sans-serif;
	
}


.circle_mobile,
.circle_mobile_2{
	width: 450px !important;
	animation: spinning 10s linear infinite;
	display: block !important;
}
@keyframes spinning {
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}

/* CHI SIAMO */
@media screen and (min-width: 1440px){
	.title_cards_chi_siamo{
		padding-left: 20px;
	}	
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	.title_cards_chi_siamo{
		padding-left: 40px;
	}
}
.icon_chi_siamo_hover{
	display: none;
}
@media screen and (min-width: 1025px) and (max-width: 1699px) {
	.single_card:hover .elementor-widget-image a::after{
		content:"+";
		background-color: rgb(0, 53, 118);
		opacity: 0.8;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 64px;
		color: #fff;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1700px){
	.single_card:hover .elementor-widget-image a::after{
		content:"+";
		background-color: rgb(0, 53, 118);
		opacity: 0.8;
		width: 92.5%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 18px;
		z-index: 2;
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 64px;
		color: #fff;
		margin: 0 auto;
	}
	.single_card img{
		max-height: 451px;
		min-width: 396px!important;
	}
}
@media screen and (max-width: 1022px){
	.single_card .elementor-widget-image a::after{
		content:"+";
		background-color: rgb(0, 53, 118);
		opacity: 0.8;
		width: 50px;
		height: 50px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		border-radius: 20px 0 20px 0;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 18px;
		font-size: 32px;
		color: #fff;
	}
}
@media screen and (min-width: 1023px) and (max-width: 1025px){
	.single_card .elementor-widget-image a::after{
		content:"+";
		background-color: rgb(0, 53, 118);
		opacity: 0.8;
		width: 50px;
		height: 50px;
		position: absolute;
		bottom: 0;
		right: 40px;
		z-index: 2;
		border-radius: 20px 0 20px 0;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 18px;
		font-size: 32px;
		color: #fff;
	}
}
/* CONTATTI */
#form_contatti a{
	color: #003576;
}
#form_contatti .elementor-field-type-acceptance label{
	font-weight: 400;
}
@media screen and (max-width: 767px){
	#form_contatti .elementor-field-type-acceptance span.elementor-field-option{
		display: flex;
	}
	#form_contatti .elementor-field-type-acceptance input{
		width: 25px;
		min-width: 25px;
	}
}
#form-field-privacy,
#form-field-commerciale{
	display: inline-block;
}

@media screen and (min-width: 1025px){
	#form_contatti form .elementor-field-group:first-child,
	#form_contatti form .elementor-field-group:nth-child(3){
		padding-right: 40px ;
	}

	#form_contatti .elementor-field-group{
		margin-bottom: 20px;
	}
	#form_contatti form .elementor-field-group:nth-last-child(3){
		margin-bottom: 0 !important;
	}
}
/* PERCORSO */

.list_container .single_list_container{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.single_list_container .number_list,
.single_list_container .text_list{
	 color: #003576;
}
.single_list_container .text_list{
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 767px){
	.single_list_container .text_list{
		font-size: 14px;
	}
}
.single_list_container .number_list{
	font-size: 40px;
	font-weight: 800;
	font-style: italic;
	line-height: 40px;
	min-width: 45px;
}
.mt-40{
	margin-top: 40px;
}
/* GALLERIA */
#carousel_galleria .elementor-gallery__titles-container{
	position: absolute;
	bottom: 100px;
	left: 0;
	z-index: 8;
}


.parent_video{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 40px;
}
.single_video{
	width: calc(50% - 20px);
}
@media screen and (min-width: 768px) and (max-width: 1025px){
	.parent_video{
		gap: 20px;
	}
}
@media screen and (max-width: 767px){
	.single_video{
		width: 100%;
	}
	.parent_video{
		gap: 0px;
	}
}
#paginatorContainerVideo{
	display: flex;
	margin-top: 25px;
	margin-left: 5px;
}
#paginatorContainerVideo div{
	padding-right: 20px;
	color: #003576;
	font-size: 20px;
	line-height: 34px;
	font-weight: 600;
	font-family: "Urbanist", Sans-serif;
	cursor: pointer;
}
#paginatorContainerVideo .active_page{
	color: #E5B16B;
	border-bottom: 2px;
	border-color: #B2B6E0;
	
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.v-hidden{
	visibility: hidden;
}


/* popup servizi */
.popup_servizi .dialog-message{
	overflow: initial !important;
	max-height: 90vh;
}

.popup_servizi .elementor-location-popup,
.popup_servizi .elementor-container,
.popup_servizi .elementor-widget-html,
.popup_servizi .elementor-widget-container{
	height: 100%;	
}
.popup_servizi .elementor-widget-container{
	display: flex;
	flex-direction: column;
}

.modal-title{
	font-size: 40px;
	letter-spacing: -1.5px;
	line-height: 46px;
	color: #003576;
	font-weight: 800;
	font-family: "Urbanist", Sans-serif;
}
.modal-header h5{
	color: #003576;
	font-family: "Urbanist", Sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -.5px;
}
.modal-body{
	margin: 30px 0;
	padding-bottom: 75px;
	overflow-y: auto;
	flex-grow: 1;
}

.modal-body table td{
	border: none;
}
.modal-body table td:last-child{
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 28px;
	color: #003576;
	font-weight: 400;
}
.icon_table_servizi{
	color: #B2B6E0;
}
.icon_table_servizi_lvl2{
	color: #E5B16B;
	font-size: 34px;
	letter-spacing: 0;
	line-height: 24px;
}
.icon_table_servizi_lvl3{
	color: #AACACC;
	font-size: 34px;
	letter-spacing: 0;
	line-height: 24px;
}
.icon_table_servizi{
	font-size: 34px;
	letter-spacing: 0;
	line-height: 24px;
}
.modal-footer a{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
}
.popup_1_btn{
	background-color: #B2B6E0;
}
.popup_2_btn{
	background-color: #E5B16B;
}
.popup_3_btn{
	background-color: #AACACC;
}
.modal-footer,
.surr_2_btn,
.popup_3_btn{
	border-radius: 20px;
	padding: 15px;
	display: flex;
	justify-content: center;
}
.icon_tile li{
	align-items: start !important;
}
.fa-circle-xmark{
	color: #BA2424 !important;
}
.modal-footer{
	position: relative;
}
.popup_3_btn::before{
	content: "SCORRI \25be";
	position: absolute;
	top: -120px;
	left: 0;
	width: 100%;
	height: 100px;
	color: #003576;
	font-size: 18px;
	font-weight: 800;
	background: linear-gradient(0deg, rgba(215,228,224,1) 0%, rgba(215,228,224,0) 100%);
	display: flex;
	justify-content: center;
	align-items: end;
	font-family: "Urbanist", Sans-serif;
}
.popup_2_btn::before{
	content: "SCORRI \25be";
	position: absolute;
	top: -120px;
	left: 0;
	width: 100%;
	height: 100px;
	color: #003576;
	font-size: 18px;
	font-weight: 800;
	background: linear-gradient(0deg, rgba(241,217,183,1) 0%, rgba(241,217,183,0) 100%);
	display: flex;
	justify-content: center;
	align-items: end;
	font-family: "Urbanist", Sans-serif;
}
.popup_1_btn::before{
	content: "SCORRI \25be";
	position: absolute;
	top: -120px;
	left: 0;
	width: 100%;
	height: 100px;
	color: #003576;
	font-size: 18px;
	font-weight: 800;
	background: linear-gradient(0deg, rgba(218,219,234,1) 0%, rgba(218,219,234,0) 100%);
	display: flex;
	justify-content: center;
	align-items: end;
	font-family: "Urbanist", Sans-serif;
}

@media screen and (max-width: 1025px){
	.popup_servizi .elementor-widget-wrap{
		padding: 40px 20px !important;
	}
}
@media screen and (max-width: 767px){
	.modal-body{
		flex-grow: initial;
		height: 400px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1023px){
	.modal-body{
		flex-grow: initial;
		height: 690px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1025px){
	.modal-body{
		flex-grow: initial;
		height: 310px;
	}
}
.tile_1 .x_icon_red ul li:last-child svg,
.tile_1 .x_icon_red ul li:nth-child(2) svg,
.tile_2 .x_icon_red ul li:last-child svg{
	fill: #BA2424 !important;
}

.price_doppio .elementor-widget-container{
	display: block !important;
}

button.sub-menu-toggle{
	display: none!important;
}

/*whatsapp*/
#whatsapp_icon{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #2DB742;
	border-radius: 50%;
	z-index: 9;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30)
}
#whatsapp_icon a{
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wa__btn_popup{
	display: none!important;
}
#whatsapp_icon svg{
	fill: #fff;
}

/*Woocommerce Login Page*/
form.woocommerce-form.woocommerce-form-login.login label{
	color: #003576;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit{
	background-color: #003576 !important;
	color: #ffffff !important;
	border-radius: 25px 25px 25px 25px !important;
}
div.woocommerce h2{
	color: #003576 !important;
	text-align: center;
	font-weight:bold;
}
a.button.product_type_simple{
	text-align: center;
    margin: auto;
    padding: 5px 15px;
}
ul.products li.product .button:hover{
	background-color: #c9944c;
}
.woocommerce-loop-product__title{
	text-align: center;
}
p.woocommerce-LostPassword.lost_password{
	display: none !important;
}
ul#menu-1-2282e15 li a {
    color: #616161;
}
ul#menu-1-2282e15 li a:hover {
    color: #003576;
}
ul#menu-1-2282e15 li a:hover:after {
    background-color: #003576;
}
/*Woocommerce Filters*/
.wpfFilterWrapper {
    width: 25% !important;
    display: inline-block;
}
.wpfFilterButton.wpfButton:hover {
    background-color: #c9944c !important;
	color: #ffffff;
}
@media(max-width:626px){
	.wpfFilterWrapper {
    width: 100% !important;
}
}
/*FiboSearch button*/
button.dgwt-wcas-search-submit{
	background-color: #d0a163 !important;
	
}
@media(max-width:885px){
	.wpfFilterWrapper{
		width: 50% !important;
	}
}
/*Download Button*/
.dld_button{
	background-color: #003576;
	border-radius: 25px 25px 25px 25px;
	color: white;
	font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
	padding: 5px 24px;
	margin-left: 20px;
}
.dld_button:hover{
	background-color: #e5b16b;
}