/* Series Page */
#content.manga-info .postbody.full {
  padding-top: 20px;
}

.bigcover {
  display: none;
}

.first-half {
  display: flex;
  flex-direction: column-reverse;
}
.thumb {
  display: flex;
  justify-content: center;
}

.thumb-half {
  padding: 10%;
  padding-bottom: 0;
}

.thumb-half img {
  border-radius: 15px;
  box-shadow: 0 0 0.5em 0 black;
  width: 100%;
}

.info-half {
  color: white;
}
.desktop-titles {
  display: none;
}
.info-half .titles {
  text-align: center;
}

.info-half .titles,
.genre-container {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
h1.entry-title {
  order: 1;
  margin: 0;
}
.mobile-titles.first {
  /* 	color:var(--greys); */
  font-weight: 600;
}
.mobile-titles {
  font-weight: 500;
  color: var(--greys);
}
.info-half .extra-info {
  justify-content: center;
}

.genres-container {
  padding: 0 10%;
}

.genres-container .wd-full .mgen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.genres-container .wd-full .mgen > a {
  border-bottom: 15px;
  border-radius: 15px;
  background: var(--greys);
}

.main-info .wd-full {
  margin: 0 5%;
}

.left-side {
  background: var(--navbar);
}

.summary {
  margin-bottom: 1rem;
}

.summary .entry-content.entry-content-single {
  overflow: hidden;
  line-height: 1.4rem !important;
  height: 5rem;
  /* 		height:auto; */
  position: relative;
}
.summary .entry-content.entry-content-single:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(17 19 25) 3%, rgba(255, 0, 0, 0) 41%);
  z-index: 1;
  top: 0;
  left: 0;
}
.summary .entry-content.entry-content-single.clicked:after {
  content: none;
}
.see-more {
  margin: 0 auto;
  width: fit-content;
  font-weight: 500;
}
.see-less {
  margin: 0 auto;
  width: fit-content;
  font-weight: 500;
}

.left-side .tsinfo.bixbox {
  padding: 5% 0;
  margin: 0 5%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.left-side .imptdt {
  display: flex;
  gap: 2%;
}

.left-side .imptdt i {
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

.left-side .imptdt h1 {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
}

/* Chapter List */
.bxcl ul li .chbox {
  padding: 10px;
  border-radius: 15px;
}
.bxcl ul li .eph-num {
  float: none;
  text-align: center;
}
.bxcl ul li {
  width: 50%;
}
.bxcl ul li .chbox:hover {
  background: var(--accents);
  color: white;
}
.bxcl ul li .chbox:hover span.chapterdate {
  color: white;
}

/* Related Series 
*/

.bs .bsx {
  margin-top: 14px;
}

.lastend .inepcx a {
  border-radius: 20px;
}
.status-dot.Mass.Released {
    background: #319f00;
    animation: blink 2s infinite;
}
.status > i {
    font-size: 0.8rem;
    font-weight: 400;
    color: white;
}
.mobile-rt > .numscore {
    color: #fff;
}
.status-dot.Dropped {
  background: red;
}
.status-dot.Completed {
  background: purple;
}

.status-dot.Coming.Soon {
  background: yellow;
}
.status-dot.Mass.Released {
  background: #319f00;
  animation: blink 2s infinite;
}
.status-dot {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Bookmark */
.bookmark {
  margin-top: 1rem;
}
a:visited > .chbox {
  color: grey !important;
}

@media (min-width: 570px) {
  .left-side .imptdt {
    align-items: center;
  }
  /* Chapter list */
  .bxcl ul li {
    width: 33%;
  }
}

@media (min-width: 890px) {
  #content.manga-info {
    max-width: none;
	      margin-top: 1rem;
  }
  /**** SERIES PAGE ****/
  /* .popularslider.listupd {
    display: block !important; 
    max-width: max-content !important;
  } 
  
 
  /* .mrgn .listupd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    max-width: 1200px;
   
  } */

  */ #content.manga-info {
    max-width: 100%;
  }

  #content.manga-info .wrapper {
    margin: 0;
  }

  #content.manga-info .postbody.full {
    padding-top: 19px;
  }

  /* Cover Image */
  .bigcover {
    display: initial;
    height: 600px;
  }

  .bigcover::before {
   /* position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1; */
  }

  .bigcover .bigbanner {
    min-height: 600px;
    /* 		filter: blur(3px) saturate(1.4); */
    filter: brightness(90%) contrast(90%) blur(2px);
  }

  /*** First Half ***/
  .first-half {
    display: flex;
    flex-direction: row;
    z-index: 5;
    justify-content: space-between;
    margin: 0 50px;
    margin-bottom: 40px;
  }

  /** Image Half **/
  .thumb-half {
    padding: 5px;
    order: 0;
  }

  .thumb-half .thumb {
    max-width: 320px;
  }

  .thumb-half .thumb img {
    border-radius: 25px;
    box-shadow: 0 0 5px 2px black;
    width: 500px;
    height: 480px;
  }

  /** Text Half **/
  .info-half {
    color: white;
    flex: 2;
    order: 1;
    margin-left: 2rem;
  }

  .info-half .titles,
  .genre-container {
    text-align: start;
    padding: 0;
  }

  .summary .entry-content.entry-content-single:after {
    background: none;
  }
  .main-info .wd-full {
    margin: 0;
  }
  /* Genres */
  .info-half .genres-container {
    padding: 0;
  }
  .info-half .genres-container .wd-full .mgen {
    justify-content: flex-start;
  }
  /* Title */
  .titles h1.entry-title {
    font-size: 40pt;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    line-height: 100%;
    order: 0;
  }
