/*
Theme Name:   Flex Mag Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Flex Mag Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     flex-mag
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  flex-mag-child
*/

.newsletter-subscribe {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    background-color: #FFEDB9;
    border-radius: 5px;
    padding: 2rem;
}

.newsletter-subscribe .subscribe-header {
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    margin: 1rem 0 1rem;
    letter-spacing: -0.25px;
}
.newsletter-subscribe .subscribe-lead {
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: -0.25px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.newsletter-subscribe .es_txt_email{font-size:15px;line-height:21px;color:#444;border:1px solid #000;width:100%;max-width:540px;height:34px;padding:5px 10px;text-align:center;display:block;margin:10px auto}
.newsletter-subscribe .es-field-wrap label{text-align:center;margin:0 auto;display:block;font-size:18px;font-family:'Roboto';font-weight:700}
.newsletter-subscribe input.es_subscription_form_submit{-webkit-appearance:none;border:0;background-color:#000;color:#FFF;text-align:center;padding:7px 20px;font-size:16px;-moz-appearance:none;margin:0 auto;display:block;font-weight:700;cursor:pointer}


#scrollingMessage {
    display: contents;
    background-color: #eee;
    color: black;
    z-index: 3000;
    min-height: 44px;
}

#scrollingMessage marquee {
    line-height: 32px;
    margin-top: 6px;
}

#scrollingMessage marquee b {
    color: #025c91;
}

a {
    color: white;
}

#scrollingMessage .highlight-news-separator {
    padding-left: 10px;
    padding-right: 10px;
    color: blue;
}

#scrollingMessage .highlight-news-separator:last-of-type {
    display: none;
}

@media screen and (max-width: 659px) {
    #feat-top-wrap .feat-wide5-main, #feat-wide-wrap .feat-wide5-main {
        height: 250px !important;
    }
    #scrollingMessage marquee {
        margin-top: 12px;
    }
}
