/*
 Theme Name:     Stay n Vacay Rentals Custom Theme
 Theme URI:      https://www.cfusionmultimedia.com
 Description:    Custom Divi based child theme built for Stay n Vacay Rentals 
 Author:         C-Fusion Multimedia
 Author URI:     https://www.cfusionmultimedia.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* event calendar customizations */

/*.tribe-events .tribe-events-c-events-bar__views { display:  none !important; }*/

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) { display:  none !important; }

.tribe-events .tribe-events-c-subscribe-dropdown__container { display:  none !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav, ul.tribe-events-c-top-bar__nav-list { display:  none !important; }

.tribe-events-calendar-list__event-datetime {font-weight: 600;}

header.tribe-events-calendar-list__event-header {margin-left: 10px !important;}

nav.tribe-events-calendar-list-nav {margin-bottom: 80px !important;}

@media only screen and (max-width: 600px) {
    h3.mobile-top-space {
        margin-top: 20px;
    }
    
    section.tribe-events-calendar-month-mobile-events {
        padding-bottom: 75px !important;
    }
}