.mobile-rt {
    display: flex
;
    gap: 0.25rem;
    font-weight: 400;
    font-size: 0.75rem;
    padding: 4px;
    align-items: center;
}
	.mobile-rt i {
    color: #f7931e;
    position: relative;
    top: -1px;
}
  /* Alt Titles */
  .titles .alternative {
    width: 100%;
    /* 		font-size: 80%; */
    /* 		white-space: pre-wrap; */
    padding-right: 20px;
  }
  .desktop-titles {
    font-size: 1rem;
    display: block;
  }
  .info-half .extra-info {
	  display: flex
;
  
    justify-content: flex-start;
    gap: 1rem;
  }
  .mobile-titles.first,
  .more-titles {
    display: none;
  }

  /* Genres */
  .main-info .wd-full .mgen a {
    font-size: bold;
    border-radius: 100px;
    background: var(--navbar);
  }

  /* Summary */
  .main-info .wd-full {
    width: clamp(45ch, 50vw, 75ch);
  }

  .main-info .entry-content.entry-content-single {
        height: 19rem;
        overflow: auto;
        width: 1480px;
	
  }

  .main-info .wd-full p {
    /* 		max-width: fit-content; */
    font-size: 1rem;
    font-weight: 400;
    white-space: pre-wrap;
    /* 		width: clamp(60ch,50%,75ch); */
  }
  .see-more {
    display: none;
  }
  /*** Second Half ***/
  .second-half {
    /* 		padding-top: 25px; */
    background: var(--background);
    width: 100%;
    /* 		height:70px; */
    display: flex;
    justify-content: space-between;
  }

  .left-side {
    display: flex;
    background: transparent;
    margin-left: 30px;
    flex: 1;
  }
  .left-side .tsinfo.bixbox {
    width: 100%;
  }

  .left-side .imptdt {
    justify-content: flex-start;
  }

  .right-side {
    flex: 2;
  }

  .bixbox {
    margin-left: 25px;
    margin-right: 25px;
    background: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }

  .imptdt {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 3%;
    justify-content: space-between;
  }

  .imptdt h1 {
    line-height: 0;
    font-weight: 400;
    font-size: 10pt;
  }

  .imptdt i {
    /* 		margin-top:2px; */
    margin-left: 5px;
    color: white;
    font-size: 12pt;
    font-weight: 500;
    text-align: left;
  }

  .status i {
    margin-left: 0;
  }
  /* Chapter list */
  .bxcl ul li {
    width: 25%;
  }
  /* Related Series */
  #content.readercontent .postarea .listupd {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  article#post-* > .bixbox {
    margin: 0 25%;
  }
}

/* @media (max-width:800px){
	.manga-info .bixbox, .seriestucon {
		margin: 0;
	}
} */
