/*
	* CSS for Posts
	*
	* @package      valerie
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
## Post Header
--------------------------------------------------------------*/
.entry-header {
    margin: 0 auto 20px;
    padding: 20px 0;
    background: #f0efef;
}

.entry-header .wrap {
    position: relative;
}

h1.entry-title {
    margin: 0 auto 10px
}

/*Entry Details*/
.entry-details {
    align-items: start;
}

.entry-details .left.flexbox {
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    max-width:  800px;
    justify-content:  start;
}

.post-term {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.method-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 10px 5px 0;
    text-align: left;
}

.method-link bold {
    font-weight: 700;
}

.wprm-recipe-details-unit, .wprm-recipe-rating .wprm-recipe-rating-details {
    font-size: 1em !important;
}

.wprm-recipe-rating-details {
    margin: 0;
}

.recipe-time, .vk-recipe-rating, .comment-jump {
    margin: 5px 10px 5px 0;
}

.recipe-jump .wprm-block-text-normal {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}

.recipe-info {
    margin-left: 10px;
    padding: 8px;
    color: #00283d !important;
    background: #ffffff;
    display: block;
    text-align: center;
    width: 150px;
    line-height: 1;
}

.recipe-info a, .recipe-info a:visited {
    color: #00283d !important;
}

.recipe-info:hover {
    background: #407089;
    color: #ffffff;
    transition: all .8s ease 0s;
}

.recipe-info:hover a, .recipe-info:hover a:hover, .recipe-info:hover a:visited {
    color: #ffffff !important;
}


/*--------------------------------------------------------------
## Post Details // Entry Meta
--------------------------------------------------------------*/
.post-detail:after, .cat-links:after {
    content: '\00b7';
    padding: 0 5px;
}

.post-detail:last-child:after, .cat-links:last-child:after {
    display: none;
}

.entry-date {
    line-height: 1;
}

.disclosure {
    margin: 0 0 10px;
    text-align: center;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.content-sidebar-wrap {
    display: flex;
    width: calc(100% - 20px);
    margin: 20px auto 0;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.content-sidebar-wrap #primary {
    max-width: 800px;
    width: 100%;
    margin-right: 20px;
}

#secondary {
    min-width: 300px;
    max-width: 360px;
}

.schema-faq.wp-block-yoast-faq-block {
    background: #f5f6f6;
    padding: 30px;
    margin: 0 auto 30px;
}

.schema-faq-section {
    margin: 0 0 20px;
}

img.alignnone {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
}

/*--------------------------------------------------------------
#Kitchen Tip
--------------------------------------------------------------*/
.vk-tip {
    background: #f0efef;
    padding: 30px;
    text-align: center!important;
    margin:  0 auto 30px;
}

.vk-tip-content {
    background: #f0efef;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.vk-tip h2, .vk-tip h3, .vk-tip h4, .vk-tip h5, .vk-tip h6 {
    text-align:  center!important;
}

/*--------------------------------------------------------------
#Post Block
--------------------------------------------------------------*/
.post-related-block {
    border: 2px solid #f0efef;
    margin: 0 auto 20px;
}

.post-related-block .section-title {
    padding: 10px;
    background: #f0efef;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0;
}

.post-related-block .flexbox {
    padding: 15px 15px 10px;
}


/*--------------------------------------------------------------
## Related
--------------------------------------------------------------*/
.post-related {
    position: relative;
    border: 2px solid #f0efef;
    margin: 0 auto 10px;
    padding: 30px;
    text-align: center;
}

.post-related::after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 50%;
    left: 0;
    bottom: 0;
    background: #f0efef;
    z-index: -1;
}

.related-title {
    margin: 0 auto 10px;
}

.post-related .flexbox {
    align-items: center;
    justify-content: space-around;
}

.related {
    width: calc(1 / 4 * 100% - 10px);
    margin: 0 10px 10px 0;
    border: 5px solid #ffffff;
    position: relative;
    line-height: 1;
}

.related a {
    display: block;
    line-height: 0;
}

.related:nth-child(4n) {
    margin: 0 0 10px 0;
}

