/*
	* Updated CSS
	*
	* @package      sixsistersstuff
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/

.page-content>* {
    margin: 40px auto;
    max-width: 1200px;
    width: calc(100% - 20px) !important;
}
/*--------------------------------------------------------------
## GENERAL: BUTTONS
--------------------------------------------------------------*/
.sss-full-button {
    margin: 40px auto;
    display: block;
}
.sss-full-button .wp-block-button__link {
    border-radius: 0!important;
    padding: 20px;
    background: #06727D;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}
.sss-full-button .wp-block-button__link:hover {
    background: #04474E;
}
.sss-button-group {
    max-width: 1200px !important;
    width: calc(100% - 20px) !important;
    margin: 40px auto;
    text-align: center;
}
.sss-button .wp-block-button__link {
    border-radius: 0!important;
    padding: 15px;
    background: #06727D;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}
.sss-button .wp-block-button__link:hover {
    background: #04474E;
}
@media (max-width: 764px) {
    .sss-button-group .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
        width: calc(50% - var(--wp--style--block-gap, .5em) * .75);
    }
}
/*--------------------------------------------------------------
## Block: General
--------------------------------------------------------------*/
.sss-wide-button {
    max-width: 1200px !important;
    margin: 20px auto !important;
    display: block !important;
    width: calc(100% - 20px) !important;
    font-weight: 700;
    font-size: 24px;
    background: #06727D;
    color: #FFFFFF;
    border-radius: 0;
}
/*--------------------------------------------------------------
## LAYOUT: POST TYPE CONTENT TRUNCATED
--------------------------------------------------------------*/
.archive-content {
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
@media (max-width: 900px) {
   .archive-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
} 
}
@media (max-width: 600px) {
   .archive-content {
    gap: 20px;
} 
}
.video-archive-content {
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
@media (max-width: 900px) {
   .video-archive-content {
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    } 
}
/*--------------------------------------------------------------
## Block: Curated
--------------------------------------------------------------*/
.block-post-curated {
    margin: 40px auto;
}
@media (max-width: 600px) {
    .block-post-curated {
        margin: 20px auto;
    }
}
.section-posts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;  
}
.section-posts.small-post-group {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}
.section-posts.large-post-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section-posts.video-post-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.widget-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    display: grid;
}
@media (max-width: 900px) {
    .section-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .section-posts.small-post-group {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .section-posts {
        gap: 20px;
    }
    .section-posts.small-post-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .section-posts.large-post-group {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .section-posts.video-post-group {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/*--------------------------------------------------------------
## Block: Latest
--------------------------------------------------------------*/
.block-post-latest {
    height: 100%;
    background-color: #f5f5f5;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(255, 255, 255, .2) 35px, rgba(255, 255, 255, .2) 70px), repeating-linear-gradient(180deg, transparent, transparent 35px, rgba(255, 255, 255, .4) 35px, rgba(255, 255, 255, .4) 70px);
    background-attachment: fixed;
    padding: 40px;
    max-width: 100vw;
    margin: 0 auto;
    width: 100% !important;
}
@media (max-width: 600px) {
    .block-post-latest {
        padding: 20px;
    }
}
/*--------------------------------------------------------------
## CONTENT: General
--------------------------------------------------------------*/
.category-overprint {
    font-size: 13px;
    line-height:1;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    padding: 0 0 3px;
}
.category-overprint a, .category-overprint a:visited {
    color: #06727D;
    border-bottom: 1px solid #06727D; 
}
.category-overprint a:hover, .category-overprint a:visited:hover{
    color: #3C3B3A;
    border-bottom: 1px solid #06727D;   
}
@media (max-width: 600px) {
    .category-overprint {
        font-size: 11px;
    }
    .archive-content .category-overprint {
        display: none;
    }
}
.comment-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../icons/core-comment-alt.svg) no-repeat center;
    background-size: contain;
    top: -30px;
    right: 20px;
}
.comment-alt a, .comment-alt a:visited {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    line-height:1;
}
.comment-alt:hover {
    transition: all .8s ease 0s;
    transform: scale(1.05);
}
@media (max-width: 600px) {
    .comment-alt {
        width: 30px;
        height: 30px;
        right: 15px;
        top: -25px;
    }
    .comment-alt a, .comment-alt a:visited  {
        font-size: 10px;
    }
}
.recipe-meta .sm-sans {
    font-size: 13px;
    line-height:1;
}
.recipe-meta svg {
    fill: #06727D;
}
.read-more {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    background: #06727D;
    color: #FFFFFF;
    margin-top: 15px;
}
.read-more:visited {
    background: #06727D;
    color: #FFFFFF;
}
.read-more:hover, .post-full .read-more:visited:hover {
    background: #3C3B3A;
    color: #FFFFFF;
}
.read-more svg {
    fill: #FFFFFF;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    transform: rotate(-90deg);
}

/*--------------------------------------------------------------
## CONTENT: POST Full
--------------------------------------------------------------*/
.post-full {
    -webkit-box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-full .post-xl-img {
    width: 40%;
    height: auto;
    display: block;
    line-height: 1;
}
.post-full .post-xl-img img {
    display: block;
    line-height: 1;
}
.post-full .abbr-content {
    padding: 40px;
    width: 60%;
}
.post-full h3.article-title {
    font-size: 28px;
    letter-spacing:-.03rem;
    line-height: 1.2;
    margin: 15px 0;
}
.post-full h3.article-title a, .post-full h3.article-title a:visited {
    color: #3C3B3A;
}
.post-full h3.article-title a:hover, .post-full h3.article-title a:visited:hover {
    color: #06727D;
}
.post-full .subtext {
    margin: 15px 0;
    line-height: 1.4;
}
@media (max-width: 764px) {
    .post-full .post-xl-img {
        width: 50%;
    }
    .post-full .abbr-content {
        padding: 20px;
        width: 50%
    }
}
@media (max-width: 650px) {
    .post-full {
        display: block;
    }
    .post-full .post-xl-img {
        width: 100%;
    }
    .post-full .abbr-content {
        padding: 30px;
        width: 100%
    }
}
/*--------------------------------------------------------------
## CONTENT: POST TRUNCATED
--------------------------------------------------------------*/
.post-truncated {
    -webkit-box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    background: #ffffff;
    position: relative;
}
.post-truncated .abbr-content {
    padding: 20px;
    position: relative;
}

.post-truncated h3.article-title {
    font-size: 24px;
    letter-spacing:-.03rem;
    line-height: 1.2;
    margin: 15px 0;
}
.post-truncated h3.article-title a, .post-truncated h3.article-title a:visited {
    color: #3C3B3A;
}
.post-truncated h3.article-title a:hover, .post-truncated h3.article-title a:visited:hover {
    color: #06727D;
}

@media (max-width: 600px) {
    .post-truncated .abbr-content {
        padding: 15px;
    }
    .post-truncated h3.article-title {
        font-size: 20px;
        margin: 10px 0;
    }
    .archive-content .post-truncated h3.article-title {
        margin: 0 0 10px;
    }
}
/*Widget Posts*/
.widget-posts .post-truncated .category-overprint, .widget-posts .post-truncated .comment-alt {
    display:none;
}
.widget-posts .post-truncated .abbr-content {
    padding: 10px;
}
.widget-posts .post-truncated h3.article-title {
    margin: 0 0 10px;
    font-size: 16px;
}
/*Small Post Truncated*/
.small-post-group .post-truncated .category-overprint {
    display: none;
}
.small-post-group .post-truncated .abbr-content {
    padding: 15px;
}
.small-post-group .post-truncated h3.article-title {
    font-size: 20px;
    margin: 0 0 10px;
}
/*--------------------------------------------------------------
## CONTENT: POST VIDEO
--------------------------------------------------------------*/
.post-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    box-shadow: 0 0 10px 0 rgba(60,59,58, .1);
    background: #ffffff;
    position: relative;
}
.post-video .entry-image-link {
    width: 50%;
    display: block;
    line-height:1;
}
.post-video .entry-image-link img {
    display: block;
    line-height:1;
}
.post-video .abbr-content {
    width: 50%;
    padding: 15px;
    position: relative;
}
.post-video .comment-alt {
    top: -40px;
    right: 0;
    left: -20px;
}
.post-video h3.article-title {
    font-size: 24px;
    letter-spacing:-.03rem;
    line-height: 1.2;
    margin: 10px 0;
}
.post-video h3.article-title a, .post-video h3.article-title a:visited {
    color: #3C3B3A;
}
.post-video h3.article-title a:hover, .post-video h3.article-title a:visited:hover {
    color: #06727D;
}