/**
 * Single post — legacy .single-blog / .wrap-it parity.
 */

.single-post .single-blog {
	max-width: 1180px;
	margin: 38px auto;
	display: flex;
	justify-content: space-between;
	padding-right: 16px;
	width:97%;
}

.single-post .sb-header {
	color: #4B5B33;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: -4px;
}

.single-post .sb-header a {
	color: #4B5B33;
}

.single-post .single-blog .left {
	border-right: 3px solid #F1EDE8;
	width: 837px;
	padding-right: 36px;
}

.single-post .single-blog .left .title h1 {
	font-size: 40px;
	line-height: 47px;
	color: #252421;
	margin: 18px 0 25px;
	text-transform: capitalize;
}

.single-post .single-blog .right {
	width: 300px;
}

.single-post .single-blog .left .post-dates {
	display: flex;
	font-family: 'IBM Plex Sans', -apple-system, sans-serif;
	font-weight: 100;
	color: #000;
	font-size: 13px;
}

.single-post .single-blog .left .post-dates p {
	font-size: 13px;
	font-weight: 100;
	font-family: 'IBM Plex Sans', -apple-system, sans-serif;
	letter-spacing: 0.02rem;
	text-transform: none;
	color: #000;
	margin: 0;
}

.single-post .single-blog .left .post-dates p.last-update {
	font-family: 'IBM Plex Sans', -apple-system, sans-serif;
	font-style: italic;
	letter-spacing: 0;
	margin-left: 6px;
}

.single-post .sb-header .flexed {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	border-bottom: 3px solid #F1EDE8;
	padding-bottom: 19px;
}

.single-post .long-post ul li {
	list-style:disc;
	margin: 0 0 10px;
}
.single-post .long-post ul{
	    padding-left: 20px;
}
.long-post .tip {
	    border: 3px solid #F1EDE8;
    margin: 60px 0 30px;
    padding: 15px 23px 35px;
    font-family: 'IBM Plex Sans';
    font-size: 20px;
    line-height: 30px;
    color: #6F6B66;
    position: relative;
    overflow: visible;
}
.long-post .tip em {
    font-family: 'California Palms Script';
    color: #607841;
    font-size: 80px;
    position: absolute;
    background: #fdfaf6;
    padding: 0 20px;
    top: -16px;
    font-style: inherit;
}

.single-post .long-post a {
	color: #4B5B33;
	text-decoration:underline;
}

.single-post .long-post .sig h6 {
	text-align: center;
	border-bottom: 3px solid #F1EDE8;
	margin: 25px auto 25px;
	padding-bottom: 19px;
	font-size: 70px;
	font-family: 'California Palms Script', cursive;
	    color: #41502B;
    font-weight: 100;
}

.single-post .affiliate {
	text-align: center;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	color: #4B5B33;
	letter-spacing: 0;
}

.single-post .affiliate a {
	color: #4B5B33;
	text-decoration: underline;
}

.single-post .post-categories {
	margin: 50px 0 30px;
	text-align: center;
}

.single-post .post-categories h3 {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.single-post .post-categories a {
	display: inline-block;
	padding: 8px 15px;
	margin: 5px;
	background: #f0ece7;
	color: #252421;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.04rem;
	text-transform: uppercase;
	text-decoration: none;
}

.single-post .post-categories a:hover {
	background: #4B5B33;
	color: #fff;
}

.single-post .blog-cta {
	max-width: 1180px;
	margin: 0 auto;
	border-top: 3px solid #F1EDE8;
	border-bottom: 3px solid #F1EDE8;
	padding: 30px 0;
	width:97%;
}

.single-post .blog-cta .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:30px;
}

.single-post .blog-cta .flex img {
	width: 304px;
	margin: 0 0 0 5px;
	border-radius: 180px;
	object-fit: cover;
	height: 304px;
}

.single-post .blog-cta .txt {
	width: 70.3%;
	padding-right: 80px;
}

.single-post .blog-cta .txt h5 {
    margin: 24px 0 0;
    color: #000000;
    font-weight: 100;
    font-family: 'IBM Plex Sans';
    font-size: 18px;
}

.single-post .blog-cta .txt h3 {
	text-align: left;
	margin: 16px 0 21px;
}
.single-post .blog-cta .txt p a {
	    background: #000000;
    color: #fff;
    font-weight: 600;
    padding: 10px 19px 12px 22px;
    letter-spacing: 0.12rem;
    font-size: 13px;
    text-transform: uppercase;
}
.single-post .blog-cta .txt p a:hover {
	background:#402103;
}
.single-post .post-comments {
	max-width: 1180px;
	margin: 38px auto;
	width:97%;
}

.single-post .post-comments .inner {
	width: 837px;
	padding-right: 36px;
}

.single-post .post-comments h3.ftitle,
.single-post .post-comments h3.num {
	color: #252421;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 35px;
}

