h1 {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 1.5rem;
}
.entry-content p {
margin-bottom: 1rem;
}
.entry-content p strong {
font-weight: bold;
font-size: inherit;
}
.list-posts {
display: flex;
flex-wrap: wrap;
}
.post-item {
flex: 0 0 auto;
width: 32%;
margin-bottom: 1rem;
margin-left: 2%;
}
.post-item:nth-of-type(3n+1) {
margin-left: 0;
}
.post-img {
position: relative;
}
.post-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.post-meta {
display: flex;
align-items: center;
justify-content: space-between;
}
.post-date {
text-align: right;
}
.post-title a {
color: #01316d;
}
.post-title a:hover, .post-author a:hover {
color: #0a58ca;
}
.post-cat {
background-size: 13px auto;
background-repeat: no-repeat;
background-position: left center;
padding: 0 10px 0 20px;
}
.cat-content, .cat-content:hover {
color: #ff32a0;
background-image: url(//cashing-field-thailand.com/wp-content/themes/cashing-field-th/images/money-pink.png);
}
.post-author a {
display: inline-block;
color: #01316d;
}
.post-img .new-entry {
color: #fff;
background-color: #EA0000;
text-transform: uppercase;
position: absolute;
left: 0;
top: 0;
padding: 5px;
font-size: 14px;
}
@media (max-width: 767px) {
.list-posts .post-item {
display: flex;
width: 100%;
margin-left: 0;
}
.list-posts .post-img {
width: 126px;
}
.list-posts .post-content {
padding-left: 10px;
flex: 1;
font-size: 1.125rem;
}
}