/*
Theme Name: VideoLife
Theme URI: https://wpenjoy.com/
Author: wpenjoy
Author URI: https://wpenjoy.com/
Description: VideoLife is a responsive and mobile-friendly WordPress video theme that allows you to publish videos from various sources.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, black, purple, light, two-columns, right-sidebar, custom-header, custom-menu, featured-images, translation-ready
Requires PHP: 5.6
Text Domain: VideoLife

*/

/*--------------------------------------------------------------
Performance Optimizations
--------------------------------------------------------------*/

/* Mobile container optimization - moved from inline CSS */
@media screen and (max-width: 768px) {
  .container {
      padding: 0px;
  }
}

/* Mobile header responsive improvements */
@media screen and (max-width: 480px) {
  .mobile-logo-text {
    font-size: 18px;
  }
  
  .m-search-f {
    right: 40px;
    top: 6px;
  }
  
  .m-search-f > .textbox {
    width: 140px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
  }
  
  .m-search-f > .button {
    height: 32px;
    width: 32px;
  }
}

@media screen and (max-width: 360px) {
  .mobile-logo-text {
    font-size: 16px;
  }
  
  .m-search-f {
    right: 35px;
    top: 6px;
  }
  
  .m-search-f > .textbox {
    width: 120px;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
  }
  
  .m-search-f > .button {
    height: 30px;
    width: 30px;
  }
}

/* Image placeholder styling - matches exact portrait aspect ratio of anime posters */
.anime-image-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 145%; /* More pronounced portrait aspect ratio to match anime posters */
  background-color: #2c2c2c;
  background-image: linear-gradient(45deg, #2c2c2c 25%, transparent 25%), 
                    linear-gradient(-45deg, #2c2c2c 25%, transparent 25%), 
                    linear-gradient(45deg, transparent 75%, #2c2c2c 75%), 
                    linear-gradient(-45deg, transparent 75%, #2c2c2c 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  border-radius: 4px;
  overflow: hidden;
}

.anime-image-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
}

.anime-image-placeholder span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

/* Anime image styling - maintain original proportions */
.anime-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
/*--------------------------------------------------------------
0. Reset
--------------------------------------------------------------*/
.one-line,
.two-lines,
#featured-content .entry-title,
.content-block-1 .hentry .entry-title,
.content-loop .entry-title,
.entry-related .hentry .entry-title,
.widget-posts-thumbnail .entry-wrap a,
.footer-columns .widget-posts-thumbnail .entry-wrap a,
.three-lines,
.four-lines {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical; }

.one-line {
-webkit-line-clamp: 1; }

.two-lines, #featured-content .entry-title, .content-block-1 .hentry .entry-title, .content-loop .entry-title, .entry-related .hentry .entry-title, .widget-posts-thumbnail .entry-wrap a, .footer-columns .widget-posts-thumbnail .entry-wrap a {
-webkit-line-clamp: 2; }

.three-lines {
-webkit-line-clamp: 3; }

.four-lines {
-webkit-line-clamp: 4; }

html {
-webkit-text-size-adjust: 100%; }

*,
*:before,
*:after {
box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
word-wrap: break-word; }

body {
line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block; }

nav ul {
list-style: none; }

blockquote, q {
quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }

ins {
color: #333;
text-decoration: none; }

mark {
background-color: #ff9;
color: #333;
font-style: italic;
font-weight: bold; }

del {
text-decoration: line-through; }

abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help; }

table {
border-collapse: collapse;
border-spacing: 0; }

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #eee;
margin: 1em 0;
padding: 0; }

input, select {
vertical-align: middle; }

sup {
top: -.5em; }

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }

.no-list-style {
list-style: none;
margin: 0;
padding: 0; }

figure > img {
display: block; }

img {
height: auto;
max-width: 100%; }

img[class*="align"],
img[class*="attachment-"] {
height: auto; }

embed,
iframe,
object {
max-width: 100%;
width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* Skip Link --------------------------------- */
.skip-link {
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
text-decoration: underline; }

.skip-link:focus {
display: block;
left: 6px;
top: 7px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
line-height: normal;
padding: 15px 23px 14px;
z-index: 100000;
right: auto; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }

.wp-caption .wp-caption-text {
margin: 0.5075em 0; }

.wp-caption-text {
text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em; }

.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%; }

.gallery-columns-2 .gallery-item {
max-width: 50%; }

.gallery-columns-3 .gallery-item {
max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
max-width: 25%; }

.gallery-columns-5 .gallery-item {
max-width: 20%; }

.gallery-columns-6 .gallery-item {
max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
max-width: 11.11%; }

.gallery-caption {
display: block; }

/*--------------------------------------------------------------
1. Defaults
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
color: #333;
font-weight: bold; }

strong,
b {
font-weight: bold; }

input,
textarea,
select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }

input,
textarea {
-webkit-appearance: none; }

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
font-size: 15px;
font-weight: normal;
background-color: #fff;
border: 1px solid #e9e9e9;
color: #333; }
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #444; }

input[type="file"] {
-webkit-box-shadow: none;
box-shadow: none; }

textarea {
padding: 10px 15px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"] {
height: 42px;
line-height: 42px;
padding: 0 15px; }

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
border: none;
padding: 0 15px;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
color: #fff;
font-size: 16px;
font-weight: normal;
height: 42px;
line-height: 42px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;
-webkit-backface-visibility: hidden; }

button:hover,
.btn:hover,
.btn:visited,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
color: #fff;
opacity: 0.85;
text-decoration: none; }

table {
color: #333333;
border-width: 1px;
border-color: #e9e9e9;
border-collapse: collapse;
width: 100%; }

table th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #e6e6e6;
background-color: #f0f0f0; }

table tr:hover td {
background-color: #f9f9f9; }

table td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #e6e6e6;
background-color: #ffffff; }

.alignleft {
float: left;
margin: 0 20px 20px 0; }

.alignright {
float: right;
margin: 0 0 20px 20px; }

.aligncenter {
display: block;
margin: 0 auto;
text-align: center;
clear: both; }

.alignnone {
display: block; }

/* Clear Floats */
.clear:before,
.clear:after {
content: "";
display: table; }

.clear:after {
clear: both; }

.clear {
clear: both; }

.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute; }

.sticky,
.bypostauthor {
background: inherit;
color: inherit; }

/* CSS3 Effects */
.box-shadow {
box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
-webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px; }

body {
background: url(assets/img/bg.png) #fff;
color: #333;
font-style: normal;
font-size: 16px;
font-weight: 400;
line-height: 1.7em; }

a {
text-decoration: none; }
a:hover {
  text-decoration: none; }
a:visited {
  color: #333; }

.container {
margin: 0 auto;
width: 1140px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead .container {
position: relative; }

.wp-custom-header {
position: absolute;
top: 0;
height: 66px;
width: 100%;
overflow: hidden;
text-align: center; }
.wp-custom-header img {
  margin: 0 auto;
  width: 100%;
  height: auto; }

.site-header {
background-color: #3b4248;
width: 100%;
line-height: 60px;
z-index: 999; }

.admin-bar .site-header {
top: 32px; }

@media (max-width: 782px) {
.admin-bar .site-header {
  top: 46px; } }
.search-icon {
display: none;
position: absolute;
top: 30px;
right: 2%; }
.search-icon:hover {
  cursor: pointer; }
.search-icon span {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle; }
.search-icon .genericon-search.active {
  display: none; }
.search-icon .genericon-close {
  display: none; }
.search-icon .genericon-close.active {
  display: inline-block; }

.search-input {
background: rgba(0,0,0,.2) !important;
border: 0px solid #ddd;border-radius: 20px;
height: 38px;
line-height: 38px;
color: #333;
text-indent: 5px; }
.search-input:focus {
  background-color: #fff;
  border-color: #bfbfbf; }

.search-submit {
border-left: none;
color: #999;
font-size: 15px;
font-weight: 600;
height: 38px;
line-height: 1;
cursor: pointer;
text-align: center;
vertical-align: middle; }

/* Header Search */
.header-search {
border-radius: 5px;
float: left;
line-height: 2.7;
width: 20%;
height: 36px;
z-index: 2;
position: relative;
top: 15px;
margin-left: 30px; }
.header-search:hover {
  border-color: #ddd; }
.header-search.no-top-menu {
  float: right;
  margin-left: 0; }
.header-search .search-input {
  border: 0px solid #c9c9c9;
  border-radius: 20px;
  color: #c9c9c9;
  font-size: 14px;
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 15px 0 10px; }
.header-search .search-input:focus {
       outline: none;

}
.header-search .search-submit {
  background-color: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: none;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden; }
  .header-search .search-submit .genericon {
    font-size: 18px; }
  .header-search .search-submit:hover {
    opacity: 1; }

.site-start {
display: block;
width: 100%; }

/*--------------------------------------------------------------
2.1 Logo
--------------------------------------------------------------*/
#logo {
padding-top: 15px;
line-height: 30px;
}
.site-branding {
float: left;
text-align: left;
min-width: 180px;
position: relative;
z-index: 99; }
.site-branding #logo {
  float: left;
  height: 66px;
  line-height: 66px;
  margin-right: 10px; }
.site-branding .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.site-branding img {
  max-height: 48px;
  width: auto;
  vertical-align: middle; }

.site-title-desc {
float: left; }

.site-title {
float: left;
font-size: 1.6em;
font-weight: bold;
line-height: 66px; }
.site-title a {
  color: #333;
  display: block; }
  .site-title a:hover, .site-title a:visited {
    color: #333;
    text-decoration: none; }

.site-description {
float: left;
color: #999;
font-size: 0.85em;
position: relative;
margin-left: 15px;
line-height: 66px;
max-width: 400px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }

/*--------------------------------------------------------------
2.1 Navigation Menu
--------------------------------------------------------------*/
/* Essential Styles */
.sf-menu * {
margin: 0;
padding: 0;
list-style: none; }

.sf-menu {
margin: 0;
padding: 0;
list-style: none; }
.sf-menu li {
  position: relative; }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block; }
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 999; }
  .sf-menu ul ul {
    top: -10px;
    left: 240px; }
.sf-menu > li {
  float: left; }
.sf-menu a {
  display: block;
  position: relative; }

/* Theme Navigation Skin */
.sf-menu {
float: left; }
.sf-menu ul {
  background-color: #444;
  border-radius: 4px;
  width: 240px;
  padding: 10px 0; }
.sf-menu a {
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }
.sf-menu li a {
  margin: 0;
  padding: 0 10px;
  color: #92a0ad;
  font-size: 15px; }
.sf-menu li li {
  line-height: 1.5; }
  .sf-menu li li a {
    color: #fff;
    font-size: 15px;
    padding: 0 15px; }