#commentform input {
    background: #f1ede8;
    text-align: left;
    border: none;
    padding: 5px 10px;
	width:100%;
	height:40px;
}
#commentform textarea {
background: #f1ede8;
    text-align: left;
    border: none;
    height: 100px;
	width:100%;
    margin-bottom: 20px;
}
#commentform label {
        color: #000;
    font-size: 16px;
    font-family: 'IBM Plex Sans';
		display:block;
	
}
#commentform .comment-notes, #commentform .logged-in-as {
    display: none;
}
#commentform p {
    margin-bottom: 10px;
    width: 49%;
}
#commentform .comment-form-url, #commentform .comment-form-comment {
    width:100%;
}
#commentform .comment-form-cookies-consent label{
        font-size: 13px;
    line-height: 1.4;
    display: block;
}
#commentform .comment-form-cookies-consent{
    padding: 5px 0 0 0;
}
#commentform {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#commentform .comment-form-wprm-rating fieldset {
        margin-top: 4px;
    margin-bottom: -4px;
    margin-left: 7px;
}
#commentform input[type=checkbox] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 3px solid #F1EDE8;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    margin: 0 4px -3px 0;
    float:left;
}
#commentform input[type=checkbox]:checked {
    background: #E3DFDA;
}

.post-comments {
	    max-width: 1180px;
    margin: 38px auto;
}
.post-comments h3.num {
    color: #252421;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
}
.post-comments .comment-author {
    font-size: 13px;
    font-family: 'sofia-pro';
    color: #6F6B66;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 400;
    margin-bottom: 6px;
}
.post-comments .comment-metadata {
    display: none;
}
.post-comments .comment-content p {
        font-size: 16px;
    color: #000000;
    line-height: 23px;
    font-family: 'IBM Plex Sans L';
    margin: 0 0 5px;
}
.post-comments .reply {
        font-size: 13px;
    font-family: 'sofia-pro';
    color: #6F6B66;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 400;
    margin-bottom: 6px;
}
.post-comments .reply a {
    color: #6F6B66;
}
.post-comments .comment-author-alison-marras {
        background: #f1ede8;
    padding: 0 40px;
}
.post-comments .bypostauthor {
    background: #f1ede8;
    padding: 0 40px;
}
.post-comments .comment-author b {
        font-weight: 600;
}
.post-comments .comment-author .says {
    display: none;
}
.post-comments .inner {
	    width: 837px;
    padding-right: 36px;
}
.post-comments ol li .comment-body {
    padding: 20px 0;
}
.yarpp-related a {
	font-weight:500!important;
}
.single-post .favorites {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
	border-top: 3px solid #F1EDE8;
	padding-top: 30px;
	width:97%;
}

.single-post .favorites h2 {
	margin-bottom: 1.5rem;
}

.single-post .favorites ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.single-post .favorites ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 11;
    margin-bottom: 11px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all 0.5s;
}

/* Comment form */
.single-post #commentform input,
.single-post #commentform textarea {
	background: #f1ede8;
	border: none;
	padding: 8px 12px;
}

.single-post #commentform textarea {
	height: 100px;
	margin-bottom: 20px;
	width: 100%;
}

.single-post .comments-form .form-submit #submit {
    font-family: 'Sofia Pro', 'sofia-pro', -apple-system, sans-serif;
    border: none;
    cursor: pointer;
    background: #000000;
    color: #fff;
    font-weight: 600;
    padding: 10px 19px 12px 22px;
    letter-spacing: 0.12rem;
    font-size: 13px;
    text-transform: uppercase;
	width:auto;
}

@media (max-width: 1080px) {
	.single-post .single-blog .right {
		display:none;
	}
	.single-post .single-blog .left {
		width:100%;
		border-right:none;
		padding:0;
	}
	.single-post .single-blog {
		padding:0;
	}
	.single-post .blog-cta .txt {
		padding:0;
	}
}

@media (max-width: 768px) {
	.single-post .sb-header .flexed {
		flex-wrap:wrap;
		justify-content:flex-start;
		gap:0 30px;
	}
	.single-post .favorites ul {
		    grid-template-columns: repeat(2, 1fr);
	}
	.single-post .single-blog {
		flex-direction: column;
		padding-right: 0;
		max-width:90%;
	}

	.single-post .single-blog .left {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}

	.single-post .single-blog .right {
		width: 100%;
		margin-top: 2rem;
		padding-top: 2rem;
		border-top: 3px solid #F1EDE8;
	}

	.single-post .blog-cta .flex {
		flex-direction: column;
	}

	.single-post .blog-cta .flex img {
		margin: 0 auto;
	}

	.single-post .blog-cta .txt {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.single-post .post-comments .inner {
		width: 100%;
		padding-right: 0;
	}

	.single-post .favorites ul li {
		width: 100%;
		max-width: 284px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 500px) {
	.single-post .favorites ul h4 {
		font-size:18px;
		line-height:1.3;
	}	
	.wprm-user-rating-summary {
		display:block;
	}
	.single-post .sb-header .flexed p {
		margin:0;
	}
	.single-post .long-post .sig h6 {
		font-size:50px;
	}
	.single-post .blog-cta .txt h5 {
		font-size:15px;
	}
	.single-post .blog-cta .txt h3 {
		font-size:18px;
		line-height:1.3;
		margin:10px 0
	}
	.single-post .blog-cta .txt p {
		font-size:16px;
		line-height:1.3;
	}
	.single-post .blog-cta .flex {
		gap:10px;
	}
	.single-post .post-comments {
width:90%;}
}