/*
Theme Name: Tokuzilla Child
Description: Tokuzilla.
Author: Tokuzilla
Theme URI: https://tokuzilla.net/
Author URI: https://tokuzilla.net/
Version: 1.3.1
Template: tkzl
License: GNU General Public License
License URI: license.txt
Text Domain: mars
Tags: fixed-layout, fluid-layout, responsive-layout, translation-ready, light, white, one-column, two-columns, right-sidebar,custom-menu, editor-style, featured-images,  sticky-post, theme-options, translation-ready
*/
@import url("../tkzl/style.css");
.video-info h1 {
    color: #000!important;
}
.bold{
    font-weight: bold;
}
.video-section .item h3 a, .widget .item h3 a{
    color: #ffffff;
    height: 20px;
    display: block;
    width: 85%;
    float: left;
    font-weight: bold;
}
span.year {
    width: 15%;
    float: right;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px
}
.section-header h3,h1{
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
}
.section-header h1 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.video-info h1, h2, .video-details h1{
    color: #fff!important;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}
.post-entry{
    color: #ddd;
}
.post-entry a{
    color: #cc0000;
    font-weight: 500;
}
.post-entry p {
    line-height: 25px;
    margin-bottom: 10px;
}
.video-details .meta .meta-info, .post-info .meta .meta-info {
    background: #cc0000;
    color: #fff;
}
span.thumb {
    float: left;
    margin-right: 20px;
}
select#select-ep {
    width: 145px;
}
.top-detail {
    margin-bottom: 10px;
}
#header {
    border-bottom:none;
}
#logo {
    border-right: none;
}
#header-social {
    border-left: none;
}
.video-section .item h3 a:hover, .widget .item h3 a:hover{
    text-decoration: none;
    color: #cc0000;
}
#header-search {
    color: #bbb;
}
.aioseo-breadcrumbs {
    color: #999;
}
.aioseo-breadcrumbs a{
    color: #cc0000;
    font-weight: bold;
}
.aioseo-breadcrumbs a:hover{
    color: #fff;
    text-decoration: none;
}
ul.pagination.post-tape.justify-content-center {
    padding: 10px;
    background-color: #ffffff1a;
}
.pagination span.current, .pagination>.active>a {
    background: #cc0000 !important;
    border-color: #cc0000 !important;
}
.form-group {
    width: 150px;
    float: left;
    margin-top: 5px;
}
a.btn.btn-warning {
    margin-top: 5px;
}
span.meta-info {
    background-color: #111111!important;
    color: #999!important;
    font-weight: bold;
    text-transform: initial;
    font-size: 14px;
}
span.meta.note {
    color: #ab6910;
    font-size: 11px;
    font-style: italic;
}
span.meta.note .meta-info {
    color: #ab6910!important;
    font-size: 13px;
}
.video-details .meta a{
    background-color: #111;
    color: #cc0000;
    font-weight: bold;
}
.video-details .meta a:hover{
    background-color: #111;
    text-decoration: underline;
}
.video-details .meta{
    background-color: #111;
    text-transform: capitalize;
    padding: 0px;
    font-size: 13px;
    margin-right: 5px;
    color: #b7b7b7;
}
.right.col-sm-8 {
    padding-top: 10px;
}
.alert a {
    font-weight: bold;
}



div#top-search {
    background-color: #b80000;
    line-height: 56px;
    margin-left: 23px;
    float: left;
    width: 250px;
}
#top-search input {
    border: none;
    background-color: #b80000;
    color: #fff;
    height: 30px;
    width: 200px;
}
#top-search input::placeholder{
    color: #FFF;
    padding-left: 5px;
    height: 30px;
}
#top-search input:focus {
    outline: none;
}
.search-icon {
    color: #fff;
    line-height: unset;
}
button.btn.btn-text {
    border: none;
    background-color: #b80000;
    line-height: 40px;
}
.btn.active, .btn:active, .btn:focus{
    outline: none;
}
ul.dropdown-menu {
    background-color: #000!important;
}
#navigation-wrapper ul.menu li a:hover {
    background-color: #a30101;
}
/*.comment {
    background-color: white;
}*/
a.btn.btn-warning.active {
    float: left;
}
.btn-social {
    float: left;
    margin-right: 5px;
}
.overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            cursor: pointer;
        }
@media (max-width: 768px){
    #header-search{
        display: none;
    }
}
@media (min-width: 768px){
    .navbar-header{
        display: none;
    }
}

@media (max-width: 1023px){
    .video-section .item h3 a, .widget .item h3 a {
        font-size: 13px;
    }
}
