
.bg-mustard[class] {
	background-color: #fb0 !important;
	border: 1px solid #fb0;
	border-color: #fb0;
	padding: 8px 16px;
	text-decoration: none;
	margin-top: 0 !important;
	text-align: center !important;
	cursor: pointer;
}

.color-black[class] {
	color: #000 !important;
}

ul.seeker_cat_ul {
	margin: 0;
}

ul.seeker_cat_ul {
	list-style-type: none;
}

ul.seeker_cat_ul li {
	margin: 0;
}

ul.seeker_cat_ul li {
	display: block;
	width: 33%;
	float: left;
	padding: 0;
}

.template_archive_main {
	padding-bottom: 150px;
}

ul.seeker_cat_ul li a {
	display: block;
	padding: 11px 20px;
	border: 3px solid #fff;
	border-radius: 7px;
	background: #f8f8f8;
	color: #000;
}

ul.seeker_cat_ul::after {
	content: "";
	display: block;
	clear: both;
}

ul.seeker_cat_ul {
	padding-top: 25px;
}

.seeker_all_cats_inr {
	padding-bottom: 50px;
}

ul.seeker_cat_ul li a:hover {
	transition: all .5s;
	background: #1b465a;
	color: #fff;
	text-decoration: none;
}

:root {
	--gray1: #f2f2f2;
	--gray2: #f7f7f7;
	--yellow: #feba31;
}

.heading-style1 {
	display: inline-block;
	padding: 8px 15px 8px 30px;
	position: relative;
	position: relative;
	z-index: 100;
	min-width: 140px;
	background-color: var(--yellow);
}

.heading-style1 h3 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 22px;
}

.heading-style1 h3:after {
	content: "";
	display: block;
	position: absolute;
	right: -80px;
	background-color: var(--yellow);
	width: 40px;
	height: 100%;
	top: 0;
}

.heading-style1:before, .heading-style1:after {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	width: 100%;
	background-color: inherit;
	height: 100%;
	z-index: -1;
	transform: skewX(-32deg);
}

.heading-style1:after {
	background-color: var(--gray1);
	left: auto;
	right: -54px;
	width: 20%;
	z-index: 0;
	min-width: 32px;
}

.post_box_inner .thumbnail {
	width: 13%;
	float: left;
}

.post_box_inner .content {
	width: 85%;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.post_box_inner {
	box-sizing: border-box;
}

.post_box_inner * {
	box-sizing: border-box;
}

.post_box_inner::after {
	content: "";
	display: block;
	clear: both;
}

.post_inner_title a {
	font-size: 19px;
}

.post_box_inner date {
	font-size: 13px;
}

.post_inner_title {
	padding-top: 4px;
	padding-bottom: 2px;
}

.post_inner_content {
	font-size: 15px;
}

.post_bx_inner_thumb {
	width: 100%;
	height: 150px;
	background-size: cover !important;
	background-position: center center !important;
}

span.sk_time_total {
	font-size: 12px;
	background: #f2f2f2;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 25px;
}

.post_box_inner {
	margin-bottom: 30px;
}

.post_box_inner {
	border-bottom: 1px solid #eee !important;
	padding-bottom: 30px;
}

.post_bx_inner_thumb {
	border-radius: 8px;
}

a.post_in_linker {
	color: #000;
}

.post_box_inner .content {
	color: #4b4b4b;
}

.sk_meta_top date {
	color: #000;
}

#loading_bar_continues .wrapper {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	display: block;
}

#loading_bar_continues .wrapper-cell {
	display: flex;
	margin-bottom: 30px;
	width: 100%;
}

div#lading_target_trigger {
	height: 40px;
	margin-bottom: -40px;
}

div#loading_bar_continues {
	display: none;
}

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	
	100% {
		background-position: 468px 0;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	
	100% {
		background-position: 468px 0;
	}
}

#loading_bar_continues .animated-background, #loading_bar_continues .text-line, #loading_bar_continues .image {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f6f6;
	background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
	background-size: 800px 104px;
	height: 96px;
	position: relative;
}

#loading_bar_continues .image {
	width: 13%;
	float: left;
	height: 150px;
	border-radius: 5px;
}

#loading_bar_continues .text {
	margin-left: 20px;
	width: 87%;
	float: left;
}

#loading_bar_continues .text-line {
	height: 15px;
	width: 100%;
	margin: 4px 0;
}

#loading_bar_continues .text-line:nth-child(2) {
	height: 42px;
}

#loading_bar_continues .text-line:nth-child(3) {
	height: 81px;
}

ul.seeker_cat_ul li a {
	display: inline-block;
}

ul.seeker_cat_ul li {
	display: inline-block;
	width: auto;
	float: none;
}

/* Search Bar Styles  */
input.search_text {
	margin-bottom: 0 !important;
}

button.search_btn {
	position: absolute;
	right: 0;
	top: 0;
}

.seeker_search_bar_wrp {
	position: relative;
}

input.search_text {
	height: 53px;
	padding-left: 19px !important;
	border-radius: 50px !important;
}

input.search_text::placeholder {
	font-size: 14px;
}

.seeker_search_bar_wrp {
	max-width: 550px;
	margin: 0 auto;
}

.seeker_search_bar_inner {
	padding-top: 36px;
}

button.search_btn {
	background: #fb0;
	border: 0;
	padding: 13px 36px;
	border-radius: 50px;
	z-index: 999;
	cursor: pointer;
}

.search_m_content {
	max-width: 1310px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.result-title {
	padding-bottom: 20px;
}

.paginte-seeker {
	text-align: center;
}

.page-numbers {}

.paginte-seeker a {
	background: #fb0;
	color: #000 !important;
	padding: 10px 16px;
	border-radius: 5px;
	text-decoration: none;
}

.paginte-seeker a:hover {
	opacity: .7;
}

.paginte-seeker {}

.paginte-seeker span.page-numbers.current {
	background: #ffe394;
	color: #000;
	padding: 10px 16px;
	border-radius: 5px;
}

.pagination-seeker {
	text-align: center;
}

.page-numbers {}

.pagination-seeker a {
	background: #fb0;
	color: #000 !important;
	padding: 10px 16px;
	border-radius: 5px;
	text-decoration: none;
}

.pagination-seeker a:hover {
	opacity: .7;
}

.pagination-seeker {}

.pagination-seeker span.page-numbers.current {
	background: #ffe394;
	color: #000;
	padding: 10px 16px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.post_box_inner .thumbnail {
		width: 100%;
		margin-bottom: 0;
	}
	
	.post_box_inner .thumbnail .post_bx_inner_thumb {
		height: 200px;
		border-radius: 0;
	}
	
	.post_box_inner .content {
		width: 100%;
		border: 1px solid #eee;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
