/*
Theme Name:wp_video_compiles
Theme URI:https://enterlinx.net/
Description:wp_video_compiles
Author:EnterLINX
Author URI:https://enterlinx.net/
Version:1.0.1
*/
body{
	margin:0;
	background:#eeeeee;
	color:#333;
}
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:#555;
}
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 #ddd;
}
.footer a{
	color:#555;
}
.copy-right{
    margin-top:5px;
    width:100%;
    text-align: center;
}
.area_row{
	display: flex;
    flex-wrap:wrap;
    padding: 0;
    width: 100%;
}
.side_col{
	width:300px;
	padding-right:15px;
}
.center_col{
	width: calc(100% - 300px);
	padding-left:10px;
	padding-right:10px;
}
@media all and (max-width: 768px) {
    .sp_hidden{
        display: none;
    }
    .pc_hidden{
        display:block;
    }
	.center_col{
		width: 100%;
		padding-left:0px;
		padding-right:0px;
	}
}
.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 #ddd;
	border-radius: 6px;
    background:#ccc;
	color:#333;
}
.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(95, 95, 95, 0);
	border: 0px solid #fff;
}
header{
	color:#fff;
	background-color: rgb(91, 91, 91);
}
.header_inner{
	position:relative;
}
.header_logo{
	position:absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:99;
}
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_lists{
    padding: 0;
    width: 100%;
	background-color:#fff;
}
.post_item{
	width:100%;
	padding:20px 15px;
	border-bottom:1px solid #e2e2e2;
	display: flex;
}
.post_item_image{
	position: relative;
	width: 200px;
	height:150px;
	overflow: hidden;
}
.post_item_image img{
	width:100%;
	height:auto;
}
.post_item_detail{
	width: calc(100% - 200px);
	padding-left:15px;
}
.post_item_title{
	margin-bottom:10px;
}
.post_item_title h3{
	font-size: 20px;
	font-weight: 700;
}
.post_item_category{
	margin-bottom:10px;
}
.post_item_date{
	font-size:13px;
}
@media all and (max-width: 768px) {
	.post_item{
		width:100%;
		padding:12px 10px;
	}
	.post_item_image{
		width: 130px;
		height:110px;
	}
	.post_item_detail{
		width: calc(100% - 130px);
		padding-left:10px;
	}
	.post_item_title h3{
		font-size: 17px;
	}
}

.sp_searchbtn{
	position:absolute;
	z-index:99;
	top:6px;
	left:12px;
}
.sp_menubtn,.sp_searchbtn{
	font-size: 24px;
	margin-top: 1px;
	color: #ddd;
}
.video_title{
	padding:15px;
	background-color:#fff;
	margin-bottom:20px;
}
.video_title h1{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}
@media all and (max-width: 768px) {
	.video_title h1{
		font-size: 20px;
	}
}
.tax_item{
	margin-right:6px;
}
.tax_item a{
	border:1px solid #ddd;
	border-radius:5px;
	box-shadow: 2px 1px #e9e9e9;
	background-color:#fff;
	padding:2px 8px;
}
.single_tax_item{
	margin-right:6px;
	display:inline-block;
}
.single_tax_item a{
	border:1px solid #ddd;
	border-radius:5px;
	box-shadow: 2px 1px #e9e9e9;
	background-color:#fff;
	padding:0px 15px;
	font-size:16px;
	line-height:35px;
	display:block;
}
.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: #555;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(214, 214, 214);
	padding:9px 18px
}
.page-link a{
	color:#333;
}
.widget-panel-box{
	margin-bottom:20px;
	width:100%;
}
@media all and (max-width: 1200px) {
	.search_form {
		width: 360px;
	}
}
@media all and (max-width: 768px) {
	.main_col{
		margin-top:0px;
	}
	.widget-panel-box{
		margin-bottom:20px;
		width:100%;
		padding:0 10px;
	}
	.offcanvas-md {
		background-color: rgba( 0, 0, 0, 0.7 );
	}
	.offcanvas-md .btn-close{
		background-color: #eee;
	}
}
.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.15);
}
.modal_body{
    position:absolute;
    top:113px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:99;
    width:94%;
    padding:20px;
    max-width:100%;
    background-color:rgb(73, 73, 73);
    border:1px solid rgb(57, 57, 57);
    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 rgb(172, 172, 172);
	border-radius: 6px;
    background:rgb(227, 227, 227);
	color:rgb(58, 58, 58);
}
.search_form_sp .search_button {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: rgba(114, 114, 114, 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;
}
.page_section_title{
	padding: 0 15px;
	margin: 0 0 20px;
	background:#fff;
}
.page_section_title h2{
	font-size: 20px;
	line-height: 70px;
}
@media all and (max-width: 768px) {
	.page_section_title h2{
		font-size: 17px;
		line-height: 59px;
	}
}
.list_count_result span{
	font-size: 20px;
	margin-right: 5px;
	font-weight: bold;
}
.btn-default-v3 {
--bs-btn-color: var(--bs-body-color);
--bs-btn-bg: var(--bs-white);
--bs-btn-border-color: var(--bs-border-color);
--bs-btn-hover-color: var(--bs-body-color);
--bs-btn-hover-bg: var(--bs-gray-200);
--bs-btn-hover-border-color: var(--bs-border-color);
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: var(--bs-gray-200);
--bs-btn-active-border-color: var(--bs-btn-hover-border-color);
}
#btn_good,#btn_bad{
	cursor : pointer;
	background-color:#fff;
}
.g_btn{
	background-color:#ff1981;
	color:#fff;
	padding:9px 17px;
}
.b_btn{
	background-color:#006add;
	color:#fff;
	padding:9px 17px;
}
#btn_bad .gb_text{
	background-color:#fff;
	color:#006add;
	padding:9px 21px;
}
#btn_good .gb_text{
	background-color:#fff;
	color:#ff1981;
	padding:9px 21px;
}
.gb_disabled{
	cursor : default !important;
	background-color:#ececec !important;
}
.gb_disabled .g_btn,.gb_disabled .b_btn{
	background-color: #8c989c !important;
}
.gb_disabled .gb_text{
	color: #8c989c !important;
}
