#datepicker {
    width: 100%;
}
#datepicker .ui-datepicker {
    background-color: white;
    margin: 0 auto;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
}
#datepicker .ui-datepicker table {
    font-size: 0.7em;
    width: 100%;
}
#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #ffabda;
    color: white;
}
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
    background: #de007b;
}
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
    background-color: #de0031;
}
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background-color: #91278f;
}
#datepicker .ui-datepicker .ui-datepicker-calendar thead {
    background: #58595b;
    color: white;
}
#datepicker .ui-datepicker .ui-datepicker-calendar thead th {
    padding: 4px;
    text-transform: uppercase;
}
#datepicker .ui-datepicker .ui-datepicker-calendar td, #datepicker .ui-datepicker .ui-datepicker-calendar td span, #datepicker .ui-datepicker .ui-datepicker-calendar td a {
    text-align: center;
    padding: 1px;
}
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
    color: white;
    border: 5px solid #fff;
    border-radius: 9px;
    width: calc(100% / 7);
}
#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    color: white;
    display: block;
}
#datepicker .ui-datepicker .ui-datepicker-next, #datepicker .ui-datepicker .ui-datepicker-prev {
    font-size: 26px;
    color: #58595b;
    font-weight: 900;
    line-height: 1.2;
}
#datepicker .ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
}
#datepicker .ui-datepicker .ui-datepicker-prev {
    order: 1;
}
#datepicker .ui-datepicker .ui-datepicker-title {
    order: 2;
}
#datepicker .ui-datepicker .ui-datepicker-next {
    order: 3;
}
#datepicker .ui-datepicker .ui-datepicker-prev-hover,
#datepicker .ui-datepicker .ui-datepicker-next-hover {
    color: #91278f;
}

.bottom-gradient_1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1e5799 100%);
}

.bottom-gradient_2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #781799 100%);
}

.bottom-gradients {
    height: 100px;
    width: 116%;
    filter: blur(10px);
    bottom: -20px;
    position: absolute;
    left: -8%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
}

a {
    text-decoration: none;
}

.zoom {
    transition: transform 0.4s;
    /* Animation */
    z-index: 0;
}

.zoom:hover {
    transform: scale(1.05);
    z-index: 111;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

@media (max-width: 1200px) {
    .whatson-header {
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .whatson-header {
        font-size: 3rem;
    }
}
@media (min-width: 1450px) {
    .whatson-header {
        font-size: 3.5rem;
    }
}

.blkwhatson {
    padding-right: 0px !important;
    padding-left: 0px !important;
    position: relative;
    margin: 0 !important;
}

.blkwhatson .the-caption {
    padding: 10px;
    z-index: 1;
    cursor: pointer;
}
.blkwhatson .the-caption h3 {
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
}

.blkwhatson-title {
    min-height: 235px;
}
.blkwhatson-title figcaption {
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    text-align: left;
}

#slide_on_filter {
    position: relative;
    height: fit-content;
}

/*.grid-item-tax > a:after{*/
/*    content: "\f107";*/
/*    font-family: "Font Awesome 6 Pro";*/
/*    margin-left: 10px;*/
/*    display: inline-block;*/
/*    transition: transform 0.2s;*/
/*}*/
/*.grid-item-tax.flip-icon > a::after{*/
/*    transform: rotate(180deg);*/
/*}*/
.whatson_filter_term {
    margin-top: 5px;
}