File: //home/p8pyefaexf70/public_html/wp-content/themes/veres/sass/components/blog/_list-posts.scss
.post_item-thumbnail {
margin-bottom: 30px;
}
.post_item{
margin-bottom: 80px;
@media (max-width: 1279px){
margin-bottom: 50px;
}
}
.entry-meta__item{
&:not(:first-child){
&:before{
content: "|";
display: inline-block;
margin-left: 1em;
margin-right: 1em;
position: relative;
font-size: .7em;
top: -1px;
}
}
}
.entry-meta{
font-size: 0.875em;
margin-bottom: .875em;
color: $three-color;
.entry-meta__item{
display: inline-block;
vertical-align: top;
}
.post__terms{
a{
color: $primary-color;
&:hover{
text-decoration: underline;
}
}
}
}
.entry-excerpt{
margin-bottom: 40px;
color: $three-color;
}
span.sticky-post {
background-color: $primary-color;
color: #fff;
padding: .4em .6em;
text-transform: uppercase;
font-size: .875em;
display: inline-block;
vertical-align: top;
line-height: 1;
margin-top: 2px;
font-weight: 500;
}
.sticky-post + .entry-meta__item:before{
content: '';
}