/*
Theme Name:wp_video_compiles
Theme URI:https://enterlinx.net/
Description:wp_video_compiles
Author:EnterLINX
Author URI:https://enterlinx.net/
Version:1.1.0
*/
body{
	margin:0;
	background:#282828;
	color:#e5e5e5;
}
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:#d9d9d9;
}
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 #444;
}
.footer a{
	color:#d9d9d9;
}
.copy-right{
    margin-top:5px;
    width:100%;
    text-align: center;
}
.main_col{
	margin-top:53px;
	padding-bottom:25px;
	min-height:calc(100vh - 115px);
}
@media all and (max-width: 768px) {
    .sp_hidden{
        display: none;
    }
    .pc_hidden{
        display:block;
    }
	.center_col{
		width: 100%;
		padding-left:0px;
		padding-right:0px;
	}
	.main_col{
		margin-top:85px;
	}
}
.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:#e5e5e5;
	background-color: #333;
}
.header_inner{
	position:relative;
	height:51px;
}
.header_logo{
	position:absolute;
	top: 7px;
	left: 12px;
	transform: translate(-50%, -50%);
	z-index:99;
}
h1.logo_title{
	font-size:26px;
	font-weight: bold;
	padding:0;
	margin-top:9px;
}
div.logo_title{
	font-size:26px;
	font-weight: bold;
	padding:0;
	margin-top:5px;
}
.logo_title a{
	color:#fff;
}
.header_menu a{
	color:#fff;
}
.header_menu a:hover{
	color:#e2e2e2;
}
.h_menu_link {
	color:#f2f2f2;
}
.content_col{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
    flex-wrap:wrap;
}
.post_item{
	width:20%;
	padding:1px;
}
.post_item_image{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.post_item_image:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.post_item_image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
	transition:1s all;
}
.post_item_image img:hover{
	transform:scale(1.1,1.1);
	transition:1s all;	
}
@media all and (max-width: 959px) {
	.post_item{
		width:33.3333%;
	}
}
@media all and (max-width: 768px) {
	.post_item{
		width:50%;
	}
	.h_menu .me-3{
		margin-right:9px !important;
	}
	.h_menu .h_menu_link i{
		font-size:20px;
	}
	.header_inner{
		height:82px;
	}
}

.sp_searchbtn{
	position:absolute;
	z-index:99;
	top:6px;
	left:12px;
}
.sp_menubtn,.sp_searchbtn{
	font-size: 24px;
	margin-left:8px;
	color: #ddd;
}
.sp_search_btn{
	font-size: 24px;
	margin-right:10px;
	color: #ddd;
}
.video_title{
	padding:15px;
	background-color:#fff;
	margin-bottom:20px;
}
.video_title h1{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}
@media all and (max-width: 768px) {
	.video_title h1{
		font-size: 20px;
	}
}
.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: #999;
    background-color: rgb(43, 43, 43);
    border: 1px solid rgb(116, 116, 116);
	padding:9px 18px
}
.page-link a{
	color:#333;
}
.widget-panel-box{
	margin-bottom:20px;
	width:100%;
}
.offcanvas {
	background-color: rgba( 0, 0, 0, 0.7 );
}
.offcanvas .btn-close{
	background-color: #eee;
}
@media all and (max-width: 1200px) {
	.search_form {
		width: 360px;
	}
}
@media all and (max-width: 768px) {
	.widget-panel-box{
		margin-bottom:20px;
		width:100%;
		padding:0 10px;
	}
}
.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{
    font-size: 25px;
    font-weight: bold;
	color:#e9e9e9;
}
.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;
}

.video_player{
	position:relative;
	width:100%;
	height:80vh;
	max-height:100vh;
}
.video_player iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow-y: hidden;
}
.btn-outline-light {
    --bs-btn-color: #d2d2d2;
    --bs-btn-border-color: #787878;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #b7b7b7;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.r_menu .list-group-horizontal a{
    color: #ccc;
    background-color: #5c5c5c;
}
.r_menu .list-group-horizontal .list-group-item-secondary {
	color: #fff;
    background-color: #262626;
	border:1px solid #888;
}
.content_categoryList{
    padding: 0 15px;
    width: 100%;
	display: flex;
    flex-wrap:wrap;
}
.tax_item{
	width:14.2857%;
	padding:2px 3px;
}
.tax_image{
	width:100%;
	position: relative;
	overflow: hidden;
}
.tax_image:before {
	content: "";
	display: block;
	padding-top:100%;
}
.tax_image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.tax_name{
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	background-color: rgba( 0, 0, 0, 0.6 );
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.tax_item a:hover{
	color:#fff;
}
.section_area{
	margin-bottom:55px;
}
@media all and (max-width: 1082px) {
	.tax_item{
		width:20%;
	}
}
@media all and (max-width: 768px) {
	.tax_item{
		width:33.3333%;
	}
	.content_categoryList{
		padding: 0 3px;
	}
	.tax_name{
		font-size:14px;
	}
}
.pages_content{
	background-color: #333;
	border:1px solid #999;
	border-radius:6px;
	padding:20px;
}
.pages_content label{
	margin-bottom:12px;
}