/*Mediavine Mobile Fix*/
@media only screen and (max-width: 359px) {
    .content-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/*Mediavine Mobile Fix END*/

/*Wecome page Favorites 3 to 4 column fix END*/
@media only screen and (min-width: 800px) {
	.page-id-93995 .grid-lg-col-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .kb-posts .entry {
	text-align: center;
	border: none;
}
.home .entry-header .entry-meta {
	text-align: center;
	justify-content: center;
}
.md-heading {
	position: relative;
	z-index: 500;
}
}
.page-id-93995 a.post-more-link {
	color: var(--global-palette-highlight);
}
.page-id-93995 a.post-more-link:hover {
	color: #000;
}
.kadence-breadcrumb-container {
	background: #eee;
	padding: 5px 10px;
}
.single .entry-taxonomies {
	padding: 6px 0;
}
.archive .entry {
	border-bottom: 1px solid #ddd;
	margin: 10px auto 0;
	padding: 0 0 30px 0;
}
.single .entry-meta {
	border-bottom: 1px solid #ddd;
	width: 80%;
	margin: 10px auto 0;
	padding: 0 0 10px 0;
}
.home a.post-more-link,
.archive a.post-more-link {
	color: #D20000;
	font-size: 18px;
}
.comment-body {
	background: #eee;
	padding: 30px;
	border: none;
	margin-bottom: 20px;
}

.bypostauthor .avatar,
.comment .avatar {
	display: none;
}
.comment-meta {
	margin-left: 0;
}
.reply {
	position: relative;
	margin-bottom: 0;
}
.comment-reply-link {
	background: #5A791B;
	color: #fff;
}
button.search-toggle-open {
	border-radius: 0;
}
#search-drawer .drawer-inner input.search-field:focus {
	box-shadow: none;
}
@media only screen and (max-width: 800px) {
	.site-main-header-wrap .site-header-row-container-inner {
		border: none;
	}
}
.mobile-navigation ul li li {
	text-transform: capitalize;
	letter-spacing: .75px;
}
.mobile-navigation ul li li a {
	color: var(--global-palette2);
}
.mobile-navigation ul li li a:hover {
	color: var(--global-palette1);
}

blockquote {
	margin: 0 0 16px 0;
	padding: 24px 40px;
	background: #f2f2f2;
	border-radius: 10px;
	font-style: italic;
	position: relative;
	border-left: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0); 
}

pre {
	background: #f7f7f7;
	color: #54595F;
	overflow: auto;
	padding: 10px 20px 10px;
	font-size: 14px;
	white-space: pre-wrap;
	border-style: inset;
}

