@media screen and (max-width: 719px) {
	.evt-u-HiddenPhone{
		display: none;
	}
}

.evt-u-VisiblePhone{
	display: none;
}
@media screen and (max-width: 719px) {
	.evt-u-VisiblePhone{
		display: inherit;
	}
}

.sidebar-item{
	margin: 10px;
}

#chansearch
{
	width: 200px;
	float: right;
	margin: 6px;
	border: 1px solid #bbb;
	font-size: .9em;
}

#chansearchtitle
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #bbb;
	background: #d5d5d5;
	font-weight: bold;
	text-align: center;
}

#chansearch input
{
	font-size: .9em;
}

#searchhelp
{
	font-size: 0.9em;
	display: none;
	width: 120px;
	padding: 3px;
}

hr
{
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	margin-top: 6px;
	height: 1px;
	background-color: #c00;
	color: #c00;
}

#search a
{
	color: #fff;
	text-decoration: none;
}

#search a:hover
{
	text-decoration: underline;
}

a
{
	text-decoration: none;
}

form table, textarea
{
	width: 98%;
}

#nav option, optgroup
{
	padding: 0px 3px 0px 3px;
}

#nav optgroup option
{
	margin: 0px -3px 0px -3px;
	padding: 0px 15px 0px 15px;
}

td
{
	vertical-align: top;
}

h1
{
	font-size: 1.4em;
}

/* Calendar Output CSS */

.comments
{
	font-style: italic;
	color: #666;
}

#content
{
	min-height: 600px;
	padding-bottom: 0;
}

* html #content
{
	height: 600px;
}

#mainlinks
{
	padding: 0px;
	margin: 0px;
	color: #000;
	line-height: 1.4;
	font-size: .9em;
	width: 182px;
}

#mainlinks h2
{
	line-height: 1;
	background: #c00;
	color: #fff;
}

#mainlinks li
{
	border-bottom: 1px solid #ccc;
	/* css fix for mac safari & moz */
	width: 182px;
}

#mainlinks li.divider
{
	border-bottom: 5px solid #c00;
}

#mainlinks li a
{
	display: block;
	padding: 1px 0.5em 1px 10px;
	width: 167px;
	overflow: hidden;
	font-size: 90%;
}

#mainlinks li a:hover
{
	background: #cc9;
	color: #c00;
}

#mainlinks p
{
	margin: 0;
	margin-left: 15px;
	padding: 0 0 5px 0;
	white-space: normal;
	font-size: 85%;
}

#mainlinks ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

a.highlight, a.highlight:visited
{
	color: #444;
	display: block;
	text-decoration: none;
	-moz-transition: 0.3s background-color;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

a.highlight:hover
{
	background-color: #f2f2f2;
/*
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3) inset;
*/
}

.btn-default-solid {
	color: #333;
	background-color: #e7e7e7;
	border-color: #e7e7e7;
}
.btn-default-solid:hover {
	color: #000;
	background-color: #ccc;
	border-color: #ccc;
}

.event-item {
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 0;
	padding: 10px 0;
}

.event-item p {
	margin: 0;
}

.event-item .cost{
}

.event-item .title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.event-item .meta [class*="fa-"],
.event-table-meta [class*="fa-"],
.channel-table-meta [class*="fa-"]{
	color: #999;
}

.event-item .desc {
	margin: 10px 0 0 0;
}

.event-item .time
{
	color: #c00;
}

.event-item .channel
{
	color: #888;
}

.day
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: -9px;
	text-align: center;
}

.day span{
	background-color: #fff;
	color: #888;
	font-size: 15px;
	padding: 0 6px;
	position: relative;
	top: 9px;
}

.event-item + .day{
	margin-top: 3px;
}

#content td a.days
{
	color: #006;
	text-decoration: underline;
	display: inline;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 0px;
}

#content td a.days:hover
{
	border: none;
	background: none;
}

#content td a.days:visited
{
	color: #33c;
}

#content td p
{
	padding: .33em 0 .6em 5px;
	margin: 0px;
	margin-left: 15px;
	display: block;
}

.pagination{
	margin-top: 12px;
}

.more
{
	font-weight: bold;
	color: #006;
	padding-left: 5px;
}

.more:hover
{
	text-decoration: underline;
	border: none;
}

td.blankphoto
{
}

a.blankphoto:hover
{
	color: #c00 ! important;
	border: 1px dashed #c00 ! important;
}

a.blankphoto, a.blankphoto:visited
{
	color: #999;
	border: 1px dashed #ccc;
	display: block;
	width: 150px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	vertical-align: middle;
}


table.viewedit th
{
	text-align: right;
}

td.mycalheader
{
	border-bottom: 1px solid #000;
	font-size: 1.1em;
	font-weight: bold;
}

td.mycalitem
{
	padding-left: 10px;
}

#mainlinks h2
{
	line-height: 1;
	background: #c00;
	color: #fff;
	font-size: 95%;
}

#admin
{
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #666;
	background: #ccc;
}

#admin a
{
	color: #006;
}

#admin a:hover
{
	text-decoration: underline;
}

#admin a:visited
{
	color: #000;
}

#crumbs
{
	margin-bottom: 6px;
}

.paging, .paging2, .paging3
{
	border-bottom: solid 1px #666;
	height: 15px;
	margin: 0;
	text-align: center;
	padding: 3px 15px 3px 10px;
}

.paging2
{
	border-top: solid 1px #666;
}

.paging2
{
	border-top: solid 1px #666;
	border-bottom: 0;
}

