/* .pix_blog-section {
position: relative;
} */
.load-more-section {
	text-align: center;
}
.available_item_preloader {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: #ffffff;
	z-index: 1;
}
.available_item_preloader_img {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.load_more_btn {
	cursor: pointer;
}
/* ======================
==   Inner Template CSS start
========================*/

.breadcrumb_section {
	background: #005fa0;
	background: -webkit-gradient(linear, left top, left bottom, from(#005fa0), to(#00cef7));
	background: linear-gradient(to bottom, #005fa0 0%, #00cef7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005fa0', endColorstr='#00cef7', GradientType=0);
	padding: 315px 0 200px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.breadcrumb_content {
	color: #fff;
	margin-bottom: 25px;
}
.breadcrumb_content .page_title {
	color: #ffffff;
	font-size: 60px;
	line-height: 1.2;
}
.breadcrumb_content span a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
}
.breadcrumb_content span span {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
}

.breadcrumb_content span a:hover,
.breadcrumb_content span a:focus {
	color: #005F9F;
}
.breadcrumb_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumb_content ul li {
	display: inline-block;
	margin-right: 5px;
	color: #fff;
}

.breadcrumb_content ul li a {
	color: inherit;
}

.breadcrumb_content ul li i.fa {
	margin: 0 5px;
}

.breadcrumb_content ul li a:hover,
.breadcrumb_content ul li a:focus {
	color: #005F9F;
}

.template_icon {
	position: absolute;
	bottom: -85px;
	right: 20%;
	opacity: 0.5;
	z-index: -1;
}

.template_title {
	color: #005F9F;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 15px;
}

.title_sep {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.title_sep::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #00D0F8;
	position: absolute;
	top: 100%;
	left: 0;
}

.template_filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.template_filter ul li {
	display: inline-block;
	color: #34576F;
	font-size: 14px;
	line-height: 1.2;
	background: #e4f9fe;
	padding: 12px 25px;
	margin: 0 5px 8px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.template_filter ul li:hover,
.template_filter ul li:focus,
.template_filter ul li.active {
	background: #005F9F;
	color: #ffffff;
}

.template_filter {
	margin: 15px 0 35px 0;
	display: inline-block;
}

.template_items {
	width: calc(100% + 30px);
}

.template_single_item {
	position: relative;
	z-index: 1;
	width: calc(49.5% - 30px);
	margin: 0 30px 30px 0;
	display: inline-block;
}

.template_single_item img {
	width: 100%;
	height: 280px;
    object-fit: cover;
}
.template_single_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 95, 159, 0.7);
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	border-radius: 8px;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.template_single_item a i.fa {
	width: 70px;
	height: 70px;
	background: #005F9F;
	text-align: center;
	line-height: 70px;
	color: #ffffff;
	border-radius: 50%;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.template_single_item:hover a i.fa {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.template_single_item:hover a {
	opacity: 1;
	visibility: visible;
}
.template_single_item .single_item_title {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 0;
  line-height: 1.3;
  color: #005F9F;
}
.template_single_img {
  position: relative;
}
.template_single_img a {
  border-radius: 0;
}
.sidebar_widget {
	margin: 0 0 32px;
}

.sidebar_widget_title {
	color: #005F9F;
	font-size: 24px;
	line-height: 1.2;
}


/* ======================
==   Template Details page CSS start
========================*/

.template_details-content {
	padding-right: 50px;
}

.template_details-content img {
	max-width: 100%;
	margin: 0 0 25px;
	height: auto;
}

.template_details-content img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.template_details-content img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.template_details-content p {
	margin: 0 0 25px;
}

.template_details-content h2, .template_details-content h3 {
	color: #34576F;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 15px;
}

.post_quote {
	background: #E4F9FE;
	padding: 70px;
	position: relative;
	z-index: 1;
	margin: 0 0 35px;
}

.post_quote p {
	color: #7A8A9E;
	font-size: 24px;
	font-style: italic;
	margin: 0 0 20px;
}

.post_quote .quote_author {
	font-weight: 700;
}

.post_quote::after {
	content: url("../img/template/quote-left.png");
	position: absolute;
	top: 43px;
	left: 45px;
	z-index: -1;
}

.post_quote::before {
	content: url("../img/template/quote-right.png");
	position: absolute;
	bottom: 30px;
	right: 50px;
}

.post_related-templates {
	margin: 0 0 25px;
}

.post_related-template-box {
	position: relative;
	z-index: 1;
}

.related_post-img {
	overflow: hidden;
	margin: 0 0 10px;
}

.post_related-template-box img {
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.post_related-template-box:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.post_related-template-box h4 {
	color: #34576F;
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.post_related-template-box:hover h4 {
	color: #00D0F8;
}

.post_related-template-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.recent-posts-widget-with-thumbnails ul li {
	width: 30%;
	margin: 0 8px 5px 0 !important;
	display: inline-block;
	border: 1px solid #00D0F8;
}
.recent-posts-widget-with-thumbnails ul li a {
	display: inline-block;
	width: 100%;
}
.recent-posts-widget-with-thumbnails ul li img {
	width: 100% !important;
	height: 110px !important;
	object-fit: cover;
	display: inline-block !important;
	float: none !important;
	margin: 0 !important;
	transition: all 0.3s linear;
}
.recent-posts-widget-with-thumbnails ul li:hover img {
	transform: scale(1.1);
}

.widget_categories ul,.ve-cat-widget-div ul {
	margin: 0;
	list-style: none;
}
.widget_categories ul li a,.ve-cat-widget-div ul li a {
	color: #34576F !important;
	font-size: 16px;
	line-height: 1.2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
}
.widget_categories ul li a:hover,.ve-cat-widget-div ul li a:hover, .widget_categories ul li a:focus,.ve-cat-widget-div ul li a:focus {
	color: #00D0F8 !important;
}
.widget_categories .children {
	display: none;
}
.ve-cat-widget-div ul.ve-cat-widget-listing li {
	border: none !important;
}
.tag-cloud-link {
	display: inline-block;
	color: #005F9F;
	border: 1px solid #005F9F;
	font-size: 14px !important;
	line-height: 1.2;
	padding: 10px 20px;
	margin: 3px 2px;
	text-transform: capitalize;
}
.tag-cloud-link:hover, .tag-cloud-link:focus {
	background: #005F9F;
	color: #ffffff;
}

.wp-about-author-circle img {
	width: 100px;
	height: 100px;
	border-radius: 100% !important;
}

.template_details-content .yarpp-thumbnail > img,
.template_details-content .yarpp-thumbnail-default {
	object-fit: cover;
}
.template_details-content .yarpp-thumbnail {
	color: #34576F;
	height: 190px !important;
}
.template_details-content .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	margin-top: 10px;
}
.wp-about-author-text h3 a {
	color: #005F9F;
	text-transform: capitalize;
}

.template_tags {
	margin: 25px 0;
}
.template_tags a {
	color: #005F9F;
}
.template_tags a:hover, .template_tags a:focus {
	color: #00D7FF;
}
.comment-form p label {
	display: block;
}
.comment-form p input, .comment-form p textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #005F9F;
	font-size: 14px;
	line-height: 1.3;
	color: #333333;
	transition: all 0.3s linear;
}
.comment-form p input:focus, .comment-form p textarea:focus {
	border-color: #01CDF7;
}
.comment-form p.comment-form-cookies-consent input {
	width: auto;
	display: inline-block;
}
.comment-form p.comment-form-cookies-consent label {
	display: inline-block;
	margin: 0 0 0 10px;
}
.comment-form p .submit {
	width: auto;
	background: #005F9F;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px 35px;
	font-size: 14px;
	line-height: 1.2;
	transition: all 0.3s linear;
	cursor: pointer;
}
.comment-form p .submit:hover, .comment-form p .submit:focus {
	background: #333333;
}
.template-comments .comment-list, .template-comments .comment-list ol {
	list-style: none;
}
.template-comments .comment-list li {
	margin: 15px 0;
}
.template-comments .comment-list .comment-body {
	box-shadow: 0 1px 15px rgba(1, 208, 248, 0.15);
	padding: 20px;
}
.template-comments .comment-list ol.childern {
	padding-left: 50px;
}
.template-comments .comment-list ol.children {
	padding-left: 50px;
}
.template-comments .comment-list .reply a {
	background: #005F9F;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	padding: 7px 13px;
	border-radius: 20px;
}
.template-comments .comment-list .reply a:hover, .template-comments .comment-list .reply a:focus {
	background: #01CEF6;
}
.reply {
}
.template-comments .comment-list .reply {
	text-align: right;
}
.template-comments .comment-list .comment-metadata a {
	color: #333333;
	font-size: 12px;
	line-height: 1.2;
}
.template-comments {
	padding-right: 50px;
}
.current-cat .children {
	display: none !important;
}
.related_post-img img {
    height: 100px;
    object-fit: cover;
    margin: 0;
}

.post_related-template-box h4 {
    font-size: 12px;
    line-height: 1.3;
}
.post_btn_set {
    display: flex;
    margin: 0 0 50px;
}

.post_btn_set .pix_btn {
    margin-right: 15px;
}
.cla_sidebar-searchbar {
   position: relative;
}

.cla_input-filed {
   width: 100%;
   padding: 15px 60px 15px 15px;
   border: none;
   -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
           box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
   color: #333333;
   font-size: 16px;
   line-height: 20px;
}

.cla_search-btn {
   position: absolute;
   top: 0;
   right: 0;
   background: none;
   border: none;
   width: 60px;
   padding: 15px 0;
   color: #cccccc;
}