/*
 *   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.
 */

/* =============================================================================
 *   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;
}

/* debug */
#admin-menu {display: none;}

#header-wrapper,
#header-wrapper.with-header-region  {
  padding: 10px 0 0;
}

header#header div#branding {
  float: none;
  margin: auto;
  text-align: center;
}

header#header div.region-header {
  display: table;
  float: none;
  margin: 15px auto 0;
  text-align: center;
  width: auto;
}

header#header div.region-header .block {
  clear: both;
  display: block;
  margin: auto;
  padding: 0 0 10px !important;
  text-align: left;
  width: auto;
}

header#header div.region-header .block-inner {
  margin: 0 20px;
}

header#header div#logo,
header#header h1#site-name,
header#header h2#site-slogan {
  float: none;
  margin: 0;
  padding: 0 0 6px;
  text-align: center;
}

#menu-wrapper {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}

#menu-bar-wrapper,
#menu-bar {
  min-height: 3em;
  height: auto;
}

#menu-bar {
  padding: 0 2px;
}

#menu-bar .block {
  clear: both;
  float: none;
}

#menu-bar .menu-wrapper > ul,
#menu-bar .menu-wrapper > ul > li {
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

#menu-bar .menu-wrapper > ul,
#menu-bar .menu-wrapper > ul li.last  {
  border-bottom: 0;
}

#menu-bar .menu-wrapper ul > li > a {
  padding: 6px 10px 8px;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

#menu-bar .sf-menu {
  height: auto;
  padding: 2px 0;
}

#menu-bar .menu-wrapper ul ul {
  display: none !important;
}

.hl-c #menu-wrapper .menu-wrapper,
.hl-c #region-header-wrapper .block {
  display: block;
}

.region-header .block {
  overflow: hidden;
}

.article-title {
  font-size: 1.5em;
}

#secondary-content-wrapper .block-content {
  padding: 0;
}

#secondary-content-wrapper .block-content  img {
  max-width: 240px;
  display: block;
  margin: 5px auto 15px;
}

#secondary-content-wrapper .block-content .views-row {
  max-width: 90%;
  margin: auto;
}

#secondary-content-wrapper .block-content .image-right,
#secondary-content-wrapper .block-content .image-left,
.field-type-image {
  float: none !important;
  display: block !important;
  margin: auto !important;
  text-align: center !important;
}

.group-left,
.group-right {
  float: none;
}

#block-views-nodequeue-2-block .ds-2col .group-left,
#block-views-nodequeue-2-block .ds-2col .group-right {
  width: 100%;
}

.page-features-offset-3 .views-row,
.view-front-page-features .views-row {
  clear: both;
  float: none;
  padding: 10px 0 !important;
  width: 100% !important;
}

.field-type-image figure,
.field-type-image figcaption {
  margin: 0 auto;
}

