/*
Theme Name: Accelerate Child
Theme URI: https://themegrill.com/themes/accelerate/
Template: accelerate
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Accelerate is multipurpose WordPress theme made for simplicity and ease of use. This theme is a piece of art that has this premium look and feel which will make your site stand out. Supports all post formats. Accelerate can be used for portfolio, business, blog, personal, travel, corporate, business services or any other kinds of sites. Get free support in https://themegrill.com/contact/ and check the demo at https://themegrilldemos.com/accelerate/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, post-formats, blog, threaded-comments, theme-options, translation-ready, rtl-language-support, e-commerce
Text Domain: acceleratechild

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*
* Top Menu
*/
#top-menu .menu {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}

#top-menu .menu li {
  margin-left: 12px;
}

#top-menu .menu li a {
  padding: 0.25rem 0.1rem;
  display: block;
}

#top-menu .menu li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #top-menu .menu {
    font-size: 16px;
  }

  #top-menu .menu li a {
    padding: 0.5rem 0.1rem;
    margin-left: .5rem;
    display: block;
  }
}

/*
* Member Dashboard
*/
.page-template-template-member-page #secondary {
  display: block;
}

@media screen and (min-width: 768px) {
  .page-template-template-member-page #primary {
    width: auto;
    flex-grow: 1;
  }

  .page-template-template-member-page #secondary {
    float: left;
    width: 25%;
    max-width: 180px;
  }

  .page-template-template-member-page #main .inner-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}

/*
* Member Dashboard Nav
*/
.page-template-template-member-page #main {
  padding-top: 30px;
}

#mepr-account-nav {
  padding: 0.8rem 1rem;
  background: #f2f2f2;
  margin-top: 1.5rem;
  margin-bottom: 39px !important;
}

/*
* Course Page
*/
body.single-mpcs-course #primary {
  float: none;
  width: 100%;
  padding-bottom: 60px;
}

/*
* WP Forms
*/
.wpforms-container {
  max-width: 560px;
  margin-left: 0 !important;
}