/*
Theme Name: Toku555 Child
Description: Toku555 - Xem Kamen Rider, Super Sentai ... Tokusatsu Free
Author: Toku555
Theme URI: https://toku555.net
Author URI: https://toku555.net
Version: 1.3.1
Template: toku555
License: GNU General Public License
License URI: license.txt
Text Domain: toku555.net
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("../toku555/style.css");
body{
	color: #fff!important;
}
.bold{
	font-weight: bold;
}
.mobile{
	display: none;
}
.post-header h1 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px!important;
}
.post-entry {
    background-color: #0f1416;
    padding: 20px 50px;
}

.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;
}
h2#watch {
    color: #b5e745;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.post-entry a, .post-entry a strong{
	color: #b5e745;
}
.post-entry a:hover{
	text-decoration: none;
}
.post-entry a:hover, .post-entry a strong:hover{
	color: #fff;
}
.main-content h1{
	text-align: center;
}
#logo img {
    height: 50px;
}
div#logo-mobile {
	display: none;
    line-height: 50px;
    width: 250px;
    margin: auto;
}
#video, #video p{
	font-family: "Lato", sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
}
#video h1{
	text-align: center;
	margin-bottom: 20px!important;
	text-transform: uppercase;
}
#postEntry {
    overflow: hidden;
    max-height: 10px;
    transition: max-height 0.5s ease;
}

.breadcrumbs {
	text-align: center;
    }

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

    }

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

    .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;
}
.content-video {
	background-color:#0f1416 ;
	padding:20px 50px;
	color: #d7d7d7;
}
.content-video img{
	width: 600px;
	margin-top: 10px;
}
.content-video p{
	line-height: 30px;
}
.content-video a{
	color: #b5e745;
}
.content-video p {
    text-align: justify;
}
.section-header a {
    color: #fff;
}
.content-video li {
    margin: 10px 0px;
}
.widget-title {
    text-align: center;
    text-transform: uppercase;
}
.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{
		font-size: 22px;
	}
	#video h2, #video h3{
		font-size: 18px;
	}
	.not-mobile{
		display: none;
	}

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