﻿


/*=====================================
GENERAL STYLES
=====================================*/

body {
font-family: Verdana;
}

/*=====================================
EMAIL FORM STYLES
=====================================*/

.email-wrapper .form-control
{
display:inline;
height:50px;
font-size:20px;
margin-right:20px;
width:60%;
}

.email-wrapper .btn-subscribe
{
height:50px;
font-size:20px;
color: #fff;
background-color: #E42B47;
border-color: #E0294C;
margin-top:-10px;
}

/*================================
    MEDIA RESPONSIVE STYLES
 ============================  */

@media (min-width: 100px) and (max-width: 498px) {
   .email-wrapper .form-control
{
display:block;
width:100%;
}

.email-wrapper .btn-subscribe
{
margin-top:20px;
}
 

}