	#main{
		z-index: 1 !important;
	}
		#modal-newsletter .form_error {
		    display: none;
		    color: red;
		    position: absolute;
		    bottom: -3px;
		    left: 17px;
		}
		#modal-newsletter #result{
			font-size: 20px;
		    	line-height: 3.0;
			color:#ffffff;
		}
		#modal-newsletter #result .ok{
			color:#ffffff;
		}
		#modal-newsletter #result .ko{
			color: red;
		}

		.wgl-theme-header{
			z-index:3;
		}

		#modal-newsletter .result p{
			line-height:1.1;
		}

		#modal-newsletter .g-recaptcha > div{
			max-width:100% !important;
		}

		#modal-newsletter label {
		    display: flex !important;
		    flex: auto;
		    flex-direction: column;
			position:relative;
		}

		#modal-newsletter .mc4wp-form-fields span {
		    display: flex;
		    flex-direction: row;
			font-weight:700;
		}

		#modal-newsletter .mc4wp-form-fields .privacy{
			margin-bottom:15px;
			line-height:1.1;
		}

		#modal-newsletter .mc4wp-form-fields .privacy a {
 		   color: #f60;
 		   font-weight: 700;
 		   margin-right: 0px;
 		   margin-left: 0px;
		}

		#result p{
			line-height:1.1;
		}

		#modal-newsletter .wgl-button{
		 cursor:pointer;
		}

		#modal-newsletter .mc4wp-form-fields input{
 			flex-direction: row;
 			display: flex;
		}

        .footer{
            z-index:0 !important;
        }

		#modal-newsletter.modal {
		  display: none; 
		  position: fixed; 
		  z-index: 1000;
		  left: 0;
		  top: 0;
		  width: 100%;
		  height: 100%;
		  background-color: rgba(0, 0, 0, 0.5);
		}

		#modal-newsletter .modal-header {
    		display: flex;
    		padding: 0px 0 30px 0px;
    		flex-flow: row;
		}		
			
	#modal-newsletter #newsletter_amw .mc4wp-form-fields input[type=email],#modal-newsletter .mc4wp-form-fields .newsletter_amw input {
    	width: 100%;
    	float: none !important;
    	height: 56px;
    	padding: 10px 26px important;
    	color: auto !important;
    	background: #fff !important;
	}
		
		
		
	#modal-newsletter .modal-content {
	   background-color: #fff;
	   margin: auto;
	   padding: 40px;
	   border-radius: 10px;
	   width: 50%;
	   text-align: left;
	   transform: translateY(-50%);
	   max-width: 600px;
	   top: 50%;
	   position: relative;
	}

	#modal-newsletter #newsletter_amw input[type=submit],#modal-newsletter .newsletter_amw input[type=submit] {
    width: 100% !important;
    margin-left: 0px !important;
    font-size: 14px;
    height: 56px !important;
    float: none !important;
    background: #f60 !important;
    color: #fff !important;
}

#modal-newsletter #newsletter_amw input[type=submit]:hover,#modal-newsletter .newsletter_amw input[type=submit]:hover {
    background-color: #fff !important;
    border: 2px solid #f60 !important;
    color: #f60 !important;
}

	#modal-newsletter .row {
    display: flex;
    column-gap: 15px;
	position:relative;
	}

	#modal-newsletter .g-recaptcha {
    margin: 0 0 25px 0px !important;
    column-gap: 0px;
    flex-direction: column;
    align-items: center;
}
		
	#modal-newsletter .error{
	color:red;
	left:0px;
}
		

		#modal-newsletter .modal-header h2 {
   			flex: auto;
    		text-align: left;
		}

		#modal-newsletter .close {
		  color: red;
		  justify-items: end;
		  font-size: 28px;
		  font-weight: bold;
		  cursor: pointer;
		}

		#modal-newsletter .open-btn {
			cursor: pointer;
		}

	@media only screen and (max-width: 1140px) {

		#modal-newsletter .row {
    		flex-direction: column;
		}

		#modal-newsletter .modal-content {
   			max-height: 100vh;
   			overflow: auto;
		}

	}

	@media only screen and (max-width: 475px) {

	#modal-newsletter .close{
	    height: 20px;
    	line-height: 20px;
	}

	#modal-newsletter .row {
        margin: 0;
    }

	#modal-newsletter .modal-header{
		padding:0px 0px 15px 0px !important;
	}
	#modal-newsletter .modal-header h2{
		font-size:20px !important;
	}

	#modal-newsletter .modal-content {
		width: 90%;
		padding: 30px;
	}

	#modal-newsletter #newsletter_amw input[type="email"], #modal-newsletter .newsletter_amw input {
        margin-bottom: 20px !important;
		height:40px !important;
    }
		
	#modal-newsletter .privacy {
    	margin: 0px;
    	line-height: 1;
    	margin-bottom: 15px;
		font-size:14px;
	}

	#modal-newsletter label {
    	font-size: 14px;
	}

	#modal-newsletter input[type=text],#modal-newsletter input[type=url],#modal-newsletter input[type=search],#modal-newsletter input[type=email], #modal-newsletter input[type=password],#modal-newsletter input[type=tel],#modal-newsletter input[type=time],#modal-newsletter input[type=number],#modal-newsletter select,#modal-newsletter textarea{
		font-size:14px !important;
		height:40px !important;
	}

}