#site-header {
  padding: 15px; }
  @media (min-width: 768px) {
    #site-header {
      position: fixed;
      width: 270px;
      padding: 15px; } }
#site-logo {
  border: 2px solid #000000;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  position: relative; }
  @media (min-width: 480px) {
    #site-logo {
      padding: 20px;
      max-width: 360px; } }
  @media (min-width: 768px) {
    #site-logo {
      text-align: left;
      margin: 0;
      padding: 25px 20px 30px 20px; } }
  #site-logo a {
    color: #000000; }
    #site-logo a .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
  #site-logo h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: -1px; }
    @media (max-width: 479px) {
      #site-logo h1 {
        font-size: 40px; } }
  #site-logo p {
    margin: 0;
    font-size: 20px; }
    @media (max-width: 479px) {
      #site-logo p {
        font-size: 16px; } }
  @media (min-width: 768px) {
    #site-logo .logo-line {
      display: block; } }
@media (max-width: 767px) {
  .site-navigation-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden; }
    .site-navigation-wrapper .site-navigation {
      font-size: 2rem; } }

@media (min-width: 768px) {
  .site-navigation-wrapper {
    display: block !important; } }

.site-navigation {
  font-size: 1.8rem;
  margin-top: 20px;
  padding: 0 20px; }
  .site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-navigation ul.collapsable {
      display: none; }
    .site-navigation ul.cat-page li a {
      color: #666666; }
    .site-navigation ul.cat-page li.current a {
      color: #000000; }
    .site-navigation ul li {
      margin-bottom: 0.5rem; }
      .site-navigation ul li ul {
        display: none;
        margin: 10px 0 10px 10px;
        font-size: 1.2rem; }
        .site-navigation ul li ul.open {
          display: block; }
      .site-navigation ul li a {
        color: #000000; }
  .site-navigation > ul > li > a {
    text-transform: uppercase; }

.mobile-menu-button {
  display: block;
  margin: 15px auto auto;
  padding: 10px 20px 15px 20px;
  background: none;
  border: 2px solid #000000;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 480px) {
    .mobile-menu-button {
      max-width: 360px; } }
  @media (min-width: 768px) {
    .mobile-menu-button {
      display: none; } }
  .mobile-menu-button .hamburger {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem; }
    .mobile-menu-button .hamburger span {
      border-top: 2px solid #666666;
      display: block;
      margin-top: 6px; }

@media (min-width: 768px) {
  .menu-close {
    display: none; } }

footer {
  text-align: center;
  font-size: .75em;
  margin-top: 50px; }
  @media (min-width: 768px) {
    footer {
      line-height: 50px;
      height: 50px;
      margin-top: -50px; } }
#wrapper {
  padding: 0 15px; }
  @media (min-width: 480px) {
    #wrapper {
      width: 400px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) {
    #wrapper {
      min-height: 100%;
      width: auto;
      margin-left: 300px;
      padding: 0 35px 0 15px; } }
@media (min-width: 768px) {
  #wrapper-interior {
    padding-bottom: 50px; } }

.alpha-section {
  color: #000000; }
  .alpha-section-sticky {
    padding-top: 106px; }
    .alpha-section-sticky .alpha-section-heading {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      background: white; }
      @media (min-width: 480px) {
        .alpha-section-sticky .alpha-section-heading {
          left: auto;
          padding-left: 0;
          padding-right: 0;
          width: 400px; } }
      @media (min-width: 768px) {
        .alpha-section-sticky .alpha-section-heading {
          width: 100%; } }
      @media (min-width: 992px) {
        .alpha-section-sticky .alpha-section-heading {
          width: 670px; } }
.alpha-section-heading {
  border-bottom: 1px solid #666666;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .alpha-section-heading {
      font-size: 40px;
      line-height: 40px;
      height: 40px; } }
.single-recipe {
  margin-bottom: 20px;
  position: relative; }
  .single-recipe.open {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
    background: #F2F2F2; }
    @media (min-width: 768px) {
      .single-recipe.open {
        margin-left: -20px;
        margin-right: -20px; } }
    .single-recipe.open .single-recipe-title {
      padding-right: 40px;
      font-size: 2.5rem;
      line-height: 1em; }
      .single-recipe.open .single-recipe-title a {
        color: #000000;
        cursor: default; }
    .single-recipe.open .single-recipe-content {
      margin-top: 20px; }

.single-recipe-close, .menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer; }
  .single-recipe-close:before, .menu-close:before, .single-recipe-close:after, .menu-close:after {
    position: absolute;
    top: 0;
    left: 20px;
    content: ' ';
    height: 40px;
    width: 2px;
    background-color: #333; }
  .single-recipe-close:before, .menu-close:before {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .single-recipe-close:after, .menu-close:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .single-recipe-close:focus:before, .menu-close:focus:before, .single-recipe-close:focus:after, .menu-close:focus:after, .single-recipe-close:hover:before, .menu-close:hover:before, .single-recipe-close:hover:after, .menu-close:hover:after {
    background: #000000; }

.single-recipe-title {
  margin-bottom: 0;
  color: #000000; }
  .single-recipe-title a {
    color: #333333;
    text-decoration: none; }
    .single-recipe-title a:hover, .single-recipe-title a:focus {
      color: #000000;
      outline: none; }

.single-recipe-description {
  font-size: 1.1em;
  font-style: italic;
  color: #666666; }

.single-recipe-section-header {
  text-transform: uppercase;
  color: #000000; }

.single-recipe-actions {
  margin-left: -5px;
  margin-right: -5px; }

.single-recipe-actions-wrapper {
  float: right; }

.single-recipe-page {
  padding-top: 15px; }

.about-page {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .about-page h1 {
      font-size: 3em; } }
  .about-page h1, .about-page h2 {
    text-transform: uppercase; }
  .about-page a {
    text-decoration: underline; }
  .about-page small {
    font-size: 0.75em; }

body, html {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #333333;
  height: 100%;
  min-height: 100%; }

body {
  max-width: 1000px;
  margin: 0 auto; }
  body.nav-open {
    overflow-y: hidden; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 0;
  margin-bottom: 1rem; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover, a:focus {
    color: #000000; }

p {
  line-height: 1.4em; }

.button {
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #000000;
  color: #000000;
  height: 40px;
  text-transform: uppercase;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 5px; }
  .button small {
    display: block;
    opacity: 0;
    text-transform: none;
    font-size: .75em;
    height: 0; }
    .button small b {
      text-transform: uppercase; }
  .button:hover, .button:focus {
    background: white; }
    .button:hover small, .button:focus small {
      opacity: 1;
      height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix, .single-recipe-actions {
  overflow: auto; }

.clearfix::after, .single-recipe-actions::after {
  content: "";
  clear: both;
  display: table; }
