.Mnet_TopLeft_970x250 {
    width: 970px;
    margin: 60px auto;
    text-align: center;
    min-height: 104px;
}
.adcontainer {
    margin-top: 20px;
}
.intext_ad_wrapper {
    margin: 0px auto;
    font-family: kanit,sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
}
.ad.custom a.remove-ads-link {
    top: 0px;
}
.ad.custom .ad-tag {
    margin-top: 20px !important;
}
.ad.custom {
    border-top: 1px solid #1a1a1a;
    font-family: kanit,sans-serif;
    color: #2b2b2b;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
    padding-top: 1em;
}
.ad-300x600 {
    min-width: 300px;
    min-height: 600px;
}
.ad-300x250 {
    min-width: 300px;
    min-height: 250px;
}
.ad-tag {
    margin: 5px 0px 50px;
}
#secondary, #sidebar-page {
    max-width: 300px;
}
.single-post .contentwrap, .single-attachment .contentwrap {
    margin-right: 50px;
}

.home .Mnet_TopLeft_970x250 {
    margin-top: 0px;
}
h3.footer-menu-title {
    display: none;
}
.entry-meta * {
    display: none;
}
#colophon { background-color: #123045 !important; }
#big-footer-feature h3.footer-feature-title:before {
    display: none;
}
.footer-patreon-login-button {
    font-size: 22px;
    text-transform: uppercase;
    border: 3px solid white;
    padding: 17px 40px;
    position: relative;
    top: -28px;
    margin-top: 30px;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
}
.membership-widget a {
    display: inline-block;
    border: 2px solid;
    text-transform: uppercase;
    font-family: Kanit, sans-serif;
    font-weight: normal;
    text-decoration: none;
    padding: 4px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.membership-widget a.patreon-signup:hover {
    background-color: #052d49;
    border-color: #052d49;
    transition-duration: 0.2s;
}
.membership-widget a.patreon-signup {
    color: #fff;
    background-color: #f96854;
    border-color: #f96854;
}
.membership-widget a.patreon-login {
    color: #052d49;
    border-color: #052d49;
}
.membership-widget a.patreon-login:hover {
    color: #fff;
    background-color: #052d49;
    transition-duration: 0.2s;
}
.membership-widget h2 {
    font-size: 27px;
    margin-bottom: 5px;
}
.membership-widget {
    background-color: #f3f3f3;
    padding: 25px;
}
.consumable.ahe-ad {
    font-family: 'Kanit',sans-serif;
    font-weight: bold;
    color: #2b2b2b;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 6px;
    margin-top: 12px;
    border-top: 1px solid #2b2b2b;
    padding-top: 1rem;
}
.cnsmbl-ebooks-responsive {
    margin-top: 8px !important;
}
a.remove-ads-link {
    float: right !important;
    color: #fff !important;
    background-color: #2b2b2b;
    text-decoration: none;
    padding: 1px 5px;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: -1px 0px;
}
.remove-ads-link:hover {
    background-color: #f96854;
    transition-duration: 0.2s;
}
.widget a.remove-ads-link {
    position: relative;
    top: 17px;
    font-family: 'Kanit',sans-serif;
}
#sovrn_beacon {
    position: absolute;
    left: -1000px;
}
.email-octopus-form-wrapper {
    font-family: 'Kanit',sans-serif !important;
    background-color: #f3f3f3;
    padding: 20px;
}
.email-octopus-form-wrapper button {
    background-color: #2b2b2b !important;
    color: #fff;
    font-family: 'Kanit',sans-serif;
    text-transform: uppercase;
    font-weight: normal !important;
}
.email-octopus-form-wrapper button:hover {
    background-color: #f96854 !important;
    transition-duration: 0.2s;
}
.email-octopus-form-wrapper h2.email-octopus-heading {
    font-family: 'noticia text',serif;
    font-size: 27px;
    margin-bottom: -15px !important;
}
#pubexchange_below_content {
    min-height: 420px;
}

#ad_mnet_mobilesticky {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.grecaptcha-badge {
    display: none !important;
}

/* Fluid Layout */
@media (max-width: 879px) {
    /* Mobile */
    .intext_ad_wrapper {
        max-width: 320px;
    }
    .intext_ad_wrapper .ad-tag {
        min-height: 250px;
    }
    .Mnet_TopLeft_970x250 {
        max-width: 320px;
        margin: 30px auto 0px auto;
    }
}
@media (min-width: 880px) and (max-width: 1187px) {
    /* Tablet */
    .intext_ad_wrapper {
        max-width: 468px;
    }
    .intext_ad_wrapper .ad-tag {
        min-height: 100px;
    }
    .Mnet_TopLeft_970x250 {
        max-width: 728px;
        margin: 30px auto 0px auto;
    }
    .single-post .contentwrap, .single-attachment .contentwrap {
        margin-right: 0px;
    }
}
@media (max-width: 1187px) {
    /* Mobile & Tablet */
    aside#secondary {
        max-width: 100%;
    }
    .single-post .contentwrap, .single-attachment .contentwrap {
        width: 100%;
        float: none;
    }
}
@media (min-width: 1188px) {
    /* Desktop Wide Large */
    .intext_ad_wrapper {
        max-width: 728px;
    }
    .intext_ad_wrapper .ad-tag {
        min-height: 90px;
    }
    .ad.custom.intext {
        display: none;
    }
}

/* Mobile & Tablet Only */
@media (max-width: 960px) {
    .mobile_newsletter_cta a {
        display: block;
        background-color: #f3f3f3;
        padding: 25px;
        text-transform: uppercase;
        font-family: Kanit, sans-serif;
        letter-spacing: 1px;
        text-decoration: none;
    }
    .mobile_newsletter_cta span {
        padding-right: 13px;
        font-size: 30px;
        vertical-align: middle;
        position: relative;
        top: 1px;
        text-decoration: none;
    }
}

/* Desktop Only */
@media (min-width: 960px) {
    .mobile_newsletter_cta {
        display: none;
        background-color: #f3f3f3;
    }
    #mc_embed_signup form#mc-embedded-subscribe-form {
        background-color: #f3f3f3;
        padding: 25px !important;
        font-family: Kanit, sans-serif;
    }
    #mc_embed_signup #mc-embedded-subscribe-form h2 {
        font-family: 'Noticia Text', serif;
        font-size: 27px;
        margin-bottom: 15px;
    }
    #mc_embed_signup input.button {
        background-color: #51a8dd;
        letter-spacing: 1px;
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }
    .indicates-required {
        position: absolute;
        right: 25px;
        color: #999;
    }
    .mobile_newsletter_cta {
        display: none;
    }
}