/*
Theme Name: Rock 'n Roots Farm
Template: salient
Author: Christy Eller
Version: 11.0.1.1572288602
Updated: 2019-10-28 12:50:02

*/

.container-wrap{
	padding-bottom: 0px;
}

.breadcrumb-nav {
	margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.breadcrumb-nav a {
    color: #000;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.post-date {
    font-size: 14px;
    color: #666;
}

.post-date i {
    margin-right: 5px;
}

.post-author {
    font-size: 14px;
    color: #666;
}

.post-author a {
    color: #000;
    text-decoration: none;
}

.post-author a:hover {
    text-decoration: underline;
}

.post-content-wrapper {
    position: relative;
    margin-top: 20px;
}

.featured-image-wrapper {
    float: left;
    width: 50%;
    margin: 0 30px 20px 0;
}

.featured-image {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 999px) {
    .featured-image-wrapper {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Style the content area */
.post-content {
    margin: 0;
    padding: 0;
}

/* Clear floats */
.post-content-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.post-content .content-inner > p:first-of-type:first-letter {
    float: left;
    font-size: 60px;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

/* Ensure proper text wrapping around drop cap */
.post-content .content-inner > p:first-of-type {
    margin-top: 0;
}

.blog-title {
    background-color: #fcfcfc;
    padding: 20px 0;
    margin: 0 0 20px 0;
    text-align: center;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

/* Container for blog title text */
.blog-title-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h2.blog-title {
    color: #444;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    font-weight: 400;
    position: relative;
}

.blog-index-image {
    display: block;
    margin-bottom: 10px;;
}

.blog-index-image img {
    margin: 0 auto;
    display: block;
}

.posts-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

/* Blog Post Side-by-Side Layout */
.post-layout {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.blog-index-image {
    flex: 0 0 300px;
}

.blog-index-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.article-content-wrap {
    flex: 1;
}

@media (max-width: 999px) {
    .post-layout {
        flex-direction: column;
    }

    .blog-index-image {
        flex: 0 0 auto;
    }
}

.post-layout .title a {
    color: #676767 !important;
}

.post-layout .title a:hover {
    color: #145f91 !important;
}
