﻿@font-face {
    font-family: 'Nexa_Free_Light';
    src: url('/assets/fonts/Nexa_Free_Light-webfont.woff2');
    src: url('/assets/fonts/Nexa_Free_Light-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Nexa_Free_Bold';
    src: url('/assets/fonts/Nexa_Free_Bold-webfont.woff2');
    src: url('/assets/fonts/Nexa_Free_Bold-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Choplin-ExtraLight';
    src: url("/assets/fonts/Choplin-ExtraLight-DEMO-webfont.woff2") format("woff2"), url("/assets/fonts/Choplin-ExtraLight-DEMO-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Choplin-Medium';
    src: url('/assets/fonts/Choplin-Medium-DEMO-webfont.woff2');
    src: url('/assets/fonts/Choplin-Medium-DEMO-webfont.woff');
    font-display: swap;
}

internal-theme.blog .post .icon svg {
    width: 16px;
    height: 16px;
}

.blog-theme + .page-footer .navbar:before {
    display: none;
}

.blog-theme .mhgweb .post footer .category span a, .blog-theme .mhgweb .pager .PageNext, .blog-theme .mhgweb .pager .PagePrev {
    color: #ee3e33;
}

.blog-theme .mhgweb .pager span.CurrentPage, .blog-theme .mhgweb .pager span.CurrentPageSelected {
    background: #ee3e33;
}

.blog-theme .post.extended section img {
    float: left;
    padding-right: 20px;
}

.blog-theme b {
    font-weight: 700;
}

.blog-theme .icon {
    margin: 0 7px;
    display: inline-block;
}

    .blog-theme .icon.li svg {
        height: 16px;
        width: 16px;
    }

    .blog-theme .icon.fb svg {
        height: 20px;
        width: 10px;
    }

    .blog-theme .icon.pi svg {
        height: 16px;
        width: 16px;
    }

    .blog-theme .icon.wa svg {
        height: 16px;
        width: 16px;
    }

    .blog-theme .icon.tw svg {
        height: 16px;
        width: 20px;
    }

    .blog-theme .icon.gp svg {
        height: 15px;
        width: 23px;
    }

.blog-theme #dnn_LeftPane {
    padding-right: 2rem;
}

    .blog-theme #dnn_LeftPane .col-xs-6 {
        width: 50%;
    }

.blog-theme #dnn_RightPane {
    padding-left: 2rem;
}

/*// Small devices (landscape phones, 576px and up)
*/
.blog-theme .mhgweb .mhg-widget-categories ul li a {
    color: #ee3e33;
    font-weight: 900;
}

.mhgweb #postSummary p a {
    color: #ee3e33;
    font-weight: 100;
    font-family: "Nexa_Free_Bold", Helvetica, sans-serif !important;
    font-size: 16px;
}

a#postAuthorLink {
    font-weight: 900;
}

a.btn.btn-tertiary.btn-lg {
    padding-top: 8pt;
    font-family: "Nexa_Free_Bold", Helvetica, sans-serif !important;
}

a.posttitle {
    font-weight: 900 !important;
}

b {
    color: #000000 !important;
    font-family: "Nexa_Free_Bold", Helvetica, sans-serif !important;
    font-size: 12pt;
}

div.postAuthorName {
    font-weight: 900 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color: #000000;
}

h4 {
    font-size: 16pt !important;
}

p {
    font-family: "Nexa_Free_Light", Helvetica, sans-serif;
    font-weight: 900;
    color: #000000;
}

    p.banner {
        color: rgba(255, 255, 255, 0.7);
    }

.blog-theme .mhgweb {
    margin-top: 18pt;
    margin-bottom: 18pt;
    font-weight: 100;
}

a.authorAnchor {
    font-family: "Nexa_Free_Light", Helvetica, sans-serif !important;
    font-weight: 900 !important;
    text-decoration: underline;
    color: #000000;
}

    a.authorAnchor:hover {
        font-family: "Nexa_Free_Light", Helvetica, sans-serif !important;
        font-weight: 900 !important;
        text-decoration: underline;
        color: #EE3E33;
    }

@media (min-width: 576px) {
    .blog-theme .mhgweb {
    }
}

/*// Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) {
    .blog-theme .mhgweb {
    }
}

/*// Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) {
    .blog-theme .mhgweb {
        margin-top: 36pt;
        margin-bottom: 36pt;
    }
}

/*// X-Large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {
    .blog-theme .mhgweb {
        margin-left: 24pt;
        margin-top: 36pt;
        margin-bottom: 36pt;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)
*/
@media (min-width: 1400px) {
    .blog-theme .mhgweb {
        margin-left: -60pt !important;
    }
}



.blog-theme .mhgweb .post header a {
    color: #393939;
    font-weight: normal;
}

    .blog-theme .mhgweb .post header a:hover {
        color: #ee3e33;
    }

.blog-theme .mhgweb .mhg-blog-search {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .blog-theme .mhgweb .mhg-blog-search .textbox {
        width: 100%;
        border: 1px solid #7d7d7d;
    }

    .blog-theme .mhgweb .mhg-blog-search .search-button {
        display: block;
        width: 28px;
        height: 28px;
        background: url("../images/zoom-2.svg") center center no-repeat;
        text-indent: -9999px;
        margin-right: 3px;
    }

.blog-theme .mhgweb .widget-social-networks {
    clear: both;
    display: block;
    padding: 30px 0;
}

    .blog-theme .mhgweb .widget-social-networks .icon {
        margin: 0 7px;
        display: inline-block;
    }

        .blog-theme .mhgweb .widget-social-networks .icon.li svg {
            height: 16px;
            width: 16px;
        }

        .blog-theme .mhgweb .widget-social-networks .icon.fb svg {
            height: 20px;
            width: 10px;
        }

        .blog-theme .mhgweb .widget-social-networks .icon.pi svg {
            height: 16px;
            width: 16px;
        }

        .blog-theme .mhgweb .widget-social-networks .icon.wa svg {
            height: 16px;
            width: 16px;
        }

        .blog-theme .mhgweb .widget-social-networks .icon.tw svg {
            height: 16px;
            width: 20px;
        }

        .blog-theme .mhgweb .widget-social-networks .icon.gp svg {
            height: 15px;
            width: 23px;
        }

.blog-theme .mhgweb .RadTreeView .rtLines li {
    float: left;
    background: transparent;
    border: 1px solid #ee3e33;
    color: #fff;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

    .blog-theme .mhgweb .RadTreeView .rtLines li a {
        color: #ee3e33;
    }

    .blog-theme .mhgweb .RadTreeView .rtLines li:hover {
        border: 1px solid #ee3e33 !important;
        background-color: #ee3e33 !important;
    }

        .blog-theme .mhgweb .RadTreeView .rtLines li:hover a {
            color: #fff;
        }

.blog-theme .mhgweb .mwidgetposts.popularposts li {
    padding-bottom: 10px;
}

    .blog-theme .mhgweb .mwidgetposts.popularposts li a:hover {
        text-decoration: underline;
        color: #ee3e33;
    }

.icon.wa svg {
    height: 16px;
    width: 16px;
}

p.postSummary {
    font-weight: 900;
    padding;
}

p {
    font-weight: 900;
}
