
/* Post Type Grid Base CSS */

.elaet-grid:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}

.elaet-grid-container {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.elaet-grid-wrapper {
	
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.elaet-grid .elaet-grid-col-image img {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;	
	/*box-shadow: 0 3px 10px 0 rgba(181,181,181,1);*/
}

.elaet-grid .elaet-grid-wrapper .elaet-grid-col .elaet-grid-col-image{
	position: relative;
}
.elaet-grid .elaet-grid-wrapper .elaet-grid-col .elaet-grid-col-image .elaet-date-meta{
	position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height:90px;
    padding: 11px;
    margin: 15px;
    background: #006799;
    color: #ffffff;
    text-align: justify;
}

.elaet-grid .elaet-grid-title,
.elaet-grid .elaet-grid-title a {
	margin: 0;
	color: #333;
	font-size: 24px;
	line-height: 1.5;
}

.elaet-grid-meta {
	margin: 0 0 10px 0;
}

.elaet-grid-meta > span {
	margin-right: 10px;
	color: #999;
	font-size: 14px;
}

.elaet-grid-meta > span:last-of-type {
	margin-right: 0;
}

.elaet-grid-meta .fa {
	margin-right: 7px;
}

.elaet-grid-meta a {
	color: #999;
	text-decoration: none;
}

.elaet-grid-meta a:hover,
.elaet-grid-meta a:focus {
	color: inherit;
	text-decoration: underline;
}

.elaet-grid-categories-item:after,
.elaet-grid-tags-item:after {
	content: ", ";
}

.elaet-grid-categories-item:last-of-type:after,
.elaet-grid-tags-item:last-of-type:after {
	display: none;
	content: "";
}

.elaet-grid-content {
	margin: 0 0 10px 0;
	color: #555;
	font-size: 16px;
	line-height: 1.5;
}

.elaet-grid-footer a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
}

/**********Drop Cap Effect*******
********************************/
div.elaet-grid-content.drop-cap-class:first-letter{
		padding: 0 10px;
		font-size: 4em;
		float: left;
		line-height: 0.9em;
}
/********* List Layout *********
********************************/
.elaet-grid-container.elaet-grid-style-list  .elaet-grid-col {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.elaet-grid-container.elaet-grid-style-list  .elaet-grid-col .elaet-grid-col-image{
	order: 1;
}
.elaet-grid-container.elaet-grid-style-list  .elaet-grid-col .elaet-grid-col-content{
	order: 2;
}


.elaet-grid-container.elaet-grid-style-list .elaet-grid-col-image {
	width: 40%;
}

.elaet-grid-container.elaet-grid-style-list .elaet-grid-col-content {
	width: 60%;
	padding: 0 10px 0 10px;
}

.elaet-grid-container.elaet-grid-style-list .elaet-grid-col.elaet-no-image .elaet-grid-col-content {
	width: 100%;
	padding-left: 0;
}

/********* Zigzag Layout *********
**********************************/
.elaet-grid-container.elaet-grid-style-zigzag .elaet-grid-wrapper .elaet-grid-col {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.elaet-grid-container.elaet-grid-style-zigzag  div.elaet-grid-wrapper:nth-child(odd) .elaet-grid-col .elaet-grid-col-image{
	order: 4;
}
.elaet-grid-container.elaet-grid-style-zigzag .elaet-grid-col-image {
	width: 40%;
}

.elaet-grid-container.elaet-grid-style-zigzag .elaet-grid-col-content {
	width: 60%;
	padding: 0 10px 0 10px;
}

.elaet-grid-container.elaet-grid-style-zigzag .elaet-grid-col.elaet-no-image .elaet-grid-col-content {
	width: 100%;
	padding-left: 0;
}


.elaet-grid{
	position: relative;
}
.elaet-grid-pagination {
	 width: 100%;
    height: 100px;
    position: absolute;
    right: 7px; 
    bottom: -92px;
  }


/*************Desktop Layout ***************
********************************************/

.elaet-grid-desktop-1. .elaet-grid-wrapper {
	width: 100%;
}

.elaet-grid-desktop-2 .elaet-grid-wrapper {
	width: 50%;
}
.elaet-grid-desktop-2.elaet-grid-parent div.elaet-grid-wrapper:first-child {
	width: 100%;
}
.elaet-grid-desktop-2.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
	width: 100%;
}

.elaet-grid-desktop-3 .elaet-grid-wrapper {
	width: 33.333%;
}
.elaet-grid-desktop-3.elaet-grid-parent div.elaet-grid-wrapper:first-child {
	width: 66.666%;
}
.elaet-grid-desktop-3.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
	width: 66.666%;
}

.elaet-grid-desktop-4 .elaet-grid-wrapper {
	width: 25%;
}
.elaet-grid-desktop-4.elaet-grid-parent div.elaet-grid-wrapper:first-child {
	width: 50%;
}
.elaet-grid-desktop-4.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
	width: 50%;
}

