/* input(35,5): run-time error CSS1019: Unexpected token, found '@'
input(72,5): run-time error CSS1019: Unexpected token, found '@'
input(112,5): run-time error CSS1019: Unexpected token, found '@'
input(170,5): run-time error CSS1019: Unexpected token, found '@' */
.blog-block .entry-cover {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #faf8f5;
        height: 330px;
        max-height: 330px;
        min-height: 0;
    }

    .blog-block .entry-cover a {
        display: block;
        width: 100%;
        height: 100%;
    }

.blog-block .entry-cover img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        background: transparent;
    }

    .blog-block .type-post {
        display: contents;
        width: 100%;
    }

    .blog-block .blog-content .entry-content {
        min-height: 120px;
    }

    @@media (min-width: 992px) {
    .blog-block .gridinner {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        margin-bottom: 20px;
    }

    .gridinner {
        margin-bottom: 20px !important;
    }

        .blog-block .gridinner > .col-md-5,
        .blog-block .gridinner > .col-md-7 {
            float: none;
        }

        .blog-block .gridinner > .col-md-5 {
            flex: 0 0 41.6667%;
            max-width: 41.6667%;
        }

        .blog-block .gridinner > .col-md-7 {
            flex: 0 0 58.3333%;
            max-width: 58.3333%;
        }

        .blog-block .entry-cover {
            height: 100%;
            max-height: 330px;
        }

        .blog-block .blog-content {
            min-height: 260px;
        }
    }

    @@media (max-width: 991px) {
        .blog-block .gridinner {
            display: flex;
            flex-direction: column;
            margin-bottom: 20px;
        }

        .blog-block .gridinner > .col-md-5,
        .blog-block .gridinner > .col-md-7 {
            width: 100%;
            max-width: 100%;
            float: none;
        }

        .blog-block .entry-cover {
            height: 260px;
            max-height: 260px;
            background-color: #fff;
            min-height: 0;
        }

        .blog-block .entry-cover a,
        .blog-block .entry-cover img {
            height: 100%;
        }

        .blog-block .entry-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .blog-block .blog-content {
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 12px;
        }
    }

    @@media (max-width: 768px) {
        .blog-page-content .container {
            width: 100%;
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .blog-page-content .row {
            margin-left: 0;
            margin-right: 0;
        }

        .blog-page-content .blog-block,
        .blog-page-content .widget-area {
            padding-left: 0;
            padding-right: 0;
        }

        .blog-block,
        .blog-block .type-post,
        .blog-block .gridinner {
            width: 100%;
            max-width: 100%;
        }

        .blog-block .blog-content {
            padding-left: 16px;
            padding-right: 16px;
        }

        .blog-block .entry-cover {
            height: 220px;
            max-height: 220px;
            background-color: #fff;
        }

        .blog-block .entry-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .blog-page-content .type-post {
            max-width: none !important;
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            float: none !important;
        }

        .blog-page-content .blog-block .type-post {
            max-width: none !important;
            width: 100% !important;
            float: none !important;
        }
    }

    @@media (min-width: 540px) and (max-width: 767px) {
        .blog-page-content .blog-block .type-post {
            width: 100% !important;
            float: none !important;
        }
    }

