/*
Theme Name:wp_video_theme
Theme URI:https://enterlinx.net/
Description:wp_video_theme
Author:EnterLINX
Author URI:https://enterlinx.net/
Version:1.0.0
*/
body{
	margin:0;
	background: rgba(21, 22, 23, 1.0);
	color:#ececec;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
	color:#ececec;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.pc_hidden{
    display: none;
}
.footer{
    padding:6px 0;
    border-top:0.6px solid #333;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#aaa;
}
.copy-right{
    margin-top:5px;
    width:100%;
    text-align: center;
}
@media all and (max-width: 768px) {
    .sp_hidden{
        display: none;
    }
    .pc_hidden{
        display:block;
    }
}
.search_form {
	width: 500px;
	max-width: 100%;
	position:absolute;
	z-index:99;
	top:9px;
	left:262px;
}
.search_form input[type="text"] {
	padding: 5px 50px 5px 10px;
	width: 100%;
	border: 1px solid #333;
	border-radius: 6px;
    background:rgba(255, 255, 255, 0.1);
	color:#eee;
}
.search_button {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	background-color:rgba(0,0,0,0);
}
.search_button i{
	color:#999;
}
.search_button button {
	background-color: rgba(0,0,0,0);
	border: 0px solid #fff;
}
header{
	color:#fff;
	background-color: rgba( 0, 0, 0, 0.9 );
}
.header_inner{
	position:relative;
}
.header_logo{
	position:absolute;
	z-index:99;
	top:5px;
	left:12px;
}
h1.logo_title{
	font-size:20px;
	font-weight: bold;
	padding:0;
	margin-top:3px;
}
div.logo_title{
	font-size:20px;
	font-weight: bold;
	padding:0;
}
.logo_title a{
	color:#fff;
}
.header_menu a{
	color:#fff;
}
.header_menu a:hover{
	color:#e2e2e2;
}
.main_col{
	margin-top:62px;
	padding-top:15px;
	padding-bottom:5px;
	min-height:calc(100vh - 115px);
}
.item_list{
	display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
}
.post_item{
	position:relative;
	width:20%;
	padding:8px 4px;
	margin-bottom:4px;
}
.post_item_image{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.post_item_image:before {
	content: "";
	display: block;
	padding-top: 62%;
}
.post_item_image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.post_item_detail{
	padding-top:5px;
}
.post_item_title{
	height:69px;
	overflow: hidden;
}
.post_item_title a:hover{
	color:#bbb;
}
.sp_searchbtn{
	position:absolute;
	z-index:99;
	top:6px;
	left:12px;
}
.sp_menubtn,.sp_searchbtn{
	font-size: 24px;
	margin-top: 1px;
	color: #ddd;
}
.video_player{
	position:relative;
	width:100%;
	height:80vh;
	max-height:100vh;
}
.video_player iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video_title{
	padding:12px;
}
.video_title h1{
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 20px;
}
.tax_item{
	margin-right:8px;
	border:1px solid #555;
	border-radius:6px;
}
.tax_item a:hover{
	color:#999;
}
.cat-item a:hover{
	background-color:#555;
	color:#fff;
}
.cat-item{
	list-style-type: none;
}
.cat-item a{
	display: block;
	padding:.375rem .75rem;
}
.page-link {
    color: #fff;
    background-color: #444;
    border: 1px solid #777;
}
.widget-panel-box{
	margin-bottom:20px;
	width:100%;
}
@media all and (max-width: 1200px) {
	.post_item{
		width:25%;
		padding:8px 4px;
	}
	.search_form {
		width: 360px;
	}
}
@media all and (max-width: 992px) {
	.post_item{
		width:33.3333%;
		padding:8px 4px;
	}
	.video_player{
		position:relative;
		width:100%;
		height:50vh;
		max-height:100vh;
	}
}
@media all and (max-width: 768px) {
	.main_col{
		margin-top:0px;
	}
	.header_logo{
		position:absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index:99;
	}
	.post_item{
		width:50%;
		padding:8px 4px;
	}
	.widget-panel-box{
		margin-bottom:20px;
		width:100%;
		padding:0 10px;
	}
	.offcanvas-md {
		background-color: rgba( 0, 0, 0, 0.85 );
	}
}
.modal{
    display:none;
    overflow: hidden;
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left:0;
    z-index:9999;
    background-color: rgba( 0, 0, 0, 0.5 );
}
.modal_body{
    position:absolute;
    top:113px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:99;
    width:94%;
    padding:20px;
    max-width:100%;
    background-color:#222;
    border:1px solid #888;
    border-radius:6px;
}
.search_form_sp {
	width:100%;
	padding:10px;
	position:relative;
}
.search_form_sp input[type="text"] {
	padding: 5px 50px 5px 10px;
	width: 100%;
	border: 1px solid #333;
	border-radius: 6px;
    background:rgba(255, 255, 255, 0.1);
	color:#eee;
}
.search_form_sp .search_button {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}
.page_title h1{
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
}
.page_area{
	background-color: #282828;
	padding:29px 24px;
}
.page_area,.page_area a{
	color:#eee;
}
.nav_header{
height:34px;
margin-top:4px;
width:100%;
overflow-x: auto;
overflow-y:hidden;
white-space: nowrap;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
scrollbar-width: none;
}
.nav_header::-webkit-scrollbar {
display:none;
}
.nav_header .nav_inner{
flex-wrap: nowrap;
height:27px;
}
.nav_header .nav_inner li{
display: inline-block;
list-style: none;
}
.nav_header .btn{
color:#eee !important;
}
.sp_category_menu{
	margin-top:70px;
}
.area_title{
	margin:0 0 20px;
	font-size:24px;
}
.area_title h1{
	font-size:24px;
	margin-top:6px;
}
