/*
 *   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 */
/* line 16, ../sass/responsive.smalltouch.landscape.scss */
body {
  font-size: 100%;
}

#sidr-wrapper-0 {
	position: fixed;
	top: 6px;
}
#sidr-0-button {
	letter-spacing: 1px;
    font-weight: 400;
    background-color: #d9212e;
    color: #ffffff;
    padding: 9px 30px 12px 30px;
}
#sidr-0-button:hover {
}
li.sidr-class-sf-item-1.sidr-class-sf-depth-2 {
	display: none;
}
.sidr ul li ul li a {
    line-height: 1.6;
    padding-top: 8px;
    padding-bottom: 8px;
}
.sidr ul li ul li a.sidr-class-sf-depth-3 {
    padding-left: 50px;
}
.sidr {
    background: #111111;
    -webkit-box-shadow: none;
    -moz-box-shadow: unset;
    box-shadow: none;
}
.sidr ul li {
    border-top: none;
}

/* hiding the admin menu so it's easier to play around with the very top of small screens */
html body.admin-menu {
    margin-top: 0px !important;
}
#admin-menu {
	display: none;
}

/* front page tweaks */
body.front .pillar-wrapper {
    padding: 11px 1.9% 11px 2.2%;
    width: 15.7%;
}
body.front .pillar-wrapper a span.hed {
    font-size: 17px;
}
body.front .pillar-wrapper span.slug {
    font-size: 10px;
}
/*# sourceMappingURL=responsive.smalltouch.landscape.css.map */