/*
Theme Name: Practicing Elder
Theme URI: https://practicingelder.earth/
Author: 4GoodHosting.com
------------------------ */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: 675;
	line-height: 1.35;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 26px;
}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
}

.main-content p {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #202020;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
}

.main-content a {
	color: #753614;
	text-decoration: none;
}

.main-content a:hover {
	color: #4B210B;
}

.main-content a.read-more{
	display: block;
	padding: 6px 20px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 15px;
	border-radius: 25px;
	border: 1px solid #49321B;
	background-color: #51381E;
	transition: all 0.15s ease;
	width: max-content;
}
.main-content a.read-more:hover{
	background-color: #814931;
	border-color: #75412C;
	color: #ffffff;
}

.blog-content-left {
	padding-right: 180px;
	width: 72%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-content-right {
	width: 28%;
}

.main-content {
	font-family: 'raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 450;
}

.post-content {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.widget-title {
	font-family: 'magnoliascript', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.wp-blog-content :is(h1, h2, h3, h4, h5, h6) {
	letter-spacing: -0.35px;
}

.entry-header {
	border-bottom: 2px solid rgba(146, 79, 42, 0.6);
}

.entry-title {
	margin-bottom: 7px !important;
}

.entry-details {
	padding: 6px 2px;
	line-height: 1.3;
	border-bottom: 1px solid rgba(146, 79, 42, 0.5);
}

.widget-title {
	color: #7e0102;
}

.post_rows:nth-of-type(n + 2) {
	margin-top: 60px;
}

.search-form {
	display: flex;
	flex-direction: row;
}

.search-form #s {
	width: calc(71% - 10px);
	padding: 6px 15px;
	height: 42px;
	background: #F3F3F3;
	border: 1px solid #BCBCBC;
	border-radius: 5px;
	margin-right: 10px;
}

.search-form #searchsubmit {
	width: 29%;
	padding: 6px 15px;
	height: 42px;
	background: #8a1315;
	border: 0 none;
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.85);
}

.search-form #searchsubmit:hover {
	background: #640b0e;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.widget ul li {
	padding: 6px 0 6px 0;
}

.widget ul li a {
	line-height: 1.35;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.widget_recent_entries ul li {
	border-bottom: 1px solid rgba(88, 122, 192, 0.35);
	padding: 7px 0 8px 0;
}

.widget_recent_entries ul li:last-child {
	border-bottom: 0 none;
}

.pagination {
	text-align: center;
	margin: 30px 0;
	font-size: 0;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 3px;
	border: 1px solid #821619;
	border-radius: 5px;
	color: #821619;
	text-decoration: none;
	transition: all 0.15s ease-in-out;
	font-size: 15px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	user-select: none;
}

.pagination a:hover {
	background-color: #821619;
	color: #fff;
	transition: all 0.15s ease-in-out;
	border: 1px solid #821619;
}

.pagination .current {
	background-color: #821619;
	color: #fff;
	font-weight: bold;
	border: 1px solid #821619;
	user-select: none;
}

.search-page-header {
	padding-top: 30px;
	padding-bottom: 5px;
}

.footer-page-navs {
	padding: 10px 0 10px 2px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-page-navs .nav-previous, .footer-page-navs .nav-next {
	padding: 2px 0;
}

.footer-page-navs a {
	line-height: 1.5;
}

.table-of-contents {
	padding: 10px 0;
	border-bottom: 1px solid rgba(88, 122, 192, 0.7);
}

.toc-links {
	padding: 0 30px;
}

.toc-links a {
	padding: 4px 0;
	border-bottom: 1px dashed rgba(88, 122, 192, 0.9);
}

.toc-links a:last-child {
	border-bottom: 0 none;
}

.you-may-like {
	padding: 25px 0;
}

.rltd-pst-cont {
	gap: 54px;
}

.rltd-pst {
	width: calc(33.33% - 36px);
}

.rltd-img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.post-content img {
	max-width: 400px;
	width: 97%;
	height: auto;
}

.post-content .alignleft {
	float: left;
	margin: 0 30px 15px 0;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post-content .alignright {
	float: right;
	margin: 0 0 15px 30px;
}

.post-content ul,
.post-content ol {
	padding-left: 50px;
	line-height: 1.6;
	font-size: 16px;
}

.post-content ul {
	list-style-type: disc;
}

.post-content ol {
	list-style-type: decimal;
}

.post-content ol li, .post-content ul li {
	margin-bottom: 6px;
	padding-left: 6px;
}

.post-content ul ul,
.post-content ol ol {
	margin-left: 50;
	list-style-type: circle;
}

.hm-img {
	max-width: 450px;
	height: auto;
}

.athr-img {
	border-radius: 25px;
	overflow: hidden;
	border: 3px solid #906945;
	width: max-content;
}

.athr-img img {
	width: 100%;
	max-width: 240px;
	height: auto;
}

.athr-ttl {
	max-width: 240px;
}

.bl-ns-box {
	max-width: 360px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
}

.bl-ns-title {
	margin-bottom: 5px;
}

.bl-ns-sub {
	margin-bottom: 16px;
}

.bl-ns-input {
	width: 100%;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #ac966c;
	border-radius: 4px;
}

.bl-ns-btn {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	background: #00784a;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.15s ease;
}

.bl-ns-btn:hover {
	background: #005B38;
}

.bl-ns-msg {
	margin-top: 10px;
	font-size: 14px;
	display: none;
}

@media screen and (min-width: 384px) and (max-width: 479px) {

}

@media screen and (min-width: 480px) and (max-width: 575px) {

}

@media screen and (min-width: 576px) and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 1200px) and (max-width: 1439px) {

}

@media screen and (min-width: 1440px) and (max-width: 1599px) {

}


@media (min-width:384px) {

}

@media (min-width:480px) {

}

@media (min-width:576px) {

}

@media (min-width:768px) {

}

@media (min-width:992px) {

}

@media (min-width:1200px) {

}

@media (min-width:1440px) {

}

@media (min-width:1600px) {

}

@media (min-width:1920px) {

}

@media (max-width: 1599px) {
	.search-form #s {
		width: calc(70% - 10px);
	}

	.search-form #searchsubmit {
		width: 30%;
	}
}

