/* City of Cherry Valley — event detail (/events/{slug}) */

#posts {
    padding: 0;
}

#posts article#post > header {
    display: none;
}

#posts article#post .content > header {
    text-align: center;
    padding: 25px 0;
}

#posts article#post .content > header h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}

#posts article#post .content > header .meta {
    font-weight: normal;
    font-size: 18px;
    padding-top: 25px;
    line-height: 31px;
    color: #444;
}

#posts article#post .content > header .meta a {
    color: #2b2b2b;
}

#posts article#post .content > header .meta a:hover {
    color: #0071a6;
}

#posts .event_post {
    margin-top: 10px;
    margin-bottom: 40px;
}

#posts .event_post .img_area img {
    width: 100%;
    height: auto;
}

#posts .event_post .col-md-9,
#posts .event_post .col-md-12 {
    font-size: 18px;
    line-height: 31px;
    color: #000;
}

#posts .event_post .col-md-9 p,
#posts .event_post .col-md-12 p {
    font-weight: normal;
    font-size: 18px;
    padding-top: 0;
    line-height: 31px;
}

@media (max-width: 767.98px) {
    #posts article#post .content > header h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    #posts article#post .content > header .meta {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 16px;
    }

    #posts .event_post .col-md-3,
    #posts .event_post .col-md-9,
    #posts .event_post .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
}