.paging a, .paging2 a, .paging3 a
{
}

.current-page
{
	color: #c00;
	font-weight: bold;
}

#daterange
{
	text-align: center;
}

table#ical
{
	width: 425px;
	border: 1px solid black;
	background: #cc9;
}

#ical td
{
	padding: 0 5px;
	border: 1px solid black;
	background: #fff;
}

/* End Calendar Output CSS */


/* Mini Calendar CSS */




/* sticky event filters CSS */

.sticky-event-filters {
	padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.sticky-event-filters {
		position: static !important;
	}
}



#event-calendar {
	font-size: 11px;
}

#event-calendar.fc table {
	background-color: inherit;
}

#event-calendar.fc .fc-basic-view .fc-body .fc-row {
	/*min-height: 4em; */
	min-height: auto;
}
#event-calendar.fc .fc-month-view .fc-week table
{
	margin-bottom: auto;
}

#event-calendar.fc .fc-toolbar h2 {
	font-size: 15px;
}

#event-calendar.fc .fc-widget-header table{
	margin-bottom: 0;
}

#event-calendar.fc .fc-widget-header table .fc-day-header {
	 padding: 3px 0;
}

#event-calendar.fc .fc-content-skeleton {
	padding-bottom: 0;
}

#event-calendar.fc .fc-content-skeleton .fc-day-number {
	cursor: pointer;
}



#event-calendar.fc .fc-bg .fc-day.fc-today {
	background-color: inherit;
}
#event-calendar.fc .fc-content-skeleton .fc-day-number.fc-today {
}

#event-calendar.fc .fc-bg .fc-day.event-cal-highlight {
	background-color: #eeeeee;
}

#event-calendar.fc .fc-bg .fc-day.event-cal-today {
	background-color: #fcf8e3
}
#event-calendar.fc .fc-content-skeleton .fc-day-number.event-cal-today {
	font-weight: bold;
}




#event-calendar.fc .fc-content-skeleton .fc-day-number:hover,
#event-calendar.fc .fc-content-skeleton .fc-day-number.fc-other-month:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #f5e950;
}







/* Mini Calendar CSS */
@media screen and (max-width: 720px) {
	#sticky-cal{
		position: static !important;
	}
}

#calbar
{
	padding: 10px;
}

#calbar .button-group{
	display: block;
	float: none;
	letter-spacing: -0.31em;
	text-align: center;
}

#calbar .button{
	display: inline-block;
	float: none;
	letter-spacing: normal;
}

#mctable th {
	text-align: center;
}

#mctable.table>tbody>tr>td {
	padding: 0;
	text-align: right;
}

#mctable td.mcday a, 
#mctable td.mcdayhighlight a, 
#mctable td.mcrbdis a {
	color: #333;
	display: block;
	overflow: hidden;
	padding: 8px;
	text-decoration: none;
}
#mctable td.mcday a:hover, 
#mctable td.mcdayhighlight a:hover, 
#mctable td.mcrbdis a:hover {
	background-color: #f1be48;
}

#mctable td.mcrbdis a {
	color: #aaa;
}

#mctable td.mcdayhighlight a {
    background-color: #f2f2f2;
}

#mctable td a.today {
	font-weight: bold;
}




/*

#mctable
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#mctable th
{
	background-color: #666; 
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAYAAACgXdXMAAAAHklEQVQI12NggAJmJgYGBhYmBgYGVrwEC3myxJgMAC7PALUcbzTFAAAAAElFTkSuQmCC");
	background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

#mctable th a.nav
{
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	padding: 0 4px;
	text-decoration: none;
}

#mctable th a.nav.left{
	float: left;
}

#mctable th a.nav.right{
	float: right;
}

#mctable th a.nav:hover{
	background-color: #777;
}
 
#mctable select
{
	color: #000;
	background: #fff;
	font-size: 1em;
}

#mctable td
{
	height: 32px;
	line-height: 16px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	width: 32px;
}

#mctable td.mcrb
{
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
 */

.navbar-flex-left {
	margin-right: 15px;
}

.navbar-flex-right {
	margin-left: 15px;
}

.navbar-form {
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.navbar-form .form-control {
		width: 100%;
	}
}

/* End Mini Calendar CSS */


/* Photo Album CSS */
.pafolderbox, .paphotobox
{
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}

.paphotobox img
{
	border: 1px solid #000;
}

.papaging
{
	text-align: right;
	padding-bottom: 10px;
}

.pacrumbs
{
	padding-bottom: 10px;
}

.pacount
{
}

/* End Photo Album CSS */

#nav ul li div.heading a
{
	display: inline;
	padding: 0px;
	border: 0px;
	color: #fff;
}

#nav ul li div.heading a:hover
{
	color: #fff;
	background-color: inherit;
}

/* From the in page style */

/*
table.event
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 12px;
	width: 100%;
}

table.event td
{
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 4px;
}

table.event td.title
{
	color: #c00;
	font-size: 140%;
	font-weight: bold;
	border: none;
	padding-bottom: 10px;
}

table.event td.title a
{
	color: #c00;
	text-decoration: none;
}

table.event td.title a:hover
{
	color: #000;
}

table.event td.desc
{
	font-weight: bold;
	vertical-align: top;
	width: 90px;
}
*/



/* Admin forms  */
.error {
	font-weight: bold;
	color: #C8102E;
}



.navbar-flex {
	display: flex;
	flex: 1;
}

.navbar-flex .navbar-text {
	float: none
}

.navbar-flex-center {
	flex: 1;
}

.navbar-flex-left {
	order: -1;
}