.sf-menu li li a {
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 15px;
  text-transform: none; }
  .sf-menu li li a:hover {
    background-color: #3f3f3f;
    color: #14bbf0 !important;
    text-decoration: none !important; }

/*** arrows (for all except IE7) **/
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
position: absolute;
top: 50%;
margin-top: -5px;
height: 0;
width: 0;
content: '\f431';
font: normal 14px/1 'Genericons';
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
top: 26px;
right: 0;
margin-right: 20px;
content: '\f501';
font: normal 9px/1 'Genericons';
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }

.top-menu {
float: right; }

#top-menu.sf-arrows .sf-with-ul:after {
margin-top: -7px; }
#top-menu.sf-arrows .sf-with-ul {
margin-right: 19px;
padding-right: 2px; }
#top-menu.sf-arrows .sf-with-ul:after {
  right: 0; }
#top-menu.sf-arrows li li .sf-with-ul {
margin-right: 0;
padding-right: 0; }
#top-menu.sf-arrows li li .sf-with-ul:after {
  top: 17px;
  right: 0; }
#top-menu li a {
font-size: 14px;
line-height: 66px; }
#top-menu li a:hover {
  color: #c9c9c9; }
#top-menu li li a {
line-height: 1.5; }

#primary-nav {
background-color: #3b4248;
height: 72px; line-height: 72px;}

#primary-menu.sf-arrows .sf-with-ul:after {
margin-top: -7px; }
#primary-menu.sf-arrows .sf-with-ul {
margin-right: 19px;
padding-right: 2px; }
#primary-menu.sf-arrows .sf-with-ul:after {
  right: 0; }
#primary-menu.sf-arrows li li .sf-with-ul {
margin-right: 0;
padding-right: 0; }
#primary-menu.sf-arrows li li .sf-with-ul:after {
  top: 17px;
  right: 0; }
#primary-menu li a {
color: #fff;
line-height: 71px;
font-size: 16px;
padding-left: 0;
padding-right: 0;
margin-left: 15px;
margin-right: 15px; 
  opacity: 0.5;
  
  
display: block;
text-transform: uppercase;
font-weight: 700;

  
}
#primary-menu li a:hover, #primary-menu li.current-menu-item a{
  color: #fff;
  opacity: 1;
  
}

#primary-menu li.current-menu-item a::before{

content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #01bcf3;

}
#primary-menu li li a {
background: none;
border: none;
color: #fff;
font-size: 15px;
font-weight: normal;
line-height: 1.5;
margin-left: 0;
margin-right: 0;
padding: 5px 15px;
text-transform: none; }
#primary-menu li li a:hover {
  background-color: #3f3f3f;
  color: #14bbf0 !important;
  text-decoration: none !important; }

#left-menu {
float: none;
z-index: 999; }
#left-menu.sf-arrows .sf-with-ul:after {
  content: none; }
#left-menu.sf-arrows .sf-with-ul:after {
  right: 20px; }
#left-menu.sf-arrows li li .sf-with-ul {
  margin-right: 0;
  padding-right: 0; }
  #left-menu.sf-arrows li li .sf-with-ul:after {
    content: '\f501';
    top: 16px;
    right: 0; }
#left-menu li {
  float: none; }
.left-sidebar  .Top {
border-bottom: 1px solid #f3f3f3;
color: #3b4248;
padding: 15px;
position: relative;
}


#left-menu li a:hover, 
#left-menu li a:hover i {
  color: #01bcf3; /* Apply hover color to both the link and the icon */
}
  #left-menu li ul {
    left: 100%;
    margin-top: -42px; }
    #left-menu li ul ul {
      margin-top: 0; }
  #left-menu li a {
    border-radius: 4px;
    color: #3b4248;
    line-height: 2;
    font-size: 13px;
    padding: 5px; margin: 0px 10px;}
    #left-menu li a i {
      margin-right: 2px;
      min-width: 18px;
      text-align: center; }
  #left-menu li.current-cat a, #left-menu li.current-menu-item a {
    background-color: #111; }
  #left-menu li.sfHover a,
  #left-menu li a:hover,      .cat-item  a:hover::before {
    color: #01bcf3; }
    
  #left-menu li li a {
    background: none !important;
    border: none;
    border-radius: 0;
    color: #fff !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px;
    text-transform: none; }
  #left-menu li li a:hover {
    background: #3f3f3f !important;
    color: #14bbf0 !important; }

/*--------------------------------------------------------------
3. Homepage
--------------------------------------------------------------*/
.entry-title {
font-weight: bold;
line-height: 1.3; 

}
.entry-title:not(#recent-content .entry-title) {
font-size: 25px;
}
.entry-title a,
.entry-title a:visited {
  color: #333; }
.entry-title a:hover {
  text-decoration: none; }

#page {
width: 1140px;
margin: 0 auto; }

.left-sidebar {
float: left;
width: 300px;
height: 100%;
margin: 20px 0;
background: #fff;

}
.left-sidebar .theiaStickySidebar {
  z-index: 999; }

.content-wrap {
float: right;
width: 820px;
padding: 20px 0px 0; }

/* Site Content */
.site-content {
position: relative; }
.featured-category-title{
margin-bottom: 12px;
}
.featured-category-title .Order a.Active {
background-color: #01bcf3;
position: relative;
color: #fff;
border-radius: 3px;
padding: 3px 10px;
}
.featured-category-title .Order a.Active::before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -5px;
margin: auto;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #01bcf3;
}
#primary {
float: left;
width: 820px;}

.site-main:after {
clear: both;
content: " ";
display: block; }

.single-wrap {
margin: 0 auto;
padding-top: 10px;
padding-bottom: 20px; }

.page .single-wrap {
padding-top: 20px; }

.home .site-main,
.archive .site-main,
.search .site-main {
background-color: transparent;
box-shadow: none;
padding: 0; }
.home .site-main:hover,
.archive .site-main:hover,
.search .site-main:hover {
  box-shadow: none; }

/*--------------------------------------------------------------
3.1 Featured Content
--------------------------------------------------------------*/
#featured-content {
position: relative; }
#featured-content .owl-carousel {
  float: left;
  width: 480px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 0.5;
  overflow: hidden;
  transition: .3s all; }
  #featured-content .owl-carousel:hover .owl-nav {
    display: block; }
  #featured-content .owl-carousel li {
    display: none; }
    #featured-content .owl-carousel li:first-child {
      display: block; }
    #featured-content .owl-carousel li img {
      width: 100%;
      height: auto; }
#featured-content .owl-carousel,
#featured-content .thumbnail-link {
  overflow: hidden; }
#featured-content .entry-category {
  position: absolute;
  top: 10px;
  left: 10px; }
#featured-content .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  display: none; }
  #featured-content .owl-carousel .owl-nav button.owl-prev,
  #featured-content .owl-carousel .owl-nav button.owl-next {
    background-color: rgba(50, 50, 50, 0.5);
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    height: 30px;
    width: 24px;
    line-height: 26px;
    position: absolute;
    transition: .3s all; }
    #featured-content .owl-carousel .owl-nav button.owl-prev span,
    #featured-content .owl-carousel .owl-nav button.owl-next span {
      display: none; }
    #featured-content .owl-carousel .owl-nav button.owl-prev:hover,
    #featured-content .owl-carousel .owl-nav button.owl-next:hover {
      background-color: #14bbf0; }
    #featured-content .owl-carousel .owl-nav button.owl-prev:before,
    #featured-content .owl-carousel .owl-nav button.owl-next:before {
      font-size: 24px; }
  #featured-content .owl-carousel .owl-nav button.owl-prev {
    background-image: url("assets/img/arrow-left-white.png");
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 0; }
  #featured-content .owl-carousel .owl-nav button.owl-next {
    background-image: url("assets/img/arrow-right-white.png");
    right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
#featured-content .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 14px;
  top: -3px;
  z-index: 99; }
#featured-content .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
#featured-content .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 0 0 4px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%; }
#featured-content .owl-theme .owl-dots .owl-dot.active span,
#featured-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff; }
#featured-content .hentry {
  position: relative; }
#featured-content img,
#featured-content .wp-post-image {
  width: 100%; }
#featured-content .entry-title {
  color: #fff; }
#featured-content .hentry {
  position: relative;
  line-height: 0.5; }
#featured-content .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px 15px 12px 15px; }
#featured-content .featured-large {
  position: relative; }
  #featured-content .featured-large .entry-title {
    font-size: 1.4em;
    line-height: 1.16; }
#featured-content .featured-right {
  float: left; }
#featured-content .featured-small {
  float: left;
  width: 235px;
  max-height: 130px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }
  #featured-content .featured-small:nth-of-type(2n) {
    margin-right: 0; }
  #featured-content .featured-small:nth-of-type(2n+1) {
    clear: left; }
  #featured-content .featured-small .entry-title {
    font-size: 0.9em; }

.notice {
background-color: #f0f0f0;
padding: 30px;
text-align: center; }

.gradient {
background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
bottom: 0;
content: "";
height: 50%;
left: 0;
position: absolute;
width: 100%;
z-index: 2; }

/*--------------------------------------------------------------
3.1 Recent Content
--------------------------------------------------------------*/
#recent-content {
position: relative; }
#recent-content .thumbnail-link {
  line-height: 0.5; }

