.tooltip {
	display: none !important;
}
.shared-list .date-inputs-container { 
	display: flex; 
	margin-top: 16px;
	margin-bottom: 4px;
}
.shared-list .date-inputs-container .date { flex: 2; }
.shared-list .date-inputs-container .date-sep { flex: 1; }
.shared-list ul.timeWindow {
	color: #636363;
	font-size: 16px;
	font-weight: 600;
  	list-style: none;
	margin: 0 0 3px;
	font-size: 0;	
	display: flex;
	flex-wrap: wrap;
}
.shared-list ul.timeWindow li {
	flex: 1 1 50%;
	text-align: center;
	margin-bottom: 4px;
}

.shared-list ul.timeWindow li a {
	font-family: 'Adelle SansW01-Regular', Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	height: 38px;
	line-height: 39px;
	color: #454545;
	padding-bottom: 3px;
	display: inline;
	-webkit-box-decoration-break: clone;
			box-decoration-break: clone;
	letter-spacing: -1px;

}
.shared-list ul.timeWindow li a.active,
.shared-list ul.timeWindow li a.selected  {
	color: #9f4e25;
	border-bottom: 1px solid #9f4e25;	
}
.shared-list h4.events-filter-title {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 0px;
}
.shared-list h4.events-filter-title.second {
	margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
	.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%;
	font-family:  "Oswald", sans-serif;
	font-weight: bold;
	color: #b46f2d;

}
.shared-list h5.headings { margin-bottom: 5px; }
.shared-list h6.headings {
	color: #2d2d2d;
	margin-top: 15px;
	margin-bottom: 20px;
}
.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 .caption .next,
.shared-list .date-picker-wrapper table .caption .prev{
	text-align: center;
    width: 100%;
    display: block;
}
.shared-list .date-picker-wrapper table .caption .next .fa,
.shared-list .date-picker-wrapper table .caption .prev .fa{
	font-size: 20px;
    cursor: pointer;
    width: 100%;
    color: #9f4e25;
}

.shared-list .date-picker-wrapper .month-wrapper{
	border: none !important;
	width: 100% !important;
	max-width: 250px;
	background: transparent;
	padding: 0;
}
.shared-list .date-picker-wrapper .month-wrapper table{
	width: 100% !important;
	background: transparent;
	max-width: 250px;
	margin-bottom: 25px;
	border: none;
}
.shared-list .date-picker-wrapper .month-wrapper .caption {
	margin-bottom: 5px;
}

.shared-list .date-picker-wrapper .month-wrapper table tr td {
    padding: 5px 0;
}

.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.425rem;
}

.shared-list .date-picker-wrapper .month-wrapper table .month-name {
	font-size: 19px;
	width: 100%;
	color: #417836;
	text-align: center;
	text-transform: capitalize;
	font-family:'Clarendon W01 Bold_692098', serif;
	font-weight: normal;
}

.shared-list .date-picker-wrapper .month-wrapper table .week-name{height: 25px !important;}
.shared-list .date-picker-wrapper .month-wrapper table .week-name th {
	vertical-align: top;
	text-align: center;
	text-transform: capitalize;
	color: #454545;
	font-family: 'Adelle SansW01-Bold', Sans-Serif;

	font-size: 16px;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr{
	border-top: 1px solid #101821;
	border-bottom: 1px solid #101821;
}

.shared-list .date-picker-wrapper .month-wrapper table tbody tr:last-of-type{

}

.shared-list .date-picker-wrapper .month-wrapper table .day{
	padding: 6px 0.35rem !important;
	color: #636363;
	text-align: center;
	font-family: 'Adelle SansW01-Bold', Sans-Serif;
	letter-spacing: -1px;
	font-size: 16px;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{
	background-color: transparent;
	color: #9f4e25;
}
.shared-list .date-picker-wrapper .month-wrapper table .day.real-today{
	background-color: #417836;
	color: #FFF;
}
.shared-list .date-picker-wrapper .month-wrapper table .day.invalid { opacity: 0.4; }
.shared-list .date-picker-wrapper .month-wrapper table .day:not(.invalid):hover{
	color: #9f4e25;
	cursor: pointer;
}



/*.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{color: #1d9ad5 !important;}*/
.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,
.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 {
	color: #9f4e25 !important;
    background-color: transparent !important;
}

.shared-list.events.layout-list .shared-items .shared-item .contents, .shared-list.events.layout-list .shared-items .shared-item .contents .dates, .shared-list.events.layout-list .shared-items .shared-item .contents .times {
	text-align: left;
}
.shared-list.events.layout-list .shared-items .shared-item .contents .address, .shared-list.events.layout-list .shared-items .shared-item .contents .times {
	display: inline-block;
}
.shared-list.events.layout-list .shared-items .shared-item .contents .times { 

}
.shared-list.events.layout-list .shared-items .shared-item .contents .times p {
	margin-bottom: 0px;
	line-height: 16px;
	font-size: 12px;
}
