/*
Theme Name: Elegant Magazine Custom
Description: Theme enfant de Elegant-Magazine
Author: Vincent - Influcom
Author URI: https://www.influcom.fr
Template: elegant-magazine
Version: 0.1.0
*/


footer .site-title a, footer .site-description{
    color: white;
}

.entry-content-wrap h2{
    margin: 50px 0 30px 0;
}

.entry-content-wrap p{
    color: #333333;
    line-height: 1.8em;
    font-size: 20px;
}

.entry-content-wrap p a{
    color: #0ED4CD;
}

.entry-content-wrap p a:hover{
    text-decoration: underline;
}

.main-navigation .menu ul.menu-desktop > li.current-menu-item > a{
    color: #0ED4CD;
}

.em-reated-posts{
    display: none;
}

.section-newsletter-subscription{
    padding: 20px;
    margin: 40px 0;
    background-color: #000644;
    color: white;
    text-align: center;
}

.section-newsletter-subscription h2,
.section-newsletter-subscription p{
    color: white !important;
}

.section-newsletter-subscription form button{
    width:100%;
    text-decoration: none;
    display: inline-block;
    padding: 16px 20px;
    background: #0ED4CD;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 2px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.section-newsletter-subscription form input[type="email"]{
    width:100%;
    display: inline-block;
    padding: 16px 20px;
    border-radius: 2px;
    height: 48px;
    background-color: white !important;
    border: 0!important;
    color: #333!important;
    font-size: 17px !important;
}

.mce_inline_error{
    background-color: transparent !important;
    color: white !important;
}

#mce-success-response{
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}




















