/* Post Footer
-------------------------------------------------- */
.post-footer {
    /* Adds margin between the end of a post and the beggining of another */
    margin-bottom: 30px !important;
}

.post-footer-line {
    /* centers the div of shared buttons */
    text-align: center !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.post-footer a {
    /* custom link colors for the footer */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000 !important;
}

.post-footer a:hover {
    color: #EAD4D1 !important;
}

.post-labels {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

/* Post Images
-------------------------------------------------- */
.post-body img {
    width: 100%;
    display: block;
    margin: auto;
    box-shadow: none;
    border: none;
    padding: 0px;
}

/* Mobile */
html .post-body img {
    max-width: 100%;
}

/* Image Thumbnail (Mobile)
-------------------------------------------------- */
.mobile-index-thumbnail img {
    width: 100% !important;
}

/* Post Text
-------------------------------------------------- */
.post-body div {
    font-size: 16px !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: #000;
}

/* Post Text (Mobile)
-------------------------------------------------- */
.mobile-post-body {
    text-align: center !important;
    padding: 10px !important;
    font-size: 12px !important;
    font-family: 'Cormorant Garamond', serif !important;
    color: #000;
}

/* Mobile Post Footer
-------------------------------------------------- */
.mobile-index-comment {
    text-align: center !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.mobile-index-comment a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000 !important;
}

.mobile-index-comment a:hover {
    color: #EAD4D1 !important;
}

/* Jump Link
-------------------------------------------------- */
.jump-link {
    margin: 30px auto;
    text-align: center;
}

.more,
.jump-link>a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    border: 2px solid #EAD4D1 !important;
    background: #EAD4D1;
    color: #000;
    display: inline-block !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.more:hover,
.jump-link>a:hover {
    background: #CA948B !important;
    border-color: #CA948B !important;
    color: #FFF !important;
}

.jump-link>a {
    color: #000;
}

@media screen and (max-width: 480px) {
    .jump-link>a {
        padding: 12px 30px !important;
    }
}

@media screen and (min-width: 481px) {
    .jump-link>a {
        padding: 12px 40px !important;
    }
}

/* Post Quotes
-------------------------------------------------- */
.post blockquote {
    display: block !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 12px !important;
    background: #fff !important;
    padding: 15px 20px 15px 45px !important;
    margin: 0 0 20px !important;
    position: relative !important;
    line-height: 1.2 !important;
    color: #666 !important;
    text-align: justify !important;
    border-left: 15px solid #CA948B !important;
    border-right: 2px solid #CA948B !important;
    -moz-box-shadow: 2px 2px 15px #ccc !important;
    -webkit-box-shadow: 2px 2px 15px #ccc !important;
    box-shadow: 2px 2px 15px #ccc !important;
}

.post blockquote::before {
    content: "\201C"; /*Unicode for Left Double Quotes*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #EAD4D1;
    position: absolute;
    left: 10px;
    top: 5px;
}

.post blockquote::after {
    content: "";
}

.post blockquote em {
    font-style: italic;
}

/* Comments
-------------------------------------------------- */
.comments h4 {
    /* Comments title */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comments .avatar-image-container img {
    /* User image */
    border-radius: 0;
}

.comments .comments-content .user {
    /* User name*/
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.comments .comments-content .datetime {
    /* Comment date */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
}

.comments .comments-content .datetime a {
    color: #000;
}

.comments .comments-content .comment-content {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px;
}

.comments .comment .comment-actions a {
    /*Answer and Delete*/
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
}

.comments .continue a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
}

.comments .thread-toggle {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.comments .thread-toggle a {
    color: #000;
}

/* Post Title
-------------------------------------------------- */
/* Web */
h3.post-title {
    font-style: normal !important;
    color: #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 25px;
}
.post-title a {
    color: #000;
}
.post-title a:hover {
    color: #CA948B
}

/* Mobile */
.mobile-index-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: normal !important;
    color: #000000 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.mobile-index-title a {
    color: #000;
}
.mobile-index-title a:hover {
    color: #CA948B;
}

/* Date
-------------------------------------------------- */
h2.date-header {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    color: #000;
    letter-spacing: 1px;
    margin: 0 !important;
    text-align: center;
}
.date-header span {
    padding: 5px 15px 5px 15px;
    position: relative;
    text-transform: uppercase;
    background-color: #EAD4D1;
}

/* Mobile */
.date-header {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    color: #000;
    letter-spacing: 1px;
    margin: 0 !important;
    text-align: center;
}

/* Image Caption
-------------------------------------------------- */
td.tr-caption {
    background-color: #EAD4D1;
    color: #000;
    padding: 5px 20px;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
}
td.tr-caption a:visited {
    color: #000 !important;
}
td.tr-caption a:link {
    color: #000 !important;
}

/* Related Posts
-------------------------------------------------- */
.related-posts-container h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related-posts-container ul,
.related-posts-container ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.related-posts-container ul li a {
    font-family: 'Cormorant Garamond', serif;
    color: #000;
    font-size: 14px;
}
.related-snippets {
margin-top: 5px;
font: italic 12px Lato;
}
.related-posts-1 li {
    list-style: inside none disc !important;
}
.related-posts-1 li,
.related-posts-2 li {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding: 0.8em 0 !important;
}
.related-posts-1 li:first-child,
.related-posts-2 li:first-child {
    border-top: medium none;
}
li.related-post-item {
    margin: 0 3% 3% 0 !important;
    width: 22.7%;
    float: left;
    list-style: none;
    position: relative;
}
li.related-post-item:last-child {
    margin: 0 0 2% !important;
}
.related-thumb-large {
    width: 100%;
    height: auto;
    border: none;
    margin: 0px auto 10px;
    padding: 0 !important;
}
.related-posts-8 li .related-title,
.related-posts-9 li .related-title,
.related-posts-9 li .related-snippets {
    padding-left: 74px;
}
.related-posts-8 li:nth-child(even),
.related-posts-9 li:nth-child(even) {
    margin: 0 0 4% !important;
}
.related-posts-8 li,
.related-posts-9 li {
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(180, 180, 180, 0.55);
    width: 42% !important;
    float: left;
    margin: 0 4% 4% 0 !important;
    padding: 3% !important;
}
.related-thumb {
    float: left;
    height: 64px;
    margin-right: 10px;
    object-fit: cover;
    width: 64px;
}
.related-posts-6 li,
.related-posts-6 a {
    line-height: 0 !important;
}
.related-posts-6 .related-thumb-large {
    margin-bottom: 0;
}
.related-posts-7 li.related-post-item {
    margin: 0 !important;
    width: 25% !important;
}
.related-wrapper {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: 0 auto;
    z-index: 4;
    background: rgba(77, 77, 77, 0.2);
}
.related-wrapper-inner {
    position: relative;
    height: 100%;
    z-index: 99;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.related-date {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 10px;
    color: #000;
}