.related .sm-caps {
    position: absolute;
    width: 90%;
    background: #FFFFFf;
    padding: 10px;
    left: 5%;
    right: 5%;
    height: 40%;
    top: 30%;
    bottom: 30%;
    display: flex;
    align-items: center;
    line-height: 1.25;
    opacity: 0;
    text-align: center;
    justify-content: center;
}

.related a:hover .sm-caps {
    opacity: 1;
    transition: all .8s ease 0s;
}

/*--------------------------------------------------------------
## Footer Callout
--------------------------------------------------------------*/
.footer-callout {
    position: relative;
    margin: 5px auto;
}

.footer-callout::after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 50%;
    left: 0;
    bottom: 25%;
    background: #f0efef;
    z-index: -1;
}

.footer-callout .flexbox {
    width: 80%;
    margin: 0 auto;
}

.footer-callout img:hover {
    transform: scale(1.05);
    transition: all .8s ease 0s;
}

.footer-callout-content {
    text-align: center;
    width: 80%;
}

.footer-callout-content h3 {
    margin: 0 auto 5px;
    font-size: 20px;
}
.footer-callout-content a {
    text-decoration: none;
}

/*--------------------------------------------------------------
## Entry Footer
--------------------------------------------------------------*/
.entry-footer {
    padding: 20px 0;
    border-bottom: 2px solid #f0efef;
    border-top: 2px solid #f0efef;
}

.post-tax a{
    text-decoration:  none;

}

.post-tax .sm-ser {
    margin: 0 0 5px;
}

.post-share {
    width: 20%;
    margin-left: 20px;
    text-align: right;
}

.post-share .sm-sans {
    font-weight: 700;
    margin: 5px 0;
}

/*--------------------------------------------------------------
## Heading
--------------------------------------------------------------*/
.highlight-group {
    padding: 20px;
    border: 2px solid #b95a31;
}

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

/* Wrapper div for the entire comment form. */
#respond {
    background: #f0efef;
    padding: 20px;
    margin: 10px auto;
}

h3#reply-title{
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
}
.comments-title {
    margin:  40px 0 20px;
    display:  flex;
    align-items:  center;
    justify-content: start;
}
.comment-icon {
    line-height: 0;
}
.comment-icon svg {
    fill:  #b95a31;
    margin-right:  10px;
}
.comment-form label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.comment-notes {
    font-size: 16px;
}

.comment-form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

p.comment-form-author, p.comment-form-email {
    background: #ffffff;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(1 / 2 * 100% - 5px);
}

p.comment-form-author {
    margin: 5px 5px 5px 0;
}

p.comment-form-email {
    margin: 5px 0 5px 5px;
}

p.comment-form-comment {
    background: #ffffff;
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin: 0;
}

p.comment-form-author input#author, p.comment-form-email input#email {
    border: 0;
    width: 100%;
    text-align: left;
}

p.comment-form-comment textarea#comment {
    border: 0;
    padding: 0;
}

p.comment-form-cookies-consent {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

comment-form-subscriptions {
    width: 100%;
    display: block;
}

.comment-form-subscriptions select {
    margin: 0 auto 5px;
    display: block;
}

.comment-form-subscriptions label {
    text-transform: none !important;
    letter-spacing: 0;
}

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;
}

.comment-body {
    margin-bottom: 40px;
    border: 2px solid #f0efef;
    padding: 20px;
    position: relative;
}

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

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

.bypostauthor .comment-body {
    background: #004061;
    color: #FFFFFf;
    padding: 20px;
    border: 0;
}

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

.bypostauthor .comment-content a {
    color: #f0efef;
    font-weight: 700;
    text-decoration: underline;
}
.bypostauthor ul.children li .comment-body {
        border: 2px solid #f0efef;
        color:  #00283d;
}

.bypostauthor ul.children li.bypostauthor .comment-body {
        border: 0;
        color:  #FFFFFF;
        background: #004061;
        border: 0;
}


.comment-content {
    font-size: 14px;
}

