/*
    Theme Name: Movedo Child
    Description: Movedo Child Theme for THE rAVe Agency
    Author: Brooke Fisher
    Author URI: https://brookesnook.us
    Version: 1.0.0
    Template: movedo
*/


/* Fixing the events catalog */
#tribe-events {
    max-width: 90%;
    margin: 0 auto;
}

.single-tribe_events #grve-page-title {
    display: none !important;
}

.lavnch-week-restricted {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

/* responsive and main menu stuff */
@media screen and (max-width: 1260px) {
  #grve-responsive-header {
      display: block;
  }   
  #grve-main-menu, #grve-main-header {
      display: none;
  }
}

