/* _________________________________________________
VERB Interactive CSS Framework

Theme Name: Discover Charlottetown
Author: VERB Interactive
Author URI: http://www.verbinteractive.com
Description: 
Version: 1.0
___________________________________________________*/

#mc_embed_signup {
    background: #f8f8f8 !important;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    max-width: 650px !important;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 2rem;
}

.indicates-required {
    display: none;
}

#mc_embed_signup h2 {
    margin-bottom: 40px;
}

#mc_embed_signup label {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 1.2;
    margin: 18px 0 6px;
    text-align: left;
}

#mc_embed_signup input[type="email"], #mc_embed_signup input[type="text"] {
    border: 1px solid #000;
    padding: 11px 15px;
    background: #fff;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    display: block;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    line-height: 1.6;
    border-color: silver;
}

#mc_embed_signup input[type="submit"] {
    width: 100%;
    margin-top: 20px;
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    color: #c91818;
    font-weight: bold;
}