:root {
    --litepicker-day-width: 14.28%;
    --litepicker-container-months-color-bg: transparent;
    --litepicker-is-start-color-bg: #a28964;
    --litepicker-is-in-range-color: #a2896480;
    --litepicker-is-end-color-bg: #a28964;
    --litepicker-is-today-color: #a28964;
    --litepicker-button-next-month-color: #a28964;
    --litepicker-button-prev-month-color: #a28964;
    --litepicker-day-color-hover: #a28964;
}

.litepicker {
    width: 100%;
}

.litepicker .container__months .month-item-weekdays-row {
    width: 100%;
    justify-content: center;
}

.litepicker .container__months {
    box-shadow: none;
}

.litepicker .container__months .month-item-weekdays-row>div {
    max-width: 49px;
}

.hover-detail-block-wrap a.hover-detail-link {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.hover-detail-block-wrap h3,
.hover-detail-content h3 {
    font-size: 21px;
    line-height: 24px
}

.hover-detail-btn {
    width: 62.5vw;
    z-index: 2;
    position: absolute;
    bottom: -2.08333vw;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.hover-detail-btn a {
    display: block;
    padding: 12px 5px 14px 5px;
    height: 40px;
    color: #FFF !important
}

.hover-detail-btn a:hover {
    text-decoration: none
}

.hover-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    padding: 2.083vw;
    position: relative;
    border-top: 1px solid #d1cebe;
    overflow: hidden
}

.hover-detail-wrap:first-of-type {
    border-top: 0
}

.hover-detail-wrap:focus .hover-detail-photo,
.hover-detail-wrap:hover .hover-detail-photo,
.hover-detail-wrap:active .hover-detail-photo {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0)
}

.hover-detail-wrap:focus .is-style-arrow-btn a,
.hover-detail-wrap:hover .is-style-arrow-btn a,
.hover-detail-wrap:active .is-style-arrow-btn a {
    text-decoration: none;
    background-color: transparent;
    color: #a28964
}

.hover-detail-wrap:focus .is-style-arrow-btn a:after,
.hover-detail-wrap:hover .is-style-arrow-btn a:after,
.hover-detail-wrap:active .is-style-arrow-btn a:after {
    margin-left: 2px
}

.hover-detail-photo-wrap {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

.hover-detail-photo-wrap,
.hover-detail-photo {
    width: 100%;
    height: 100%;
    min-height: 50vw
}

.hover-detail-photo {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    position: relative
}

img.hover-detail-photo {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100% !important;
    height: 100%
}

.hover-detail-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 70px
}

.daily-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 30vw;
    left: -65px;
    z-index: 1;
    height: 50px;
    width: 180px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #a28964;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 21px
}

.parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover
}

img {
    position: relative;
    z-index: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* .events-filter-wrap {
    min-height: 800px;
} */

.collapse-filter-wrap {
    max-width: 91.667vw;
    margin: 0 auto;
    border-top: 1px solid #d1cebe;
    border-left: 1px solid #d1cebe;
    border-right: 1px solid #d1cebe;
    position: relative;
    position: sticky;
    top: 75px;
    z-index: 5;
    background-color: #faf8f6
}

.header-alert-active .collapse-filter-wrap {
    top: 95px
}

.collapse-filter-wrap .filter-header {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #d1cebe
}

.collapse-filter-wrap .filter-header a:focus {
    border: 0;
    outline: 0
}

.collapse-filter-wrap .filter-header.active .filter-toggle-btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.collapse-filter-wrap .mini-calendar.events-calendar {
    border-bottom: 0
}

.collapse-filter-wrap .filter-title {
    min-height: 40px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 27px;
    width: 100%
}

.collapse-filter-wrap .filter-title a {
    display: block;
    padding: 12px 0
}

.collapse-filter-wrap .filter-title a:hover {
    text-decoration: none
}

.collapse-filter-wrap .content-filters {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #faf8f6;
    z-index: 4;
    border: 1px solid #d1cebe;
    border-top: 0;
}

.collapse-filter-wrap .content-filters.collapsed {
    border: 0
}

.collapse:not(.show) {
    display: none;
}

.collapse-filter-wrap .legend,
.collapse-filter-wrap legend {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #a28964
}

.collapse-filter-wrap .filter-options-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 65vh;
    overflow-y: auto;
}

