.shared-list .date-inputs-container { display: flex; margin:19px 0px;  }
.shared-list .date-inputs-container .date { flex: 2; }
.shared-list .date-inputs-container .date-sep { flex: 1; }
.shared-list ul.timeWindow {
	color: #b3b1ae;
	font-size: 16px;
	font-weight: 600;
  	list-style: none;
	margin: 0;
	font-size: 0;
	margin-bottom: 24px;
	display: flex;
}
.shared-list ul.timeWindow li:first-of-type {
	flex: 1;
}
.shared-list ul.timeWindow li {
	flex: 2;
	text-align: center;
}
a.rssLink {
	line-height: 48px;
	color: #3cc3e9;
	font-weight: 100;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	margin-left: 12%;
}
.events.shared-layout .filters h4 {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
}
.shared-layout .filters h4.between {
	font-size: 18px;
	margin-top: 0px;
	line-height: 20px;
}
.shared-list ul.timeWindow li a {
	position: relative;
	height: 38px;
	line-height: 39px;
	font-size: 16px;
	color: #FFF;
	padding-bottom: 5px;
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-weight: 100;
	text-transform: capitalize;
	font-family: "NeutrafaceText-Book", sans-serif;
}
.shared-list ul.timeWindow li a.active,
.shared-list ul.timeWindow li a.selected  {
	color: #FEEB8A;
	border-bottom: 2px solid #FEEB8A;
	text-decoration: none;
	font-family: "NeutrafaceText-BoOK", sans-serif;
}

@media only screen and (max-width: 1024px) {
	a.rssLink {
		position: absolute;
		top: -3px;
		left: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.shared-list ul.timeWindow li {
    	width: 38%;
	}
	.shared-list ul.timeWindow li:first-of-type {
    	width: 24%;
	}
	.shared-list ul.timeWindow li a{
		padding: 11px 0 9px !important;
		font-size: 14px;
	}
}

.shared-list .headings {
	margin-bottom: 10px;
	width: 85%;
	height: 100%;
}
.shared-list h6.headings { 
	color: #333333;
	font-size: 20px;
	line-height: .83;
	font-family: "NeutrafaceText-Bold", sans-serif;
	font-weight: 800;
}
.shared-list h5.headings {
	color: #333333;
	font-size: 24px;
	line-height: .8;
	font-family: "NeutrafaceText-Bold", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.shared-list h5.headings + h6.headings { margin-top: 0; }

.shared-list.layout-grid .headings{display: none;}

.shared-list .date-picker-wrapper{
	border: none !important;
	background-color: transparent; !important;
	box-shadow: none !important;
}

.shared-list .date-picker-wrapper table thead,
.shared-list .date-picker-wrapper table tr.even,
.shared-list .date-picker-wrapper table tr.alt,
.shared-list .date-picker-wrapper table tr:nth-of-type(even){
	background: transparent;
}

.shared-list .date-picker-wrapper{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 0;
	color: #585858;
}

.shared-list .date-picker-wrapper table thead tr th,
.shared-list .date-picker-wrapper table thead tr td,
.shared-list .date-picker-wrapper table thead tr td div{
		color: #585858 !important;
}

.shared-list .date-picker-wrapper table .caption .next .fa,
.shared-list .date-picker-wrapper table .caption .prev .fa{
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
}
.shared-list .date-picker-wrapper table .caption .prev .fa{
    text-align: right;
    width: 100%;
}

.shared-list .date-picker-wrapper .month-wrapper{
	border: none !important;
	width: 100% !important;
	max-width: 250px;
}
.shared-list .date-picker-wrapper .month-wrapper table{
	width: 100% !important;
	background: transparent;
	border: none;
}
.shared-list .date-picker-wrapper .month-wrapper table tbody {
	background: transparent;
}
.shared-list .date-picker-wrapper .month-wrapper table tr td {
    padding: 5px 0;
    font-size: 14px;
    line-height: 16px;
}

.shared-list .date-picker-wrapper .month-wrapper table thead tr th,
.shared-list .date-picker-wrapper .month-wrapper table thead tr td {
    padding: 0.5rem 0 0.625rem;
    padding-bottom: 11px;
    padding-top: 2px;
}

i.fa.fa-rss-square.rssIcon {
	color: #3cc3e9;
	padding-left: 0;
	top: 0px;
	left: -17px;
	margin-right: 2px;
}
.shared-list .date-picker-wrapper .month-wrapper table .month-name{
	font-size: 19px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF!important;
	font-family: "NeutrafaceText-Bold", sans-serif;
}
.shared-list .date-picker-wrapper .month-wrapper table .week-name{height: 20px !important;}
.shared-list .date-picker-wrapper .month-wrapper table .week-name th {
	vertical-align: top;
	text-align: center;
	text-transform: capitalize;
	color: #FFF!important;
	font-weight: 600;
	font-size: 17px;
	background-color: transparent;
	font-family: "NeutrafaceText-Book", sans-serif;
}
.shared-list .filters .date input.shared-input.input-date {
	background: #FFF;
	box-shadow: none;
	border: none;
	height: 46px;
	border-bottom: #33c4f0 2px solid;
	font-family: "NeutrafaceText-Book", sans-serif;
	font-weight: 500;
	font-size: 17px;
}
.shared-list table.month1 i.fa-caret-left:before {
	content: '\f0d9';
}
.shared-list table.month1 i.fa-caret-right:before {
	content: '\f0da';
}
.shared-list .date-picker-wrapper .month-wrapper table tbody tr{
	border-top: 1px solid #b3b1ae;
	border-bottom: 1px solid #b3b1ae;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr:last-of-type{
	border-bottom: none;
}

.shared-list .date-picker-wrapper .month-wrapper table .day{
	padding: 7px 2px !important;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-family: 'PT Sans', sans-serif;
}
.shared-list .date-picker-wrapper .month-wrapper table .day.invalid {opacity: 0.8;}
.shared-list .date-picker-wrapper .month-wrapper table .day:not(.invalid):hover{
	color: #33c4f0;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.checked,
.shared-list .date-picker-wrapper .month-wrapper table .day.checked,
.shared-list .date-picker-wrapper .month-wrapper table .day.checked:hover {
	color: #FFF;
	background-color: #33c4f0;
	font-family: "NeutrafaceText-Book", sans-serif;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{color: #d81b5b !important;}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.first-date-selected,
.shared-list .date-picker-wrapper .month-wrapper table .checked.first-date-selected {
}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.last-date-selected,
.shared-list .date-picker-wrapper .month-wrapper table .checked.last-date-selected {
}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.first-date-selected.last-date-selected,
.shared-list .date-picker-wrapper .month-wrapper table .checked.first-date-selected.last-date-selected {
	border-radius: 6px;
}
@media only screen and (max-width: 1024px) {
	.events .shared-layout .filters ul.filter-items {
		padding: 0;
		margin: 0 0 40px;
		list-style: none;
	}
}
.item .featured {
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
    background: rgba(216, 27, 91, .84);
    font-size: 20px;
    font-weight: 700;
    font-family: "Barlow Condensed",sans-serif;
    z-index: 9;
    padding: 11px 20px;
    bottom: 0;
    left: 0;
    letter-spacing: 2px;
    line-height: 14px;
}