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

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

#secondary {
    max-width: 300px;
    margin-left: 5px;
}

/*--------------------------------------------------------------
## Post Header
--------------------------------------------------------------*/
.entry-header {
    border-bottom: 1px solid #F5F5F5;
    margin: 0 0 10px;
}

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-details a {
    font-weight: 400;
}
.entry-details {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.entry-details .recipe-meta {
    margin: 0 15px 0 0;
}

a.recipe-info {
    display: block;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 15px 0 0;
    line-height: 1;
    border: 1px solid #3C3B3A;
    color: #3C3B3A;
}
.recipe-info .sm-caps {
    display: block;
}
.recipe-info .sm-ser {
    text-transform: lowercase;
    font-weight: 400;
}

.recipe-info:hover {
    background: #3C3B3A;
}
a.recipe-info, a.recipe-info:visited {
    color: #3C3B3A;
}
a.recipe-info:hover, a.recipe-info:visited:hover {
    color: #ffffff;
}

.disclosure {
    margin: 0 0 20px;
}

.subtext {
    font-weight:  700;
    font-size:  20px;
    line-height:  1.3;
    margin:  0 0 20px;
}
.post-thumbnail {
    display:  block;
    margin:  0 auto 20px;
    text-align:  center;
}
/*--------------------------------------------------------------
## Entry Footer
--------------------------------------------------------------*/
.entry-footer {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin: 20px auto;
    padding: 10px 0;
}
.post-date {
    margin: 0 10px 0 0;
}

.post-share {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.post-share .icon-font::before {
    width: 30px;
    height: 30px;
   margin: 0 10px 0 0;
}

.post-share a:hover {
    transform: scale(1.5);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

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

h3#reply-title, h2.comments-title {
    text-align: left;
    margin-bottom: 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 #F5F5F5;
    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;
}

.comment-content .wprm-comment-rating {
    position: absolute;
    right: 20px;
    top: 20px;
}

/*--------------------------------------------------------------
Post Author
--------------------------------------------------------------*/
.post-author-bio {
    position: relative;
    margin: 0 0 20px;
}
.author-img {
    z-index: 3;
    position: relative;
}
.author-img img {
    line-height: 1;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.post-author-info {
    text-align: center;
    -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: 80px 20px 20px;
    z-index: 1;
    margin-top: -70px;
}
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: 10px auto;
}
.author-bio {
    font-size: 15px;
    line-height: 1.3;
}
.post-author-info .read-more {
    margin: 5px auto 0;
    padding: 10px 15px;
}

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


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

.lh-subscribe .widget {
    margin: 0;
}
.widget-title {
    margin: 0 auto 10px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.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: Posts
--------------------------------------------------------------*/
.widget-posts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------
Widget: Genesis Enews
--------------------------------------------------------------*/
.secondary .enews-widget {
    border: 0;
    background: #3C3B3A;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
}
}
.secondary .enews-widget a, .secondary .enews-widget a:visited {
    color: #ffffff;
}
.secondary .enews-widgete a:hover, .secondary .enews-widget a:visited:hover {
    color: #F5F5F5;
}
.secondary .enews .widget-title {
font-size: 13px;
}
.secondary .enews h3 {
    margin: 15px 0;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'dmserif',  Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.secondary .enews p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.5;
}

.secondary .enews input[type="text"], .enews input[type="email"] {
    width: 100%;
    text-align: center;
    margin: 3px auto;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.secondary .enews-widget input[type="text"]::placeholder, .secondary .enews-widget input[type="email"]::placeholder {
    color: #ffffff;
    text-align: center;
}

.secondary .enews input[type="submit"] {
    margin: 3px auto 0;
    text-align: center;
    display: block;
}
.secondary .enews input[type="submit"] {
    background: #FFFFFF;
    color: #3C3B3A;
}
.secondary .enews input[type="submit"]:hover {
    background: #06727D;
    color: #FFFFFF;
}
/*--------------------------------------------------------------
## 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: 1045px) {
    .content-sidebar-wrap #primary {
        max-width: 670px;
    }
}
@media screen and (max-width: 960px) {
    .content-sidebar-wrap #primary {
        max-width: 620px;
    }
}
@media screen and (max-width: 840px) {
    .content-sidebar-wrap {
        display: block;
    }
    .content-sidebar-wrap #primary {
        max-width: 840px;
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }
    #secondary {
        margin: 0 auto;
    }
}
@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;
    }
    .recipe-info.recipe-jump {
        width: 100%;
        text-align: center;
        margin: 0 auto 10px;
    }
    .disclosure {
        font-size: .6rem;
    }
}