/*
    Theme Name: RBLTracker
    Author: Mike Pultz
    Version: 1.0
*/
.content_hero_blog {
    padding-bottom: 35px;
}
.content_hero_blog hgroup h1,
.content_hero_blog hgroup h2 {
    font-size: 2.8em;
}

.content_area hgroup h1

a.link {
    color: var(--secondary-accent-color);
    text-decoration: none;
}
a.link:hover {
    text-decoration: underline;
}

#blog .page_width {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

#blog #primary {
    width: 75%;
}
#blog #sidebar {
    width: 250px;
}

/* main page grid */
.site_content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 2em;
    grid-column-gap: 2em;
}
.site_content article {
    border: solid 1px #dfdfdf;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.site_content article .grid_details {
    background-color: rgba(35, 54, 89, 0.9);
    width: 100%;
    padding: 30px 20px;
    display: grid;
    grid-template-rows: 20px 75px 20px;
    grid-row-gap: 20px;
}
.site_content article .grid_details:hover {
    text-decoration: none;
}
.site_content article .grid_details h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.site_content article .grid_details .author_info {
    color: hsla(0,0%,100%,.6);
}
.site_content article a {
    width: 100%;
    height: 100%;
    color: #fff;
}

/* post styles */
.post {
    font-size: 1em;
}
.post a {
    color: var(--secondary-accent-color);
    text-decoration: none;
}
.post a:hover {
    text-decoration: underline;
}
.post pre {
    padding: 1.5em;
    border: dashed 2px #e6e6e6;
    background-color: #f5f4f4;
    font-size: 0.9em;
    font-family: "Lucida Console",monospace;
    overflow: auto;
    margin: 1.5em 0;
    line-height: 1.2em;
}
.post ul, .post ol {
    padding-left: 2.5em;
    margin-bottom: 1.5em;
}
.post ul li, .post ol li {
    margin-bottom: 1em;
}
.post img {
    max-width: 100%;
    height: auto;
    border: solid 1px #e6e6e6;
    padding: 0.5em;
}
.post p {
    line-height: 1.4em;
    margin-bottom: 1em;
}
.post .wp-post-image {
}
.post .entry_title {
    font-family: var(--title-font);
    font-size: 2em;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--tertiary-text-color);
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.5em;
    margin: 0px;
}
.post .entry_title a {
    color: var(--tertiary-text-color);
}
.post .entry_title a {
    text-decoration: none;
}
.post h2, .post h3 {
    font-family: var(--title-font);
    font-size: 1.6em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 1.5em 0 0.5em 0;
    color: var(--tertiary-text-color);
}
.post h4 {
    font-family: var(--title-font);
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 1.5em 0 0.5em 0;
    color: var(--tertiary-text-color);
}
.post ol {
    list-style-type: decimal;
}
.post ol li, .post ul li {
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
.post ul {
    list-style-type: disc;
}

/* meta details */
.entry_sub_header {
    padding: 4px 0px 4px 0px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}
.entry_sub_header .author_info {
    line-height: 1.4em;
}
.entry_sub_header .social_media {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.entry_sub_header .social_media a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    width: 40px;
    height: 40px;
    text-decoration: none;
    margin-left: 5px;
}
.entry_sub_header .social_media a:hover {
    opacity: 0.8;
}
.entry_sub_header .social_media a i {
    color: var(--secondary-accent-color);
    font-size: 22px;
}

/* footer meta */
.entry_meta {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    position: relative;
}
.entry_meta .meta_details {
    line-height: 1.4em;
    margin-top: -0.5em;
    text-align: center;
}
.entry_meta hr {
    width: 100%;
    border: none;
    border-top: 4px double #ccc;
    text-align: center;
    margin: 1.5em 0 0 0;
    overflow: visible;
}
.entry_meta hr:after {
    content: '\f1b2';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    display: inline-block;
    position: relative;
    top: -0.6em;
    font-size: 2.2em;
    padding: 0 0.25em;
    background: var(--primary-bg-color);
    color: #ccc;
}

/* sidebar */
#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#sidebar ul li {
    margin-bottom: 1em;
    line-height: 1.4em;
}
#sidebar .widget_title {
    font-family: var(--title-font);
    font-size: 1.6em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1em 0;
}
#sidebar .widget {
    padding: 2.2em 2.2em;
    background-color: var(--primary-bg-color);
    box-shadow: 0 5px 5px rgba(148,151,155,.25);
    margin-bottom: 2em;
}
#sidebar a {
    color: var(--secondary-accent-color);
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}

/* images */
.alignleft {
    float: left;
    margin: 0 1.2em 1.2em 0;
}
.alignright {
    float: right;
    margin: 0 0 1.2em 1.2em;
}
.aligncenter {
    display: block;
    margin: 1.2em auto;
}

/* next/prev post links */
.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 4em;
}
.navigation a {
    font-size: 0.9em;
    color: var(--secondary-accent-color);
    margin: 0 1em;
}

/* related posts */
.related_posts > h2 {
    font-family: var(--title-font);
    font-size: 2em;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .site_content {
        grid-template-columns: repeat(2,1fr);
    }
    #blog #primary {
        margin-right: 15px;
    }
}
@media screen and (max-width: 950px) {

    #blog #primary {
        width: 100%;
        margin-right: 0px;
    }
    #blog #sidebar {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .site_content {
        display: block;
    }             
    .site_content article {
        margin-bottom: 2em;
    }
    #blog .related_posts {
        flex-direction: column;
    }
    .related_posts > h2 {
        border-bottom: solid 1px #ccc;
        padding-bottom: 0.3em;
        margin-bottom: 0.5em;
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .post img {
        width: 100%;
        float: none;
        display: block;
        margin: 2em 0;
    }
}
