.tooltip {
    display: none !important;
}
.shared-list .date-inputs-container {
    display: flex;
    margin-top: 10px;
    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;
}
.shared-list ul.timeWindow li {
    flex: 2;
    text-align: center;
    margin-bottom: 4px;
}
.shared-list ul.timeWindow li:first-of-type { flex: 1; }
.shared-list ul.timeWindow li a {
    position: relative;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #999;
    text-align: center;
    padding: 11px 4px 7px;
    border-bottom: 2px solid transparent;
    font-weight: normal;
    display: inline-block;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
}
.shared-list ul.timeWindow li a.active,
.shared-list ul.timeWindow li a.selected,
.shared-list ul.timeWindow li a:hover {
    color: #c98647;
    border-bottom: 2px solid #c98647;
}
.shared-list h4.events-filter-title {
    text-align: left;
    color: #865938;
    font-family: "Lato", sans-serif !important;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: capitalize;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 3px;
}
.shared-list .form-group + h4.events-filter-title {
    margin-top: 30px;
}

@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 {
    width: 85%;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 10px;

}
.shared-list h5.headings {
    color: #333;
    font-size: 2.125rem;
    margin-top: 50px;
    margin-bottom: 20px;
}
.shared-list h6.headings {
    color: #b46f2d;
    font-size: 1.75rem;
    margin-top: 5px;
    margin-bottom: 15px;
}
.shared-list h6.headings:after {
    content: 's';
}
.shared-list h5.headings + h6.headings {
    margin-top: -10px;
}
.shared-list h5:first-of-type {
    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;
    margin: 0;
}

.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: 0 !important;
}
.shared-list .date-picker-wrapper .last-date-selected {
    background: #ffffeb !important;
}

.shared-list .date-picker-wrapper table .caption .next .fa,
.shared-list .date-picker-wrapper table .caption .prev .fa {
    color: #c98647;
    font-size: 28px;
    cursor: pointer;
    padding: 0 10px;
}
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev,
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background: none;
}

.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: 0;
    border: none;
}
.shared-list .date-picker-wrapper .month-wrapper .caption {
    margin-bottom: 5px;
}

.shared-list .date-picker-wrapper .month-wrapper table tr td {
    padding: 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;
}
.shared-list .date-picker-wrapper .month-wrapper table .month-name {
    width: 100%;
    color: #c98647;
    text-align: center;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
}
.shared-list .date-picker-wrapper .month-wrapper table .week-name th {
    vertical-align: top;
    text-align: center;
    text-transform: capitalize;
    color: #865938 !important;
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 7px 0 3px;
}
.shared-list .date-picker-wrapper .month-wrapper table tbody tr{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border: none;
}

.shared-list .date-picker-wrapper .month-wrapper table .day {
    padding: 6px 3px !important;
    color: #333;
    text-align: center;
    font-family: "Lato", Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 1px;
}
.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 {
    background: #ffffeb;
}
.shared-list .date-picker-wrapper .month-wrapper table .day.lastMonth,
.shared-list .date-picker-wrapper .month-wrapper table .day.nextMonth {
    /*opacity: 0.4;*/
    color: #aaa69b;
}
.shared-list .date-picker-wrapper .month-wrapper table .day.invalid {
    /*opacity: 0.15;*/
    color: #d9d4c3;
}
.shared-list .date-picker-wrapper .month-wrapper table .day:not(.invalid):hover{
    color: #c98647;
    cursor: pointer;
}

.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: #333 !important;
    background: #ffffeb;
    font-family: "Lato", Arial, sans-serif;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    /*background: #ded2b1;
    opacity: 0.6;*/
    background: #e3dac0;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    color: #c98647 !important;
    background: none;
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
}

.shared-list .date-picker-wrapper .month-wrapper table .checked.first-date-selected {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #ffffeb !important;
}
.shared-list .date-picker-wrapper .month-wrapper table .checked.last-date-selected {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}