.vertical-item {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 4px 6px 10px 0px #0000009e;
}

.cat-links::after {
    top: 12px;
}

.cat-links::before {
    top: 10px;
}

.entry-meta {
    line-height: 2;
}

.entry-meta .comments-link {
    color: #FFF;
    font-size: 14px;
}

.entry-meta .comments-link .fa {
    margin-right: 1px;
}

.tag-links a {
    border-radius: 5px !important;
    box-shadow: 3px 4px 8px 1px #0e0e0e;
}

.entry-content h5 {
    margin-top: 0px;
    color: #f7ae33;
}

.widget_calendar tfoot td a {
    height: 40px;
    line-height: 40px;
}

.widget_calendar caption {
    padding: 10px;
    color: #FFF;
}

.widget_calendar thead th {
    padding-bottom: 8px;
    padding-top: 8px;
}

.widget_calendar tbody tr:first-child td {
    padding-top: 25px;
}

.widget_calendar tbody {
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 0px 0px 10px 10px;
}

.time-btn-div p {
    margin-bottom: 7px;
    border-bottom: 1px solid #b39d00;
    color: #b39d00;
    margin-top: 12px;
    font-weight: 500;
}

.time-btn-div a {
    border: 1px solid #000;
    padding: 10px 15px;
    display: inline-block;
    margin: 6px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
}

.modal-footer .btn {
    padding: 10px 25px;
    min-width: auto;
    line-height: normal;
}

.past {
    color: #aeaeae;
}

.present {
    background-color: #37ff37;
    cursor: pointer;
    border-radius: 5px;
}

.future {
    cursor: pointer;
}

.present .available_slot,
.future .available_slot {
    background: #6870ff;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 9px;
    margin: auto;
}

.present .unavailable_slot,
.future .unavailable_slot {
    background: #ff6868;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 9px;
    margin: auto;
}

#time_slot_list .time_unavailable_a {
    cursor: not-allowed;
    border-color: #cecece;
    color: #cecece;
}

#time_slot_list .time_available_a {
    transition: background-color 0.5s ease;
}

#time_slot_list .active_slot {
    background-color: #bad6ff;
}

.c-gutter-60 [class*="col-"],
.row.c-gutter-60>[class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.c-gutter-60 .row,
div.row.c-gutter-60 {
    margin-left: 0px;
    margin-right: 0px;
}