/*
Theme Name: Tokuzl
Description: Tokuzl - Watch online Tokusatsu free
Author: Tokuzl
Theme URI: https://tokuzl.net
Author URI: https://tokuzl.net
Version: 1.3.1
Template: tokuzl
License: GNU General Public License
License URI: license.txt
Text Domain: mars
Tags: kamen rider english sub, super sentai englis sub, tokusatsu english sub
*/
@import url("../tokuzl/style.css");
body{
	color: #fff!important;
}
.bold{
	font-weight: bold;
}
.mobile{
	display: none;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #fff!important;
	background-color: #e10000!important;
}
.video-details h2, .video-details h3{
	font-weight: bold;
	text-align: center;
}
.post-entry a{
	color: #cc0000;
}
.main-content h1{
	text-align: center;
}
div#logo-mobile {
	display: none;
    line-height: 50px;
    width: 250px;
    margin: auto;
}
#video h1{
	text-align: center;
	margin-bottom: 20px!important;
}
#postEntry {
    overflow: hidden;
    max-height: 10px;
    transition: max-height 0.5s ease;
}
.meta span{
	margin-left: 20px;
}
.meta span a{
	color: #cc0000;
}
.meta span a:hover{
	text-decoration: none;
	color: #fff;
}
.breadcrumbs {
      padding: 10px 0px 0px 20px;
      list-style: none;
      border-radius: 4px;
    }

    .breadcrumbs a, .copyright a {
      color: #cc0000;

    }

    .breadcrumbs a:hover, , .copyright a:hover {
		text-decoration: none;
		color: #fff;
    }

    .breadcrumbs > li {
      display: inline;
    }

    .breadcrumbs > li + li:before {
      content: "»";
      padding: 0 5px;
      color: #ccc;
    }

    .breadcrumb-item.active {
      color: #fff;
    }

    .breadcrumb-item.active:hover {
      color: #777;
    }

.form-inline .form-control{
	width: 300px;
}
svg.bi.bi-search {
    color: #fff;
}
.modal-content {
    background-color: #111;
}
button.btn.btn-primary {
    background-color: #cc0000;
    border: none;
}
.hightlight {
    color: #CC0000;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
}
@media (max-width: 767px){
	div#logo-mobile, .mobile {
	    display: block;
	}
	#video h1, #video h2, #video h3{
		font-size: 22px;
	}
	.not-mobile{
		display: none;
	}

	.form-inline .form-group, .form-control {
	    display: inline-block;
	}
}
