/*
Theme Name:    Partenope
Theme URI:     https://partenopedallas.com
Version:       1.0.0
Text Domain:   partenope
*/

body.single-post main#content,
body.page-template-blog main#content {
    margin-top: 76px;
}
.blog-beef,
main#content .blog {
	padding: 32px 0;
}
.blog-beef .container,
.single-pagination .container,
main#content .blog-archive .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 87%;
}
main#content .blog-archive .post-image-wrap {
	margin-bottom: 12px;
    display: flex;
}
main#content .blog-archive .post-image-wrap a.archive-post-image-link {
    background-position: center center;
	transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 20px;
    height: 250px;
    width: 100%;
}
main#content .blog-archive .post-image-wrap a.archive-post-image-link:hover {
	transition: all 0.3s ease-in-out;
	opacity: 0.80;
}
.blog-archive div#primary {
    flex-direction: row;
    flex-flow: row wrap;
    display: flex;
    gap: 35px 2%;
}
article.blog-post-row {
	box-shadow: 2px 2px 10px rgba(189, 154, 13, 0.50);
    border-radius: 20px;
    background: #f6f6f6;
    padding: 20px;
    width: 32%;
}
p.loop-post-date-author {
    font-weight: 600;
    margin: 7px 0;
}
p.archive-post-excerpt {
    margin: 0 0 14px 0;
}
body.single-post .nav-links {
    justify-content: space-between;
    display: flex;
}
body.single-post .nav-links .nav-next {
    text-align: right;
}
h1.single-post-title {
    line-height: 1.4;
    font-size: 32px;
}
.single-post-content h2 {
	line-height: 1.3;
	font-size: 24px;
}
.single-post-content h3 {
	line-height: 1.2;
	font-size: 20px;
}
.single-post-content h4 {
	line-height: 1.2;
	font-size: 18px;
}
body.single-post p.single-post-meta {
    margin: 10px 0;
}
body.single-post p.single-post-meta a {
    pointer-events: none;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	margin-top: 3rem;
}
.single-post-content p:first-child,
.single-post-content h1:first-child,
.single-post-content h2:first-child,
.single-post-content h3:first-child,
.single-post-content h4:first-child,
.single-post-content h5:first-child,
.single-post-content h6:first-child {
    margin-top: 0;
}
.single-post-content p a {
	color: var(--color-gold);
	font-weight: 700;
}
.single-post-feat-img-wrap {
	max-height: 600px;
	display: flex;
}
.single-post-feat-img-wrap img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.blog-archive h1 {
	margin-bottom: 35px;
}
.archive-feat-img-wrap {
	max-height: 529px;
	display: flex;
}
.archive-feat-img-wrap img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
div#pagination {
    justify-content: space-between;
    display: flex;
    width: 100%;
}


@media (max-width: 1024px) {
	article.blog-post-row {
	    width: 49%;
	}
}

@media (max-width: 768px) {
	article.blog-post-row {
	    width: 100%;
	}
}

@media (max-width: 480px) {
	h1.single-post-title {
	    line-height: 1.3;
	    font-size: 24px;
	}
	.single-post-content h2 {
		line-height: 1.2;
		font-size: 22px;
	}
	.single-post-content h3 {
		line-height: 1;
		font-size: 18px;
	}
	.single-post-content h4 {
		line-height: 1;
		font-size: 16px;
	}
	body.single-post p.single-post-meta {
	    font-size: 14px;
	}
}