/* general calendar
------------------- */
.mdwec-calendar-wrapper {
	position: relative;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 10px 0;
}
.mdwec-calendar {
	position: relative;
}
.mdwec-calendar-navigation {
	overflow: hidden;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.mdwec-calendar-navigation .prev-month {
	text-align: left;
	padding-left: 8px;
}
.mdwec-calendar-navigation .current-month {
	text-align: center;
}
.mdwec-calendar-navigation .next-month {
	text-align: right;
	padding-right: 8px;
}
.mdwec-calendar .day-of-week,
.mdwec-calendar .day {
	border: 1px solid #ccc;
	text-align: center;
	padding: 0;
}
.mdwec-calendar .day-of-week {
	font-weight: bold;
	padding: 6px 0;
}
.mdwec-calendar .days-events {
	list-style-type: none;
	display: none;
}
.mdwec-calendar .day.today {
	background: #00b7d6;
	color: #fff;
}
.mdwec-calendar .day-number {
	display: block;
	text-align: center;
	padding: 6px 0;
}
.mdwec-calendar-navigation a,
.mdwec-calendar-navigation a:visited,
.mdwec-calendar-navigation a:hover {
	color: #00b7d6;
	text-decoration: none;
	border-bottom: none;
}
.mdwec-calendar .day a,
.mdwec-calendar .day a:visited {
	color: #00b7d6;
	text-decoration: none;
	border-bottom: none;
}
.mdwec-calendar .day.today a,
.mdwec-calendar .day.today a:visited {
	color: #fff;
}
.mdwec-calendar .dashicons {
	font-weight: bold;
}
.mdwec-calendar .day.today .calendar-overlay-event a,
.mdwec-calendar .day.today .calendar-overlay-event a:visited {
	color: #00b7d6;
}

.mdwec-close-overlay{
	color:#000;
}


/* sidebar calendar
------------------- */


/* sidebar calendar widget
-------------------------- */
.widget-area .widget .mdwec-calendar-navigation a,
.widget-area .widget .mdwec-calendar-navigation a:visited {
	color: #00b7d6;
	text-decoration: none;
}
.widget .mdwec-calendar .day a,
.widget .mdwec-calendar .day a:visited {
	color: #00b7d6;
	text-decoration: none;
}
.widget .mdwec-calendar .day.today a,
.widget .mdwec-calendar .day.today a:visited {
	color: #fff;
}
.widget .mdwec-calendar .day a:hover {
	color: #fff;
	background: rgba(0, 183, 215, 0.9);
}
.widget .mdwec-calendar .mdwec-events-overlay-container .calendar-overlay-event a:hover {
	color: inherit;
	background: inherit;
}

/* full calendar
------------------- */
.mdwec-calendar.full {

}
.entry-content .mdwec-calendar-navigation a,
.entry-content .mdwec-calendar-navigation a:visited,
.entry-content .mdwec-calendar-navigation a:hover {
	color: #00b7d6;
	text-decoration: none;
	border-bottom: none;
}
.mdwec-calendar.full .day {
	padding: 6px;
}
.mdwec-calendar.full .day-number {
	float: right;
	padding: 0;
	padding-left: 3px;
}
.mdwec-calendar.full .days-events {
	display: block;
	text-align: left;
	margin: 0;
}
.mdwec-calendar.full .days-events li {
	margin: 0;
}
.mdwec-calendar.full .days-events .event-title {
	line-height: normal;
}

/* sidebar calendar overlay
--------------------------- */
.mdwec-events-overlay-container {
	border: 1px solid #000;
	position: absolute;
	z-index: -1;
	background: #fff;
	opacity: 0;
}
.mdwec-events-overlay-container.active {
	opacity: 0.9;
	z-index: 99;
}
.mdwec-events-overlay-container .calendar-overlay-event {
	padding: 3%;
	min-height: 100%;
	text-align: left;
}
.mdwec-close-overlay {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 20px;
	z-index: 9999;
	padding: 3px 4px;
	font-weight: bold;
}

/* full calendar popover
------------------------ */
.mdwec-popover {
	position: absolute;
	display: none;
	border: 0;
	background-color: #fff;
	color: #606060;
	padding: .75em 1em 1.15em;
	-webkit-box-shadow: 3px 4px 21px rgba(0,0,0,.38);
	-moz-box-shadow: 3px 4px 21px rgba(0,0,0,.38);
	box-shadow: 3px 4px 21px rgba(0,0,0,.38);
	width: 320px;
	z-index: 1001;
}
.mdwec-popover .post-title {
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
}
.mdwec-popover .event-details {
	font-weight: bold;
	margin: 3px 0;
}
.mdwec-popover .content-wrapper {

}
.mdwec-popover .content-wrapper .post-thumb {
	float: left;
	margin: 0 1em .5em 0;
}
.mdwec-popover .content-wrapper .post-content {

}

/* calendar list
---------------- */
.mdwec-events-list {
	list-style-type: none;
}
.mdwec-events-list li {
	margin: 0;
	padding: 0;
}
.mdwec-events-list li .event-title {

}
.mdwec-events-list li .single-date {

}
.mdwec-events-list li .single-time {

}

/* calendar in post content
------------------------------ */
.mdwec_events_wrapper {
	margin: 0 15px 10px 0;
	overflow: hidden;
	float: left;
}
.mdwec_events_wrapper .mdwec_event {
	margin: 4px 4px 14px 4px;
}
.mdwec_events_wrapper .mdwec_event .day_of_the_week,
.mdwec_events_wrapper .mdwec_event .date:first-child  {
	display:block;
	color:#D87800;;
	text-transform:uppercase;
	background:#fff;
	font-size:16px;
	line-height:18px;
	text-align: center;
	padding:6px;
	box-shadow: 1px 0px 4px #c1c1c1;
	-webkit-box-shadow: 1px 0px 4px #c1c1c1;
	-moz-box-shadow: 1px 0px 4px #c1c1c1;
}
.mdwec_events_wrapper .mdwec_event .date {
	display:block;
	color:#fff;
	text-transform:uppercase;
	background:#C04800;;
	font-size:16px;
	line-height:18px;
	text-align: center;
	padding:6px;
	box-shadow: 1px 0px 4px #c1c1c1;
	-webkit-box-shadow: 1px 0px 4px #c1c1c1;
	-moz-box-shadow: 1px 0px 4px #c1c1c1;
}
.mdwec_events_wrapper .mdwec_event .time {
	display:block;
	padding:6px;
	box-shadow: 1px 1px 4px #c1c1c1;
	-webkit-box-shadow: 1px 1px 4px #c1c1c1;
	-moz-box-shadow: 1px 1px 4px #c1c1c1;
	text-align: center;
}
.mdwec_events_wrapper .mdwec_event .time_content {
	border:none;
	box-shadow: none;
	color:#0b607d;
	font-size:12px;
	line-height:14px;
}

/* just in case it's an older version of bs w/o the fluid container
------------------------------------------------------------------- */


/* our big claendar responsiveness
---------------------------------- */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.mdwec-container-fluid {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.mdwec-calendar.mdwec-sidebar.mdwec-container-fluid {
		width: 100%;
	}
	.mdwec-calendar-dow {
		display: none;
	}
	.mdwec-calendar .no-day {
		display: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.mdwec-container-fluid {
		width: 750px;
		border: 1px solid #ccc;
		max-width: 100%;
	}
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    float: left;
  }
  .mdwec-calendar-wrapper {
		border: none;
	}
	.mdwec-calendar-dow {
		display: block;
	}
	.mdwec-calendar .no-day {
		display: block;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.mdwec-container-fluid {
		width: 970px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.mdwec-container-fluid {
		width: 1170px;
	}
}