.content-block {
margin-bottom: 10px; }
.content-block .section-heading {
  margin-bottom: 10px;
  position: relative; }
  .content-block .section-heading h3 {
    border-left: 3px solid #14bbf0;
    display: inline-block;
    font-size: 1.2em;
    padding-left: 10px;
    line-height: 0.85; }
    .content-block .section-heading h3 a,
    .content-block .section-heading h3 a:visited,
    .content-block .section-heading h3 span {
      color: #fff;
      display: inline-block; }
    .content-block .section-heading h3 a:hover {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
  .content-block .section-heading .taxonomy-description {
    color: #999;
    display: none;
    margin-left: 20px;
    font-size: 1em; }
  .content-block .section-heading .section-more-link {
    position: absolute;
    right: 0;
    top: -2px; }
    .content-block .section-heading .section-more-link a,
    .content-block .section-heading .section-more-link a:visited {
      background-color: #444;
      border-radius: 10px;
      color: #fff;
      font-size: 11px;
      padding: 3px 10px; }
    .content-block .section-heading .section-more-link a:hover {
      background-color: #14bbf0;
      color: #fff;
      text-decoration: none; }

.content-block-1 {
position: relative; }
.content-block-1 .posts-loop {
  position: relative;
  margin: 0 -5px; }
.content-block-1 .hentry {
  padding: 0 5px;
  margin-bottom: 20px; }
  .content-block-1 .hentry:hover .icon-play {
    background-color: #14bbf0; }
  .content-block-1 .hentry .thumbnail-link {
    display: block;
    line-height: 0.5;
    margin-bottom: 12px;
    position: relative; }
    .content-block-1 .hentry .thumbnail-link img {
      width: 100%; }
  .content-block-1 .hentry .entry-title {
    font-size: 1em;
    font-weight: normal; }
    .content-block-1 .hentry .entry-title a {
      color: #111; }
      .content-block-1 .hentry .entry-title a:hover {
        color: #14bbf0; }
  .content-block-1 .hentry .entry-meta {
    line-height: 1;
    margin-top: 4px; }
  .content-block-1 .hentry .entry-category {
    line-height: 1;
    margin-top: -3px;
    margin-bottom: 10px; }
    .content-block-1 .hentry .entry-category a {
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.03em;
      text-transform: uppercase; }
      .content-block-1 .hentry .entry-category a:hover {
        text-decoration: underline; }

#recent-content .widget:nth-of-type(1) .content-block {
border-top: none;
padding-top: 0; }
#recent-content .widget_media_image,
#recent-content .widget_custom_html {
line-height: 1;
margin-bottom: 20px;
text-align: center; }
#recent-content .widget_media_image .widget-title,
#recent-content .widget_custom_html .widget-title {
  border-bottom: none;
  color: #aaa;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 7px;
  padding-bottom: 0;
  text-align: center; }

.breadcrumbs {
position: relative;
margin-bottom: 10px; }
.breadcrumbs h1 {
  border-left: 3px solid #14bbf0;
  display: inline-block;
  font-size: 1.3em;
  padding-left: 10px;
  line-height: 0.85; }
  .breadcrumbs h1 a,
  .breadcrumbs h1 a:visited {
    color: #999; }
  .breadcrumbs h1 a:hover {
    color: #333;
    text-decoration: none; }
.breadcrumbs .taxonomy-description {
  color: #999;
  display: inline-block;
  margin-left: 15px;
  font-size: 0.95em;
  position: relative;
  top: -1px; }
  .bt-single a, .bt-single{
      font-size: 10px;
      text-transform: uppercase;
  }
   .bt-single{
       color: #9da1a4;font-weight: bold;
   }
.breadcrumbs .breadcrumbs-nav {
  color: #999;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .breadcrumbs .breadcrumbs-nav a {
    background: url("assets/img/arrow-right.png") no-repeat right center;
    background-size: 7px 7px;
    color: #999;
    padding-right: 14px;
    margin-right: 2px; }
    .breadcrumbs .breadcrumbs-nav a:hover {
      color: #333; }

.content-loop {
margin-left: -5px;
margin-right: -5px; }
.content-loop:after {
  clear: both;
  content: " ";
  display: block; }
.content-loop .widget_media_image,
.content-loop .widget_custom_html {
  margin-bottom: 0;
  padding: 20px 0; }
.content-loop .hentry {
  padding: 0 5px;
  position: relative;
  margin-bottom: 0px; }
/*     .content-loop .hentry:hover .icon-play {
    background-color: #14bbf0; } */
.content-loop .thumbnail-link {
  display: block;
  position: relative;
  line-height: 0.5;
  text-align: center;
  margin-bottom: 12px; }
  .content-loop .thumbnail-link img {
    width: 100%; }
    
   .thumbnail-link::before {
        content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding-top: 30%;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMCAwaDF2MUgweiIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
z-index: 2;
border-radius: 0 0 5px 5px;
opacity: .8;
    }      
    
    
.content-loop .entry-header .entry-category {
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 10px; }
  .content-loop .entry-header .entry-category a {
    font-size: 12px;
    font-weight: bold; }
    .content-loop .entry-header .entry-category a:hover {
      text-decoration: underline; }
.content-loop .entry-title {
  line-height: 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;      
  text-align: left;
}

.ep-number{
line-height: 16px;
background-color: #ff7e00;
border-radius: 32px;
padding: 0 8px;
margin-bottom: 3px;    

  position: absolute;
  left: 10px;
  bottom: 30px;
  right: 10px;
  z-index: 3;
font-size: 10px;
font-weight: 700;
  white-space: nowrap;
  color: #fff;           
    display: inline-table;
}
  .content-loop .entry-title a {
    color: #111; }
    .content-loop .entry-title a:hover {
      color: #14bbf0; }
.content-loop .entry-meta {
  font-size: 13px;
  line-height: 1;
  margin-top: 4px; }

.entry-meta {
color: #aaa;
font-size: 13px;
position: relative; }
.entry-meta .entry-comment a,
.entry-meta .entry-comment a:visited {
  color: #aaa; }
.entry-meta .sep {
  margin: 0 3px; }

#featured-content .hentry,
.content-loop .hentry,
.entry-related .hentry {
transition: 0.3s all; }
#featured-content .hentry:hover .icon-play,
.content-loop .hentry:hover .icon-play,
.entry-related .hentry:hover .icon-play {
  visibility: visible;
  opacity: 1; }

.thumbnail-link {
line-height: 0.5;         overflow: hidden;
display: block;}
.thumbnail-link img {
  transition: 0.3s opacity;
    border-radius: 5px;
    
    
}
  .thumbnail-link img:hover {
      transform: scale(1.2);
      transition: .2s;

    opacity: 0.7; }
    

.thumbnail-link .icon-play {

position: absolute;
width: 24px;
height: 24px;
top: 10px;
right: 10px;
}
.play-btn__svg {
transition: 1s;
fill: #fff;
opacity: .5;
}
.thumbnail-link:hover .icon-play{
  transition: width .2s ease;
  -webkit-transition: width .3s ease;
right: -70
}


/*--------------------------------------------------------------
3.3 Pagination
--------------------------------------------------------------*/
.pagination {
width: 100%;
margin: 20px 0;
text-align: center; }
.pagination .page-numbers {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-size: 0.95em;
  height: 42px;
  line-height: 42px;
  padding: 0 17px; }
  .pagination .page-numbers:hover {
    background-color: #01bcf3;
    color: #fff;
    text-decoration: none; }
  .pagination .page-numbers.current {
    color: #fff;
  background-color: #01bcf3; }
    .pagination .page-numbers.current:hover {
      background-color: #337ab7;
      color: #fff; }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    background-color: #fff;
    color: #000; }
    .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
      background-color: #14bbf0;
      color: #fff;
      opacity: 0.8; }

/*--------------------------------------------------------------
4. Single Post/Page
--------------------------------------------------------------*/
.page-title {
font-size: 1.6em;
margin-bottom: 25px;
line-height: 1.2; }

.single .entry-top {
margin-top: 20px; }
.single .entry-top h1.entry-title {
  display: inline-block;
  margin-bottom: 0; }
.single .entry-top .entry-views {
  font-size: 16px;
  font-weight: normal;
  margin-left: 25px; }
.single .entry-below-top {
margin-top: 5px; }
.single .entry-below-top .entry-author {
  background-color: #393939;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 1px; }
  .single .entry-below-top .entry-author:hover {
    background-color: #444; }
  .single .entry-below-top .entry-author img {
    display: inline-block;
    float: left;
    width: 26px;
    line-height: 0.5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .single .entry-below-top .entry-author .author-name {
    display: inline-block;
    line-height: 24px;
    position: relative;
    display: inline-block;
    line-height: 26px;
    font-size: 12px;
    padding: 0 8px;
    color: #fff; }

/* Entry Tags */
.entry-tags {
display: inline; }
.entry-tags span {
  font-size: 13px;
  margin-right: 10px; }
.entry-tags .tag-links a {
  background-color: #393939;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  margin: 0 0 2px 0;
  padding: 0 8px;
  position: relative; }
  .entry-tags .tag-links a:hover {
    color: #fff;
    text-decoration: none; }

.single #primary .entry-header {
border-bottom: 1px solid #e9e9e9;
margin-bottom: 20px;
padding-bottom: 10px; }
.single #primary .entry-header .entry-category {
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px; }
  .single #primary .entry-header .entry-category a:hover {
    text-decoration: underline; }
.single #primary .entry-footer {
margin-top: 25px; }
.single #primary article.has-embed {
position: relative; }
.single #primary article.has-embed .wp-video:nth-of-type(1),
.single #primary article.has-embed .wp-block-video,
.single #primary article.has-embed .first-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important; }
.single #primary article.has-embed .first-video:nth-of-type(2) {
  position: static !important; }
.single #primary article.has-embed .wp-block-video {
  margin-bottom: 0; }
.single #primary article.has-embed .wp-block-embed__wrapper {
  position: static; }
.single #primary article.has-embed .entry-title {
  font-size: 1.4em;
  margin-bottom: 10px; }
.single #primary .entry-content iframe,
.single #primary .entry-content object,
.single #primary .entry-content embed,
.single #primary .entry-content .wp-video-shortcode {
overflow: hidden; }

.error404 .site-main,
.single .site-main,
.page .site-main {
position: relative; }
.error404 .site-main .entry-thumbnail,
.single .site-main .entry-thumbnail,
.page .site-main .entry-thumbnail {
  margin-bottom: 10px; }
.error404 h1.entry-title,
.single h1.entry-title,
.page h1.entry-title {
font-size: 1.4em;
line-height: 1.16;
display: block;
margin-bottom: 10px; }

.error404 .entry-content label,
.error404 .page-content label {
display: inline-block; }

/* Related  Posts */
.post-bottom-related {
border-top: 1px solid #333;
margin: 20px 0 0 0;
padding-top: 20px; }
.post-bottom-related h3 {
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #14bbf0;
  display: inline-block;
  padding-left: 10px;
  line-height: 0.85; }
.post-bottom-related .related-loop {
  margin: 0 -5px; }

.entry-related h3 {
font-size: 20px;
margin-bottom: 15px; }
.entry-related .hentry {
margin: 0 0 10px 0;
position: relative; }
.entry-related .hentry:after {
  clear: both;
  content: " ";
  display: block; }
.entry-related .hentry .entry-title {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3; }
  .entry-related .hentry .entry-title a {
    color: #333; }
.entry-related .hentry .thumbnail-link {
  display: block;
  float: left;
  width: 120px;
  margin: 0 10px 0 0;
  line-height: 0.5; }
  .entry-related .hentry .thumbnail-link .icon-play {
    border-radius: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 22px; }
.entry-related .hentry .entry-meta {
  display: inline-block; }

/* Author Box */
.author-box {
border-top: 1px solid #f0f0f0;
margin-top: 20px;
margin-bottom: -1px;
padding: 20px 0 21px; }
.author-box .avatar {
  float: left;
  width: 72px;
  height: auto;
  line-height: 0.8;
  margin: 0 15px 0 0; }
.author-box .author-meta {
  display: table; }
  .author-box .author-meta .author-name {
    font-size: 16px; }
  .author-box .author-meta .author-desc {
    color: #949494;
    font-size: 0.9em;
    line-height: 1.6; }

/* Entry Content */
.page-content .wp-post-image,
.entry-content .wp-post-image {
margin-bottom: 10px;
width: 100%; }
.page-content a,
.entry-content a {
text-decoration: underline; }
.page-content a:hover,
.entry-content a:hover {
  text-decoration: none; }
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin-bottom: 25px;
line-height: 1.35; }
.page-content h1,
.entry-content h1 {
font-size: 30px; }
.page-content h2,
.entry-content h2 {
font-size: 26px; }
.page-content h3,
.entry-content h3 {
font-size: 22px; }
.page-content h4,
.entry-content h4 {
font-size: 18px; }
.page-content h5, .page-content h6,
.entry-content h5,
.entry-content h6 {
font-size: 16px; }
.page-content p,
.entry-content p {
line-height: 1.7;
margin-bottom: 25px; }
.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol {
margin: 0 0 25px 0; }
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin: 8px 0 0 25px; }
.page-content ul li,
.entry-content ul li {
list-style: disc inside;
margin: 0 0 10px 0;
position: relative; }
.page-content ol li,
.entry-content ol li {
list-style: inside decimal;
margin: 0 0 10px 0; }
.page-content select,
.entry-content select {
padding: 0 5px; }
.page-content dl,
.entry-content dl {
margin-bottom: 20px; }
.page-content fieldset,
.entry-content fieldset {
border: 1px solid #e9e9e9;
margin: 0 2px 20px 2px;
padding: 0.35em 0.625em 0.75em; }
.page-content input[type="radio"],
.entry-content input[type="radio"] {
-webkit-appearance: radio; }
.page-content input[type="checkbox"],
.entry-content input[type="checkbox"] {
-webkit-appearance: checkbox; }
.page-content ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
.page-content label,
.entry-content label {
font-weight: bold; }
.page-content table,
.entry-content table {
margin-bottom: 20px; }
.page-content select,
.entry-content select {
border: 1px solid #444;
font-size: 1em;
-webkit-border-radius: 0;
border-radius: 0;
height: 2.5em;
max-width: 100%;
-webkit-appearance: menulist;
background: #333;
color: #fff;
padding: 0 10px; }
.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="search"],
.page-content input[type="password"],
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
width: 300px; }
.page-content input[type="file"],
.entry-content input[type="file"] {
border: none; }
.page-content textarea,
.entry-content textarea {
width: 100%;
height: 200px; }
.page-content .wp-caption,
.entry-content .wp-caption {
background-color: #f7f7f7;
padding: 0 0 1px 0; }
.page-content .wp-caption-text,
.entry-content .wp-caption-text {
font-size: 13px;
font-style: italic;
color: #999; }
.page-content pre,
.page-content .wp-block-preformatted,
.entry-content pre,
.entry-content .wp-block-preformatted {
background: #222;
color: #fff;
padding: 10px 15px;
margin: 0 0 25px 0;
white-space: pre-wrap; }
.page-content .post-views,
.entry-content .post-views {
display: none; }

blockquote {
color: #999999;
font-size: 18px;
font-style: italic;
padding: 0.25em 50px;
line-height: 1.45;
position: relative; }
blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px; }
  blockquote cite:before {
    content: "\2014 \2009"; }
