/**
 * Styles for Smartphone landscape
 *
 * - Do not delete or rename this file, if you do not use it leave it blank.
 *
 * - There is an SCSS (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set "compass watch" this file will be overwritten!
 *
 * SEE the _README file in this directory, it contains useful information.
 */

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

.menu-bar-wrapper {
  margin: 0;
}

#menu-bar {
  margin-top: 0;
/*
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
*/
}

#splashHeader, #splashHeader2 { font-size: 12px; }


#instrumentNav, #horizontalNav {}


/*******  HIDE SEARCH BLOCK  *******/
#search-block-form { display:none !important; }

/*******  HIDE FOOTER PARTS  *******/
.fatFooterLevel02Container, #FooterCallToActionContainer { display: none; }


/* =============================================================================
 *   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 {
}

.at-mt .at-menu-toggle h2 a {
  font-size: 28px;
  padding: 6px 0px 0 0;
}

/* Menu items */
.at-mt .at-menu-toggle ul.menu li a {
}

.at-mt .at-menu-toggle ul.menu li a:active {
}


#columns h1 { font-size: 1em; margin: 0.1em 0; }

/* original */

/* The toggle link */
/*
.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 0.9em;
}

.at-mt .at-menu-toggle h2 a {
  /*
  background: #eee;
  border: 2px solid #ccc;
  padding: 2px 10px;
  */
/*
  background-color: #696B73;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1px 0;
  text-decoration: none;
}
*/
/* Menu items */
/*
.at-mt .at-menu-toggle ul.menu li a {
  background: #eee;
  border-bottom: 1px solid #fff;
  text-align: center;
}
*/