/* News List Query
--------------------*/
@media screen {
    .mod_newslist {
        border-top: 1px solid var(--theme-lightblue);
        padding-top: 1.5rem;
    }

    .mod_newslist h2 {
        color: var(--theme-lightblue);
    }

    .mod_newslist .hovered p {
        color: var(--theme-lightblue);
    }

    .tags {
        margin-bottom: 1rem;
    }

    .tags span {
        border: 1px solid var(--theme-lightblue);
        /*text-transform: uppercase;*/
        padding: 0.5rem 0.75rem;
        font-weight: 500;
        font-size: 14px;
        margin-right: 0.25rem;
    }
    /* .tags span.current {
        background-color:  var(--theme-lightblue);
        color:  var(--theme-blue);
    } */

    .mod_newslist .link-arrow a::after{
        filter: brightness(0) invert(1);
    }


    /* pagination */
    #main .pagination p,
    #main .pagination ul li {
        margin : 0 5px 5px 0;
        padding : 0;
        font-weight: 500;
        font-size: 16px;      
        color : #fff !important;  
        /*text-transform: uppercase;*/
        text-align: center;
    }
    #main .pagination ul {
        text-align: center;
        width: 100%;
    }

    #main .pagination ul li {
        display: inline;
        float: none;
    }

    #main .pagination li.previous a:before {
        content: "< ";
        font-size: 120%;
    }
    #main .pagination li.next a:after {
        content: " >";
        font-size: 120%;
    }

    #main .pagination a,
    #main .pagination .active {
        float: none;
        border-radius: 0;
        text-decoration : none !important;
        padding: 2px 0.5rem;
        font-weight: normal;
    }

    #main .pagination a {
        color : #fff !important;
        border: 1px solid rgba(255,255,255,0.25)
    }

    #main .pagination a:hover {
        background-color: var(--theme-lightblue);
        color : var(--theme-blue) !important;
    }

    #main .pagination strong,
    #main .pagination .current {
        background-color: var(--theme-lightblue);
        color : var(--theme-blue);
        border : 1px solid #ccc;
    }

}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    .layout_latest {
        display: flex;
        gap: 1rem;
        border-bottom: 1px solid var(--theme-lightblue);        
    }

    .layout_latest .image_container {
        width: 33%;
    }
    .layout_latest .content_div {
        width: 66%;
    }

    .layout_latest .image_container a {       
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 210px;
    }

    .layout_latest img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tags {
        margin-bottom: 2rem;
    }

}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
    .layout_latest .content_div {
        padding-left: 1rem;
        box-sizing: border-box;
    }
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* News List ends
--------------------*/


/* News Reader Query
--------------------*/
@media screen {

}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* News Reader ends
--------------------*/



/* News Date Query
--------------------*/
@media screen {
    .mod_newslist p.info {
        font-size: 1rem;
        color: var(--bc-dark-grey);
        margin-bottom: 0;
    }
}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 992px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and larger) for width 1300px */
@media only screen and (min-width:1300px) {
}
/* News Date ends
--------------------*/