blockquote p:last-child {
  margin-bottom: 0; }

#primary p,
.widget p {
line-height: 1.7em; }

/*--------------------------------------------------------------
5. Archive/Search Page
--------------------------------------------------------------*/
.search-no-results .content-loop {
margin-left: 0;
margin-right: 0; }
.search-no-results .page-title {
font-size: 24px;
margin-bottom: 10px; }
.search-no-results .page-content label,
.search-no-results .entry-content label {
display: inline-block; }

.archive .no-results .page-content label,
.archive .no-results .entry-content label {
display: inline-block; }

/*--------------------------------------------------------------
6. Comments
--------------------------------------------------------------*/
.comments-area {
border-top: 1px solid #f0f0f0;
margin-top: 20px;
padding-top: 20px; }
.comments-area.no-content {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.comments-title {
font-size: 20px;
margin-bottom: 15px; }

.comment-reply-title {
font-size: 20px;
margin-bottom: 15px; }

.comment-list {
border-bottom: 1px solid #f0f0f0;
list-style: none;
margin: 0 0 25px 0; }

.comment-author {
font-size: 14px; }

.comment-meta {
margin-bottom: 4px; }

.comment-list .reply,
.comment-metadata {
font-size: 13px; }

.comment-list .reply {
margin-top: 10px; }

.comment-author .fn {
font-weight: bold; }

.comment-author a {
color: #2b2b2b; }

.comment-list .trackback a,
.comment-list .trackback a:visited,
.comment-list .pingback a,
.comment-list .pingback a:visited,
.comment-metadata a,
.comment-metadata a:visited,
.comment-list .reply a,
.comment-list .reply a:visited {
color: #767676; }

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover {
color: #333; }

.comment-author a:hover {
color: #333; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
margin: 0 0 20px 0; }

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
border-top: 0; }

.comment-author {
position: relative; }

.comment-author .avatar {
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
width: 48px;
height: auto; }

.bypostauthor > article .fn:before {
color: #fbb034;
content: "\f408";
margin: 0 2px 0 -2px;
position: relative;
top: -1px; }

.says {
display: none; }

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
padding-left: 64px; }

.comment-author {
display: inline; }

.comment-metadata {
display: inline;
margin-left: 7px; }

.comment-edit-link {
margin-left: 10px; }
.comment-edit-link:hover {
  text-decoration: none; }

#cancel-comment-reply-link:hover {
text-decoration: none; }

.comment-edit-link:before {
content: "\f411"; }

.comment-reply-link:hover {
text-decoration: none; }

.comment-reply-link:before,
.comment-reply-login:before {
content: '\f467';
color: #aaa;
margin-right: 2px; }

.comment-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word; }
.comment-content a:hover {
  text-decoration: underline; }

.comment-content ul,
.comment-content ol {
margin: 0 0 24px 22px; }

.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0; }

.comment-content > :last-child {
margin-bottom: 0; }

.comment-list .children {
list-style: none;
margin-left: 64px; }

.comment-respond:after {
clear: both;
content: " ";
display: block; }

.comment .comment-respond {
margin: 25px 0; }

.comment-respond h3 {
margin-top: 0; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
color: #767676; }
.comment-notes a,
.comment-notes a:visited,
.comment-awaiting-moderation a,
.comment-awaiting-moderation a:visited,
.logged-in-as a,
.logged-in-as a:visited,
.no-comments a,
.no-comments a:visited,
.form-allowed-tags a,
.form-allowed-tags a:visited,
.form-allowed-tags code a,
.form-allowed-tags code a:visited {
  color: #767676; }
  .comment-notes a:hover,
  .comment-notes a:visited:hover,
  .comment-awaiting-moderation a:hover,
  .comment-awaiting-moderation a:visited:hover,
  .logged-in-as a:hover,
  .logged-in-as a:visited:hover,
  .no-comments a:hover,
  .no-comments a:visited:hover,
  .form-allowed-tags a:hover,
  .form-allowed-tags a:visited:hover,
  .form-allowed-tags code a:hover,
  .form-allowed-tags code a:visited:hover {
    color: #333; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
font-size: 14px;
margin-bottom: 10px; }

.comments-area .no-comments {
font-size: 16px;
font-weight: 900;
line-height: 1.5;
margin-top: 24px;
text-transform: uppercase; }

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
margin-bottom: 20px; }
.comment-form textarea {
width: 100%; }
.comment-form .comment-form-author {
float: left;
width: 48.5%; }
.comment-form .comment-form-email {
float: right;
width: 48.5%; }
.comment-form .comment-form-url {
width: 100%;
clear: left; }
.comment-form:after {
content: '';
display: block;
clear: both; }
.comment-form .submit {
font-size: 14px;
padding: 0 18px;
margin-bottom: 10px; }

.comment-form-cookies-consent {
margin: 0 0 20px 0; }

.comment-form-cookies-consent label {
font-weight: normal !important; }

.comment-form label {
font-size: 14px;
font-weight: bold; }

input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
-ms-appearance: checkbox;
-o-appearance: checkbox;
appearance: checkbox; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%; }

.form-allowed-tags,
.form-allowed-tags code {
font-size: 12px;
line-height: 1.5; }

.required {
color: #c0392b; }

.comment-reply-title small a {
color: #2b2b2b;
float: right;
height: 24px;
overflow: hidden;
width: 24px; }

.comment-reply-title small a:before {
content: "\f405";
font-size: 20px; }

.comment-navigation {
font-size: 12px;
line-height: 2;
margin-bottom: 48px;
text-transform: uppercase; }

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
display: inline-block; }

.comment-navigation .nav-previous a {
margin-right: 10px; }

#comment-nav-above {
margin-top: 36px;
margin-bottom: 0; }

