|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/wp-content/plugins/better-amp/template/css/ |
/*
* => Base Listings
*/
.posts-listing{
margin-bottom: 30px;
}
.listing-item{
position: relative;
}
.listing-item .post-title{
font-family: 'Roboto', sans-serif;
font-weight: 500;
color: #363636;
font-size: 15px;
line-height: 1.3;
margin: 0 0 10px;
}
.listing-item .post-title a {
color: #363636;
text-decoration: none;
}
.listing-item .post-meta{
margin-top: 15px;
font-size: 12px;
}
.listing-item .post-meta .post-date .fa{
margin-right: 3px;
}
.listing-item a.post-read-more{
font-family: 'Roboto',sans-serif;
font-weight: 500;
font-size: 12px;
color: #363636;
text-decoration: none;
background: #f9f9f9;
border: 1px solid #d8d8d8;
padding: 0 13px;
border-radius: 33px;
display: inline-block;
line-height: 24px;
}
.listing-item a.post-read-more .fa {
margin-left: 3px;
}
.listing-item a.post-read-more:hover {
border-color: transparent;
color: #fff;
}
.listing-item .post-excerpt {
color: inherit;
font-family: 'Lato',sans-serif;
font-weight: 200;
font-size: 14px;
line-height: 1.4;
}
.listing-item .post-excerpt p:last-child{
margin-bottom: 0;
}