/*
Theme Name: Michigan NA
Theme URI: http://michigan-na.org/
Description: Child theme for Flat Bootstrap. Customized for Michigan-NA.org Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: Kevin Grimley
Author url: http://kevingrimley.com
Version: 0.9
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* 
 * IMPORT the parent theme's stylesheet(s). NOTE: This was moved to functions.php for
 * performance reasons.
 */
/*@import url("../flat-bootstrap/style.css");*/

#page, .navbar, .after-footer {
    max-width: 1920px;
}

/* Change the content (page) header to dark blue. */
.content-header {
	background-color: #2980b9;
}

/* Change the main link color to dark blue. Note that the hover color is set using a 
 * neat trick with the opacity tag. This simply lightens whatever the link color is. That
 * way we don't need to try to figure out a hover color that looks good. 
 */
a {
	color: #2980b9;
}
a:hover,
a:focus {
	color: #2980b9;
	opacity: .75;
}
.larger-text {
  font-size: 1.2em;
}
/* PUT ANY NEW STYLES TO USE IN YOUR CONTENT AREAS HERE SO YOU CAN EASILY PASTE THIS
 * SECTION IF YOU CHANGE THEMES
 */
 /* ----------------------------------------------------------
 General Resets
 ----------------------------------------------------------- */
 .jumbotron {
    padding-top: 1px;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 50px;
}
.navbar, .after-footer {
  max-width: 100%;
}
 /* ----------------------------------------------------------
 Sticky Nav Bar
 ----------------------------------------------------------- */
 nav#site-navigation {
  z-index: 10000;
}
.navbar-header {
    width: 100%;
}
.affix {
  top: 0;
  width: 100%;
}
.navbar.navbar-default.navbar-static-top {
  background: #fff;
}
.affix + #content {
  padding-top: 50px;
}
/*------------------------------------------------------------------------------------------
Event Single Page Styles
------------------------------------------------------------------------------------------*/
.et_post_meta_wrapper .post-meta {
    display: none;
}
.posted-on {
    display: none;
}
.ai1ec-event-details .ai1ec-col-sm-7.ai1ec-col-sm-pull-5,
.ai1ec-map.ai1ec-col-sm-5.ai1ec-col-sm-push-7 {
    float: none;
    width: 100%;
    left: 0;
    right: 0;
    padding-right: 0;
    padding-left: 0;
}
/*----------------------------------------------------------
* Widget Styles
-----------------------------------------------------------*/
.widget-title {
  margin-top: 0;
}
/*----------------------------------------------------------
* Footer Styles
-----------------------------------------------------------*/
.sidebar-footer .textwidget {
  text-align: justify;
  font-size: .9em;
}
/*----------------------------------------------------------
* Responsive Styles
-----------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .navbar.navbar-default.navbar-static-top {
    min-height: inherit;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    background: #fff;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    color: #222;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}