﻿
/*
[----------------------------------]
[---------- BLOG ENTRIES ---------]
[----------------------------------]
*/


@media only screen and (max-width:1280px) {

    .blog-detail-container {
        padding: 8px;
    }

    .blog-category-list ul {
        overflow: auto hidden;
        scroll-behavior: smooth;
        width: 100%;
    }
}



@media only screen and (min-width:1025px) {

    .blog-list.horizontal .blog-post:not(.important) {
        flex: 0 0 31%;
    }
}


@media only screen and (min-width:601px) and (max-width: 1024px) {

    .blog-list.horizontal .blog-post:not(.important) {
        flex: 0 0 48%;
    }
}

@media (min-width: 600px) {


    .blog-list .blog-post-data {
        padding: 12px;
    }

    .blog-list.horizontal .blog-post.important .readmore {
        border: 1px solid #272727;
        padding: 12px;
        text-decoration: none !important;
    }

    .blog-list.horizontal .blog-post.important {
        display: flex;
        background: #f3f3f3;
    }

    .blog-list.horizontal .blog-post.important img {
        width: 150%;
    }

    a.blog-post.important > div {
        padding: 70px;
        align-self: center;
    }

    .blog-list.horizontal .blog-post.important h4 {
        font-size: 40px;
    }

    .blog-content-container .content {
        width: 70%;
        margin-right: 24px
    }
}


@media (max-width: 600px) {

    
    .blog-detail-container h1.blog-detail-title {
        font-size: 2.5rem;
    }

    .blog-list.horizontal .blog-post:not(.important) {
        flex: 0 0 100%;
    }

    .blog-list .blog-post-data {
        margin-top: 16px;
    }
}
