/*! _blog.scss | Krypton | Kit 1 | CSS Ninja */
/* ========================================================================== Blog Posts ========================================================================== */
/*** TABLE OF CONTENTS ============================================================================= 0. Landing page blog posts ============================================================================= ***/
/* ========================================================================== 0. Landing page blog posts ========================================================================== */
 .blog-post img {
	 display: block;
	 width: 100%;
	 height: 100%;
	 vertical-align: middle;
}
 .blog-post .featured-image {
	 width: 35%;
	 object-fit: cover;
	 margin-right: 21px;
	 border-radius: 6px;
	 overflow: hidden;
	 box-shadow: 0 3px 17px rgba(0, 0, 0, 0.4);
}


.blog-post a {
	 display: flex;
	 /* padding: 50px; */
	 overflow: hidden;
	 align-items: center;
	 max-width: 1000px;
	 margin: auto;
	 color: #333;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 14px;
	 border-radius: 6px;
	 margin-bottom: 20px;
	 text-decoration: none;
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .blog-post.home-list a {
	 padding: 11px;
	 margin-top: -3%;
	
}
.font-news, .font-news:before{
	    font-size: 95% !important;
}
.news-home{
    margin-top: -2%;
}
h4.news-title-list{
	font-family: 'Open Sans', sans-serif;
    padding: 2% 0% 7% 2%;
    font-size: 2.2rem;
    font-weight: 600;
    color: #444F60;
}
.next-news {
	float: right;
    clear: both;
    font-weight: 700;
	margin-top: 0% !important;
}
 .blog-post a:hover, .home-post a:hover {
	 box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .blog-post .content {
	 width: 65%;
} 

.blog-post.home-list .content {
	 width: 100%;
	 height: 70px;
}
 .blog-post .content .post-title {
	 font-size: 1.2rem;
	 text-transform: capitalize;
	 color: #201b6b;
	 font-weight: 500;
	 font-family: 'Cabin', sans-serif;
}
 .blog-post .content .post-title .blog-date {
	 font-size: 12px;
	 margin-left: 20px;
	 color: #6d7482;
	 font-family: 'Cabin', sans-serif;
}
 .blog-post .content .post-title .blog-date:before {
	 content: '|';
	 color: #2bb673;
	 font-size: 25px;
	 top: auto;
	 position: relative;
	 margin-right: 10px;
}
 .blog-post .content .rounded {
	 margin-left: 0;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 width: 70px;
	 height: 3px;
	 border-radius: 6px;
	 background-image: linear-gradient(to right, #25aae1, #40e495);
	 margin-left: 0;
	 margin-top: 10px;
	 margin-bottom: 10px;
}
 .blog-post .content .post-meta {
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
}
 .blog-post .content .post-meta .author-block {
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
}
 .blog-post .content .post-meta .author-block img {
	 border-radius: 50%;
}
 .blog-post .content .post-meta .author-block .author-name {
	 font-size: 0.75rem;
	 font-family: 'Cabin', sans-serif;
	 color: white;
	 padding: 0 10px;
}
 .blog-post .content .post-meta .author-block .author-name span {
	 display: block;
}
 .blog-post .content .post-meta .author-block .author-name span:nth-child(2) {
	 color: blue;
}
 .blog-post .content .post-meta .author-block .author-name span:nth-child(2) small {
	 color: white !important;
}
 .blog-post .content .post-meta .stats-block {
	 margin-left: auto;
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
}
 .blog-post .content .post-meta .stats-block .comments, .blog-post .content .post-meta .stats-block .likes {
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
	 margin: 0 5px;
}
 .blog-post .content .post-meta .stats-block .comments svg, .blog-post .content .post-meta .stats-block .likes svg {
	 width: 16px;
	 height: 16px;
	 stroke: white;
	 stroke-width: 1.4px;
	 cursor: pointer;
	 transition: all 0.3s;
}
 .blog-post .content .post-meta .stats-block .comments span, .blog-post .content .post-meta .stats-block .likes span {
	 color: white;
	 padding: 0 2px;
	 font-size: 0.75rem;
}
 .blog-post .content .post-meta .stats-block .likes svg {
	 fill: red;
	 stroke: red;
}
 .blog-post p {
	 color: rgba(94, 147, 255, .9);
}
 .post-caption .author-block {
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
}
 .post-caption .author-block img {
	 border-radius: 50%;
}
 .post-caption .author-block .author-name {
	 font-size: 0.75rem;
	 font-family: 'Cabin', sans-serif;
	 color: white;
	 padding: 0 10px;
}
 .post-caption .author-block .author-name span {
	 display: block;
}
 .post-caption .author-block .author-name span:nth-child(2) {
	 color: blue;
}
 .post-caption .author-block .author-name span:nth-child(2) small {
	 color: white !important;
}
 .like-button {
	 position: absolute;
	 top: calc(50% - 25px);
	 left: -25px;
	 width: 50px;
	 height: 50px;
	 border-radius: 50%;
	 background: grey;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin: 0 auto;
	 text-decoration: none;
	 overflow: hidden;
}
 .like-button .like-overlay {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 50px;
	 height: 50px;
	 border-radius: 50%;
	 transform: scale(0);
	 transition: all 0.4s;
	 z-index: 0;
}
 .like-button svg {
	 display: block;
	 stroke: white;
	 position: relative;
	 transition: all 0.4s;
	 z-index: 1;
}
 .like-button.is-active .like-overlay {
	 transform: scale(1);
}
 .like-button.is-active svg {
	 display: block;
	 stroke: white;
	 fill: white;
	 position: relative;
	 z-index: 1;
}

.news-home .tile.has-background-image .tile-content p, .news-home .tile.has-background-image .tile-content .products, .news-home .tile.has-background-image .tile-content .action {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	/*color: #1f0e0e;*/
	font-size: 1rem;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition: all .4s;
	font-size: .9rem;
}

.news-home .tile-content{
    padding: 3% 1%;
    background: #25212169;
    color: white;
    font-size: small;
}

.news-home .tile-content a{
float: right;
clear: both;
color: antiquewhite;
}

.news-home .tile-content a:hover{
color: #4fc1ea;
}

.news-home .tile-content svg{
	position: relative;
    top: 7px;
}

 @media screen and (max-width: 768px) {
	 .blog-post {
		 width: 92%;
		 margin: auto;
	}
	 .blog-post a {
		 display: block;
		 padding: 10px;
	}
	 .blog-post .content {
		 width: 100%;
		 margin-top: 35px;
	}
	 .blog-post .content .post-title {
		 font-size: 18px;
	}
	 .blog-post .content .post-title .blog-date {
		 margin: 0;
	}
	 .blog-post .featured-image {
		 width: 100%;
	}
	 .blog-post .featured-image img {
		 width: 100%;
		 height: 150px;
		 object-fit: cover;
	}
	
	.news-slider-home article {
		width: 100%;
		background-position: center;
	}
	
	.news-slider-home .carousel-navigation{
		top: -82px !important;		
	}
	
	.nav-sert button{
		width: 89%;
	}
}


 
 @media screen and (max-width: 400px) {
	 .news-slider-home article {
		width: 52%;
		background-position: center;
	}
	
	.news-slider-home .carousel-navigation{
		width: 50% !important;
		top: -82px !important;		
	}
 }