HEX
Server: Apache
System: Linux p3plzcpnl476737.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: p8pyefaexf70 (9161224)
PHP: 7.4.33
Disabled: NONE
Upload Files
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: '';
}