/*--------------------------------------------------------------
7. Sidebar
--------------------------------------------------------------*/
.sidebar {
float: right;
width: 300px;
}
.sidebar .widget {
  margin-bottom: 25px;
  background: #fff;
    border-radius: 3px;
box-shadow: 0 0 30px 0 rgba(0,0,0,.1);padding: 15px;
}
  
  
  
  .sidebar .widget h2,
  .sidebar .widget .widget-title {
    border-bottom: 1px solid #e9e9e9;
    font-size: 0.95em;
    line-height: 0.95;
    margin-bottom: 15px;
    padding-bottom: 12px;
    text-transform: uppercase; }
    .sidebar .widget h2 span,
    .sidebar .widget .widget-title span {
      border-left: 3px solid #14bbf0;
      padding-left: 10px; }
    .sidebar .widget h2 a,
    .sidebar .widget h2 a:visited,
    .sidebar .widget h2 span,
    .sidebar .widget .widget-title a,
    .sidebar .widget .widget-title a:visited,
    .sidebar .widget .widget-title span {
      color: #333;
      display: inline-block; }
    .sidebar .widget h2 a:hover,
    .sidebar .widget .widget-title a:hover {
      color: #14bbf0;
      text-decoration: none; }
  .sidebar .widget a {
    color: #333; }
    .sidebar .widget a:hover {
      color: #14bbf0; }
  .sidebar .widget ul .children,
  .sidebar .widget ul .sub-menu {
    margin-top: 10px; }
  .sidebar .widget ul > li {
    line-height: 1.45;
    list-style: none;
    margin-bottom: 10px; }
    .sidebar .widget ul > li a,
    .sidebar .widget ul > li a:visited {
      color: #333; }
  .sidebar .widget ul li:last-child {
    margin-bottom: 0; }
  .sidebar .widget p {
    margin-bottom: 15px; }
  .sidebar .widget select {
    border: 1px solid #e9e9e9; }
.sidebar .widget_text .textwidget a {
  text-decoration: underline; }
.sidebar .wp-block-search .wp-block-search__button {
  line-height: 1; }
.sidebar .widget_search form {
  position: relative; }
.sidebar .widget_search input[type='search'] {
  width: 100%; }
.sidebar .widget_search input[type='submit'] {
  font-size: 14px;
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
  position: absolute;
  right: 0;
  top: 0; }
.sidebar .widget-posts-thumbnail {
  line-height: 1.4; }
  .sidebar .widget-posts-thumbnail ul > li {
    margin-bottom: 10px;
    padding: 0 !important; }
  .sidebar .widget-posts-thumbnail .thumbnail-wrap {
    width: 120px;
    height: auto; }
  .sidebar .widget-posts-thumbnail .entry-wrap a {
    font-weight: bold; }
.sidebar .widget_media_image,
.sidebar .widget_custom_html {
  line-height: 1; }
  .sidebar .widget_media_image .widget-title,
  .sidebar .widget_custom_html .widget-title {
    background-color: transparent;
    border-bottom: none;
    color: #aaa;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 7px;
    padding-bottom: 0;
    text-align: center;
    text-transform: none; }
    .sidebar .widget_media_image .widget-title span,
    .sidebar .widget_custom_html .widget-title span {
      border: none;
      color: #aaa;
      padding: 0;
      background-color: transparent; }

/* Posts with Thumbnail Widget */
.widget-posts-thumbnail ul li {
margin: 0 0 10px 0; }
.widget-posts-thumbnail ul li:hover .icon-play {
  background-color: #14bbf0; }
.widget-posts-thumbnail li:after {
content: "";
display: block;
clear: both; }
.widget-posts-thumbnail .entry-thumbnail {
float: left; }
.widget-posts-thumbnail .entry-wrap {
display: table;
line-height: 1.3; }
.widget-posts-thumbnail .entry-wrap a {
  color: #333;
  font-size: 15px; }
.widget-posts-thumbnail .thumbnail-link {
float: left;
margin: 0 12px 0 0;
line-height: 0;
position: relative; }
.widget-posts-thumbnail .thumbnail-link .icon-play {
  border-radius: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  line-height: 22px; }
.widget-posts-thumbnail .entry-meta {
font-size: 13px;
margin-top: 5px; }

/* Tag Cloud Widget */
.widget_tag_cloud .tagcloud a {
background-color: #f0f0f0;
border-radius: 13px;
display: inline-block;
color: #333 !important;
font-size: 12px !important;
height: 26px;
line-height: 26px;
margin: 0 3px 5px 0;
padding: 0 10px;
position: relative;
text-decoration: none; }
.widget_tag_cloud .tagcloud a:hover {
  color: #fff !important;
  text-decoration: none; }

/* Recent Posts Widget */
.widget_recent_entries .post-date {
font-size: 13px;
color: #999;
margin-left: 5px; }

/* Categories Widget */
/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/
.footer-columns {
background-color: #f5f5f5;
border-bottom: 1px solid #333;
padding: 25px 0 0; }
.footer-columns .footer-columns-wrap {
  margin: 0 -5px; }
.footer-columns .widget {
  margin-bottom: 20px;
  padding: 0 5px; }
.footer-columns .widget-posts-thumbnail .thumbnail-wrap {
  width: 100px;
  height: auto; }

.site-footer .widget {
color: #333;
font-size: 14px;
margin-bottom: 25px; }
.site-footer .widget .widget-title {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 10px; }
  .site-footer .widget .widget-title a {
    color: #333; }
    .site-footer .widget .widget-title a:hover {
      color: #14bbf0; }
.site-footer .widget a:hover {
  color: #14bbf0; }
.site-footer .widget p {
  margin-bottom: 15px; }
.site-footer .widget ul .children,
.site-footer .widget ul .sub-menu {
  margin-top: 10px; }
.site-footer .widget ul li:last-child {
  margin-bottom: 0; }
.site-footer .widget ul > li {
  line-height: 1.45;
  list-style: none;
  margin-bottom: 10px; }
  .site-footer .widget ul > li a {
    color: #333; }
  .site-footer .widget ul > li a:hover {
    color: #14bbf0; }
.site-footer .widget select {
  border: 1px solid #e9e9e9; }
.site-footer .widget-posts-thumbnail ul li {
margin-bottom: 15px; }
.site-footer .widget-posts-thumbnail ul li a {
  font-size: 14px;
  font-weight: normal; }
.site-footer .widget-posts-thumbnail .thumbnail-wrap {
line-height: 0.5; }
.site-footer .widget-posts-thumbnail .entry-meta {
margin-top: 5px;
color: #999; }
.site-footer .widget_search input[type='search'] {
width: 100%;
margin-bottom: 10px; }
.site-footer .widget_search input[type='submit'] {
width: 100%; }
.site-footer .widget_text .textwidget a {
color: #333;
text-decoration: underline; }
.site-footer .widget_text .textwidget a:hover {
  color: #14bbf0; }
.site-footer .widget_tag_cloud .tagcloud a {
background-color: #f0f0f0;
color: #666 !important; }
.site-footer .widget_text input,
.site-footer .widget_custom_html input {
width: 100%; }
.site-footer .widget_text button,
.site-footer .widget_custom_html button {
background-color: #666;
width: 100%;
font-size: 1em; }

.sidebar .widget_media_gallery .gallery,
.site-footer .widget_media_gallery .gallery {
margin-bottom: 0; }
.sidebar .widget_media_gallery .gallery-item,
.site-footer .widget_media_gallery .gallery-item {
line-height: 0.5; }
.sidebar .widget_media_gallery .wp-caption-text,
.site-footer .widget_media_gallery .wp-caption-text {
line-height: 1.3;
font-size: 0.9em;
margin: 10px 0; }
.sidebar select,
.site-footer select {
-webkit-appearance: select;
width: 100%;
max-width: 100%;
padding: 7px 5px; }

/* Back to top button */
#back-top {
display: none; }

#back-top a span {
border-radius: 5px;
color: #fff;
display: inline-block;
line-height: 32px;
width: 32px;
position: fixed;
right: 5px;
bottom: 55px;
transition: all .25s linear 0;
z-index: 25;
background: #333;
font-size: 24px;
text-align: center;
-webkit-backface-visibility: hidden;
transition: 0.3s all;
z-index: 100; }
#back-top a:hover {
text-decoration: none; }
#back-top a:hover span {
  background-color: #444; }

/* Site Bottom */
#site-bottom {
  background-color: #3b4248;
color: #fff;
font-size: 13px;
padding: 15px 30px;
z-index: 99;
position: relative;
width: 100%; }
#site-bottom .site-info {
  float: left;
  color: #fff; }
  #site-bottom .site-info a {
    color: #333; }
    #site-bottom .site-info a:hover {
      color: #111; }
#site-bottom .footer-nav {
  float: right; }
  #site-bottom .footer-nav li {
    display: inline-block;
    list-style: none;
    line-height: 1;
    margin-left: 15px; }
    #site-bottom .footer-nav li:last-child {
      border-right: none; }
    #site-bottom .footer-nav li a {
      color: #fff; }
      #site-bottom .footer-nav li a:hover {
        color: #111; }
    #site-bottom .footer-nav li li {
      display: none; }

/*--------------------------------------------------------------
9. Misc.
--------------------------------------------------------------*/
.entry-meta .entry-author a:hover,
.entry-meta .entry-comment a:hover,
.entry-footer .edit-link a:hover,
.entry-tags .edit-link a:hover,
.author-box .author-meta .author-name a:hover {
color: #333; }

.full-width {
float: none;
width: 100% !important; }
.server-frames{
   display: flex;margin-bottom: 5px;
}
.iframe_code.server-btn {
display: flex;
width: 100%;
}
.server_btn{
background-color: #2e3437;
  text-transform: uppercase;
  padding: 0px 7px;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  float: left;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  border: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
margin-bottom: 15px;
}

.ep_label{
  bottom: 30px;
  margin-bottom: 5px;
  left: 8px;
  background: #ff7e00;
  position: absolute;
  padding: 0px 10px;
  color: #fff;
  width: auto;
  border-radius: 32px;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
z-index: 999
}
/*
Safari Fixes
*/
/* bxslider */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
padding: 0;
-ms-touch-action: pan-y;
touch-action: pan-y;
}

.bx-wrapper img {
max-width: 100%;
display: block; }

.bxslider {
margin: 0;
padding: 0; }

ul.bxslider {
list-style: none; }

.bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0); }

/** THEME
===================================*/
.bxslider {
width: 100%;
overflow: hidden; }

.bx-wrapper {
background: #fff; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
top: 0;
right: 10px; }

/* LOADER */
.bx-wrapper .bx-loading {
min-height: 50px;
background: url("assets/img/bx_loader.gif") center center no-repeat #ffffff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
text-align: left;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
height: 18px;
line-height: 18px;
right: 80px; }
.bx-wrapper .bx-pager .bx-pager-item {
  vertical-align: middle; }

.bx-wrapper .bx-pager.bx-default-pager a {
background: rgba(255, 255, 255, 0.4);
text-indent: -9999px;
display: block;
width: 8px;
height: 8px;
margin: 0 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
transition: all 0.2s; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #fff; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
font-size: 0;
line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
left: 0;
background: url("assets/img/left-chevron.png") no-repeat;
margin-right: 5px; }

.bx-wrapper .bx-next {
right: 0;
background: url("assets/img/right-chevron.png") no-repeat; }

.bx-wrapper .bx-controls-direction {
position: absolute;
top: -37px;
right: 20px;
outline: 0;
z-index: 9; }

.bx-wrapper .bx-controls-direction a {
background-position: center center;
background-size: 12px 12px;
border: 2px solid #fff;
border-radius: 3px;
display: inline-block;
width: 20px;
height: 20px;
line-height: 16px;
text-align: center;
text-indent: -9999px;
opacity: 0.5;
-webkit-backface-visibility: hidden; }
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1; }

.bx-wrapper .bx-controls-direction a.disabled {
display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url("assets/img/controls.png") -86px -11px no-repeat;
margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url("assets/img/controls.png") -86px -44px no-repeat;
margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 100%; }

.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px; }

/* Responsive Menu */
.header-toggles {
display: none;
position: absolute;
right: 5px;
top: 0px; }


.MenuBtn {
width: 45px;
height: 45px;
display: block;
padding-top: 13px;
padding-right: 10px;
}
.MenuBtn i {
width: 24px;
height: 2px;
background-color: #fff;
transition: .4s;
display: block;
margin: 3px 0 0 auto;
}
.MenuBtn i + i {
width: 20px;
}
.AnimeFlv.open .MenuBtn {
background-color: #e90052;
}
.AnimeFlv.open .MenuBtn i:first-child {
transform: rotate(-45deg) translate(-4px,4px);
}
.AnimeFlv.open .MenuBtn i:nth-child(2) {
opacity: 0;
}
.AnimeFlv.open .MenuBtn i {
width: 24px;
border-radius: 2px;
}
.AnimeFlv.open .MenuBtn i:last-child {
transform: rotate(45deg) translate(-3px,-3px);
}


button.toggle {
background: none;
border: none;
box-shadow: none;
border-radius: 0;
color: #666;
font-size: inherit;
font-weight: 400;
letter-spacing: inherit;
padding: 0;
text-transform: none; }

button.toggle:hover {
background: none;
color: #333; }

/* Header Toggles ---------------------------- */
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
text-decoration: underline; }

.menu-modal {
background: #fff;
display: none;
opacity: 0;
overflow-y: auto;
overflow-x: hidden;
position: fixed;
bottom: 0;
left: -99999rem;
right: 99999rem;
top: 0;
transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
z-index: 99; }

.admin-bar .menu-modal {
top: 32px; }





@media (max-width: 782px) {
.featured-category-title{
  display: none;
}
.admin-bar .menu-modal {
  top: 46px; } }

.menu-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative; }


.menu-icon .fa-times {
line-height: 35px;
width: 35px;
color: #fff;
border-radius: 20px;
background-color: #fb3447 !important;
text-align: center;
margin-right: 0;
box-shadow: inset 0 0 10px rgba(0,0,0,.2);
}
#mob-logo{
  padding-top: 12px;
  margin-left: 15px;
  flex: 1;
}

