.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: sticky;
z-index: 102;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//komikcast03.com/wp-content/themes/KomikCast_v2.8/js/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.owl-carousel {}
.owl-item.active.center .slide-item {
padding: 0;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.owl-item.active.center { 
z-index: 3; 
}
.owl-item.active.center .slide-content {
visibility: visible;
}
.owl-item.active.center .slide-bg {
background: #666;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
}
.owl-item.active.center .slide-shadow {
box-shadow: inset -300px 40px 200px 0px rgba(0, 0, 0, 0.75), 0px 0px 15px 5px rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.7);
}
.owl-item.active .slide-bg {
background: #222;
}
.owl-prev, .owl-next {
box-shadow: rgba(0,0,0,.2) 0 1px 4px 0;
position: absolute;
background:#fff;
top: 50%;
margin-top: -28px;
font-size: 40px;
width: 40px;
border-radius: 50%;
}
.owl-prev:hover, .owl-next:hover {
color: #0eafc1;
}
.owl-prev {padding-left: 11px;margin-left: -18px;left: 0;}
.owl-next {
right: 0;
padding-left: 15px;
margin-right: -18px;
}
.owl-carousel .owl-item .slide-content img {
width: 100%;
box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
border-radius: 3px;
}
.slide-item {
height: 207px;
}
.slide-bg {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
background: #222;
overflow: hidden;
}
.slide-bg img {
min-height: 100%;
min-width: 704px;
width: 100%;
height: auto;
top: 0;
left: 0;
}
.slide-shadow {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 2;
background-color: rgba(0, 0, 0, 0.7);
background-image: url(//komikcast03.com/wp-content/themes/KomikCast_v2.8/images/patterns/brilliant.png);
}
.slide-content {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 3;
text-align: left;
font-family: "Open Sans", arial, helvetica, sans-serif;
}
.slide-content .poster {
float: right;
width: 19%;
margin-left: 20px;
}
.slide-content .poster img {
max-width: 100%;
height: auto;
}
.slide-content .info-left {
margin-top: 18px;
padding-left: 2px;
}
.slide-content .title {
display: block;
font-size: 21px;
color: #fff;
text-transform: uppercase;
}
.slide-content .title .release-year {
font-size: 14px;
margin-left: 10px;
color:  #00ab76;
}
.slide-content .extras {
display: block;
margin-top: 10px;
}
.slide-content .extras div {
display: inline-block;
margin-right: 10px;
}
.slide-content .excerpt {
display: block;
margin-top: 30px;
}
.slide-content .excerpt .title {
display: block;
font-size: 12px;
margin-bottom: 6px;
font-weight: bold;
color: #ccc;
}
.slide-content .excerpt p {
line-height: 19px;
color: #DDD;
margin: 0;
}
.slide-content a {color: #DDD;}
.slide-content .cast {
display: block;
margin-top: 10px;
}
.slide-content .cast span {
display: block;
margin-right: 10px;
margin-bottom: 7px;
width: 70%;
line-height: normal;
white-space: nowrap;
text-overflow: ellipsis;
color: #DDD;
overflow: hidden;
}
.slide-content .cast strong {
color: #00ab76;
}
.slide-content .rating {
display: inline-block;
height: 48px;
float: left;
margin-top: -4px;
margin-left: -9px;
}
.slide-content .rating .site-vote {
font-size: 48px;
color: #F3D872;
position: relative;
float: left;
margin-right: 8px;
}
.slide-content .rating .site-vote .dashicons {
font-size: 42px;
width: initial;
height: auto;
}
.slide-content .rating .site-vote span span {
font-size: 15px;
position: absolute;
font-family: 'Droid Sans',sans-serif;
left: 12px;
top: 17px;
color: #0A0A0A;
font-weight: bold;
letter-spacing: -1px;
}
.slide-content .rating .site-vote span:before {
margin: 0;
}
.slide-content .ellipsis {
max-width: 55%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
line-height: 26px;
margin-top: -3px;
}
.slide-content .title a {
color: #fff;
}
.slide-content .title a:hover {
text-decoration: none;
color: #f3d872;
}
.slide-content .extra-category {
display: inline-block;
margin-right: 10px;
max-width: 30%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
line-height: 20px;
margin-top: -4px;
}
.owl-dots {
position: absolute;
bottom: 10px;
right: 0;
left: 0;
text-align: center;
}
.owl-dot {
display: inline-block;
}
.owl-dot span {
padding: 6px;
background: rgba(255, 255, 255, 0.24);
margin: 1px 3px;
display: inline-block;
border-radius: 10px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6), inset 0px 1px 1px rgba(0, 0, 0, 0.52);
}
.owl-dot.active span, .owl-dot.active:hover span  {
background: rgba(243, 216, 114, 0.54);
}
.owl-dot:hover span {
background: rgba(255, 255, 255, 0.54);
}
.slide-item.full .slide-content {
}
.slide-item.full .slide-content .poster {
width: 15%;
}
.owl-carousel.normal {
box-shadow: none;
width: 92%;
margin: 0px auto 30px;
}
.owl-carousel.normal .slide-item {
height: auto;
}
.owl-carousel.normal .owl-prev, .owl-carousel.normal .owl-next {
position: absolute;
top: 50%;
margin-top: -30px;
font-size: 40px;
text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
.owl-carousel.normal .owl-prev:hover, .owl-carousel.normal .owl-next:hover {
color: #F3D872;
}
.owl-carousel.normal .owl-prev {
right: 100%;
left: inherit;
}
.owl-carousel.normal .owl-next {
left: 100%;
}
.owl-carousel.normal .slider-content {
margin-top: 15px;
}
.owl-carousel.normal .owl-dots {
position: absolute;
bottom: -15px;
right: 0;
left: 0;
text-align: center;
}
.slider-content {
margin-top: 13px;
display: block;
}
.slider-content .top span {
border-bottom: 2px solid #b2d244;
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700");
:focus {
outline: 0
}
*,
:after,
:before {
box-sizing: border-box
}
a.dload {
display: block;
background: #3367d6;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border: none;
box-shadow: none;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
margin-right: 12px;
float: right
}
a.dload i {
width: auto;
height: auto;
font-size: 13px;
line-height: 12px;
color: #fff
}
.kln {
margin-bottom: 15px;
overflow: hidden;
text-align: center
}
.kln .lmt {
margin: -5px;
overflow: hidden
}
.kln .lmt .klnmin {
float: left;
text-align: center;
width: 50%
}
.black .kln {
margin: 0 auto;
max-width: 960px;
margin-bottom: 15px
}
.kln .lmt .klnmin img {
min-width: auto;
width: 100%;
padding: 3px
}
div#theHISTORYs {
overflow: hidden;
display: block
}
b.stat.Completed {
color: #fff;
background: #2e4d8e;
padding: 3px;
font-size: 10px;
border-radius: 4px
}
b.stat.Ongoing {
color: #fff;
background: #3367d6;
padding: 3px;
font-size: 10px;
border-radius: 4px
}
blockquote,
q {
margin: 5px 0;
quotes: none;
background: #f1f1f1;
border-left: 3px solid #3367d6;
padding: 5px 10px
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: "";
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
a {
color: #000;
text-decoration: none;
transition: color .1s linear;
-moz-transition: color .1s linear;
-webkit-transition: color .1s linear
}
.blogbox .boxlist .bma .bmb .bmba .bmbaa a {
color: #000
}
.blogbox .boxlist .bma .bmb .bmba .bmbah h2 a {
color: #000
}
#footer .footermenu ul li a {
color: #fff
}
:focus {
outline: 0
}
a:hover {
color: #3367d6;
text-decoration: none
}
img {
max-width: 100%;
height: auto
}
.postbody p {
margin: 10px 0
}
.desc p {
line-height: 20px
}
.clear {
clear: both
}
body {
background: #f1f1f1;
font-family: heebo, sans-serif;
font-size: 14px;
line-height: 1.2em;
color: #222;
margin: 0 auto
}
.strip {
margin-top: 5px;
margin-bottom: 5px;
border-bottom: 1px dashed #d0cdcd;
box-shadow: 0 0 4px #fff
}
.kln {
overflow: hidden;
position: relative;
text-align: center
}
.blox.kln {
margin: 0 auto;
max-width: 1150px
}
.kln a.col {
width: 50%;
display: block;
padding: 2px 4px;
float: left
}
.klnrec {
overflow: hidden;
margin-bottom: 15px
}
.klnrec .kln {
float: left;
width: 70%;
padding: 5px;
margin-right: 5px;
border: 1px solid #ddd
}
.klnrec .kln img,
.klnrec .mini img {
width: 100%;
max-height: 90px
}
.klnrec .mini {
overflow: hidden;
margin-left: 10px;
border: 1px solid #ddd;
padding: 5px
}
.bixbox .kln,
.singlex {
float: left;
margin-right: 15px
}
#floatcenter {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .6);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999
}
#floatcenter .ctrx {
width: 100%;
max-width: 500px;
margin: auto;
padding-top: 20vh
}
.playerx {
position: relative
}
#overplay {
position: absolute;
z-index: 200;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .7)
}
#overplay .chain {
width: 100%;
max-width: 300px;
margin: auto;
padding-top: 50px
}
#content {
overflow: hidden;
max-width: 1190px;
margin: 0 auto;
position: relative
}
.wrapper {
margin: 0 20px;
position: relative;
overflow: hidden
}
header {
float: left;
margin: 5px 40px 5px 0
}
.logos img {
max-height: 50px
}
.logos {
margin: 0;
min-height: 1px;
width: 195px
}
.logos span.hdl {
display: none;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute
}
.th {
overflow: hidden;
background: #fff;
height: 60px
}
.th .centernav {
margin: 0 auto;
max-width: 1180px;
padding: 0 20px
}
.shme {
display: none
}
#main-menu {
margin: 0;
background: #3367d6;
overflow: hidden;
margin-bottom: 15px
}
#main-menu .centernav .logo img {
width: 100%;
height: auto
}
#main-menu .centernav {
margin: 0 auto;
max-width: 1180px;
padding: 0 20px
}
#main-menu .centernav .logo {
display: none;
float: left;
margin-top: 23px;
margin-right: 30px;
max-width: 190px
}
#main-menu .dashicons {
display: none;
line-height: 36px;
width: auto;
height: auto;
font-size: 16px;
padding-right: 2px
}
#main-menu ul {
position: relative;
float: left;
list-style: none;
padding: 0;
margin: 0
}
#main-menu ul li {
float: left;
position: relative;
margin: 0 10px
}
#main-menu ul li a {
display: block;
text-align: center;
line-height: 42px;
height: 42px;
padding: 0 10px;
color: #ffff;
border-left: 0;
transition: color .5s;
position: relative;
font-size: 1em
}
#main-menu ul .menu-item-has-children>a:after {
content: "\f140";
padding: 0;
display: none;
width: auto;
height: auto;
padding-left: 5px;
font-size: 19px;
float: right;
line-height: 35px;
font-family: dashicons
}
#main-menu ul li a:hover {
text-decoration: none;
color: #fff;
background: #2e4d8e
}
#main-menu ul li ul {
position: absolute;
top: 60px;
padding: 5px;
min-width: 240px;
display: none;
z-index: 9999;
border-top: 3px solid #30649a;
background: #191919
}
#main-menu ul li:hover ul {
display: block
}
#main-menu ul li ul li {
float: left;
margin: 0
}
#main-menu ul li:hover ul li ul {
display: none
}
#main-menu ul li ul li a {
margin: 0;
display: block;
width: 100px;
background: 0 0;
font-size: 14px;
padding: 5px 10px;
line-height: 20px;
text-align: left;
color: rgba(255, 255, 255, .7)
}
#main-menu ul li ul li a:hover {
background: #23282d
}
#main-menu .random {
float: right;
color: #fff;
cursor: pointer;
text-transform: none;
font-weight: 400;
font-size: 14px;
margin: 0;
border-radius: 0;
border: 0;
line-height: 33px;
background: #2866a7;
padding: 0 10px
}
#main-menu .random:hover {
background: #ececec;
color: #333;
text-decoration: none
}
.show-menu {
display: none;
color: #fff;
line-height: 37px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
cursor: pointer
}
#main-menu input[type=checkbox] {
display: none;
-webkit-appearance: none
}
#main-menu input[type=checkbox]:checked~#menu-menu {
display: block;
z-index: 9999;
float: none;
background: #222;
position: relative
}
.ms {
border-radius: 3px;
cursor: pointer;
display: none;
height: 34px;
left: auto;
position: absolute;
text-align: center;
top: 17px;
width: 34px;
color: #fff;
right: 15px
}
#main-menu .ms .dashicons {
display: block !important;
font-size: 26px
}
.quickswitcher .switch {
position: relative;
display: inline-block;
width: 25px;
height: 12px
}
.quickswitcher .switch input {
display: none
}
.quickswitcher .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s
}
.quickswitcher .slider:before {
position: absolute;
content: "";
height: 10px;
width: 10px;
left: 1px;
bottom: 1px;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s
}
.quickswitcher input:checked+.slider {
background-color: #555
}
.quickswitcher input:focus+.slider {
box-shadow: 0 0 1px #555
}
.quickswitcher input:checked+.slider:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px)
}
.quickswitcher .slider.round {
border-radius: 34px
}
.quickswitcher .slider.round:before {
border-radius: 50%;
background: #e74c3c
}
.quickswitcher .text {
color: #eee;
text-transform: uppercase;
font-size: .7rem;
padding: 5px 0
}
.quickswitcher .text {
color: gray
}
.darkmode .quickswitcher .text {
color: #eee
}
.quickswitcher label.switch {
margin-bottom: 0 !important
}
.searchx {
float: left;
width: 350px;
margin: 13px 25px 13px 0
}
.searchx #form {
padding: 0;
position: relative
}
.searchx #form #s {
font-weight: 300;
background: #fff;
box-shadow: none !important;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
padding-right: 30px;
font-family: inherit;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
background-image: none;
border: 1px solid #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.searchx #form #sel {
margin: 0;
color: #888;
border: 0;
outline: 0;
display: inline-block;
font-family: open sans, sans-serif;
background-color: #fff;
border: 1px solid #e5e2e2;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 5px
}
.searchx #form #submit {
position: absolute;
background: 0 0;
color: #555;
cursor: pointer;
font-family: inherit;
border: 0;
padding: 0 7px;
top: 6px;
font-size: medium;
right: 2px;
line-height: 36px
}
.searchx #form #submit .dashicons {
display: block;
font-size: 22px
}
.searchx #form #s:focus {
outline: 0
}
.surprise {
float: right;
margin-top: 14px;
background: #573e85;
color: #ccc;
font-size: 12px;
margin-right: 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 5px 10px;
line-height: 1.5
}
.surprise .dashicons {
width: auto;
height: auto;
line-height: 18px;
font-size: 14px;
margin-right: 2px
}
.surprise:hover {
color: #ccc;
background: #453169
}
.loop {
margin-bottom: 15px;
width: 75% !important;
float: left
}
.slide-content .rating .site-vote span span {
font-family: roboto !important;
font-weight: 500 !important
}
.slide-content {
font-family: heebo !important;
font-size: 13px
}
.slide-content .ellipsis {
float: none !important;
display: block !important
}
.slide-content .extras {
margin-top: 5px !important
}
.slide-content .title .release-year {
font-size: 13px !important;
color: #ffc107 !important;
margin: 0 !important
}
.slide-content .rating .site-vote .dashicons {
font-size: 52px !important;
width: initial !important;
height: auto !important
}
.slide-content .rating .site-vote span span {
top: 22px !important;
left: 0 !important;
width: 51px;
text-align: center;
font-size: 13px !important
}
.slide-content .cast strong {
color: unset !important;
font-weight: 400 !important
}
.owl-dot.active span,
.owl-dot.active:hover span {
background: #ffd400 !important
}
.slide-item.full .slide-content .poster {
width: 22% !important
}
.slide-item.full .slide-content {
padding: 30px 50px !important
}
.slide-shadow { background-color: rgba(0, 0, 0, .5) !important
}
.slide-content .extras div {
color: #ddd !important
}
.slide-content .excerpt {
max-height: 60px;
overflow: hidden
}
.slidtop {
overflow: hidden
}
.slidtop .trending {
overflow: hidden
}
.slidtop .trending .tdb {
cursor: pointer;
height: 280px;
margin-left: 10px;
position: relative
}
.slidtop .trending .tdb .crown { background-size: 100%;
position: absolute;
right: 5px;
top: 10px;
height: 40px;
width: 40px;
z-index: 3
}
.slidtop .trending .tdb .imgxa {
height: 100%;
width: 100%;
overflow: hidden;
background-size: auto 100%;
background-position: top center
}
.slidtop .trending .tdb .imgxa .imgxb {
height: 100%;
width: 100%;
background-position: center;
background-size: cover
}
.slidtop .trending .tdb .textbg {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
transition: opacity .2s;
z-index: 2;
box-shadow: inset 0 0 40px #000
}
.slidtop .trending .tdb .textbg.blxc {
color: #eee; }
.slidtop .trending .tdb .textbg .bghover {
margin-top: 40%;
padding: 0 5%;
line-height: 19px;
text-align: left;
text-transform: uppercase
}
.slidtop .trending .tdb .textbg .bghover .numa {
display: block;
font-size: 16px
}
.slidtop .trending .tdb .textbg .bghover .numb {
display: block;
font-size: 17px;
margin-top: 5px;
height: 55px;
overflow: hidden
}
.owl-nav {
display: none
}
#header {
overflow: hidden;
margin-bottom: 20px
}
#header .logo {
float: left
}
#header .logo img {
max-width: 252px;
height: auto
}
#header .headads {
float: right;
max-width: 728px;
max-height: 90px
}
.recommended {
margin: 0 auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
background: #f3f3f3;
margin-bottom: 20px;
line-height: 28px;
font-size: 13px;
padding-right: 10px
}
.recommended h2 {
background: #4d4d4d;
color: #fff;
font-weight: 700;
line-height: 28px;
padding: 0 5px;
margin: 0;
font-size: 13px;
display: inline-block
}
.recommended a {
padding: 5px;
color: #333
}
.postbody p.index {
padding: 15px;
margin: 0;
margin-bottom: 18px;
border-radius: 3px;
line-height: 19px;
background: #3367d6;
color: #fff;
text-align: center;
font-size: 13px
}
.postbody p.index b {
color: #fff;
font-weight: 500
}
.postbody p.ctn {
margin: 0 5px;
margin-bottom: 10px;
font-size: 13px;
padding: 10px;
border-radius: 5px;
background: #f7f7f7
}
.postbody .ntf {
margin: 10px;
padding: 8px;
background: #009688;
color: #e7e7e7;
font-size: 13px
}
.postbody {
float: left;
width: 70%
}
.postbody.komikinfo {
width: 100%;
float: none
}
.postbody .ldr {
margin: 0 -5px
}
.bixbox {
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 18px;
overflow: hidden;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-o-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}
.postbody .box {
overflow: hidden;
margin-bottom: 20px
}
.releases {
position: relative;
display: flex;
justify-content: space-between;
align-items: baseline;
border-bottom: 1px solid #f1f1f1;
padding: 8px 15px
}
.releases:after {
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: transparent;
display: block;
z-index: 1;
transform: scaleY(.5);
opacity: .8;
background-image: linear-gradient(90deg, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .1) 10%, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, .2) 80%, rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, .01) 100%)
}
#sidebar .section h4,
.releases h1,
.releases h3 {
font-size: 1.1em;
color: #3367d6;
line-height: 20px;
font-weight: 700;
margin: 0;
position: relative;
text-transform: uppercase
}
.releases .vl {
font-size: .6em;
text-transform: uppercase;
color: #fff;
height: 18px;
line-height: 18px;
padding: 0 6px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #3367d6;
display: inline-block;
float: right;
margin-top: 1px;
margin-right: -3px
}
.postbody .box .rld {
padding: 5px;
position: relative;
overflow: hidden
}
.postbody .ldr .outbx {
float: left;
width: 20%
}
.postbody .ldr .outbx .limit {
overflow: hidden;
position: relative;
padding: 0 0 135%;
background: #333
}
.postbody .box .rld img {
width: 100%;
height: auto;
position: absolute
}
.postbody .box .rld h2 {
background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 6%, rgba(0, 0, 0, .85) 70%);
text-shadow: rgba(0, 0, 0, .8) 1px 1px 0;
position: absolute;
padding: 10px;
width: 100%;
color: #fff;
left: 0;
bottom: 0;
margin: 0;
font-weight: 500;
overflow: hidden;
text-align: center;
font-size: 13px;
box-sizing: border-box
}
.postbody .boxed {
overflow: hidden;
margin-bottom: 15px
}
.postbody .boxed .left {
float: left;
margin-right: 10px
}
.postbody .boxed .right .lts {
float: right;
width: 470px
}
.postbody .boxed .right .lts h3 {
text-transform: uppercase;
padding: 5px 10px;
font-size: 11px;
border: 5px solid #eff1f1
}
.postbody .boxed .right .lts ul {
overflow: hidden
}
.postbody .boxed .right .lts ul li {
overflow: hidden;
margin: 5px 0;
padding-bottom: 5px;
border-bottom: 1px solid #e2e5e5
}
.postbody .boxed .right .lts ul li .thumb {
float: left;
border: 1px solid #e2e5e5;
overflow: hidden;
height: 55px
}
.postbody .boxed .right .lts ul li .thumb img {
width: 100px;
height: auto
}
.postbody .boxed .right .lts ul li .dtl {
width: 350px;
padding: 5px;
background: #f5f4f4;
height: 47px;
float: right
}
.postbody .boxed .right .lts ul li .dtl h2 {
color: #333;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
.postbody .boxed .right .lts ul li .dtl h2 a {
color: #333
}
.postbody .boxed .right .lts ul li .dtl h2 a:hover {
text-decoration: none;
color: #f13e3e
}
.postbody .boxed .right .lts ul li .dtl span {
font-family: tahoma;
color: #555;
display: block;
font-size: 11px
}
.postbody .boxed .right .lts ul li .dtl span a {
color: #f13e3e
}
.postbody .epsc .boxed .right .lts {
float: none;
width: 100%
}
.postbody .epsc .boxed .right .lts ul li .dtl {
width: 520px
}
.postbody .epsc .boxed {
overflow: hidden;
margin-bottom: 0
}
.postbody .boxed .right .lts ul li .dtl h1 {
color: #333;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
.listupd {
padding: 10px;
overflow: hidden
}
.listupd .lexa {
overflow: hidden;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px
}
.listupd .lexa .thumb {
float: left;
overflow: hidden;
max-height: 100px;
margin-right: 15px
}
.listupd .lexa .dtl {
overflow: hidden;
padding: 10px;
margin: 0;
border-bottom: 0;
background: #f7f7f7
}
.listupd .lexa .dtl h2 {
font-size: 16px;
margin: 0;
margin-bottom: 5px
}
.listupd .lexa .dtl span {
display: block;
margin-bottom: 3px
}
.listupd .lexa .dtl h2 a {
color: #000
}
.listupd .lexa .dtl h2 a:hover {
text-decoration: none;
color: #3367d6
}
.listupd .lexa .thumb img {
max-width: 175px
}
.listupd .utao {
float: left;
width: 50%;
position: relative
}
.listupd.project .utao {
width: 33.3333333%
}
.listupd .utao .uta {
padding: 12px 5px;
overflow: hidden;
position: relative;
border-bottom: 1px solid #f1f1f1
}
.listupd .utao .uta .imgu {
position: relative;
float: left;
overflow: hidden;
height: 113px;
margin-right: 10px
}
.listupd .utao .uta .imgu img {
width: 75px;
height: 100%
}
.listupd .utao .uta .imgu .hot {
position: absolute;
top: 6px;
left: -15px;
line-height: normal;
color: #fff;
text-transform: uppercase;
font-weight: 700;
padding: 2px 18px;
font-size: 9px;
background: #de3b3b;
box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.listupd .utao .uta .imgu .new {
position: absolute;
top: 3px;
right: 3px;
background: #ff5e00;
font-size: 11px;
font-weight: 700;
padding: 0 4px;
padding-top: 2px;
border-radius: 3px;
line-height: 15px;
color: #fff
}
.listupd .utao .uta .luf {
overflow: hidden
}
.listupd .utao .uta .luf h3 {
margin: 0;
font-size: 13px;
font-weight: 500;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.listupd .utao .uta .luf ul {
margin: 0;
margin-top: 10px;
padding-left: 0
}
.listupd .utao .uta .luf ul li {
margin-bottom: 5px;
font-size: 13px;
color: #3367d6;
margin-left: 4px;
list-style-type: none;
overflow: hidden
}
.listupd .utao .uta .luf ul li a {
display: block;
float: left;
max-width: 90px;
overflow: hidden;
font-size: 11px;
white-space: nowrap;
background: #f1f1f1;
padding: 4px;
border-radius: 4px;
color: #444;
font-weight: 500
}
.listupd .utao .uta .luf ul li span {
float: right;
color: #555;
font-size: 10px !important;
padding-right: 7px
}
.listupd .utao .uta .luf ul.Manhua li {
color: #009688
}
.listupd .utao .uta .luf ul.Manhwa li {
color: #9d4942
}
.bs {
float: left;
width: 20%
}
.bs .bsx {
position: relative;
overflow: hidden;
margin: 7px;
transition: all .2s;
-webkit-transition: all .2s;
-moz-transition: all .2s
}
.bs .bsx .limit {
padding: 137% 0 0;
position: relative;
overflow: hidden;
background: #201e2a
}
.bs .bsx .limit .t {
position: absolute;
top: 0;
z-index: 1;
width: 100%;
text-align: center;
overflow: hidden
}
.bs .bsx .limit .b {
position: absolute;
bottom: -30px;
color: #fff;
z-index: 1;
padding: 8px 0;
width: 100%;
text-align: center;
background: rgba(34, 58, 101, .9);
transition: all .2s;
-webkit-transition: all .2s;
-moz-transition: all .2s
}
.bs .bsx .limit img {
width: 100%;
height: auto;
top: 0;
position: absolute
}
.bs .bsx .limit .t .type {
margin-top: 5px;
margin-left: 5px;
font-size: 11px;
padding: 1px 5px;
border-radius: 1px;
float: left;
color: #eee;
background: #673ab7
}
.bs .bsx .limit .t .ept {
margin-top: 5px;
margin-right: 5px;
font-size: 11px;
padding: 1px 5px;
border-radius: 1px;
float: right;
color: #222;
background: rgba(255, 255, 255, .9)
}
.bs .bsx .limit .t .type.TV {
background: rgba(14, 175, 193, .8);
color: #fff
}
.bs .bsx .limit .t .type.Movie {
background: #218c4c
}
.bs .bsx .limit .t .type.OVA {
background: #fb3a00
}
.bs .bsx .limit .b .bt {
margin: 0 5px;
font-family: Open Sans, sans-serif;
font-size: 13px
}
.bs .bsx .limit .b .bt .tx {
overflow: hidden;
height: 36px;
font-size: 12px
}
.bs .bsx .limit .b .bt .status {
margin-top: 5px;
overflow: hidden
}
.bs .bsx .limit .b .bt .status span {
display: inline-block;
color: #fff;
background: #0eafc1;
padding: 2px 6px 2px 8px;
border-radius: 2px;
font-size: 12px
}
.bs .bsx:hover .limit .b {
bottom: 0
}
.bs .bsx .limit .b .bt .tx b {
font-weight: 400
}
.bs .bsx .limit .bt {
position: absolute;
bottom: 0;
z-index: 2;
width: 100%;
background: rgba(34, 58, 101, .9);
color: #fff;
font-size: 11px;
line-height: 20px;
overflow: hidden
}
.bs .bsx .limit .bt span.epx {
display: block;
float: left;
margin-left: 10px
}
.bs .bsx .limit .bt span.sb {
display: block;
float: right;
padding: 0 5px;
font-size: 11px;
color: #111;
text-transform: uppercase;
background: #d9da17
}
.bs .bsx .limit .bt span.sb.RAW {
background: rgba(14, 175, 193, .8);
color: #fff
}
.bs .bsx .tt {
font-size: .9em;
margin: 8px 0;
margin-bottom: 5px;
font-weight: 500;
line-height: 19px;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2
}
.bs .bsx .limit .ply {
display: none;
position: absolute;
width: 100%;
z-index: 1;
height: 100%;
top: 0;
background: rgba(0, 0, 0, .51)
}
.bs .bsx .limit .ply .dashicons {
background: rgba(14, 175, 193, .8);
border-radius: 20%;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
width: 40px;
height: 40px;
font-size: 30px;
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
text-align: center;
line-height: 38px;
margin-top: -20px;
margin-left: -20px;
border: 2px solid #2fc5d9;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
line-height: 38px;
transition: all .3s ease 0;
-webkit-transition: all .3s ease 0;
-moz-transition: all .3s ease 0
}
.bs .bsx .limit .status {
position: absolute;
top: 13px;
left: -22px;
line-height: normal;
color: #fff;
text-transform: uppercase;
font-weight: 700;
z-index: 1;
padding: 2px 18px;
font-size: 9px;
background: #de3b3b;
box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.bigor {
height: 80px
}
.bs .bsx .limit .hot {
position: absolute;
top: 3px;
right: 3px;
background: #f44336;
font-size: 13px;
font-weight: 700;
padding: 0 5px;
padding-top: 3px;
border-radius: 3px;
line-height: 17px;
color: #fff;
z-index: 1
}
.bs .bsx:hover .limit .ply {
display: block
}
.bs .bsx .adds {
font-size: 13px;
color: #8a7da2
}
.bs .bsx .adds .rating {
overflow: hidden;
font-size: 12px;
margin-top: 5px
}
.bs .bsx .adds .rating .rtg {
float: left
}
.bs .bsx .adds .rating .rtg a {
font-size: 14px !important
}
.bs .bsx .adds .rating i {
float: right;
color: #555;
font-size: 11px;
margin-right: 2px
}
.bs .bsx .adds .rating .rtg a:after {
color: #d2d2d2
}
.bs .bsx .adds .rating .rtg a.br-selected:after {
color: #edb867
}
#main-menu ul li a:hover:before {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 2px;
background: #2e4d8e;
content: ""
}
.bs .bsx .limit .type {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 1;
padding: 0 7px;
padding-top: 1px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
border-radius: 3px;
color: #efefef;
background: #3367d6
}
.bs .bsx .limit .type.Manhua {
background: #009688
}
.bs .bsx .limit .type.Manhwa {
background: #a12e24
}
.cts {
font-size: 13px;
line-height: 19px;
overflow: hidden;
height: 85px;
overflow-y: scroll;
padding: 5px;
border: 1px solid #ddd
}
.cts p {
margin: 0
}
.page {
padding: 15px;
line-height: 21px;
font-size: 13px
}
.page h2,
.page h3,
.page h4 {
margin: 0;
font-weight: 500;
margin-bottom: 5px
}
.page.blog {
font-size: 14px
}
.page.blog img {
width: auto !important;
max-width: 70%
}
.bigblogt {
clear: both;
overflow: hidden;
margin-bottom: 15px
}
.cl {
margin-bottom: 15px
}
.offzone {
padding: 8px 10px;
border-radius: 5px;
background: #607d8b;
overflow: hidden;
color: #fff
}
span.leftoff {
float: left
}
span.leftoff a {
color: #000
}
span.rightoff {
float: right
}
.cl ul {
list-style: none;
padding: 0;
margin: 0;
max-height: 500px;
overflow: auto
}
.cl ul::-webkit-scrollbar {
width: 10px
}
.cl ul::-webkit-scrollbar-thumb {
background: #607d8b;
border-radius: 2px
}
.cl ul::-webkit-scrollbar-track {
background: rgba(0, 0, 0, .13);
border-radius: 2px
}
.cl ul li {
overflow: hidden;
padding: 7px 10px;
border-bottom: 1px solid #f1f1f1
}
.bigblogt h1 {
margin: 0;
line-height: normal;
font-size: 20px;
font-weight: 400;
margin-bottom: 3px
}
.bigblogt span {
font-size: 12px;
font-weight: 500;
text-transform: uppercase
}
.bigblogt span a {
background: #573e85;
color: #ddd;
padding: 0 5px;
margin-left: 10px
}
.page.blog .thumb {
margin: -15px;
margin-bottom: 20px;
position: relative;
overflow: hidden;
padding: 40% 0 0;
border-bottom: 3px solid #3367d6
}
.page.blog .thumb img {
width: 100% !important;
max-width: 100% !important;
top: 0;
position: absolute;
z-index: 1
}
.page.blog .thumb .shdwx {
background: rgba(0, 0, 0, .13);
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
top: 0;
box-shadow: inset 0 0 150px #000
}
.animeinfo {
overflow: hidden
}
.animeinfo .left {
float: left;
width: 326px;
padding-right: 5px;
margin-right: 5px;
overflow: hidden;
border-right: 1px solid #eaeaea
}
.animeinfo .left img {
float: left;
width: 140px;
height: 190px;
margin-right: 10px
}
.animeinfo .left p {
margin: 0
}
.animeinfo .left span {
display: block
}
.animeinfo .right {
float: right;
width: 300px;
height: 195px
}
.animeinfo .right .related {
overflow: hidden
}
.animeinfo .right .related li {
overflow: hidden;
margin-bottom: 6px
}
.animeinfo .right .related li .border {
padding: 1px;
float: left;
border: 1px solid #ddd
}
.animeinfo .right .related li .border .limiter {
height: 39px;
overflow: hidden
}
.animeinfo .right .related li .border .limiter img {
width: 39px;
height: auto
}
.animeinfo .right .related li .rights {
margin-left: 50px;
line-height: 15px;
height: 35px;
padding: 4px;
background: #f5f5f5
}
.animeinfo .right .related li .rights .title {
color: #f13e3e;
display: block;
font-weight: 700
}
.animeinfo .right .related li .rights .title a {
color: #f13e3e
}
.animeinfo .right .related li .rights .cat {
display: block;
font-size: 11px;
color: #444;
font-family: tahoma;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.animeinfo .right .related li .rights .cat a {
color: #444
}
.animeinfo .sinop {
margin-top: 5px;
background: #f5f5f5;
border-radius: 3px;
padding: 10px;
line-height: normal
}
.animeinfo .sinop p {
margin: 0
}
.expr {
margin-bottom: 15px;
background: #f7f7f7;
padding: 10px
}
.dtl {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd
}
.dtl h1 {
margin: 0;
font-weight: 500;
font-size: 18px;
margin-bottom: 5px
}
.dtl span {
color: #8f95a3;
font-weight: 500;
line-height: 20px
}
.alr {
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-o-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
border-radius: 3px;
color: #ddd;
background: #9d3730;
font-size: 13px;
padding: 15px
}
.postb {
font-size: 15px;
line-height: 22px;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ddd
}
#shadow {
display: none;
position: fixed;
left: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, .93);
width: 100%;
height: 100%;
z-index: 100;
transition: all .5s ease
}
#pembed {
position: relative;
max-width: 100%;
height: 0;
padding-bottom: 56.25%
}
#embed_holder embed,
#embed_holder iframe {
z-index: 102;
position: absolute;
border: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: 0;
padding: 0
}
.genresx {
margin-bottom: 15px;
background: #f7f7f7;
padding: 10px;
overflow: hidden;
color: #3367d6;
font-size: 12px;
list-style: disc;
margin: 0 5px;
margin-bottom: 16px
}
.genresx li {
width: 20%;
margin-left: 25px;
line-height: 24px;
float: left
}
.genresx li a {
color: #333
}
#embed_holder {
position: relative;
z-index: 102
}
.video-content {
background: #000;
overflow: hidden;
position: relative
}
.item {
background: #fff;
position: relative;
overflow: hidden;
padding: 10px 15px;
font-size: .85em
}
.megavid {
transition: all .3s ease 0;
-webkit-transition: all .3s ease 0;
-moz-transition: all .3s ease 0;
margin-bottom: 18px;
box-shadow: 0 3px 0 0 #d7dbe3
}
select.mirror {
float: left;
border: 1px solid #dbdbdb;
border-radius: 4px;
color: #363636;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
padding: 5px 3px;
font-family: inherit;
font-size: 13px;
font-weight: 300
}
.naveps {
float: right;
font-size: 12px;
padding: 3px 0
}
.video-nav {
overflow: hidden
}
.naveps .nvs {
float: left
}
.naveps .nvs.nvsc {
margin: 0 7px
}
.naveps .nvs a {
background: #f5f5f5;
color: #4a4a4a;
padding: 4px 10px;
border-radius: 5px;
display: block
}
.naveps .nvsc a {
background: #0eafc1;
color: #fff
}
.iconx {
float: left;
margin-left: 10px;
overflow: hidden;
font-weight: 300
}
.iconx .icol {
display: inline-block;
margin-right: 5px;
padding: 5px;
font-size: 13px;
cursor: pointer
}
.iconx .icol .dashicons {
width: auto;
height: auto;
font-size: 13px;
padding: 3px;
border-radius: 10px;
color: #fff;
background: #444;
margin-right: 3px
}
.iconx .icol .dashicons.dashicons-editor-expand {
background: #786de5
}
.iconx .icol .dashicons.dashicons-lightbulb {
background: #efce4a
}
.iconx .icol .dashicons.dashicons-share.socialx {
background: #25b7d3
}
.iconx .icol .dashicons.dashicons-download {
background: #e04f5f
}
.iconx .icol span {
line-height: 20px
}
.megavid.xp {
position: absolute;
top: 0;
width: 100%
}
.pd-expand {
width: 100%;
padding-bottom: 52.25%;
display: none
}
.pd-expand.sxp {
display: block
}
.icol.turnedOff {
color: #fff;
z-index: 104;
position: relative
}
.icol.turnedOff i.dashicons.dashicons-lightbulb {
background: #ff9800
}
.megavid.xp #embed_holder {
padding: 0 10%
}
.mirc {
overflow: hidden;
position: relative
}
.meta {
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 3px 0 0 #d7dbe3
}
.meta h1 {
font-size: 19px;
margin: 0;
line-height: normal;
font-weight: 400;
margin-top: 3px;
margin-bottom: 5px
}
.meta img {
float: left;
width: 60px;
margin-right: 10px
}
.meta .lm {
overflow: hidden
}
.meta .epx {
display: block;
font-size: 14px;
color: #7a7a7a;
font-weight: 400;
margin-bottom: 5px
}
.meta .epx .lg {
background-color: #f5f5f5;
border-radius: 4px;
font-size: .75rem;
color: #4a4a4a;
line-height: 22px;
justify-content: center;
padding-left: .75em;
padding-right: .75em;
display: inline-block;
text-transform: lowercase
}
.meta .year {
font-size: .75rem;
color: #b5b5b5
}
.bixbox.infx {
padding: 15px;
font-weight: 300;
font-size: 13px;
text-align: justify;
color: #777
}
.bixbox.infx p {
margin: 0
}
.bixbox.infx b {
font-weight: 500
}
.sosmed {
position: absolute;
right: 10px;
bottom: 15px
}
.sosmed span {
width: auto;
height: auto;
font-size: 16px;
padding: 4px;
border-radius: 15px;
color: #fff;
background: #444;
margin-right: 3px
}
.sosmed span.dashicons.dashicons-facebook-alt {
background: #2d6bc8
}
.sosmed span.dashicons.dashicons-twitter {
background: #21c3cd
}
.sosmed span.dashicons.dashicons-googleplus {
background: #dc5b15
}
.bixbox.mctn {
padding: 15px;
font-size: 13px;
color: #777
}
.mctnx {
margin: 15px
}
.dlbox ul {
list-style: none;
margin: 0;
padding: 0
}
.dlbox ul li.head {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate
}
.dlbox ul li.head span {
background: #f5f5f5;
padding: 10px;
border-right: 1px solid #e5e5e5;
margin-right: 3px;
padding: 6px 10px;
margin-bottom: 0;
font-size: 13px;
font-weight: 500;
line-height: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
text-overflow: ellipsis;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border-radius: 2px;
display: table-cell;
border-radius: 0
}
.dlbox ul li {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
border-left: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1
}
.dlbox ul li span {
margin-right: 3px;
padding: 7px 12px;
margin-bottom: 0;
font-size: 13px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
text-overflow: ellipsis;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
display: table-cell;
border-radius: 0;
border-right: 1px solid #e5e5e5
}
.dlbox ul li span b {
font-weight: 500
}
.listo {
overflow: hidden;
margin: -15px;
font-size: 14px;
padding: 15px;
position: relative
}
.listo .bx {
padding: 13px 0;
border-bottom: 1px solid #f1f1f1;
overflow: hidden;
width: 50%;
float: left
}
.listo .bx .imgx {
width: 70px;
min-height: 98px;
float: left
}
.listo .bx .inx {
overflow: hidden;
padding-left: 15px
}
.listo .bx .inx h2 {
font-size: 1em;
font-weight: 500;
margin: 0 0 3px;
line-height: 1.2em
}
.listo .bx .inx span {
font-size: .9em;
margin-bottom: 5px;
line-height: 18px
}
.listo .bx .inx span p {
margin: 0
}
.lista {
padding: 10px;
margin: -15px;
line-height: normal;
text-align: center
}
.lista a {
margin: 4px;
border: 1px solid #3367d6;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
min-width: 32px;
text-align: center;
font-size: 14px;
padding: 5px 8px;
display: inline-block;
color: #fff;
background: #3367d6
}
.lista a:hover {
background: #292635;
color: #ccc;
border-color: #292635
}
.mirc .mirror {
float: left;
padding: 5px;
border-radius: 3px;
font-family: inherit;
border: 1px solid #ddd;
box-shadow: inset 0 1px 5px #ddd
}
.mirc .lightSwitcher {
cursor: pointer;
float: right;
z-index: 102;
position: relative;
padding: 5px 8px;
color: #fff;
font-size: 13px;
background: #3367d6;
border-radius: 3px
}
.navig {
padding: 5px;
background: #323232;
overflow: hidden
}
.navig select#slch {
font-family: inherit;
background: #2a2a2a;
padding: 3px 10px;
border: 1px solid #5f5e5e;
border-radius: 4px;
color: #ddd;
width: 410px;
float: left
}
.navig .dlbx {
background: #222;
line-height: 26px;
padding: 0 20px;
float: right;
color: #ddd
}
.navig .dlbx a {
display: block;
color: #fff
}
.nextprev {
overflow: hidden;
margin: 10px 0;
padding: 5px 0
}
.nextprev a[rel=prev] {
float: left;
margin: 0 5px;
display: block;
padding: 6px;
border-radius: 3px;
color: #ddd;
box-shadow: 0 0 8px #000;
border: 1px solid #353535;
background: #272727
}
.nextprev a[rel=next] {
float: right;
margin: 0 5px;
display: block;
padding: 6px;
border-radius: 3px;
color: #ddd;
box-shadow: 0 0 8px #000;
border: 1px solid #353535;
background: #272727
}
.postb img {
max-width: 100%;
height: auto
}
.postb .imgb {
display: block;
margin: 0 auto;
margin-bottom: 15px;
max-width: 75%
}
.postarea {
overflow: hidden;
margin-bottom: 10px;
margin-top: 15px
}
.headpost {
overflow: hidden;
text-align: center;
padding: 0 10px;
margin-bottom: 10px
}
.headpost h1 {
margin: 0;
font-size: 20px;
line-height: normal;
font-weight: 400;
color: #ddd
}
.allc a {
color: #ddd;
font-weight: 500
}
.chnav {
overflow: hidden;
margin-bottom: 10px
}
#readerarea {
color: #222;
text-align: center;
position: relative
}
#readerarea img {
margin: 0 auto;
display: block;
border: 0;
padding: 5px 0;
max-width: 100%;
width: auto
}
#readerarea img.nonborder {
border: 0
}
#readerarea .flow {
top: 0;
width: 100%;
height: 100%;
position: absolute
}
.releases.series {
display: block;
margin-bottom: 15px
}
.releases.series h1 {
font-weight: 500;
font-size: 20px;
display: block;
padding: 0;
margin: 0;
color: #000;
padding-bottom: 2px;
font-family: inherit
}
.releases.series .alter {
display: block;
color: #999;
font-size: 13px;
padding-bottom: 5px
}
.side.infomanga {
overflow: hidden;
margin-bottom: 15px
}
.side.infomanga .imgprop {
float: left;
margin-right: 5px
}
.side.infomanga .imgprop img {
float: left;
max-width: 190px;
height: auto
}
.side.infomanga table.listinfo {
overflow: hidden
}
.side.infomanga table.listinfo tr {
vertical-align: top
}
.side.infomanga table.listinfo tr th {
display: block;
font-weight: 700;
text-align: left;
padding: 3px 10px
}
.side.infomanga table.listinfo tr td {
padding: 3px 10px 3px 0
}
.sny {
overflow: hidden
}
.sny h2 {
margin: 0;
font-weight: 500;
font-size: 16px
}
.animefull .bigcover .ime a.lnk {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3
}
.animefull .bigcover {
position: relative
}
.animefull .bigcover .ime {
width: 100%;
padding-bottom: 37%;
position: relative;
overflow: hidden
}
.animefull .bigcover .ime img {
width: 100%;
position: absolute
}
.animefull .bigcover a.gp {
background: rgba(14, 175, 193, .8);
border-radius: 20%;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
width: 80px;
height: 80px;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
display: inline-block;
text-align: center;
line-height: 78px;
margin-top: -40px;
margin-left: -40px;
border: 2px solid #2fc5d9;
border: 3px solid #fff;
line-height: 88px;
background: rgba(30, 222, 244, .8)
}
.animefull .bigcover a.gp .dashicons {
width: auto;
height: auto;
font-size: 50px;
line-height: 75px;
color: #fff;
text-align: center
}
.animefull .bigcover:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(51, 66, 94, .5);
z-index: 2
}
.bigcontent {
position: relative;
padding: 15px 20px 25px;
z-index: 4;
padding-left: 150px;
padding-right: 230px;
min-height: 165px
}
.bigcontent .thumb {
position: absolute;
top: -79px;
left: 16px;
width: 120px;
height: 170px;
border: 4px solid #fff;
overflow: hidden
}
.bigcontent .infox {
font-size: .85em;
font-family: arial
}
.bigcontent .infox h1 {
margin: 0 0 10px;
font-size: 1.7em;
font-weight: 400;
line-height: 25px
}
.bigcontent .infox .alter {
display: block;
margin-bottom: 5px;
color: #555
}
.bigcontent .infox .spe {
margin-bottom: 10px;
overflow: hidden
}
.bigcontent .infox .spe span {
width: 48%;
margin-right: 2%;
margin-bottom: 2px;
float: left;
padding-left: 14px;
position: relative
}
.bigcontent .infox .spe span.split {
overflow: hidden;
white-space: nowrap
}
.desc {
color: #888;
font-size: 14px;
padding-left: 20px;
padding-right: 20px
}
.bigcontent .infox .spe span:before {
content: "";
width: 8px;
height: 8px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #3367d6;
display: inline-block;
position: absolute;
left: 0;
top: 4px
}
.bigcontent .rt {
position: absolute;
right: 20px;
top: 20px;
width: 190px
}
.bigcontent .rt .rating {
text-align: center;
padding: 13px 10px;
background: #ebf2f6;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 10px
}
.bigcontent .rt .rating strong {
margin-bottom: 7px;
display: block;
font-weight: 500;
font-size: 13px
}
.bigcontent .rt .rating .br-widget a.br-selected:after {
color: #edb867
}
.animefull .bottom {
background: rgba(34, 58, 101, .02);
padding: 12px 20px;
font-size: .85em;
border-top: 1px solid #f1f1f1;
text-transform: lowercase;
font-weight: 300
}
.bookmark {
text-align: center;
background: #3367d6;
font-size: 13px;
color: #fff;
border-radius: 5px;
padding: 8px 5px;
cursor: pointer
}
.bookmark .dashicons {
width: auto;
height: auto;
font-size: 16px
}
.bookmark:hover {
background: #3056a7
}
.bookmark.marked {
background: #72201a
}
.hapus {
display: inline-block;
padding: 2px 18px;
font-size: 13px;
line-height: 20px;
border-radius: 3px;
color: #e5e5e5;
background: #e53427;
cursor: pointer
}
.delmark {
position: absolute;
z-index: 9;
cursor: pointer;
top: 0;
right: 0;
color: #fff;
font-size: 13px;
padding: 2px 5px;
border-bottom-left-radius: 5px;
background: #e53427;
box-shadow: 0 2px 5px #000
}
.bixbox.trailer {
overflow: hidden
}
.bixbox.trailer .tply {
padding: 58% 0 0;
position: relative
}
.bixbox.trailer .tply iframe {
width: 100%;
height: 100%;
top: 0;
position: absolute
}
.bxcl {
overflow: hidden
}
.bxcl ul {
padding: 0;
list-style: none;
margin: 0;
overflow: auto;
max-height: 392px
}
.bxcl ul li {
overflow: hidden;
padding: 10px 15px;
border-bottom: 1px solid #262432;
font-size: .95em;
position: relative
}
.bxcl ul li .rg {
margin: 5px;
padding: 10px;
overflow: hidden;
position: relative;
background: #fafafa;
border: 2px solid #e2e3e7
}
.bxcl ul li .rg .lch {
float: left
}
.bxcl ul li .rg .dlx {
position: absolute;
right: 10px;
top: 0
}
.bxcl ul li .rg .dlx a.dlxx {
overflow: hidden;
position: relative
}
.bxcl ul li .rg .dlx a.dlxx .dashicons {
width: auto;
height: auto;
font-size: 22px;
line-height: 38px;
color: #888
}
.bxcl ul li .rg .dlx a.dlxx .dashicons:hover {
color: #006400;
text-decoration: none
}
.bxcl ul li .rg .dlx .ndlx {
font-size: 22px;
line-height: 36px;
color: #c6c6c6
}
.bxcl ul li span.dt {
float: right;
margin-left: 6px
}
.bxcl ul li .lchx {
line-height: 26px
}
.bxcl ul li span.dt a {
display: block;
background: #694ba1;
color: #ddd;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border: none;
box-shadow: none;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5
}
.bxcl ul li span.dt a .dashicons {
width: auto;
height: auto;
font-size: 16px;
line-height: 18px;
color: #ddd
}
.bxcl ul li span.dt a:hover {
background: #453169;
color: #fff
}
.bxcl ul li span.dt a:hover .dashicons {
color: #fff
}
.bxcl ul li:hover {
background: rgba(34, 58, 101, .02)
}
.bs .bsx .limit .bt span.sb .dashicons {
width: auto;
height: auto;
font-size: 12px;
line-height: 19px;
color: rgba(34, 58, 101, .9)
}
.page .auth {
margin-bottom: 15px;
display: block;
color: #999;
font-size: 11px;
font-family: tahoma
}
.page .auth a {
color: #999
}
.page img {
width: 100%;
height: auto;
margin: 0 auto;
margin-bottom: 10px;
display: block;
text-align: center
}
.page iframe {
width: 100%;
min-height: 350px
}
.bloglist {
position: relative
}
.bloglist .bl {
overflow: hidden;
padding: 15px
}
.bloglist .bl:nth-child(odd) {
background: #262432
}
.bloglist .bl .l {
float: left;
width: 80%
}
.bloglist .bl .r {
overflow: hidden;
padding-left: 10px;
text-align: right
}
.bloglist .bl .r span {
padding-top: 11px;
display: block;
color: #6a6a6a;
font-size: 12px
}
.bloglist .bl .l h2 {
margin: 0;
margin-bottom: 5px;
font-size: 14px;
font-weight: 400
}
.bloglist .bl .l span {
font-size: 13px
}
.genres {
margin: 0;
margin-bottom: 15px;
background: #f7f7f7;
padding: 10px;
overflow: hidden;
color: #999;
border-radius: 5px
}
.genres li {
width: 20%;
margin-left: 25px;
line-height: 24px;
float: left
}
.genres li a {
color: #333
}
.advancedsearch {
display: none;
margin: 0;
margin-bottom: 15px;
padding: 15px;
overflow: hidden;
font-size: .8rem;
background: rgba(34, 58, 101, .05);
border-radius: 5px
}
.advancedsearch .lbl {
display: block;
text-align: left;
font-weight: 500;
margin-bottom: 5px;
text-transform: capitalize
}
.advancedsearch tr {
margin-bottom: 10px;
display: block
}
.advancedsearch tr .inputx {
background: #16151d;
font-weight: 300;
color: #fff;
padding: 5px;
width: 100%;
border: 1px solid #16151d;
border-radius: 3px;
font-family: inherit;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.advancedsearch .lbx {
display: flex;
flex: 1;
flex-flow: row wrap;
list-style: none;
padding: 10px 0;
border-radius: 3px;
overflow: hidden
}
.advancedsearch.advs {
display: block
}
.other-opts {
margin-top: 15px
}
*,
:after,
:before {
box-sizing: border-box
}
footer#colophon {
width: 100%;
text-align: center
}
.footercopyright {
margin-left: 100px;
margin-right: 100px
}
.desc h3 {
border-bottom: 1px solid #ccc;
padding-bottom: 17px;
line-height: 0
}
div#theHISTORYs p {
margin-left: 16px
}
li.theme.quickswitcher {
list-style: none;
float: right;
margin-top: 18px
}
.releases h4 {
float: right;
margin: 0;
color: #8365bc
}
.genx {
display: block;
position: relative;
padding: 3px 0;
padding-left: 17px;
margin-bottom: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
float: left;
width: 20%
}
.genx input {
position: absolute;
opacity: 0;
cursor: pointer
}
.checkmark {
position: absolute;
top: 8px;
left: 0;
height: 6px;
border-radius: 50%;
width: 6px;
background-color: #282635
}
.genx:hover input~.checkmark {
background-color: #ccc
}
.genx input:checked~.checkmark {
background-color: #e3eff2
}
.checkmark:after {
content: "";
position: absolute;
display: none
}
.genx input:checked~.checkmark:after {
display: block
}
.genx .checkmark:after {
left: 2px;
top: -2px;
width: 5px;
height: 10px;
border: solid #28a745;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.radiox {
display: block;
position: relative;
padding-left: 18px;
margin-right: 15px;
margin-bottom: 5px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.radiox input {
position: absolute;
opacity: 0;
cursor: pointer
}
.checkmarkx {
position: absolute;
top: 3px;
left: 0;
height: 12px;
width: 12px;
background-color: #282635;
border-radius: 50%
}
.radiox:hover input~.checkmarkx {
background-color: #ccc
}
.radiox input:checked~.checkmarkx {
background-color: #694ba1
}
.checkmarkx:after {
content: "";
position: absolute;
display: none
}
.radiox input:checked~.checkmarkx:after {
display: block
}
.radiox .checkmarkx:after {
top: 3px;
left: 3.5px;
width: 5px;
height: 5px;
border-radius: 50%;
background: #fff
}
.advancedsearch button.searchz {
font-family: inherit;
border: 1px solid #694ba1;
color: #ddd;
line-height: 30px;
padding: 0 15px;
border-radius: 30px;
background: #694ba1;
cursor: pointer;
font-weight: 300;
display: inline-block;
font-size: 17px;
margin: 2px
}
.btnx {
text-align: center;
overflow: hidden
}
.gnr {
font-family: inherit;
border: 1px solid #333041;
color: #ddd;
line-height: 30px;
padding: 0 15px;
border-radius: 30px;
background: #333041;
cursor: pointer;
font-weight: 300;
display: none;
font-size: 17px;
margin: 2px;
cursor: pointer
}
.modex {
margin: 0 15px;
margin-bottom: 10px;
text-align: right
}
.other-opts .modex {
float: right
}
.modex a {
cursor: pointer;
color: #fff;
display: inline-block;
line-height: 28px;
padding: 0 10px;
font-weight: 300;
white-space: nowrap;
font-size: 13px;
background: #342e3c;
border-radius: 30px
}
.nav_apb {
margin: 15px;
margin-bottom: 5px;
text-align: center
}
.nav_apb a {
text-align: center;
display: inline-block;
background: #3367d6;
padding: 8px 12px !important;
margin: 2px;
border-radius: 3px;
color: #fff
}
.nav_apb a:hover {
background: #2e4d8e;
color: #fff
}
.soralist span {
display: block;
border-bottom: 4px solid #ddd
}
.soralist span a {
font-weight: 700;
font-size: 15px
}
.soralist span {
display: block;
padding: 0 15px;
padding-bottom: 5px;
border-bottom: 1px solid #f1f1f1
}
.soralist ul {
margin: 0;
overflow: hidden;
color: #694ba1;
padding: 15px;
font-weight: 400;
font-size: 13px
}
.soralist ul li {
margin-left: 15px;
float: left;
line-height: 20px;
margin-bottom: 3px;
width: 47%
}
.archx {
overflow: hidden
}
.archx .arche {
overflow: hidden;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px
}
.archx .arche .imgx {
float: left;
margin-right: 15px;
position: relative;
overflow: hidden
}
.archx .arche .imgx span {
top: 0;
left: 0;
color: #fff;
background: rgba(72, 72, 72, .68);
padding: 3px 7px;
font-size: 13px;
font-weight: 500;
position: absolute
}
.archx .arche .imgx img {
max-width: 110px;
height: auto
}
.archx .arche .inx {
overflow: hidden
}
.archx .arche .inx h2 {
margin: 0;
font-size: 16px;
margin-bottom: 10px
}
.archx .arche .inx h2 a {
color: #000
}
.archx .arche .inx h2 a:hover {
text-decoration: none;
color: #3367d6
}
.archx .arche .inx span {
display: block;
margin-bottom: 3px;
color: #8f95a3;
font-weight: 500;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.archx .arche .inx span a {
color: #8f95a3
}
.archx .arche .inx span b {
width: 90px;
float: left
}
.seriestitle {
display: block;
font-size: 14px;
font-weight: 700;
background: #141414;
color: #888;
line-height: 30px;
margin: -5px -9px 5px;
padding: 0 7px
}
.seriestitle .score {
margin: 3px;
float: right;
line-height: 23px;
color: #888
}
.infseries {
overflow: hidden;
margin: 5px 0
}
.infseries img {
float: left;
width: 150px;
height: 200px;
padding: 1px;
border: 1px solid #525151;
margin-right: 10px
}
.infseries .right {
font-size: 12px;
line-height: 18px;
color: #a2a2a2
}
.infseries .right span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.infseries .right b {
color: #a2a2a2
}
.infseries .right a {
color: #a2a2a2
}
.infseries .right .deskrip {
border-top: 1px solid #515151;
display: block;
margin-top: 5px;
padding-top: 5px;
margin-left: 168px
}
.infseries .right .deskrip p {
margin: 0
}
#sidebar {
width: 30%;
float: right;
position: relative;
z-index: 1
}
#sidebar .section {
margin-left: 15px;
overflow: hidden;
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 18px;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-o-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}
#sidebar .section ul {
margin: 0;
padding: 0
}
#sidebar .section .textwidget {
padding: 5px 15px;
padding-bottom: 15px;
line-height: normal;
font-size: 13px
}
.blogbox {
position: relative;
margin-bottom: 15px
}
.blogbox .btitle {
margin-bottom: 10px;
overflow: hidden
}
.blogbox .btitle h3 {
font-size: 1.1em;
color: #8365bc;
line-height: 20px;
font-weight: 700;
margin: 0;
float: left;
position: relative;
text-transform: uppercase
}
.blogbox .btitle .vl {
font-size: .6em;
text-transform: uppercase;
color: #fff;
height: 18px;
line-height: 18px;
padding: 0 6px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #3367d6;
display: inline-block;
float: right;
margin-top: 1px;
margin-right: -3px
}
.blogbox .btitle h1 {
font-size: 1.1em;
color: #8365bc;
line-height: 20px;
font-weight: 700;
margin: 0;
position: relative;
text-transform: uppercase
}
.blogbox .boxlist {
margin: 0 -7px;
overflow: hidden;
position: relative
}
.blogbox .boxlist .bma {
float: left;
width: 33.3333333%
}
.blogbox .boxlist .bma .bmb {
overflow: hidden;
margin: 7px;
border-radius: 3px;
background: #f1f1f1
}
.blogbox .boxlist .bma .bmb .bmlimit {
padding: 56% 0 0;
position: relative;
overflow: hidden
}
.blogbox .boxlist .bma .bmb .bmlimit img {
width: 100%;
height: auto;
position: absolute;
top: 0
}
.blogbox .boxlist .bma .bmb .bmba {
border-top: 3px solid #3367d6;
overflow: hidden
}
.blogbox .boxlist .bma .bmb .bmba .bmbah {
height: 35px;
margin: 10px;
margin-bottom: 7px
}
.blogbox .boxlist .bma .bmb .bmba .bmbah h2 {
color: #c2c2c2;
margin: 0;
font-size: 13px;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2
}
.blogbox .boxlist .bma .bmb .bmba .bmbaa {
font-size: 12px;
padding: 5px 10px;
background: #ddd
}
.blogbox .boxlist .bma .bmb .bmba .bmbaa .r {
float: right
}
.blogbox .boxlist .bma .bmb .bmlimit .shd {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 2;
box-shadow: inset 0 0 50px #000
}
.serieslist {
overflow: hidden
}
.serieslist ul {
overflow: hidden
}
.serieslist ul li {
padding: 12px 15px;
text-overflow: unset;
white-space: unset;
overflow: hidden;
border-bottom: 1px solid #f1f1f1;
position: relative
}
.serieslist ul li .ctr {
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-size: 1em;
color: #888;
position: absolute;
top: 30px;
left: 15px;
border: .5px solid #888;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
z-index: 3
}
.serieslist.pop ul li {
padding-left: 55px
}
.serieslist ul li .imgseries {
float: left;
overflow: hidden;
width: 45px;
height: 65px;
margin-right: 10px
}
.serieslist ul li .imgseries img {
width: 100%;
height: auto;
padding: 0;
border: none;
margin-bottom: 0;
margin-right: 0;
float: none
}
.serieslist ul li .leftseries span.bt {
font-size: 11px;
display: block;
margin-top: 4px;
float: left;
padding: 2px 4px;
background: #f5f5f5
}
.serieslist ul li .leftseries span span.lmt {
float: left;
max-width: 145px;
margin-right: 3px
}
.serieslist ul li .leftseries {
overflow: hidden;
text-overflow: unset;
white-space: unset
}
#sidebar .serieslist ul li .leftseries h2 {
font-size: .9em;
font-weight: 500;
margin: 0 0 3px;
line-height: 1.4em
}
.serieslist ul li .leftseries span {
display: block;
overflow: hidden;
white-space: unset;
text-overflow: unset;
font-size: .88em;
color: #888;
margin-bottom: 3px
}
.serieslist ul li .leftseries span b {
font-weight: 500
}
.serieslist.pop ul li.topone {
padding: 0;
position: relative
}
.serieslist.pop ul li.topone .limit {
padding: 52% 0 0;
position: relative;
overflow: hidden
}
.serieslist.pop ul li.topone .limit>img {
position: absolute;
top: 0;
min-height: 175px;
height: auto;
width: 100%;
transform-style: preserve-3d
}
.serieslist.pop ul li.topone .limit .shadow { background-color: rgba(40, 119, 182, .28) !important;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0
}
.serieslist.pop ul li.topone .limit .bw {
position: absolute;
bottom: -2px;
width: 100%;
z-index: 1;
padding: 10px 15px;
padding-top: 30px;
padding-left: 55px; }
.serieslist.pop ul li.topone .limit .bw .ctr {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border: none;
background: #3367d6;
color: #fff;
top: auto;
bottom: 0;
height: 52px;
font-size: 1.2em
}
.serieslist.pop ul li.topone .limit .bw .imgseries {
background: 0 0;
box-shadow: 0 1px 5px #000
}
.serieslist.pop ul li.topone .limit .bw a,
.serieslist.pop ul li.topone .limit .bw span {
color: #fff;
line-height: 15px
}
#sidebar .section .genre {
max-height: 153px;
padding: 8px
}
#sidebar .section .genre li {
border: 0;
width: 50%;
float: left;
padding: 0;
list-style: none
}
#sidebar .section .genre li a {
display: block;
margin: 3px;
padding: 4px 6px;
border-radius: 3px;
background: #3367d6;
color: #fff;
overflow: hidden;
white-space: nowrap;
font-size: 12px;
text-overflow: ellipsis
}
#sidebar .section .genre::-webkit-scrollbar {
width: 10px;
background-color: #eee
}
#sidebar .section .genre::-webkit-scrollbar-thumb {
background-color: #ddd
}
#sidebar .section .genre::-webkit-scrollbar-track {
background-color: #eee
}
#sidebar #bm-history {
list-style: none
}
#sidebar #bm-history li {
border-bottom: 1px solid #f1f1f1
}
#sidebar #bm-history li a {
padding: 7px 15px;
font-size: 12px;
display: block
}
#sidebar #bm-history li a:hover {
background: #3367d6;
color: #fff;
z-index: 99
}
.ltslist {
overflow: hidden
}
.ltslist li {
border-left: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding: 6px 10px;
font-size: 12px
}
.ltslist li:nth-child(odd) {
background: #fafafa
}
.ltslist li a {
color: #333
}
.ppr {
font-size: 12px;
margin-bottom: 10px;
padding: 1px;
padding-bottom: 0;
background: #eaeaea
}
.ppr li {
overflow: hidden;
padding: 5px;
border-bottom: 1px solid #eaeaea;
background: #fff
}
.ppr li .bor {
float: left;
padding: 1px;
border: 1px solid #ddd
}
.ppr li .bor .limit {
height: 39px;
overflow: hidden
}
.ppr li .bor .limit img {
width: 39px;
height: auto
}
.ppr li .right {
height: 41px;
margin-left: 47px;
padding: 1px 5px;
font-size: 13px;
background: #f5f5f5;
line-height: 18px
}
.ppr li .right .title {
display: block;
font-weight: 700;
color: #f13e3e;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
ppr li .right .title a {
color: #f13e3e
}
.ppr li .right .latest {
font-size: 12px;
overflow: hidden;
font-family: tahoma;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
color: #555
}
.ppr li .right .latest a {
color: #555
}
div#live-search_sb {
width: 350px !important;
left: 423.6px
}
#live-search_results {
background: #1a1920;
z-index: 550 !important;
overflow: hidden;
-webkit-box-shadow: 0 4px 20px #000;
-khtml-box-shadow: 0 4px 20px #000;
-moz-box-shadow: 0 4px 20px #000;
-ms-box-shadow: 0 4px 20px #000;
-o-box-shadow: 0 4px 20px #000;
box-shadow: 0 4px 20px #000
}
.live-search_more {
display: none
}
.live-search_header {
display: none
}
.live-search_result_container ul {
margin: 0;
padding: 0;
overflow: hidden
}
.live-search_result_container li {
font-family: heebo, sans-serif;
padding: 10px;
color: #888;
border-bottom: 1px solid #262432;
overflow: hidden
}
.live-search_result_container li:hover {
background: #1f1d26
}
.live-search_result_container li a {
display: block
}
.live-search_result_container .post-thumbnail {
margin-right: 6px;
float: left;
width: 40px;
height: 60px;
overflow: hidden;
display: inline-block;
padding-bottom: 0
}
.live-search_result_container .post-thumbnail img {
width: 100% !important;
height: auto !important
}
span.live-search_text {
display: block;
color: #fff;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
#live-search_loading {
display: block !important;
width: 100%;
height: 31px !important
}
.live-search_result_container a:hover {
text-decoration: none;
color: #888
}
ul.live-search_main {
margin: 0;
padding: 0;
list-style: none
}
.live-search_result_container .over {
overflow: hidden
}
.live-search_result_container .over .autotitle {
font-size: 13px;
font-weight: 500;
margin-bottom: 3px;
display: block
}
.live-search_result_container .over span {
display: block;
margin-bottom: 2px;
font-size: 12px;
color: #777;
overflow: hidden
}
.live-search_result_container .over span i {
display: inline-block;
margin: 2px 5px;
width: 4px;
height: 4px;
background: #777;
border-radius: 50%
}
.notf {
text-align: center;
margin: 30px 0
}
#footer {
text-align: center;
line-height: 18px;
padding: 15px 0;
font-size: 13px;
color: #ddd;
background: #222
}
#footer a {
color: #c5c5c5
}
#footer-menu {
clear: both;
font-size: 11px;
font-weight: 700;
text-transform: uppercase
}
.footer-menu-nav {
margin: 0 auto;
width: 990px;
overflow: hidden
}
.footer-menu-nav ul {
padding: 0;
list-style: none;
margin: 0
}
.footer-menu-nav ul li {
display: -webkit-inline-box;
padding: 8px 0
}
#footer a {
color: #868686
}
.fm {
overflow: hidden;
text-align: center;
line-height: 35px;
background: #212121;
border-bottom: 1px solid #333
}
.fm ul {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
display: inline-block
}
.fm ul li {
float: left
}
.fm ul li a {
padding: 0 10px;
color: #ddd
}
.scrollToTop:hover {
color: #fff
}
.scrollToTop {
padding: 10px 12px;
text-align: center;
background: #3367d6;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-weight: 700;
color: #fff;
text-decoration: none;
text-transform: uppercase;
position: fixed;
bottom: 0;
right: 40px;
display: none;
z-index: 9999999
}
.filter {
display: inline-block;
padding: 2px 18px;
font-size: 13px;
line-height: 20px;
border-radius: 3px;
color: #fff;
background: #3367d6;
cursor: pointer
}
.filter:hover {
background: #2e4d8e;
color: #fff
}
.pagination {
overflow: hidden;
line-height: normal;
text-align: center;
margin: 15px 0 30px
}
.pagination span.page-numbers.dots {
color: #888;
display: none
}
.pagination span.page-numbers.current {
display: inline-block;
background: #3367d6;
padding: 8px 15px !important;
margin: 2px;
color: #fff;
border-radius: 3px
}
.pagination a {
display: inline-block;
background: #f1f1f1;
padding: 8px 15px !important;
margin: 2px;
border-radius: 3px
}
.hpage {
clear: both;
padding-top: 15px;
padding-bottom: 10px;
text-align: center;
overflow: hidden
}
.hpage a:hover {
color: #fff
}
.hpage a {
display: inline-block;
background: #3367d6;
padding: 5px 10px;
font-size: 13px;
border-radius: 2px;
color: #fff;
width: 110px;
text-align: center
}
.hpage a .dashicons {
width: auto;
height: auto;
font-size: 16px
}
.soraddl {
overflow: hidden;
text-align: center;
margin-bottom: 10px
}
.soraddl .sorattl {
padding: 5px 10px;
background: #3367d6;
color: #fff;
border-radius: 5px;
font-size: 14px;
font-weight: 500
}
.soraddl .sorattl:after {
font-family: dashicons;
line-height: normal;
font-weight: 400;
float: right;
content: "\f180";
color: #fff;
line-height: 22px
}
.soraddl .sorattl:before {
font-family: dashicons;
line-height: normal;
font-weight: 400;
float: left;
content: "\f180";
color: #fff;
line-height: 22px
}
.soraddl .soraurl {
padding: 4px 0;
font-weight: 500;
color: #444;
border-bottom: 1px solid #ebebeb
}
.soraddl .soraurl a {
color: #333;
display: inline-block;
background: #f1f1f1;
padding: 4px 7px;
border-radius: 3px;
margin: 2px 0;
font-size: 13px
}
.soraddl .soraurl a:before {
font-family: dashicons;
display: block;
content: "\f316";
float: left;
margin-right: 3px
}
.soraddl br,
.soraddl p {
display: none
}
.cmt {
padding: 15px
}
.commentx h3 {
margin: 0;
margin-bottom: 1.5rem;
color: #363636;
font-size: 16px;
font-weight: 500
}
.commentx .navigation {
display: none
}
.commentx .commentlist {
list-style: none;
margin: 0;
padding: 0
}
.commentx .commentlist li {
border-bottom: 1px solid #f1f1f1;
margin: 2rem 0
}
.commentx .commentlist li .avatar {
display: none
}
.commentx .commentlist li cite.fn {
font-weight: 500;
font-style: unset;
font-size: .75rem
}
.commentx .commentlist li span.says {
display: none
}
.commentx .commentlist li .comment-meta {
font-size: .75rem;
float: left
}
.commentx .commentlist li .comment-meta a {
color: #a7a7a7
}
.commentx .commentlist li .reply {
font-size: .75rem;
font-weight: 500;
margin-top: 15px
}
.commentx .commentlist li p {
clear: both;
padding-top: 5px;
font-weight: 300
}
.commentx .commentlist li ul.children {
list-style: none;
margin-left: 15px;
padding: 0
}
.commentx .commentlist li ul.children li {
border-bottom: 0;
margin: 10px 0
}
.commentx .commentlist li .comment-author {
float: left;
margin-right: 10px
}
.commentx #reply-title {
display: none
}
.commentx .logged-in-as {
font-size: 13px;
font-weight: 400
}
.commentx #respond label {
display: block;
font-size: 14px;
font-weight: 500;
margin-bottom: 5px
}
.commentx textarea {
width: 100%;
box-sizing: border-box;
border: 1px solid #dbdbdb;
border-radius: 4px;
color: #363636;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
padding: 5px;
font-family: inherit;
font-size: 14px
}
.commentx #submit {
background-color: #0eafc1;
border-color: transparent;
border-width: 0;
color: #fff;
cursor: pointer;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 8px 15px;
text-align: center;
white-space: nowrap;
font-family: inherit;
font-size: 14px;
border-radius: 30px
}
.commentx #respond input[type=text] {
border: 1px solid #dbdbdb;
border-radius: 4px;
color: #363636;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
padding: 5px;
font-family: inherit;
font-size: 15px
}
.separator a {
margin-left: 0 !important;
margin-right: 0 !important
}
@media only screen and (max-width:1080px) {
.listupd .utao {
width: 50%
}
}
@media only screen and (max-width:900px) {
#sidebar .section ul.genre:after,
#sidebar .section ul.genre:before {
display: none
}
#sidebar .section ul.genre li {
float: left;
width: 50%
}
.loop {
width: 100% !important;
float: none !important
}
.slidtop .trending {
display: none
}
}
@media only screen and (max-width:880px) {
#sidebar,
.postbody {
float: none;
width: auto
}
#sidebar .section {
margin: 0
}
}
@media only screen and (max-width:800px) {
.blogbox {
margin: 15px
}
.bigblogt {
padding: 15px;
padding-bottom: 0
}
#sidebar,
.postbody {
float: none;
width: auto
}
#sidebar .section {
margin-left: 0
}
.pd-expand.sxp {
display: none
}
.megavid.xp {
position: relative;
top: 0;
width: 100%
}
div#live-search_sb {
width: 100% !important;
left: 0 !important;
top: 50px !important;
right: 0 !important
}
#main-menu {
display: none;
position: absolute;
top: 50px;
left: 0;
bottom: 0;
right: 0;
background: rgba(28, 28, 28, .95);
height: 100%;
overflow: auto;
z-index: 999;
width: auto;
margin: 0
}
#main-menu ul li {
float: none;
position: relative;
margin: 0
}
#main-menu ul li a {
text-align: left
}
.shwx {
display: block !important
}
header {
display: none
}
.listo .bx {
width: 100%
}
.quickswitcher .text {
display: none;
overflow: hidden
}
li.theme.quickswitcher {
width: 11%;
margin-top: 17px !important
}
.th {
overflow: hidden;
background: #573e85;
height: 50px;
margin-bottom: 13px
}
.footercopyright {
margin: 0
}
.th .centernav {
padding: 0
}
.shme {
display: block;
float: left;
padding: 12px 0;
width: 8%;
text-align: center;
color: #fff;
height: 50px;
cursor: pointer
}
.shme .dashicons {
width: auto;
height: auto;
line-height: 28px;
font-size: 28px
}
.surprise {
padding: 12px 0;
width: 8%;
text-align: center;
color: #fff;
height: 50px;
cursor: pointer;
border-radius: 0;
margin: 0;
font-size: 0;
line-height: normal;
background: 0 0
}
.surprise .dashicons {
line-height: normal;
margin: 0;
font-size: 22px
}
.searchx {
margin: 7px 0;
float: none;
width: 84%;
display: inline-block
}
.searchx #form #s {
border-color: #fff;
background: #fff;
color: #333
}
.surprise:hover {
color: #fff;
background: 0 0
}
.wrapper {
margin: 0
}
.kln .lmt .klnmin {
width: 100%
}
.loop {
margin-bottom: 0
}
.bixbox {
border-radius: 0;
margin-bottom: 5px
}
.megavid,
.meta {
margin-bottom: 5px
}
.icol.expand {
display: none
}
.footer-az {
display: none
}
.footercopyright .copyright {
overflow: hidden;
padding: 15px 0
}
.footercopyright .copyright .footer-logo {
margin: 0;
float: none
}
.footercopyright .copyright .txt {
float: none;
width: auto;
text-align: center;
margin-top: 5px
}
.footercopyright p {
margin-top: 0
}
}
@media only screen and (max-width:695px) {
.slide-item.full .slide-content {
padding: 20px !important
}
.iconx {
line-height: 4px
}
.bigcontent {
padding: 10px
}
.bigcontent .thumb {
width: 60px;
height: 80px;
position: relative;
top: auto;
left: auto;
float: left;
border: 0
}
.bigcontent .infox {
overflow: hidden;
padding-left: 15px
}
.bigcontent .rt {
position: relative;
top: auto;
right: auto;
width: 100%
}
}
@media only screen and (max-width:650px) {
.side.infomanga .imgprop {
float: none;
margin-right: 0;
display: block
}
.side.infomanga .imgprop img {
float: none;
max-width: 190px;
display: block;
margin: 0 auto;
margin-bottom: 10px;
height: auto
}
.side.infomanga table.listinfo tr th {
text-align: right
}
.genx {
width: 50%
}
.kln a.col {
width: auto;
display: block;
padding: 2px 0;
float: none
}
.klnrec .mini {
display: none
}
.klnrec .kln {
float: none;
width: auto;
margin-right: 0
}
.klnrec .kln img,
.klnrec .mini img {
width: auto
}
.gnr {
display: inline-block
}
tr.gnrx {
display: none
}
tr.gnrx.shwgx {
display: block
}
#readerarea img {
border: 0
}
}
@media only screen and (max-width:590px) {
.shme,
.surprise {
width: 12%
}
.searchx {
width: 76%
}
.sosmed {
clear: both;
position: relative;
display: block;
overflow: hidden;
margin-top: 15px;
top: 0;
text-align: center;
width: 100%;
bottom: 0
}
.mobius {
overflow: hidden;
display: block
}
.iconx {
float: right
}
.iconx .icol {
margin: 0
}
.iconx .icol span {
display: none
}
.naveps {
float: none;
padding: 0;
margin: -15px;
margin-top: 10px;
overflow: hidden;
position: relative;
height: 38px
}
.naveps .nvs {
display: block;
width: 33.33333333%;
text-align: center;
min-height: 1px
}
.naveps .nvs.nvsc {
margin: 0
}
.naveps .nvs a {
border-radius: 0;
padding: 8px 0
}
.slide-content .title a {
font-size: 16px
}
.blogbox .boxlist .bma {
width: 50%
}
.blogbox.homeblog .boxlist .bma:last-child {
display: none
}
}
@media only screen and (max-width:570px) {
.postbody .ldr .outbx:last-child {
display: none
}
.postbody .ldr .outbx {
float: left;
width: 25%
}
.archx .arche .inx span b {
width: auto;
float: none
}
.soralist ul li {
margin-left: 15px;
float: none;
line-height: 21px;
width: auto
}
.genres li {
width: 43%
}
.bs {
float: left;
width: 33.333333%
}
}
@media only screen and (max-width:500px) {
.postbody .ldr .outbx {
float: left;
width: 50%
}
.listupd .lexa .thumb {
float: none;
overflow: hidden;
width: 100%;
max-height: unset;
margin-right: 0
}
.listupd .lexa .thumb img {
max-width: unset;
height: auto;
width: 100%
}
.bigcontent .infox .spe span {
width: auto;
float: none;
display: block
}
.listupd .utao {
float: none;
width: auto !important;
position: relative
}
}
@media only screen and (max-width:450px) {
.bs {
float: left;
width: 50%
}
.bixbox.hothome .bs:last-child {
display: none
}
.nextprev a {
margin: 0;
width: 50%;
border: 1px solid #121212
}
.nextprev a[rel=next],
.nextprev a[rel=prev] {
text-align: center
}
.nextprev a[rel=prev] {
float: left;
margin: 0;
width: 49%
}
.nextprev a[rel=next] {
margin: 0;
float: right
}
.nextprev {
padding: 6px
}
.navig select#slch {
width: 100%
}
.navig .dlbx {
width: 100%;
margin-top: 4px
}
.hpage a {
width: 90px
}
}
.owl-carousel .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
z-index: 0
}
.owl-carousel .owl-animated-out {
z-index: 1
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.owl-height {
-webkit-transition: height .5s ease-in-out;
-moz-transition: height .5s ease-in-out;
-ms-transition: height .5s ease-in-out;
-o-transition: height .5s ease-in-out;
transition: height .5s ease-in-out
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 1
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel.owl-loaded {
display: block
}
.owl-carousel.owl-loading {
opacity: 0;
display: block
}
.owl-carousel.owl-hidden {
opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
display: none
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.owl-carousel.owl-rtl {
direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
float: right
}
.no-js .owl-carousel {
display: block
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-ms-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.owl-carousel .owl-item img {
transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px; cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale .1s ease;
-moz-transition: scale .1s ease;
-ms-transition: scale .1s ease;
-o-transition: scale .1s ease;
transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-ms-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1
}
.owl-item.active.center .slide-item {
padding: 0;
-webkit-filter: grayscale(0);
filter: grayscale(0)
}
.owl-item.active.center {
z-index: 3
}
.owl-item.active.center .slide-content {
visibility: visible
}
.owl-item.active.center .slide-bg {
background: #666;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px)
}
.owl-item.active.center .slide-shadow {
box-shadow: inset -300px 40px 200px 0 rgba(0, 0, 0, .75), 0 0 15px 5px rgba(0, 0, 0, .8);
background-color: rgba(0, 0, 0, .7)
}
.owl-item.active .slide-bg {
background: #222
}
.owl-next,
.owl-prev {
position: absolute;
top: 50%;
margin-top: -20px;
font-size: 40px;
text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}
.owl-next:hover,
.owl-prev:hover {
color: #f3d872
}
.owl-prev {
left: 0
}
.owl-next {
right: 0
}
.owl-carousel .owl-item .slide-content img {
width: auto;
box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
border-radius: 3px
}
.slide-item {
height: 280px
}
.slide-bg {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
background: #222;
overflow: hidden
}
.slide-bg img {
min-height: 100%;
min-width: 704px;
width: 100%;
height: auto;
top: 0;
left: 0
}
.slide-shadow {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 2;
background-color: rgba(0, 0, 0, .7); }
.slide-content {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 3;
padding: 39px 20px;
text-align: left;
font-family: open sans, arial, helvetica, sans-serif
}
.slide-content .poster {
float: right;
width: 19%;
margin-left: 20px
}
.slide-content .poster img {
max-width: 100%;
height: auto
}
.slide-content .info-left {
margin-top: 18px;
padding-left: 2px
}
.slide-content .title {
display: block;
font-size: 21px;
color: #fff;
text-transform: uppercase
}
.slide-content .title .release-year {
font-size: 14px;
margin-left: 10px;
color: #00ab76
}
.slide-content .extras {
display: block;
margin-top: 10px
}
.slide-content .extras div {
display: inline-block;
margin-right: 10px
}
.slide-content .excerpt {
display: block;
margin-top: 30px
}
.slide-content .excerpt .title {
display: block;
font-size: 12px;
margin-bottom: 6px;
font-weight: 700;
color: #ccc
}
.slide-content .excerpt p {
line-height: 19px;
color: #ddd;
margin: 0
}
.slide-content a {
color: #ddd
}
.slide-content .cast {
display: block;
margin-top: 10px
}
.slide-content .cast span {
display: block;
margin-right: 10px;
margin-bottom: 7px;
width: 70%;
line-height: normal;
white-space: nowrap;
text-overflow: ellipsis;
color: #ddd;
overflow: hidden
}
.slide-content .cast strong {
color: #00ab76
}
.slide-content .rating {
display: inline-block;
height: 48px;
float: left;
margin-top: -4px;
margin-left: -9px
}
.slide-content .rating .site-vote {
font-size: 48px;
color: #f3d872;
position: relative;
float: left;
margin-right: 8px
}
.slide-content .rating .site-vote .dashicons {
font-size: 42px;
width: initial;
height: auto
}
.slide-content .rating .site-vote span span {
font-size: 15px;
position: absolute;
font-family: droid sans, sans-serif;
left: 12px;
top: 17px;
color: #0a0a0a;
font-weight: 700;
letter-spacing: -1px
}
.slide-content .rating .site-vote span:before {
margin: 0
}
.slide-content .ellipsis {
max-width: 55%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
line-height: 26px;
margin-top: -3px
}
.slide-content .title a {
color: #fff
}
.slide-content .title a:hover {
text-decoration: none;
color: #f3d872
}
.slide-content .extra-category {
display: inline-block;
margin-right: 10px;
max-width: 30%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
line-height: 20px;
margin-top: -4px
}
.owl-dots {
position: absolute;
bottom: 10px;
right: 0;
left: 0;
text-align: center
}
.owl-dot {
display: inline-block
}
.owl-dot span {
padding: 6px;
background: rgba(255, 255, 255, .24);
margin: 1px 3px;
display: inline-block;
border-radius: 10px;
box-shadow: 0 2px 2px rgba(0, 0, 0, .6), inset 0 1px 1px rgba(0, 0, 0, .52)
}
.owl-dot.active span,
.owl-dot.active:hover span {
background: rgba(243, 216, 114, .54)
}
.owl-dot:hover span {
background: rgba(255, 255, 255, .54)
}
.slide-item.full .slide-content {
padding: 39px 70px
}
.slide-item.full .slide-content .poster {
width: 15%
}
.owl-carousel.normal {
box-shadow: none;
width: 92%;
margin: 0 auto 30px
}
.owl-carousel.normal .slide-item {
height: auto
}
.owl-carousel.normal .owl-next,
.owl-carousel.normal .owl-prev {
position: absolute;
top: 50%;
margin-top: -30px;
font-size: 40px;
text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}
.owl-carousel.normal .owl-next:hover,
.owl-carousel.normal .owl-prev:hover {
color: #f3d872
}
.owl-carousel.normal .owl-prev {
right: 100%;
left: inherit
}
.owl-carousel.normal .owl-next {
left: 100%
}
.owl-carousel.normal .slider-content {
margin-top: 15px
}
.owl-carousel.normal .owl-dots {
position: absolute;
bottom: -15px;
right: 0;
left: 0;
text-align: center
}
.slider-content {
margin-top: 13px;
display: block
}
.slider-content .top span {
border-bottom: 2px solid #b2d244
}
.br-theme-fontawesome-stars .br-widget {
height: 28px;
white-space: nowrap
}
.br-theme-fontawesome-stars .br-widget a {
font: normal normal normal 20px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 2px
}
.br-theme-fontawesome-stars .br-widget a:after {
content: "\f005";
color: #d2d2d2
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
color: #edb867
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
color: #edb867
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
display: none
}
.br-theme-fontawesome-stars .br-readonly a {
cursor: default
}
@media print {
.br-theme-fontawesome-stars .br-widget a:after {
content: "\f006";
color: #000
}
.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
content: "\f005";
color: #000
}
}
.wp-block-audio figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-block-audio audio {
width: 100%;
min-width: 300px
}
.editor-block-list__layout .reusable-block-edit-panel {
align-items: center;
background: #f8f9f9;
color: #555d66;
display: flex;
flex-wrap: wrap;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-size: 13px;
top: -14px;
margin: 0 -14px;
padding: 8px 14px;
position: relative;
z-index: 7
}
.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
margin: 0 -14px;
padding: 8px 14px
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
margin: 0 5px
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
margin-right: auto
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
margin-right: 8px;
white-space: nowrap;
font-weight: 600
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
flex: 1 1 100%;
font-size: 14px;
height: 30px;
margin: 4px 0 8px
}
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
flex-shrink: 0
}
@media (min-width:960px) {
.editor-block-list__layout .reusable-block-edit-panel {
flex-wrap: nowrap
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
margin: 0
}
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
margin: 0 0 0 5px
}
}
.editor-block-list__layout .reusable-block-indicator {
background: #fff;
border-left: 1px dashed #e2e4e7;
color: #555d66;
border-bottom: 1px dashed #e2e4e7;
top: -14px;
height: 30px;
padding: 4px;
position: absolute;
z-index: 1;
width: 30px;
right: -14px
}
.wp-block-button {
color: #fff;
margin-bottom: 1.5em
}
.wp-block-button.aligncenter {
text-align: center
}
.wp-block-button.alignright {
text-align: right
}
.wp-block-button__link {
background-color: #32373c;
border: none;
border-radius: 28px;
box-shadow: none;
color: inherit;
cursor: pointer;
display: inline-block;
font-size: 18px;
margin: 0;
padding: 12px 24px;
text-align: center;
text-decoration: none;
white-space: normal;
overflow-wrap: break-word
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
color: inherit
}
.is-style-squared .wp-block-button__link {
border-radius: 0
}
.is-style-outline {
color: #32373c
}
.is-style-outline .wp-block-button__link {
background: 0 0;
border: 2px solid
}
.wp-block-categories.alignleft {
margin-right: 2em
}
.wp-block-categories.alignright {
margin-left: 2em
}
.wp-block-columns {
display: flex;
flex-wrap: wrap
}
@media (min-width:782px) {
.wp-block-columns {
flex-wrap: nowrap
}
}
.wp-block-column {
flex: 1;
margin-bottom: 1em;
flex-basis: 100%;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word
}
@media (min-width:600px) {
.wp-block-column {
flex-basis: 50%;
flex-grow: 0
}
}
@media (min-width:600px) {
.wp-block-column:nth-child(odd) {
margin-right: 32px
}
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
margin-left: 32px
}
.wp-block-column:not(:last-child) {
margin-right: 32px
}
}
.wp-block-cover,
.wp-block-cover-image {
position: relative;
background-color: #000;
background-size: cover;
background-position: 50%;
min-height: 430px;
width: 100%;
margin: 0 0 1.5em;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden
}
.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
justify-content: flex-start
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
margin-left: 0;
text-align: left
}
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
justify-content: flex-end
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
margin-right: 0;
text-align: right
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
color: #fff;
font-size: 2em;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 610px;
padding: 14px;
text-align: center
}
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
color: #fff
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: fixed
}
@supports (-webkit-overflow-scrolling:touch) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll
}
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: inherit;
opacity: .5;
z-index: 1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
opacity: 1
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 305px;
width: 100%
}
.wp-block-cover-image:after,
.wp-block-cover:after {
display: block;
content: "";
font-size: 0;
min-height: inherit
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-cover-image:after,
.wp-block-cover:after {
content: none
}
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
display: flex
}
.wp-block-cover__video-background {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
height: 100%;
z-index: 0;
-o-object-fit: cover;
object-fit: cover
}
.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
max-width: 360px;
width: 100%
}
.wp-block-embed {
margin-bottom: 1em
}
.wp-block-embed figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
position: relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
padding-top: 42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
padding-top: 75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
padding-top: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
padding-top: 66.66%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
padding-top: 200%
}
.wp-block-file {
margin-bottom: 1.5em
}
.wp-block-file.aligncenter {
text-align: center
}
.wp-block-file.alignright {
text-align: right
}
.wp-block-file .wp-block-file__button {
background: #32373c;
border-radius: 2em;
color: #fff;
font-size: 13px;
padding: .5em 1em
}
.wp-block-file a.wp-block-file__button {
text-decoration: none
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
box-shadow: none;
color: #fff;
opacity: .85;
text-decoration: none
}
.wp-block-file *+.wp-block-file__button {
margin-left: .75em
}
.wp-block-gallery {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 16px 16px 0;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
margin: 0;
height: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
display: flex;
align-items: flex-end;
justify-content: flex-start
}
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto;
width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
width: auto
}
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 40px 10px 5px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent)
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
display: inline
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover
}
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
width: calc((100% - 16px)/ 2)
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
margin-right: 0
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
width: 100%;
margin-right: 0
}
@media (min-width:600px) {
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
width: calc((100% - 32px)/ 3);
margin-right: 16px
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
width: calc((100% - 48px)/ 4);
margin-right: 16px
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
width: calc((100% - 64px)/ 5);
margin-right: 16px
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
width: calc((100% - 80px)/ 6);
margin-right: 16px
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
width: calc((100% - 96px)/ 7);
margin-right: 16px
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
width: calc((100% - 112px)/ 8);
margin-right: 16px
}
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-right: 0
}
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
margin-right: 0
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
width: 100%
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 305px;
width: 100%
}
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
display: flex
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
justify-content: center
}
.wp-block-image {
max-width: 100%;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0
}
.wp-block-image img {
max-width: 100%
}
.wp-block-image.aligncenter {
text-align: center
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
width: 100%
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
display: table;
margin-left: 0;
margin-right: 0
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
display: table-caption;
caption-side: bottom
}
.wp-block-image .alignleft {
float: left;
margin-right: 1em
}
.wp-block-image .alignright {
float: right;
margin-left: 1em
}
.wp-block-image .aligncenter {
margin-left: auto;
margin-right: auto
}
.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-block-latest-comments__comment {
font-size: 15px;
line-height: 1.1;
list-style: none;
margin-bottom: 1em
}
.has-avatars .wp-block-latest-comments__comment {
min-height: 36px;
list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 52px
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
line-height: 1.8;
margin: 5px 0 20px
}
.wp-block-latest-comments__comment-date {
color: #8f98a1;
display: block;
font-size: 12px
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 24px;
display: block;
float: left;
height: 40px;
margin-right: 12px;
width: 40px
}
.wp-block-latest-posts.alignleft {
margin-right: 2em
}
.wp-block-latest-posts.alignright {
margin-left: 2em
}
.wp-block-latest-posts.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none
}
.wp-block-latest-posts.is-grid li {
margin: 0 16px 16px 0;
width: 100%
}
@media (min-width:600px) {
.wp-block-latest-posts.columns-2 li {
width: calc(50% - 16px)
}
.wp-block-latest-posts.columns-3 li {
width: calc(33.33333% - 16px)
}
.wp-block-latest-posts.columns-4 li {
width: calc(25% - 16px)
}
.wp-block-latest-posts.columns-5 li {
width: calc(20% - 16px)
}
.wp-block-latest-posts.columns-6 li {
width: calc(16.66667% - 16px)
}
}
.wp-block-latest-posts__post-date {
display: block;
color: #6c7781;
font-size: 13px
}
.wp-block-media-text {
display: grid;
grid-template-rows: auto;
align-items: center;
grid-template-areas: "media-text-media media-text-content";
grid-template-columns: 50% auto
}
.wp-block-media-text.has-media-on-the-right {
grid-template-areas: "media-text-content media-text-media";
grid-template-columns: auto 50%
}
.wp-block-media-text .wp-block-media-text__media {
grid-area: media-text-media;
margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
word-break: break-word;
grid-area: media-text-content;
padding: 0 8%
}
.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
max-width: unset;
width: 100%;
vertical-align: middle
}
@media (max-width:600px) {
.wp-block-media-text.is-stacked-on-mobile {
grid-template-columns: 100% !important;
grid-template-areas: "media-text-media" "media-text-content"
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
grid-template-areas: "media-text-content" "media-text-media"
}
}
p.is-small-text {
font-size: 14px
}
p.is-regular-text {
font-size: 16px
}
p.is-large-text {
font-size: 36px
}
p.is-larger-text {
font-size: 48px
}
p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 8.4em;
line-height: .68;
font-weight: 100;
margin: .05em .1em 0 0;
text-transform: uppercase;
font-style: normal
}
p.has-drop-cap:not(:focus):after {
content: "";
display: table;
clear: both;
padding-top: 14px
}
p.has-background {
padding: 20px 30px
}
p.has-text-color a {
color: inherit
}
.wp-block-pullquote {
padding: 3em 0;
margin-left: 0;
margin-right: 0;
text-align: center
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: 305px
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 20px
}
.wp-block-pullquote p {
font-size: 28px;
line-height: 1.6
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
position: relative
}
.wp-block-pullquote .has-text-color a {
color: inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
background: 0 0
}
.wp-block-pullquote.is-style-solid-color {
border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: auto;
margin-right: auto;
text-align: left;
max-width: 60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 0;
margin-bottom: 0;
font-size: 32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: none;
font-style: normal
}
.wp-block-pullquote cite {
color: inherit
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 0 0 16px;
padding: 0 1em
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 24px;
font-style: italic;
line-height: 1.6
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 18px;
text-align: right
}
.wp-block-separator.is-style-wide {
border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
background: 0 0;
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto
}
.wp-block-separator.is-style-dots:before {
content: "\00b7 \00b7 \00b7";
color: #191e23;
font-size: 20px;
letter-spacing: 2em;
padding-left: 2em;
font-family: serif
}
p.wp-block-subhead {
font-size: 1.1em;
font-style: italic;
opacity: .75
}
.wp-block-table.has-fixed-layout {
table-layout: fixed;
width: 100%
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
display: table;
width: auto
}
.wp-block-table.is-style-stripes {
border-spacing: 0;
border-collapse: inherit;
border-bottom: 1px solid #f3f4f5
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #f3f4f5
}
.wp-block-table.is-style-stripes td {
border-color: transparent
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
display: flex
}
.wp-block-text-columns .wp-block-column {
margin: 0 16px;
padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
width: 25%
}
pre.wp-block-verse {
white-space: nowrap;
overflow: auto
}
.wp-block-video {
margin-left: 0;
margin-right: 0
}
.wp-block-video video {
max-width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-video [poster] {
-o-object-fit: cover;
object-fit: cover
}
}
.wp-block-video.aligncenter {
text-align: center
}
.wp-block-video figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.has-pale-pink-background-color.has-pale-pink-background-color {
background-color: #f78da7
}
.has-vivid-red-background-color.has-vivid-red-background-color {
background-color: #cf2e2e
}
.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
background-color: #ff6900
}
.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
background-color: #fcb900
}
.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
background-color: #7bdcb5
}
.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
background-color: #00d084
}
.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
background-color: #8ed1fc
}
.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
background-color: #0693e3
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
background-color: #eee
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
background-color: #abb8c3
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
background-color: #313131
}
.has-pale-pink-color.has-pale-pink-color {
color: #f78da7
}
.has-vivid-red-color.has-vivid-red-color {
color: #cf2e2e
}
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
color: #ff6900
}
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
color: #fcb900
}
.has-light-green-cyan-color.has-light-green-cyan-color {
color: #7bdcb5
}
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
color: #00d084
}
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
color: #8ed1fc
}
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
color: #0693e3
}
.has-very-light-gray-color.has-very-light-gray-color {
color: #eee
}
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
color: #abb8c3
}
.has-very-dark-gray-color.has-very-dark-gray-color {
color: #313131
}
.has-small-font-size {
font-size: 13px
}
.has-normal-font-size,
.has-regular-font-size {
font-size: 16px
}
.has-medium-font-size {
font-size: 20px
}
.has-large-font-size {
font-size: 36px
}
.has-huge-font-size,
.has-larger-font-size {
font-size: 42px
}@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700");
:focus {
outline: 0
}
*,
:after,
:before {
box-sizing: border-box
}
.kln {
margin-bottom: 15px;
overflow: hidden;
text-align: center
}
.kln .lmt {
margin: -5px;
overflow: hidden
}
.black .kln {
margin: 0 auto;
max-width: 960px;
margin-bottom: 15px
}
.kln .lmt .klnmin img {
min-width: auto;
width: 100%;
padding: 3px
}
div#theHISTORYs {
overflow: hidden;
display: block
}
.darkmode b.stat.Completed {
color: #fff;
background: #2e4d8e;
padding: 3px;
font-size: 10px;
border-radius: 4px
}
.darkmode b.stat.Ongoing {
color: #fff;
background: #3367d6;
padding: 3px;
font-size: 10px;
border-radius: 4px
}
.darkmode blockquote,
q {
margin: 5px 0;
quotes: none;
background: #252230;
border-left: 3px solid #3367d6;
padding: 5px 10px
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: "";
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
.darkmode a {
color: #fff;
text-decoration: none;
transition: color .1s linear;
-moz-transition: color .1s linear;
-webkit-transition: color .1s linear
}
.darkmode .blogbox .boxlist .bma .bmb .bmba .bmbaa a {
color: #f1f1f1
}
.darkmode .blogbox .boxlist .bma .bmb .bmba .bmbah h2 a {
color: #fff
}
:focus {
outline: 0
}
a:hover {
color: #3367d6;
text-decoration: none
}
img {
max-width: 100%;
height: auto
}
.postbody p {
margin: 10px 0
}
.clear {
clear: both
}
body.darkmode {
background: #16151d;
font-family: heebo, sans-serif;
font-size: 14px;
line-height: 1.2em;
color: #999;
margin: 0 auto
}
.strip {
margin-top: 5px;
margin-bottom: 5px;
border-bottom: 1px dashed #d0cdcd;
box-shadow: 0 0 4px #fff
}
.kln {
overflow: hidden;
position: relative;
text-align: center
}
.blox.kln {
margin: 0 auto;
max-width: 1150px
}
.kln a.col {
width: 50%;
display: block;
padding: 2px 4px;
float: left
}
.klnrec {
overflow: hidden;
margin-bottom: 15px
}
.klnrec .kln {
float: left;
width: 70%;
padding: 5px;
margin-right: 5px;
border: 1px solid #ddd
}
.klnrec .kln img,
.klnrec .mini img {
width: 100%;
max-height: 90px
}
.klnrec .mini {
overflow: hidden;
margin-left: 10px;
border: 1px solid #ddd;
padding: 5px
}
.bixbox .kln,
.singlex {
float: left;
margin-right: 15px
}
#floatcenter {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .6);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999
}
#floatcenter .ctrx {
width: 100%;
max-width: 500px;
margin: auto;
padding-top: 20vh
}
.playerx {
position: relative
}
#overplay {
position: absolute;
z-index: 200;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .7)
}
#overplay .chain {
width: 100%;
max-width: 300px;
margin: auto;
padding-top: 50px
}
#content {
overflow: hidden;
max-width: 1190px;
margin: 0 auto;
position: relative
}
.wrapper {
margin: 0 20px;
position: relative;
overflow: hidden
}
header {
float: left;
margin: 5px 40px 5px 0
}
.logos img {
max-height: 50px
}
.logos {
margin: 0;
min-height: 1px;
width: 195px
}
.logos span.hdl {
display: none;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute
}
.darkmode .th {
overflow: hidden;
background: #0b0a0d;
height: 60px
}
.th .centernav {
margin: 0 auto;
max-width: 1180px;
padding: 0 20px
}
.shme {
display: none
}
.darkmode #main-menu {
margin: 0;
background: #3367d6;
overflow: hidden;
margin-bottom: 15px
}
#main-menu .centernav .logo img {
width: 100%;
height: auto
}
#main-menu .centernav {
margin: 0 auto;
max-width: 1180px;
padding: 0 20px
}
#main-menu .centernav .logo {
display: none;
float: left;
margin-top: 23px;
margin-right: 30px;
max-width: 190px
}
#main-menu .dashicons {
display: none;
line-height: 36px;
width: auto;
height: auto;
font-size: 16px;
padding-right: 2px
}
#main-menu ul {
position: relative;
float: left;
list-style: none;
padding: 0;
margin: 0
}
#main-menu ul li {
float: left;
position: relative;
margin: 0 10px
}
.darkmode #main-menu ul li a {
display: block;
text-align: center;
line-height: 42px;
height: 42px;
padding: 0 10px;
color: #fff;
border-left: 0;
transition: color .5s;
position: relative;
font-size: 1em
}
.darkmode #main-menu ul .menu-item-has-children>a:after {
content: "\f140";
padding: 0;
display: none;
width: auto;
height: auto;
padding-left: 5px;
font-size: 19px;
float: right;
line-height: 35px;
font-family: dashicons
}
.darkmode #main-menu ul li a:hover {
text-decoration: none;
color: #fff;
background: #2e4d8e
}
#main-menu ul li ul {
position: absolute;
top: 60px;
padding: 5px;
min-width: 240px;
display: none;
z-index: 9999;
border-top: 3px solid #30649a;
background: #191919
}
#main-menu ul li:hover ul {
display: block
}
#main-menu ul li ul li {
float: left;
margin: 0
}
#main-menu ul li:hover ul li ul {
display: none
}
#main-menu ul li ul li a {
margin: 0;
display: block;
width: 100px;
background: 0 0;
font-size: 14px;
padding: 5px 10px;
line-height: 20px;
text-align: left;
color: rgba(255, 255, 255, .7)
}
#main-menu ul li ul li a:hover {
background: #23282d
}
#main-menu .random {
float: right;
color: #fff;
cursor: pointer;
text-transform: none;
font-weight: 400;
font-size: 14px;
margin: 0;
border-radius: 0;
border: 0;
line-height: 33px;
background: #2866a7;
padding: 0 10px
}
#main-menu .random:hover {
background: #ececec;
color: #333;
text-decoration: none
}
.show-menu {
display: none;
color: #fff;
line-height: 37px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
cursor: pointer
}
#main-menu input[type=checkbox] {
display: none;
-webkit-appearance: none
}
#main-menu input[type=checkbox]:checked~#menu-menu {
display: block;
z-index: 9999;
float: none;
background: #222;
position: relative
}
.ms {
border-radius: 3px;
cursor: pointer;
display: none;
height: 34px;
left: auto;
position: absolute;
text-align: center;
top: 17px;
width: 34px;
color: #fff;
right: 15px
}
#main-menu .ms .dashicons {
display: block !important;
font-size: 26px
}
.quickswitcher .switch {
position: relative;
display: inline-block;
width: 25px;
height: 12px
}
.quickswitcher .switch input {
display: none
}
.quickswitcher .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s
}
.quickswitcher .slider:before {
position: absolute;
content: "";
height: 10px;
width: 10px;
left: 1px;
bottom: 1px;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s
}
.quickswitcher input:checked+.slider {
background-color: #555
}
.quickswitcher input:focus+.slider {
box-shadow: 0 0 1px #555
}
.quickswitcher input:checked+.slider:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px)
}
.quickswitcher .slider.round {
border-radius: 34px
}
.quickswitcher .slider.round:before {
border-radius: 50%;
background: #3367d6
}
.quickswitcher .text {
color: #eee;
text-transform: uppercase;
font-size: .7rem;
padding: 5px 0
}
.quickswitcher .text {
color: gray
}
.darkmode .quickswitcher .text {
color: #eee
}
.quickswitcher label.switch {
margin-bottom: 0 !important
}
.searchx {
float: left;
width: 350px;
margin: 13px 25px 13px 0
}
.searchx #form {
padding: 0;
position: relative
}
.darkmode .searchx #form #s {
font-weight: 300;
background: #fff;
box-shadow: none !important;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
padding-right: 30px;
font-family: inherit;
font-size: 14px;
line-height: 1.42857143;
color: #fff;
background-color: #17151b;
background-image: none;
border: 1px solid #23202a;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.searchx #form #sel {
margin: 0;
color: #888;
border: 0;
outline: 0;
display: inline-block;
font-family: open sans, sans-serif;
background-color: #fff;
border: 1px solid #e5e2e2;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 5px
}
.searchx #form #submit {
position: absolute;
background: 0 0;
color: #555;
cursor: pointer;
font-family: inherit;
border: 0;
padding: 0 7px;
top: 6px;
font-size: medium;
right: 2px;
line-height: 36px
}
.searchx #form #submit .dashicons {
display: block;
font-size: 22px
}
.searchx #form #s:focus {
outline: 0
}
.surprise {
float: right;
margin-top: 14px;
background: #573e85;
color: #ccc;
font-size: 12px;
margin-right: 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 5px 10px;
line-height: 1.5
}
.surprise .dashicons {
width: auto;
height: auto;
line-height: 18px;
font-size: 14px;
margin-right: 2px
}
.surprise:hover {
color: #ccc;
background: #453169
}
.loop {
margin-bottom: 15px;
width: 75% !important;
float: left
}
.slide-content .rating .site-vote span span {
font-family: roboto !important;
font-weight: 500 !important
}
.slide-content {
font-family: heebo !important;
font-size: 13px
}
.slide-content .ellipsis {
float: none !important;
display: block !important
}
.slide-content .extras {
margin-top: 5px !important
}
.slide-content .title .release-year {
font-size: 13px !important;
color: #ffc107 !important;
margin: 0 !important
}
.slide-content .rating .site-vote .dashicons {
font-size: 52px !important;
width: initial !important;
height: auto !important
}
.slide-content .rating .site-vote span span {
top: 22px !important;
left: 0 !important;
width: 51px;
text-align: center;
font-size: 13px !important
}
.slide-content .cast strong {
color: unset !important;
font-weight: 400 !important
}
.owl-dot.active span,
.owl-dot.active:hover span {
background: #ffd400 !important
}
.slide-item.full .slide-content .poster {
width: 22% !important
}
.slide-item.full .slide-content {
padding: 30px 50px !important
}
.slide-shadow { background-color: rgba(0, 0, 0, .5) !important
}
.slide-content .extras div {
color: #ddd !important
}
.slide-content .excerpt {
max-height: 60px;
overflow: hidden
}
.slidtop {
overflow: hidden
}
.slidtop .trending {
overflow: hidden
}
.slidtop .trending .tdb {
cursor: pointer;
height: 280px;
margin-left: 10px;
position: relative
}
.slidtop .trending .tdb .crown { background-size: 100%;
position: absolute;
right: 5px;
top: 10px;
height: 40px;
width: 40px;
z-index: 3
}
.slidtop .trending .tdb .imgxa {
height: 100%;
width: 100%;
overflow: hidden;
background-size: auto 100%;
background-position: top center
}
.slidtop .trending .tdb .imgxa .imgxb {
height: 100%;
width: 100%;
background-position: center;
background-size: cover
}
.slidtop .trending .tdb .textbg {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
transition: opacity .2s;
z-index: 2;
box-shadow: inset 0 0 40px #000
}
.slidtop .trending .tdb .textbg.blxc {
color: #eee; }
.slidtop .trending .tdb .textbg .bghover {
margin-top: 40%;
padding: 0 5%;
line-height: 19px;
text-align: left;
text-transform: uppercase
}
.slidtop .trending .tdb .textbg .bghover .numa {
display: block;
font-size: 16px
}
.slidtop .trending .tdb .textbg .bghover .numb {
display: block;
font-size: 17px;
margin-top: 5px;
height: 55px;
overflow: hidden
}
.owl-nav {
display: none
}
#header {
overflow: hidden;
margin-bottom: 20px
}
#header .logo {
float: left
}
#header .logo img {
max-width: 252px;
height: auto
}
#header .headads {
float: right;
max-width: 728px;
max-height: 90px
}
.recommended {
margin: 0 auto;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
background: #f3f3f3;
margin-bottom: 20px;
line-height: 28px;
font-size: 13px;
padding-right: 10px
}
.recommended h2 {
background: #4d4d4d;
color: #fff;
font-weight: 700;
line-height: 28px;
padding: 0 5px;
margin: 0;
font-size: 13px;
display: inline-block
}
.recommended a {
padding: 5px;
color: #333
}
.darkmode .postbody p.index {
padding: 15px;
margin: 0;
margin-bottom: 18px;
border-radius: 3px;
line-height: 19px;
background: #3367d6;
color: #ddd;
text-align: center;
font-size: 13px
}
.postbody p.index b {
color: #fff;
font-weight: 500
}
.darkmode .postbody p.ctn {
margin: 0 5px;
margin-bottom: 10px;
font-size: 13px;
padding: 10px;
border-radius: 5px;
background: #27222e
}
.postbody .ntf {
margin: 10px;
padding: 8px;
background: #009688;
color: #e7e7e7;
font-size: 13px
}
.postbody {
float: left;
width: 70%
}
.postbody.komikinfo {
width: 100%;
float: none
}
.postbody .ldr {
margin: 0 -5px
}
.darkmode .bixbox {
background: #1d1b26;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 18px;
overflow: hidden;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-o-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}
.postbody .box {
overflow: hidden;
margin-bottom: 20px
}
.darkmode .releases {
position: relative;
display: flex;
justify-content: space-between;
align-items: baseline;
border-bottom: 1px solid #312f40;
padding: 8px 15px
}
.releases:after {
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: transparent;
display: block;
z-index: 1;
transform: scaleY(.5);
opacity: .8;
background-image: linear-gradient(90deg, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .1) 10%, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .3) 30%, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, .2) 80%, rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, .01) 100%)
}
.darkmode #sidebar .section h4,
.darkmode .releases h1,
.darkmode .releases h3 {
font-size: 1.1em;
color: #3367d6;
line-height: 20px;
font-weight: 700;
margin: 0;
position: relative;
text-transform: uppercase
}
.darkmode .releases .vl {
font-size: .6em;
text-transform: uppercase;
color: #ddd;
height: 18px;
line-height: 18px;
padding: 0 6px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #3367d6;
display: inline-block;
float: right;
margin-top: 1px;
margin-right: -3px
}
.postbody .box .rld {
padding: 5px;
position: relative;
overflow: hidden
}
.postbody .ldr .outbx {
float: left;
width: 20%
}
.postbody .ldr .outbx .limit {
overflow: hidden;
position: relative;
padding: 0 0 135%;
background: #333
}
.postbody .box .rld img {
width: 100%;
height: auto;
position: absolute
}
.postbody .box .rld h2 {
background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 6%, rgba(0, 0, 0, .85) 70%);
text-shadow: rgba(0, 0, 0, .8) 1px 1px 0;
position: absolute;
padding: 10px;
width: 100%;
color: #fff;
left: 0;
bottom: 0;
margin: 0;
font-weight: 500;
overflow: hidden;
text-align: center;
font-size: 13px;
box-sizing: border-box
}
.postbody .boxed {
overflow: hidden;
margin-bottom: 15px
}
.postbody .boxed .left {
float: left;
margin-right: 10px
}
.postbody .boxed .right .lts {
float: right;
width: 470px
}
.postbody .boxed .right .lts h3 {
text-transform: uppercase;
padding: 5px 10px;
font-size: 11px;
border: 5px solid #eff1f1
}
.postbody .boxed .right .lts ul {
overflow: hidden
}
.postbody .boxed .right .lts ul li {
overflow: hidden;
margin: 5px 0;
padding-bottom: 5px;
border-bottom: 1px solid #e2e5e5
}
.postbody .boxed .right .lts ul li .thumb {
float: left;
border: 1px solid #e2e5e5;
overflow: hidden;
height: 55px
}
.postbody .boxed .right .lts ul li .thumb img {
width: 100px;
height: auto
}
.postbody .boxed .right .lts ul li .dtl {
width: 350px;
padding: 5px;
background: #f5f4f4;
height: 47px;
float: right
}
.postbody .boxed .right .lts ul li .dtl h2 {
color: #333;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
.postbody .boxed .right .lts ul li .dtl h2 a {
color: #333
}
.postbody .boxed .right .lts ul li .dtl h2 a:hover {
text-decoration: none;
color: #f13e3e
}
.postbody .boxed .right .lts ul li .dtl span {
font-family: tahoma;
color: #555;
display: block;
font-size: 11px
}
.postbody .boxed .right .lts ul li .dtl span a {
color: #f13e3e
}
.darkmode .genresx {
margin-bottom: 15px;
background: #27222e;
padding: 10px;
overflow: hidden;
color: #3367d6;
font-size: 12px;
list-style: disc;
margin: 0 5px;
margin-bottom: 16px
}
.darkmode .genresx li {
width: 20%;
margin-left: 25px;
line-height: 24px;
float: left
}
.darkmode .genresx li a {
color: #fff
}
.postbody .epsc .boxed .right .lts {
float: none;
width: 100%
}
.postbody .epsc .boxed .right .lts ul li .dtl {
width: 520px
}
.postbody .epsc .boxed {
overflow: hidden;
margin-bottom: 0
}
.postbody .boxed .right .lts ul li .dtl h1 {
color: #333;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
.listupd {
padding: 10px;
overflow: hidden
}
.listupd .lexa {
overflow: hidden;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px
}
.listupd .lexa .thumb {
float: left;
overflow: hidden;
max-height: 100px;
margin-right: 15px
}
.listupd .lexa .dtl {
overflow: hidden;
padding: 10px;
margin: 0;
border-bottom: 0;
background: #f7f7f7
}
.listupd .lexa .dtl h2 {
font-size: 16px;
margin: 0;
margin-bottom: 5px
}
.listupd .lexa .dtl span {
display: block;
margin-bottom: 3px
}
.listupd .lexa .dtl h2 a {
color: #000
}
.listupd .lexa .dtl h2 a:hover {
text-decoration: none;
color: #3367d6
}
.listupd .lexa .thumb img {
max-width: 175px
}
.darkmode .listupd .utao .uta {
padding: 15px 5px;
overflow: hidden;
position: relative;
border-bottom: 1px solid #262432
}
.listupd .utao .uta .imgu {
position: relative;
float: left;
overflow: hidden;
margin-right: 10px
}
.listupd .utao .uta .imgu .hot {
position: absolute;
top: 6px;
left: -15px;
line-height: normal;
color: #fff;
text-transform: uppercase;
font-weight: 700;
padding: 2px 18px;
font-size: 9px;
background: #de3b3b;
box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.listupd .utao .uta .imgu .new {
position: absolute;
top: 3px;
right: 3px;
background: #ff5e00;
font-size: 11px;
font-weight: 700;
padding: 0 4px;
padding-top: 2px;
border-radius: 3px;
line-height: 15px;
color: #fff
}
.listupd .utao .uta .luf {
overflow: hidden
}
.listupd .utao .uta .luf h3 {
margin: 0;
font-size: 13px;
font-weight: 500;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.darkmode .listupd .utao .uta .luf ul {
margin: 0;
margin-top: 10px
}
.darkmode .listupd .utao .uta .luf ul li {
margin-bottom: 5px;
font-size: 13px;
color: #3367d6
}
.darkmode .listupd .utao .uta .luf ul li a {
display: block;
float: left;
overflow: hidden;
white-space: nowrap;
background: #333;
color: #ccc
}
.listupd .utao .uta .luf ul li span {
float: right;
color: #555;
font-size: 12px
}
.listupd .utao .uta .luf ul.Manhua li {
color: #009688
}
.listupd .utao .uta .luf ul.Manhwa li {
color: #9d4942
}
.bs {
float: left;
width: 20%
}
.bs .bsx {
position: relative;
overflow: hidden;
margin: 7px;
transition: all .2s;
-webkit-transition: all .2s;
-moz-transition: all .2s
}
.komikinfo .bs {
width: 14.2%
}
.bs .bsx .limit {
padding: 137% 0 0;
position: relative;
overflow: hidden;
background: #201e2a
}
.bs .bsx .limit .t {
position: absolute;
top: 0;
z-index: 1;
width: 100%;
text-align: center;
overflow: hidden
}
.bs .bsx .limit .b {
position: absolute;
bottom: -30px;
color: #fff;
z-index: 1;
padding: 8px 0;
width: 100%;
text-align: center;
background: rgba(34, 58, 101, .9);
transition: all .2s;
-webkit-transition: all .2s;
-moz-transition: all .2s
}
.bs .bsx .limit img {
width: 100%;
height: auto;
top: 0;
position: absolute
}
.bs .bsx .limit .t .type {
margin-top: 5px;
margin-left: 5px;
font-size: 11px;
padding: 1px 5px;
border-radius: 1px;
float: left;
color: #eee;
background: #673ab7
}
.bs .bsx .limit .t .ept {
margin-top: 5px;
margin-right: 5px;
font-size: 11px;
padding: 1px 5px;
border-radius: 1px;
float: right;
color: #222;
background: rgba(255, 255, 255, .9)
}
.bs .bsx .limit .t .type.TV {
background: rgba(14, 175, 193, .8);
color: #fff
}
.bs .bsx .limit .t .type.Movie {
background: #218c4c
}
.bs .bsx .limit .t .type.OVA {
background: #fb3a00
}
.bs .bsx .limit .b .bt {
margin: 0 5px;
font-family: Open Sans, sans-serif;
font-size: 13px
}
.bs .bsx .limit .b .bt .tx {
overflow: hidden;
height: 36px;
font-size: 12px
}
.bs .bsx .limit .b .bt .status {
margin-top: 5px;
overflow: hidden
}
.bs .bsx .limit .b .bt .status span {
display: inline-block;
color: #fff;
background: #0eafc1;
padding: 2px 6px 2px 8px;
border-radius: 2px;
font-size: 12px
}
.bs .bsx:hover .limit .b {
bottom: 0
}
.bs .bsx .limit .b .bt .tx b {
font-weight: 400
}
.bs .bsx .limit .bt {
position: absolute;
bottom: 0;
z-index: 2;
width: 100%;
background: rgba(34, 58, 101, .9);
color: #fff;
font-size: 11px;
line-height: 20px;
overflow: hidden
}
.bs .bsx .limit .bt span.epx {
display: block;
float: left;
margin-left: 10px
}
.bs .bsx .limit .bt span.sb {
display: block;
float: right;
padding: 0 5px;
font-size: 11px;
color: #111;
text-transform: uppercase;
background: #d9da17
}
.bs .bsx .limit .bt span.sb.RAW {
background: rgba(14, 175, 193, .8);
color: #fff
}
.bs .bsx .tt {
font-size: .9em;
margin: 8px 0;
margin-bottom: 5px;
font-weight: 500;
line-height: 19px;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2
}
.bs .bsx .limit .ply {
display: none;
position: absolute;
width: 100%;
z-index: 1;
height: 100%;
top: 0;
background: rgba(0, 0, 0, .51)
}
.bs .bsx .limit .ply .dashicons {
background: rgba(14, 175, 193, .8);
border-radius: 20%;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
width: 40px;
height: 40px;
font-size: 30px;
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
text-align: center;
line-height: 38px;
margin-top: -20px;
margin-left: -20px;
border: 2px solid #2fc5d9;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
line-height: 38px;
transition: all .3s ease 0;
-webkit-transition: all .3s ease 0;
-moz-transition: all .3s ease 0
}
.bs .bsx .limit .status {
position: absolute;
top: 13px;
left: -22px;
line-height: normal;
color: #fff;
text-transform: uppercase;
font-weight: 700;
z-index: 1;
padding: 2px 18px;
font-size: 9px;
background: #de3b3b;
box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.bigor {
height: 80px
}
.bs .bsx .limit .hot {
position: absolute;
top: 3px;
right: 3px;
background: #f44336;
font-size: 13px;
font-weight: 700;
padding: 0 5px;
padding-top: 3px;
border-radius: 3px;
line-height: 17px;
color: #fff;
z-index: 1
}
.bs .bsx:hover .limit .ply {
display: block
}
.bs .bsx .adds {
font-size: 13px;
color: #8a7da2
}
.bs .bsx .adds .rating {
overflow: hidden;
font-size: 12px;
margin-top: 5px
}
.bs .bsx .adds .rating .rtg {
float: left
}
.bs .bsx .adds .rating .rtg a {
font-size: 14px !important
}
.bs .bsx .adds .rating i {
float: right;
color: #555;
font-size: 11px;
margin-right: 2px
}
.darkmode .bs .bsx .adds .rating .rtg a:after {
color: #333
}
.bs .bsx .adds .rating .rtg a.br-selected:after {
color: #edb867
}
.darkmode #main-menu ul li a:hover:before {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 2px;
background: #2e4d8e;
content: ""
}
.darkmode .bs .bsx:hover .tt {
color: #fff
}
.darkmode .bs .bsx .limit .type {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 1;
padding: 0 7px;
padding-top: 1px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
border-radius: 3px;
color: #efefef;
background: #3367d6
}
.bs .bsx .limit .type.Manhua {
background: #009688
}
.bs .bsx .limit .type.Manhwa {
background: #a12e24
}
.cts {
font-size: 13px;
line-height: 19px;
overflow: hidden;
height: 85px;
overflow-y: scroll;
padding: 5px;
border: 1px solid #ddd
}
.cts p {
margin: 0
}
.page {
padding: 15px;
line-height: 21px;
font-size: 13px
}
.page h2,
.page h3,
.page h4 {
margin: 0;
font-weight: 500;
margin-bottom: 5px
}
.darkmode .page.blog {
color: #ddd;
font-size: 14px
}
.page.blog img {
width: auto !important;
max-width: 70%
}
.bigblogt {
clear: both;
overflow: hidden;
margin-bottom: 15px
}
.cl {
margin-bottom: 15px
}
.offzone {
padding: 8px 10px;
border-radius: 5px;
background: #607d8b;
overflow: hidden;
color: #fff
}
span.leftoff {
float: left
}
.darkmode span.leftoff a {
color: #c2c2c2
}
span.rightoff {
float: right
}
.cl ul {
list-style: none;
padding: 0;
margin: 0;
max-height: 500px;
overflow: auto
}
.cl ul::-webkit-scrollbar {
width: 10px
}
.cl ul::-webkit-scrollbar-thumb {
background: #607d8b;
border-radius: 2px
}
.cl ul::-webkit-scrollbar-track {
background: rgba(0, 0, 0, .13);
border-radius: 2px
}
.darkmode .cl ul li {
overflow: hidden;
padding: 7px 10px;
border-bottom: 1px solid #312f40
}
.darkmode .bigblogt h1 {
margin: 0;
line-height: normal;
font-size: 20px;
font-weight: 400;
color: #ddd;
margin-bottom: 3px
}
.bigblogt span {
font-size: 12px;
font-weight: 500;
text-transform: uppercase
}
.bigblogt span a {
background: #3367d6;
color: #fff;
padding: 0 5px;
margin-left: 10px
}
.darkmode .page.blog .thumb {
margin: -15px;
margin-bottom: 20px;
position: relative;
overflow: hidden;
padding: 40% 0 0;
border-bottom: 3px solid #3367d6
}
.page.blog .thumb img {
width: 100% !important;
max-width: 100% !important;
top: 0;
position: absolute;
z-index: 1
}
.page.blog .thumb .shdwx {
background: rgba(0, 0, 0, .13);
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
top: 0;
box-shadow: inset 0 0 150px #000
}
.animeinfo {
overflow: hidden
}
.animeinfo .left {
float: left;
width: 326px;
padding-right: 5px;
margin-right: 5px;
overflow: hidden;
border-right: 1px solid #eaeaea
}
.animeinfo .left img {
float: left;
width: 140px;
height: 190px;
margin-right: 10px
}
.animeinfo .left p {
margin: 0
}
.animeinfo .left span {
display: block
}
.animeinfo .right {
float: right;
width: 300px;
height: 195px
}
.animeinfo .right .related {
overflow: hidden
}
.animeinfo .right .related li {
overflow: hidden;
margin-bottom: 6px
}
.animeinfo .right .related li .border {
padding: 1px;
float: left;
border: 1px solid #ddd
}
.animeinfo .right .related li .border .limiter {
height: 39px;
overflow: hidden
}
.animeinfo .right .related li .border .limiter img {
width: 39px;
height: auto
}
.animeinfo .right .related li .rights {
margin-left: 50px;
line-height: 15px;
height: 35px;
padding: 4px;
background: #f5f5f5
}
.animeinfo .right .related li .rights .title {
color: #f13e3e;
display: block;
font-weight: 700
}
.animeinfo .right .related li .rights .title a {
color: #f13e3e
}
.animeinfo .right .related li .rights .cat {
display: block;
font-size: 11px;
color: #444;
font-family: tahoma;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.animeinfo .right .related li .rights .cat a {
color: #444
}
.animeinfo .sinop {
margin-top: 5px;
background: #f5f5f5;
border-radius: 3px;
padding: 10px;
line-height: normal
}
.animeinfo .sinop p {
margin: 0
}
.expr {
margin-bottom: 15px;
background: #f7f7f7;
padding: 10px
}
.dtl {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd
}
.dtl h1 {
margin: 0;
font-weight: 500;
font-size: 18px;
margin-bottom: 5px
}
.dtl span {
color: #8f95a3;
font-weight: 500;
line-height: 20px
}
.postb {
font-size: 15px;
line-height: 22px;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ddd
}
#shadow {
display: none;
position: fixed;
left: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, .93);
width: 100%;
height: 100%;
z-index: 100;
transition: all .5s ease
}
#pembed {
position: relative;
max-width: 100%;
height: 0;
padding-bottom: 56.25%
}
#embed_holder embed,
#embed_holder iframe {
z-index: 102;
position: absolute;
border: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: 0;
padding: 0
}
#embed_holder {
position: relative;
z-index: 102
}
.video-content {
background: #000;
overflow: hidden;
position: relative
}
.item {
background: #fff;
position: relative;
overflow: hidden;
padding: 10px 15px;
font-size: .85em
}
.megavid {
transition: all .3s ease 0;
-webkit-transition: all .3s ease 0;
-moz-transition: all .3s ease 0;
margin-bottom: 18px;
box-shadow: 0 3px 0 0 #d7dbe3
}
select.mirror {
float: left;
border: 1px solid #dbdbdb;
border-radius: 4px;
color: #363636;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
padding: 5px 3px;
font-family: inherit;
font-size: 13px;
font-weight: 300
}
.naveps {
float: right;
font-size: 12px;
padding: 3px 0
}
.video-nav {
overflow: hidden
}
.naveps .nvs {
float: left
}
.naveps .nvs.nvsc {
margin: 0 7px
}
.naveps .nvs a {
background: #f5f5f5;
color: #4a4a4a;
padding: 4px 10px;
border-radius: 5px;
display: block
}
.naveps .nvsc a {
background: #0eafc1;
color: #fff
}
.iconx {
float: left;
margin-left: 10px;
overflow: hidden;
font-weight: 300
}
.iconx .icol {
display: inline-block;
margin-right: 5px;
padding: 5px;
font-size: 13px;
cursor: pointer
}
.iconx .icol .dashicons {
width: auto;
height: auto;
font-size: 13px;
padding: 3px;
border-radius: 10px;
color: #fff;
background: #444;
margin-right: 3px
}
.iconx .icol .dashicons.dashicons-editor-expand {
background: #786de5
}
.iconx .icol .dashicons.dashicons-lightbulb {
background: #efce4a
}
.iconx .icol .dashicons.dashicons-share.socialx {
background: #25b7d3
}
.iconx .icol .dashicons.dashicons-download {
background: #e04f5f
}
.iconx .icol span {
line-height: 20px
}
.megavid.xp {
position: absolute;
top: 0;
width: 100%
}
.pd-expand {
width: 100%;
padding-bottom: 52.25%;
display: none
}
.pd-expand.sxp {
display: block
}
.icol.turnedOff {
color: #fff;
z-index: 104;
position: relative
}
.icol.turnedOff i.dashicons.dashicons-lightbulb {
background: #ff9800
}
.megavid.xp #embed_holder {
padding: 0 10%
}
.mirc {
overflow: hidden;
position: relative
}
.meta {
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 3px 0 0 #d7dbe3
}
.meta h1 {
font-size: 19px;
margin: 0;
line-height: normal;
font-weight: 400;
margin-top: 3px;
margin-bottom: 5px
}
.meta img {
float: left;
width: 60px;
margin-right: 10px
}
.meta .lm {
overflow: hidden
}
.meta .epx {
display: block;
font-size: 14px;
color: #7a7a7a;
font-weight: 400;
margin-bottom: 5px
}
.meta .epx .lg {
background-color: #f5f5f5;
border-radius: 4px;
font-size: .75rem;
color: #4a4a4a;
line-height: 22px;
justify-content: center;
padding-left: .75em;
padding-right: .75em;
display: inline-block;
text-transform: lowercase
}
.meta .year {
font-size: .75rem;
color: #b5b5b5
}
.bixbox.infx {
padding: 15px;
font-weight: 300;
font-size: 13px;
text-align: justify;
color: #777
}
.bixbox.infx p {
margin: 0
}
.bixbox.infx b {
font-weight: 500
}
.sosmed {
position: absolute;
right: 10px;
bottom: 15px
}
.sosmed span {
width: auto;
height: auto;
font-size: 16px;
padding: 4px;
border-radius: 15px;
color: #fff;
background: #444;
margin-right: 3px
}
.sosmed span.dashicons.dashicons-facebook-alt {
background: #2d6bc8
}
.sosmed span.dashicons.dashicons-twitter {
background: #21c3cd
}
.sosmed span.dashicons.dashicons-googleplus {
background: #dc5b15
}
.bixbox.mctn {
padding: 15px;
font-size: 13px;
color: #777
}
.mctnx {
margin: 15px
}
.dlbox ul {
list-style: none;
margin: 0;
padding: 0
}
.dlbox ul li.head {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate
}
.dlbox ul li.head span {
background: #f5f5f5;
padding: 10px;
border-right: 1px solid #e5e5e5;
margin-right: 3px;
padding: 6px 10px;
margin-bottom: 0;
font-size: 13px;
font-weight: 500;
line-height: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
text-overflow: ellipsis;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border-radius: 2px;
display: table-cell;
border-radius: 0
}
.dlbox ul li {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
border-left: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1
}
.dlbox ul li span {
margin-right: 3px;
padding: 7px 12px;
margin-bottom: 0;
font-size: 13px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
text-overflow: ellipsis;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 2px;
display: table-cell;
border-radius: 0;
border-right: 1px solid #e5e5e5
}
.dlbox ul li span b {
font-weight: 500
}
.listo {
overflow: hidden;
margin: -15px;
font-size: 14px;
padding: 15px;
position: relative
}
.darkmode .listo .bx {
padding: 13px 0;
border-bottom: 1px solid #262432;
overflow: hidden
}
.listo .bx .imgx {
width: 70px;
min-height: 98px;
float: left
}
.listo .bx .inx {
overflow: hidden;
padding-left: 15px
}
.listo .bx .inx h2 {
font-size: 1em;
font-weight: 500;
margin: 0 0 3px;
line-height: 1.2em
}
.listo .bx .inx span {
font-size: .9em;
margin-bottom: 5px;
line-height: 18px
}
.listo .bx .inx span p {
margin: 0
}
.lista {
padding: 10px;
margin: -15px;
line-height: normal;
text-align: center
}
.darkmode .lista a {
margin: 4px;
border: 1px solid #3367d6;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
min-width: 32px;
text-align: center;
font-size: 14px;
padding: 5px 8px;
display: inline-block;
color: #fff;
background: #3367d6
}
.darkmode .lista a:hover {
background: #2e4d8e;
color: #ccc;
border-color: #2e4d8e
}
.mirc .mirror {
float: left;
padding: 5px;
border-radius: 3px;
font-family: inherit;
border: 1px solid #ddd;
box-shadow: inset 0 1px 5px #ddd
}
.mirc .lightSwitcher {
cursor: pointer;
float: right;
z-index: 102;
position: relative;
padding: 5px 8px;
color: #fff;
font-size: 13px;
background: #3367d6;
border-radius: 3px
}
.navig {
padding: 5px;
background: #323232;
overflow: hidden
}
.navig .dlbx {
background: #222;
line-height: 26px;
padding: 0 20px;
float: right;
color: #ddd
}
.navig .dlbx a {
display: block;
color: #fff
}
.postb img {
max-width: 100%;
height: auto
}
.postb .imgb {
display: block;
margin: 0 auto;
margin-bottom: 15px;
max-width: 75%
}
.postarea {
overflow: hidden;
margin-bottom: 10px;
margin-top: 15px
}
.headpost {
overflow: hidden;
text-align: center;
padding: 0 10px;
margin-bottom: 10px
}
.headpost h1 {
margin: 0;
font-size: 20px;
line-height: normal;
font-weight: 400;
color: #ddd
}
.allc a {
color: #ddd;
font-weight: 500
}
.chnav {
overflow: hidden;
margin-bottom: 10px
}
.releases.series {
display: block;
margin-bottom: 15px
}
.releases.series h1 {
font-weight: 500;
font-size: 20px;
display: block;
padding: 0;
margin: 0;
color: #000;
padding-bottom: 2px;
font-family: inherit
}
.releases.series .alter {
display: block;
color: #999;
font-size: 13px;
padding-bottom: 5px
}
.side.infomanga {
overflow: hidden;
margin-bottom: 15px
}
.side.infomanga .imgprop {
float: left;
margin-right: 5px
}
.side.infomanga .imgprop img {
float: left;
max-width: 190px;
height: auto
}
.side.infomanga table.listinfo {
overflow: hidden
}
.side.infomanga table.listinfo tr {
vertical-align: top
}
.side.infomanga table.listinfo tr th {
display: block;
font-weight: 700;
text-align: left;
padding: 3px 10px
}
.side.infomanga table.listinfo tr td {
padding: 3px 10px 3px 0
}
.sny {
overflow: hidden
}
.sny h2 {
margin: 0;
font-weight: 500;
font-size: 16px
}
.animefull .bigcover .ime a.lnk {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3
}
.animefull .bigcover {
position: relative
}
.animefull .bigcover .ime {
width: 100%;
padding-bottom: 37%;
position: relative;
overflow: hidden
}
.animefull .bigcover .ime img {
width: 100%;
position: absolute
}
.animefull .bigcover a.gp {
background: rgba(14, 175, 193, .8);
border-radius: 20%;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
width: 80px;
height: 80px;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
display: inline-block;
text-align: center;
line-height: 78px;
margin-top: -40px;
margin-left: -40px;
border: 2px solid #2fc5d9;
border: 3px solid #fff;
line-height: 88px;
background: rgba(30, 222, 244, .8)
}
.animefull .bigcover a.gp .dashicons {
width: auto;
height: auto;
font-size: 50px;
line-height: 75px;
color: #fff;
text-align: center
}
.animefull .bigcover:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(51, 66, 94, .5);
z-index: 2
}
.bigcontent {
position: relative;
padding: 15px 20px 25px;
z-index: 4;
padding-left: 150px;
padding-right: 230px;
min-height: 165px
}
.darkmode .bigcontent .thumb {
position: absolute;
top: -79px;
left: 16px;
width: 120px;
height: 170px;
border: 4px solid #141219;
overflow: hidden
}
.bigcontent .infox h1 {
margin: 0 0 10px;
font-size: 1.7em;
font-weight: 400;
line-height: 25px
}
.bigcontent .infox .alter {
display: block;
margin-bottom: 5px;
color: #555
}
.bigcontent .infox .spe {
margin-bottom: 10px;
overflow: hidden
}
.bigcontent .infox .spe span {
width: 48%;
margin-right: 2%;
margin-bottom: 2px;
float: left;
padding-left: 14px;
position: relative
}
.bigcontent .infox .spe span.split {
overflow: hidden;
white-space: nowrap
}
.darkmode .bigcontent .infox .spe span:before {
content: "";
width: 8px;
height: 8px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #3367d6;
display: inline-block;
position: absolute;
left: 0;
top: 4px
}
.bigcontent .rt {
position: absolute;
right: 20px;
top: 20px;
width: 190px
}
.darkmode .bigcontent .rt .rating {
text-align: center;
padding: 13px 10px;
background: #141219;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 10px
}
.bigcontent .rt .rating strong {
margin-bottom: 7px;
display: block;
font-weight: 500;
font-size: 13px
}
.darkmode .bigcontent .rt .rating .br-widget a:after {
color: #333
}
.bigcontent .rt .rating .br-widget a.br-selected:after {
color: #edb867
}
.darkmode .animefull .bottom {
background: rgba(34, 58, 101, .02);
padding: 12px 20px;
font-size: .85em;
border-top: 1px solid #312f40;
text-transform: lowercase;
font-weight: 300
}
.darkmode .bookmark {
text-align: center;
background: #3367d6;
font-size: 13px;
color: #ddd;
border-radius: 5px;
padding: 8px 5px;
cursor: pointer
}
.bookmark .dashicons {
width: auto;
height: auto;
font-size: 16px
}
.darkmode .bookmark:hover {
background: #3367d6
}
.bookmark.marked {
background: #72201a
}
.hapus {
display: inline-block;
padding: 2px 18px;
font-size: 13px;
line-height: 20px;
border-radius: 3px;
color: #e5e5e5;
background: #e53427;
cursor: pointer
}
.delmark {
position: absolute;
z-index: 9;
cursor: pointer;
top: 0;
right: 0;
color: #fff;
font-size: 13px;
padding: 2px 5px;
border-bottom-left-radius: 5px;
background: #e53427;
box-shadow: 0 2px 5px #000
}
.bixbox.trailer {
overflow: hidden
}
.bixbox.trailer .tply {
padding: 58% 0 0;
position: relative
}
.bixbox.trailer .tply iframe {
width: 100%;
height: 100%;
top: 0;
position: absolute
}
.bxcl {
overflow: hidden
}
.bxcl ul {
padding: 0;
list-style: none;
margin: 0;
overflow: auto;
max-height: 392px
}
.bxcl ul li {
overflow: hidden;
padding: 10px 15px;
border-bottom: 1px solid #262432;
font-size: .95em;
position: relative
}
.bxcl ul li .rg {
margin: 5px;
padding: 10px;
overflow: hidden;
position: relative;
background: #fafafa;
border: 2px solid #e2e3e7
}
.bxcl ul li .rg .lch {
float: left
}
.bxcl ul li .rg .dlx {
position: absolute;
right: 10px;
top: 0
}
.bxcl ul li .rg .dlx a.dlxx {
overflow: hidden;
position: relative
}
.bxcl ul li .rg .dlx a.dlxx .dashicons {
width: auto;
height: auto;
font-size: 22px;
line-height: 38px;
color: #888
}
.bxcl ul li .rg .dlx a.dlxx .dashicons:hover {
color: #006400;
text-decoration: none
}
.bxcl ul li .rg .dlx .ndlx {
font-size: 22px;
line-height: 36px;
color: #c6c6c6
}
.bxcl ul li span.dt {
float: right;
margin-left: 6px
}
.bxcl ul li .lchx {
line-height: 26px
}
.bxcl ul li span.dt a {
display: block;
background: #694ba1;
color: #ddd;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border: none;
box-shadow: none;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5
}
.bxcl ul li span.dt a .dashicons {
width: auto;
height: auto;
font-size: 16px;
line-height: 18px;
color: #ddd
}
.bxcl ul li span.dt a:hover {
background: #453169;
color: #fff
}
.bxcl ul li span.dt a:hover .dashicons {
color: #fff
}
.bxcl ul li:hover {
background: rgba(34, 58, 101, .02)
}
.bs .bsx .limit .bt span.sb .dashicons {
width: auto;
height: auto;
font-size: 12px;
line-height: 19px;
color: rgba(34, 58, 101, .9)
}
.page .auth {
margin-bottom: 15px;
display: block;
color: #999;
font-size: 11px;
font-family: tahoma
}
.page .auth a {
color: #999
}
.page img {
width: 100%;
height: auto;
margin: 0 auto;
margin-bottom: 10px;
display: block;
text-align: center
}
.page iframe {
width: 100%;
min-height: 350px
}
.bloglist {
position: relative
}
.bloglist .bl {
overflow: hidden;
padding: 15px
}
.bloglist .bl:nth-child(odd) {
background: #262432
}
.bloglist .bl .l {
float: left;
width: 80%
}
.bloglist .bl .r {
overflow: hidden;
padding-left: 10px;
text-align: right
}
.bloglist .bl .r span {
padding-top: 11px;
display: block;
color: #6a6a6a;
font-size: 12px
}
.bloglist .bl .l h2 {
margin: 0;
margin-bottom: 5px;
font-size: 14px;
font-weight: 400
}
.bloglist .bl .l span {
font-size: 13px
}
.genres {
margin: 0;
margin-bottom: 15px;
background: #f7f7f7;
padding: 10px;
overflow: hidden;
color: #999;
border-radius: 5px
}
.genres li {
width: 20%;
margin-left: 25px;
line-height: 24px;
float: left
}
.genres li a {
color: #333
}
.advancedsearch {
display: none;
margin: 0;
margin-bottom: 15px;
padding: 15px;
overflow: hidden;
font-size: .8rem;
background: rgba(34, 58, 101, .05);
border-radius: 5px
}
.advancedsearch .lbl {
display: block;
text-align: left;
font-weight: 500;
margin-bottom: 5px;
text-transform: capitalize
}
.advancedsearch tr {
margin-bottom: 10px;
display: block
}
.advancedsearch tr .inputx {
background: #16151d;
font-weight: 300;
color: #fff;
padding: 5px;
width: 100%;
border: 1px solid #16151d;
border-radius: 3px;
font-family: inherit;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.advancedsearch .lbx {
display: flex;
flex: 1;
flex-flow: row wrap;
list-style: none;
padding: 10px 0;
border-radius: 3px;
overflow: hidden
}
.advancedsearch.advs {
display: block
}
.other-opts {
margin-top: 15px
}
*,
:after,
:before {
box-sizing: border-box
}
li.theme.quickswitcher {
list-style: none;
float: right;
margin-top: 18px
}
.releases h4 {
float: right;
margin: 0;
color: #8365bc
}
.genx {
display: block;
position: relative;
padding: 3px 0;
padding-left: 17px;
margin-bottom: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
float: left;
width: 20%
}
.genx input {
position: absolute;
opacity: 0;
cursor: pointer
}
.checkmark {
position: absolute;
top: 8px;
left: 0;
height: 6px;
border-radius: 50%;
width: 6px;
background-color: #282635
}
.genx:hover input~.checkmark {
background-color: #ccc
}
.genx input:checked~.checkmark {
background-color: #e3eff2
}
.checkmark:after {
content: "";
position: absolute;
display: none
}
.genx input:checked~.checkmark:after {
display: block
}
.genx .checkmark:after {
left: 2px;
top: -2px;
width: 5px;
height: 10px;
border: solid #3367d6;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.radiox {
display: block;
position: relative;
padding-left: 18px;
margin-right: 15px;
margin-bottom: 5px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.radiox input {
position: absolute;
opacity: 0;
cursor: pointer
}
.checkmarkx {
position: absolute;
top: 3px;
left: 0;
height: 12px;
width: 12px;
background-color: #282635;
border-radius: 50%
}
.radiox:hover input~.checkmarkx {
background-color: #ccc
}
.radiox input:checked~.checkmarkx {
background-color: #3367d6
}
.checkmarkx:after {
content: "";
position: absolute;
display: none
}
.radiox input:checked~.checkmarkx:after {
display: block
}
.radiox .checkmarkx:after {
top: 3px;
left: 3.5px;
width: 5px;
height: 5px;
border-radius: 50%;
background: #fff
}
.advancedsearch button.searchz {
font-family: inherit;
border: 1px solid #3367d6;
color: #fff;
line-height: 30px;
padding: 0 15px;
border-radius: 30px;
background: #3367d6;
cursor: pointer;
font-weight: 300;
display: inline-block;
font-size: 17px;
margin: 2px
}
.btnx {
text-align: center;
overflow: hidden
}
.gnr {
font-family: inherit;
border: 1px solid #333041;
color: #ddd;
line-height: 30px;
padding: 0 15px;
border-radius: 30px;
background: #333041;
cursor: pointer;
font-weight: 300;
display: none;
font-size: 17px;
margin: 2px;
cursor: pointer
}
.modex {
margin: 0 15px;
margin-bottom: 10px;
text-align: right
}
.other-opts .modex {
float: right
}
.modex a {
cursor: pointer;
color: #fff;
display: inline-block;
line-height: 28px;
padding: 0 10px;
font-weight: 300;
white-space: nowrap;
font-size: 13px;
background: #342e3c;
border-radius: 30px
}
.nav_apb {
margin: 15px;
margin-bottom: 5px;
text-align: center
}
.darkmode .nav_apb a {
text-align: center;
display: inline-block;
background: #3367d6;
padding: 8px 12px !important;
margin: 2px;
border-radius: 3px
}
.darkmode .nav_apb a:hover {
background: #2e4d8e;
color: #ddd
}
.darkmode .soralist span {
display: block;
padding: 0 15px;
padding-bottom: 5px;
border-bottom: 1px solid #312f40
}
.soralist ul {
margin: 0;
overflow: hidden;
color: #3367d6;
padding: 15px;
font-weight: 400;
font-size: 13px
}
.soralist ul li {
margin-left: 15px;
float: left;
line-height: 20px;
margin-bottom: 3px;
width: 47%
}
.archx {
overflow: hidden
}
.archx .arche {
overflow: hidden;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px
}
.archx .arche .imgx {
float: left;
margin-right: 15px;
position: relative;
overflow: hidden
}
.archx .arche .imgx span {
top: 0;
left: 0;
color: #fff;
background: rgba(72, 72, 72, .68);
padding: 3px 7px;
font-size: 13px;
font-weight: 500;
position: absolute
}
.archx .arche .imgx img {
max-width: 110px;
height: auto
}
.archx .arche .inx {
overflow: hidden
}
.archx .arche .inx h2 {
margin: 0;
font-size: 16px;
margin-bottom: 10px
}
.archx .arche .inx h2 a {
color: #000
}
.archx .arche .inx h2 a:hover {
text-decoration: none;
color: #3367d6
}
.archx .arche .inx span {
display: block;
margin-bottom: 3px;
color: #8f95a3;
font-weight: 500;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.archx .arche .inx span a {
color: #8f95a3
}
.archx .arche .inx span b {
width: 90px;
float: left
}
.seriestitle {
display: block;
font-size: 14px;
font-weight: 700;
background: #141414;
color: #888;
line-height: 30px;
margin: -5px -9px 5px;
padding: 0 7px
}
.seriestitle .score {
margin: 3px;
float: right;
line-height: 23px;
color: #888
}
.infseries {
overflow: hidden;
margin: 5px 0
}
.infseries img {
float: left;
width: 150px;
height: 200px;
padding: 1px;
border: 1px solid #525151;
margin-right: 10px
}
.infseries .right {
font-size: 12px;
line-height: 18px;
color: #a2a2a2
}
.infseries .right span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.infseries .right b {
color: #a2a2a2
}
.infseries .right a {
color: #a2a2a2
}
.infseries .right .deskrip {
border-top: 1px solid #515151;
display: block;
margin-top: 5px;
padding-top: 5px;
margin-left: 168px
}
.infseries .right .deskrip p {
margin: 0
}
#sidebar {
width: 30%;
float: right;
position: relative;
z-index: 1
}
.darkmode #sidebar .section {
margin-left: 15px;
overflow: hidden;
background: #1d1b26;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 18px;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
-o-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}
#sidebar .section ul {
margin: 0;
padding: 0
}
#sidebar .section .textwidget {
padding: 5px 15px;
padding-bottom: 15px;
line-height: normal;
font-size: 13px
}
.blogbox {
position: relative;
margin-bottom: 15px
}
.blogbox .btitle {
margin-bottom: 10px;
overflow: hidden
}
.blogbox .btitle h3 {
font-size: 1.1em;
color: #3367d6;
line-height: 20px;
font-weight: 700;
margin: 0;
float: left;
position: relative;
text-transform: uppercase
}
.darkmode .blogbox .btitle .vl {
font-size: .6em;
text-transform: uppercase;
color: #ddd;
height: 18px;
line-height: 18px;
padding: 0 6px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: #3367d6;
display: inline-block;
float: right;
margin-top: 1px;
margin-right: -3px
}
.blogbox .btitle h1 {
font-size: 1.1em;
color: #8365bc;
line-height: 20px;
font-weight: 700;
margin: 0;
position: relative;
text-transform: uppercase
}
.blogbox .boxlist {
margin: 0 -7px;
overflow: hidden;
position: relative
}
.blogbox .boxlist .bma {
float: left;
width: 33.3333333%
}
.komikinfo .blogbox .boxlist .bma {
width: 25%
}
.darkmode .blogbox .boxlist .bma .bmb {
overflow: hidden;
margin: 7px;
border-radius: 3px;
background: #1d1b26
}
.blogbox .boxlist .bma .bmb .bmlimit {
padding: 56% 0 0;
position: relative;
overflow: hidden
}
.blogbox .boxlist .bma .bmb .bmlimit img {
width: 100%;
height: 100%;
position: absolute;
top: 0
}
.darkmode .blogbox .boxlist .bma .bmb .bmba {
border-top: 3px solid #3367d6;
overflow: hidden
}
.darkmode .blogbox .boxlist .bma .bmb .bmba .bmbah {
height: 35px;
margin: 10px;
margin-bottom: 7px
}
.blogbox .boxlist .bma .bmb .bmba .bmbah h2 {
color: #c2c2c2;
margin: 0;
font-size: 13px;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2
}
.darkmode .blogbox .boxlist .bma .bmb .bmba .bmbaa {
font-size: 12px;
padding: 5px 10px;
background: #282634
}
.blogbox .boxlist .bma .bmb .bmba .bmbaa .r {
float: right
}
.blogbox .boxlist .bma .bmb .bmlimit .shd {
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 2;
box-shadow: inset 0 0 50px #000
}
.serieslist {
overflow: hidden
}
.serieslist ul {
overflow: hidden
}
.darkmode .serieslist ul li {
padding: 12px 15px;
text-overflow: unset;
white-space: unset;
overflow: hidden;
border-bottom: 1px solid #262432;
position: relative
}
.serieslist ul li .ctr {
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-size: 1em;
color: #888;
position: absolute;
top: 30px;
left: 15px;
border: .5px solid #888;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
z-index: 3
}
.serieslist.pop ul li {
padding-left: 55px
}
.serieslist ul li .imgseries {
float: left;
overflow: hidden;
width: 45px;
height: 65px;
margin-right: 10px
}
.serieslist ul li .imgseries img {
width: 100%;
height: auto;
padding: 0;
border: none;
margin-bottom: 0;
margin-right: 0;
float: none
}
.serieslist ul li .leftseries span.bt {
font-size: 11px;
display: block;
margin-top: 4px;
float: left;
padding: 2px 4px;
background: #f5f5f5
}
.serieslist ul li .leftseries span span.lmt {
float: left;
max-width: 145px;
margin-right: 3px
}
.serieslist ul li .leftseries {
overflow: hidden;
text-overflow: unset;
white-space: unset
}
#sidebar .serieslist ul li .leftseries h2 {
font-size: .9em;
font-weight: 500;
margin: 0 0 3px;
line-height: 1.4em
}
.serieslist ul li .leftseries span {
display: block;
overflow: hidden;
white-space: unset;
text-overflow: unset;
font-size: .88em;
color: #888;
margin-bottom: 3px
}
.serieslist ul li .leftseries span b {
font-weight: 500
}
.serieslist.pop ul li.topone {
padding: 0;
position: relative
}
.serieslist.pop ul li.topone .limit {
padding: 52% 0 0;
position: relative;
overflow: hidden
}
.serieslist.pop ul li.topone .limit>img {
position: absolute;
top: 0;
min-height: 175px;
height: auto;
width: 100%;
transform-style: preserve-3d
}
.serieslist.pop ul li.topone .limit .shadow { background-color: rgba(40, 119, 182, .28) !important;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0
}
.serieslist.pop ul li.topone .limit .bw {
position: absolute;
bottom: -2px;
width: 100%;
z-index: 1;
padding: 10px 15px;
padding-top: 30px;
padding-left: 55px; }
.darkmode .serieslist.pop ul li.topone .limit .bw .ctr {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border: none;
background: #3367d6;
color: #fff;
top: auto;
bottom: 0;
height: 52px;
font-size: 1.2em
}
.serieslist.pop ul li.topone .limit .bw .imgseries {
background: 0 0;
box-shadow: 0 1px 5px #000
}
.serieslist.pop ul li.topone .limit .bw a,
.serieslist.pop ul li.topone .limit .bw span {
color: #fff;
line-height: 15px
}
#sidebar .section .genre {
max-height: 153px;
padding: 8px
}
#sidebar .section .genre li {
border: 0;
width: 50%;
float: left;
padding: 0;
list-style: none
}
.darkmode #sidebar .section .genre li a {
display: block;
margin: 3px;
padding: 4px 6px;
border-radius: 3px;
background: #3367d6;
color: #fff;
overflow: hidden;
white-space: nowrap;
font-size: 12px;
text-overflow: ellipsis
}
#sidebar .section .genre::-webkit-scrollbar {
width: 10px;
background-color: #eee
}
#sidebar .section .genre::-webkit-scrollbar-thumb {
background-color: #ddd
}
#sidebar .section .genre::-webkit-scrollbar-track {
background-color: #eee
}
#sidebar #bm-history {
list-style: none
}
.darkmode #sidebar #bm-history li {
border-bottom: 1px solid #262432
}
#sidebar #bm-history li a {
padding: 7px 15px;
font-size: 12px;
display: block
}
.darkmode #sidebar #bm-history li a:hover {
background: #3367d6;
color: #fff;
z-index: 99
}
.ltslist {
overflow: hidden
}
.ltslist li {
border-left: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding: 6px 10px;
font-size: 12px
}
.ltslist li:nth-child(odd) {
background: #fafafa
}
.ltslist li a {
color: #333
}
.ppr {
font-size: 12px;
margin-bottom: 10px;
padding: 1px;
padding-bottom: 0;
background: #eaeaea
}
.ppr li {
overflow: hidden;
padding: 5px;
border-bottom: 1px solid #eaeaea;
background: #fff
}
.ppr li .bor {
float: left;
padding: 1px;
border: 1px solid #ddd
}
.ppr li .bor .limit {
height: 39px;
overflow: hidden
}
.ppr li .bor .limit img {
width: 39px;
height: auto
}
.ppr li .right {
height: 41px;
margin-left: 47px;
padding: 1px 5px;
font-size: 13px;
background: #f5f5f5;
line-height: 18px
}
.ppr li .right .title {
display: block;
font-weight: 700;
color: #f13e3e;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
ppr li .right .title a {
color: #f13e3e
}
.ppr li .right .latest {
font-size: 12px;
overflow: hidden;
font-family: tahoma;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
color: #555
}
.ppr li .right .latest a {
color: #555
}
div#live-search_sb {
width: 350px !important;
left: 423.6px
}
#live-search_results {
background: #1a1920;
z-index: 550 !important;
overflow: hidden;
-webkit-box-shadow: 0 4px 20px #000;
-khtml-box-shadow: 0 4px 20px #000;
-moz-box-shadow: 0 4px 20px #000;
-ms-box-shadow: 0 4px 20px #000;
-o-box-shadow: 0 4px 20px #000;
box-shadow: 0 4px 20px #000
}
.live-search_more {
display: none
}
.live-search_header {
display: none
}
.live-search_result_container ul {
margin: 0;
padding: 0;
overflow: hidden
}
.live-search_result_container li {
font-family: heebo, sans-serif;
padding: 10px;
color: #888;
border-bottom: 1px solid #262432;
overflow: hidden
}
.live-search_result_container li:hover {
background: #1f1d26
}
.live-search_result_container li a {
display: block
}
.live-search_result_container .post-thumbnail {
margin-right: 6px;
float: left;
width: 40px;
height: 60px;
overflow: hidden;
display: inline-block;
padding-bottom: 0
}
.live-search_result_container .post-thumbnail img {
width: 100% !important;
height: auto !important
}
span.live-search_text {
display: block;
color: #fff;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
#live-search_loading {
display: block !important;
width: 100%;
height: 31px !important
}
.live-search_result_container a:hover {
text-decoration: none;
color: #888
}
ul.live-search_main {
margin: 0;
padding: 0;
list-style: none
}
.live-search_result_container .over {
overflow: hidden
}
.live-search_result_container .over .autotitle {
font-size: 13px;
font-weight: 500;
margin-bottom: 3px;
display: block
}
.live-search_result_container .over span {
display: block;
margin-bottom: 2px;
font-size: 12px;
color: #777;
overflow: hidden
}
.live-search_result_container .over span i {
display: inline-block;
margin: 2px 5px;
width: 4px;
height: 4px;
background: #777;
border-radius: 50%
}
.notf {
text-align: center;
margin: 30px 0
}
.darkmode .scrollToTop {
padding: 10px 12px;
text-align: center;
background: #3367d6;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-weight: 700;
color: #fff;
text-decoration: none;
text-transform: uppercase;
position: fixed;
bottom: 0;
right: 40px;
display: none;
z-index: 9999999
}
.darkmode .filter {
display: inline-block;
padding: 2px 18px;
font-size: 13px;
line-height: 20px;
border-radius: 3px;
color: #fff;
background: #3367d6;
cursor: pointer
}
.darkmode .filter:hover {
background: #2e4d8e;
color: #fff
}
.pagination {
overflow: hidden;
line-height: normal;
text-align: center;
margin: 15px 0 30px
}
.pagination span.page-numbers.dots {
color: #888;
display: none
}
.darkmode .pagination span.page-numbers.current {
display: inline-block;
background: #3367d6;
padding: 8px 15px !important;
margin: 2px;
color: #ddd;
border-radius: 3px
}
.darkmode .pagination a {
display: inline-block;
background: #16151d;
padding: 8px 15px !important;
margin: 2px;
border-radius: 3px
}
.hpage {
clear: both;
padding-top: 15px;
padding-bottom: 10px;
text-align: center;
overflow: hidden
}
.hpage a .dashicons {
width: auto;
height: auto;
font-size: 16px
}
.soraddl {
overflow: hidden;
text-align: center;
margin-bottom: 10px
}
.soraddl .sorattl {
padding: 5px 10px;
background: #3367d6;
color: #fff;
border-radius: 5px;
font-size: 14px;
font-weight: 500
}
.soraddl .sorattl:after {
font-family: dashicons;
line-height: normal;
font-weight: 400;
float: right;
content: "\f180";
color: #fff;
line-height: 22px
}
.soraddl .sorattl:before {
font-family: dashicons;
line-height: normal;
font-weight: 400;
float: left;
content: "\f180";
color: #fff;
line-height: 22px
}
.soraddl .soraurl {
padding: 4px 0;
font-weight: 500;
color: #444;
border-bottom: 1px solid #ebebeb
}
.soraddl .soraurl a {
color: #333;
display: inline-block;
background: #f1f1f1;
padding: 4px 7px;
border-radius: 3px;
margin: 2px 0;
font-size: 13px
}
.soraddl .soraurl a:before {
font-family: dashicons;
display: block;
content: "\f316";
float: left;
margin-right: 3px
}
.soraddl br,
.soraddl p {
display: none
}
.cmt {
padding: 15px
}
.commentx h3 {
margin: 0;
margin-bottom: 1.5rem;
color: #363636;
font-size: 16px;
font-weight: 500
}
.commentx .navigation {
display: none
}
.commentx .commentlist {
list-style: none;
margin: 0;
padding: 0
}
.commentx .commentlist li {
border-bottom: 1px solid #f1f1f1;
margin: 2rem 0
}
.commentx .commentlist li .avatar {
display: none
}
.commentx .commentlist li cite.fn {
font-weight: 500;
font-style: unset;
font-size: .75rem
}
.commentx .commentlist li span.says {
display: none
}
.commentx .commentlist li .comment-meta {
font-size: .75rem;
float: left
}
.commentx .commentlist li .comment-meta a {
color: #a7a7a7
}
.commentx .commentlist li .reply {
font-size: .75rem;
font-weight: 500;
margin-top: 15px
}
.commentx .commentlist li p {
clear: both;
padding-top: 5px;
font-weight: 300
}
.commentx .commentlist li ul.children {
list-style: none;
margin-left: 15px;
padding: 0
}
.commentx .commentlist li ul.children li {
border-bottom: 0;
margin: 10px 0
}
.commentx .commentlist li .comment-author {
float: left;
margin-right: 10px
}
.commentx #reply-title {
display: none
}
.commentx .logged-in-as {
font-size: 13px;
font-weight: 400
}
.commentx #respond label {
display: block;
font-size: 14px;
font-weight: 500;
margin-bottom: 5px
}
.commentx textarea {
width: 100%;
box-sizing: border-box;
border: 1px solid #dbdbdb;
border-radius: 4px;
color: #363636;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
padding: 5px;
font-family: inherit;
font-size: 14px
}
.commentx #submit {
background-color: #3367d6;
border-color: transparent;
border-width: 0;
color: #fff;
cursor: pointer;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 8px 15px;
text-align: center;
white-space: nowrap;
font-family: inherit;
font-size: 14px;
border-radius: 30px
}
.commentx #respond input[type=text] {
border: 1px solid #dbdbdb;
border-radius: 4px;
color: #363636;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
padding: 5px;
font-family: inherit;
font-size: 15px
}
.separator a {
margin-left: 0 !important;
margin-right: 0 !important
}
@media only screen and (max-width:1080px) {
.listupd .utao {
width: 50%
}
}
@media only screen and (max-width:900px) {
#sidebar .section ul.genre:after,
#sidebar .section ul.genre:before {
display: none
}
#sidebar .section ul.genre li {
float: left;
width: 50%
}
.loop {
width: 100% !important;
float: none !important
}
.slidtop .trending {
display: none
}
}
@media only screen and (max-width:880px) {
#sidebar,
.postbody {
float: none;
width: auto
}
#sidebar .section {
margin: 0
}
}
@media only screen and (max-width:800px) {
.blogbox {
margin: 15px
}
.bigblogt {
padding: 15px;
padding-bottom: 0
}
#sidebar,
.postbody {
float: none;
width: auto
}
#sidebar .section {
margin-left: 0
}
.pd-expand.sxp {
display: none
}
.megavid.xp {
position: relative;
top: 0;
width: 100%
}
div#live-search_sb {
width: 100% !important;
left: 0 !important;
top: 50px !important;
right: 0 !important
}
#main-menu {
display: none;
position: absolute;
top: 50px;
left: 0;
bottom: 0;
right: 0;
background: rgba(28, 28, 28, .95);
height: 100%;
overflow: auto;
z-index: 999;
width: auto;
margin: 0
}
#main-menu ul li {
float: none;
position: relative;
margin: 0
}
#main-menu ul li a {
text-align: left
}
.shwx {
display: block !important
}
header {
display: none
}
.th {
overflow: hidden;
background: #3367d6;
height: 50px
}
.th .centernav {
padding: 0
}
.shme {
display: block;
float: left;
padding: 12px 0;
width: 8%;
text-align: center;
color: #fff;
height: 50px;
cursor: pointer
}
.shme .dashicons {
width: auto;
height: auto;
line-height: 28px;
font-size: 28px
}
.surprise {
padding: 12px 0;
width: 8%;
text-align: center;
color: #fff;
height: 50px;
cursor: pointer;
border-radius: 0;
margin: 0;
font-size: 0;
line-height: normal;
background: 0 0
}
.surprise .dashicons {
line-height: normal;
margin: 0;
font-size: 22px
}
.searchx {
margin: 7px 0;
float: none;
width: 84%;
display: inline-block
}
.searchx #form #s {
border-color: #fff;
background: #fff;
color: #333
}
.surprise:hover {
color: #fff;
background: 0 0
}
.wrapper {
margin: 0
}
.loop {
margin-bottom: 0
}
.bixbox {
border-radius: 0;
margin-bottom: 5px
}
.megavid,
.meta {
margin-bottom: 5px
}
.icol.expand {
display: none
}
.footer-az {
display: none
}
.footercopyright .copyright {
overflow: hidden;
padding: 15px 0
}
.footercopyright .copyright .footer-logo {
margin: 0;
float: none
}
.footercopyright .copyright .txt {
float: none;
width: auto;
text-align: center;
margin-top: 5px
}
.footercopyright p {
margin-top: 0
}
}
@media only screen and (max-width:695px) {
.slide-item.full .slide-content {
padding: 20px !important
}
.iconx {
line-height: 4px
}
.bigcontent {
padding: 10px
}
.darkmode .bigcontent .thumb {
width: 60px;
height: 80px;
position: relative;
top: auto;
left: auto;
float: left;
border: 0
}
.bigcontent .infox {
overflow: hidden;
padding-left: 15px
}
.bigcontent .rt {
position: relative;
top: auto;
right: auto;
width: 100%
}
}
@media only screen and (max-width:650px) {
.side.infomanga .imgprop {
float: none;
margin-right: 0;
display: block
}
.side.infomanga .imgprop img {
float: none;
max-width: 190px;
display: block;
margin: 0 auto;
margin-bottom: 10px;
height: auto
}
.side.infomanga table.listinfo tr th {
text-align: right
}
.genx {
width: 50%
}
.kln a.col {
width: auto;
display: block;
padding: 2px 0;
float: none
}
.klnrec .mini {
display: none
}
.klnrec .kln {
float: none;
width: auto;
margin-right: 0
}
.klnrec .kln img,
.klnrec .mini img {
width: auto
}
.gnr {
display: inline-block
}
tr.gnrx {
display: none
}
tr.gnrx.shwgx {
display: block
}
#readerarea img {
border: 0
}
}
@media only screen and (max-width:590px) {
.shme,
.surprise {
width: 12%
}
.searchx {
width: 74%
}
.sosmed {
clear: both;
position: relative;
display: block;
overflow: hidden;
margin-top: 15px;
top: 0;
text-align: center;
width: 100%;
bottom: 0
}
.mobius {
overflow: hidden;
display: block
}
.iconx {
float: right
}
.iconx .icol {
margin: 0
}
.iconx .icol span {
display: none
}
.naveps {
float: none;
padding: 0;
margin: -15px;
margin-top: 10px;
overflow: hidden;
position: relative;
height: 38px
}
.naveps .nvs {
display: block;
width: 33.33333333%;
text-align: center;
min-height: 1px
}
.naveps .nvs.nvsc {
margin: 0
}
.naveps .nvs a {
border-radius: 0;
padding: 8px 0
}
.slide-content .title a {
font-size: 16px
}
.blogbox .boxlist .bma {
width: 50%
}
.blogbox.homeblog .boxlist .bma:last-child {
display: none
}
}
@media only screen and (max-width:570px) {
.postbody .ldr .outbx:last-child {
display: none
}
.postbody .ldr .outbx {
float: left;
width: 25%
}
.archx .arche .inx span b {
width: auto;
float: none
}
.soralist ul li {
margin-left: 15px;
float: none;
line-height: 21px;
width: auto
}
.genres li {
width: 43%
}
.bs {
float: left;
width: 33.333333%
}
}
@media only screen and (max-width:500px) {
.postbody .ldr .outbx {
float: left;
width: 50%
}
.listupd .lexa .thumb {
float: none;
overflow: hidden;
width: 100%;
max-height: unset;
margin-right: 0
}
.listupd .lexa .thumb img {
max-width: unset;
height: auto;
width: 100%
}
.bigcontent .infox .spe span {
width: auto;
float: none;
display: block
}
.listupd .utao {
float: none;
width: auto;
position: relative
}
}
@media only screen and (max-width:450px) {
.bs {
float: left;
width: 50% !important
}
.bixbox.hothome .bs:last-child {
display: none
}
.nextprev a {
margin: 0;
width: 50%;
border: 1px solid #121212
}
.nextprev a[rel=next],
.nextprev a[rel=prev] {
text-align: center
}
.hpage a {
width: 90px
}
}
.owl-carousel .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
z-index: 0
}
.owl-carousel .owl-animated-out {
z-index: 1
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.owl-height {
-webkit-transition: height .5s ease-in-out;
-moz-transition: height .5s ease-in-out;
-ms-transition: height .5s ease-in-out;
-o-transition: height .5s ease-in-out;
transition: height .5s ease-in-out
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 1
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel.owl-loaded {
display: block
}
.owl-carousel.owl-loading {
opacity: 0;
display: block
}
.owl-carousel.owl-hidden {
opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
display: none
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.owl-carousel.owl-rtl {
direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
float: right
}
.no-js .owl-carousel {
display: block
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-ms-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.owl-carousel .owl-item img {
transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px; cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale .1s ease;
-moz-transition: scale .1s ease;
-ms-transition: scale .1s ease;
-o-transition: scale .1s ease;
transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-ms-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1
}
.owl-item.active.center .slide-item {
padding: 0;
-webkit-filter: grayscale(0);
filter: grayscale(0)
}
.owl-item.active.center {
z-index: 3
}
.owl-item.active.center .slide-content {
visibility: visible
}
.owl-item.active.center .slide-bg {
background: #666;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px)
}
.owl-item.active.center .slide-shadow {
box-shadow: inset -300px 40px 200px 0 rgba(0, 0, 0, .75), 0 0 15px 5px rgba(0, 0, 0, .8);
background-color: rgba(0, 0, 0, .7)
}
.owl-item.active .slide-bg {
background: #222
}
.owl-next,
.owl-prev {
position: absolute;
top: 50%;
margin-top: -20px;
font-size: 40px;
text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}
.owl-next:hover,
.owl-prev:hover {
color: #f3d872
}
.owl-prev {
left: 0
}
.owl-next {
right: 0
}
.owl-carousel .owl-item .slide-content img {
width: auto;
box-shadow: 0 3px 2px rgba(0, 0, 0, .3);
border-radius: 3px
}
.slide-item {
height: 280px
}
.slide-bg {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
background: #222;
overflow: hidden
}
.slide-bg img {
min-height: 100%;
min-width: 704px;
width: 100%;
height: auto;
top: 0;
left: 0
}
.slide-shadow {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 2;
background-color: rgba(0, 0, 0, .7); }
.slide-content {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 3;
padding: 39px 20px;
text-align: left;
font-family: open sans, arial, helvetica, sans-serif
}
.slide-content .poster {
float: right;
width: 19%;
margin-left: 20px
}
.slide-content .poster img {
max-width: 100%;
height: auto
}
.slide-content .info-left {
margin-top: 18px;
padding-left: 2px
}
.slide-content .title {
display: block;
font-size: 21px;
color: #fff;
text-transform: uppercase
}
.slide-content .title .release-year {
font-size: 14px;
margin-left: 10px;
color: #00ab76
}
.slide-content .extras {
display: block;
margin-top: 10px
}
.slide-content .extras div {
display: inline-block;
margin-right: 10px
}
.slide-content .excerpt {
display: block;
margin-top: 30px
}
.slide-content .excerpt .title {
display: block;
font-size: 12px;
margin-bottom: 6px;
font-weight: 700;
color: #ccc
}
.slide-content .excerpt p {
line-height: 19px;
color: #ddd;
margin: 0
}
.slide-content a {
color: #ddd
}
.slide-content .cast {
display: block;
margin-top: 10px
}
.slide-content .cast span {
display: block;
margin-right: 10px;
margin-bottom: 7px;
width: 70%;
line-height: normal;
white-space: nowrap;
text-overflow: ellipsis;
color: #ddd;
overflow: hidden
}
.slide-content .cast strong {
color: #00ab76
}
.slide-content .rating {
display: inline-block;
height: 48px;
float: left;
margin-top: -4px;
margin-left: -9px
}
.slide-content .rating .site-vote {
font-size: 48px;
color: #f3d872;
position: relative;
float: left;
margin-right: 8px
}
.slide-content .rating .site-vote .dashicons {
font-size: 42px;
width: initial;
height: auto
}
.slide-content .rating .site-vote span span {
font-size: 15px;
position: absolute;
font-family: droid sans, sans-serif;
left: 12px;
top: 17px;
color: #0a0a0a;
font-weight: 700;
letter-spacing: -1px
}
.slide-content .rating .site-vote span:before {
margin: 0
}
.slide-content .ellipsis {
max-width: 55%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
line-height: 26px;
margin-top: -3px
}
.slide-content .title a {
color: #fff
}
.slide-content .title a:hover {
text-decoration: none;
color: #f3d872
}
.slide-content .extra-category {
display: inline-block;
margin-right: 10px;
max-width: 30%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: left;
line-height: 20px;
margin-top: -4px
}
.owl-dots {
position: absolute;
bottom: 10px;
right: 0;
left: 0;
text-align: center
}
.owl-dot {
display: inline-block
}
.owl-dot span {
padding: 6px;
background: rgba(255, 255, 255, .24);
margin: 1px 3px;
display: inline-block;
border-radius: 10px;
box-shadow: 0 2px 2px rgba(0, 0, 0, .6), inset 0 1px 1px rgba(0, 0, 0, .52)
}
.owl-dot.active span,
.owl-dot.active:hover span {
background: rgba(243, 216, 114, .54)
}
.owl-dot:hover span {
background: rgba(255, 255, 255, .54)
}
.slide-item.full .slide-content {
padding: 39px 70px
}
.slide-item.full .slide-content .poster {
width: 15%
}
.owl-carousel.normal {
box-shadow: none;
width: 92%;
margin: 0 auto 30px
}
.owl-carousel.normal .slide-item {
height: auto
}
.owl-carousel.normal .owl-next,
.owl-carousel.normal .owl-prev {
position: absolute;
top: 50%;
margin-top: -30px;
font-size: 40px;
text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}
.owl-carousel.normal .owl-next:hover,
.owl-carousel.normal .owl-prev:hover {
color: #f3d872
}
.owl-carousel.normal .owl-prev {
right: 100%;
left: inherit
}
.owl-carousel.normal .owl-next {
left: 100%
}
.owl-carousel.normal .slider-content {
margin-top: 15px
}
.owl-carousel.normal .owl-dots {
position: absolute;
bottom: -15px;
right: 0;
left: 0;
text-align: center
}
.slider-content {
margin-top: 13px;
display: block
}
.slider-content .top span {
border-bottom: 2px solid #b2d244
}
.br-theme-fontawesome-stars .br-widget {
height: 28px;
white-space: nowrap
}
.br-theme-fontawesome-stars .br-widget a {
font: normal normal normal 20px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 2px
}
.br-theme-fontawesome-stars .br-widget a:after {
content: "\f005";
color: #d2d2d2
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
color: #edb867
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
color: #edb867
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
display: none
}
.br-theme-fontawesome-stars .br-readonly a {
cursor: default
}
@media print {
.br-theme-fontawesome-stars .br-widget a:after {
content: "\f006";
color: #000
}
.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
content: "\f005";
color: #000
}
}
.wp-block-audio figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-block-audio audio {
width: 100%;
min-width: 300px
}
.editor-block-list__layout .reusable-block-edit-panel {
align-items: center;
background: #f8f9f9;
color: #555d66;
display: flex;
flex-wrap: wrap;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-size: 13px;
top: -14px;
margin: 0 -14px;
padding: 8px 14px;
position: relative;
z-index: 7
}
.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
margin: 0 -14px;
padding: 8px 14px
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
margin: 0 5px
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
margin-right: auto
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
margin-right: 8px;
white-space: nowrap;
font-weight: 600
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
flex: 1 1 100%;
font-size: 14px;
height: 30px;
margin: 4px 0 8px
}
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
flex-shrink: 0
}
@media (min-width:960px) {
.editor-block-list__layout .reusable-block-edit-panel {
flex-wrap: nowrap
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
margin: 0
}
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
margin: 0 0 0 5px
}
}
.editor-block-list__layout .reusable-block-indicator {
background: #fff;
border-left: 1px dashed #e2e4e7;
color: #555d66;
border-bottom: 1px dashed #e2e4e7;
top: -14px;
height: 30px;
padding: 4px;
position: absolute;
z-index: 1;
width: 30px;
right: -14px
}
.wp-block-button {
color: #fff;
margin-bottom: 1.5em
}
.wp-block-button.aligncenter {
text-align: center
}
.wp-block-button.alignright {
text-align: right
}
.wp-block-button__link {
background-color: #32373c;
border: none;
border-radius: 28px;
box-shadow: none;
color: inherit;
cursor: pointer;
display: inline-block;
font-size: 18px;
margin: 0;
padding: 12px 24px;
text-align: center;
text-decoration: none;
white-space: normal;
overflow-wrap: break-word
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
color: inherit
}
.is-style-squared .wp-block-button__link {
border-radius: 0
}
.is-style-outline {
color: #32373c
}
.is-style-outline .wp-block-button__link {
background: 0 0;
border: 2px solid
}
.wp-block-categories.alignleft {
margin-right: 2em
}
.wp-block-categories.alignright {
margin-left: 2em
}
.wp-block-columns {
display: flex;
flex-wrap: wrap
}
@media (min-width:782px) {
.wp-block-columns {
flex-wrap: nowrap
}
}
.wp-block-column {
flex: 1;
margin-bottom: 1em;
flex-basis: 100%;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word
}
@media (min-width:600px) {
.wp-block-column {
flex-basis: 50%;
flex-grow: 0
}
}
@media (min-width:600px) {
.wp-block-column:nth-child(odd) {
margin-right: 32px
}
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
margin-left: 32px
}
.wp-block-column:not(:last-child) {
margin-right: 32px
}
}
.wp-block-cover,
.wp-block-cover-image {
position: relative;
background-color: #000;
background-size: cover;
background-position: 50%;
min-height: 430px;
width: 100%;
margin: 0 0 1.5em;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden
}
.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
justify-content: flex-start
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
margin-left: 0;
text-align: left
}
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
justify-content: flex-end
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
margin-right: 0;
text-align: right
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
color: #fff;
font-size: 2em;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 610px;
padding: 14px;
text-align: center
}
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
color: #fff
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: fixed
}
@supports (-webkit-overflow-scrolling:touch) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll
}
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: inherit;
opacity: .5;
z-index: 1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
opacity: 1
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 305px;
width: 100%
}
.wp-block-cover-image:after,
.wp-block-cover:after {
display: block;
content: "";
font-size: 0;
min-height: inherit
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-cover-image:after,
.wp-block-cover:after {
content: none
}
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
display: flex
}
.wp-block-cover__video-background {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
height: 100%;
z-index: 0;
-o-object-fit: cover;
object-fit: cover
}
.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
max-width: 360px;
width: 100%
}
.wp-block-embed {
margin-bottom: 1em
}
.wp-block-embed figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
position: relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
padding-top: 42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
padding-top: 75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
padding-top: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
padding-top: 66.66%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
padding-top: 200%
}
.wp-block-file {
margin-bottom: 1.5em
}
.wp-block-file.aligncenter {
text-align: center
}
.wp-block-file.alignright {
text-align: right
}
.wp-block-file .wp-block-file__button {
background: #32373c;
border-radius: 2em;
color: #fff;
font-size: 13px;
padding: .5em 1em
}
.wp-block-file a.wp-block-file__button {
text-decoration: none
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
box-shadow: none;
color: #fff;
opacity: .85;
text-decoration: none
}
.wp-block-file *+.wp-block-file__button {
margin-left: .75em
}
.wp-block-gallery {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 16px 16px 0;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
margin: 0;
height: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
display: flex;
align-items: flex-end;
justify-content: flex-start
}
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto;
width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
width: auto
}
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 40px 10px 5px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent)
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
display: inline
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover
}
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
width: calc((100% - 16px)/ 2)
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
margin-right: 0
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
width: 100%;
margin-right: 0
}
@media (min-width:600px) {
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
width: calc((100% - 32px)/ 3);
margin-right: 16px
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
width: calc((100% - 48px)/ 4);
margin-right: 16px
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
width: calc((100% - 64px)/ 5);
margin-right: 16px
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
width: calc((100% - 80px)/ 6);
margin-right: 16px
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
width: calc((100% - 96px)/ 7);
margin-right: 16px
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
width: calc((100% - 112px)/ 8);
margin-right: 16px
}
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-right: 0
}
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
margin-right: 0
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
width: 100%
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 305px;
width: 100%
}
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
display: flex
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
justify-content: center
}
.wp-block-image {
max-width: 100%;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0
}
.wp-block-image img {
max-width: 100%
}
.wp-block-image.aligncenter {
text-align: center
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
width: 100%
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
display: table;
margin-left: 0;
margin-right: 0
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
display: table-caption;
caption-side: bottom
}
.wp-block-image .alignleft {
float: left;
margin-right: 1em
}
.wp-block-image .alignright {
float: right;
margin-left: 1em
}
.wp-block-image .aligncenter {
margin-left: auto;
margin-right: auto
}
.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.wp-block-latest-comments__comment {
font-size: 15px;
line-height: 1.1;
list-style: none;
margin-bottom: 1em
}
.has-avatars .wp-block-latest-comments__comment {
min-height: 36px;
list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 52px
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
line-height: 1.8;
margin: 5px 0 20px
}
.wp-block-latest-comments__comment-date {
color: #8f98a1;
display: block;
font-size: 12px
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 24px;
display: block;
float: left;
height: 40px;
margin-right: 12px;
width: 40px
}
.wp-block-latest-posts.alignleft {
margin-right: 2em
}
.wp-block-latest-posts.alignright {
margin-left: 2em
}
.wp-block-latest-posts.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none
}
.wp-block-latest-posts.is-grid li {
margin: 0 16px 16px 0;
width: 100%
}
@media (min-width:600px) {
.wp-block-latest-posts.columns-2 li {
width: calc(50% - 16px)
}
.wp-block-latest-posts.columns-3 li {
width: calc(33.33333% - 16px)
}
.wp-block-latest-posts.columns-4 li {
width: calc(25% - 16px)
}
.wp-block-latest-posts.columns-5 li {
width: calc(20% - 16px)
}
.wp-block-latest-posts.columns-6 li {
width: calc(16.66667% - 16px)
}
}
.wp-block-latest-posts__post-date {
display: block;
color: #6c7781;
font-size: 13px
}
.wp-block-media-text {
display: grid;
grid-template-rows: auto;
align-items: center;
grid-template-areas: "media-text-media media-text-content";
grid-template-columns: 50% auto
}
.wp-block-media-text.has-media-on-the-right {
grid-template-areas: "media-text-content media-text-media";
grid-template-columns: auto 50%
}
.wp-block-media-text .wp-block-media-text__media {
grid-area: media-text-media;
margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
word-break: break-word;
grid-area: media-text-content;
padding: 0 8%
}
.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
max-width: unset;
width: 100%;
vertical-align: middle
}
@media (max-width:600px) {
.wp-block-media-text.is-stacked-on-mobile {
grid-template-columns: 100% !important;
grid-template-areas: "media-text-media" "media-text-content"
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
grid-template-areas: "media-text-content" "media-text-media"
}
}
p.is-small-text {
font-size: 14px
}
p.is-regular-text {
font-size: 16px
}
p.is-large-text {
font-size: 36px
}
p.is-larger-text {
font-size: 48px
}
p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 8.4em;
line-height: .68;
font-weight: 100;
margin: .05em .1em 0 0;
text-transform: uppercase;
font-style: normal
}
p.has-drop-cap:not(:focus):after {
content: "";
display: table;
clear: both;
padding-top: 14px
}
p.has-background {
padding: 20px 30px
}
p.has-text-color a {
color: inherit
}
.wp-block-pullquote {
padding: 3em 0;
margin-left: 0;
margin-right: 0;
text-align: center
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: 305px
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 20px
}
.wp-block-pullquote p {
font-size: 28px;
line-height: 1.6
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
position: relative
}
.wp-block-pullquote .has-text-color a {
color: inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
background: 0 0
}
.wp-block-pullquote.is-style-solid-color {
border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: auto;
margin-right: auto;
text-align: left;
max-width: 60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 0;
margin-bottom: 0;
font-size: 32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: none;
font-style: normal
}
.wp-block-pullquote cite {
color: inherit
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 0 0 16px;
padding: 0 1em
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 24px;
font-style: italic;
line-height: 1.6
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 18px;
text-align: right
}
.wp-block-separator.is-style-wide {
border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
background: 0 0;
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto
}
.wp-block-separator.is-style-dots:before {
content: "\00b7 \00b7 \00b7";
color: #191e23;
font-size: 20px;
letter-spacing: 2em;
padding-left: 2em;
font-family: serif
}
p.wp-block-subhead {
font-size: 1.1em;
font-style: italic;
opacity: .75
}
.wp-block-table.has-fixed-layout {
table-layout: fixed;
width: 100%
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
display: table;
width: auto
}
.wp-block-table.is-style-stripes {
border-spacing: 0;
border-collapse: inherit;
border-bottom: 1px solid #f3f4f5
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #f3f4f5
}
.wp-block-table.is-style-stripes td {
border-color: transparent
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
display: flex
}
.wp-block-text-columns .wp-block-column {
margin: 0 16px;
padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
width: 25%
}
pre.wp-block-verse {
white-space: nowrap;
overflow: auto
}
.wp-block-video {
margin-left: 0;
margin-right: 0
}
.wp-block-video video {
max-width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.wp-block-video [poster] {
-o-object-fit: cover;
object-fit: cover
}
}
.wp-block-video.aligncenter {
text-align: center
}
.wp-block-video figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px
}
.has-pale-pink-background-color.has-pale-pink-background-color {
background-color: #f78da7
}
.has-vivid-red-background-color.has-vivid-red-background-color {
background-color: #cf2e2e
}
.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
background-color: #ff6900
}
.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
background-color: #fcb900
}
.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
background-color: #7bdcb5
}
.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
background-color: #00d084
}
.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
background-color: #8ed1fc
}
.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
background-color: #0693e3
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
background-color: #eee
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
background-color: #abb8c3
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
background-color: #313131
}
.has-pale-pink-color.has-pale-pink-color {
color: #f78da7
}
.has-vivid-red-color.has-vivid-red-color {
color: #cf2e2e
}
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
color: #ff6900
}
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
color: #fcb900
}
.has-light-green-cyan-color.has-light-green-cyan-color {
color: #7bdcb5
}
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
color: #00d084
}
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
color: #8ed1fc
}
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
color: #0693e3
}
.has-very-light-gray-color.has-very-light-gray-color {
color: #eee
}
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
color: #abb8c3
}
.has-very-dark-gray-color.has-very-dark-gray-color {
color: #313131
}
.has-small-font-size {
font-size: 13px
}
.has-normal-font-size,
.has-regular-font-size {
font-size: 16px
}
.has-medium-font-size {
font-size: 20px
}
.has-large-font-size {
font-size: 36px
}
.has-huge-font-size,
.has-larger-font-size {
font-size: 42px
}.qtip {
position: absolute;
left: -28000px;
top: -28000px;
margin: 0px 15px;
margin-right: 30px;
margin-bottom: 100px;
display: none;
max-width: 580px;
min-width: 500px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0;
opacity: 0.9;
}
.qtip-content {
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
word-wrap: break-word;
}
.qtip-titlebar {
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content {
border-top-width: 0 !important;
} .qtip-close {
position: absolute;
right: -9px;
top: -9px;
z-index: 11; cursor: pointer;
outline: medium none;
border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
right: 4px;
top: 50%;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
top: 16px;
} .qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon {
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma, sans-serif;
color: inherit;
background: transparent none no-repeat -100em -100em;
} .qtip-focus {
} .qtip-hover {
} .qtip-default {
box-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 6px;
background: #383b43;
color: #fff;
overflow: hidden;
}
.qtip-default .qtip-titlebar {
background-color: #ffef93;
}
.qtip-default .qtip-icon {
border-color: #ccc;
background: #f1f1f1;
color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
border-color: #aaa;
color: #111;
} .qtip-light {
background-color: white;
border-color: #e2e2e2;
color: #454545;
}
.qtip-light .qtip-titlebar {
background-color: #f1f1f1;
} .qtip-dark {
background-color: #505050;
border-color: #303030;
color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
background-color: #404040;
}
.qtip-dark .qtip-icon {
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
border-color: #303030;
} .qtip-cream {
background-color: #fbf7aa;
border-color: #f9e98e;
color: #a27d35;
}
.qtip-cream .qtip-titlebar {
background-color: #f0de7d;
}
.qtip-cream .qtip-close .qtip-icon {
background-position: -82px 0;
} .qtip-red {
background-color: #f78b83;
border-color: #d95252;
color: #912323;
}
.qtip-red .qtip-titlebar {
background-color: #f06d65;
}
.qtip-red .qtip-close .qtip-icon {
background-position: -102px 0;
}
.qtip-red .qtip-icon {
border-color: #d95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
border-color: #d95252;
} .qtip-green {
background-color: #caed9e;
border-color: #90d93f;
color: #3f6219;
}
.qtip-green .qtip-titlebar {
background-color: #b0de78;
}
.qtip-green .qtip-close .qtip-icon {
background-position: -42px 0;
} .qtip-blue {
background-color: #e5f6fe;
border-color: #add9ed;
color: #5e99bd;
}
.qtip-blue .qtip-titlebar {
background-color: #d0e9f5;
}
.qtip-blue .qtip-close .qtip-icon {
background-position: -2px 0;
}
.qtip-shadow {
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
} .qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
} .qtip-youtube {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 3px #333;
-moz-box-shadow: 0 0 3px #333;
box-shadow: 0 0 3px #333;
color: white;
border: 0 solid transparent;
background: #4a4a4a;
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #4a4a4a),
color-stop(100%, black)
);
background-image: -webkit-linear-gradient(top, #4a4a4a 0, black 100%);
background-image: -moz-linear-gradient(top, #4a4a4a 0, black 100%);
background-image: -ms-linear-gradient(top, #4a4a4a 0, black 100%);
background-image: -o-linear-gradient(top, #4a4a4a 0, black 100%);
}
.qtip-youtube .qtip-titlebar {
background-color: #4a4a4a;
background-color: rgba(0, 0, 0, 0);
}
.qtip-youtube .qtip-content {
padding: 0.75em;
font: 12px arial, sans-serif;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);';
}
.qtip-youtube .qtip-icon {
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
border-color: #303030;
} .qtip-jtools {
background: #232323;
background: rgba(0, 0, 0, 0.7);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
from(#717171),
to(#232323)
);
background-image: -moz-linear-gradient(top, #717171, #232323);
background-image: -webkit-linear-gradient(top, #717171, #232323);
background-image: -ms-linear-gradient(top, #717171, #232323);
background-image: -o-linear-gradient(top, #717171, #232323);
border: 2px solid #ddd;
border: 2px solid rgba(241, 241, 241, 1);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 12px #333;
-moz-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
} .qtip-jtools .qtip-titlebar {
background-color: transparent;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)';
}
.qtip-jtools .qtip-content {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)';
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
background: transparent;
color: white;
border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
border-color: #333;
} .qtip-cluetip {
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
background-color: #d9d9c2;
color: #111;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
background-color: #87876a;
color: white;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
border-color: #696952;
color: #696952;
} .qtip-tipsy {
background: black;
background: rgba(0, 0, 0, 0.87);
color: white;
border: 0 solid transparent;
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
font-weight: bold;
line-height: 16px;
text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar {
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content {
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
border-color: #303030;
} .qtip-tipped {
border: 3px solid #959fa9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #f9f9f9;
color: #454545;
font-weight: normal;
font-family: serif;
}
.qtip-tipped .qtip-titlebar {
border-bottom-width: 0;
color: white;
background: #3a79b8;
background-image: -webkit-gradient(
linear,
left top,
left bottom,
from(#3a79b8),
to(#2e629d)
);
background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)';
}
.qtip-tipped .qtip-icon {
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
background-color: #fbfbfb;
color: #555;
} .qtip-bootstrap { font-size: 14px;
line-height: 20px;
color: #333333; padding: 1px;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar { padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close { right: 11px;
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content { padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon { background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon { width: auto;
height: auto; float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover { color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} .qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
filter: none;
-ms-filter: none;
}
.qtip .qtip-tip {
margin: 0 auto;
overflow: hidden;
z-index: 10;
} x:-o-prefocus,
.qtip .qtip-tip {
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
position: absolute;
color: #123456;
background: transparent;
border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
top: 0;
left: 0;
}
.qtip .qtip-tip .qtip-vml {
behavior: url(#default#VML);
display: inline-block;
visibility: visible;
}
#qtip-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
} #qtip-overlay.blurs {
cursor: pointer;
} #qtip-overlay div {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.qtipmodal-ie6fix {
position: absolute !important;
}
.infseries {
background-color: #f1f1f1;
color: #222;
}
.darkmode .infseries {
background-color: #1d1b26;
color: #fff;
}
.infseries .right {
color: #222;
}
.darkmode .infseries .right {
color: #fff;
}
.infseries .right b {
color: #222;
}
.darkmode .infseries .right b {
color: #fff;
}
.infseries .right a {
color: #222;
}
.darkmode .infseries .right a {
color: #fff;
}
.qtip-default {
background: #f1f1f1;
}
.darkmode .qtip-default {
background: #1d1b26;
}
.seriestitle {
background-color: #3367d6;
border-bottom: 1px solid #f1f1f1;
color: #fff;
}
.darkmode .seriestitle {
color: #fff;
background: #3367d6;
border-bottom: 1px solid #16151dc9;
}
span.type.manhwa-bg {
background-color: #a12e24;
}
span.type.manga-bg {
background-color: #3367d6;
}
span.type.manhua-bg {
background-color: #009688;
}