/*
Theme Name: leaven
Description: A custom theme created for Leaven Exchange by Juxt Marketing.
Version: 1.0
Author: Scott Logan | Juxt Marketing
Author URI: http://www.juxtmarketing.com
Template: enfold
*/



/*Add your own styles here:*/


.collapseomatic_content {
margin-left: 0px;
}

#top .social_bookmarks li a {
color: #ffffff !important;
}

.team-social a {
background: #225378;
color: #ffffff !important;
}

#footer {
    padding: 15px 0 30px 0;
    z-index: 1;
    display: none;
}

#top .avia-logo-element-container .slide-entry {
    padding: 10px;
}

#top #header .av-main-nav > li > a {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
font-size: 48px;
}

.two-hundred {
font-weight: 200;
}

strong {
color: #225378 !important;
}

.tribe-events-list h2.tribe-events-page-title {
    margin-bottom: 15px;
    display: none;
}

#tribe-bar-form.tribe-bar-full .tribe-bar-filters {
    display: none !important;
}

.tribe-events-list-separator-month, .tribe-events-day .tribe-events-day-time-slot > h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin: 0px 0 40px 0 !important;
}

 #top .tribe-events-list-event-title {
    font-size: 24px !important;
    border-bottom-style: none !important;
    text-align: center !important;
    display: block !important;
    
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

.two-hundred h1 {
font-size: 32px;
}

}