/*************Tablet Layout ***************
******************************************/

@media (max-width: 992px) {
	.elaet-grid-tablet-1 .elaet-grid-wrapper {
		width: 100%;
	}
	.elaet-grid-tablet-1.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 100%;
	}
	.elaet-grid-tablet-1.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 100%;
	}

	.elaet-grid-tablet-2 .elaet-grid-wrapper {
		width: 50%;
	}
	.elaet-grid-tablet-2.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 100%;
	}
	.elaet-grid-tablet-2.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 100%;
	}

	.elaet-grid-tablet-3 .elaet-grid-wrapper {
		width: 33.333%;
	}
	.elaet-grid-tablet-3.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 66.666%;
	}
	.elaet-grid-tablet-3.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 66.666%;
	}

	.elaet-grid-tablet-4 .elaet-grid-wrapper {
		width: 25%;
	}
	.elaet-grid-tablet-4.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 50%;
	}
	.elaet-grid-tablet-4.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 50%;
	}

}
/*************Mobile Layout ***************
******************************************/

@media (max-width: 767px) {
	.elaet-grid-mobile-1 .elaet-grid-wrapper {
		width: 100%;
	}
	.elaet-grid-mobile-1.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 100%;
	}
	.elaet-grid-mobile-1.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 100%;
	}

	.elaet-grid-mobile-2 .elaet-grid-wrapper {
		width: 50%;
	}
	.elaet-grid-mobile-2.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 100%;
	}
	.elaet-grid-mobile-2.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 100%;
	}

	.elaet-grid-mobile-3 .elaet-grid-wrapper {
		width: 33.333%;
	}
	.elaet-grid-mobile-3.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 66.666%;
	}
	.elaet-grid-mobile-3.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 66.666%;
	}


	.elaet-grid-mobile-4 .elaet-grid-wrapper {
		width: 25%;
	}
	.elaet-grid-mobile-4.elaet-grid-parent div.elaet-grid-wrapper:first-child {
		width: 50%;
	}
	.elaet-grid-mobile-4.elaet-grid-sixth-post-parent div.elaet-grid-wrapper:nth-child(5n+6) {
		width: 50%;
	}

	/*.elaet-grid-mobile-5 .elaet-grid-wrapper {
		width: 20%;
	}*/
}

/* End Of Post Type Grid Base CSS */

.elaet-service-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.elaet-position-left .elaet-service-box {
	flex-direction: row;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.elaet-position-right .elaet-service-box {
	flex-direction: row-reverse;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.elaet-position-top .elaet-service-box {
	flex-direction: column;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.elaet-service-box .elaet-service-box-content .elaet-service-title,
.elaet-service-box .elaet-service-box-content .elaet-service-text {
	margin: 0;
}


/** passed from th.css **/

/*
 * Elementor CSS support
 */

.th-product-section .section-title {
	margin-bottom: 20px;
}

.elementor-widget-wp-widget-th-recent-posts h5,
.elementor-widget-wp-widget-th-recent-posts-plus h5 {
	font-size: 1.75rem;
	line-height: 1.75;
	text-align: center;
}

.th-recent-posts,
.th-recent-posts-plus {
	width: 32.3333%;
	padding: 0;
	margin: 0;
	margin-right: 1.3333%;
	float: left;
}

.th-recent-posts:last-child,
.th-recent-posts-plus:last-child {
	margin-right: 0;
}

.th-recent-posts img {
	width: 100%;
	height: 250px;
	margin: 10px 0;
	border-radius: 6px;
}

.th-recent-posts .th-content {
	padding: 1% 2%;
}

@media screen and (max-width: 768px) {
	.th-recent-posts {
		width: 48%;
		padding: 0;
		margin: 0 1%;
	}

	.th-recent-posts img {
		height: 300px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 667px) {
	.th-recent-posts {
		width: 100%;
		margin: 0;
	}

	.th-recent-posts img {
		height: 300px;
		margin: 0 auto;
	}
}
