/*
Theme Name: Manga Kids Rework Theme
Theme URI: https://manga-kids.com/
Author: Dante @ manga-kids.com
Author URI: https://manga-kids.com/
Description:  This is the final and most complex template for the manga-kids fansub.
Version: 0.9.2-prod
Text Domain: manga-kids-rework
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: manga, kids, fansub, manga-kids, fansub romania, manga-kids rework, manga-kids fansub, mkz fansub, mkz romania
*/

html {
  margin: 0 !important;
}

.post-views {
  display: inline;
}

/* LOADING PLACEHOLDER + BREATHING EFFECT */
#loading-placeholder {
  -webkit-animation: breathing 5s ease-out infinite normal;
  animation: breathing 5s ease-out infinite normal;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  width: 100%;
  height: 400px;
  color: #add8e6;
  border-radius: 2px;
  text-align: center;
  margin-top: 100px;
}

.loading-placeholder__text {
  font-size: 20px;
}

.loading-placeholder__subtext {
  font-size: 14px;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.sidebar-right--mobile-only {
    position: relative;
}

#category-search-input {
  padding: 10px;
  width: 95%;
  margin: auto;
  border-radius: 5px;
  font-family: var(--font-titles);
  margin: 10px 10px;
  background-color: var(--theme-color-950);
  border: var(--theme-color-800) 1px solid;
  color: var(--theme-color-200);
}

#category-suggestions-list {
  margin: 10px;
  margin-top: -10px;
  width: -webkit-fill-available;
  /*border: var(--theme-color-800) 1px solid;*/
}

#category-suggestions-list li {
  padding: 5px;
  list-style-type: none;
  margin-left: 0px;
  background-color: var(--theme-color-800);
  color: var(--theme-color-200);
}

#wpforo #wpforo-wrap.wpf-dark {
  background: none;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

            #blink {
                font-size: 20px;
                font-weight: bold;
                color: #2d38be;
                transition: 0.5s;
            }