/* ---------------------------------------------- */
/* ----- NEWSLETTER-UA  ------------------------- */
/* ---------------------------------------------- */


.home-newsletter{
	background:#434E64;
	padding:30px 0px;
}

.newsletter-container{
	max-width:1200px;
	margin:0 auto;
	font-family : "OpenSans-Regular";
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom:30px;
}

.newsletter-container h3{
	color:#FFF;
	text-align:center;
	margin:0;
	padding:30px 0px;;
}

.newsletter-input-btn{
	margin:0 auto;
    background-color:#EEE;
    color:#434E64;
    text-transform:uppercase;
    font-weight:bold;
    border:3px solid #EEE;
	width:fit-content;
    height:50px;
    cursor:pointer;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:15px 30px;
	border-radius:100px;
	font-size:21px;
	text-align:center;
	text-decoration:none;
}

.newsletter-input-btn:hover{
	border:3px solid #EEE;
	background-color:#434E64;
	color:#EEE;
	text-decoration:none;
}



/* ---------------------------------------------- */
/* --------------- MEDIAQUERIES ----------------- */
/* ---------------------------------------------- */




@media screen and (min-width:1170px) and (max-width:1400px){   /*-----------------------------------------------------------------*/


}


@media screen and (min-width:1024px) and (max-width:1200px){   /*-----------------------------------------------------------------*/

}


@media screen and (min-width:1024px) and (max-width:1169px){   /*-----------------------------------------------------------------*/

    .home-newsletter{height:200px;background:#434E64;display:flex;}
    .newsletter-container{max-width:90%;}
}


@media screen and (min-width:961px) and (max-width:1440px){   /*-----------------------------------------------------------------*/
    
}


@media screen and (min-width:769px) and (max-width:960px){   /*-----------------------------------------------------------------*/
    
}


@media screen and (min-width:769px) and (max-width:1023px){   /*-----------------------------------------------------------------*/
   

	

    .home-newsletter{height:200px;background:#434E64;}
    .newsletter-container{max-width:90%;}
	
}  


@media screen and (min-width:601px) and (max-width:768px){   /*-----------------------------------------------------------------*/
   	
    .newsletter-container {width:100%;padding-top: 10px;}
	.home-newsletter label{
		width: 90%;text-align: center;
    	margin: 0 auto;font-size: 0.8em;
    	float: none;display: block;}
	.home-newsletter .newsletter-form {width:80%;margin:0 auto;float:none;}
	.home-newsletter .newsletter-button {font-size:0.7em;}
		
	iframe.wp-embedded-content{width:100%;}
}   


@media screen and (min-width:481px) and (max-width:600px){   /*-----------------------------------------------------------------*/

    .home-newsletter{background:#434E64;}
    .newsletter-container{max-width:90%;}
	.newsletter-container h3{font-size:18px;}
	.newsletter-container .newsletter-input-btn{font-size:18px;}
}   

@media screen and (max-width:480px){   /*-----------------------------------------------------------------*/

    .home-newsletter{background:#434E64;}
    .newsletter-container{max-width:90%;}
	.newsletter-container h3{font-size:16px;}
	.newsletter-container .newsletter-input-btn{font-size:16px;}
} 