﻿/***/
.blogAll h2 { margin-bottom: 25px; font-weight: 700; font-style: normal; color: #333; text-transform: uppercase; font-size: 14px; display: block; line-height: 19px; letter-spacing: .5px; }
.blogAll .kapsul { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.blogAll .kapsul a { display: block; width: calc(25% - 20px); border: solid 1px #ddd; margin: 0 10px 40px 10px; }
.blogAll .kapsul a figure { overflow: hidden; }
.blogAll .kapsul a figure img { }
.blogAll .kapsul a h3, .blogAll .kapsul a h2 { text-transform: capitalize; text-align: center; color: #0082b3; margin: 15px 0; font-weight: 700; font-size: 15px; padding: 0 60px; }
.blogAll .kapsul a:hover h3, .blogAll .kapsul a:hover h2 { color: #333; }
.blogAll .kapsul a:hover img { filter: grayscale(1) }

.blogAll .item .link { background: rgba(0,0,0,0.15); padding: 1px; border-radius: 30px; display: inline-block; float: right; }
.blogAll .item .link a { background: #ffffff; padding: 8px 30px; display: inline-block; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; font-size: 14px; font-weight: 700; color: #373d47; }
.blogAll .item .link a:hover { color: #ffffff; transition: all 0.4s; background: rgb(39, 142, 202); }
.blogAll .item .icerik { height: 104px; overflow: hidden; position: relative; margin-bottom: 30px; padding-bottom: 25px; font-size: 14px; }
.blogAll .item .icerik a { color: #555; }

.haberTags { height: 42px; overflow: hidden; }
.haberTags a:nth-child(2n) { color: #fccb1b; }
.haberTags a:nth-child(2n+1) { color: #5c585c; }
.haberTags a:nth-child(2n):hover { color: #000; }
.haberTags a:nth-child(2n+1):hover { color: #444; }
/*******/
.katicerik { margin: 50px 0; line-height: 25px; font-size: 15px; color: #58585a; }
#katVicets, #sonGonderi, #arsiv, #etikAll { font-size: 18px; text-transform: uppercase; position: relative; font-weight: 900; background: #ffffff; margin-bottom: 40px; padding: 30px; border: 2px solid rgba(0,0,0,0.07); border-radius: 5px; overflow: hidden; border-bottom-width: 4px; }
h4.kv-baslik { position: relative; padding-bottom: 19px; font-weight: 800; }
h4.kv-baslik:after { content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; background: #00776f; }

.katVicetsBl { margin-top: 80px; }

#katVicets ul li, #arsiv ul li { position: relative; font-size: 14px; line-height: 50px; max-height: 50px; text-transform: uppercase; border-top: 1px solid rgba(0,0,0,0.07); }
#katVicets ul li:first-child, #arsiv ul li:first-child { border: none; }
#katVicets ul li a, #arsiv ul li a { color: #2d3745; font-weight: 700; display: block; }
#katVicets ul li > a:before, #arsiv ul li > a:before { transition: all 0.4s; content: "-"; display: inline-block; font-family: Arial; font-size: 0; font-weight: 400; line-height: 13px; margin-left: -15px; width: 15px; }
#katVicets ul li:hover > a, #arsiv ul li:hover > a { color: #278eca; }
#katVicets ul li:hover > a:before, #arsiv ul li:hover > a:before { font-size: 25px; margin-left: 0; line-height: 18px; }
#katVicets ul li a:hover, #arsiv ul li a:hover { }

#katVicets ul li a span, #arsiv ul li a span { font-size: 12px; font-weight: 700; margin-top: 10px; text-align: center; line-height: 30px; width: 30px; height: 30px; float: right; opacity: 0.5; border-radius: 30px; position: relative; }
#katVicets ul li a span:before, #arsiv ul li a span:before { content: ""; position: absolute; top: -1px; left: -1px; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,0.15); -moz-border-radius: 30px; border-radius: 30px; }
#katVicets ul li:hover > a > span, #arsiv ul li:hover > a > span { color: #ffffff; transition: all 0.4s; background: #278eca; opacity: 1; }
/*****/
#sonGonderi ul li { border-top: 1px solid rgba(0,0,0,0.07); position: relative; text-transform: none; margin-bottom: 30px; min-height: 85px; font-size: 14px; max-height: 50px; padding-left: 80px; }
#sonGonderi ul li:first-child { border-top: none; }
#sonGonderi ul li .resim { position: absolute; top: 25px; left: 0; width: 60px; height: 60px; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; }
#sonGonderi ul li .resim img { width: 60px; height: 60px; }
#sonGonderi ul li .resim a { position: absolute; top: 0; left: 0; width: 60px; height: 60px; display: block; opacity: 0; }
#sonGonderi ul li .resim a span { position: absolute; top: 0; left: 0; width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 18px; color: #ffffff; transition: all 0.4s; background: rgba(0,132,255,0.75); border-radius: 50%; }
#sonGonderi ul li h6 { font-size: 13px; padding-top: 20px; margin: 0 0 13px 0; font-weight: 700; color: #2d3745; }
#sonGonderi ul li h6 a { display: block; line-height: 16px; color: #777; font-weight: 700; }
#sonGonderi ul li time { font-size: 13px; color: #cfcfcf; font-weight: 400; }
/*****/

/****/
.blogAll, .blogCat { min-height: 450px; }
.blogCat .kapsul { margin: 0; }
.blogCat .item { padding: 25px; margin: 20px 0; position: relative; background-color: rgba(242,243,243,0.9); }

.blogCat .item .resim { margin-right: 30px; overflow: hidden; float: left; width: 185px; height: 122px; }
.blogCat .item .resim a { display: block; margin-left: auto; margin-right: auto; position: relative; display: block; height: 100%; }
.blogCat .item .resim a img { }

.blogCat .item time { position: absolute; left: 10px; top: 10px; border-radius: 50%; padding: 8px 8px 0 8px; text-align: center; width: 63px; background: #fff; z-index: 5; height: 63px; }
.blogCat .item time span { position: relative; font-weight: 600; font-size: 12px; display: block; margin-bottom: 2px; text-transform: uppercase; color: #222; }
.blogCat .item time span:after { content: ''; left: 50%; transform: translateX(-50%); bottom: 0px; width: 10px; position: absolute; height: 2px; color: #fff; background-color: #1e73be; }
.blogCat .item time strong { font-size: 19px; display: block; margin-top: 0; color: #333; }

.blogCat .item .metin { margin: 10px 0; float: left; width: calc(100% - 230px); }
.blogCat .item h2 { margin: 0; }
.blogCat .item h2 a { margin-bottom: 25px; font-weight: 600; font-style: normal; color: #303030; font-size: 18px; display: block; line-height: 19px; letter-spacing: .5px; }
.blogCat .item h2 a:hover { text-decoration: underline }
.blogCat .item a.detayCat { display: block; position: relative; width: 51px; font-size: 13px; color: #222; }
.blogCat .item a.detayCat:after { content: ''; position: absolute; left: 45px; top: 9px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #333; }
.blogCat .item a.detayCat:before { background-color: var(--tema-renk2); position: absolute; display: block; left: 0; bottom: -5px; width: 0; height: 2px; content: ""; transition: width .4s ease; }
.blogCat .item a.detayCat:hover:before { width: 100%; }
.blogSag { padding-left: 30px !important; }
/***/
a.dahaFazla { overflow: hidden; height: 30px; line-height: 30px; position: relative; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 1px 3px rgba(0,0,0,.1); padding: 0 18px; border: 1px solid #e0e0e0; border-radius: 2px; text-align: center; color: #212121; background: #fff; margin: 0 auto 30px auto; width: 232px; display: block; }
.dahaFazla:after { content: ""; height: 1px; background: #eee; width: 480px; position: absolute; top: 15px; left: -500px; display: block; z-index: -1; }
.dahaFazla:before { content: ""; height: 1px; background: #eee; width: 480px; position: absolute; top: 15px; right: -500px; display: block; z-index: -1; }
/***/
.navig {margin: 60px 0;width: 100%;display: flex;justify-content: space-between;}
.onceki { position: relative !important; padding-left: 20px; display: block; }
.onceki:After { position: absolute; top: 6px; left: 0; width: 12px; height: 12px; content: ''; margin-left: -5px; border-left: 2px solid #111; border-top: 2px solid #111; transform: rotate( -45deg); box-sizing: border-box; }

.sonraki { text-align: right; position: relative !important; padding-right: 20px; display: block; }

.sonraki:After { position: absolute; top: 6px; right: 0; width: 12px; height: 12px; content: ''; margin-left: -5px; border-right: 2px solid #111; border-bottom: 2px solid #111; transform: rotate( -45deg); box-sizing: border-box; }
/***/
@media (max-width:767px) {
    .blogSag { padding-left: 0 !important; }
    .blogAll .kapsul a { width: 100%; }
    .blogCat .item { padding: 10px 10px; margin: 0 0 20px 0; }
    .blogCat .item .resim,
    .blogAll .kapsul a figure { height: auto; width: 100%; float: none; }
    .blogCat .item .metin { height: auto; width: 100%; float: none; }
    .blogCat .kapsul,
    .blogAll .kapsul { margin: 0; }
    .altSayfaHaber h3 { margin: 0; padding-top: 30px; }
}
