
.post {
display: inline-block;
vertical-align: top;
width: 33.333%;
padding: 0 0.75%;
box-sizing: border-box;
margin: 15px -4px 30px 0;
}
aside .post,
.wp-block-columns .post {
display: block;
width: 100%;
margin-right: 0;
}

.post .pic {
margin: 0 0 15px 0;
}
.post .pic a {
position: relative;
display: block;
}
.post .pic img {
position: relative;
right: 0;
display: block;
width: 100%;
max-width: none;
transition: all .2s;
z-index: 2;
-webkit-backface-visibility: hidden;
}
.post .pic a:hover img {
filter: brightness(75%);
}

.post h3 {
margin: 0 0 10px 0;
}
.post h3 a {
text-decoration: none;
}
.post p {
margin: 0 0 10px 0;
}
.post p.heading {
font-weight: 700;
}
.post p.heading a {
color: #1e1e1e;
text-decoration: none;
}
.post p.heading a:hover {
color: #ff8a3d;
}
.post p.heading a:after {
content: '\f054';
display: inline-block;
font-family: "Font Awesome 5 Free";
font-size: 0.75em;
margin: 0 0 0 5px;
}
.post a.post_link {
display: inline-block;
color: #ff8a3d;
text-decoration: none;
white-space: nowrap;
}
.post a.post_link i {
font-size: 0.8em;
}
a.post_link:hover {
color: #1e1e1e;
}

.post p.meta {
font-size: 0.8em;
line-height: 1.4em;
color: #999;
}
.post .meta a {
display: inline-block;
color: #999;
margin: 0 2px;
}
.post .meta a:hover {
color: #1e1e1e;
}

p.category {
font-size: 0.7em;
line-height: 1.4em;
text-transform: uppercase;
color: #999;
padding: 2px 0 0 0;
margin: 0;
}
p.category span {
margin: 0 5px 0 0;
}
p.category a {
display: inline-block;
white-space: nowrap;
color: #999;
background: #e5e5e5;
text-decoration: none;
border-radius: 3px;
padding: 2px 10px;
margin: 0 2px;
}
p.category a:hover {
color: #fff;
background: #999;
}

@media screen and (max-width: 767px) {
	.post {
	width: 100%;
	padding: 0;
	}
}

/* View all heading/links
....................................................................... */
.viewall {
display: flex;
flex-wrap: wrap;
align-items: center;
border-bottom: 1px solid #e5e5e5;
margin: 30px 0 20px 0;
}
.viewall_left {
flex: 1 0 auto;
}
.viewall_right {
flex: 0 1 auto;
margin-left: 0;
}
.viewall h2 {
color: #1e1e1e;
margin: 10px 0;
}
.viewall a.boldlink {
margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {

}