.calendar-header {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
  display: flex;
  align-items: center;
}

.calendar-header .current-month {
  font-weight: bold;
}

.prev-month, .next-month {
  color: #0D7A57;
  font-weight: bold;
  cursor: pointer;
}

.event-filter {
  padding: 1em 0;
  background: #F2F3F7;
  margin-bottom: 6em;
}

.event-filter--form label {
  margin-top: 5px;
}

.panel__mod {
  border-radius: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.week {
  padding: 0 15px;
}

.panel-heading.calendar__date{
	border-radius: 0;
	background-color: #ffffff;
}

.calendar__day {
  border: none;
  background-color: #ffffff;
  overflow: hidden;
}
e
.calendar__day, .calendar__date {
  background-color: #ffffff;
  border-top: 5px solid #dddfe4;
  border-bottom: 2px solid #dddfe4;
  border-radius: 0;
  color: #45494F;
}

.calendar__date.other {
  opacity: .35;
}

.date {
  font-weight: bold;
  font-size: 1.424em;
  margin-right: 8px;
}

.dayname {
  font-weight: bold;
  font-size: 0.799em;
}

.calendar-event--list {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  width: 200%;
  min-height: 190px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.dayslide {
  transform: translateX(-50%);
}

.event-toggle__btn {
  cursor: pointer;
  background-color: #0D7A57;
  padding: 5px 10px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}

.event-toggle__label {
  display: inline-block;
  margin-right: 5px;
}

.event-toggle__indicator {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #00442C;
  margin-left: 3px;
}

.event-toggle__indicator--active {
  background-color: #ffffff;
}

.calendar__date.current-date {
  color: #0D7A57;
  border-color: #0D7A57;
}

.calendar__event-list {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  width: 200%;
  min-height: 190px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.event--item {
  padding-left: 8px;
  margin-bottom: 1.5rem;
  width: 50%;
}

.event--title {
  display: block;
  font-weight: bold;
}

.event--title:hover{
	color: var(--spruce-green-colour) !important;
}

.event--time {
  font-size: 0.75em;
  font-weight: bold;
}

.day-slide {
  width: 50%;
  float: left;
  position: relative;
}

.day-slide .event--item {
  width: 100%;
}

/*********************************

Event colours

**********************************/
.council-meeting {
  border-left: 6px solid #2ecc71;
}

.public-hearing {
  border-left: 6px solid #d81b60;
}

.community-event {
  border-left: 6px solid #6a1b9a;
}

.office-closure {
  border-left: 6px solid #d32f2f;
}

@media (min-width: 320px) {
  .calendar--day {
    width: 100%;
  }

  .no-events {
    display: none;
  }
	


  .event-filter--form label {
    text-align: center;
  }
}

@media (max-width: 480px){
	.prev-month, .next-month {
    	transform: translateY(75%);
   	 	font-size: 1.5em;
	}	
	.calendar-header .current-month.type--large {
    	font-size: 2em;
	}
	
	.calendar__event-list {
    	min-height: 0;
	}
	.event-filter {
   		margin-bottom: 3em;
	}
}

@media (min-width: 866px) {
  .calendar__day {
    width: 14.2857142%;
    float: left;
  }

  .calendar__event-list {
    width: 200%;
  }

  .no-events {
    display: block;
  }

  .event-filter--form label {
    text-align: right;
  }

  .event-toggle__btn {
    visibility: visible;
    cursor: pointer;
  }
}

.calendar-list-view .calendar-event-list{
	width: 200%;
}

.calendar-list-view .calendar__day{
	width: 100%;
}

.calendar-list-view .otherMonth{
	display: none;
}
/*///////////////////////////////////////////////////////*/
.header {
  height: 50px;
  /*background: rgba(66, 66, 66, 1);*/
  text-align: center;
  position: relative;
  z-index: 100;
}

.header h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}

.left, .right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

.left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #a09fa0 transparent transparent;
  left: 20px;
}

.right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #a09fa0;
  right: 20px;
}

.month {
  /*overflow: hidden;*/
  opacity: 0;
}

.month.new {
  -webkit-animation: fadeIn 1s ease-out;
  opacity: 1;
}

.month.in.next {
  -webkit-animation: moveFromTopFadeMonth .4s ease-out;
  -moz-animation: moveFromTopFadeMonth .4s ease-out;
  animation: moveFromTopFadeMonth .4s ease-out;
  opacity: 1;
}

