/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
@import "../global/task-form-widget.css";
@import "../global/pagination.css";

.blog-posts span.search-text {
	background-color: yellow;
}






/*
 * Section Blog
 * ------------------------------------------------------------------------------------------------
*/
.section-blog {
	padding-top: 0;
	padding-bottom: 70px;
}
.section-blog .blog-title {
	margin-bottom: 35px;
}
.section-blog .entry-content {
	margin-top: -10px;
	margin-bottom: 35px;
}
.section-blog .entry-content:empty {
	display: none;
}
.section-blog .blog-main {
	display: flex;
}
.section-blog .blog-main .blog-content {
	width: calc(100% - 367px);
	padding-right: 20px;
}
.section-blog .blog-main .blog-sidebar {
	width: 367px;
}
.section-blog .blog-main .blog-sidebar .taskform_widget {
	position: sticky;
	top: 35px;
}
@media (max-width: 1199px) {
	.section-blog .blog-main {
		display: block;
	}
	.section-blog .blog-main .blog-content {
		width: 100%;
		padding-right: 0;
	}
	.section-blog .blog-main .blog-sidebar {
		width: 100%;
		margin-top: 60px;
	}
	.section-blog .blog-main .blog-sidebar .taskform_widget {
		max-width: 555px;
		margin-left: auto;
		margin-right: auto;
	}
}






/*
 * Post Filter
 * ------------------------------------------------------------------------------------------------
*/
.post-filter {
	qqqqq:
}
.post-filter .label-filter {
	margin-bottom: 20px;
}
.posts-categories .categories-wrap {
	display: inline-block;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 20px;
}
.posts-categories .categories-wrap .active {
	qqqqq:
}
.posts-categories .categories-wrap .cat {
	display: inline-block;
	border: 1px solid #001526;
	border-radius: 66px;
	color: #001526;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 20px;
	margin: 0 6px 12px;
}
.posts-categories .categories-wrap .cat.active,
.posts-categories .categories-wrap .cat:hover {
	background-color: #0172C4;
	border: 1px solid #0172C4;
	color: #FFFFFF;
	text-decoration: none;
}
@media (max-width: 767px) {
	.posts-categories {
		qqqqq:
	}
}












/*
 * Blog Search Form
 * ------------------------------------------------------------------------------------------------
*/
.blog-search-form {
	display: inline-block;
	position: relative;
	margin-left: 12px;
	max-width: 200px;
	margin-bottom: 20px;
}
.blog-search-form .search-field {
	display: inline-block;
	border: 1px solid #001526;
	border-radius: 66px;
	color: #001526;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	padding: 10px 20px;
	padding-right: 75px;
}

.blog-search-form input:focus::-webkit-input-placeholder { color: transparent; }
.blog-search-form input:focus::-moz-placeholder          { color: transparent; }
.blog-search-form input:focus:-moz-placeholder           { color: transparent; }
.blog-search-form input:focus:-ms-input-placeholder      { color: transparent; }
.blog-search-form input:focus::placeholder               { color: transparent; }
.blog-search-form input:focus::-ms-expand                { color: transparent; }

.blog-search-form .search-button {
	display: block;
	border: 1px solid transparent;
	background-color: transparent;
	background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M17.4253 14.036L23.5528 19.3083C25.4279 20.9245 20.9323 25.4201 19.3161 23.545L14.0438 17.4175C10.4662 19.4966 5.80581 19.0102 2.73814 15.9425C-0.91011 12.2942 -0.91011 6.37858 2.73814 2.73033C6.38639 -0.917922 12.3021 -0.917922 15.9503 2.73033C19.018 5.798 19.5044 10.4662 17.4253 14.036ZM5.17815 5.17819C7.47694 2.8794 11.2037 2.8794 13.5024 5.17819C15.8012 7.47698 15.8012 11.2037 13.5024 13.5025C11.2037 15.8013 7.47694 15.8013 5.17815 13.5025C2.88721 11.2115 2.88721 7.48482 5.17815 5.17819Z" fill="%23888888"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	border-radius: 0 66px 66px 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
}
.blog-search-form.search_fill .search-button,
.blog-search-form:hover .search-button {
	border: 1px solid #0172C4;
	background-color: #0172C4;
	background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M17.4253 14.036L23.5528 19.3083C25.4279 20.9245 20.9323 25.4201 19.3161 23.545L14.0438 17.4175C10.4662 19.4966 5.80581 19.0102 2.73814 15.9425C-0.91011 12.2942 -0.91011 6.37858 2.73814 2.73033C6.38639 -0.917922 12.3021 -0.917922 15.9503 2.73033C19.018 5.798 19.5044 10.4662 17.4253 14.036ZM5.17815 5.17819C7.47694 2.8794 11.2037 2.8794 13.5024 5.17819C15.8012 7.47698 15.8012 11.2037 13.5024 13.5025C11.2037 15.8013 7.47694 15.8013 5.17815 13.5025C2.88721 11.2115 2.88721 7.48482 5.17815 5.17819Z" fill="white"/%3E%3C/svg%3E');
}
.blog-search-form .search-clear {
	display: none;
	color: #ccc;
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 55px;
	transition: all 0.15s;
	cursor: pointer;
}
.blog-search-form .search-clear:hover {
	color: #D11600;
}
@media (max-width: 991px) {
	.blog-search-form {
		width: 100%;
		max-width: 300px;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.blog-search-form .search-field {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 500px) {
	.blog-search-form {
		max-width: 100%;
	}
}












/*
 * Blog Posts
 * ------------------------------------------------------------------------------------------------
*/
.blog-posts {
	qqqqq:
}
.blog-posts.ajax_loader:before {
	top: 55px;
}
.blog-posts .blog-post-item {
	color: #001526;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.06);
}
.blog-posts .blog-post-item:hover {
	color: #0172c4;
	text-decoration: none;
}
.blog-posts .blog-post-item + .blog-post-item {
	margin-top: 20px;
}
.blog-posts .blog-post-item .post-image .wp-post-image {
	object-fit: cover;
	width: 367px;
	height: 206px;
	min-width: 367px;
}
.blog-posts .blog-post-item .box {
	padding: 20px 20px 20px;
	width: 100%;
}
.blog-posts .blog-post-item .box .post-meta {
	display: flex;
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	justify-content: space-between;
}
.blog-posts .blog-post-item .box .post-title {
	margin-top: 15px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.blog-posts .blog-post-item {
		display: block;
		max-width: 367px;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-posts .blog-post-item .post-image {
		display: block;
	}
	.blog-posts .blog-post-item .post-image .wp-post-image {
		object-fit: cover;
		width: 367px;
		height: 206px;
		min-width: auto;
	}
}








