/* News */

html .right.container-fluid.blog-layout-size,
html .single-post .right.blog-layout-size,
html .single-post .blog-layout-size nav,
.blog-post-page .h2.nomargin,
.blog-ribbon,
.blog-contents .col-md-8 .blog-simple-content .post-metadata-item i,
.blog-widget #btnSearch i,
html .container-fluid.blog-layout-size.std-margin-bottom,
.knowledge .blog-ribbon span::before,
.knowledge .blog-ribbon span::after,
.knowledge .btn-cont i,
html .knowledge .tooltip,
html .knowledge .right.container-fluid.blog-layout-size .horizontalLine,
.single-post .post-metadata .glyphicon,
.single-post .blog-post-content .post-body~div,
.single-post .blog-post-content .post-body~br,
.single-post .blog-post-content .post-body~h4,
html .single-post .blog-tag,
.single-post .post-nav .btn+br,
.single-post .breadcrumbs .btn-cont {
    display: none !important;
}

html .blog-page .siteBody {
    max-width: 100%;
    padding: 0;
    min-height: auto;
}

.events-header-container { padding-top: 165px; }
.blog-post-page { padding-top: 150px; }

.blog-contents {
    padding: 40px 0 55px;
    background: #F8F9FA;
}
.single-post .blog-contents {
    padding: 40px 0 0;
}
.blog-contents .container-fluid {
    width: 100%;
    max-width: 1410px;
    padding: 0;
}

.blog-contents .row {
    margin: 0 auto;
}

.blog-contents .breadcrumbs+.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px auto 0;
}

.blog-contents .col-md-4,
.blog-contents .col-md-8 {
    padding: 0;
    width: auto;
}

.blog-contents .col-md-8 {
    width: 900px;
    margin-right: 20px;
}

.blog-contents .col-md-4 {
    width: 355px;
    margin-left: 20px;
}

.blog-contents .post-subject,
.blog-widget-header-wrapper>.h4,
.single-post .post-title {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: #0B3E66;
}

.blog-right-sidebar .blog-widget:first-child .h4 {
    margin: 0 0 20px;
}

.blog-right-sidebar .blog-widget:nth-child(2) .h4 {
    margin: 0 0 15px;
}

