/*
 Theme Name:   Levels Child
 Theme URI:    http://levelstheme.com
 Description:  Additional customizations to Levels.
 Author:       Gary Bacon
 Author URI:   http://levelstheme.com
 Template:     levels-wp-1
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  levels-child
*/

.course-contain {
  width: 80%;
  min-width: 348px;
  max-width: 800px;
  margin: 0 auto;
  -webkit-columns: 348px 2;
     -moz-columns: 348px 2;
          columns: 348px 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
            page-break-inside: avoid; /* Firefox */
                 break-inside: avoid; /* IE 10+ */
          column-break-inside: avoid;
}

.course {
  display: inline-block;
  width: 100%;
  border: 1px solid #97E45D;
  border-radius: 6px;
  position: relative;
  padding: 20px 10px 10px 10px;
  margin: 10px 0 30px 0;
}

.course ul {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  font-size: 1em;
}

.course__heading {
  margin: -1.9em 0 0 0;
  padding: 8px;
  /* set to the background color */
  text-shadow:
   -4px -4px 0 #fff,
    4px -4px 0 #fff,
    -4px 4px 0 #fff,
     4px 4px 0 #fff;
  color: #24BA3A;
  font-weight: 600;
  font-size: 1.5em;
  display: block;
}

/* For the Dark Header Page Template */
.page-template-page-templatespage_dark-header-php #content { margin-top: 55px; }

/* Media Queries */

@media screen and (max-width: 700px) {
  .course-contain {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
}

@media only screen and (max-width: 650px) {
  body {
    margin-top: -7px;
  }
  .container {
      padding: 0;
  }
}

.header--dark {
  background-color: #97E45D;
  padding: 2em 0 1.25em 0 !important;
}

.header--bright {
  color: #fff;
}

.container--small {
  max-width: 370px;
}

/* Pseduo class was being a pain so this will def work. */
.wpcomplete--levels-progress p {
  color: #fff;
  font-weight: 600;
  margin: 0 0 14px 0;
}
