/*
	* CSS for Archives, Homepage, Search Results, and 404 Page
	*
	* @package      sixsistersstuff
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
## Header: General
--------------------------------------------------------------*/
.page-title {
    clear: both;
    font-weight: 400;
    margin: 0;
    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;
}
/*--------------------------------------------------------------
## Header: Archive
--------------------------------------------------------------*/
.archive-header {
    margin: 0 auto;
    background: #F5F5F5;
    padding: 20px 0;

}
.archive-description {
    margin: 15px 0 0;
}
.archive-description.page-meta {
    font-size: 18px;
    line-height: 1.4;
}

#recent.page-header {
    margin: 40px auto 20px;
    padding: 0;
    background: transparent;
    width: calc(100% - 20px);
    max-width: 1200px;
}

#recent.page-header h2 {
     color: #3C3B3A;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'dmserif', Times New Roman, Times, Georgia, serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #DADADA;
}

/*--------------------------------------------------------------
## Header: Search
--------------------------------------------------------------*/
.search-header .flexbox {
    align-items: baseline;
}

.search-header h1.page-title {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
}

.search-header h1.page-title .bold {
    font-weight: 400;
    font-style: italic;
}

/*--------------------------------------------------------------
## Header: Error
--------------------------------------------------------------*/
.error-header .search-form {
    margin: 20px auto 0;
}
.error-404 .section-posts {
    margin: 40px auto;
}

/*--------------------------------------------------------------
## Page Template: Default
--------------------------------------------------------------*/
.page-header {
    margin: 0 auto 30px;
    background-color: #FFFFFF;
    opacity: 1;
    background-image: radial-gradient(#F5F5F5 1px, #FFFFFF 1px);
    background-size: 6px 6px;
    position: relative;
    padding: 20px 0;
}

/*--------------------------------------------------------------
## Page Template: Image
--------------------------------------------------------------*/
.img-header {
    margin: 0 auto 30px;
    position: relative;
    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;
}
.img-header::after {
    content: "";
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.img-header .wrap.flexbox {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    position: relative;
    z-index: 1;
}
.img-header img {
    width: 60%;
}
.image-content .entry-summary {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0 15px;
}

.page-img {
    height: auto
}

.image-content {
    padding: 20px 0 20px 20px;
}

.image-content .page-title {
    margin: 0;
    text-align: left;
}

/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 840px) {
    .page-title {
        font-size: 32px;
    }
}
@media screen and (max-width: 800px) {
    .img-header .wrap {
        display: block;
    }
        .img-header img {
        width: 100%;
    }
    .img-header img {
        display: block;
        text-align: center;
    }
    .image-content {
        padding: 20px 0 0;
    }
    .search-header .flexbox {
        display:  block;
    }
}