/* Age Gate Styles*/

.age-gate__buttons button[type="submit"] { 
    background-color: #f9c5d7 !important;
    color:#3C4434 !important;
    font-size: 1rem !important;
}

.age-gate__buttons button[type="submit"]:hover { 
    background-color: #fff !important;
}

.age-gate__headline {
    color:#fff !important;
}

.age-gate__subheadline {
    display:none;
}

.age-gate__error {
    color:#F9C5D7 !important;
    font-size:2rem !important;
}

/* Blog */
.container-wrap {
    padding-bottom:0 !important;
}
.related-post-wrap {
    margin-top: 0 !important;
}
.post-header h3 {
    color:#517360 !important;
}
.related-title {
    color:#F15B36 !important;
}