.mobile-logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: -0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.mobile-logo-text:hover {
  color: #00B0FF;
  text-shadow: 0 1px 3px rgba(0, 176, 255, 0.3);
  transform: translateY(-1px);
}

/* Main Menu --------------------------------- */


/* Main menu animation ----------------------- */
.menu-wrapper {
width: 100%; }

.menu-wrapper .menu-item {
position: relative; }

.menu-wrapper .active {
display: block; }

.menu-wrapper.is-toggling {
pointer-events: none; }

.menu-wrapper.is-toggling .menu-item {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%; }

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
width: auto; }

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
transition-duration: 250ms; }

.menu-wrapper.is-animating .menu-item {
transition-property: transform; }

.menu-wrapper.is-toggling .toggling-target {
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 1; }

.menu-wrapper.is-toggling .toggling-target.active {
opacity: 0; }

.menu-wrapper.is-animating.is-toggling .toggling-target {
display: block;
transition-property: opacity;
opacity: 0; }

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
opacity: 1; }

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
border-top-color: transparent;
border-bottom-width: 0.1rem; }

@media (prefers-reduced-motion: reduce) {
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 1ms !important; } }
/* Expanded Menu ----------------------------- */
.mobile-menu {
display: block; }

/* Theme Styles */
body,
label,
input,
textarea,
button,
table {
font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; }

.entry-title {
font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; }

#secondary-menu li a,
#primary-menu li a,
.sidebar .widget .widget-title,
.site-footer .widget .widget-title,
.breadcrumbs h1,
.page-title,
.entry-category,
#site-bottom,
.ajax-loader,
.entry-summary span a,
.pagination .page-numbers,
.navigation span,
button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; }

a,
a:visited,
.sf-menu ul li li a:hover,
.sf-menu li.sfHover li a:hover,
#secondary-menu li li a:hover,
#secondary-menu li li.current-menu-item a:hover,
#primary-menu li li a:hover,
.entry-meta a,
.edit-link a,
.comment-reply-title small a:hover,
.entry-content a,
.entry-content a:visited,
.page-content a,
.page-content a:visited,
a:hover,
.mobile-menu ul li a:hover,
.sidebar .widget a:hover,
.sidebar .widget ul li a:hover,
.entry-related .hentry .entry-title a:hover,
.author-box .author-name span a:hover,
.page-content ul li:before,
.entry-content ul li:before,
.content-loop .entry-summary span a:hover {
color: #01bcf3; }

.mobile-menu-icon .menu-icon-close,
.mobile-menu-icon .menu-icon-open,
.more-button a,
.more-button a:hover,
button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
.entry-tags .tag-links a:hover,
.widget_tag_cloud .tagcloud a:hover {
background-color: #14bbf0; }

.entry-tags .tag-links a:hover:after,
.widget_tag_cloud .tagcloud a:hover:after {
border-left-color: #14bbf0; }

/* Grid System */
.ht_grid_1_2 {
float: left;
width: 49%;
margin-right: 2%; }
.ht_grid_1_2:nth-of-type(2n+1) {
  clear: left; }
.ht_grid_1_2:nth-of-type(2n+0) {
  margin-right: 0;
  clear: right; }

.ht_grid_1_3 {
float: left;
width: 33.33333%; }
.ht_grid_1_3:nth-of-type(3n) {
  margin-right: 0; }
.ht_grid_1_3:nth-of-type(3n+1) {
  clear: left; }

.ht_grid_1_4 {
float: left;
width: 25%; }
.ht_grid_1_4:nth-of-type(4n) {
  margin-right: 0;
  clear: right; }
.ht_grid_1_4:nth-of-type(4n+1) {
  clear: left; }

.ht_grid_1_5 {
float: left;
width: 20%; }
.ht_grid_1_5:nth-of-type(5n) {
  margin-right: 0;
  clear: right; }
.ht_grid_1_5:nth-of-type(5n+1) {
  clear: left; }

@media only screen and (min-width: 768px) and (max-width: 959px) {

.ht_grid_1_4 {
  width: 50%; }
  .ht_grid_1_4:nth-of-type(4n) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_4:nth-of-type(4n+1) {
    clear: left; }
  .ht_grid_1_4:nth-of-type(2n) {
    margin-right: 0; }
  .ht_grid_1_4:nth-of-type(2n+1) {
    clear: left; }

.ht_grid_1_5 {
  width: 50%; }
  .ht_grid_1_5:nth-of-type(5n) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_5:nth-of-type(5n+1) {
    clear: none; }
  .ht_grid_1_5:nth-of-type(2n) {
    margin-right: 0; }
  .ht_grid_1_5:nth-of-type(2n+1) {
    clear: left; } }
#mob-logo{
display: none;
}
@media only screen and (max-width: 767px) {
#mob-logo{
display: block;
}
.site-header {
line-height: inherit !important;
}
.site-start .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  position: relative;
}
.ht_grid_1_2,
.ht_grid_1_3,
.ht_grid_1_4,
.ht_grid_1_5 {
  float: none;
  width: 100%;
  margin-right: 0; }
.List-Episodes.listCats {
margin: 0 15px;
}	

.content-loop .hentry, .content-block-1 .hentry {
margin-bottom: 0px;
}

  .ht_grid_1_2:after,
  .ht_grid_1_3:after,
  .ht_grid_1_4:after,
  .ht_grid_1_5:after {
    clear: both;
    content: " ";
    display: block; }

.ht_grid_m_1_2 {
  float: left;
  width: 49%;
  margin-right: 2%; }
  .ht_grid_m_1_2:nth-of-type(3n) {
    margin-right: 2%; }
  .ht_grid_m_1_2:nth-of-type(2n) {
    margin-right: 0;
    clear: right; }
  .ht_grid_m_1_2:nth-of-type(2n+1) {
    clear: left; }
.header-search-mob {
display: block !important;
height: 34px;
width: 83% !important;
top: 0px !important;
left: 0;
padding: 0;border: 0px solid #e5e5e5 !important;
}
.header-search-mob .search-input{
padding: 0px !important;
width: 100%;
height: 36px !important;
line-height: 38px;	
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.ht_grid_1_4,
.ht_grid_1_5 {
  float: left;
  width: 50%; }
  .ht_grid_1_4:nth-of-type(2n),
  .ht_grid_1_5:nth-of-type(2n) {
    margin-right: 0;
    clear: right; }
  .ht_grid_1_4:nth-of-type(2n+1),
  .ht_grid_1_5:nth-of-type(2n+1) {
    clear: left; } }
/* Responsive Grid */
@media only screen and (max-width: 480px) {
.ht_grid_mo_1_1 {
  float: none;
  width: 100%;
  margin-right: 0; } }
/* Upgrade to Pro */
#wp-admin-bar-videolife a.ab-item {
color: #72aee6; }

.iframe_btn_container {
margin: 0 auto;
max-width: 980px;
min-width: 320px;
}

.iframe_btn_row { 
display:flex;
flex-wrap: wrap;
}

.iframe_btn {
text-align: center;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 1;
border-top: 3px solid #fff;



}

.desktop-show{
  display:block;
}
  .mobile-show{
  display:none;
}
.listCats {
margin-top: 1rem;
}
.listCats .ht_grid_1_4 {
float: left;
width: 16%;
}
.listCats .ht_grid_1_4:nth-of-type(4n+1) {
clear: unset;
}
@media screen and (max-width: 768px) {
.listCats .ht_grid_1_2,
.listCats  .ht_grid_1_3,
.listCats .ht_grid_1_4,
.listCats .ht_grid_1_5 {
width: 46%;
margin-left: 14px;
float: left;
}		


.listCatsHome{ display: none}


.left-sidebar{
  display: none;
}
.m-search-f{
  display: flex !important; 
}
.left-sidebar{
  width: 100%;
  float: unset;
}
.divReverse {
  display: flex;
  flex-wrap: wrap-reverse;
}

  .iframe_btn_row {
display: flex;
flex-wrap: unset;
}
.iframe_btn_container {
  overflow: auto;
}
 .iframe_btn {
  
}
.desktop-show{
  display:none;
}
  .mobile-show{
  display:block;
}
}


.active_frame{
border-top: 3px solid #00bcf2;
background-color: #252a2c;
}


.play-btn {
  width: 24px;
  height: auto;
  margin: 0 auto;
  margin-top: 3px;
  position: absolute;
  z-index: 9999;
  right: 3px;
  top: 0px;
}

.play-btn__svg{
transition: 1s; 
fill:#fff; 
opacity: .5;
}

.play-btn:hover .play-btn__svg {
fill: #3D8FE8;
opacity: 1;
}

.featured-category-title .Order a:hover, .featured-category-title .Order a.Active {
  background-color: #01bcf3;
  position: relative;
color: #fff;
border-radius: 3px;
  padding: 3px 10px;
}
.featured-category-title  .Order  a.Active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #01bcf3;
}
.featured-category-title .Order {
  position: relative;
  top: -10px;
}
.featured-category-title  .Order {
  padding-top: 15px;
  font-size: 15px;
}

