/*
	* CSS for Posts
	*
	* @package      sixsistersstuff
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.content-sidebar-wrap {
    display: flex;
    width: 100%;
    margin: 20px auto 0;
    max-width: 1200px;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
}

.content-sidebar-wrap #primary {
    width: 100%;
    max-width:760px;
}

#secondary {
    margin-left: 40px;
    max-width: 340px;
}
@media (max-width: 1200px) {
    .content-sidebar-wrap {
        padding: 0 10px;
    }
    #secondary {
        max-width: 300px;
        margin-left: 40px;
    }
    .content-sidebar-wrap #primary {
        max-width: fit-content;
    }
}
@media (max-width: 1024px) {
    .content-sidebar-wrap {
        flex-wrap: wrap;
    }
       #secondary {
        max-width: 100%;
        margin-left: 0;
    }
    .content-sidebar-wrap #primary {
        max-width: 100%;
    } 
}

/*--------------------------------------------------------------
## Post Header
--------------------------------------------------------------*/
.entry-header {
    background-color: #FFFFFF;
    opacity: 1;
    background-size: 4px 4px;
    background-image: repeating-linear-gradient(45deg, #F5F5F5 0, #F5F5F5 1px, #FFFFFF 0, #FFFFFF 50%);
    padding: 20px 40px;
    max-width: 100vw;
    margin: 0 auto;
    width: 100% !important;
}
.entry-header .wrap {
    border: 1px solid #EAEAEA;
    background: #FFFFFF;
    padding: 10px;
}
.entry-header-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    position:relative;
}
.entry-header-group .post-thumbnail {
    width: 400px;
    height: 500px;
    margin: 0;
    display: block;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.entry-header-group .post-thumbnail img {
    display: block;
    line-height: 1;
}
.entry-header-group .entry-header-content {
    width: calc(100% - 400px);
    height: auto;
    margin: 0;
    padding: 20px;
    position:relative;
}
.entry-header-group .post-date {
    font-size: 15px;
    margin: 0 0 10px;
    font-style: italic;
}

h1.entry-title {
    margin: 0 0 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'dmserif',  Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: 0;
}
.entry-header-feedback {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: .9rem;
}
.entry-header-feedback .post-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.entry-header-feedback .post-author img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.entry-header-feedback a {
    text-decoration: underline;
    color: #3C3B3A;
    font-weight: 700;
    letter-spacing: -.05rem;
}
.entry-header-feedback .post-author .label {
    margin-right: 3px;
}

.entry-details a {
    font-weight: 400;
}
.entry-details {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

a.recipe-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 15px;
    margin: 15px 0 0;
    line-height: 1;
    background: #06727D;
    color: #FFFFFF;
}
.recipe-info .sm-caps {
    display: block;
}
.recipe-info .svg-icon {
    fill: #ffffff;
    width: 15px;
    height: 15px;
    margin-left: 3px;
}
.recipe-info:hover {
    background: #3C3B3A;
}
a.recipe-info, a.recipe-info:visited {
    color: #ffffff;
}
a.recipe-info:hover, a.recipe-info:visited:hover {
    color: #ffffff;
}

.disclosure {
    text-align: left;
}
.disclosure a {
    text-decoration: underline;
    font-weight: 700;
}

.entry-header-group .recipe-time {
    position: absolute;
    background: #f5f5f5;
    padding: 10px 15px;
    line-height:1;
    left: -30px;
    top: -30px;
    justify-content: center;
}


.subtext {
    font-weight:  400;
    font-size:  20px;
    line-height:  1.3;
    margin:  20px 0;
}
@media (max-width: 1030px) {
    .entry-header-group .post-thumbnail {
        width: 300px;
        height: 450px;
    }
    .entry-header-group .entry-header-content {
        width: calc(100% - 300px);
    }
}
@media (max-width: 980px) {
    .entry-header-group {
        display: block;
    }
    .entry-header-group .post-thumbnail {
        width: 100%;
        height: 200px;
    }
    .entry-header-group .entry-header-content {
        width: 100%;
        padding: 30px 20px 20px;
    }
    .recipe-time {
        left: 20px;
        top: -20px;
    }
}
@media (max-width: 655px) {
    .entry-header {
        padding: 20px;
    }
    .entry-header .wrap {
        width: 100%;
    }
    .entry-header-feedback {
        flex-wrap: wrap;
        gap: 20px;
    }
    .entry-header-feedback .post-author { 
        width: 100%;
    }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

/* Wrapper div for the entire comment form. */
#respond {
    border: 4px double #DADADA;
    padding: 20px;
}

h3#reply-title, h2.comments-title {
    text-align: left;
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'dmserif',  Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: -1px;
}

h2.comments-title {
    margin-top: 40px;
}
.akismet_comment_form_privacy_notice {
    text-align:  center;
    font-size:  14px;
    margin:  20px auto;
}
.comment-form p {
    margin: 0 0 5px;
}
.comment-form label {
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}