html .blog-post-content {
    padding: 25px 35px 35px;
    background-color: #FFF;
    border: none;
    margin: 0 0 40px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

html .blog-post-content .post-box,
.post-box .col-md-9,
.post-box .post-metadata-btn-col {
    padding: 0;
}

.blog-post-content .post-box {
    display: flex;
    flex-direction: column;
}

.post-box .title {
    order: 0;
}

html .post-metadata {
    order: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

html .post-metadata,
html .post-metadata * {
    color: #54A11F !important;
    padding: 0 !important;
}

html .post-metadata,
html .post-metadata *:not(.glyphicon),
.blog-contents .post-excerpt,
html .blog-widget,
html .blog-widget *:not(.glyphicon),
.blog-posts .text-muted,
.single-post .post-body *:not(.glyphicon) {
    font-family: 'Poppins', sans-serif;
}

html .blog-contents .post-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #707070;
    margin-top: 10px;
    order: 2;
}

html .blog-posts .horizontalLine {
    border-bottom: 1px dashed #ACACAC;
    border-top: none;
    margin: 25px 0;
}

.blog-posts .text-muted {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #707070;
    margin: 0;
}

html .post-box .horizontalLine {
    border-bottom: 1px dashed #ACACAC;
    border-top: none;
    margin: 25px 0 15px !important;
    order: 3;
}

.post-box .post-metadata-btn-col {
    order: 4;
    width: 100%;
    margin-top: 15px;
}

.blog-simple-content .post-metadata-item {
    position: relative;
}

html .post-metadata-item:not(first) {
    margin-right: 0;
}

html .post-metadata-item.lighter:not(first),
html .single-post .post-metadata .post-metadata-item:first-child {
    margin-right: 15px;
}

html .single-post .post-metadata .post-metadata-item:first-child {
    margin-right: 15px !important;
}

html .single-post .post-metadata span:nth-child(2) {
    margin-right: 10px !important;
}

.blog-simple-content .post-metadata-item::before,
.single-post .post-metadata-item::before,
html .single-post .post-metadata span:nth-child(3)::before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.single-post .post-metadata .post-metadata-item:first-child::before,
.blog-simple-content .post-metadata-item[title="Publish Date"]::before {
    width: 12px;
    height: 12px;
    background-image: url(../../svg/clock.svg);
    margin-right: 6px;
}

html .single-post .post-metadata span:nth-child(3)::before {
    width: 13px;
    height: 14px;
    background-image: url(../../svg/print.svg);
    margin-right: 4px;
}

.blog-simple-content .post-metadata-item[title="Author"]::before {
    width: 12px;
    height: 13px;
    background-image: url(../../svg/user.svg);
    margin-right: 3px;
}

.blog-simple-content .post-metadata-item[title="Rating"]::before {
    width: 13px;
    height: 12px;
    background-image: url(../../svg/star.svg);
    margin-right: 3px;
}

html .blog-simple-content .post-read-btn,
html .knowledge .right.container-fluid.blog-layout-size .btn:first-child {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #FFF !important;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 10px !important;
    min-width: 220px;
    border: none;
    border-radius: 11px;
    background-color: #54A11F;
    background-image: url(../../svg/button-icon.svg);
    background-position: 92% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
    text-shadow: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

html .blog-simple-content .post-read-btn:hover,
html .blog-simple-content .post-read-btn:focus,
.blog-widget .mag-follow-btn:hover,
.blog-widget .mag-follow-btn:focus,
html .knowledge .right.container-fluid.blog-layout-size .btn:hover,
html .knowledge .right.container-fluid.blog-layout-size .btn:focus {
    background-color: #0B3E66 !important;
}

.knowledge .blog-contents .breadcrumbs+.row {
    margin: 45px auto 0;
}
.single-post.knowledge .blog-contents .breadcrumbs+.row {
    margin: 30px auto 0;
}
.knowledge .post-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.knowledge .blog-ribbon {
    display: block !important;
    width: max-content;
    height: auto;
    position: relative;
    top: inherit;
    right: inherit;
    left: 0;
    bottom: 0;
}

.knowledge .blog-ribbon>span {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #0EB1D7;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
}

.knowledge .pagination {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.knowledge .blog-widget .mag-follow-btn {
    background: #54A11F;
}

html .knowledge .right.container-fluid.blog-layout-size {
    display: block !important;
    margin: 0 !important;
}

html .knowledge .right.container-fluid.blog-layout-size .btn:last-of-type {
    line-height: 1;
    margin: 0 0 0 10px;
    height: 45px;
    min-width: 50px;
    border: none;
    border-radius: 11px;
    background-color: #0EB1D7;
    background-image: url(../../svg/settings.svg);
    background-position: 50%;
    background-size: 27px;
    background-repeat: no-repeat;
    text-shadow: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.knowledge .label-tag,
.knowledge .label-tag * {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #707070 !important;
    border: none !important;
    border-radius: 0;
    background-color: transparent !important;
    padding: 0;
    transition: all .3s linear;
}

.knowledge .label-tag {
    margin: 0 28px 12px 0;
}

.knowledge .label-tag:hover,
.knowledge .label-tag:hover *,
.single-post .post-nav .btn:hover,
.single-post .post-nav .btn:focus {
    color: #0B3E66 !important;
    transition: all .3s linear;
}

.single-post .post-nav .btn:hover path,
.single-post .post-nav .btn:focus path {
    fill: #0B3E66;
}

.single-post .post-nav .btn:nth-child(2) {
    display: none;
}


/* Knowledge - Detailed */

html .single-post .blog-post-content {
    padding: 30px 35px 25px;
    margin-bottom: 0;
}

.single-post .post-body p,
.single-post .post-body li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 15px;
    color: #707070;
}

.single-post .post-body strong {
    display: block;
    font-weight: 500;
    color: #0B3E66;
    margin: 40px 0 20px;
}

html .single-post .post-metadata a:hover,
html .single-post .post-metadata a:focus {
    color: #0B3E66 !important;
}

.single-post .post-body {
    margin-top: 35px;
}

.single-post .post-nav {
    padding-top: 115px;
    margin-top: 25px;
    border-top: 1px dashed #ACACAC;
}

.single-post .post-nav .btn {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #54A11F;
    padding: 0;
    margin: 0;
    background: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.single-post .post-nav .btn svg {
    margin-right: 3px;
}


/* Sidebar */

html .blog-right-sidebar {
    padding: 30px 25px 5px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

html .knowledge .blog-right-sidebar {
    padding: 30px 25px 65px;
}

html .blog-widget {
    background-color: #FFF;
    box-shadow: none;
    padding: 0;
    margin-bottom: 25px;
}

html .single-post .blog-right-sidebar .blog-widget:nth-child(3) {
    margin-bottom: 0;
}

html .blog-widget,
html .blog-widget-header-wrapper {
    border: none;
}

.blog-right-sidebar .blog-widget:not(:last-of-type) {
    padding-bottom: 25px;
    border-bottom: 1px dashed #ACACAC;
    border-radius: 0;
}

html .blog-widget-header-wrapper {
    border: none;
}

.blog-widget .text-muted,
.blog-widget-header small {
    font-size: 16px;
    line-height: 1;
}

.blog-widget .input-group .form-control,
.blog-widget .input-group-btn:last-child>.btn {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.blog-widget .input-group {
    border: 1px solid #C2C2C2;
    border-radius: 11px;
    padding: 5px 15px 5px 20px;
}

.blog-widget .input-group .form-control,
.blog-widget .input-group .form-control::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #707070;
}

.blog-widget #btnSearch {
    min-width: max-content !important;
    width: 17px;
    height: 17px;
    background-color: transparent !important;
    background-position: center !important;
    background-image: url(../../svg/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    margin: 0;
}

.blog-widget .mag-follow-btn {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    margin: 15px 0 0;
    padding: 16px 10px !important;
    min-width: 220px;
    border: none;
    border-radius: 11px;
    background-color: #979797;
    text-shadow: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

html .single-post .blog-widget #blogTags a {
    display: block;
    margin: 0 0 10px 0;
}

html .single-post .blog-widget #blogTags a:last-child {
    margin-bottom: 0;
}

html .single-post .label-tag,
html .single-post .label-tag * {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}


/* Media Queries */

@media (max-width: 1600px) {
    .blog-contents .container-fluid {
        max-width: 1410px;
        padding: 0 15px;
    }
    .blog-contents .col-md-8 {
        width: 68%;
    }
}

@media (max-width: 1365px) {
    .blog-contents .col-md-8 {
        width: 65%;
        margin-right: 10px;
    }
    .blog-contents .col-md-4 {
        width: 33%;
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .blog-contents .container-fluid {
        padding: 0 15px;
    }
    .blog-contents .col-md-4 {
        min-width: 32%;
    }
    .blog-contents {
        padding: 40px 0 50px;
    }
    .blog-contents .breadcrumbs+.row {
        margin: 25px auto 0;
    }
    .blog-contents .col-md-8 {
        width: 64%;
    }
    html .single-post .blog-post-content {
        padding: 20px 25px 25px;
    }
    .single-post .post-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .single-post .post-body {
        margin-top: 20px;
    }
    .single-post .post-body strong {
        margin: 25px 0 0;
    }
    .single-post .post-nav {
        padding-top: 107px;
    }
}

@media (max-width: 989px) {
    .blog-contents .col-md-8 {
        width: 58%;
        margin-right: 5px;
    }
    .blog-contents .col-md-4 {
        width: 40%;
        margin-left: 5px;
    }
    .blog-contents .post-subject,
    .blog-widget-header-wrapper>.h4 {
        font-size: 17px;
    }
    .blog-widget .text-muted,
    .blog-widget-header small {
        font-size: 15px;
    }
    html .blog-post-content {
        padding: 20px 20px 30px;
    }
    html .blog-right-sidebar {
        padding: 25px 20px 5px;
    }
    html .post-metadata,
    html .post-metadata * {
        font-size: 13px !important;
    }
    .single-post .post-nav {
        padding-top: 30px;
    }
    html .single-post .blog-post-content~br {
        display: none;
    }
    html .knowledge .blog-right-sidebar {
        height: auto;
    }
    html .single-post.knowledge .blog-right-sidebar {
        padding: 30px 25px;
    }
    html .knowledge .blog-right-sidebar {
        padding: 30px 25px 0;
    }
    .single-post .blog-contents {
        padding: 40px 0 50px;
    }
}

@media (max-width: 767px) {
    .blog-contents {
        padding: 25px 0 40px;
    }
    .blog-contents .col-md-8,
    .blog-contents .col-md-4,
    html .blog-right-sidebar {
        width: 100%;
        margin: 0 !important;
    }
    .blog-contents .col-md-8 {
        margin-bottom: 35px !important;
    }
    .blog-simple-content .post-metadata-item[title="Publish Date"]::before,
    .single-post .post-metadata .post-metadata-item:first-child::before {
        width: 10px;
        height: 10px;
        margin-right: 4px;
    }
    .blog-simple-content .post-metadata-item[title="Author"]::before {
        width: 10px;
        height: 11px;
        margin-right: 2px;
    }
    .blog-simple-content .post-metadata-item[title="Rating"]::before {
        width: 11px;
        height: 10px;
        margin-right: 2px;
    }
    html .blog-post-content {
        padding: 20px 18px 25px;
    }
    html .news .blog-post-content {
        margin-bottom: 0;
    }
    html .blog-right-sidebar {
        padding: 25px 18px 5px;
    }
    html .post-box .horizontalLine {
        margin: 20px 0 10px !important;
    }
    html .blog-simple-content .post-read-btn,
    .blog-widget .mag-follow-btn {
        font-size: 15px;
        padding: 15px 10px !important;
        min-width: 100%;
    }
    .blog-contents .post-subject,
    .blog-widget-header-wrapper>.h4 {
        font-size: 16px;
    }
    .blog-right-sidebar .blog-widget:first-child .h4 {
        margin: 0 0 15px;
    }
    .knowledge .blog-contents .breadcrumbs+.row {
        margin: 30px auto 0;
    }
    .knowledge.blog-page .blog-contents .breadcrumbs+.row {
        margin: 0;
    }
    html .knowledge .right.container-fluid.blog-layout-size .btn:last-of-type {
        background-size: 25px;
    }
    html .knowledge .right.container-fluid.blog-layout-size .btn:first-child {
        min-width: 80%;
    }
    html .knowledge .blog-right-sidebar {
        padding: 25px 20px 0;
    }
    .knowledge .blog-contents .col-md-8 {
        margin-bottom: 25px !important;
    }
    html .knowledge .right.container-fluid.blog-layout-size {
        display: flex !important;
    }
    .blog-posts .text-muted {
        font-size: 17px;
    }
    html .blog-posts .horizontalLine {
        margin-top: 0;
    }
    .single-post.knowledge .blog-contents .breadcrumbs+.row {
        margin: 20px auto 0;
    }
    .single-post .blog-contents {
        padding: 25px 0 35px;
    }
    html .single-post .blog-post-content {
        padding: 15px 20px 25px;
    }
    .single-post .post-metadata {
        display: flex;
        flex-direction: column;
    }
    html .single-post .post-metadata .post-metadata-item:first-child {
        margin-right: 0 !important;
    }
    html .single-post .post-metadata span:nth-child(2) {
        margin: 12px 0 15px !important;
    }
    .single-post .post-body p,
    .single-post .post-body li {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .single-post .post-title {
        margin-bottom: 15px;
    }
    .single-post .post-metadata .post-metadata-item:first-child::before,
    .blog-simple-content .post-metadata-item[title="Publish Date"]::before,
    html .single-post .post-metadata span:nth-child(3)::before {
        position: relative;
        top: 1px;
    }
    html .single-post .post-metadata span:nth-child(3)::before {
        width: 11px;
        height: 12px;
        margin-right: 2px;
    }
    .single-post .post-nav .btn {
        font-size: 15px;
    }
    .single-post .post-nav {
        padding-top: 25px;
        margin-top: 20px;
    }
    html .single-post .label-tag, html .single-post .label-tag * {
        font-size: 15px;
    }
    html .single-post.knowledge .blog-right-sidebar {
        padding: 25px 20px 20px;
    }
    .single-post.knowledge .blog-contents .col-md-8 {
        margin-bottom: 35px !important;
    }
    .blog-widget .text-muted {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 360px) {
    .post-metadata .col-md-9 {
        display: flex;
        flex-direction: column;
    }
    html .post-metadata-item.lighter:not(:last-child) {
        margin-bottom: 8px;
    }
    html .knowledge .right.container-fluid.blog-layout-size .btn:last-of-type {
        background-size: 22px;
        min-width: 17%;
    }
    .single-post .post-title {
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    html .blog-post-content {
        padding: 15px 15px 25px;
    }
    html .post-metadata,
    html .post-metadata * {
        font-size: 11px !important;
    }
}