
@import "./../../components/common/author-box.css";

@import "./../../components/common/posts/posts-grids3.css";
@import "./../../components/common/posts/entry-six-grids.css";
@import "./../../components/common/posts/posts-entry.css";

@import "./../../components/common/contentstyle.css";
@import "./../../components/common/sidebar.css";
@import "./../../components/common/modal-socials.css";
@import "./../../components/categories/typetabs.css";
@import "./../../components/common/ads-in-single-news.css";



.general-side-advertisement {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    gap: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    .widget-advertizing {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0.5rem 1rem 0rem;
        a{
            width: 100%;
            display: flex;
            justify-content: center;
        }
        img {
            border-radius: 12px;
        }
    }
}

@media (max-width: 767px){
    .entry-six-grids{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        
        .feed{
            position: relative;
            display: grid;
            grid-template-columns: 88px calc(100% - 88px);
            height: unset;
            margin-bottom: 5px;
            .thumb {
                height: 88px;
                margin-bottom: 0px !important;
                a{
                    img{
                        height: 100%;
                        width: 100%;
                        object-fit: fill;
                        border-radius: 5px;
                    }
                }
            }
            div{
                margin-right: 15px;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                h3 {
                    font-size: 12px!important;
                    line-height: normal!important;
                    font-variation-settings: "wght" 600;
                    height: 50%;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                            line-clamp: 2; 
                    -webkit-box-orient: vertical;
                }
                time {
                    font-size: 8px;
                    svg {
                        width: 14px;
                    }
                }
            }
        }
    }
}

@media (min-width: 768px){
    .entry-six-grids{
        .feed{
            height: 100%;
            width: 100%;
            .thumb {
                width: 100%;
                height: 60%;
                a {
                    height: 100%;
                    display: block;
                    img {
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                        border-radius: 5px
                    }
                }
            }
            div{
                h3 {
                    width: 100%;
                    height: 40%;
                    margin-top: 1rem;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                            line-clamp: 3; 
                    -webkit-box-orient: vertical;
                a{
                    text-align: justify;
                    transition: color 0.2s linear;
                }
                a:active,
                a:hover{
                    color: #185ADB!important;
                }
                }
            }
        }
    }
}

@media (min-width: 768px) and (max-width:1280px) {
    .feed>h3 {
        font-size:14px!important
    }
}

 @media (min-width: 768px) and (max-width:1024px) {
    .entry-six-grids:not(.loop-grid){
        display:grid;
        grid-template-columns: repeat(3,minmax(15.5%,1fr));
        gap: 1rem!important;
        height: auto;
        
        .feed{
            .thumb {
                width: 100%;
                height: 40%;
            }
        } 
    }
    .entry-six-grids.loop-grid{
        display: grid;
        grid-template-columns: repeat(3, minmax(auto, 1fr));
        gap: 2rem;

        article{
            .thumb{
                min-height: 130px;
                max-height: 130px;
            }
        }
    } 
} 

@media (min-width: 1024px) {
    .entry-six-grids:not(.loop-grid) {
        display:grid;
        grid-template-columns: repeat(6,minmax(15.5%,1fr));
        gap: 1rem!important;
        height: 310px;
    }
    .entry-six-grids.loop-grid{
        display: grid;
        grid-template-columns: repeat(6, minmax(auto, 1fr));
        gap: 2rem;

        article{
            .thumb{
                min-height: 130px;
                max-height: 130px;
            }
        }
    } 
}




@media (max-width: 767px){
    .header-blog{
        display: flex !important;
        flex-direction: column-reverse;

        .header-blog-details{

            div{
                h1{
                    color: #0F1723;
                    font-style: normal;
                    font-variation-settings: "wght" 800 !important;
                    line-height: 152% !important;
                    margin-top: 1rem;
                    font-size: 24px !important; 
                }
    
                div{
                    display: grid !important;
                    grid-template-columns: 42% 40% !important;
                    gap: 0;
                    font-size: 12px !important;
                }
            }


        }

        .header-blog-image{
            position: relative;
            img {
                display: block !important;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 5px 0 0 5px !important;
            }
            #category-btn-blog {
                border-radius: 22px !important;
                position: absolute;
                top: 20px;
                right: 20px;
                font-size: 12px !important;
                padding: 0 15px !important;
                height: 34px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }
    }
    .grids-3-container{
        margin: 3rem 0rem;
        h4{
            font-size: 18px !important;
        }
        .posts.grids-3{
            .entry{
                .entry-details{
                    justify-content: space-evenly;

                    .entry-meta:last-child{
                        display: none !important;
                    }
                }
            }
        }
    }
    .fetch-ajax[data-show="title_thumb"]{
        margin-top: 3rem;
    }
}

@media (min-width: 768px){
    .header-blog{
        .header-blog-details{
            border-radius: 0 5px 5px 0;

            #category-btn-blog{
                border-radius: 5px 0 0 5px !important;
            }
        }
        .header-blog-image{
            position: relative;
            display: inline-block;
            img {
                display: block !important;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 5px 0 0 5px !important;
            }
            #category-btn-blog {
                display: none;
            }
        }
        .header-blog-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.73%, rgba(0, 0, 0, .8) 95.39%);
            z-index: 1;
            border-radius: 5px 0 0 5px;
        }
    }

    .grids-3-container{

        .posts.grids-3{
            .entry{
                .entry-details{
                    flex-direction: column !important;

                    .entry-meta:first-child{
                        display: none;
                    }
                }
            }
        }
    }

}


h1.lh-50.fw-800.mb-4 {
    font-size: 2rem;
}


.cryptobox {
    margin-top: 4rem;
}

.fetch-ajax[data-show="title_thumb"]{
    .show-ajax{
        min-height: 350px;
    }
}