.collapse-filter-wrap .filter-option-col {
    width: 100%
}

.collapse-filter-wrap .filter-submit {
    display: block;
    width: 100%;
    margin: 0 auto
}

.collapse-filter-wrap .package-col,
.collapse-filter-wrap .time-col {
    margin-left: 4.167vw;
    max-width: 37.5vw
}

.collapse-filter-wrap .package-col fieldset,
.collapse-filter-wrap .time-col fieldset {
    border: 0;
}

.collapse-filter-wrap .calendar-col {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.collapse-filter-wrap .calendar-col.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input#events-calendar {
    display: none;
}

.filter-toggle-btn {
    position: absolute;
    left: auto;
    right: 2.083vw;
    top: 8px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1.5px solid #a28964;
    color: #a28964;
    text-align: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.filter-toggle-btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.filter-toggle-btn:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\2193';
    font-size: 10px;
    position: absolute;
    left: 2px;
    top: 6px;
    left: 1px;
    right: 0
}

.calendar-filter-results {
    position: relative;
    min-height: 800px
}

.calendar-filter-results.loading {
    opacity: .2;
    filter: alpha(opacity=20)
}

button.filter-submit {
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 18px 36px 16px 36px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    background-color: #a28964;
    color: #FFF;
    letter-spacing: .15em;
    font-weight: 400;
    font-style: normal;
    border-radius: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

button.filter-submit:hover,
button.filter-submit:active,
button.filter-submit:focus {
    outline: 0;
    background-color: #a2896480;
    color: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

ul.checkbox-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

ul.checkbox-list li {
    margin-bottom: 24px
}

div.checkbox-list {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    flex-direction: column;
    display: flex;
}

div.checkbox-list .filter-checkbox {
    display: block;
    margin-bottom: 24px
}

.checkbox-list label {
    margin-bottom: 0
}

.checkbox-list input {
    margin-right: 5px;
}


.checkbox-list label span {
    font-size: 15px;
    line-height: 21px;
    position: relative;
    top: -1px
}

.checkbox-list .filter-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    font-size: 15px;
    line-height: 21px;
    padding-left: 26px;
    position: relative
}

.checkbox-list .filter-checkbox:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 17px;
    width: 17px;
    border: 1px solid #6d7474;
    margin: 2px 8px 0 0;
    position: relative;
    padding: 3px;
    content: '';
    position: absolute;
    left: 0;
    top: 0
}

.checkbox-list .filter-checkbox:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 4px;
    top: 6px
}

.checkbox-list .filter-checkbox[aria-checked="true"]:after {
    background-color: #a28964;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.events-calendar-wrap {
    margin: 4.167vw auto;
    max-width: 83.333vw
}

.featured-events-slider {
    max-width: 83.333vw
}

/* .mini-calendar.events-calendar {
    padding: 1.042vw 2.083vw;
    border: #dedfdf 1px solid
} */

.events-filter-wrap .hover-detail-photo-wrap,
.events-filter-wrap .hover-detail-photo {
    min-height: 60vw
}



.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1em
}

.fc,
.fc *,
.fc *:before,
.fc *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc th,
.fc td {
    vertical-align: top;
    padding: 0
}

.fc a[data-navlink] {
    cursor: pointer
}

.fc a[data-navlink]:hover {
    text-decoration: underline
}

.fc-direction-ltr {
    direction: ltr;
    text-align: left
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc-liquid-hack td,
.fc-liquid-hack th {
    position: relative
}

.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.fc .fc-button {
    -webkit-appearance: button
}

.fc .fc-button:not(:disabled) {
    cursor: pointer
}

.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em
}

.fc .fc-button:hover {
    text-decoration: none
}

.fc .fc-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(44, 62, 80, 0.25);
    box-shadow: 0 0 0 .2rem rgba(44, 62, 80, 0.25)
}

.fc .fc-button:disabled {
    opacity: .65
}

.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em
}

.fc .fc-button-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.fc .fc-button-group>.fc-button {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fc .fc-button-group>.fc-button:hover {
    z-index: 1
}

.fc .fc-button-group>.fc-button:focus,
.fc .fc-button-group>.fc-button:active,
.fc .fc-button-group>.fc-button.fc-button-active {
    z-index: 1
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc .fc-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc .fc-toolbar-title {
    margin: 0
}

.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-left: .75em
}

.fc-direction-rtl .fc-toolbar>*>:not(:first-child) {
    margin-right: .75em
}

.fc-direction-rtl .fc-toolbar-ltr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative
}