.reply {
    background: #00283d;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 5px;
}

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

/*--------------------------------------------------------------
Post Author
--------------------------------------------------------------*/
.post-author {
    position: relative;
    padding: 10px 10px 10px 0;
}

.post-author:after {
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    background-color: #f0efef;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.author-img {
    line-height: 1;
    max-width: 120px;
}

.post-author-info {
    width: 60%;
    margin-left: 10px;
}

.author-title {
    margin: 0 0 5px;
}

.post-author-info .content-meta {
    font-size: 13px;
    line-height: 1.3;
}

/*--------------------------------------------------------------
Post Sidebar Subscribe
--------------------------------------------------------------*/
.post-subscribe {
    background: #004061;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 20px auto;
}

.post-subscribe:hover {
    background: #407089;
}

.post-subscribe .sub-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-subscribe svg {
    fill: #ffffff;
    transform: rotate(-90deg);
    margin-left:  5px;
}

/*--------------------------------------------------------------
Post Sidebar Terms
--------------------------------------------------------------*/
.post-terms {
    padding: 30px 30px 0;
    margin: 0 auto 20px;
    background: #f0efef;
    text-align: center;
}

.term-overprint {
    margin: 0 0 10px;
}

.icon-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}



.term-icon {
    display: flex;
    width: calc(1 / 2 * 100% - 5px);
    margin: 0 5px 5px 0;
    position: relative;
    align-items: center;
    text-align: left;
}

.term-icon:nth-child(2n) {
    margin: 0 0 5px 0;
}
.icon-bg {
    background: #b95a31;
    border-radius:  50%;
    padding:  5px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}
.icon-bg svg {
    fill: #ffffff;
}
.term-icon:hover .icon-bg {
    background:  #004061;
}

.post-term-cta {
    margin: 5px -30px 0;
    background: #b95a31;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.post-term-cta:hover {
    background: #407089;
}

.post-term-cta svg {
    margin-right: 5px;
}
.post-term-cta .vk-img-icon {
    fill: #ffffff!important;
}

.icon-guide::before {
    font-family: 'icons';
    color: #b95a31;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin-right: 2px;
    position: relative;
    line-height: 1;
}

.term-icon:hover .icon-guide::before {
    color: #407089;
}

.term-icon:hover .icon-guide {
    transform: scale(1.2);
    transition: all .8s ease 0s;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 20px;
    padding: 20px;
    border: 2px solid #f0efef;
}

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

}

.widget.widget_search {
    border: 0;
    background: #f0efef;
}

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

.widget a, .widget a:visited {
    color: #00283d;
}

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

.widget li {
    display: block;
    list-style: none;
    text-align: center;
    font-size: 14px;
}

/*--------------------------------------------------------------
Widget: Posts
--------------------------------------------------------------*/
.lh_posts_widget {
    padding: 20px 20px 10px;
    border: 0;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 40 61 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 40, 61, .1);
    box-shadow: 0 0 10px 0 rgb(0 40 61 / 10%);
}
.widget-posts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.widget-posts .square-sm {
    width: calc(1/2 * 100% - 5px);
    margin: 0 5px 10px 0;
}
.widget-posts .square-sm:nth-child(2n) {
    margin: 0 0 10px;
}
.widget-posts .square-sm img {
    display: block;
    text-align: center;
}
.widget-posts .square-sm h2 {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto;
}
/*--------------------------------------------------------------
Widget: Genesis Enews
--------------------------------------------------------------*/
#secondary .enews-widget {
    border: 0;
    background: #00283d;
    color: #ffffff;
    padding: 30px;
    text-align: center;
}


#secondary .enews h3 {
    margin: 0 auto 10px;
    line-height: 1.3;
    font-size: 20px;
}

#secondary .enews h3.widget-title {
    margin: 0 auto 10px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

#secondary .enews p {
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
}

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

#secondary .enews input[type="submit"] {
    margin: 5px auto 0;
    text-align: center;
    display: block;
    background: #004061;
}

#secondary .enews input[type="text"]::placeholder, #secondary .enews input[type="email"]::placeholder {
    color: #ffffff;
}