.month.out.next {
  -webkit-animation: moveToTopFadeMonth .4s ease-in;
  -moz-animation: moveToTopFadeMonth .4s ease-in;
  animation: moveToTopFadeMonth .4s ease-in;
  opacity: 1;
}

.month.in.prev {
  -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
  -moz-animation: moveFromBottomFadeMonth .4s ease-out;
  animation: moveFromBottomFadeMonth .4s ease-out;
  opacity: 1;
}

.month.out.prev {
  -webkit-animation: moveToBottomFadeMonth .4s ease-in;
  -moz-animation: moveToBottomFadeMonth .4s ease-in;
  animation: moveToBottomFadeMonth .4s ease-in;
  opacity: 1;
}

.blue {
  background: #9ccaeb;
}

.orange {
  background: #f7a700;
}

.green {
  background: #99c66d;
}

.yellow {
  background: #f9e900;
}

.details {
  position: relative;
  width: 420px;
  height: 75px;
  background: #a4a4a4;
  margin-top: 5px;
  border-radius: 4px;
}

.details.in {
  -webkit-animation: moveFromTopFade .5s ease both;
  -moz-animation: moveFromTopFade .5s ease both;
  animation: moveFromTopFade .5s ease both;
}

.details.out {
  -webkit-animation: moveToTopFade .5s ease both;
  -moz-animation: moveToTopFade .5s ease both;
  animation: moveToTopFade .5s ease both;
}

.arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #a4a4a4 transparent;
  transition: all 0.7s ease;
}

.events {
  height: 75px;
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.events.in {
  -webkit-animation: fadeIn .3s ease both;
  -moz-animation: fadeIn .3s ease both;
  animation: fadeIn .3s ease both;
}

.events.in {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.details.out .events {
  -webkit-animation: fadeOutShrink .4s ease both;
  -moz-animation: fadeOutShink .4s ease both;
  animation: fadeOutShink .4s ease both;
}

.events.out {
  -webkit-animation: fadeOut .3s ease both;
  -moz-animation: fadeOut .3s ease both;
  animation: fadeOut .3s ease both;
}

.event {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
  padding: 2px 16px;
  vertical-align: top;
}

.event.empty {
  color: #a3aaaf;
}

.event-category {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 6px 0 0;
  vertical-align: top;
}

.event span {
  display: inline-block;
  padding: 0 0 0 7px;
}

.entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
}

.entry:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}

.entry.blue:after {
  background: #9ccaeb;
}

.entry.orange:after {
  background: #f7a700;
}

.entry.green:after {
  background: #99c66d;
}

.entry.yellow:after {
  background: #f9e900;
}

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: .3;
    height: 0px;
    margin-top: 0px;
    /*-webkit-transform: translateY(-100%);*/
  }
}
@-moz-keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    /*-moz-transform: translateY(-100%);*/
  }
}
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    /* transform: translateY(-100%);*/
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: .3;
    height: 0px;
    margin-top: 0px;
    opacity: 0.3;
    /*-webkit-transform: translateY(-100%);*/
  }
}
@-moz-keyframes moveToTopFade {
  to {
    height: 0px;
    /*-moz-transform: translateY(-100%);*/
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    /*transform: translateY(-100%);*/
  }
}
@-webkit-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    /*-webkit-transform: translateY(-30%) scale(.95); */
  }
}
@-moz-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    /* -moz-transform: translateY(-30%); */
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    /*-moz-transform: translateY(-30%);*/
  }
}
@-webkit-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    /*-webkit-transform: translateY(30%) scale(.95);*/
  }
}
@-moz-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    /*-moz-transform: translateY(30%);*/
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    /*-moz-transform: translateY(30%);*/
  }
}
@-webkit-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    /* -webkit-transform: translateY(30%) scale(.95);*/
  }
}
@-moz-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    /* -webkit-transform: translateY(30%);*/
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    /*-webkit-transform: translateY(30%);*/
  }
}
@-webkit-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    /*-webkit-transform: translateY(-30%) scale(.95);*/
  }
}
@-moz-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    /*-webkit-transform: translateY(-30%);*/
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    /*-webkit-transform: translateY(-30%);*/
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@-moz-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
