/* 
  * Theme Name     : flow
  * Author         : Hasan Basri Balci
  * Company        : Gelistir Information Tecs.
  * Author URI     : www.gelistir.com.tr
  * Contact        : +90 541 568 30 98
*/

a.kendikutunuolustur div:after {
  content: "";
  border-image: linear-gradient(45deg, #3f5850, blue) 10;
  border-radius: 15px;
  border: 2px solid transparent;
  background: linear-gradient(256deg, #2e4940, #d8a713 49%, #2e4940);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-out;
  width: 100%;
  display: block;
  height: 28px;
  position: absolute;
  animation: textShine 7s ease-in-out infinite alternate;
  top: 4px;
}

a.kendikutunuolustur {
  position: relative;
  display: block;
}

a.kendikutunuolustur div span {
  font-size: 12px;
  background: linear-gradient(256deg, #47ea52, #2e4940 49%, #2e4940);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 6s ease-in-out infinite alternate;
  padding-left: 15px;
}

.navbar-default .navbar-nav>li>a.kendikutunuolustur {
}
@keyframes textShine {

  to {
    background-position: 157px
  }

}

.mobileCatStory .story-wrap .story-item.stkendikutunuolustur {
  height: 78px;
}

.mobileCatStory .story-wrap .story-item.stkendikutunuolustur a.kendikutunuolustur {
  height: 100%;
  display: block;
}

.mobileCatStory .story-wrap .story-item.stkendikutunuolustur a.kendikutunuolustur .desktop_gradientlink {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  margin: auto;

  border-radius: 100%;
}

.mobileCatStory .story-wrap .story-item.stkendikutunuolustur a.kendikutunuolustur .desktop_gradientlink span {
  padding: 0;
  white-space: revert;
  padding-top: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.mobileCatStory .story-wrap .story-item.stkendikutunuolustur a.kendikutunuolustur .desktop_gradientlink::after {
  height: 100%;
  border-radius: 100%;
  width: 78px;
}