/*MARGINS FOR CONTENT AND SIDEBAR BLOG PAGE */
body.blog .site-main, body.blog .sidebar-main {
margin-top: 60px !important;
font-size: 14px !important;
}
/* GLOBAL BLOG BODY */
body.blog {
background-image: url("https://johnnybollow.com/wp-content/uploads/2019/05/Sammy-fountain-cropped.jpg") !important;
background-position: top left;
}

/* SIDEBAR */
aside {
background-color: #EEEEEE !important;
background-color: rgba(255,255,255,0.7) !important;
}

/*SIDEBAR SEARCH */
aside#search-2.widget.widget_search {
background-color: #FFFFFF !important;
/*background-color: rgba(255,255,255,0.4) !important; */
border-radius: 10px 10px 0px 0px;
}

/* MAIN BLOG INDEX CONTENT */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 2em 3em !important;
}