/**
 *
 * Widgets Homepage
 *
 */

/** Added 2/5/24 to reverse black styling in the View Calendar link on front page **/
.tribe-events-widget-link > a {
    color: #ffffff !important;
}
.tribe-events-widget-link > a:hover {
    color: black !important;
}

.su-custom-widget .tribe-events-widget-events-list__header .tribe-common-h6 {
    color: #e1ca8e;
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-size: 28px !important;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}

.su-custom-widget .tribe-events-widget-events-list__event-row {
    float: left;
    width: 16%;
    flex-wrap: wrap !important;
    padding: 10px 5px;
}

@media only screen and (max-width: 900px) {
    .su-custom-widget .tribe-events-widget-events-list__event-row {
        width: 33%;
    }
}
@media only screen and (max-width: 640px) {
    .su-custom-widget .tribe-events-widget-events-list__event-row {
        width: 50%;
    }
}

.su-custom-widget .tribe-events-widget-events-list__event-row:hover,
.su-custom-widget .tribe-events-widget-events-list__event-row:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.su-custom-widget .tribe-events-widget-events-list__event-date-tag {
    width: 100% !important;
}

.su-custom-widget .tribe-events-widget-events-list__event-date-tag-datetime {
    background-color: #98012e;
    padding: 5px;
    width: 40%;
    display: block;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    height: auto !important;
}


.su-custom-widget .tribe-events-widget-events-list__event-date-tag-month {
    background: #fff;
    color: #666 !important;
    display: block;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px !important;
    letter-spacing: .5px;
    font-weight: 700 !important;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}


.su-custom-widget .list-daynumber {
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700 !important;
    text-align: center;
    width: 100%;
}

.su-custom-widget .tribe-events-widget-events-list__event-details {
    display: block;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
}

.su-custom-widget .tribe-events-title {
    font-weight: 600;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
}

.su-custom-widget .tribe-events-title a {
    color: #b4cee7 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}

.su-custom-widget .tribe-events-title a:hover,
.su-custom-widget .tribe-events-title a:focus {
    color: #e1ca8e !important;
    text-decoration: underline !important;
}

.su-custom-widget .tribe-events-duration {
    color: #fff !important;
    font-size: 16px !important;
}

.su-custom-widget .tribe-events-widget-link a:link,
.su-custom-widget .tribe-events-widget-link a:visited {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 2px;
    clear: both;
    color: #fff;
    display: block;
    float: none;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
    text-shadow: none;
    width: 200px;
}

.su-custom-widget .tribe-events-widget-link a:hover,
.su-custom-widget .tribe-events-widget-link a:active,
.su-custom-widget .tribe-events-widget-link a:focus {
    background-color: #e1ca8e;
    border-color: #e1ca8e;
    color: #002e62;
}

.su-custom-widget .tribe-events-widget-link a::after {
    display: inline-block;
    content: '\e860';
    font-family: "su-fontello";
    font-size: 80%;
    margin: 0 0 0 10px;
    vertical-align: 1px;
    transition: none;
}

