/*
File: blog.css
This contains overrides for the news/blog section
*/

#rf-body.post-template-default .entry-content h2,
#rf-body.post-template-default .entry-content h3,
#rf-body.post-template-default .entry-content h4,
#rf-body.post-template-default .entry-content h5 {
    padding-bottom: 10px;
}

#rf-body.post-template-default .entry-content h2 {
    font-size: 26px;
}

#rf-body.post-template-default .entry-content h3 {
    font-size: 22px;
}

#rf-body.post-template-default .entry-content h4 {
    font-size: 18px;
}

#rf-body.post-template-default .entry-content h5 {
    font-size: 14px;
}

#rf-body.archive h1.entry-title {
    text-transform: capitalize;
}

#rf-body .tagcloud a {
    border-radius: 24px;
}

#rf-body .rf-sidebar-social .ul-social-et {
    justify-content: flex-start;
}
