.newsletter-form{
width: 80%;
margin-left:10%;
border: 1px solid rgb(232,232,232);
padding: 50px;
transition: all .3s ease-in-out;
}
.newsletter-form:hover{
box-shadow: 0 0 10px #b9b0ac;
}
.newsletter-form h1{
font-size:1.8em;
text-align:center;
}
.newsletter-form label{
word-spacing: 0em;
line-height: 120%;
font-family: "Sorts Mill Goudy";
color: rgba(162,150,144,1);
text-transform: uppercase;
font-variant: none;
text-decoration: none;
font-style: normal;
font-weight: 400;
letter-spacing: 0.3em;
font-size: 11px; 
display:block;
text-align:left;
margin-bottom:5px;
}
.newsletter-form input[type="email"]{
word-spacing: 0.07em;
line-height: 190%;
font-family: Garamond,Palatino,Georgia,serif;
color: rgba(162,150,144,1);
text-transform: none;
font-variant: none;
text-decoration: none;
font-style: normal;
font-weight: 400;
letter-spacing: 0em;
font-size: 18px;
width:100%;
outline:none;
}
.newsletter-form input:focus, .newsletter-form input:active{
box-shadow: rgba(0,0,0,0.5) 0px 0px 4px 1px;
}
.newsletter-form .newsletter-submit input{
width: 100%;
margin-top: 10px;
word-spacing: 0em;
line-height: 120%;
font-family: "Sorts Mill Goudy";
color: #fff;
text-transform: uppercase;
font-variant: none;
text-decoration: none;
font-style: normal;
font-weight: 400;
letter-spacing: 0.34em;
background: rgb(185, 176, 172);
box-shadow: none;
border: 1px solid rgb(185, 176, 172);
padding: 15px;
transition: all .3s ease-in-out;
coursor:pointer;
}
.newsletter-form .newsletter-submit input:hover{
background: #fff;
color: rgb(185, 176, 172);
}
.mc4wp-response p{
font-size: 1.5em;
text-align:center;
}