p.comment-form-author, p.comment-form-email {
    background: #F5F5F5;
    padding: 5px 10px;
    border-radius: 5px;
}

p.comment-form-comment {
    background: #F5F5F5;
    padding: 5px 10px;
    border-radius: 5px;
}

p.comment-form-author input#author, p.comment-form-email input#email {
    border: 0;
}

p.comment-form-comment textarea#comment {
    border: 0;
    padding: 0;
}
p.comment-form-cookies-consent {
    margin: 0 0 10px;
}
p.form-submit {
    margin: 0;
}

#cancel-comment-reply-link {
    display: block;
    margin-top: 5px;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.comment-form-cookies-consent input {
    vertical-align: middle;
}

/* Comment List Format */
.comment {
    list-style-type: none;
    position: relative;
    padding-left: 0;
}
ol>li.comment::before {
    display:none;
}

.comment-body {
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.comment-body p {
    margin: 0 0 10px;
}

.comment-body .sm-ser {
    text-transform: lowercase;
    font-size: 12px;
}

.bypostauthor .comment-body {
    background: #F5F5F5;
}

.bypostauthor ul li .comment-body {
    background: transparent;
}

.bypostauthor ul li.bypostauthor .comment-body {
    background: #F5F5F5;
}

.comment-content {
    font-size: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comments-pagination {
    text-align: center;
    margin: 20px auto;
}


/*--------------------------------------------------------------
Post Author
--------------------------------------------------------------*/
.post-author-bio {
    position: relative;
    margin: 0 0 40px;
        text-align: left;
    -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    z-index: 1;
}
.post-author-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
}
.post-author-header .author-img {
    width: 100px;
    height: 100px;
}
.author-img img {
    line-height: 1;
    border-radius: 50%;
    display: block;
    margin: 0;
    width: 100px;
    height: 100px;
}

.post-author-title {
    width: calc(100% - 100px);
    padding-left: 10px;
}


h3.author-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'dmserif',  Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: -1px;
    margin: 5px 0 0;
}
.author-bio {
    font-size: 16px;
    line-height: 1.4;
}
.post-author-bio .read-more {
    margin: 10px 0 0;
}

/*--------------------------------------------------------------
Post Related
--------------------------------------------------------------*/
.post-related {
    margin: 40px auto;
    padding: 0;
}


/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 20px;
}

.widget-title {
    margin: 0 0 10px;
    line-height: 1.1;
    font-weight: 700;
    text-align: left;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing:.0rem;
    border-bottom: 1px solid #3C3B3A;
    width: fit-content;
    padding: 0 0 1px;
}

.widget select {
    max-width: 100%;
}

.widget a, .widget a:visited {
    color: #3C3B3A;
}

.widget a:hover, .widget a:visited:hover {
    color: #06727D;
}

.widget li {
    display: block;
    list-style: none;
    text-align: center;
    font-size: 14px;
}
/*--------------------------------------------------------------
Widget: Search
--------------------------------------------------------------*/
.widget_search {
    -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
}
/*--------------------------------------------------------------
Widget: LH WIDGET
--------------------------------------------------------------*/
.lh_posts_widget {
    margin: 40px auto;
}

/*--------------------------------------------------------------
## Activate Campaign Forms
--------------------------------------------------------------*/
._form {
    display: block;
    background: #f5f5f5;
    margin: 30px auto;
    padding: 20px;
}
._form-title {
    text-transform:  uppercase;
    text-align:  left;
    letter-spacing:  1px;
    font-weight:  700;
    font-size:  24px;
    line-height:  1.3;
    display:  block;
    margin:  0 0 10px;
}
._form_element p {
    text-align:  left;
}
._form_element label {
    display:  none;
}
._form_element input[type="text"], ._form_element input[type="email"] {
    width:  100%;
    margin:  2px 0;
}
._form ._button-wrapper {
    display:  block;
    text-align:  left;
}
/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/
.single .lh-block {
    padding:  15px;
}
.single .lh-block.bg-5 {
    padding: 0;
}
.single .lh-block.bg-5 .wrap {
    width: 100%;
}
.section-posts {
    display:  flex;
    align-items:  flex-start;
    justify-content:  space-between;
    flex-wrap:  wrap;
}
/*--------------------------------------------------------------
## Cooking Tip Block
--------------------------------------------------------------*/
.cooking-tip-inner {
    background:  #06727D;
    padding:  20px;
    margin:  30px auto;
    position:  relative;
    color:  #ffffff;
}
.cooking-tip-inner a, .cooking-tip-inner a:visited {
    color:  #ffffff;
    text-decoration:  underline;
}
.cooking-tip-inner a:hover, .cooking-tip-inner a:visited:hover{
    color:  #f5f5f5;
}
/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
    h1.entry-title {
        font-size: 32px;
    }
    .entry-footer {
        display: block;
        text-align: center;
    }
    .post-share {
        justify-content: center;
        margin: 15px auto 0;
    }
    .disclosure {
        font-size: .6rem;
    }
}