@media (max-width: 1439px) {
	.blog-content-left {
		padding-right: 120px;
		width: 68%;
	}

	.blog-content-right {
		width: 32%;
	}

	.search-form #s {
		width: calc(68% - 7px);
		padding: 4px 12px;
		height: 38px;
		margin-right: 7px;
	}

	.search-form #searchsubmit {
		width: 32%;
		padding: 4px 12px;
		height: 38px;
	}

	.rltd-img img {
		height: 180px;
	}

	.rltd-pst-cont {
		gap: 27px;
	}

	.rltd-pst {
		width: calc(33.33% - 18px);
	}
}

@media (max-width: 1199px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 8px;
		margin-top: 25px;
		font-weight: 600;
		line-height: 1.3;
	}

	h1, h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 26px;
	}

	h4, h5, h6 {
		font-size: 24px;
	}

	.blog-content-left {
		padding-right: 100px;
		width: 66%;
	}

	.blog-content-right {
		width: 34%;
	}

	.toc-links {
		padding: 0 25px;
	}

	.rltd-pst-cont {
		gap: 40px;
	}

	.rltd-pst {
		width: calc(50% - 20px);
	}
}

@media (max-width: 991px) {
	h1, h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	h4, h5, h6 {
		font-size: 22px;
	}

	.main-content p {
		margin-bottom: 15px;
		margin-top: 15px;
		line-height: 1.4;
		font-size: 15.45px;
		font-weight: 400;
	}

	.post_rows:nth-of-type(n + 2) {
	  margin-top: 45px;
	}

	.blog-content-left {
		padding-right: 60px;
		width: 64%;
		padding-bottom: 10px;
	}

	.blog-content-right {
		width: 36%;
	}

	.search-form #s {
		width: calc(63% - 6px);
		margin-right: 6px;
	}

	.search-form #searchsubmit {
		width: 37%;
	}

	.widget ul {
		margin-left: 2px;
	}

	.search-page-header {
		padding-top: 15px;
	}

	.rltd-img img {
		height: 160px;
	}

	.rltd-pst-cont {
		gap: 20px;
	}

	.rltd-pst {
		width: calc(50% - 10px);
	}

	.footer-page-navs .nav-next {
		margin-top: 5px;
	}

	.post-content ul,
	.post-content ol {
		padding-left: 30px;
		font-size: 15.45px;
		line-height: 1.4;
	}

	.post-content ol li,
	.post-content ul li {
		margin-bottom: 5px;
		padding-left: 4px;
	}

	.post-content ul ul,
	.post-content ol ol {
		margin-left: 30px;
	}

	.widget ul li a {
		line-height: 1.3;
	}

	.athr-img img {
		max-width: 200px;
	}

	.athr-ttl {
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 8px;
		margin-top: 18px;
		line-height: 1.25;
	}

	h1, h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4, h5, h6 {
		font-size: 20px;
	}

	.wp-auth, .wp-date {
		display: block;
	}

	.wp-auth {
		margin-top: 6px;
	}

	.wp-auth > span:first-child {
		margin-left: 0;
	}

	.blog-content-left {
		padding-right: 0;
		width: 100%;
		padding-bottom: 0;
	}

	.blog-content-right {
		width: 100%;
		padding-bottom: 15px;
		padding-top: 10px;
	}

	.search-form {
		max-width: 380px;
	}

	.toc-links {
		padding: 0 2px;
	}

	.rltd-pst-cont {
		gap: 40px;
	}

	.rltd-pst {
		width: calc(50% - 20px);
	}
}

@media (max-width: 575px) {
	h1, h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	.rltd-img img {
		height: 180px;
	}

	.rltd-pst-cont {
		gap: 0;
	}

	.rltd-pst {
		width: 320px;
		max-width: 320px;
	}

	.rltd-pst:nth-of-type(n + 2) {
		margin-top: 20px;
	}
}

@media (max-width: 479px) {
	.rltd-img img {
		height: 160px;
	}

	.rltd-pst {
		max-width: 290px;
	}
}

@media (max-width: 383px) {

}

a.shareaholic-service-icon.shareaholic-service-icon.shareaholic-service-default {
	font-size: 17px !important;
	height: 34px !important;
	width: 34px !important;
}