/*--------------------------------------------------------------
Yoast
--------------------------------------------------------------*/
.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents {
    background:  #f6f5f5;
    padding: 20px;
    margin: 0 auto 30px;
    position: relative;
}
.wp-block-yoast-seo-table-of-contents ul {
    margin-bottom: 0!important;
}
.wp-block-yoast-seo-table-of-contents h2 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #004061;
    width: fit-content;
    padding: 10px;
    margin-left: -40px;
}
.wp-block-yoast-seo-table-of-contents a {
    color:  #004061;
}
.wp-block-yoast-seo-table-of-contents a:hover {
    color:  #407089;
}

/*--------------------------------------------------------------
## Cooking Tip
--------------------------------------------------------------*/
.callout-tip {
    position: relative;
    padding: 20px;
    margin: 0 auto 30px;
    border: 4px double #f0efef;
    border-radius: 5px;
}

.callout-tip h2.sm-caps {
    background: #b95a31;
    position: relative;
    width: fit-content;
    padding: 10px;
    margin-left: -30px;
    margin-bottom: 10px;
    text-transform:  uppercase;
    letter-spacing:  1px;
}


/*--------------------------------------------------------------
Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .content-sidebar-wrap {
        display: block;
    }

    .content-sidebar-wrap #primary {
        margin: 0 auto 40px;
    }

    #secondary {
        max-width: 375px;
        margin: 0 auto;
        padding-left: 0;
        min-width:  280px;
        width:  100%;
    }

    .after-entry-header {
        max-width: 800px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .entry-header .breadcrumbs {
        text-align: center;
    }

    h1.entry-title {
        font-size: 32px;
        text-align: center;
        margin: 0 auto 10px;
    }

    .entry-header .wrap {
        max-width: 800px;
        width: calc(100% - 20px);
    }

    .entry-meta {
        margin: 0 auto 10px;
    }

    .entry-details.flexbox {
        display: block;
    }

    .left.flexbox {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 10px;
    }

    .recipe-jump.flexbox.sm-caps {
        justify-content: center;
        margin: 10px auto 0;
        flex-wrap: wrap;
    }

    .recipe-info {
        width: calc(1 / 2 * 100% - 5px);
        padding:  12px;
    }

    .recipe-info:first-child {
        margin-left: 0;
    }

    .recipe-info.video-jump {
        width: 100%;
        margin: 10px auto 0;
    }

}

@media screen and (max-width: 768px) {

    .recipe-time, .post-term, .vk-recipe-rating, .comment-jump {
        margin: 5px;
    }
    .entry-footer.flexbox {
        display: block;
        text-align: center;
        width: 100%;
    }
    .entry-details .left.flexbox {
        justify-content:  center;
    }
    .post-share {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .post-tax {
        margin: 0 auto 20px;
        width: 100%;
    }

    .post-share .flexbox {
        justify-content: center;
    }

    .post-share a {
        margin: 5px;
    }

}

@media screen and (max-width: 600px) {
    .post-term {
        justify-content:  center;
    }

    .disclosure {
        font-size: 14px;
        line-height:  1.5;
    }

    .byline {
        display: block;
    }

    .byline:after {
        display: none;
    }

    .footer-callout img {
        max-width: 150px;
        height: auto;
    }

    .footer-callout .flexbox {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .footer-callout-content {
        text-align: center;
        width: 100%;
        padding: 0 30px 30px;
    }

    .footer-callout::after {
        bottom: 0;
        height: 75%;
    }

    .post-related .flexbox, .post-related-block .flexbox {
        flex-wrap: wrap;
    }

    .related {
        width: calc(1 / 2 * 100% - 10px);
    }

    .related .sm-caps {
        font-size: 12px;
    }

    .related:nth-child(4n) {
        margin: 0 10px 10px 0;
    }
    p.comment-form-author, p.comment-form-email {
        width: 100%;
        margin: 5px 0 0;
    }
    p.comment-form-subscriptions {
    font-size: 14px;
    line-height: 1.5;
}


}