﻿

#etikAll ul li { transition: all 0.4s; display: inline-block; margin: 10px 10px 10px 0; padding: 1px; background: rgba(0,0,0,0.15); opacity: 0.5; -moz-border-radius: 30px; border-radius: 30px; }
#etikAll ul li:hover { transition: all 0.4s; background: #0084ff; }
#etikAll ul li a { text-transform: capitalize; font-size: 12px; font-weight: 400; line-height: 23px; color: #2d3745; background: #ffffff; display: inline-block; padding: 4px 10px; border-radius: 30px; }
#etikAll ul li a:hover { }
/*****blogcategory page******/
/****ic menu****/
ul.icMenu { list-style-type: none; padding: 0; width: 100%; padding-right: 15px; }

ul.icMenu .hizli { font-weight: 600; color: #dadada; padding: 10px 0px; font-size: 19px; text-transform: uppercase; text-align: center; letter-spacing: 1px; }
ul.icMenu li { position: relative; }
ul.icMenu li a { color: #111; padding: 16px; text-decoration: none; background: #f4f3f3; margin-bottom: 3px; font-size: 12px; line-height: 19px; display: block; }
ul.icMenu li a.hover { background-color: #e1e0e0; color: #9c9c9c; }
ul.icMenu li a.active { background: #888; color: #dadada; }
ul.icMenu li a:hover:not(.active) { background-color: #e1e0e0; color: #9c9c9c; }
ul.icMenu2 { width: 250px; float: left; margin-right: 15px; }
ul.icMenu li.kategoriM a { background: #ededed; border-bottom: solid 1px #cacaca; padding-left: 18px; }
/****ic menu****/
/*******/
#blogAna { margin: 100px 0 0 0; background: #fbfbfb; padding-bottom: 120px; padding: 75px 0 60px 0; }
#blogAna .oge { display: block; padding: 0 20px; margin: 20px 0 50px 0; text-align: center; }
#blogAna .oge .ozet { color: #444; font-size: 14px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-height: 21px; height: 86px; margin-top: 13px; }
#blogAna .oge .ozet a:hover { color: #000 }
#blogAna .oge figure { height: 177px; overflow: hidden; }
#blogAna .oge figure img { }
#blogAna .oge:hover { color: #000 }
#blogAna .oge h3 { font-weight: 600; font-size: 15px; letter-spacing: 1px; text-align: center; margin: 6px 0 0 0; }
#blogAna .oge h3 a { color: #36a9e6; display: block; line-height: 16px; font-weight: 600; margin: 18px 0 -5px 0; }
/*******/
.blogAll, .blogCat { min-height: 450px; }

.blogCat .kapsul { margin: 0; }
.blogCat .item {padding: 25px;margin: 0 0 30px 0;position: relative;background-color: rgb(242 243 243 / 72%);border-radius: 4px;display: flex;}

.blogCat .item .resim {margin-right: 30px;overflow: hidden;width: 185px;height: 122px;flex-shrink: 0;}
.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: 13px 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: -2px; width: 10px; position: absolute; height: 2px; color: #fff; background-color: #1e73be; }
.blogCat .item time strong { font-size: 20px; display: block; margin-top: 3px }

.blogCat .item .metin {margin: 10px 0;width: calc(100% - 185px);}
.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: fit-content;font-size: 16px;margin: 15px 0 0 0;color: #333;font-weight: 600;padding: 0 25px 0 0;}
.blogCat .item a.detayCat:after {content: '';position: absolute;right: 0;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: #1e73be; 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%; }
/***/
/***/
.blogAll h2 {font-weight: 700;font-style: normal;color: var(--tema-renk1);text-transform: uppercase;font-size: 16px;display: block;line-height: 19px;margin-bottom: 10px;}
.blogAll .kapsul {display: flex;flex-wrap: wrap;margin: 0 -10px;}
.blogAll .kapsul a { display: block; width: calc(33% - 20px); border: solid 1px #ddd; margin: 0 10px 40px 10px; }
.blogAll .kapsul a figure { overflow: hidden; height: 200px; position: relative; }

.blogAll .kapsul a figure img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); height: auto; width: 100%; min-height: 100%; max-width: initial; }
.blogAll .kapsul a h3, .blogAll .kapsul a h2 {text-transform: capitalize;text-align: center;color: #0082b3;margin: 15px 0;font-weight: 500;font-size: 15px;padding: 0 20px;}
.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: 600; 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; }
.blogSag { padding-left: 30px; }
#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: 600; 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: var(--tema-renk1);}
#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: 0;left: 0;width: 100%;height: 100%;border: 1px solid var(--tema-renk1);-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: var(--tema-renk1);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; }
#sonGonderi ul li:first-child { border-top: none; }
#sonGonderi ul li .resim { display: none; position: absolute; top: 15px; left: 0; width: 60px; height: 60px; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; }
#sonGonderi ul li .resim img { height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
#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: 600; }
#sonGonderi ul li h6 a:hover{color:var(--tema-renk1)}
#sonGonderi ul li time { font-size: 13px; color: #cfcfcf; font-weight: 400; }
/*****/


/*******/

/****/
.onceki .miniRes { float: left; border-radius: 50%; overflow: hidden; margin-right: 15px }
.onceki .miniRes img, .sonraki .miniRes img { height: 60px; width: 60px }
.onceki .miniOk { float: left }
.onceki .miniOk a { line-height: 60px; font-size: 22px; display: inline-block; margin-right: 15px }
.onceki .miniYolla h4, .sonraki .miniYolla h4 { margin: 5px 0 }
.onceki .miniYolla h4 a, .sonraki .miniYolla h4 a { font-size: 12px; line-height: 20px; display: block; font-weight: 600; color: #424242; }
.onceki:hover .miniOk a, .sonraki:hover .miniOk a { color: red }
.onceki .miniYolla a span, .sonraki .miniYolla a span { font-size: 12px; display: block }
.sonraki { text-align: right }
.sonraki .miniOk { float: right }
.sonraki .miniRes { float: right; border-radius: 50%; overflow: hidden; margin-left: 15px }
.sonraki .miniOk a { line-height: 60px; font-size: 22px; display: inline-block; margin-left: 15px }
/****/

/****paylasim****/
.paylasim { margin: 20px 0px; border-top: 1px dotted #ddd; padding-top: 20px; }
.paylasim a { display: inline-block; font: 600 21px Arial; margin-right: 10px; }
.paylasim a:nth-child(2) { color: #aaa; margin-right: 20px; }
.paylasim a:nth-child(3) { font-size: 28px; color: #888; margin-right: 20px; }
.paylasim a:hover { color: #000; }
.paylasim span { margin-right: 10px; font: 600 12px Arial; color: #aaa; margin-right: 10px; }
.paylasim a.facebook, .paylasim a.twitter, .paylasim a.google { font-size: 12px; padding: 7px 10px; color: #fff; }
.paylasim a.facebook:hover, .paylasim a.twitter:hover, .paylasim a.google:hover { text-decoration: line-through !important; }
.paylasim a.facebook { background: #3b5998; margin-right: 10px; }
.paylasim a.twitter { background: #1da1f2; margin-right: 10px; }
.paylasim a.google { background: #cc1615; }
.paylasim a.facebook:hover { background: #fff; color: #3b5998; }
.paylasim a.twitter:hover { background: #fff; color: #1da1f2; }
.paylasim a.google:hover { background: #fff; color: #cc1615; }
.navig { border-bottom: 1px dotted #ddd; border-top: 1px dotted #ddd; margin: 35px 0px; padding: 35px 0px; }
/****paylasim****/
.ilgili h3 { font-weight: 600 }
.ilgili a { display: block; line-height: 19px; font-weight: 600; color: #555; font-size: 13px; }


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; }

@media (max-width:767px) {
    .blogSag { padding-left: 0; }
    .blogAll .kapsul { margin: 0 0; }
    .blogAll .kapsul a { width: 100%; border: solid 1px #ddd; margin: 0 0 40px 0; }

  .blogCat .item{display:block}
 .blogCat .item .metin, .blogCat .item .resim{width:100%;height: auto;}
}