.fc .fc-scroller-liquid {
    height: 100%
}

.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.fc .fc-scroller-harness-liquid {
    height: 100%
}

.fc-direction-rtl .fc-scroller-harness>.fc-scroller {
    direction: rtl
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
    width: 100%;
    table-layout: fixed
}

.fc .fc-scrollgrid table {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden
}

.fc .fc-scrollgrid {
    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0
}

.fc .fc-scrollgrid-liquid {
    height: 100%
}

.fc .fc-scrollgrid-section {
    height: 1px
}

.fc .fc-scrollgrid-section>td {
    height: 1px
}

.fc .fc-scrollgrid-section table {
    height: 1px
}

.fc .fc-scrollgrid-section-liquid {
    height: auto
}

.fc .fc-scrollgrid-section-liquid>td {
    height: 100%
}

.fc .fc-scrollgrid-section>* {
    border-top-width: 0;
    border-left-width: 0
}

.fc .fc-scrollgrid-section-header>*,
.fc .fc-scrollgrid-section-footer>* {
    border-bottom-width: 0
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden
}

.fc .fc-scrollgrid-section-sticky>* {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: sticky;
    z-index: 2
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
    top: 0
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>* {
    bottom: 0
}

.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px
}

.fc-sticky {
    position: sticky
}

.fc .fc-view-harness {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.fc .fc-view-harness-active>.fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px
}

.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3))
}

.fc .fc-bg-event {
    background: #8fdf82;
    background: var(--fc-bg-event-color, #8fdf82);
    opacity: .3;
    opacity: var(--fc-bg-event-opacity, 0.3)
}

.fc .fc-bg-event .fc-event-title {
    margin: .5em;
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
    font-style: italic
}

.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3))
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3))
}

a.fc-event,
a.fc-event:hover {
    text-decoration: none
}

.fc-event[href],
.fc-event.fc-event-draggable {
    cursor: pointer
}

.fc-event .fc-event-main {
    position: relative;
    z-index: 2
}

.fc-event-dragging:not(.fc-event-selected) {
    opacity: .75
}

.fc-event-dragging.fc-event-selected {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3)
}

.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4
}

.fc-event:hover .fc-event-resizer,
.fc-event-selected .fc-event-resizer {
    display: block
}

.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)
}

.fc-event-selected .fc-event-resizer:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px
}

.fc-event-selected {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-event-selected:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.fc-h-event {
    display: block;
    background-color: #a28964
}

.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff)
}

.fc-h-event .fc-event-main-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: hidden
}

.fc-h-event .fc-event-title-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0
}

.fc-h-event .fc-event-title {
    display: inline-block;
    vertical-align: top;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden
}

.fc-h-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    top: 0;
    bottom: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness, 8px)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-h-event.fc-event-selected .fc-event-resizer {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

:root {
    --fc-daygrid-event-dot-width: 8px
}

.fc .fc-popover {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15)
}

.fc .fc-popover-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 4px
}

.fc .fc-popover-title {
    margin: 0 2px
}

.fc .fc-popover-close {
    cursor: pointer;
    opacity: .65;
    font-size: 1.1em
}

.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff)
}

.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3))
}

.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before {
    content: "";
    clear: both;
    display: table
}

.fc-daygrid-day-frame:after,
.fc-daygrid-day-events:after,
.fc-daygrid-event-harness:after {
    content: "";
    clear: both;
    display: table
}

.fc .fc-daygrid-body {
    position: relative;
    z-index: 1
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%
}

.fc .fc-daygrid-day-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2em
}

.fc .fc-daygrid-event-harness {
    position: relative
}

.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px
}

.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7
}

.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    margin: 2px 3px 0
}

.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer
}

.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: gray;
    color: var(--fc-neutral-text-color, gray)
}

.fc .fc-more-popover {
    z-index: 8
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px
}

.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0
}

.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static
}

.fc-daygrid-event {
    position: relative;
    white-space: nowrap
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
    display: none
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 1px
}

.fc-daygrid-dot-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0
}

.fc-daygrid-dot-event .fc-event-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    font-weight: bold
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1)
}

.fc-daygrid-dot-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-daygrid-event-dot {
    margin: 0 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2)
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px
}