.featured-thumbnail:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 30%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMCAwaDF2MUgweiIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  z-index: 2;
  border-radius: 0 0 5px 5px;
  opacity: .8;
}

.NwBxCn_span {
  line-height: 20px;
  background-color: #ffc107;
  position: absolute;
  left: 0px;
  bottom: 8px;
  border-radius: 0 10px 0 0;
  font-size: 10px;
  color: #000;
  font-weight: 700;
  padding: 0 8px;
}
.p_wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(3, 1fr);
grid-template-areas: "postimage4 content4 content4";
max-width: 960px;
margin: 0 auto;
}
.CatLnk2 {
background-color: rgba(1,188,242,.1);
color: #01bcf2!important; 
margin-top: 5px;
margin-bottom: 10px;
padding: 0 2px;
line-height: 25px;
font-size: 10px;
font-weight: 700;
border-radius: 20px;
display: inline-block;
vertical-align: top;margin-top: 5px;
}
.CatLnk2:hover {
background-color: #01bcf2;transition: all .2s linear;
color: #fff !important; 
}
.postimage4 {
grid-area: postimage4;
position: relative;
}
.postimage4 img{
  border-radius: 5px;
}
.content4 {
grid-area: content4;

}
.p_ti{
  font-weight: 700;
font-size: 12px;
line-height: 15px;
display: block;
}

.footer-az .az-list {
font-size:0;
list-style:none;
margin:0;
padding:0;
margin-top:18px
}
.footer-az .az-list li {
margin:0 10px 10px 0;
display:inline-block
}
.footer-az .az-list li a {
font-size:14px;
padding:4px 9px;
display:inline-block;
line-height:normal;
color:#fff!important;
background:#0c70de;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px
}
.epx {
font-size:14px;
padding:1px 5px 0;
display:inline-block;
line-height:normal;
color:#fff!important;
background:#0c70de;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px
}
.footer-az .az-list li a:hover {
background:#333
}

.toggle-aside {
position: absolute;
width: 200px;;
height: 100%;
background: #003F5C;
left: 0;
top: 0;
display: none;
z-index: 9999;
box-shadow: inset 0 0 270px rgba(0,0,0,.2),0 0 30px rgba(0,0,0,.5);padding: 10px 0;
overflow: auto;opacity: 1;
visibility: visible;
}

.toggle-aside a {


font-weight: 700;
line-height: 50px;
padding: 0 15px;font-size: 15px;
background: rgba(0,176,255,.2);margin-bottom: 2px;display: block;
color: rgba(255,255,255,.5);
line-height: 20px;
padding: 15px 20px 15px 40px;
}

.toggle-wrap.active .toggle-bar {
border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}


.Nvgnrs {
margin-bottom: 5px;
font-size: 0;
}
.Nvgnrs a, .CatLnk {
background-color: rgba(1,188,242,.1);
color: #01bcf2;
margin-right: 10px;
margin-bottom: 10px;
padding: 0 15px;
line-height: 25px;
font-size: 12px;
font-weight: 700;
border-radius: 20px;
display: inline-block;
vertical-align: top;
}
.Nvgnrs a:hover{
background-color: #01bcf2;
color: #fff;
}


/* respo css*/

/* Responsive CSS Style */
@media only screen and (max-width: 1260px) {
#page {
  width: 100%; } }
@media only screen and (min-width: 959px) and (max-width: 1179px) {
.container {
  width: 950px; }

.home .site-content:before,
.archive .site-content:before,
.search .site-content:before {
  left: 180px; }

.site-branding {
  min-width: auto; }

.header-search {
  width: 220px;
  left: 0; }

#top-menu li a,
#primary-menu li a,
#primary-menu li li a {
  font-size: 13px; }

#left-menu li a,
#left-menu li li a {
  font-size: 14px; }

#primary {
  width: 630px; }

.left-sidebar {
  width: 170px; }

.content-wrap {
  width: 760px; }


.site-footer .widget-posts-thumbnail .entry-meta {
  display: none; }

.footer-columns .widget-posts-thumbnail .entry-wrap a {
  -webkit-line-clamp: 3; } }
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
body{
  background: none #fff !important;
}
.container {
  width: 100%;
    padding: 0 10px;
}

.admin-bar .site-header {
  top: 0; }

.header-toggles {
  display: block;
  right: 0%; }

.breadcrumbs.bt-single {
  display: none; }

.home .site-content:before,
.archive .site-content:before,
.search .site-content:before {
  content: none; }

.single-wrap,
.content-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.site-content:before {
  display: none;
  content: none; }

.site-header {
  height: 45px;
  position: relative; }
  .site-header .search-icon {
    margin-right: 6px; }
.iframe_btn {
  background-color: unset;
}
.site-start, .site-header,.server-frames {
  background: linear-gradient(to right,#00b0ff 0%,#d500f9 100%) !important;
  position: relative; 
}
.active_frame{
background-color: #00b0ff;
}

.server-frames {

height: 42px;
}	


.site-header {
  margin-bottom: 12px;
}


.ep-number{
   background-color: #00b0ff
}
.search-icon {
  display: block; }

.header-search {
  border: 1px solid #e5e5e5;
  display: none;
  height: 52px;
  width: 100%;
  top: 60px;
  left: 0;
  padding: 0; }
  .header-search .search-input {
    width: 100%;
    height: 50px;
    line-height: 50px; }
  .header-search .search-submit {
    background: none;
    border-left: none;
    right: 0; }



#primary,
#secondary {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.site-footer {
  width: 100%; }

#primary-bar,
#secondary-nav,
.top-menu {
  display: none; }

.site-branding {
  padding-left: 0;
  margin-left: 2%; }
  .site-branding #logo {
    height: 60px;
    line-height: 60px;
    margin: 0; }
  .site-branding img {
    width: auto; }
  .site-branding .site-title {
    font-size: 1.2em;
    line-height: 60px; }

#primary-nav {
  display: none; }

#primary {
  float: none; }

#secondary {
  float: none;
  margin-top: 20px; }

.sidebar .widget_ad,
.site-footer .widget_ad {
  text-align: center; }

#site-bottom {
  text-align: center; }
  #site-bottom .site-info {
    float: none;
    margin-bottom: 5px; }
  #site-bottom .footer-nav {
    float: none; }
    #site-bottom .footer-nav ul li {
      padding: 0 5px; }

#back-top a span {
  bottom: 10px; }

.archive .breadcrumbs .breadcrumbs-nav,
.search .breadcrumbs .breadcrumbs-nav {
  display: none; }

.breadcrumbs .breadcrumbs-nav {
  margin-bottom: 12px; }

.single .entry-below-top {
  margin-bottom: 5px; }

.pagination {
  margin-bottom: 0; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.home .site-content {
  margin-top: 10px; }

.archive .site-content,
.search .site-content {
  margin-top: 18px; }

.site-content {
  margin-bottom: 18px; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.site-branding img {
  max-height: 42px;
  width: auto; }
.site-branding .site-title {
  line-height: 60px;
  margin: 0; }
.site-branding .site-description {
  display: none; }

.mobile-menu-icon {
  right: 50px; }

.content-block {
  margin-bottom: 10px; }

.sidebar {
  margin-top: 20px; }

#recent-content .widget_media_image,
#recent-content .widget_custom_html {
  margin-bottom: 15px; }

.content-block .section-heading .taxonomy-description,
.breadcrumbs .taxonomy-description {
  display: none; }

.single .entry-header .entry-meta {
  float: none; }

.error-404 .page-content .search-form input.search-field,
.search-no-results .page-content .search-form input.search-field {
  width: 170px; }

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  width: 100%; }

#site-bottom .footer-nav li {
  border-right: none;
  margin: 0 5px;
  padding: 0; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.home .site-content {
  margin-top: 10px; }

.archive .site-content,
.search .site-content {
  margin-top: 12px; }

.site-content {
  margin-bottom: 12px; }

.content-loop .entry-title,
.content-block-1 .hentry .entry-title {
  font-size: 1.05em; }

.content-list .thumbnail-link {
  width: 80px;
  margin: 0 15px 15px 0; }
.content-list .entry-title {
  font-size: 1.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.single h1.entry-title {
  font-size: 26px; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.home .site-content {
  margin-top: 10px; }

.archive .site-content,
.search .site-content {
  margin-top: 10px; }

.site-content {
  margin-bottom: 10px; }

.content-loop .entry-title,
.content-block-1 .hentry .entry-title {
  font-size: 1em; }

.content-loop .hentry,
.content-block-1 .hentry {
  margin-bottom: 20px; }

.breadcrumbs h1 {
  font-size: 1.2em; }

.archive .breadcrumbs,
.search .breadcrumbs {
  margin-top: 5px; }

.breadcrumbs .breadcrumbs-nav {
  margin-bottom: 10px; }

.single #primary .entry-header {
  margin-bottom: 15px; }
  .single #primary .entry-header .entry-author {
    display: none; }
  .single #primary .entry-header h1.entry-title {
    font-size: 1.1em; }
  .single #primary .entry-header .entry-meta .entry-comment,
  .single #primary .entry-header .entry-meta .sep {
    display: none; }
.single .has-embed .entry-header {
  margin-top: -5px; }

.page-content p,
.entry-content p {
  margin-bottom: 20px; }

.page-title,
.single h1.entry-title,
.page h1.entry-title {
  font-size: 1.2em; }

#comments .comment-metadata,
.comment-respond .comment-metadata {
  display: none; }

.pagination .page-numbers {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 5px;
  font-size: 13px;
  height: 32px;
  line-height: 32px; }
  .pagination .page-numbers:hover {
    background: none;
    box-shadow: none; }


/* Mobile Pagination Fixes */
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .pagination .page-numbers:hover {
    background-color: #01bcf3;
    color: #fff;
    text-decoration: none;
  }
  
  .pagination .page-numbers.current {
    background-color: #01bcf3;
    color: #fff;
  }
  
  .pagination .page-numbers.current:hover {
    background-color: #01bcf3;
    color: #fff;
  }
  
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    background-color: #fff;
    color: #000;
    border: 1px solid #dddddd;
  }
  
  .pagination .page-numbers.prev:hover,
  .pagination .page-numbers.next:hover {
    background-color: #01bcf3;
    color: #fff;
    border-color: #01bcf3;
  }
}

