/* Enter Your Custom CSS Here */
.site-header {
    margin-top: 0;
    padding-top: 66px;
}

.site-topbar {
    position: fixed;
}
.site-header .site-branding {
    float: left;
    text-align: center;
    width: 30%;
}

.header-ad {
    float: left;
    width: 70%;
}
.site-content {
    margin-top: 0.5rem;
}
h1.entry-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}
section h2 {
    font-size: 26px;
    margin: 0 0 25px;
    font-weight: 300;
}
.home h1.feed-title {
    font-weight: 500;
    font-size: 18px;
    display: none;
}
.entry {
    margin: 0 auto 20px;
}
figcaption.wp-caption-text {
    font-size: 22px;
    text-align: center;
    background: #f5f5f5;
}
figcaption.wp-caption-text {
    font-size: 16px;
    text-align: center;
    background: #f5f5f5;
}
@media (max-width: 480px){
figcaption.wp-caption-text {
    font-size: 12px;

}
}