.fc-v-event {
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8)
}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%
}

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fc-v-event .fc-event-time {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event .fc-event-title-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 0
}

.fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-v-event.fc-event-selected:before {
    left: -10px;
    right: -10px
}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize
}

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    height: var(--fc-event-resizer-thickness, 8px);
    left: 0;
    right: 0
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px;
    margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px
}

.fc .fc-timegrid-body {
    position: relative;
    z-index: 1;
    min-height: 100%
}

.fc .fc-timegrid-axis-chunk {
    position: relative
}

.fc .fc-timegrid-axis-chunk>table {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-slot {
    height: 1.5em;
    border-bottom: 0
}

.fc .fc-timegrid-slot:empty:before {
    content: '\00a0'
}

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap
}

.fc .fc-timegrid-slot-label {
    vertical-align: middle
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%
}

.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fc .fc-timegrid-axis-cushion {
    max-width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative
}

.fc-liquid-hack .fc-timegrid-col-frame {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc-media-screen .fc-timegrid-cols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-media-screen .fc-timegrid-cols>table {
    height: 100%
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-media-screen .fc-timegrid-event-harness {
    position: absolute
}

.fc .fc-timegrid-col-bg {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1
}

.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-highlight {
    z-index: 3
}

.fc .fc-timegrid-bg-harness {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-timegrid-col-events {
    z-index: 3
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
    box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff)
}

.fc-timegrid-event {
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
    border-radius: 3px
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0
}

.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
    margin-bottom: 1px
}

.fc-timegrid-event-condensed .fc-event-main-frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden
}

.fc-timegrid-event-condensed .fc-event-time:after {
    content: '\00a0-\00a0'
}

.fc-timegrid-event-condensed .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em)
}

.fc-media-screen .fc-timegrid-event {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0
}

.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0
}

.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red)
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    width: 100%;
    border-style: hidden
}

.fc .fc-list-table tr>* {
    border-left: 0;
    border-right: 0
}

.fc .fc-list-sticky .fc-list-day>* {
    position: sticky;
    top: 0;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-table td,
.fc .fc-list-day-cushion {
    padding: 8px 14px
}

.fc .fc-list-day-cushion:after {
    content: "";
    clear: both;
    display: table
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3))
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
    float: right
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5)
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2)
}

.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
    content: '\e91d'
}

.fc-icon-chevron-right:before {
    content: '\e91e'
}

.fc-icon-chevrons-left:before {
    content: "\e916"
}

.fc-icon-chevrons-right:before {
    content: "\e917"
}

.fc-icon-minus-square:before {
    content: "\e940"
}

.fc-icon-plus-square:before {
    content: "\e941"
}

.fc-icon-x:before {
    content: "\e91f"
}

.fc table {
    margin: 0
}

.fc th {
    font-weight: 400
}

.fc .fc-button-primary {
    color: #a28964;
    border: 0;
    background: transparent;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.fc .fc-button-primary:hover {
    color: #a2896480
}

.fc .fc-button-primary:disabled {
    color: #242829
}

.fc .fc-button-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #a2896480
}

.fc .fc-button-primary:not(:disabled):active {
    color: #a2896480
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #a28964
}

.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em
}

.fc-highlight {
    border: 0;
    outline: 0
}

.fc-header-toolbar {
    border-bottom: #dedfdf 1px solid
}

.fc .fc-day-other .fc-daygrid-day-top,
.fc .fc-day-other .fc-daygrid-day-top a {
    color: #8f8f8f;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    opacity: 1
}

.fc .fc-day-past,
.fc .fc-day-past a,
.fc .fc-day-past button,
.fc .fc-day-other button {
    color: #8f8f8f;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.fc .fc-day-past button:hover {
    color: #8f8f8f !important;
    cursor: default
}

.fc .fc-day-today .fc-daygrid-day-number,
.fc .fc-day-today button {
    color: #a28964
}

.fc .fc-daygrid-day.fc-day-today {
    color: #a28964
}

.fc .fc-daygrid-day-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    background-color: transparent
}

.fc-daygrid-day-events {
    min-height: 0 !important
}

.fc-theme-standard {
    font-weight: 400;
    font-style: normal
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
    border: 0
}

.mini-calendar {
    margin: 0 auto
}