.content-block-1 .posts-loop,
.post-bottom-related .related-loop,
.content-loop {
  margin-left: 0;
  margin-right: 0; }

.content-loop .hentry,
.content-block-1 .hentry {
  padding-left: 0;
  padding-right: 0; } }




.m-search-f {
  outline: 0;
  display: none;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  right: 46px;
  top: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
}

.m-search-f:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.m-search-f > .textbox{
  outline: 0;
  height: 36px;
  width: 160px;
  line-height: 36px;
  padding: 0 18px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  transition: all 0.3s ease;
}

.m-search-f > .textbox::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.m-search-f > .textbox:focus {
  outline: 0;
  background: transparent;
  color: #ffffff;
}

.m-search-f > .button {
  outline: 0;
  background: transparent;
  height: 36px;
  width: 36px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: 'font awesome 5 free';
  font-weight: 600;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.m-search-f > .button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: scale(1.05);
}

.List-Episodes {
margin-bottom:1rem
}
.Episode {
border-bottom:1px solid #eceff1;
margin-bottom:.5rem
}
.Episode:last-child {
margin-bottom:0
}
.Episode>a, .Anime>a {
display:block;
padding:1.2rem 3rem .5rem 6.2rem;
position:relative;
min-height:90px;
transition:.2s;
box-shadow:inset 0 -5px 10px rgba(0,0,0,.03)
}
.Anime  a:hover .Title {
  color: #00b0ff;
  
}
.Episode>a:before {
content:'';
position:absolute;
right:1rem;
bottom: 2rem;
background-color:#00b0ff;
width:30px;
height:30px;
border-radius:15px
}
.Episode>a:after {
content:'';
width:0;
height:0;
border-top:5px solid transparent;
border-left:8px solid #fff;
border-bottom:5px solid transparent;
position:absolute;
right:1.65rem;
bottom: 2.7rem;
}
.Episode .Image,
.Episode .Image img {
border-radius:50%;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
object-fit:cover
}
.Episode .Image {
width:70px;
height:70px;
overflow:hidden;
left:1rem;
top:.5rem
}
.Episode .Title {
font-size:.875rem;
font-weight:400;
line-height:1.25rem;
margin-bottom:5px
}
.Episode p {
line-height:1rem;
font-size:.75rem;
color:#00b0ff;
margin-bottom:0
}
.Episode p span {
font-weight:700
}
.TbCnAnmFlv .Button {
margin:0 1rem;
width:auto;
display:block
}
.TbNvAnimes {
margin:0 1rem .5rem;
border:1px solid #00b0ff;
border-radius:15px
}
.TbNvAnimes>li {
float:left;
width:33.33333333333333%;
text-align:center
}
.TbNvAnimes>li>a {
display:block;
padding:.2rem 0;
font-size:.75rem;
text-transform:uppercase;
line-height:1.25rem;
color:#000;
transition:.2s;
font-weight:600;
position:relative
}
.TbNvAnimes>li>a:before,
.TbNvAnimes>li>a:after {
content:'';
position:absolute;
left:0;
bottom:-5px;
right:0;
margin:auto;
width:0;
height:0;
border-left:5px solid transparent;
border-right:5px solid transparent;
border-top:5px solid #00b0ff;
opacity:0;
margin-bottom:2px;
transition:.2s
}
.TbNvAnimes>li>a:after {
border-top-color:#fff;
bottom:-4px
}
.TbNvAnimes>li.active>a {
color:#00b0ff
}
.TbNvAnimes>li.active>a:before,
.TbNvAnimes>li.active>a:after {
opacity:1;
margin-bottom:0
}
.playf{
color: #3b4248; opacity: 0.2;
}
.Type.tv {
background-color: #01bcf3;
border-color: #01bcf3;
}
li .Type {
opacity: .5;
transition: all .2s;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 0px;
}
.Type {
font-size: 10px;
font-weight: 700;
line-height: 16px;
width: 60px;
text-align: center;
text-transform: uppercase;
color: #fff;
display: inline-block;
height: 16px;
border-radius: 8px;
}
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
  background-color: rgba(0,0,0,.03);
  color: #9da1a4;
  text-align: left;
}
.styled-table th,
.styled-table td {
  padding: 2px 5px;text-align: center
}
.styled-table tbody tr ,.styled-table  td  {
  border-bottom: 0px solid #dddddd;

}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #00bcf2;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #9da1a4;
}
.iframe-container {
overflow: hidden;
padding-top: 56.25%; /* 16:9*/
position: relative;
}

.iframe-container iframe {
 border: 0;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}

.cats .entry-title {
font-size: 15px !important;
}

/*--------------------------------------------------------------
Additional Custom Styles
--------------------------------------------------------------*/

.Ficha .container {
z-index: 9999;
}

.AnflvTl {
  text-align: center;
  color: #cfd8dc;
  letter-spacing: -1px;
  background-image: url(../img/bgb.jpg);
  padding: 10px 20px;
  border-radius: 5px;
  border-bottom: 3px solid #01bcf3;
  margin-bottom: 20px;
  box-shadow: inset 0 0 25px rgba(0,0,0,.5)
}

.AnflvTl h1 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px
}

.AnflvTl h1 strong {
  color: #fff
}

.ShrCnB {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative
}

.ShrCnB:before {
  font-size: 20px;
  color: #14bbf0;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0
}

.ShrCnB .Title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000
}

.ShrCnB p {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 12px;
  color: #666
}

.ShrCnB .List {
  padding-top: 10px;
  font-size: 0
}

.ShrCnB .List li {
  margin-right: 5px;
  display: inline-block
}

.ShrCnB .List li:last-child {
  margin-right: 0
}

.ShrCnB .List a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #0d47a1;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
  transition: .15s
}

.ShrCnB .List a:hover {
  transform: scale(1.1)
}

.ShrCnB .List a.fa-twitter {
  background-color: #00b0ff
}

.ShrCnB .List a.fa-google-plus {
  background-color: #dd4b39
}

.Anime.alt .Estreno {
  transition: .5s
}

.Estreno {
  position: absolute;
  left: -5px;
  top: -5px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  z-index: 3
}

.Estreno span {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -25px;
  top: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  background-color: #01ae43;
  z-index: 2;
  line-height: 25px
}

.Estreno:before,.Estreno:after {
  position: absolute;
  width: 5px;
  height: 5px;
  content: '';
  z-index: 1
}

.Estreno:before {
  left: 0;
  bottom: 5px;
  background-color: #007a2d;
  height: 7px
}

.Estreno:after {
  right: 5px;
  top: 0;
  background-color: #007a2d;
  width: 7px
}

.AnflvTl {
  text-align: center;
  color: #cfd8dc;
  letter-spacing: -1px;
  background-image: url(/wp-content/uploads/2025/01/bgb.jpg);
  padding: 10px 20px;
  border-radius: 5px;
  border-bottom: 3px solid #01bcf3;
  margin-bottom: 20px;
  box-shadow: inset 0 0 25px rgba(0,0,0,.5)
}

.AnflvTl h1 {
  font-weight: 300;
  color: #cfd8dc;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px
}

.AnflvTl h1 strong {
  color: #fff
}

.button-container {
  display: inline-flex;
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.tooltip-text {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.button-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.ht_grid_1_5 {
  position: relative;
}

.ht_grid_1_5 .Description {
  position: absolute;
  width: 270px;
  left: 100%;
  top: 0;
  height: auto;
  background-color: rgba(59, 67, 72, 0.9);
  box-shadow: 0 0 20px rgba(0,0,0,.5);
  padding: 15px;
  color: #b0bec5;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateX(10px);
  border-radius: 10px;
  overflow: hidden; 
}

.ht_grid_1_5 .Description:before {
  display: none;
}

.ht_grid_1_5 .Description .Title {
  color: #fff;
  padding-right: 0;
  margin-bottom: 10px;
}

.ht_grid_1_5 p {
margin-bottom: 10px;
line-height: 18px;
  font-size: 11px;
}

.Button.Vrnmlk {
  float: right;
  background-color: #01bcf3;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 15px;
color: #fff
}

.Button.Vrnmlk:hover {
  transform: scale(1.1)
}

.ht_grid_1_5:hover .Description {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media all and (min-width: 1020px) {
  .ListAnimes > li:nth-child(3n) .ht_grid_1_5 .Description,
  .ListAnimes > li:nth-child(4n) .ht_grid_1_5 .Description {
      left: auto;
      right: 100%;
      transform: translateX(-10px);
  }
}

/*--------------------------------------------------------------
# Clean Footer Design
--------------------------------------------------------------*/

.clean-footer-section {
    background: #2a2a2a;
    padding: 20px 0;
}

.footer-logo-section {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo-section #footer-logo a {
    display: inline-block;
    text-decoration: none;
}

.footer-logo-section .custom-logo {
    max-width: 142px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-menu-row {
    text-align: center;
    margin-bottom: 15px;
}

.menu-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.menu-link:hover {
    color: #01bcf3;
    text-decoration: none;
}

.menu-link:visited {
    color: #cccccc;
}

.menu-separator {
    color: #888;
    margin: 0 12px;
    font-size: 14px;
}

/* Copyright Section Styling */
.footer-copyright-section {
    text-align: center;
    padding: 0;
}

.disclaimer {
    color: #cccccc;
    font-size: 13px;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.copyright {
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

/* Responsive Design for Clean Footer */
@media screen and (max-width: 768px) {
    .clean-footer-section {
        padding: 15px 0;
    }
    
    .footer-logo-section {
        margin-bottom: 15px;
    }
    
    .footer-logo-section .custom-logo {
        max-width: 120px;
    }
    
    .footer-menu-row {
        margin-bottom: 12px;
    }
    
    .menu-link {
        font-size: 13px;
    }
    
    .menu-separator {
        margin: 0 10px;
    }
    
    .disclaimer {
        font-size: 12px;
    }
    
    .copyright {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .clean-footer-section {
        padding: 12px 0;
    }
    
    .footer-logo-section {
        margin-bottom: 12px;
    }
    
    .footer-logo-section .custom-logo {
        max-width: 100px;
    }
    
    .footer-menu-row {
        margin-bottom: 10px;
    }
    
    .menu-link {
        font-size: 12px;
    }
    
    .menu-separator {
        margin: 0 8px;
        font-size: 12px;
    }
    
    .disclaimer {
        font-size: 11px;
    }
    
    .copyright {
        font-size: 11px;
    }
}