.gmnoprint {
	display: none;
}

/* Blog: Set post background to white */
.blog-posts .post-item .post-details {
	text-align: center;
	align-items: center;
}

/* Blog: Social Networks Color */
.sidebar .social-icons a {
	margin-right: 4.5px;
	margin-bottom: 9px;
	margin-left: 4.5px;
}

/* Blog: Show Date Inline */
.blog-posts .post-item .post-details .entry-meta {
	    flex-direction: row;
	gap: 20px;
}

/* Blog: Color Sidebar Links */
.blog-archive--widgets .widget ul li a {
	color: var(--k-color-3);	
	text-decoration: none;
}

/* Blog: Comments Background */
.single-post .post-comments {
	background: var(--k-color-6);
}	

/* Page: Section Title Margin */
.wpb_wrapper .section-title {
    margin-block-end: 40px !important;
}

/* Sidebar: Gallery Grid */
.sidebar .widget.widget_media_gallery .gallery {
    margin: 0 -5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 0px;
}

/* Sidebar: Gallery Grid */
.sidebar .widget.widget_media_gallery .gallery .gallery-item {
	margin: 0;
}

/* Sidebar: List border */
.sidebar .widget ul li {
	border-bottom: 1px solid var(--k-color-8);
}