/* Global */
#content {
  margin-top: 0; }

@media (min-width: 640px) {
  .container {
    max-width: 940px !important; } }

@media (min-width: 940px) {
  .container {
    max-width: 1025px !important; } }

@media (min-width: 1025px) {
  .container {
    max-width: 1200px !important; } }

section.purple-bg h1 a, section.purple-bg h2 a, section.purple-bg h3 a, section.purple-bg h4 a, section.purple-bg h5 a, section.purple-bg h6 a {
  color: #fff !important; }
  section.purple-bg h1 a:hover, section.purple-bg h2 a:hover, section.purple-bg h3 a:hover, section.purple-bg h4 a:hover, section.purple-bg h5 a:hover, section.purple-bg h6 a:hover {
    color: #ffc000 !important; }

/* Youtube Embed */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* Home */
body.home header.page-header {
  display: none; }

/* Header */
.site-header__wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

header#masthead {
  position: relative;
  background-color: #531b7d;
  padding: 25px 0; }
  @media (min-width: 940px) {
    header#masthead {
      padding: 0; } }

img.custom-logo {
  max-width: 250px; }
  @media (min-width: 940px) {
    img.custom-logo {
      max-width: 300px; } }

/* Nav */
nav#site-navigation {
  display: none; }
  @media (min-width: 940px) {
    nav#site-navigation {
      display: block; } }
  nav#site-navigation .menu li {
    margin-left: 0;
    padding: 0; }
    nav#site-navigation .menu li a {
      text-transform: uppercase;
      color: #fff;
      font-size: 1.2rem;
      display: block;
      padding: 25px 1rem; }
      @media (min-width: 940px) {
        nav#site-navigation .menu li a {
          font-size: 1.2rem;
          padding: 25px .5rem; } }
      @media (min-width: 1025px) {
        nav#site-navigation .menu li a {
          font-size: 1.2rem;
          padding: 25px 1rem; } }
      @media (min-width: 1140px) {
        nav#site-navigation .menu li a {
          font-size: 1.4rem; } }
      nav#site-navigation .menu li a:hover, nav#site-navigation .menu li a.active {
        color: #ffc000;
        background: #000; }

@media (max-width: 940px) {
  .mega-menu:not(#mega-menu-mobile) {
    display: none !important; } }

.mega-menu {
  display: none; }
  .mega-menu .menu {
    display: block;
    margin: 0;
    list-style: none; }
    .mega-menu .menu > li {
      margin-bottom: 1rem; }
      .mega-menu .menu > li > a {
        font-family: "Oswald", Sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 125%;
        color: #fff; }
        .mega-menu .menu > li > a:hover {
          color: #ffc000; }
  .mega-menu .sub-menu {
    display: block;
    margin: 0;
    list-style: none; }
    .mega-menu .sub-menu > li > a {
      font-family: "Montserrat", Sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      color: #999999; }
      .mega-menu .sub-menu > li > a:hover {
        color: #ffc000; }
  @media (min-width: 940px) {
    .mega-menu#mega-menu-mobile {
      display: none !important; } }
  .mega-menu#mega-menu-mobile .menu li {
    margin-bottom: 0; }
    .mega-menu#mega-menu-mobile .menu li a {
      font-family: "Oswald", Sans-serif;
      color: #fff;
      display: block;
      padding: 1rem 10px;
      line-height: 1;
      position: relative;
      border-bottom: 1px solid #561c81; }
    .mega-menu#mega-menu-mobile .menu li a:hover {
      color: #fff; }
    .mega-menu#mega-menu-mobile .menu li.menu-item-has-children > a:after {
      content: '\f13a';
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      margin-left: 10px;
      color: #612092;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .mega-menu#mega-menu-mobile .menu > li > a {
    font-size: 2rem;
    color: #fff; }
  .mega-menu#mega-menu-mobile .menu > li > .sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.35); }
    .mega-menu#mega-menu-mobile .menu > li > .sub-menu > li > a {
      font-size: 2rem;
      font-weight: 400; }
    .mega-menu#mega-menu-mobile .menu > li > .sub-menu > li > .sub-menu {
      display: none;
      background: rgba(0, 0, 0, 0.7); }
      .mega-menu#mega-menu-mobile .menu > li > .sub-menu > li > .sub-menu > li > a {
        font-family: "Montserrat", Sans-serif;
        border-bottom: 1px solid #561c81; }

a#mobile-menu-trigger {
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  border-radius: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (min-width: 940px) {
    a#mobile-menu-trigger {
      display: none !important; } }
  a#mobile-menu-trigger i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* Posts */
/* Layout 3 */
.post-template-single-layout-3 .entry-header .cat-links {
  margin-bottom: 0 !important; }

.post-template-single-layout-3 .entry-header .btn-style .post-categories a {
  padding: 6px 15px;
  border: 3px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold; }

.post-template-single-layout-3 .entry-header .entry-header-bottom {
  margin-top: 0 !important; }

.post-template-single-layout-3 .site-content .container {
  margin-bottom: 2rem; }

.post-template-single-layout-3 #secondary {
  padding: 3rem;
  background: #eee; }

.post-template-single-layout-3 .widget + .widget {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 900;
  color: #531b7d; }
