/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face{
 font-family:'Rotis Light';
 src: url('/wp-content/themes/generatepress_child/fonts/Rotis-Sans-Serif-Std-Light.woff') format('woff');
 font-display:swap;
}
@font-face{
 font-family:'Rotis Bold';
 src: url('/wp-content/themes/generatepress_child/fonts/Rotis-Sans-Serif-Std-Bold.woff') format('woff');
 font-display:swap;
}
/* MENU */
.headerlanding {
    display: flex;
    width: 100%;
	box-shadow: 0 15px 40px -25px #00000026;
    position: fixed;
    top: 0;
    background: white;
    z-index: 1;
}
.gridHeaderLanding {
    display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.headerlanding:not(.twoButtons) .gridHeaderLanding {
	margin: auto;
}
img.logoLanding {
    width: 100%;
}
img.logoLanding.ambrosiana {
    filter: brightness(0) saturate(100%) invert(49%) sepia(6%) saturate(3048%) hue-rotate(172deg) brightness(93%) contrast(103%);
}
/*img.logoLanding.biomedical{
	filter: brightness(0) saturate(100%) invert(7%) sepia(38%) saturate(4214%) hue-rotate(220deg) brightness(100%) contrast(107%);;
}*/
ul.listItemMenu {
	align-items: center;
    list-style: none;
    display: flex;
    flex-direction: row;
	margin: 0;
}
li.itemMenu{
    font-family: 'Rotis Light', sans-serif;
    font-weight: 700;
}
li.itemMenu a{
	text-decoration: none;
	cursor: pointer;
	color: #1E3582;
}
button.btnMenu{
    border: 1px solid #1E3582;
    background-color: #1E3582;
	border-radius: 0;
	font-family: 'news-gothic-std', sans-serif;
    font-weight: bold;
	cursor: pointer;
}
button.btnMenuLight{
    border: 1px solid #A5AECD;
    background-color: #A5AECD;
	border-radius: 0;
	font-family: 'news-gothic-std', sans-serif;
    font-weight: bold;
	cursor: pointer;
}
.btnMenuContainer {
    display: flex;
}
/* MENU MOBILE */
.headerMobile{
	box-shadow: 0 15px 40px -25px #00000026;
	position: fixed;
    top: 0;
    background: white;
    width: 100%;
	z-index: 1;
}
img.logoLandingMob.ambrosiana {
    filter: brightness(0) saturate(100%) invert(49%) sepia(6%) saturate(3048%) hue-rotate(172deg) brightness(93%) contrast(103%);
}
/*img.logoLandingMob.biomedical{
	filter: brightness(0) saturate(100%) invert(7%) sepia(38%) saturate(4214%) hue-rotate(220deg) brightness(100%) contrast(107%);;
}*/
i.fa-solid.fa-bars {
	color: #0d4995;
}
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0; 
    overflow-x: hidden;
    transform: translateX(100%); /* Assicurati che il menu sia completamente fuori dal viewport */
    transition: transform 0.5s ease; 
    padding-top: 60px;
}
.sidenav {
    background-color: #1E3582;
}
.sidenav a {
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
	font-family: 'Rotis Light', sans-serif;
    font-weight: 700;
}
a.itemMenuMobile {
    position: relative;
}
a.itemMenuMobile:not(:nth-child(5))::after {
    position: absolute;
    content: "";
    width: 20%;
    background: #A5AECD;
    height: 1px;
    left: 30px;
    bottom: 0px;
}
button.btnMenuMobile, button.btnMenuMobileLight{
    border-radius: 0;
	font-family: 'news-gothic-std', sans-serif;
	font-weight: bold;
}
button.btnMenuMobile {
    background: #A5AECD;
}
button.btnMenuMobileLight{
	background-color: white;
	color: #A5AECD;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    right: 25px;
    margin-left: 50px;
}
div#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.footer {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 15px;
}
.textFooter{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}
.privacyEurofins, .privacyLamm {
    display: flex;
    grid-gap: 10px;
}
@media (max-width: 550px){
	.gridHeaderMobile {
		max-width: 80vw;
	}
	img.logoLandingMob.romaEur {
		max-width: 30vw;
	}
	img.logoLandingMob.eurofins, img.logoLandingMob.ambrosiana {
		max-width: 40vw;
	}
	img.logoLandingMob.biomedical {
		max-width: 45vw;
	}
	img.logoLandingMob.f-medical {
		max-width: 23vw;
	}
	img.logoLandingMob.catania {
		max-width: 27vw;
	}
	i.fa-solid.fa-bars, a.closebtn {
		font-size: 7vw !important;
	}
	.sidenav a, button.btnMenuMobile {
		font-size: 5vw;
	}
	.btnMenuContainer button{
		font-size: 4.5vw;
	}
}
@media (min-width: 551px) and (max-width: 766.9px){
	i.fa-solid.fa-bars {
		font-size: 6.5vw;
	}
	.sidenav a, button.btnMenuMobile {
		font-size: 5.5vw;
	}
	.btnMenuContainer button{
		font-size: 4.6vw;
	}
}
@media (max-width: 766.9px){
	.headerMobile {
		max-height: 15vw;
	}
	div#mySidenav {
		width: 100%;
	}
	a.itemMenuMobile {
		padding: 3vw 0 3vw 7vw;
	}
	a.itemMenuMobile:not(:nth-child(5))::after {
		left: 7vw;
	}
	a.linkBtnMobile {
		padding: 5vw 0 0 7vw;
	}
	a.closebtn {
		top: 4vw;
	}
	.btnMenuContainer {
    	padding: 7vw 7vw 0;
    	grid-gap: 5vw;
	}
	.btnMenuContainer button{
    	width: 100%;
	}
}
@media (min-width: 551px) and (max-width: 899.9px){
	.gridHeaderMobile {
		max-width: 80vw;
	}
	img.logoLandingMob.romaEur {
		max-width: 25vw;
	}
	img.logoLandingMob.eurofins, img.logoLandingMob.ambrosiana, img.logoLandingMob.biomedical {
		max-width: 35vw;
	}
	img.logoLandingMob.f-medical {
		max-width: 18vw;
	}
	img.logoLandingMob.catania {
		max-width: 22vw;
	}
}
@media (min-width: 767px) and (max-width: 899.9px){
	.headerMobile {
		max-height: 12vw;
	}
	i.fa-solid.fa-bars {
		font-size: 5.5vw;
	}
	div#mySidenav {
		width: 50vw;
	}
	.sidenav .closebtn {
		top: 2vw;
	}
	a.itemMenuMobile {
		padding: 2vw 0 2vw 5vw;
	}
	a.itemMenuMobile:not(:nth-child(5))::after {
		left: 5vw;
	}
	a.linkBtnMobile {
		padding: 3vw 0 0 5vw;
	}
	.btnMenuContainer {
    	padding: 4vw 5vw 0;
    	grid-gap: 2vw;
	}
	.btnMenuContainer button{
    	width: 100%;
		font-size: 2.34vw;
	}
}
@media (min-width: 767px) and (max-width: 1099.9px){
	.sidenav a, button.btnMenuMobile{
		font-size: 2.5vw;
	}
}
@media (max-width: 899.9px){
	img.logoLandingMob.marenco {
		max-width: 20vw;
	}
}
@media (min-width: 900px) and (max-width: 1099.9px){
	.headerMobile {
		max-height: 10vw;
	}
	.gridHeaderMobile {
		max-width: 86vw;
	}
	img.logoLandingMob.romaEur {
		max-width: 20vw;
	}
	img.logoLandingMob.marenco {
		max-width: 13vw;
	}
	img.logoLandingMob.eurofins, img.logoLandingMob.ambrosiana {
		max-width: 28vw;
	}
	img.logoLandingMob.f-medical {
		max-width: 17vw;
	}
	img.logoLandingMob.catania {
		max-width: 18vw;
	}
	img.logoLandingMob.biomedical {
		max-width: 30vw;
	}
	i.fa-solid.fa-bars {
		font-size: 4.5vw;
	}
	.sidenav {
		width: 46vw; 
	}
	.sidenav a {
		padding: 2vw 0 2vw 3vw;
	}
	a.itemMenuMobile:not(:nth-child(5))::after {
		left: 3vw;
	}
	a.linkBtnMobile {
		padding-top: 40px;
	}
	.sidenav .closebtn {
		top: 0.5vw;
	}
	.hero {
		margin-top: 10vw;
	}
	.btnMenuContainer {
    	padding: 4vw 3vw 0;
    	grid-gap: 2vw;
	}
	.btnMenuContainer button{
    	width: 100%;
		font-size: 2.34vw;
	}
}
@media (max-width: 1099.9px) {
	.headerlanding {
		display: none;
	}
	.headerMobile {
		display: flex;
		height: 100%;
	}
	.gridHeaderMobile {
		display: flex;
		margin: auto;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	img.logoLandingMob {
		height: 100%;
		object-fit: contain;
	}
	.btnMenuContainer {
    	flex-direction: column;
	}
	.btnMenuContainer a.linkBtnMobile {
    	padding: 0;
	}
}
@media (min-width: 1100px){
	.headerMobile {
		display: none;
	}
}
@media (min-width: 1100px) and (max-width: 1400px){
	.headerlanding {
		height: 8vw;
	}
	.gridHeaderLanding {
		max-width: 80vw;
	}
	.twoButtons .gridHeaderLanding {
		max-width: 92vw;
		margin: auto;
	}
	img.logoLanding.romaEur {
		max-width: 17vw;
	}
	img.logoLanding.marenco {
		max-width: 11vw;
	}
	img.logoLanding.eurofins, img.logoLanding.ambrosiana {
		max-width: 18vw;
	}
	img.logoLanding.f-medical {
		max-width: 13vw;
	}
	img.logoLanding.catania {
		max-width: 14vw;
	}
	img.logoLanding.biomedical {
		max-width: 20vw;
	}
	ul.listItemMenu {
		grid-gap: 1.5vw;
	}
	li.itemMenu, button.btnMenu, button.btnMenuLight{
		font-size: 1.3vw;
	}
	.btnMenuContainer{
		grid-gap: 1vw;
	}
}
@media (min-width: 1401px){
	.headerlanding {
		height: 6vw;
	}
	.gridHeaderLanding {
		max-width: 70vw;
	}
	.twoButtons .gridHeaderLanding {
		max-width: 73vw;
		margin: auto auto auto 15vw;
	}
	img.logoLanding.romaEur {
		max-width: 12vw;
	}
	img.logoLanding.marenco {
		max-width: 8vw;
	}
	img.logoLanding.eurofins {
		max-width: 13vw;
	}
	img.logoLanding.f-medical {
		max-width: 9vw;
	}
	img.logoLanding.ambrosiana {
		max-width: 18vw;
	}
	img.logoLanding.catania {
		max-width: 11vw;
	}
	img.logoLanding.biomedical{
		max-width: 16vw;
	}
	ul.listItemMenu {
		grid-gap: 2vw;
	}
	li.itemMenu, button.btnMenu, button.btnMenuLight {
		font-size: 1vw;
	}
	.btnMenuContainer{
		grid-gap: 1vw;
	}
}
/********************/
/*  FORM CONTATTI   */
/********************/
.sperimentazioneTarget button.btnWhite a, .allenzaTarget button.btnWhite a, .lottaTarget button.btnWhite a, .containerVideo button.btnBlue a, .soluzioneFotona button.btnBlue a, .miglioramentoSintomi button.btnBlue a, .nonSopportarlo button.btnBlue a, .trattamento button.btnBlue a, .problemiIntimi button.btnBlue a, button.btnGrey a{
 pointer-events: none !important;
}
.containerFormTarget {
 background: white;
 position: relative;
}
.openForm{
 cursor:pointer;
}
.formTarget {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 /*z-index: -1;
 opacity: 0;*/
 transition: all .3s ease-in-out;
 transform: scale(0);
}
.formTarget.show-form {
 z-index: 999999;
 opacity: 1;
 background-color:rgb(30 53 130 / 90%);
 transform: scale(1);
 overflow-y:auto;
}
.formTarget .closeForm {
 cursor: pointer;
 position: absolute;
}
.closeForm button{
 background:transparent;
}
.closeForm button .gp-icon svg {
 fill: #73B1C5 !important;
}
span.svg-logo-contatti {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
}
.inner-formTarget {
 /*height: 100%;*/
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.formGenerico .nf-form-fields-required, .formWrap .nf-form-fields-required  {
 color: white !important;
 font-family: 'news-gothic-std', sans-serif;
}
.formGenerico .nf-response-msg p, .formWrap .nf-response-msg p {
 color: white !important;
 font-family: 'news-gothic-std', sans-serif;
 font-weight: 900;
}
.containerFormTarget .nf-response-msg p{
 color: #1e3582 !important;
 font-family: 'news-gothic-std', sans-serif;
 font-weight: 900;
}
.form-contatti .nf-form-fields-required  {
 color: #1e3582 !important;
 font-family: 'news-gothic-std', sans-serif;
}
.formGenerico ::placeholder, .nf-form-content input[type=button], .nf-form-content select.ninja-forms-field, .gridFormGenerico .list-select-wrap div:after, .formGenerico .nf-form-fields-required span.ninja-forms-req-symbol, .formWrap .nf-form-fields-required span.ninja-forms-req-symbol, .formGenerico .checkbox-wrap label {
 color: white !important;
}
.form-contatti .list-select-wrap div:after{
 color: #1E3582 !important
}
.formGenerico .list-select-wrap div:after, .formWrap .list-select-wrap div:after{
 color: white !important
}
.checkbox-wrap label {
 font-weight: 300 !important;
}
.form-contatti ::placeholder, .form-contatti .nf-form-fields-required span.ninja-forms-req-symbol{
 color: #1e3582 !important;
}
::placeholder{
 opacity: 70% !important;
}
.formGenerico .nf-field-element input, .formGenerico .nf-field-element textarea, .formWrap .nf-field-element input, .formWrap .nf-field-element textarea {
 background: #1e3582 !important;
 border: 1px solid white !important;
 color: white !important;
}
.formGenerico .nf-field-element select, .formWrap .nf-field-element select{
 border: 1px solid white !important;
 color: white !important;
}
.form-contatti .nf-field-element select{
 border: 1px solid #1e3582 !important;
 color: #1e3582 !important;
}
.nf-field-element select, .nf-form-content .listselect-wrap .nf-field-element div{
 background-color: transparent !important;
}
.form-contatti .nf-form-content input:not([type=button]), .form-contatti .nf-field-element textarea{
 background: #ffffff00 !important;
 border: 1px solid #1e3582 !important;
 color: #1e3582 !important;
}
.nf-form-content .list-select-wrap>div div:after {
 z-index: 2 !important;
}
.nf-field-element select {
 cursor: pointer;
}
.nf-form-content input[type=button] {
 background: #A5AECD !important;
 font-family: 'news-gothic-std', sans-serif;
 font-weight: bold;
 border: none !important;
 height: auto !important;
 width: 100% !important;
}
.formGenerico h2.titleFormTarget {
 color: white;
 font-family: 'news-gothic-std', sans-serif;
 font-weight: 900;
}
.inner-formTarget h2.titleFormTarget {
 color: #1e3582;
 font-family: 'news-gothic-std', sans-serif;
 font-weight: 900;
}
p.textFormTarget {
 font-family: 'Rotis Light';
 color: #515151;
 font-size: 22px;
 line-height: 28px;
}
@media (max-width: 550px){
 .nf-form-content input[type=button]{
  font-size: 5.3vw !important;
 }
 .form-contatti .nf-field-container {
  margin-bottom: 5px;
 }
}
@media (min-width: 551px) and (max-width: 766.9px){
 .nf-form-content input[type=button]{
  font-size: 4vw;
 }
}
@media (max-width: 766.9px){
 .inner-formTarget {
  height: 100%;
 }
 .containerFormTarget {
  padding: 10vw;
  height: 100svh;
 }
 h2.titleFormTarget {
  margin-bottom: 8vw;
 }
 h2.titleFormTarget, .nf-response-msg p {
  font-size: 7.5vw;
  line-height: 8.5vw;
 }
 .closeForm.contatti {
  top: 4vw;
  right: 4vw;
 }
}
@media (min-width: 767px){
 .containerFormTarget {
  margin: auto;
 } 
 .inner-formTarget {
  height: 100%;
 }
}
@media (min-width: 767px) and (max-width: 899.9px){
 .nf-form-content input[type=button]{
  font-size: 3.4vw;
  line-height: 3.4vw;
  padding: 3vw 4vw;
 }
}
@media (min-width: 767px) and (max-width: 1099.9px){
 .containerFormTarget {
  width: 80vw;
 }
 .containerFormTarget {
  padding: 6vw;
 }
 h2.titleFormTarget{
  margin-bottom: 5vw;
 }
 h2.titleFormTarget, .nf-response-msg p {
  font-size: 6vw;
  line-height: 6.5vw;
 }
 .closeForm.contatti {
  top: 3vw;
  right: 3vw;
 }
}
@media (min-width: 900px){
 .nf-form-content input[type=button]{
  padding: 1vw 2vw;
 }
}
@media (min-width: 900px) and (max-width: 1099.9px){
 .nf-form-content input[type=button]{
  font-size: 2.6vw;
  line-height: 2.6vw;
 }
}
@media (min-width: 1100px){
 .containerFormTarget {
  width: 785px;
 } 
 h2.titleFormTarget, .nf-response-msg p {
  font-size: 55px;
  line-height: 55px;
 }
 .closeForm.contatti {
  top: 30px;
  right: 30px;
 }
}
@media (min-width: 1100px) and (max-width: 1400px){
 .containerFormTarget {
  padding: 5vw;
 } 
 h2.titleFormTarget {
  margin-bottom: 4vw;
 }
 .nf-form-content input[type=button]{
  font-size: 2.3vw;
  line-height: 2.3vw;
 }
}
@media (min-width: 1401px){
 .containerFormTarget {
  padding: 3vw;
 } 
 h2.titleFormTarget {
  margin-bottom: 2vw;
 }
 .nf-form-content input[type=button]{
  font-size: 1.7vw;
  line-height: 1.7vw;
 }
}