/* * {
    margin: 0;
    font-family: 'Montserrat Alternates', sans-serif;
    box-sizing: border-box;
} */
.post-wrap {
    max-width: 400px;
    
   }
.post-item {
	padding: 5px;	
}
.post-item-wrap {
    position: relative;
     border: 2px solid #dee6eb;
   
    }
.post-item img {
	display: block;
	width: 100%;
}

/* .post-item .post-info {
    opacity: 1;
} */

.post-item:hover .post-info {
    opacity: 1;
}
/* .post-item:hover {border: 1px solid #fc5a5a;} */
.post-link {
	text-decoration: none;
	
}
.post-info {
	background: linear-gradient(to bottom,rgba(47, 28, 20, 0) 10%,rgba(18, 18, 17, 0.82) 100%);
	color: white;
	opacity: 0;
	position: absolute;
	bottom: 0px;
    width: 100%;
	transition: .5s linear;
	
	
}
.post-meta {
	text-transform: uppercase;
	line-height: 10px;
	font-weight: 500;
	font-size: 11px;
    color: white;
	padding: 0 0 10px 15px;
	margin-bottom: 5px;
	position: relative;
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid #ff7760;
    letter-spacing: 0.15em;
}
.post-date:after {
	content: "\2022";
	margin: 0 6px;
	font-size: 14px;
}
.post-title {
	padding: 0 10px;
	font-weight: 400;
	margin-bottom: 10px;
    text-align: center;
    line-height: 25px;
    color: white;
    letter-spacing: 0.12em;
}

.button-top10{
    margin: 5px auto;
   text-align: center;
}
.kategor-button-top10 {
  text-decoration: none;
  display: inline-block;
  padding: 10px 12px;
  background: #cccccc;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  transition: .3s ease-in;
   border-radius: 10px;
}
.post-item:hover .kategor-button-top10 {
   
    background: #fc5a5a;}





@media (min-width: 768px) {
	.post-item {
		flex-basis: 50%;
		flex-shrink: 0;				
	}
}
@media (min-width: 960px) {
	.post-item {
		flex-basis: 33.333333333%;			
	}
}