
h1.baslik {
    font-size: 1.6rem
}

.yazar-listesi {
    margin-bottom: 20px
}

.kose-yazisi-ust {
    margin-top: 20px
}

.yazar-listesi .kose-yazisi-ust:hover .adi {
    color: #fff!important;
    background-color: #bd0f15!important
}
.yazar-listesi .kose-yazisi-ust:hover .bilgiler,.yazar-listesi .kose-yazisi-ust:hover .bilgiler span.son-yazisi a {
    color: #fff!important;
    background-color: #ed1c24!important
}

.kose-yazisi-ust .adi {
    height: 40px;
    display: inline-block;
    width: 100%;
    background-color: #e2e2e2;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 95px;
	padding-top: 8px;
	font-family: 'POPPINS';
	
	
}

.kose-yazisi-ust .bilgiler {
    position: relative;
    bottom: 0;
    height: 48px
}

.kose-yazisi-ust .bilgiler img {
    position: absolute;
    bottom: 0;
    max-height: 88px;
    border-radius: 0%
}

.kose-yazisi-ust .bilgiler span.eposta {
    padding-left: 100px
}

.kose-yazisi-ust .bilgiler span.son-yazisi {
    float: right;
    width: 100%;
	font-size: 15px;
    padding-left: 95px;
    padding-top: 2px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-family: 'POPPINS';
    display: -webkit-box
	
}

.kose-yazisi-ust .bilgiler span.son-yazisi a {
    font-size: .7125rem;
    color: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none
}

.kose-yazisi-ust .bilgiler span.yazi {
    float: right
}

ul.yazilar {
    list-style: none;
    margin: 40px 0 20px 0;
    padding: 0
}

ul.yazilar li {
    margin: 0;
    padding-bottom: 10px
}

ul.yazilar li a {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 35px
}

ul.yazilar li a:hover,ul.yazilar li a:hover span.tarih {
    color: #ed1c24
}

ul.yazilar li a span.baslik {
    font-weight: 600;
    max-width: 70%;
    display: inline-block
}

ul.yazilar li a span.tarih {
    float: right;
    font-size: .8em;
    color: #909090
}

.pagination-container {
    text-align: center
}

.pagination {
    display: inline-block
}

.pagination a {
    color: #000;
    float: left;
    padding: 8px 8px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 4px;
    height: 37px;
    width: 35px;
    text-align: center
}

.pagination a.active {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
    border-radius: 5px
}

.pagination a:hover:not(.active):not(.disabled) {
    background-color: #ddd
}

.pagination .disabled,.pagination .disabled:hover {
    cursor: not-allowed;
    color: #212529;
    background-color: #fff;
    opacity: .5
}

.yazar-listesi-kucuk .kose-yazisi-ust {
    margin-top: 20px;
    overflow: hidden;
    height: 62px
}

.yazar-listesi-kucuk .kose-yazisi-ust:hover .adi {
    color: #fff!important;
    background-color: #bd0f15!important
}

.yazar-listesi-kucuk .kose-yazisi-ust:hover .bilgiler,.yazar-listesi-kucuk .kose-yazisi-ust:hover .bilgiler span.son-yazisi a {
    color: #fff!important;
    background-color: #ed1c24!important
}

.yazar-listesi-kucuk .kose-yazisi-ust .adi {
    height: 22px;
    display: inline-block;
    width: 100%;
    background-color: #f0f0f0;
    font-size: .7125rem;
    font-weight: 600;
    line-height: 22px;
    padding-right: 10px;
    font-style: italic;
    text-align: right;
    padding-left: 0
}

.yazar-listesi-kucuk .kose-yazisi-ust .bilgiler {
    position: relative;
    bottom: 0;
    height: 40px
}

.yazar-listesi-kucuk .kose-yazisi-ust .bilgiler img {
    position: absolute;
    bottom: 0;
    height: 60px
}

.yazar-listesi-kucuk .kose-yazisi-ust .bilgiler span.son-yazisi {
    float: right;
    width: 100%;
    padding-left: 60px;
    padding-top: 2px
}

.yazar-listesi-kucuk .kose-yazisi-ust .bilgiler span.son-yazisi a {
    font-size: .6875rem;
    color: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.yayin-tarihi {
    width: 100%!important;
    margin-bottom: 10px!important
}

.yazarin-son-yazilari {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px solid #ececec
}

.yazarin-son-yazilari:hover {
    background-color: #ececec
}

.yazarin-son-yazilari a {
    font-weight: 600;
    text-decoration: none;
    width: calc(100% - 120px);
    display: inline-block
}

.yazarin-son-yazilari span {
    float: right;
    padding-right: 6px
}
