a, a > * {
  color: #b80508;
}

section a:hover, section a > *:hover {
  text-decoration: underline;
}

section a.button:hover, section a.button > *:hover {
  text-decoration: none;
}

#header #logo h1 {
  background: #fff url(../site_img/shaolin_wahnam_logo_sm.jpg) no-repeat left center;
  color: #b80508;
  display: block;
  font-family: 'Cinzel', 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight: 800;
  line-height: 86px;
  padding-left: 100px;
}

.slides-container {
  background-color: #6FC4BD;
}

.ss-slider .pagination-container a {
  background-color: rgba(184, 5, 3, 0.6);
}

.ss-slider .pagination-container a:hover, .ss-slider.hide-content:hover .pagination-container a:hover {
  background-color: rgba(184, 5, 3, 1);
}

body {
  color: #474747;
  font: 14px/1.6 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

section h1, section h2, section h3, section h4, section h5, section h6, .page-title {
  color: #909090;
  font-weight: 500;
}

.accented {
  color: #b80508;
}

.course-offering img {
  float: left;
  margin-right: 1em;
}

.course-offering .details {

}

/*
.course-offering .description {
  clear: left;
}
*/

hr {
  clear: both;
}

.pricing {
  width: 50%;
  // margin: auto 25% 2em 25%;
  // font-size: 120%;
}

.pricing tr {
  border-bottom: 1px solid;
}

.pricing td {
  text-align: left;
  padding-top: 0.5em;
}

dl dt {
  font-weight: bold;
}

dl dd {
  padding: 0 20px 15px 25px;
}

.contact-info li {
  list-style: none;
  margin: 0 0 5px 24px;
  padding: 0 0 0 24px;
  text-align: left;
}

#footer .contact-info a {
  color: #b80508;
}

#footer .contact-info a:hover {
  text-decoration: underline;
}

.team-member {
  padding-top: 10px;
}

ul.resource-list li {
  border-bottom: 1px solid #DDD;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* Gray's Updates */

.slogan {
  display: inline-block;
  margin-left: 100px;
}

.facebook-link img {
  margin-right: 95px;
}

.grandmaster-wong-subdescription {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  padding-bottom: 25px;
}

.grandmaster-wong-subdescription .button {
  margin-left: 100px;
}

.featured-image {
  text-align: center;
}

.featured-image img {
  width: 100%;
}

.comments-form input {
  box-sizing: border-box;
  padding: 20px 10px;
  width: 100%;
}

/* Festival Subheader */

.festival-subheader {
  -ms-flex-line-pack: center;
      align-content: center;
  background: #FFFFFF;
  border-bottom: 1px solid #efefef;
  color: #474747;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-weight: bold;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  letter-spacing: -0.08px;
  margin-bottom: 40px;
  margin-top: -40px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

.festival-subheader a {
  color: inherit;
}

.festival-register-button {
  margin-bottom: 40px;
}

.festival-register-button a.button.large {
  font-size: 24px;
  padding: 5px 0;
  width: 100%;
}

.two-third .festival-register-button {
  display: none;
}

/* Responsive Styles */

@media only screen and (max-width: 959px) and (min-width: 768px) {
  #header {
    height: auto;
    text-align: center;
  }

  #logo {
    display: inline-block;
    float: none;
    margin-top: 0;
  }

  #header #logo h1 {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin: 0;
    min-height: 86px;
    padding: 16px 0 16px 100px;
  }

  #main-nav {
    float: none;
  }

  #main-nav ul {
    display: inline-block;
    margin: 0;
    text-align: center;
  }

  .grandmaster-wong-subdescription .button {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 959px) {
  #logo {
    float: none;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #header #logo h1 {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding: 16px 0 16px 100px;
  }

  .slogan {
    display: block;
    margin-left: 0;
  }

  .facebook-link {
    text-align: center;
  }

  .facebook-link img {
    margin-left: 0;
    margin-right: 0;
  }

  .grandmaster-wong-subdescription .button {
    margin-left: 25px;
  }

  .festival-subheader a {
    width: 100%;
  }

  .festival-subheader a:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .two-third .festival-register-button {
    display: block;
  }

  .one-third .festival-register-button {
    display: none;
  }
}
