a.post-author { display: none!important;
}
span.post-date { display: none!important;
} body.blog article, body.archive article {
width: 32.5%;
display: inline-block;
vertical-align: top;
text-align: left;
margin-bottom: 10px;
position: relative;
}
@media only screen and (max-device-width : 1024px) and (orientation : portrait) {
body.blog article, body.archive article {
width: 49%;
}
}
@media only screen and (max-width : 768px) {
body.blog article, body.archive article {
width: 49%;
}
}
@media only screen and (max-width : 480px) {
body.blog article, body.archive article {
width: 100%;
}
}
.blog-style1.punte-blog-post .entry-title a{
font-size: 20px;
font-weight: 700;
line-height: 1.33;
color: #343434;
display: inline-block;
}
.blog-style1 .entry-readmore a{
border: 1px solid #e80000;
padding: 5px 20px;
font-size: 14px;
display: inline-block;
background-color: #E80000;
color: #fff;
}
.sub-menu .menu-item a {
color: #000000;
}