/*
 *   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 default font size on small touch devices */
/* line 16, ../sass/responsive.smalltouch.portrait.scss */
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.
 * ========================================================================== */
/* line 26, ../sass/responsive.smalltouch.portrait.scss */
.at-mt .at-menu-toggle {
  /* The toggle link */
  /* Menu items */
}
/* line 28, ../sass/responsive.smalltouch.portrait.scss */
.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
}
/* line 31, ../sass/responsive.smalltouch.portrait.scss */
.at-mt .at-menu-toggle h2 a {
  background: #eee;
  border: 2px solid #ccc;
  padding: 2px 10px;
}
/* line 39, ../sass/responsive.smalltouch.portrait.scss */
.at-mt .at-menu-toggle ul.menu li a {
  background: #eee;
  border-bottom: 1px solid #fff;
}

/* line 45, ../sass/responsive.smalltouch.portrait.scss */
.group-left,
.group-right,
.paragraphs-item-partners .group-right,
#block-views-calendar-block-1,
#block-webform-client-block-2,
#footer .block,
#block-formblock-event {
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 57, ../sass/responsive.smalltouch.portrait.scss */
#site-name {
  font-size: 2rem;
}

/* line 61, ../sass/responsive.smalltouch.portrait.scss */
#site-slogan {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

/* line 66, ../sass/responsive.smalltouch.portrait.scss */
img {
  /*-webkit-filter: grayscale(1);*/
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

/*# sourceMappingURL=responsive.smalltouch.portrait.css.map */
