/*
Theme Name: Earlham 1.2
Author: RocketBuild / Adam Frazier
Author URI: http://rocketbuild.com/
Description: RocketBuild Default Theme with updates by Adam Frazier
Version: 1.2
*/

@font-face {
	font-family: "museo_sans";
	src: url('fonts/MuseoSans/museosans_300-webfont.eot');
	src: url('fonts/MuseoSans/museosans_300-webfont.eot') format('embedded-opentype'),
	url('fonts/MuseoSans/museosans_300-webfont.woff2') format('woff2'),
	url('fonts/MuseoSans/museosans_300-webfont.woff') format('woff'),
	url('fonts/MuseoSans/museosans_300-webfont.ttf') format('truetype');
}

@font-face {
	font-family: "museo_sans";
	src: url('fonts/MuseoSans/museosans_500-webfont.eot');
	src: url('fonts/MuseoSans/museosans_500-webfont.eot') format('embedded-opentype'),
		 url('fonts/MuseoSans/museosans_500-webfont.woff2') format('woff2'),
	     url('fonts/MuseoSans/museosans_500-webfont.woff') format('woff'),
	     url('fonts/MuseoSans/museosans_500-webfont.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: "museo_sans";
	src: url('fonts/MuseoSans/museosans_700-webfont.eot');
	src: url('fonts/MuseoSans/museosans_700-webfont.eot') format('embedded-opentype'),
		 url('fonts/MuseoSans/museosans_700-webfont.woff2') format('woff2'),
		 url('fonts/MuseoSans/museosans_700-webfont.woff') format('woff'),
		 url('fonts/MuseoSans/museosans_700-webfont.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: "museo_sans";
	src: url('fonts/MuseoSans/museosans_900-webfont.eot');
	src: url('fonts/MuseoSans/museosans_900-webfont.eot') format('embedded-opentype'),
		 url('fonts/MuseoSans/museosans_900-webfont.woff2') format('woff2'),
		 url('fonts/MuseoSans/museosans_900-webfont.woff') format('woff'),
		 url('fonts/MuseoSans/museosans_900-webfont.ttf') format('truetype');
	font-weight: 900;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.lg-max-height-150 img {
	max-height: 150px;
	width: auto;
}

.lg-max-height-150 figure {
	display: inline-block;
}

.lg-max-height-150 .wp-block-column {
	display: flex;
	align-items: center;
  	justify-content: center;
}

@media print {
	.collapse {
		display: block !important;
	}
}

.ec-container-fixheadings H1 {
	font-size: 42px !important;
	font-weight: 700 !important;
}

.ec-container-fixheadings H2 {
	font-size: 32px !important;
	font-weight: 500 !important;
}

.ec-container-fixheadings H3 {
	font-size: 22px !important;
	font-weight: 500 !important;
}

.bg-burgundy .btn-secondary-red {
	color: #fff !important;
	border-color: #fff !important;
}

.ec-event-title {
	color: #8b1b3f !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
}

.date-cube,
.tribe-events-widget-events-list__event-date-tag-datetime {
	background-color: #efefef !important;
	padding: 5px !important;
	text-align:center !important;
	font-family: museo_sans !important;
	height: unset !important;
}

.date-cube .month,
.tribe-events-widget-events-list__event-date-tag-month {
	font-weight: bold !important;
	color:#7b1f38 !important;
	display:inline-block;
}

.date-cube .day,
.tribe-events-widget-events-list__event-date-tag-daynum {
	font-weight: bold;
	display: block;
	font-size: 2.5rem !important; }