

#subscribe-popup {
    width: 100%;
    max-width: 750px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
}
.mfp-bg{
    background: #848484;
}
#subscribe-popup .mfp-close{
    top: 0;
    color: #333!important;
    font-size: 36px;
    background-image: none;
    background-color: #fff!important;
}
#subscribe-popup input[type=submit]{
    margin-bottom: 0;
}
#subscribe-popup input[type=submit]:hover{
    background-color: #931d16;
    color: #fff;
}
#subscribe-popup h2{
    font-family: Lato!important;;
    font-size: 22px!important;
    margin-top: 30px;
}
#subscribe-popup p{
    font-family: Lato!important;;
    font-size: 16px!important;;
}
.hbspt-form .hs-email > label, .hbspt-form .hs-firstname > label{
    display: none;
}

#subscribe-popup .hbspt-form input{
    outline: 0;
    height: 41px;
    font-family: Lato;
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #999999;
    width: 100%;
    margin-bottom: 10px
}
#email_signup input{    
    padding: 10px;
    outline: 0;
    height: 41px;
    font-family: Lato;
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #999999;
    width: 100%;
    margin-bottom: 10px;
}
#email_signup button{
        width: 100%;
    height: 41px;    
    font-size: 16px;
    font-family: "Lato";
}
#email_signup button:hover{
    background-color: #931d16;
    color: #fff;
}