/*
 *   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 tablet devices */
body {
  /*font-size: 93.8%;*/
}

.at-mt .at-menu-toggle h2 {
  /*margin-bottom: 5px;*/
  border-bottom: 2px solid;
}

.main-wrapper {
  padding: 5px;
}

main section#main-content {
  margin-right: 0;
}

.region-inner section.block.block-views .block-inner .block-content ul li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

nav .menu-toggle .menu.primary-menu {
  display: block;
}

nav .menu-toggle .menu.primary-menu li {
  flex: auto;
  display: block;
}

nav .menu-toggle .menu.primary-menu li a {
  text-align: left;
  background: none;
  border-bottom: 1px solid transparent;
}

nav.primary-menu-wrapper.menu-wrapper {
  height: auto;
  margin: 0;
  border-bottom: 0px solid #2088c9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /*transition: all 0.2s ease-in-out;*/
  background: #f7f4e8;
}

nav .menu-toggle .menu.primary-menu li {
  flex: auto;
  margin-right: 0;
}

nav .menu-toggle .menu li.active a, nav .menu-toggle .menu li.active-trail a,
nav .menu-toggle .menu li.active a:hover, nav .menu-toggle .menu li.active-trail a:hover {
  border-top: 1px solid #1565c0;
  border-bottom: 1px solid #1565c0;
  color: #1565c0;
  padding: 5px;
  /*color: #ffffff;*/
  /*background: #2088c9;*/
}

span.print-link {
  display: none;
}

main section#main-content h1 {
  margin-bottom: 10px;
}

#block-system-main .view .view-content ul {
  margin-right: -10px;
}

#block-system-main .view-posts-advanced-rubric-tag-list .view-posts-post-list-for-term {
  margin-right: -10px;
  width: auto;
}

/*
#block-views-read-this-post-block .view-read-this-post ul li,
#block-views-read-this-news-block .view-read-this-news ul li,
#block-views-read-this-blog-block .view-read-this-blog ul li {
  width: 33%;
}

#block-views-read-this-post-block .view-read-this-post ul li:nth-child(n+4),
#block-views-read-this-news-block .view-read-this-news ul li:nth-child(n+4),
#block-views-read-this-blog-block .view-read-this-blog ul li:nth-child(n+4) {
  display: none;
}
*/

#block-views-most-read-today-block .view-most-read-today ul li {
  width: 33%;
}

#block-views-most-read-today-block .view-most-read-today ul li:nth-child(n+4) {
  display: none;
}
