/*
Theme Name: FlowNews
Theme URI: https://www.themes.ad-theme.com/wp/flownews
Description: Flow News - News and Magazine WordPress Theme
Author: AD-Theme
Author URI: https://www.ad-theme.com
Version: 3.0
License: GNU General Public License v2.0
License URI: README_License.txt
Text Domain: flownews
Tags: two-columns, custom-background, threaded-comments, translation-ready, custom-menu, three-columns
*/
.first-post{
    display: block;        
}

.article-image{
    position: relative;
}
.other-post {
display: flex;
gap: 2%;
padding: 20px;
border-bottom: 1px solid #e7e7e7;
}
.other-post:last-child {
border: 0;
}
.article-info-top {
display: flex;
gap: 1%;
}

    .first-main-heading h2{
        background: #492742;
        color: #FFFFFF;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.5px;
        padding: 10px;
        text-transform: uppercase;

    }
     .article-category a {

        background: #492742;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 6px 10px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-top: 4px;
        margin-right: 2px;
    }
    @media only screen and (max-width: 1000px) {
        .other-post {
            display: block;
        }

        .other-post img {
            width: 100%;
            height: 100%;
        }

    }

    .first_post .article-category {
        position: absolute;
        bottom: 4px !important;
    }
    .first_post .article-image {
        position: relative;
    }
    .other-post .article-image{
        min-width: 300px !important;
    }
    .first_post a.category-btn {
        background: #492742;
        color: #fff;
        padding: 3px 15px;
    }
    .first_post .article-category a:nth-child(2) {
        background: #492742;
        padding: 3px 5px;
        margin-left: 3px;
        color: #fff;
    }
    .first_post .article-info-top {
        display: flex;
        font-size: 12px;
    }

    .first_post h3.article-title a {
        font-size: 28px;
        font-family: 'Roboto Condensed';
        margin: 25px 0;
    }
    .first_post p.article-excerpt {
        font-size: 16px;
        font-family: 'Lato';
        line-height: 17px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .other-post {
        display: flex;
    }
    .other-post .article-info {
        padding-left: 20px;
    }
    .other-post .article-data i ,.first_post .article-data i{
        color: #333333;
        font-size: 12px;
        margin-right: 5px;
    }
    .other-post .article-image img {
        width: 100%;
    }
    .other-post  .article-data ,.first_post .article-data {
        font-size: 12px;
    }
    .other-post  .article-comments i ,.first_post  .article-comments i {
        margin-right: 5px;
    }
    .other-post a.article-read-more i , .first_post a.article-read-more i{
        color: #000;
        margin-left: 10px;
    }
    .other-post {
        padding-left: 0;
    }
    @media (max-width:1000px){
        .other-post {
            display: block;
        }
        .other-post .article-info{
            padding-left: 0px !important;
            margin-top: 15px !important;
        }
    }