form.searchandfilter ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px 0px 0px;
}
form.searchandfilter ul li{
	padding: 0px;
	margin: 0px 20px 20px 0px;
	display: flex;
}
form.searchandfilter ul li input[type=text]{
	background-color: #fff;
	border: 1px solid #cbd5e0;
	padding: 3.2px 0.5em;
	color: #4e4e4e;
	border-radius: 3px;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
}
form.searchandfilter ul li[data-sf-field-input-type=select]{
	position: relative;
}
form.searchandfilter ul li[data-sf-field-input-type=select] select{
	font-size: 16px;
	line-height: 20px;
	width: 200px;
}
form.searchandfilter ul li[data-sf-field-input-type=select]::before{
	content: url('/wp-content/uploads/2023/04/icons8-back-15.png');
	position: absolute;
	top: 8px;
	right: 10px;
	transform: rotate(270deg);
	z-index: -1;
}
form.searchandfilter ul li select{
	background-color: transparent;
	border: 1px solid #cbd5e0;
	padding: 3px 38px 3px 10px;
	color: #4e4e4e;
	border-radius: 3px;
	height: 40px;
	cursor: pointer;
}
form.searchandfilter ul .sf-field-reset input{
	color: #3D4FFF;
	text-decoration: underline;
	border: 0px;
	background-color: transparent;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
}
form.searchandfilter ul .sf-field-submit input{
	padding: 7px 50px 7px 50px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	border: 0px;
	background-color: #2d3748;
	color: #fff;
	font-family: 'Open Sans';
	border-radius: 3px;
}
form.searchandfilter ul .sf-field-submit input:hover{
	background-color: #4a5568;
}
/* SELECT ARROW */
form.searchandfilter ul li select{
	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
}
form.searchandfilter ul li select::-ms-expand {
	/* IE */
	display: none;
}
/* SELECT ARROW */
.all-filter-post{
	column-gap: 20px;
	display: grid;
	row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.single-filter-post{
	border-radius: 6px;
	box-shadow: 0 0 1px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.08), 0 3px 4px rgba(0,0,0,0.03), 0 3px 16px rgba(0,0,0,0.06);
	cursor: pointer;
	transition: all .3s linear;
	text-decoration: none;
}
.single-filter-post object{
	position: relative !important;
}
.single-filter-post:hover{
	box-shadow: 0 0 1px rgba(0,0,0,0.24), 0 0 2px rgba(0,0,0,0.16), 0 3px 4px rgba(0,0,0,0.06), 0 6px 8px rgba(0,0,0,0.06), 0 12px 16px rgba(0,0,0,0.08), 0 18px 32px rgba(0,0,0,0.06);
}
.single-filter-post .image{
	border-radius: 6px 6px 0px 0px;
}
.single-filter-post .image img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 6px 6px 0px 0px;
	display: block;
}
.single-filter-post .desc{
	padding: 15px 15px 7px 15px;
}
.single-filter-post .title h2{
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-weight: 600;
}
.single-filter-post .pre-description{
	text-transform: uppercase;
	opacity: 0.75;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	color: #000;
}
.single-filter-post .description{
	font-size: 16px;
  	line-height: 22px;
	color: #111111;
	margin: 0px 0px 8px 0px;
}
.single-filter-post .description-in{
	padding: 0px 50% 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
.single-filter-post .description .description-image{
	margin: 0px 5px 5px 0px;
}
.single-filter-post .description .description-image img{
	width: 25px;
	height: 25px;
	object-fit: cover;
}
.website-url{
	margin: 0px 0px 10px 0px;
}
.website-url .take-me{
	height: 23px;
	line-height: 19px;
	font-size: 13px;
	background-color: #e2d5f7;
	color: #2e2f32;
	border-radius: 3px;
	font-weight: 500;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
.description .post-categories{
	padding: 0px;
}
.description .post-categories li{
	list-style-type: none;
}
.description .post-categories li a{
	font-size: 14px;
	line-height: 22px;
	color: #111111;
	text-decoration: none;
}
.sf-field-search{
	width: 206px;
}
.sf-field-reset{
	width: calc(100% - 246px);
}

/* SINGLE POST */
.data-container-right img{
	display: block;
}
.meta-data{
  
}
.data-container{
	display: flex;
}
.data-container-right{
	width: calc(100% - 200px);
	display: flex;
	justify-content: end;
}
.data-container-left{
	width: 200px;
}
.data-category{
	text-transform: capitalize;
	margin-bottom: 7px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
}
.data-container-left .entry-title{
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.data-category-bottom{
	margin-top: 25px;
}
.take-me-box{
	display: flex;
	justify-content: flex-start !important;
	margin-top: 15px;
}
.take-me-box .take-me{
	height: 23px;
	line-height: 19px;
	font-size: 13px;
	background-color: #e2d5f7;
	color: #2e2f32;
	border-radius: 3px;
	font-weight: 500;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
.data-category-in{
	display: flex;
	flex-wrap: wrap;
    padding: 0px 50% 0px 0px;
}
.data-category-in .data-category-image{
	margin: 0px 5px 5px 0px;
}
.data-category-in .data-category-image img{
	width: 24px;
	height: 24px;
	object-fit: cover;
}
.data-category a{
    color: #2d3748;
	transition: all .3s linear;
}
.data-category a:hover{
    transition: all .3s linear;
    text-decoration: underline;
	color: #000;
}
.all-filter-post object{
	position: relative !important;
}
/* SINGLE POST */
.all-filter-post-category{
	margin: 0px 0px 50px 0px;
}
.container-taxonomy::before{
	display: none !important;
}

@media screen and (max-width: 1024px) {
   .all-filter-post {
    grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
   .all-filter-post {
    grid-template-columns: repeat(2, 1fr);
	}
	.sf-field-submit{
		width: 153px;
	}
	.data-container{
		flex-direction: column;
	}
	.data-container-left{
		width: 100%;
	}
	.data-container-right{
		width: 100%;
	}
	.data-category {
	 margin-bottom: 15px;
	 margin-right: 15px;
		display: inline-block;
 }
}
@media screen and (max-width: 500px) {
	form.searchandfilter ul{
	}
	form.searchandfilter ul li{
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	form.searchandfilter ul li input[type=text]{
		width: 100%;
	}
	form.searchandfilter ul li select{
		width: 100%;
	}
   .all-filter-post {
    grid-template-columns: repeat(1, 1fr);
	}
	.searchandfilter label{
		width: 100%;
	}
}