/*
Theme Name: mwm

*/
 .icon-chevron {
  display: block;
  width: 15px;
  height: 22px;
  line-height:20px;
   margin-top:4px;
  }
.icon-chevron:before { 
	content: '\e92c';
	padding: 10px;
	border: 1px solid;
	border-radius: 50%;
}
.icon-chevron-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


.not-current{ opacity: .2; }

.page {
  width: 500px;
  margin: 0 auto;
  padding: 35px 0;
}

.responsive-calendar-modal {
  background-color: #1d86c8;
  color: white;
  padding: 1em;
}

.responsive-calendar .controls {
  text-align: center;
  background-color: #0D47A1;
    background-image: linear-gradient(#0D47A1,#2979ff);
    padding: 11px;
}

.responsive-calendar .controls a {
  cursor: pointer;
  color: #fff;
}

.responsive-calendar .controls h4 {
  display: inline;
}

.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
  font-weight: bolder;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}

.responsive-calendar .day a {
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 10px;
  margin:14px;
  border-radius:50%;
  background-color: #1565C0;
    background-image: linear-gradient(#1565C0 ,#2979ff);
}

.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}

.responsive-calendar .day.header {
	padding:15px 0;
	text-transform: uppercase;
	font-size: 16px;
  
}

.responsive-calendar h4{ text-transform: none; font-family: "Work Sans",Arial,sans-serif; }

.responsive-calendar .day.active a {
  background-color: #1d86c8;
  color: #ffffff;
}

.responsive-calendar .day.active a:hover {
  background-color: #36a0e2;
}

.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
  color: #ddd;
    background-color: #f00;
   
}

.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
[class*=" icon-"], [class^="icon-"] {
	margin-right: 1.2em;
    margin-left: 1.2em;
} 