.mini-calendar td,
.mini-calendar th {
    font-size: 15px;
    line-height: 21px
}

.mini-calendar h2.fc-toolbar-title {
    font-size: 19px;
    line-height: 27px
}

.mini-calendar .fc-daygrid-day-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 40px;
    position: relative;
    z-index: 2
}

.mini-calendar .fc-daygrid-day {
    height: 40px;
    width: 40px;
    cursor: pointer
}

.mini-calendar .fc-daygrid-day:hover a,
.mini-calendar .fc-daygrid-day:hover button {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #a28964
}

.mini-calendar .fc-daygrid-day .fc-highlight {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 40px;
    max-width: 40px;
    margin: 0 auto;
    z-index: 0;
    background-color: #a28964
}

.mini-calendar .fc-daygrid-day.single-day .fc-daygrid-event {
    max-width: 40px;
    margin: 0 auto
}

.mini-calendar .fc-daygrid-day.day-selected a,
.mini-calendar .fc-daygrid-day.day-selected button {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #FFF !important
}

.mini-calendar .fc-daygrid-day.day-selected .fc-highlight {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    filter: alpha(opacity=100)
}

.mini-calendar .fc-daygrid-body-natural .fc-daygrid-day-events {
    position: absolute;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.mini-calendar .fc-daygrid-event-harness {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%
}

.mini-calendar .fc-daygrid-event-harness-abs {
    height: 100%
}

.mini-calendar .fc-daygrid-event {
    height: 100%;
    margin-top: 0
}

.mini-calendar .fc-daygrid-dot-event {
    padding: 0
}

.mini-calendar .check-in-selected .fc-daygrid-day-top a {
    color: #a28964 !important
}

.mini-calendar .fc-daygrid-event {
    border-radius: 40px;
    background-color: #a28964
}

.mini-calendar .check-out-selected .fc-daygrid-day-top a,
.mini-calendar .check-out-selected button,
.mini-calendar .date-selected .fc-daygrid-day-top a,
.mini-calendar .date-selected button {
    color: #FFF !important
}

.mini-calendar .check-out-selected .fc-highlight,
.mini-calendar .date-selected .fc-highlight {
    display: none
}

.mini-calendar .dayButton,
.mini-calendar .ratesButton,
.mini-calendar .bookButton,
.mini-calendar .eventsButton,
.mini-calendar .packagesButton {
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    width: 100%;
    padding: 0;
    height: 40px;
    -ms-touch-action: none;
    touch-action: none
}

.mini-calendar .fc-header-toolbar {
    padding: 5px 0
}

.mini-calendar .fc-scroller-harness {
    overflow: visible !important
}

.cvent-cta-button .whitelabel_button_c {
    border-radius: 0;
    margin-bottom: 30px;
    padding: 18px 36px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    text-transform: uppercase;
    background-color: #a28964;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.cvent-cta-button .whitelabel_button_c label {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    letter-spacing: .15em;
    font-weight: 400;
    font-style: normal
}

.cvent-cta-button .whitelabel_button_c:hover,
.cvent-cta-button .whitelabel_button_c:active,
.cvent-cta-button .whitelabel_button_c:focus {
    outline: 0;
    background-color: #a2896480;
    color: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.booking-widget {
    position: absolute;
    bottom: 0;
    z-index: 7;
    margin: 0 auto;
    width: 91.667vw;
    background-color: #faf8f6;
    height: 92px;
    left: 4.167vw
}

.booking-widget-form {
    display: block
}

.popup-calendar-wrap {
    height: 100%
}

.booking-widget-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative
}

.booking-widget-fields.one-col .booking-widget-col.bordered {
    width: 100% !important
}

.booking-widget-fields .booking-widget-col {
    margin: 0;
    padding: 0;
    border: none;
    width: 50%;
    cursor: pointer;
    position: relative;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    border-top: #dedfdf 1px solid;
}

.booking-widget-fields .booking-widget-col:first-of-type {
    border-right: #dedfdf 1px solid
}

.four-col .booking-widget-fields .booking-widget-col {
    width: 33.33%
}

.booking-widget-fields .booking-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.booking-fields-wrap {
    cursor: pointer;
    position: relative
}

.booking-fields-wrap.date-active {
    border: #242829 1px solid
}

.booking-fields-wrap.date-active .label,
.booking-fields-wrap.date-active label,
.booking-fields-wrap.date-active .booking-label {
    color: #a28964;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.booking-fields-wrap.date-selected label,
.booking-fields-wrap.date-selected .label,
.booking-fields-wrap.date-selected .booking-label {
    color: #242829;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.booking-fields-wrap.date-selected .value {
    color: #242829
}

.date-active.date-selected+.clear-calendar-btn {
    display: block
}

.booking-label,
label.booking-label {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
    color: #242829;
    padding: 0 0 0 10px;
    width: 40%;
    margin: 0;
    text-align: left;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: table;
    height: auto
}

input[type="text"].booking-field,
input[type="number"].guest-number,
.booking-field {
    height: 44px;
    border: 0;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 2.0 MEDIA QUERIES */
@media (min-width: 782px) {

    .hover-detail-btn {
        -webkit-transform: translateY(100%) translateX(-50%);
        transform: translateY(100%) translateX(-50%);
        width: 20.833vw
    }

    .hover-detail-btn a {
        padding: 14px 5px 14px 5px;
        height: 45px
    }

    .hover-detail-wrap {
        padding: 2.083vw 0 2.083vw 2.083vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .hover-detail-wrap .hover-detail-btn {
        -webkit-transform: translateY(100%) translateX(-50%);
        transform: translateY(100%) translateX(-50%);
        -webkit-transition: -webkit-transform .7s ease;
        transition: -webkit-transform .7s ease;
        transition: transform .7s ease;
        transition: transform .7s ease, -webkit-transform .7s ease
    }

    .hover-detail-wrap:focus .hover-detail-btn,
    .hover-detail-wrap:hover .hover-detail-btn,
    .hover-detail-wrap:active .hover-detail-btn {
        z-index: 2;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease
    }

    .hover-detail-photo-wrap,
    .hover-detail-photo {
        min-height: 33vw;
        margin: 0;
        width: 47.917vw
    }

    .hover-detail-content {
        width: 37.5vw;
        margin-left: 2.083vw;
        padding-bottom: 30px
    }

    .daily-banner {
        top: 50%;
        margin-top: -25px
    }


    .collapse-filter-wrap .filter-header,
    .collapse-filter-wrap .filter-title {
        min-height: 45px
    }

    .collapse-filter-wrap .filter-toggle-btn {
        top: 10px
    }

    .collapse-filter-wrap .filter-options-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .collapse-filter-wrap .filter-options-row {
        padding: 2.083vw 4.167vw
    }

    .collapse-filter-wrap .filter-options-row.two-col {
        padding: 2.083vw 4.167vw 2.083vw 12.5vw
    }

    .collapse-filter-wrap .filter-submit {
        max-width: 25vw
    }

    .collapse-filter-wrap .calendar-col {
        max-width: 37.5vw
    }

    .collapse-filter-wrap .package-col,
    .collapse-filter-wrap .time-col {
        padding-top: 15px;
        margin-left: 4.167vw;
        max-width: 18.75vw
    }

    div.checkbox-list {
        font-size: 16px;
        line-height: 26px
    }


    .events-calendar-wrap {
        margin: auto;
        max-width: none;
        border: 1px solid #dedfdf;
    }

    .events-filter-wrap .hover-detail-photo-wrap,
    .events-filter-wrap .hover-detail-photo {
        min-height: 27vw;
        aspect-ratio: 1.5;
    }

    .events-filter-wrap .filter-options-row.two-col {
        padding: 2.083vw 4.167vw
    }
}

@media (min-width: 1024px) {

    .hover-detail-block-wrap {
        max-width: 83.333vw
    }

    .hover-detail-block-wrap h3,
    .hover-detail-content h3 {
        font-size: 24px;
        line-height: 27px
    }

    .hover-detail-btn {
        width: 16.667vw
    }

    .hover-detail-photo-wrap,
    .hover-detail-photo {
        width: 39.583vw;
        min-height: 29vw
    }

    .hover-detail-content {
        margin: 0 auto;
        width: 33.333vw
    }


    .collapse-filter-wrap {
        max-width: 83.333vw;
        top: 150px;
    }

    .collapse-filter-wrap .filter-header,
    .collapse-filter-wrap .filter-title {
        min-height: 50px
    }

    .collapse-filter-wrap .filter-toggle-btn {
        top: 12px
    }

    .collapse-filter-wrap .filter-options-row {
        padding: 2.083vw 4.167vw 2.083vw 6.25vw
    }

    .collapse-filter-wrap .filter-submit {
        max-width: 16.667vw
    }

    .collapse-filter-wrap .calendar-col {
        max-width: 33.333vw
    }

    .collapse-filter-wrap .package-col {
        max-width: 16.667vw
    }

    .collapse-filter-wrap .time-col {
        margin-left: 2.083vw;
        max-width: 16.667vw
    }

    div.checkbox-list {
        font-size: 17px;
        line-height: 26px;
        display: flex;
        flex-direction: column;
    }

}

@media(min-width: 1100px) {

    .hover-detail-photo-wrap,
    .hover-detail-photo {
        min-height: 27vw
    }

    .hover-detail-content {
        padding-bottom: 0
    }
}

@media(min-width: 1600px) {

    .hover-detail-block-wrap h3,
    .hover-detail-content h3 {
        font-size: 27px;
        line-height: 30px
    }

    .hover-detail-btn {
        width: 12.5vw
    }

    .hover-detail-btn a {
        padding: 16px 5px 14px 5px;
        height: 50px
    }

    .hover-detail-content {
        width: 25vw
    }


    .collapse-filter-wrap .filter-options-row {
        padding: 2.083vw 12.5vw
    }

    .collapse-filter-wrap .filter-submit {
        max-width: 12.5vw
    }

    .collapse-filter-wrap .calendar-col {
        max-width: 25vw
    }

    .collapse-filter-wrap .package-col {
        margin-left: 6.25vw;
        max-width: 12.5vw
    }

    .collapse-filter-wrap .time-col {
        max-width: 12.5vw
    }
}

.event-holder img.hover-detail-photo {
    aspect-ratio: 1.5;
}

.featured-events-slider {
    position: relative;
    margin: auto;
    margin-bottom: 80px;
    /* max-width: 83.333vw; */
}

.featured-events-slider .slick-arrow.slick-next {
    right: -5%;
    left: auto;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.featured-events-slider .slick-arrow.slick-prev {
    left: -5%;
    right: auto;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

/* EVENTS SINGLE PAGE */
.event-single .event-image img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.event-single .event-content {
    padding: 50px 0;
    text-align: center;
}

.event-single .event-description {
    margin: 70px auto;
    width: 90%;
    max-width: 1140px;
    text-align: center;
}

.event-single .event-categories em {
    color: #a28964;
    /* text-transform: uppercase; */
    font-style: normal;
    font-family: "Modernline", "cursive";
    font-size: 26px;
    color: #a28964;
    line-height: 1.8;
    text-transform: lowercase;
}

@media screen and (max-width: 768px) {
    .featured-events-slider .slick-arrow.slick-next {
        right: 1%;
        top: 40%;
    }

    .featured-events-slider .slick-arrow.slick-prev {
        left: 1%;
        top: 40%;
    }
}

.pagination-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.tribe-events-event-image img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.tribe-events-single .wp-block-button__link {
    color: #fff;
    background-color: #a7916e;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    border: none;
}



/* 
    TRIBE EVENTS 
*/
.tribe-events-page-template {
    --tec-color-accent-primary: #a7906c;
    --tec-color-button-primary: #a7906c;
    --tec-color-link-accent: #a7906c;
    --tec-color-background-events-bar-submit-button: #a7906c;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 200px;
}
.tribe-events-page-template header.tribe-events-calendar-list__event-header {
    position: static;
}
.tribe-events-page-template .tribe-events .tribe-events-header {
z-index: 1;
}
@media screen and (max-width: 767px) {
    .tribe-events .tribe-events-l-container {
        padding-top: 130px;
    }
}
.tribe-events-single-event-title {
    font-family: "Canela", "serif";
        /* font-size: 50px; */
        color: #a28964;
        font-weight: 600;
        /* line-height: 1.1; */
}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    font-family: "Canela", "serif";
}
.tribe-events-content {
    font-family: "Nunito Sans", sans-serif;
}
.tribe-events-schedule h2 {
    font-family: "Nunito Sans", sans-serif;
}
.tribe-events-schedule .recurringinfo, .tribe-events-schedule .tribe-events-cost, .tribe-common .tribe-common-b2, .tribe-common .tribe-common-h3 {
    font-family: "Nunito Sans", sans-serif;
}