#newsletter h3{
  font-size:30px;
}

#newsletter p{
  font-size:18px
}
#newsletter div div{
  display:inline-block;
}

#newsletter .wrapper{
  display:grid;
  grid-template-columns:1fr 2fr;
  align-items: center;
}


#newsletter .newsletter_signup input{
  padding:15px 30px;
  width:20%;
  border:none;
  border-radius:3px 0px 0 3px ;
  margin:0;
  font-size:20px;
  font-weight:100;
  }
#newsletter .newsletter_signup input:first-of-type{
  width:70%
}

#newsletter .newsletter_signup input.submit{
  border-radius:0 3px 3px 0;
  color:#fff;
}


footer{
  background:#322172;
  color:#fff;
  padding-top:50px;
}

footer p{
  line-height:10px;
}

footer div a{
  color:#fff;
}
footer .wrapper{
  display:grid;
  grid-template-columns:1fr 300px;

}

@media only screen and (max-width:768px){
  footer .wrapper{
    display:block;
    grid-template-columns:unset !important;
    text-align:center;
  }
}


#socket{
  grid-column:span 3;
  text-align:center;
  padding-top:10px;
  padding-bottom:30px;
}


#socket p{
  line-height:30px;
}



.icon.facebook:before{content:"\f017";}