/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/



.baneri300 {
    display: flex
;
    flex-wrap: wrap;
    gap: 5px;
}
.baner145 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 5px;
    justify-content: space-evenly;
}
.reklamakategorija {
    text-align: center;
}

.tdb_single_content a{
    color: #000 !important;
    background-color: #fedd04;
    text-decoration: underline;
}

.temepocetna .block-title {

border-color: var(--custom-color-5) !important;
    margin-right: 0px !important;
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-bottom: 15px !important;
    border-style: solid !important;
    border-width: 0px 0px 3px 0px !important;

}
.temepocetna .td-subcat-filter {
    padding-bottom: 15px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .reklamakategorija {
        max-height: 120px;
        overflow: auto;
    }
    .ispodtexta p a {
    font-size: 16px;
    line-height: 1.1;
    }
}

