/* Category
--------------------------------------------- */

.page-header{
	/* width:100%;
	height:150px;
	background-size: cover;
	background-position: center center; */
}
.page-header h1 {
	text-transform: uppercase;
	color: #fff;
}
.pagePadding{
	margin:40px 0;
}
.pagePadding .col-lg-9 {
	padding: 0;
}
.postWrap{
	gap: 2%;
	flex-wrap: wrap;
}
.postItem{
	width:32%;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}
.postItem a.thumb{
	width:100%;
	height: 175px;
	background-size: cover;
	background-position: center center;
}
.postItem .entry-detail{
	padding:9px 19px;
}
.postItem h4{
	font-size: 14px;
	line-height: 21px;
	color:#000;
	min-height: 40px;
	max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.postItem p{
	color:#555;
	font-size: 12px;
	line-height: 16px;
	max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.postItem .entry-meta{
	color:#9d9d9d;
	font-size: 12px;
	line-height: 16px;
}

ul.latest-review {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
ul.latest-review li {
	border-bottom: 1px solid rgba(238, 238, 238, 0.5);
	padding: 15px 15px 15px 50px;
}
ul.latest-review li:first-child {
	padding-top: 0;
}
 ul.latest-review li:last-child {
	border-bottom: none;
}
ul.latest-review li a {
	font-size: 16px;
	font-weight: 600;
	color: #E5E5E5;
	position: relative;
}
ul.latest-review li a:hover {
	color: #DAAE48;
}
ul.latest-review li a::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	color: #E5E5E5;
	position: absolute;
	left: -25px;
}

.pagination {
	border-top: 1px solid rgba(238, 238, 238, 0.5);
	padding-top: 20px;
	margin-top: 10px;
}
.pagination a {
	font-size: 14px;
	color: #E5E5E5;
}
.pagination .page-numbers, 
.pagination .current.page-numbers {
	color: #fff;
	background: #272727;
    padding: 9px 5px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    margin: 0 2px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.pagination .current.page-numbers {
	background: #DAAE48;
}
.pagination .prev.page-numbers, 
.pagination .next.page-numbers {
	margin-right: 18px;
	padding: 0;
    font-size: 14px;
    font-weight: 400;
	background: transparent;
	text-align: left;
	width: auto;
	color: #e5e5e5;
	position: relative;
	margin-top: 10px;
}
.pagination .next.page-numbers {
	margin-left: 18px;
}

/* Single Page Post
--------------------------------------------- */

.entry-header{
	width:100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.entry-header::before{
	display:block;
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	background-color: rgba(20,20,20,0.6);
	z-index: 2;
}
.entry-header .container{
	z-index: 20;
}
.entry-title, 
.entry-meta {
	color: #fff;
}
.entry-meta i{
	margin-left:20px;
	margin-right:10px;
}
.entry-meta i:first-child{
	margin-left: 0;
}
.entry-content{
	margin:40px 0 40px 0;
}
.contentWrapper{
	background-color: #323232;
	border:none;
	border-radius: 6px;
	padding: 35px;
} 

.contentWrapper .readMore {
	display:block;
	background-color: #323232;
	color: #fff;
    font-weight: 600;
    font-size: 16px;
	padding-bottom:30px;
	cursor: pointer;
}
body.home .contentWrapper{
	background-color: #202020;
}
body.home .contentWrapper .readMore{
	background-color: #202020;
}
.contentWrapper .readMore span {
	position: relative;
}
.contentWrapper .readMore span::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #BF953F;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.contentWrapper h2{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom:18px;
	padding-top:94px;
	margin-top:-70px;
}
.postNav {
	margin-bottom: 30px;
}
.postNav a{
	color:#fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	position: relative;
    top: -4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.postNav a:hover{
	color:#fff;
	opacity: 0.8;
}
.postNav .prevPost i{
	margin-right:10px;
}
.postNav .nextPost i{
	margin-left:10px;
}
.postNav .prevPost,
.postNav .nextPost {
	position: relative;
}
.postNav .prevPost a {
	padding-left: 30px;
	padding-top: 15px;
}
.postNav .nextPost a {
	padding-right: 30px;
	padding-top: 15px;
}
.postNav .prevPost i,
.postNav .nextPost i {
	font-size: 24px;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
}
.postNav .nextPost i {
	right: 0;
	left: auto;
}
.postNav .d-flex {
    border-top: 1px solid rgba(238, 238, 238, 0.5);
    padding-top: 5px;
}

.single .qPostWrap { 
	margin: 30px 0 50px;
}