/*  BLOG-POST STYLES*/
.blog-post-header {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 28vw;
    max-height: 400px; */
    justify-content: space-between;

}

.blog-postTitle {
    /* margin-bottom: 15px; */
    text-align: center;
    padding-top: 12%;
    padding-bottom: 12%;
    color: white;
    margin: 0;
}

.blog-post-header .blog-date, .blog-post-header .blog-views {
    color: white;
}

.blog-post-separator {
    width: 50px;
    height: 1px;
    background-color: #06a9e4;
    margin-bottom: 15px;
    border-radius: 20px;
}

.blog-post-header .blog-separator {
    display: none;
}

.blog-post-header .blog-info {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid white;
    padding-top: 20px;
}

.content-main > *:first-child {
    margin-top: 0px !important;
}

.content-main > *:last-child {
    margin-bottom: 0px;
}

.blog-post ol {
    list-style: none;
    padding-left: 36px;
    counter-reset: list-counter 1;
}

.blog-post ol li {
    position: relative;
}

.blog-post ol li:before {
    counter-increment: list-counter;
    content: counter(list-counter) ". ";
    position: absolute;
    left: -33px;
    color: #06a9e4;
    font-weight: 600;
}

.blog-post ul {
    list-style: none;
    padding-left: 36px;
}

.blog-post ul li {
    position: relative;
}

.blog-post ul li:before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: #06a9e4;
    position: absolute;
    top: 11px;
    left: -35px;
}
/* 
.blog-imgCover {
    height: 450px;
    position: relative;
    padding: 0 40px 36px;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    overflow: hidden;
}

.blog-postPic {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
} */

.related-title {
    color: #474747;
    font-size: 32px;
    font-weight: 800;
}

.related-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
    align-items: flex-start;
}

.related-item {
    width: calc(33.3% - 30px);
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.related-item-img-wrap {
    height: 175px;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.related-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.related-content {
    padding: 20px;
    padding-top: 0px;
}

.related-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #474747;
    text-decoration: none;
    display: block;
}

.related-item-excerpt {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 16px;
    color: #4d4d4d;
}

.lwptoc_title {
    font-size: 20px;
}

.lwptoc-notInherit .lwptoc_i DIV A {
    font-size: 16px !important;
    color: #686868 !important;
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    color: #06a9e4 !important;
}

@media (max-width: 992px) {

    /*  BLOG-POST STYLES*/
    .blog-postTitle {
        padding-top: 16%;
        padding-bottom: 16%;
    }
    .blog-imgCover {
        height: 45vw;
        padding: 0 40px 0px;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        margin-left: -40px;
        margin-right: -40px;
        text-align: center;
    }

    .blog-post ul {
        padding-left: 24px;
    }

    .blog-post ul li:before {
        left: -23px;
    }

    .blog-post ol {
        padding-left: 24px;
    }

    .blog-post ol li:before {
        left: -22px;
    }

    .related-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {

    .related-item-date,
    .related-item-views {
        font-size: 14px;
    }

    .related-title {
        font-size: 24px;
    }

    .related-box {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .related-item {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .related-item-img-wrap {
        height: 150px;
    }

    .related-item-title {
        font-size: 18px;
        margin-top: 10px;
    }

    .related-item-excerpt {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .lwptoc_title {
        font-size: 18px;
    }

    .lwptoc-notInherit .lwptoc_i DIV A {
        font-size: 15px !important;
    }
}

@media (max-width: 600px) {
    .wp-block-embed__wrapper>iframe {
        height: 45vw;
    }
}

@media (max-width: 530px) {
    .related-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .blog-imgCover {
        margin-left: -25px;
        margin-right: -25px;
        padding: 0px 25px 0px;
    }

    .related-title {
        font-size: 16px;
    }
    .related-item-excerpt {
        font-size: 14px;
    }
    .lwptoc_title {
        font-size: 16px;
    }

    .lwptoc-notInherit .lwptoc_i DIV A {
        font-size: 14px !important;
    }
}