/* CALENDAR */
.datepicker-inline {
    width: 100% !important;
}
.datepicker table {
    width: 100%;
}
.datepicker-months thead th.datepicker-switch {
    display: none !important;
}
#calendar {
    border: 1px solid #255cdc1a;
    border-radius: 20px;
    padding: 20px 20px;
}
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th {
    padding: 10px 5px !important;
}
th.dow {
    font-weight: 400;
}
td.day {
    font-weight: 600;
    font-size: 18px;
}
.datepicker .prev {
    background-image: url("https://www.internationalwealth.info/wp-content/themes/sharp/assets/migrate/images/sidebar/previcon.svg") !important;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    text-indent: -9999px;
}
.datepicker .next {
    background-image: url("https://www.internationalwealth.info/wp-content/themes/sharp/assets/migrate/images/sidebar/nexticon.svg") !important;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    text-indent: -9999px;
}
td.new.day {
    display: none;
}
.datepicker-switch {
    font-size: 25px;
    background: transparent !important;
}

.has-posts {
    color: #255cdc;
}
.datepicker-switch {
	    cursor: default;
}
.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active {
    background-color: #255CDC !important;
    background-image: none;
    border-color: unset;
}
/* CALENDAR */