/*
	* CSS for Archives, Homepage, Search Results, and 404 Page
	*
	* @package      streetsmartnutrition
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
## Block: Yoast
--------------------------------------------------------------*/
/*Yoast Faq*/
.schema-faq {
    margin: 0 0 30px;
}

.schema-faq-section {
    background: #FFFFFF;
    padding: 20px;
    margin: 0 0 10px;
}
.schema-faq-question {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 5px;
    border-bottom: 1px solid #121a18;
    display: block;
    padding: 0 0 5px;
}
/*Yoast How To*/
.schema-how-to {
    border: 1px solid #FFFFFF;
    padding: 10px;
    margin: 0 0 30px;
}

.schema-how-to-total-time {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0 0 10px;
    font-weight: 700;
}

/*--------------------------------------------------------------
## Block: General
--------------------------------------------------------------*/
.lh-block {
    padding: 30px 0;
    position: relative;
}

.single .lh-block {
    padding: 30px;
    margin: 0 0 30px;
}

.page-content p {
    max-width: 1045px;
    width: calc(100% - 20px);
    margin: 30px auto;
}

.page-content h2:not(.section-title), .page-content h3:not(.entry-title), .page-content h4, .page-content h5, .page-content h6 {
    max-width: 1045px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.page-content ul:not(.blocks-gallery-grid) {
    max-width: 1045px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.page-content ol {
    max-width: 1045px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
## Block: Latest
--------------------------------------------------------------*/
.latest-wrap {
    position: relative;
}
.latest-title {
    font-size: 40px;
    display: block;
    max-width: initial!important;
    position: absolute;
    text-transform: uppercase;
    left: -60px;
    margin: 0;
    padding: 0;
    z-index: 1;
    transform-origin: left top;
    transform: rotate(270deg) translateX(-100%);
    text-align: center;
    height: auto;
    width: 523px;
    line-height: 1;
}
}

/*--------------------------------------------------------------
## Block: Posts and Products
--------------------------------------------------------------*/
.section-header {
    margin: 0 0 15px;
}

.section-title {
    font-size: 24px;
    margin: 0 0 5px;
    letter-spacing: .02em;
}

.section-header .content-meta p {
    margin: 0 0 10px;
}

.section-posts {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0 0;
}

a.section-link, a.section-link:visited {
    color: #121A18;
}

a.section-link:hover, a.section-link:visited:hover {
    color: #48675F;
}

.section-link em {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 0;
}

.section-link .svg-icon {
    transform: rotate(-90deg);
    fill: #121A18;
    margin-left: 3px;
}

.section-link:hover .svg-icon {
    fill: #48675F;
}

/*--------------------------------------------------------------
## Block: Callout Content
--------------------------------------------------------------*/
.callout-read-more {
    display: block;
    margin: 10px 0 0;
    background: #121a18;
    color: #FFFFFF!important;
    padding: 10px 20px;
    width: fit-content;
    line-height: 1;
}
.callout-read-more:hover {
    color: #FFFFFF;
    background: #48675F;
}
/*Callout Content*/
.callout-content .content-meta p {
    margin: 0 0 5px!important;
    width: 100%!important;
}
.callout-content h2 {
    margin: 0;
    width: 100%!important;
}
/*Callout Content - Product*/
.callout-content-product {
    padding: 20px 30px;
    background: #FCFAFA;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px auto;
}

.callout-content-product .callout-image {
    width: 30%;
    height: auto;
    margin: -40px 0;
    -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);
    display: block;
    line-height: 1;
}

.callout-content-product .callout-image img {
    display: block;
    line-height: 1;
}

.callout-content-product .abbr-content {
    width: 70%;
    padding-left: 30px;
}

.callout-content-product .abbr-content h2 {
    margin: 0 0 5px!important;
    width: 100%!important;
}
.callout-content-product .content-meta p {
    width: 100%!important;
    margin: 0 0 5px!important;
}
/*Callout Content - Hero*/
.callout-content-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 30px;
}

.single .callout-content-hero {
    padding: 30px;
    margin: 0 0 30px;
}

.callout-content-hero .abbr-content {
    -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);
    padding: 30px;
    max-width: 1045px;
    margin: 0 auto;
    background: #FFFFFF;
}

.callout-content-hero h2 {
    margin: 0 0 5px;
    width: 100%!important;
}
.callout-content-hero .content-meta p {
    width: 100%!important;
    margin: 0 0 5px!important;
}
/*Callout Content - Posts*/
.content-post.flexbox {
    align-items: stretch;
}

.single .content-post.flexbox {
    display: block;
    width: 100%;
}

.content-post-group {
    max-width: 320px;
    padding-left: 10px;
}

.single .content-post-group {
    max-width: 100%;
    padding-left: 0;
    margin: 20px 0 0;
}

.content-post-group h2 {
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0 0 10px !important;
    font-size: 13px;
    background: #121A18;
    padding: 10px;
    color: #fff;
    width: fit-content !important;
}

/*--------------------------------------------------------------
## Callout: Callout FAQs
--------------------------------------------------------------*/
.faqs-list {
    display: block;
}

