/*
 Theme Name:   spinup
 Template:     Divi
*/


@import url("../Divi/style.css");



/* =Theme customization starts here
-------------------------------------------------------------- */
.mobile_menu_bar:before {color:#243d7c;}

/* SETTING BREAKPOINT FOR MOBILE MENU */
@media only screen and ( max-width: 1080px ) {
#top-menu-nav, #top-menu {display: none;}
#et_mobile_nav_menu {display: block;}
#et_top_search {margin-top: 10px;}
}

/* MOBILE MENU TEXT WITH CLOSE AND OPEN X */

.mobile_menu_bar:after {
    content: 'MENU';
    position: relative !important;
    bottom: 8px;
    left: 10%;
    color: #243d7c;
    font-size:20px;
}

/* Change the hamburger to X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}


/* MAIN MENU SUBNAV MAKE WIDER */
.nav li ul {width:340px !important;}
#top-menu li li a {width: 320px;}



/* VERTICALLY ALIGN CONTENT MODULES IN A ROW */
.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 



.ecs-event h4 {font-size:20px; padding-bottom: 0px;}
.ecs-event-list li {margin-bottom: 15px;}
.ecs-event .time {font-size: 14px; text-transform: uppercase; color: #525352; font-weight: 700;}
.tribe-events-c-subscribe-dropdown {
  display: none !important;
}

.events-title {font-size: 32px; margin-bottom: 50px !important;}

.custom-events-footer .et_pb_button {
    padding: 10px 30px 10px 20px;
    background-color: #666666 !important;
}