/* Custom Background Image */
body {
	background-image: linear-gradient( rgba(255, 255, 2555, 0.4), rgba(255, 255, 255, 0.4) ), url('/wp-content/uploads/2020/11/constable3.jpg')
}

/* Menu Style */
.wp-block-navigation a {
	border-bottom: 2px solid transparent;
}
.wp-block-navigation a:hover {
	color: var(--wp--custom--color--primary);
	/*border-bottom: 2px solid var(--wp--custom--color--primary);*/
}

/* Increase default "container - aka block" max width */
/*.wp-container-6 > :where(:not(.alignleft):not(.alignright)) {
    max-width: 1024px;
}*/

/*
 * Full Height Column
 * */
.has-full-height-column .wp-block-coblocks-column__inner  {
	height: 100%;
}

/* Single Artist */
body.single-artist .artist-title {
	font-family: "Cormorant Garamond";
}

/* Single artist - featured image */
@media screen and (min-width: 768px) {
	body.single-artist .featured-image-wrapper {
		padding-left: 20px;
		float: right;
		width: 350px !important;
	}
}

/* Artists loop category */

.artists-category-loop .entry-title a {
	font-family: "Cormorant Garamond";
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}

.artists-category-loop .entry-title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.artists-category-loop .entry-title a:not(:hover) {
	color: #FFFFFF;
} 

.artists-category-loop article.loop-entry.content-bg:nth-child(odd) {
	background: #585f64;
	padding: 10px;
	border-radius: 0px;
}

.artists-category-loop article.loop-entry.content-bg:nth-child(even) {
	background: #beccd7;
	padding: 10px;
	border-radius: 0px;
}

.artists-category-loop.wp-block-kadence-posts {
	column-gap: 0;
	row-gap: 0;
}

.artists-category-loop.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg .post-thumbnail {
	margin-bottom: 0;
}


@media screen and (min-width: 1025px) {
	.artists-category-loop.wp-block-kadence-posts {
		    grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Coblocks - Remove Max width */
.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*=wp-block-] {
	max-width: none;
}

/* Artist content - add spacing */
.artist-post-content p:not(:last-child){
	margin-bottom: 10px;
}

/* Artist content - Photo credit */
.photo_credit {
	font-weight: 600;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Stylize global buttons */
.wp-block-button.wp-block-button__link, .wp-block-button .wp-block-button__link, .wp-block-button__link.wp-block-button__link, .wp-block-button__link .wp-block-button__link {
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.artist-post-content .wp-block-spacer {
	display: inline;
}

/* hide site footer credit | 35133759-hc RG */
.site-footer-container + .wp-block-group {
	display: none;
}