/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2024 | 11:54:12 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 29 2024 | 08:04:20 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 29 2024 | 07:48:52 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 29 2024 | 07:44:59 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 29 2024 | 07:39:53 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 11:39:26 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 10:57:59 */
Mus/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



img.fooevents-calendar-list-thumb {}

.custom-event-list img.fooevents-calendar-list-thumb {
    object-fit: cover;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0!important;
}

.custom-event-list .fooevents-calendar-list-item {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: flex-end;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
}

.custom-event-list .fooevents-calendar-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}

.custom-event-list h3.fooevents-shortcode-title, .custom-event-list .fooevents-shortcode-date {
    position: relative;
    z-index: 10;
    white-space: pre-wrap;
    color: white!important;
    font-weight: bold;
    font-size: 20px;
}

.custom-event-list .fooevents-calendar-list-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
}

.custom-event-list h3.fooevents-shortcode-title a {
    color: white;
    font-size: 22px;
}

.custom-event-list .fooevents-calendar-list-item:hover {
    transform: translateY(-10px);
}

#header-outer .sf-menu li ul.sub-menu {
    min-width: 300px;
}

#header-outer .sf-menu li .sfHover ul {
    left: 300px;
}

span.menu-title-text {
    line-height: 20px!important;
    display: inline-block;
}

span.menu-title-text {
}

#mc_embed_signup form {
    margin: 0!important;
    width: 100%;
    padding: 15px 0!important;
}

#mc_embed_signup {
    width: 100%!important;
}

._custom-sold-out-badge {
    position: absolute;
    z-index: 10;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}