/*======================================================================
 Main Defaults
======================================================================*/
body {
}

h1,
.h1 {
	font-weight: 700;
}
h2,
.h2 {
	font-weight: 600;
}
h3,
.h3 {
	font-weight: 500;
}
h4,
.h4 {
	font-weight: 400;
}
h5,
.h5 {
	font-weight: 300;
}
h6,
.h6 {
	font-weight: 300;
}

a {
	text-decoration: none;
	font-weight: 500;
	transition: 0.5s ease all;
	display: block;
}

a:hover,
a:focus {
}

a[href^="tel"] {
}

a.anchor-tag {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

.logo a,
.logo img {
	display: block;
	transition: 1.5s ease all;
}

/*************************************************************
Bootstrap Search Form
*************************************************************/
.card-search {
	border: 1px solid #eee;
}
.card-search .card-body {
	padding: 1rem;
}
.card-search .searchform .form-group {
	padding-left: 0;
	margin-bottom: 0.5rem;
}
.card-search .form-control {
	border: 1px solid #eee;
}
.card-search .searchform .form-check {
	padding-left: 0;
	margin-bottom: 0;
}

/*======================================================================
Cards
======================================================================*/
.card {
	margin-bottom: 1.5rem;
}

.card h2 {
	font-size: 1.8rem;
	line-height: 1;
}

.card-text {
	margin-bottom: 0.75rem;
}

/*======================================================================
Date/Time
======================================================================*/

.date {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}
.single .date,
.archive .date {
	display: inline;
}
.sidebar .date {
	display: block;
}
.sidebar .event-date {
	margin-top: 5px;
	border-top: solid 1px #eee;
	padding-top: 5px;
}
.start-time .start-time {
	font-weight: 400;
	font-size: 18px;
}
.end-time .end-time {
	font-weight: 400;
	font-size: 18px;
}
/*======================================================================
Video Overlay
======================================================================*/
.video-background {
	width: 100%;
	height: auto;
	display: block;
}
/*======================================================================
Overlays
======================================================================*/
.overlay-block {
	position: relative;
}

.overlay-block .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

#field_1_12 {
	display: none;
}

.page-id-153 #field_1_12,
.page-id-142 #field_1_12 {
	display: block;
}
