/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* Hide share on blog pages */
.single .bb-share-container,
.single .author-box-share-wrap {
    display: none;
}

/* The Events Calendar */
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper .tribe-events-calendar-list__event-featured-image {
    position: relative !important;
}
.tribe-events-calendar-month__header-column {
    border: none !important;
    text-align: center !important;
    width: 100% !important;
    border-bottom: 1px solid var(--bb-content-border-color) !important;
}