#full-clndr .clndr-grid .days-of-the-week {
	color: #f5b69f;
}
#full-clndr .clndr-grid .days .day,
#full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  color: #4f4f4f;
	padding: 5px 0;
}
#full-clndr .clndr-grid .days .calendar-dow-0, #full-clndr .clndr-grid .days .calendar-dow-6 {
	background: #f3f3f3;
}
#full-clndr .clndr-grid .days .today {
	color:#84CBEC;
	font-weight: bold;
}
#full-clndr .clndr-grid .days .day .day-number,
#full-clndr .clndr-grid .days .empty .day-number {
	display: inline-block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	
}
#full-clndr .clndr-grid .days .day.event .day-number,
#full-clndr .clndr-grid .days .empty.event .day-number {
	background: #84CBEC;
	color: #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#full-clndr .clndr-grid .days .day.adjacent-month .day-number,
#full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
  	opacity: 0.3;
}
#full-clndr .clndr-grid .days .day.adjacent-month.calendar-dow-0, #full-clndr .clndr-grid .days .day.adjacent-month.calendar-dow-6,
#full-clndr .clndr-grid .days .empty.adjacent-month.calendar-dow-0, #full-clndr .clndr-grid .days .empty.adjacent-month.calendar-dow-6 {
	background: none;
}
#full-clndr .clndr-grid .days .today {
  	background-color: white;
  	background-image: none;
}
#full-clndr .event-listing .event-item {
  padding: 14px;
  color: #4f4f4f;
}
#full-clndr .event-listing .event-item-location {
  font-weight: 400;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#calendar {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
	background: #fff;
}

.clndr-controls {
	line-height: 40px;
}

.clndr-controls .clndr-button {
	color: #71797E;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0 auto;
}

.clndr-controls .clndr-button:hover {
	color: #fff;
	background: #84CBEC;
}

@media all and (max-width: 768px) {
  #full-clndr .clndr-grid {
    width: 100%;
    border: 0;
  }
  #full-clndr .event-listing {
    display: none;
  }
}
