/* ======================================================================================================================================================
#Blog Styles
====================================================================================================================================================== */

/*Blog Page*/

.template-blog-page .image-overlay {
	display: none !important;
}

.template-blog-page .big-preview {
    width: 40%;
    padding-right: 10px;
    max-width: 450px;
    flex-shrink: 0;
}

.template-blog-page .big-preview.single-big {
    padding: 0 0px 0px 0 !important;
}

.template-blog-page article:first-of-type {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	background: none;
}

.template-blog-page article:first-of-type .big-preview {
	width: 52%;
}

.template-blog-page article:first-of-type .entry-content {
	display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.template-blog-page article .entry-content-wrapper {
	padding: 15px 15px 0px 15px;
}
.template-blog-page article .entry-content p {
	margin: 0;
}

.blog-cats {
	position: absolute;
  font-size: 14px;
  margin-bottom: 0;
  bottom: 0px;
}

.template-blog-page article:first-of-type .blog-cats {
	margin-bottom: 35px;
}

.blog-cats a {
	color: black !important;
}

.template-blog-page h2 {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
#top .template-blog-page h2 a {
	color: #142a4f;
}

.blog-cats span {
	padding-right: 5px
}

.template-blog-page article {
	display:flex;
	margin-bottom: 60px;
	position: relative;
	gap: 20px;
	background: #f8f8f8;
}

.template-blog-page span.post-meta-infos {
	display: none;
}

.template-blog-page header.entry-content-header  {
	width: 100%;
}

.template-blog-page .entry-content {
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 35px;
}

#top .template-blog-page .entry-content a {
	color: #671e75;
}

.template-blog-page iframe {
	display: none;
}

.blog-widget, 
.blog-widget li {
	list-style: none;
}
.blog-widget li {
	margin: 0px;
}

.blog-widget a {
	color:black;
	font-size: 14px;
}

.blog-widget img {
	padding: 0px 8px;
}
.blog-widget ul a {
	line-height: 1rem
}
.blog-widget h2 {
	margin-top: 30px;
	font-size: 20px;
	color: #142A4F;
}
.blog-widget #nav_menu-15 {
	padding-bottom: 0px;
}
.blog-widget #menu-blog-sidebar-menu li {
	border-style: none !important;
}

.main_color .blog-widget .widget a {
	color: #4a4a4a;
}



@media (max-width: 1024px) {
	.blog-widget {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.template-blog-page article {
		flex-direction: column;
		background: none;
		gap: 0;
	}
	.template-blog-page article:first-of-type .big-preview,
	.template-blog-page article .big-preview {
		width: 100%;
	}

	.template-blog-page article:first-of-type .entry-content,
	.template-blog-page article .entry-content {	
		width: 100%;
		
	}

	.responsive .template-blog-page article .entry-content-wrapper {
		padding: 15px 15px 15px 15px;
		background: #f8f8f8;
	}

	.blog-cats {
	  bottom: 10px;
	}
	.template-blog-page .big-preview.single-big {
    padding: 0 0px 0px 0 !important;
    margin: 0 auto;
	}
}