/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /* General styles */

   html {
     font-size: 16px;
   }

   @font-face {
    font-family: 'charcuterieflaredregular';
    src: url('../fonts/charcuterie-flared-webfont.woff2') format('woff2'),
         url('../fonts/charcuterie-flared-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'migrena_grotesque-regularRg';
    src: url('../fonts/migrena_grotesque-regular-webfont.woff2') format('woff2'),
         url('../fonts/migrena_grotesque-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

   body {
     font-size: 1em;
     font-family: 'Alegreya Sans', sans-serif;
     color: #666;
     text-align: left;
   }

   ul,
   ol {
     list-style-type: none;
     margin: 0;
     padding: 0;
   }

   a {
     color: #eaeaea;
     text-decoration: none;
   }

   h2 {
     font-family: 'Alegreya Sans', sans-serif;
     font-size: 1.875em;
     margin: 0;
   }

   h3,
   h4 {
     font-family: 'Alegreya Sans', sans-serif;
     margin: 20px 0;
     font-size: 1.125em;
   }

   p {
     font-size: 1.285em;
     line-height: 1.5em;
   }

   img {
     width: 100%;
   }

   figure {
     margin: 0;
   }

   address {
     font-style: normal;
   }

   .content-wrapper {
     width: 90%;
     margin: 50px 0;
   }

/* -------------------- Base Header - Footer Styles -------------------- */

header,
footer {
background: url('../img/wood.jpg') center no-repeat;
background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

header {
  padding: 15px 0;
}

header .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 0;
}

header figure {
  width: 20%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

header img {

  margin-left: -50px;
}

header h1 {
     font-family: 'charcuterieflaredregular', sans-serif;
     color: #eaeaea;
     font-size: 2em;
   }

.header-divider {
  background: #3a3a3a;
  width: 100%;
  height: 1px;
  margin: 10px 0 20px 0;
}

header nav {
  width: 100%;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

header nav ul li {
  font-size: 1em;
}

footer {
  text-align: center;
  flex-direction: column;
  color: #eaeaea;
}

footer p {
  margin: 0;
}

footer .content-wrapper {
  width: 55%;
  margin-top: 20px;
}

footer .contact {
  margin-bottom: 20px;
}

footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-icons p {
  background-color: #3f6bdd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-icons p i {
  font-size: 1.3125em;
}

footer .social {
  display: flex;
  align-items: center;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer figure {
  width: 50%;
}

footer img {
  justify-content: center;
  margin-top: 30px;
}

footer .copyright {
  margin: 20px 0;
}

/* -------------------- Mobile Styles - Homepage -------------------- */

/* Hero Area */

.hero-area {
  background: url(../img/hero-pig.jpg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.hero-area h1 {
  font-family: 'charcuterieflaredregular', sans-serif;
  font-size: 3em;
  color: #eaeaea;
  text-align: center;
}

.hero-area h2 {
  font-family: 'charcuterieflaredregular', sans-serif;
  font-size: 2em;
  color: #eaeaea;
  text-align: center;
  margin-top: 100px;
}

/* Aside */

aside {
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

aside .form {
  margin-top: 30px;
}



fieldset {
  width: 90%;
  border: 2px ridge #bd2713;
  padding: 10px;
  margin-bottom: 10px;

}

fieldset figure {
  width: 20%;
}

input[type=text] {
  box-sizing: border-box;
  width: 100%;
  color: #2a423a;
  font-style: italic;
}


input[type=submit] {
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  background-color: #bd2713;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  color: #e2e3ed;
  border: none;
  text-align: center;
  text-transform: uppercase;
}



/* Features */

.features {
  background: url('../img/2-smokin-pigs.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  color: #eaeaea;
}

.features h2 {
  margin-bottom: 60px;
}

.features article {
  width: 55%;
  margin: 30px 0;
}

.features .features-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.features i {
  font-size: 3.75em;
  margin-bottom: 40px;
}

.features p {
  text-align: center;
  margin: 0;
}

/* Reviews */

.reviews {
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.reviews h2 {
  margin-bottom: 40px;
  line-height: 1;
}

.reviews h3 {
  margin: 20px 0;
}

.content-divider {
  background: #bd2713;
  width: 100%;
  height: 1px;
}

/* ==========================================================================
   About Page
   ========================================================================== */

.mission {
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.mission h2 {
  color: #bc2713;
}

.mission .gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.mission figure {
  width: 45%;
  padding: 2%;
}

.mission-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.about-features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.charity-testimonial {
  /*-Omit for now background: url('../img/2-turkeys-dark.jpg') center no-repeat;
  background-size: cover;--*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.spices {
  background: url('../img/spices.jpg') center no-repeat;
  background-size: cover;
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  color: #eaeaea;
}

.spices .quote-center {
  width: 80%;
  justify-content: center;
}

/*--Removed "no-salt"
.quote-center h3 {
  margin-top: -45px;
  margin-bottom: -10px;
  font-size: 1.3em;
}
.spices h3 {
  justify-content: center;
}
--*/

.booking {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background-color: #eaeaea;
}

.booking a {
  font-size: 1.875em;
  padding: 8px;
  background-color: #bd2713;
  border-radius: 5px;
}
.contact-section {
  background-color: #2a423a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.contact-content p {
  margin: 0;
}

/* ==========================================================================
   MENU Page
   ========================================================================== */

.faq {
    background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.faq p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.faq .content-wrapper {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.menu-hero {
  background: url(../img/dark-menu.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.menu-hero h1 {
  color: #eaeaea;
  font-family: 'charcuterieflaredregular', sans-serif;
  font-size: 2.25em;
  text-align: center;
  margin-top: 0;
}

.headline-color {
  color: #bd2713;
}

.menu-testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
.menu-testimonial figure {
  width: 30%;
}

.menu-testimonial h2 {
  margin-bottom: 10px;
}

.menu-divider {
  background: #bd2713;
  width: 100%;
  height: 1px;
  margin: 10px 0 20px 0;
}

.menu-accordion {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.menu-accordion .content-wrapper {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.menu-accordion .headline-background {
  background-color: #bd2713;
  color: #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.menu-accordion h2 {
  margin-bottom: 0;
  width: 100%;
  color: #bd2713;
  text-align: center;
}

.menu-accordion p {
  line-height: 1.2;
}

.menu-rules .content-wrapper {
  margin-top: 0;
  width: 100%;
  padding: 0;
}

.minimum {
  text-align: center;
  text-decoration: underline;
}
.faq h2 {
  line-height: 1;
}

.faq-content {
  margin-bottom: 50px;
}

.faq-content h4 {
  line-height: 1.333;
  font-weight: 700;
}

.faq aside .content-wrapper {
  margin-bottom: 5px;
  width: 100%;
  padding: 0;
}

.quote {
  font-size: 1.875em;
  padding: 8px;
  background-color: #bd2713;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* ==========================================================================
  CONTACT
   ========================================================================== */

#contact .hero-area {
    background: url('../img/2-smokin-pigs.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    width: 100%;
    min-height: 300px;
    justify-content: center;
    flex-flow: row wrap;
    color: #eaeaea;
}

.main-contact {
    background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;

}

.main-contact .content-wrapper {
  width: 90%;
  margin-top: 0;
  padding: 0;

}

.main-contact a {
  color: #bd2713;
  margin-left: 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 768px) {
  /*Tablet Styles Here*/

/* General styles */

 .content-wrapper {
     max-width: 640px;
     margin: 100px 0;
 }

 h2 {
   font-size: 2.25em;
   line-height: 1.333;
 }

 h3 {
   font-size: 1.5em;
   line-height: 1.25;
 }

 /* Header */

 header {
   justify-content: space-around;
 }

 header .content-wrapper {
     width: 90%;
 }

 header figure {
   width: 15%;
   margin:0;
   justify-content: space-around;
 }

 header h1 {
   margin-top: 30px;
   font-size: 3em;
 }

 header nav {
     width: 100%;
 }

 header nav ul {
      justify-content: space-between;
 }


 /* Hero Area */

 .hero-area h1 {
   font-size: 4em;
   line-height: 1;
   margin: 0;
 }

 /* Aside */
 aside .content-wrapper {
     margin: 50px 0;
     display: flex;
     justify-content: space-between;
     flex-flow: row wrap;
 }

 aside .content-wrapper .form-description {
   width: 45%;
 }

 aside .content-wrapper .form {
     width: 50%;
     margin: 0;
 }

 #mc_embed_signup {
   width: 50%;
 }

 /* Features */

.features h2 {
  margin: 0 20px 20px 0;
}

 .features article {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column wrap;
      flex-basis: 50%;
 }

 .features .features-item-description {
     width: 50%;
 }

 /* Reviews */
 .reviews article {
      display: flex;
      justify-content: space-between;
 }

 .reviews h2 {
    width: 100%;
 }

 .reviews article figure,
 .reviews article div {
     width: 45%;
 }

.reviews article .content-divider {
  width: 100%;
}
 .reviews h3 {
   width: 100%;
   margin: 0;
 }

 /* Footer */
 footer .content-wrapper {
     width: 65%;
     margin-top: 20px;
     margin-bottom: 0;
 }

 footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
 }

 footer .contact {
     margin-bottom: 0;
 }

footer h4 {
  font-size: 1.5em;
  margin-bottom: 40px;
}

footer p {
  line-height: 1.285;
}

footer .social-icons {
  width: 12.5em;
  justify-content: center;
}

.footer-logo {
  width: 50%;
}

footer figure {
  width: 80%;
}

 footer .copyright {
     width: 100%;
 }

/* ==========================================================================
   About Page
   ========================================================================== */

   .mission-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mission-content .content-wrapper {
      width: 90%;
      justify-content: center;
    }
    .mission-content p {
        width: 100%;
    }

    .contact-section {
        width: 80%;
    }

    .contact-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
}

    .contact-content h4 {
      font-size: 1.5em;
    }

/* ==========================================================================
   MENU Page
   ========================================================================== */
    .faq .content-wrapper {
        justify-content: space-between;
    }

    .faq-content {
        flex-basis: 40%;
    }

    .faq h2,
    .faq h3 {
        width: 100%;
    }

    .faq ul li {
      font-size: 1.125em;
    }

    .menu-accordion article {
      width: 100%;
    }

    .menu-divider {
      margin-bottom: 10px;
    }

    .beef ul {
      float: left;
    }

    .beef figure {
      width: 40%;
      float: right;
      vertical-align: middle;
    }

    .whole_hog {
      clear: both;
      float: none;
    }

    .whole_hog ul {
      float: left;
    }

    .whole_hog figure {
      width: 40%;
      float: right;
      vertical-align: middle;
    }

    .turkey {
      clear: both;
      float: none;
    }

    .turkey ul {
      float: left;
    }

    .turkey figure {
      width: 40%;
      float: right;
      vertical-align: middle;
    }

    .add_ons {
      clear: both;
      float: none;
    }

    .add_ons ul {
      float: left;
    }

    .add_ons figure {
      width: 40%;
      float: right;
      vertical-align: middle;
    }

    .faq aside h3 {
      justify-content: center;
    }

}

@media only screen and (min-width: 1200px) {
  /*Desktop Styles Here*/
  .content-wrapper {
        max-width: 960px;
   }

   h2 {
     font-size: 2.25em;
   }

   h3,
   h4 {
     font-size: 1.875em;
   }

   p {
     font-size: 1.285em;
     line-height: 1.5;
   }

   /* Header */
   header h1 {
     margin-top: 30px;
     font-size: 4em;
   }

    /* Hero */
    .hero-area {
      background: url(../img/nice-piggy.jpg) center no-repeat;
      background-size: cover;
    }

   .hero-area h1 {
       width: 100%;
       font-size: 3.75em;
   }

   /* Aside */
   aside .content-wrapper {
       justify-content: space-around;
   }

   aside .content-wrapper .form-description,
   aside .content-wrapper .form {
       width: 30%;
   }

   .form-description p {
     font-size: 1.285em;
   }

   button {
     width: 50%;
   }

   /* Features */
   .features h2 {
       width: 100%;
   }

   .features article {
       flex-basis: 33%;
   }

   /* Reviews */
   .reviews article div {
       width: 42%;
   }

/* ==========================================================================
  About Page
  ========================================================================== */
  .mission figure {
    width: 25%;
    padding: 0;
  }

  .charity-testimonial {
    width: 30%;
    float: left;
    padding-right: 10%;
  }

  .spices {
    width: 60%;
  }

  .booking {
    clear: both;
  }
   .mission h2,
   .contact-section .content-wrapper h2 {
       width: 100%;
       font-size: 3em;
   }

   .contact-section .content-wrapper h2 {
       margin-bottom: 40px;
   }

   .contact-content h4 {
     font-size: 1.875em;
   }

/* ==========================================================================
  MENU Page
  ========================================================================== */

  .faq h1 {
    text-align: center;
  }

   .faq h2 {
       width: 100%;
       font-size: 3em;
   }

   .faq-content {
       flex-basis: 35%;
   }


   }



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
