/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a.imvc-button {
	align-items: center;
	background-color: #222222;
	color: #ffffff;
	display: inline-flex;
	text-decoration: none;
	padding: 1rem 2rem;
	font-family: Bebas Neue;
	font-size: 1.4rem;
	line-height: 1rem;
	transition: color .1s ease-in-out,background-color .1s ease-in-out;
}

a.imvc-button:visited {
	color: #ffffff;
}

a.imvc-button:hover {
	background-color: #bc213c;
}

a.imvc-button:focus {
	background-color: #555555;
}


p.imvc-event-date {
	font-family: Bebas Neue, display;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 0;
}

p.imvc-event-venue {
	font-family: Bebas Neue, display;
	font-size: 1.5rem;
	font-weight: 400;
}

p.imvc-event-notification {
	background: yellow;
	color: black;
	font-weight: 400;
}

span.wpcf7-list-item {
	display: block;
}


.single-event .wp-post-image {
	max-height: 400px;
	min-width: 100%;
	object-fit: cover;
}

a.wp-block-file__button {
	background: black;
	color: white;
	border-radius: 0;
	font-family: Bebas Neue;
	font-size: 1.4rem;
	line-height: 1rem;
	transition: color .1s ease-in-out,background-color .1s ease-in-out;
}

a.wp-block-file__button:hover {
	background-color: #bc213c;
}

a.wp-block-file__button:focus {
	background-color: #555555;
}

.error404 .site-main form.search-form{
	display: none;
}