/** GENERAL STYLES **/

.wp-element-button {
	border: none !important;
	border-radius: 3px;
	transition: none !important;
}
.wp-element-button:hover, .wp-block-button__link:hover, .wp-element-button:focus, .wp-block-button__link:focus {
	color: #FFF;
	text-decoration: none !important;
}
footer {
	margin-block-start: 0 !important;
}
.wp-site-blocks {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wp-block-post-title a {
	display: inline;
}

.contact-form-submission .go-back-message {
	display: none !important;
}
.contact-form-submission {
	border-top: 0.5rem solid black !important;
	border-bottom: 0.5rem solid black !important;
}
.contact-form-submission h4 {
	margin-top: 0 !important;
}

header h2 a {
	text-decoration: none !important;
	letter-spacing: 1px;
	vertical-align: middle;
}

.tag-link-121 {
	display: none !important;
}

.library_header_links a {
	display: inline-block;
	margin-left: 2em;
	white-space: nowrap;
}

.g-recaptcha-hcaptcha {
	margin: 1.2em 0 0 0.5em;
}

.contact-form :is([type="submit"]) {
	display: inline !important;
}

.wp-block-post a {
	text-decoration: none !important;
}
.wp-block-post a:hover {
	text-decoration: underline !important;
}

.is-acf-field .prefix {
	font-weight: bold;
}

.wp-block-post-featured-image img {
	background: #4a4a4a;
}

.library_grid_group  {
	position: relative;
}

.library_grid_group .library_grid_bg {
	position: absolute;
	left: -100px;
	bottom: -450px;
	z-index: -1;
}

.library_item_content {
	padding-bottom: 20px;
}

/** // GENERAL STYLES **/


/** PAGINATION & ORDERING **/

.page-numbers {
	text-decoration: underline !important;
}
.page-numbers.current {
	font-weight: 700;
	text-decoration: none!important;
}
.page-numbers.dots {
	text-decoration: none!important;
}

.library_query_order {
	font-style: italic;
	font-size: 16px;
}

.library_query_order .current_order {
	font-weight: 700;
	text-decoration: none;
}

/** // PAGINATION & ORDERING **/


/** HEADER **/


.wp-block-tag-cloud .tag-link-352, .wp-block-tag-cloud .tag-link-430 {
/*	display: none;*/
}

.library_search_group  {
	position: relative;
}

.library_search_group .library_search_bg {
	position: absolute;
	right: -150px;
	bottom: -100px;
	z-index: -1;
}

/** // HEADER **/
