/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on small touch devices */
body {
  font-size: 100%;
}

/* =============================================================================
 *   Mobile Menu Toggle
 *   See your theme settings extensions for how to enable the menu toggle.
 *   These are example styles for the menu toggle menu, you can use these in the
 *   relevant responsive stylesheets as required. Modify to suit your design.
 * ========================================================================== */
/* The toggle link */
.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
}

.at-mt .at-menu-toggle h2 a {
  background: #eee;
  border: 2px solid #ccc;
  padding: 2px 10px;
}

/* Menu items */
.at-mt .at-menu-toggle ul.menu li a {
  background: #eee;
  border-bottom: 1px solid #fff;
}

/* dupe need, why? */
  .region-header {
    height: 70px;
  }

  /* home styles */
  .page-taxonomy-term-15 #columns {
    height: 100%;
  }
  .page-taxonomy-term-15 #content-column .content-inner {
    height: 100%;
    min-height: 100%;
    padding: 0px !important;
  }
  .page-taxonomy-term-15 #content-column {
    background: transparent;
  }
  #cover-art {
    padding: 0px;
    height: 100%;
  }
  iframe {
    width: 100%;
    height: 300px;
    max-height: 100%;
  }
  /* end home styles */

  .sidebar-second .content-inner {
    margin: auto !important;
  }
  .page-taxonomy-term-21 #content-column .content-inner {
    padding: 0px !important;
    min-height: 0px;
  }
  #cover-art {
    height: auto;
    padding: 0px;
  }

  #columns {
    background: transparent !important;
  }

  #content-column {
    background: #807f7c;
    qqqpadding-bottom: 5px;
  }

  .not-front #content-column .content-inner {
    padding: 30px 40px;
  }
  .not-front #content-column .content-inner #page-title {
    font-size: 30px;
  }
  .not-front #content-column .content-inner #content p {
    font-size: 14px;
  }
  .field-name-db-next-in-menu {
    margin-right: -50px;
  }

  .region-sidebar-second {
    width: 70% !important;
    margin-left: 0 !important;
    margin: 0px auto !important;
    display: block;
    float: none;
    background: rgba(0,0,0,0.5);
    padding-bottom: 20px;
  }

  .region-footer {
    width: 100%;
  }
  #footer section {
    display: block;
    width: 70% !important;
    margin: 15px auto 0 auto;
    float: none;
  }

  #footer .block-inner .block-content {
    height: 100% !important;
    margin: 20px auto 0px auto;
  }
