﻿
.single-blog {
    padding: 5rem 0;
}

.blog-section {
    /*max-width : 700px !important;*/
    max-width: 1200px !important;
}

.blog-content {
    line-height: 26px;
    font-size: 1rem;
}

    .blog-content h1 {
        color: #212529 !important;
    }

.blog-poster {
    width: 100%;
    height: 394px;
    display: grid;
    border-radius: 10px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 100px -3px #00059733;
}

.blog-poster-content-wraper {
    /*background: rgba(0,0,0,.5);*/
    /*background: rgba(0,0,0,.2);*/
}

.blog-poster-title h3 {
    font-size: 30px;
    color: white;
    font-weight: 300;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.blog-poster-title h2 {
    font-size: 30px;
    color: black;
    font-weight: 300;
    margin: 0;
}

.blog-poster-title p {
    color: #b4c4c5;
    font-size: 13px;
    line-height: 1.8em;
    margin: 0;
}

.blog-poster-title .line {
    background-color: #b4c4c5;
    width: 100%;
    height: 1px;
}

.blog-poster-buttons {
    color: white;
    text-align: center;
}

    .blog-poster-buttons * {
        cursor: pointer;
    }

    .blog-poster-buttons div {
        cursor: pointer;
    }

        .blog-poster-buttons div:hover {
            color: #ccc;
        }

/*.single-blog ol {
    padding: revert !important;
}*/

@@media (max-width: 700px) {

    .blog-poster-title p, .blog-poster-title .line {
        display: block;
    }

    .blog-poster-title h1 {
        font-size: 25px;
    }
}

.ck-content img {
    width: auto;
}

@media screen and (max-width: 1210px) {
    .blog-content, .blog-coverImage {
        margin: 0 40px;
    }
}

.blog-content a {
    text-decoration: underline !important;
    color: #33c6e5 !important;
}

    .blog-content a span {
        color: #33c6e5 !important;
        text-decoration: underline !important;
    }

        .blog-content a:hover, .blog-content a span:hover {
            color: #35598c !important;
        }

.blog-content p {
    line-height: 1.5rem !important;
}

@media screen and (max-width: 1024px) {
    .blog-poster {
        width: 100% !important;
        height: 330px !important;
    }
}

@media screen and (max-width: 768px) {
    .blog-poster {
        width: 100% !important;
        height: 245px !important;
    }
}

@media screen and (max-width: 425px) {
    .blog-poster {
        width: 100% !important;
        height: 133px !important;
    }

    /*.single-blog ol {
        padding: unset !important;
    }*/
}

@media screen and (max-width: 375px) {
    .blog-poster {
        width: 100% !important;
        height: 118px !important;
    }
}

@media screen and (max-width: 320px) {
    .blog-poster {
        width: 100% !important;
        height: 102px !important;
    }

    .blog-content {
        margin: 0;
        padding: 0 17px;
    }

    .blog-coverImage {
        margin: 0 17px;
    }
}

.blog-coverImage {
    display: grid;
    border-radius: 10px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 100px -3px #00059733;
    justify-content: center;
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw);
}

.img-fluid {
    max-height: 395px;
}
