/**
 * Theme Name: iJAVHD
 * Theme URI: https://iJAVHD.com/
  * Text Domain: iJAVHD
 */
*,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

li,
ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

q:after,
q:before {
	content: ''
}

strong {
	font-weight: 700
}

em {
	font-style: italic
}

a img {
	border: none
}

.pagination {
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px
}

video {
	width: 100%;
	height: auto
}

.filter-links {
	float: right;
	font-size: 14px;
	margin: 12px 0;
	text-transform: capitalize
}

.filter-links a {
	color: #000 !important
}

.slider-container {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-top: 8px;
}

.slider-container::-webkit-scrollbar {
	display: none
}

.slider-container a {
	display: inline-block;
	padding: 4px 6px;
	background: #f0f1f1;
	margin-right: 6px;
	color: #000;
	text-decoration: none;
	border-radius: 3px
}

.pagination a:hover {
	background: #de2600;
	color: #fff
}

.single {
	font-size: 24px !important;
	color: #de2600;
	margin: 12px 0;
	line-height: 28px !important
}

.pagination .page-numbers {
	background: #fff;
	color: #de2600;
	display: inline-block;
	margin-bottom: 12px;
	padding: 12px;
	border: 1px solid #e6eae6;
	font-size: 20px
}

.fluid_initial_play_button {
	margin-top: 15px;
	margin-left: 23px;
	border-style: solid;
	border-width: 15px 0 15px 21px;
	border-color: #fff0 #fff0 #fff0 #fff
}

.pagination .current {
	background: #de2600;
	color: #fff
}

input[type=text] {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: #fff;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 6px 20px;
	-webkit-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out
}

#archive {
	margin: 24px auto
}

.tags {
	text-transform: capitalize;
	margin-bottom: 12px;
	color: #de2600;
	padding: 0 12px 12px 0;
	font-size: 16px;
	line-height: 24px
}

.tags a {
	padding: 0 12px 12px 0;
	font-size: 16px;
	line-height: 24px
}

footer {
	background: #eee;
	padding: 6px;
	clear: both
}

footer a {
	color: #000
}

.toplogo {
	font-size: 30px;
	font-weight: 700;
	margin: 0 12px 0 0;
	line-height: 26px;
	margin-bottom: 12px
}

.toplogo a {
	font-size: 30px !important;
	color: #de2600 !important;
	margin-right: 0 !important;
	text-decoration: none !important;
	text-transform: none !important
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 12px
}

p {
	margin-bottom: 20px
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #444;
}

#wrapper {
	max-width: 1068px;
	margin: auto
}

.postarticle {
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 5px;
	width: 33.333333%
}

.articleimg {
	padding-bottom: 3px;
	border: 1px solid #acacac;
	border-radius: 3px;
	background-color: #f0f1f1
}

.thumb_img_wrap {
	position: relative;
	padding-bottom: 58%;
	display: block;
	background-color: #aaa
}

.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden
}

.articletitle {
	line-height: 17px;
	height: 34px;
	overflow: hidden;
	display: block;
	margin: 7px;
	padding: 0;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-style: normal;
	word-wrap: break-word
}

.anchor {
	padding: 0 12px
}

#videowrapter {
	margin-bottom: 12px
}

ul.menu {
	margin-bottom: 12px !important;
	overflow: hidden !important
}

ul.menu li {
	float: left !important;
	display: inline-block;
	margin-bottom: 0 !important;
	width: auto !important;
	height: 24px !important
}

ul.menu li a {
	margin-right: 12px;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: underline;
	font-weight: 700
}

.categorytitle {
	font-size: 20px;
	line-height: 29px;
	margin: 12px 0 6px 0;
	border-left: 12px solid #de2600;
	padding: 6px 0 6px 6px;
	display: -webkit-box;
	color: #000
}

.hometitle {
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	line-height: 26px;
	height: 20px
}

.show-more-related {
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #de2600;
	clear: both
}

.latestsearch a {
	font-size: 16px
}

ul.latestsearch li {
	display: block;
	float: left;
	margin-left: 12px
}

@media (max-width:460px) {
	.postarticle {
		width: 50%
	}

	ul li.toplogo {
		width: 100% !important;
		text-align: center;
		margin-bottom: 12px !important
	}

	.postarticle.hompage {
		width: 50%
	}

	.image {
		padding: 0
	}

	.anchor {
		font-size: 18px
	}

	ul li {
		width: 100%;
		height: auto;
		margin: auto auto 20px auto;
		position: relative;
		float: none;
		overflow: hidden;
		padding-bottom: 12px
	}

	ul.latestsearch li {
		display: block;
		float: left;
		padding-bottom: 0;
		margin: auto 12px 12px auto;
		width: auto
	}

	ul.slider {
		display: flex !important
	}

	.slider li {
		list-style: none;
		padding: 4px 6px;
		background: #f0f1f1;
		margin-right: 6px;
		color: #000
	}

	ul li img {
		width: 100%;
		height: auto;
		margin-bottom: 12px
	}

	.time {
		left: 0
	}
}