.post > .td-post-header .entry-title {
color: #d4d4d4;
font-size: 39px;
}
#td-outer-wrap .td-post-title {
background-color: rgba(255, 255, 255, 0);
background-position: center;
padding-right: 21px;
padding-left: 11px;
padding-bottom: 19px;
}
.td-post-header-holder .td-module-meta-info a {
color: #e0e0df;
}
.td-post-header-holder .td-author-by {
font-size: 10px;
line-height: 10px;
}
@media screen and (max-width: 667px) {
.post > .td-post-header .entry-title {
font-size: 28px;
}
}
@media screen and (max-width: 375px) {
.post > .td-post-header .entry-title {
font-size: 22px;
}
}