.entry-title {
    margin-top: 50px;
    margin-bottom: 10px;
}

.post-meta-info {
    color: #999;
    font-size: 1rem;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.page-title h2 {
    margin-bottom: 5px;
    font-size: 1.6rem;
}

@media (max-width: 576px) {
    .entry-title {
        font-size: 1.8rem;
    }
    .page-title h2 {
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    .post-meta-info {
        color: #999;
        font-size: 0.9rem;
        margin-bottom: 30px;
    }
}

.entry-content p {
    margin-bottom: 20px;
}
div[id*="page"]:first-child {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}
.entry-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

figure {
    width: 100% !important;
}

figcaption {
    font-size: 13px;
    color: #999999;
    margin-bottom: 30px;
}

.entry-content figure.wp-block-image > figcaption, .entry-content div.wp-block-image figure > figcaption {
    margin-top: 0;
    margin-bottom: 30px;
}

.entry-content figure > img {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
}
.media_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}


.introImg {
    position: relative;
    text-align: center;
    margin-bottom: -30px;
}

.centered {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20%;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    border: 10px solid #b6121c;
    border-radius: 100px;
    background: #b6121c;
    width: 80%;
    clear: both;
    opacity: 0.8;
}

.cover_text {
    vertical-align: middle;
    font-size: 2.6em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 0 20px #020101, -1px -1px 0 #500c0c, 1px -1px 0 #500c0c, -1px 1px 0 #500c0c, 1px 1px 0 #500c0c;
}

@media (max-width: 576px) {
    .cover_text {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 577px) and (max-width: 1200px) {
    .cover_text {
        font-size: 2em;
    }
}

.ad_placeholder {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 14px;
    margin-bottom: 35px;
}

.divider {
    text-align: center;
    color: #999999;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 7px;
}

.divider:before,
.divider:after {
    background-color: #d9d9d9;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.divider:before {
    right: 0.5em;
    margin-left: -50%;
    margin-top: -2px;
}

.divider:after {
    left: 0.5em;
    margin-right: -50%;
    margin-top: -2px;
}

#bottom-mpu-placeholder {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

#bottom-placeholder {
    display: flex;
    justify-content: center;
}

#top-placeholder {
    display: flex;
    justify-content: center;
}