/*
orange: #f07a0f #E4740C
*/
.ramm-sections .section-name .h3, .ramm-sections .section-name h3 {
	font-size: 1.8em;
	line-height: 1.2;
	max-width: 90%;
}
.event-widget{
	display: block;
}
.wpem-single-event-page .wpem-event-organizer-name{
	display: none;
}
#search-field button{
	background-color: transparent;
	border: none;
	color: #fff;
}
#cn-notice-buttons a{
	color: #000 !important;
	font-weight: bold !important;
}
.wpem-single-event-body-sidebar .btn:hover,
.wpem-single-event-body-sidebar .btn:focus{
	color: #fff;
}
#wrapper-directions .opening-times{
	color: #000;
}
.dropdown-item[aria-current]{
	text-decoration: underline;
}
.carousel-item{
	display: block;
}
@media (max-width: 40em){
	#main-menu .nav-item{
		background-size: 1.2em;
	}
	#top-nav.d-none{
		display: block !important;
	}
	#utility-nav ul{
		top: 10rem !important;
	}
}
@media (min-width: 40em){
	#main-menu > .nav-item:nth-child(5) > .dropdown-menu,
	#main-menu > .nav-item:nth-child(5) > .dropdown-menu .dropdown-item:hover {
		background-color: #E4740C;
	}
	#main-menu a:not(:hover):not(:focus) + .dropdown-menu:not(:hover){
		display: flex;
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	#main-menu .dropdown:hover ul.dropdown-menu,
	#main-menu .dropdown a:focus + ul.dropdown-menu,
	#main-menu ul.dropdown-menu:hover{
		/* position: fixed; */
		position: absolute;
		width: 100vw;
		left: 0;
		top: 142px;
		top: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 0;
	}
	.logged-in #main-menu .dropdown:hover ul.dropdown-menu,
	.logged-in #main-menu .dropdown a:focus + ul.dropdown-menu,
	.logged-in #main-menu ul.dropdown-menu:hover{
		top: 96px;
	}
	#main-menu .dropdown {
		position: static;
	}
	#main-menu .nav-item a {
		font-size: 0.8em;
	}
	.ramm-sections .section-name .h3, .ramm-sections .section-name h3 {
		font-size: 1.2em;
	}
}
@media screen and (min-width: 40em) and (max-width: 64em){
	#announcements-carousel{
		font-size: 0.7em;
	}
	#top-nav #topbar-nav .nav-item a{
		font-size: 0.8em;
	}
	/* Below gets rid of unwanted horizontal scroll */
	#content{
		overflow: hidden;
	}
	/* Below fixes clipping on tablet, but only apply where needed */
	#main-menu li:nth-child(2) ul.dropdown-menu{
		justify-content: flex-start !important;
		overflow-x: scroll;
		padding-left: 1em;
		padding-right: 1em;
	}
	#top-nav > .container{
		flex-direction: column;
	}
}
@media screen and (min-width: 64em){
	.ramm-sections .section-name .h3, .ramm-sections .section-name h3 {
		font-size: 1.6em;
	}
	#main-menu .nav-item a {
		font-size: 0.9em;
	}
}
@media screen and (min-width: 90em){
	.ramm-sections .section-name .h3, .ramm-sections .section-name h3 {
		font-size: 1.8em;
	}
	#main-menu .nav-item a {
		font-size: 1.1em;
	}
}

.page-id-20117 #archive-event-wrapper .entry-content ul {
	max-width: none;
}

.si-events-event-types a {
    font-family: adelle,serif;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 4px 8px;
		padding-left: 8px !important;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.si-events-start {
	font-size: 0.85em;
	margin-bottom: 0.5em !important;
}

.page-id-20117.page-template-default .entry-content p:first-child {
    margin-top: 1em;
}

.align {
  display: flex;
  flex-direction: column;
}

.understrap-read-more-link {
margin-top: 10px
}

/* Si event */
.si-events-query-loop div[data-mh="read-more-button"]{
	display: none;
}
/* .si-events-query-loop .wp-block-post-excerpt__more-text {
	font-size: .875rem;
	font-weight: 600;
	border: 0;
	border-radius: 1em;
	padding: 6px 12px;
	background-color: #06f;
	width: auto;
} */
.si-events-query-loop .wp-block-post-excerpt > div {
	height: auto !important;
}

/* Single SI event */
.si-events-attribute ul{
    list-style-type: none;
    padding-left: 0px;
}

/* SI events plugin filter  */
.si-events-filter {
    font-family: 'adelle-sans';
    font-weight: 700;
	 display: inline-flex;
	padding-bottom: 15px;
	width: 100%;
	justify-content: space-between;
}

.si-events-filter > div {
	width: calc(33.33333% - .83333em);
}

.si-events-filter > div > div {
	display: inline-flex;
	width: 100%;
	justify-content: start;
	font-size: 18px;
}
.si-events-filter > div > div > label {
	padding-right: 15px;
}

select#si_events_type {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

input#si_events_choose_date {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
	border-bottom-color: #ffffff;
	    text-align: right;
}

select#si_events_range_date {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}


/* SI events plugin single post page */
.single-si-events .entry-meta {
    display: none;
}

.si-events-attribute h3 {
	font-size: 24px
	
}

.si-events-attribute {
	margin-bottom: 40px;
	
}

.btn.btn-primary.si-event-spektrix-id {
    background-color: #e03d52;
    border-color: #e03d52;
		font-size: 22px;
		font-weight: 700;
}
.si-events-event-types a {
    font-family: 'adelle-sans';
    text-decoration: none;
		/*padding-left: 0px !important;*/	
		font-weight: 300;
		font-size: 18px;
		text-transform: none;
}
.single-project .entry-meta{
	display: none;
}
.inline-block{
	display: inline-block;
}
.projects-block{
	margin: 4rem 0;
}
.projects-block.ramm-sections .row{
	/* justify-content: flex-start; */
}
.projects-block .inline-block{
	vertical-align: text-top;
}
.projects-block .current-select .facetwp-checkbox span{
	visibility: hidden;
}
.projects-block h2{
	margin: -0.5em 0 0.5em;
}
.projects-block p:last-child{
	margin-bottom: 2em;
}
.text-right{
	text-align: right;
}
.facetwp-type-checkboxes{
	background: transparent;
	padding: 0;
	border: 0;
}
select{
	cursor: pointer;
}
.hide{
	display: none !important;
}
html .entry-content #SpektrixIFrame{
	width: 100%;
}
.orange-bg{
	background-color: #ea7600;
	color: #000;
}
.thermometer-shortcode{
	text-align: center;
	margin: 2rem 0;
}
.thermometer-shortcode svg{
	max-width: 100%;	
}
.directions .background-map .background-map-map .leaflet-map .leaflet-tile-pane{
	filter: grayscale(1) contrast(1.75);
}
.seopress-user-consent button{
	border: none;
	padding: 0.5em 1.25em;
}
html #seopress-user-consent-close{
	border: none;
	font-weight: normal;
}
html #seopress-user-consent-close:hover{
	background-color: transparent;
	color: #000;
}
html #seopress-user-consent-edit{
	border: none;
	padding: 0.5em 1em;
}
.seopress-user-consent seopress-user-message a{
	color: #7847ff;
}
html .seopress-user-consent{
	padding: 10px 20px;
}
@media screen and (max-width: 40em){
	html .seopress-user-consent p:first-child{
		margin-bottom: 1em;
	}
}
/*# sourceMappingURL=custom.css.map */