/* @override 
	https://gracebaptist.sanctusmedia.net/assets/css/cal.css */

/**** cal ****/

#calendar {
	table-layout: fixed !important;
	width: 100%;
	margin-bottom: 50px
}
#calendar td {
	background-color: #f9f9f9;
	padding: 10px 4px;
	border: 3px solid #ffffff;
	vertical-align: text-top;
	height: 80px;
	color: #696969;
}
#calendar th {
	text-align: center;
	font-size: 36px;
	position: sticky;
	top: 0px;
	font-family: 'cookie', cursive;
}
#calendar th.day_of_week {
		font-weight: 100;
		color: #dbb156;
		border-top: 1px solid #efefef;
}
#calendar .event, .cal-body .event {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 4px !important;
	padding: 0px 3px;
	display: block;
	width: 100%
}
.event.all_day {
	background-color: #eaebf7;
	color: #7f81a0;
	text-align: left;
	display: block;
	width: 100%;
}
.event span.time {
	display: block;
	font-weight: 400;
}

#calendar td .date {
	text-align: right;
	font-weight: bold;
	color: #919191;
}
#calendar td.out_of_range {
	background-color: #dddddd !important;
	color: #8f8f8f;
}
#calendar td.out_of_range .date {
	color: #ffffff;
}
#calendar td.out_of_range a {
	color: #858585;
}

.cal-nav {
	font-size: 24px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	padding-bottom: 12px;
}


/*** cal week view ***/

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}

