.tribe-events-calendar-list__event-details.tribe-common-g-col {
    background-color: #F4FCFF;
    box-shadow: inset 0px 0px 25px -5px #c1eeff;
}

.tribe-common-g-row.tribe-events-calendar-list__event-row {
    box-shadow: 0 0px 2px grey !important;
}

li.tribe-events-c-nav__list-item a {
    font-size: 20px !important;
}

span.tribe-events-c-nav__next-label, span.tribe-events-c-nav__prev-label {
    color: maroon;
}

span.tribe-events-c-nav__next-label:hover, span.tribe-events-c-nav__prev-label:hover {
    text-decoration: underline;
}

/* Sharing Colors  - DF */
.share-label {
    font-weight: bold;
    font-size: 16px;
    padding-right: 10px;
}

.sharing-options .fa {
    font-size: 20px;
    padding-right: 10px;
}

.sharing-options .fa-facebook-official {
    color: #4267B2;
}

.sharing-options .fa-twitter {
    color: #1DA1F2;
}

.sharing-options .fa-linkedin {
    color: #2867B2;
}

.sharing-options .fa-envelope {
    color: black;
}

.sharing-options .fa-whatsapp {
    color: #075e54;
}

/*  Featured Auction - DF */
/* .tribe-events-calendar-list__event-row--featured {
    border: px solid blue !important;
    box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
}*/

.tribe-events-calendar-list__event-wrapper.tribe-common-g-col.featured-container {
    border: 4px solid red !important;
    box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
}

.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event {
    /*border: 4px solid red !important;
    box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
    background-color: cornsilk !important; */
}


img.feature-banner {
    height: 80px;
}

.featured-banner {
    position: absolute;
    left: -11px;
    top: -5px;
    height: 19px !important;
}