.event-item h4 {
    text-align: center;
    display: block;
    margin: 0 auto;
    /* width: 100%; */	
}

.events-list .event-item .calendar-bg{
	position: relative;
	padding: 6px 0 0;
	color: rgb(1, 66, 122);
	width: 70px;
	height: 70px;
  }   
  
  .events-list .event-item:nth-child(odd) .calendar-bg{
	  color:rgb(84,123,55);
  }    
  
  .calendar-bg .fa-square-full{
	font-size: 50px;
  }
  
  .calendar-bg h4{
	color: inherit;
	font-size: 16px;
	position: absolute;
	top: 11px;
	background-color: #fff;
	width: 40px;
	height: 40px;
	left: 5px;  
  }    
  .calendar-bg:before {
	/* content: "\f133";
	font-family: FontAwesome;
	left: 6px;
	position: absolute;
	top: -25px;
	font-size: 80px; */

   }
   .event-details h4{
	   text-transform:uppercase;
   }
   .event-details h6{
	   display:inline-block;
	   padding-right: 0.5em;
   }

.fc-day-header {background-color: #144C7B;color: #fff;line-height: 2;}

.fc-row .fc-content-skeleton td.fc-day-top {background-color: #a9a9a9;color: #fff;}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-row .fc-content-skeleton td.fc-day-top.fc-today {
    background-color: #1e6a8f;
}
#calendar {
	/* display: none; */
}
.event-description {
	margin-bottom: 40px;
}
.event-details {
	margin-top: 2em;
	background: #f7f7f7;
    padding:20px 20px 10px;
    border: solid 1px #eeeeee;
}
.event-item{
	    margin-bottom: 20px;
}
@media (min-width: 768px) {
	#calendar {
		display: block;
		margin-bottom: 5em;
	}
	#calendar h3 {
		color: #144C7B;
	}
	.fc button {
	    color: #144C7B;
	    border: solid 1px;
	    background: none;
	    box-shadow: none;
	}
}