/*
	* CSS for Archives, Homepage, Search Results, and 404 Page
	*
	* @package      sixsistersstuff
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
## Block: General
--------------------------------------------------------------*/
.lh-block {
    padding: 30px 0;
}

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

.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), .page-content ul ul, .page-content ol, .page-content ol ol {
    max-width: 1045px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

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

.section-title {
    font-size: 28px;
    margin: 0 0 5px;
    font-family: 'dmserif', Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.content-meta p {
    margin: 0;
    width:  100%!important;
}

.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: #3C3B3A;
}

a.section-link:hover, a.section-link:visited:hover {
    color: #06727D;
}

.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: #3C3B3A;
    margin-left: 3px;
}

.section-link:hover .svg-icon {
    fill: #06727D;
}
/*--------------------------------------------------------------
## Block: Callout Columns
--------------------------------------------------------------*/
.column-group .wrap {
    border: 1px solid #F5F5F5;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.section-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.custom-column {
    width: calc(1 / 3 * 100% - 14px);
    margin: 0 20px 20px 0;
    display: block;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    -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: 20px;
    position: relative;
    text-align: center;
}

.custom-column:nth-child(3n) {
    margin: 0 0 20px 0;
}
.icon-column, .icon-column:nth-child(3n) {
    padding: 0 20px 20px;
    margin-top: 40px;
}
.custom-column img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #3C3B3A;
    border: 10px solid #ffffff;
    position: relative;
    margin: -50px auto 5px;
}
.custom-column h3 {
    margin: 0 auto 10px;
    font-size: 24px;
}
/*--------------------------------------------------------------
## Block: Callout Content
--------------------------------------------------------------*/
.content-post .post-xl {
    margin: 0;
}

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

.content-post .post-xl h2, .callout-content.post-xl h2 {
    font-family: 'dmserif', Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 10px;
}

/*--------------------------------------------------------------
## Callout: Callout FAQs
--------------------------------------------------------------*/
.faq-question {
    margin: 20px 0 0;
    border-top: 1px solid #3C3B3A;
    padding: 5px 0 0;
    font-weight: 700;
    position: relative;
}
.faq-question span:not(.svg-icon) {
    width: 90%;
    display: block;
}
.faq-question .svg-icon {
    position: absolute;
    right: 5px;
    top: 10px;
}

.faq-answer {
    padding: 10px;
}

/*--------------------------------------------------------------
## 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;
}

.lh-img-block .wrap {
    border: 1px solid #F5F5F5;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    z-index: 1;
}

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

}

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

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

.post-image {
    display: block;
    text-align: center;
    padding: 0 10px 0 0;
}

.post-image a, .post-image a:visited {
    color: #3C3B3A;
}

.post-image a:hover, .post-image:visited:hover {
    color: #06727D;
}

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

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

.image-title {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}
.image-med {
    position: relative;
}
.image-med .image-title {
    font-size: 18px;
    position: absolute;
    padding: 10px;
    background: #fff;
    left: 10%;
    bottom: 20px;
    width: 80%;
    height: auto;
}
.section-img-lg .slick-slide {
    padding: 0 5px 5px;
}
.image-lg {
    -webkit-box-shadow: 0 0 5px 0 rgba(33, 33, 33, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(33, 33, 33, .1);
    box-shadow: 0 0 5px 0 rgba(33, 33, 33, .1);
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}

.image-lg h3 {
    margin: 0 auto 10px;
}
.image-lg .read-more {
    color: #FFFFFF!important;
    margin: 10px auto 0;
}
.image-lg .abbr-content {
    padding: 15px;
}

/*--------------------------------------------------------------
## Block: Callout Reviews
--------------------------------------------------------------*/
.reviews-list .review {
    background: #ffffff;
    border: 1px solid #F5F5F5;
    padding: 20px;
}

.reviewer {
    margin: 10px 0 0;
}
/*--------------------------------------------------------------
## Block: Text Links
--------------------------------------------------------------*/
.links-inner {
    max-width: 1045px;
    width: calc(100% - 20px);
    padding:  20px;
    background:  #ffffff;
    margin:  0 auto;
    border:  1px solid #f5f5f5;
}
.links-inner h2 {
    width:  100%!important;
    margin:  0 0 10px;
}
.links-inner .content-meta {
    margin:  0 0 10px;
}

.featured-link-list {
    display:  flex;
    justify-content:  space-between;
    align-items:  center;
    flex-wrap:  wrap;
}
.link-group {
    width:  calc(1/3 * 100% - 15px);
    margin:  0 20px 20px 0;
}
.link-group:nth-child(3n) {
    margin:  0 0 20px 0;
}
.link-group .sm-caps, .link-group .sm-ser {
    display:  block;
    line-height:  1.3;
}
.link-group:nth-last-child(-n+3)  {
    margin-bottom:  0;
}
/*--------------------------------------------------------------
## Block: Callout Tip
--------------------------------------------------------------*/
.callout-tip {
    border: 1px solid #F5F5F5;
    padding: 30px;
    margin: 30px auto;
    position: relative;
}

.callout-tip h2.sm-caps {
    background: #06727D;
    position: relative;
    width: fit-content;
    padding: 10px;
    margin-left: -50px;
    margin-bottom: 10px;
}

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

    .lh-subscribe .enews-widget input[type="text"], .lh-subscribe .enews-widget input[type="email"] {
        min-width: 200px;
        margin:  5px auto;
    }
}
@media screen and (max-width: 640px) {
    .custom-column {
        width: 100%;
        display: block;
        margin: 0 auto 20px;
    }
    .icon-column, .icon-column:nth-child(3n) {
        margin-top: 40px;
    }
    .featured-link-list {
    display:  block;
    }
    .link-group {
        width:  100%;
        margin:  0 auto 20px;
    }
    .link-group:nth-child(3n) {
        margin:  0 auto 20px;
    }
    .link-group:nth-last-child(-n+3)  {
        margin:  0 auto 20px;
    }
    .link-group:last-child {
        margin:  0 auto;
    }


}
@media screen and (max-width: 550px) {
    .lh-subscribe .enews-form {
        display: block;
    }
}
