/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– *
Theme Name: Bitforms Gallery 2022
Description: The 2022 custom theme for bitforms gallery
Author: Daniel Miller
Author URI: https://mllr.nyc
Version: 2.0

This theme is property of Bitforms Gallery and is not available for public use.
* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.single-spotlight .post-title {display: none;}
.serif {font-family: 'Palatino', serif;}
.paragraph-plus p {font-size: inherit;}
.container.single.spotlight {
	max-width: 100%;
	width: 100%;
}
figure.aligncenter.wp-block-embed iframe {
	margin-left: 50%;
    transform: translate(-50%, 0);
}
@media (min-width: 768px) {
	#mc_embed_signup input.email {width: 275px !important;}
	.single-spotlight .wp-block-image figure, .single-spotlight figure {
	    position: relative;
		box-sizing: border-box;
	}

	.single-spotlight .wp-block-image figcaption, .single-spotlight figcaption {
		/*margin-top: .5em;
	     margin-bottom: 1em; */
	    display: none;
	    margin: -34px 0 0 0;
	    padding: 5px;
	    background: rgba(250,250,250,0.8);
	    height: auto;
	    position: absolute;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.single-spotlight .wp-block-image figure:hover {
		cursor: crosshair;
	}
	.single-spotlight .wp-block-image figure:hover figcaption, .single-spotlight figure:hover figcaption {
		display: block;
	}
}

/*body.single-spotlight div.container.single {max-width: 675px;}*/
body.single-spotlight div.container.single p strong {font-family: 'BitformsBlack';}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #535353 !important;
    border-radius: 2px !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #6f6969 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs {display:none !important;}

footer .footer-section span span::after {
	content: '|';
    height: inherit;
    margin: 0 5px;
    position: absolute;
    display: inline-block;
    background: transparent;
}

.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	footer div.footer-section {text-align: center;}
	footer div.footer-section span {
		margin-bottom: 25px;
		text-align: center;
	}
	footer div.footer-section span span {
	    letter-spacing: 0.8px;
	    margin-bottom: 0;
	}

	footer .footer-section span span::after {
		color: #CCCCCC;
	}

	footer .footer-section span span:nth-child(even)::after {
		content: none;
	}

}
#press-container.press-release a {display: inline-block;}

.original-artwork-container {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}

ul.gallery_section_links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.gallery_section_links a {
	font-size: 1.5rem;
}

ul.gallery_section_links li, .gallery_sections p.section-title {
	margin-bottom: 0;
}

.gallery_sections .gallery-section {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}

.gallery_sections .gallery-section p.section-title {
	flex: 1 1 100%;
}