.faq {
    width:100%;
    margin: 0 0 20px;
}

.faq-question {
    margin: 0;
    background: transparent;
    border-top: 1px solid #121a18;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question span {
    width: 95%;
    font-size: 18px;
}

.faq-question .svg-icon {
}

.faq-answer {
    line-height: 1.4;
    font-size: 18px;
}

/*--------------------------------------------------------------
## Block: Callout Images
--------------------------------------------------------------*/
.lh-img-block {
    padding: 30px 0;
    position: relative;
}

.lh-img-block::after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background: #ffffff;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.image-block-group {
    position: relative;
    z-index: 1;
}

.image-block-group p {
    margin: 0 !important;
}

.section-image {
    opacity: 0;
    visibility: hidden;

}

.section-image.slick-initialized {
    visibility: visible;
    opacity: 1;
    transition: opacity .1s ease-out;
}

.section-image {
    position: relative;
    margin: 10px auto 0;
}

.post-image {
    display: block;
    text-align: center;
}

.post-image a, .post-image a:visited {
    color: #121A18;
}

.post-image a:hover, .post-image:visited:hover {
    color: #48675F;
}

.post-image img {
    margin: 0 auto 5px;
    display: block;
    line-height: 1;
}

.image-sm a {
    display: block;
    margin: 0 10px 0 0;
}

.image-sm img {
    border-radius: 50%;
}

.image-sm .image-title {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.image-med a {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 10px 0 0;

}

.image-med .image-title {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    z-index: 1;
    bottom: 10%;
    border: 2px solid #FFFFFF;
    padding: 5px;
    width: 80%;
    left: 10%;
    right: 10%;
    display: block;
    margin: 0 auto;
    -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);
    top: 37%;
    height: fit-content;
}
span.image-title-text {
    background: #FFFFFF;
    display: block;
    padding: 5px;
}

.image-lg a {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 20px 0 0;
}

.image-lg .image-title {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    z-index: 1;
    bottom: 10%;
    border: 2px solid #FFFFFF;
    padding: 10px;
    width: 80%;
    left: 10%;
    right: 10%;
    display: block;
    margin: 0 auto;
    -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);
    top: 39%;
    height: fit-content;
}

/*--------------------------------------------------------------
## Block: Callout Reviews
--------------------------------------------------------------*/
.reviews-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}
.reviews-list .review {
    padding: 20px;
}
.review-desc {
    line-height: 1.4;
    font-size: 18px;
}

.reviewer {
    margin: 10px 0 0;
}
.reviews-list .slick-slide {
    float: none;
    display: flex!important;
    align-items: stretch;
    height: inherit;
    margin: 10px;
    border: 1px solid #121A18;
    color: #121A18;
}

/*--------------------------------------------------------------
## Block: Callout Tip
--------------------------------------------------------------*/
.callout-tip {
    border: 1px solid #121a18;
    padding: 10px 30px 30px;
    margin: 30px auto;
    position: relative;
}

.callout-tip h2.sm-caps {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: #121A18;
    position: relative;
    width: fit-content;
    padding: 10px;
    margin-left: -50px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Block: Callout Term Link
--------------------------------------------------------------*/
.term-label-container {
    margin: 30px auto;
    max-width: 1045px;
    width: calc(100% - 20px);
}

.term-label-container h2 {
    width: 100% !important;
    margin: 0 0 10px;
    border-bottom: 1px solid #121a18;
    color: #121a18;
}

ul.term-list {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    margin: 0 !important;
}

ul.term-list a {
    text-decoration: none;
    font-weight: 400;
}

ul.term-list li {
    display: block;
    list-style: none;
    width: calc(1 / 5 * 100% - 20px);
    margin: 0 10px 10px 0 !important;
}

ul.term-list .blue {
    margin-left: 3px;
    color: #48675F;
}

/*--------------------------------------------------------------
lh List block
--------------------------------------------------------------*/
ul.lh-list-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.lh-list-group li {
    display: block;
    margin: 0 20px 20px 0 !important;
    width: calc(1 / 3 * 100% - 20px);
}

ul.lh-list-group li:nth-child(3nd) {
    margin: 0 0 10px !important;
}

ul.lh-list-group a {
    font-weight: 400;
    text-decoration: none;
}

/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 840px) {
    .callout-tip h2.sm-caps {
        margin-left: -35px;
    }

    .content-post.flexbox {
        display: block;
    }

    .content-post-group {
        max-width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .single .lh-block .wrap {
        max-width: 600px;
        width: 100%;
    }

}

@media screen and (max-width: 600px) {
    .callout-content-product .abbr-content {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .callout-content-product .callout-image {
        width: 100%;
        height: auto;
        margin: -40px auto 0;
    }

    ul.term-list li {
        width: calc(1 / 2 * 100% - 20px);
    }

    ul.lh-list-group li, ul.lh-list-group li:nth-child(3n) {
        width: 100%;
        margin: 0 auto 20px !important;
    }


    .image-lg a {
        margin: 0;
    }

    .image-med a, .image-sm a {
        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 500px) {
    .single .lh-block {
        padding: 15px;
    }
}
