/*==================
RESET
==================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*==================
GENERAL
==================*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Merriweather", serif;
  color: #ffffff;
  background: rgb(216.5, 216.5, 216.5);
  font-size: 14px;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 2560px) {
  body {
    font-size: 22px;
  }
}

.contain-all {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .contain-all {
    /* border-left: 1px solid #d2d2d2;
     border-right: 1px solid #d2d2d2;*/
  }
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  color: #ffffff;
}

img {
  width: 100%;
}

h1 {
  font-weight: 700;
}

/*******************
ELEMENTS
*******************/
.button {
  max-width: 18.75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #471d11;
  font-size: 0.875em;
  padding: 1.4375em 0.625em;
  letter-spacing: 1;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Merriweather", serif;
  transition: all 0.3s ease;
  background: #f8cd4b;
  border-radius: 0.625em;
}

/*==================
HERO
==================*/
.hero {
  width: 100%;
  background: url("../img/m-bg.png") no-repeat top center;
  background-size: cover;
  background-color: #471d11;
}
@media (min-width: 992px) {
  .hero {
    background: url("../img/d-bg.png") no-repeat top center;
    background-size: contain;
    background-color: #471d11;
  }
}
.hero .hero-container {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9.375em 1em 6.25em;
}
@media (min-width: 768px) {
  .hero .hero-container {
    padding: 12.5em 1em 8.125em;
  }
}
@media (min-width: 992px) {
  .hero .hero-container {
    padding: 9.375em 1em;
  }
}
.hero .hero-container .logo-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25em;
}
.hero .hero-container .logo-container .logo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: none;
}
@media (min-width: 576px) {
  .hero .hero-container .logo-container .logo {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hero .hero-container .logo-container .logo {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .hero .hero-container .logo-container .logo {
    width: 60%;
  }
}
.hero .hero-container .logo-container .mlogo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media (min-width: 576px) {
  .hero .hero-container .logo-container .mlogo {
    display: none;
  }
}

/*==================
DATES
==================*/
.sec-dates {
  color: #ffffff;
  background: #ce457c;
  text-align: center;
  margin: 0 auto;
  padding: 3.75em 1em 2.5em;
}
@media (min-width: 1200px) {
  .sec-dates {
    padding: 5em 1em 3.75em;
  }
}
.sec-dates h1 {
  color: #f8cd4b;
  font-size: 1.75em;
  line-height: 1.3;
}
.sec-dates .sub {
  margin: 0 0 2.5em;
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 300;
}
.sec-dates .date {
  margin: 0 auto 0.9375em;
  font-size: 1.5625em;
  line-height: 1.5;
}
.sec-dates .date a {
  color: #ffffff;
}
.sec-dates .date .mbreak {
  display: block;
}
@media (min-width: 768px) {
  .sec-dates .date .mbreak {
    display: inline;
  }
}
.sec-dates .tba {
  margin: 0 auto 1.25em;
  font-weight: 700;
  line-height: 1.3;
}
.sec-dates .when {
  font-size: 1.0625em;
  color: #f8cd4b;
  line-height: 1.5;
  font-weight: 700;
}
.sec-dates a {
  text-decoration: none;
}
.sec-dates .button {
  margin: 0 auto 2.5em;
}
@media (min-width: 1200px) {
  .sec-dates .button {
    margin: 0 auto;
  }
}

/*==================
ACTIVITIES
==================*/
.sec-activities {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background: #ffffff;
  color: #000000;
  padding: 2.5em 1em 5em;
}
@media (min-width: 992px) {
  .sec-activities {
    padding: 5em 1em;
  }
}
.sec-activities h1 {
  color: #471d11;
  font-family: "Merriweather", serif;
  text-transform: none;
  line-height: 1.5;
  font-size: 1.4375em;
  margin: 0 auto 0.625em;
}
.sec-activities .list {
  margin: 0 0 1.25em;
  font-size: 1.4375em;
  line-height: 1.3;
}
.sec-activities .list:last-child {
  margin: 0;
}
.sec-activities .spcr {
  margin: 0 auto 2.5em;
}
@media (min-width: 992px) {
  .sec-activities .spcr {
    margin: 0;
  }
}

/*==================
GUESTS
==================*/
.sec-guests {
  background: #f2f2f2;
  color: #000000;
  font-family: "Merriweather", serif;
  text-align: center;
  padding: 5em 1em 1.875em;
}
.sec-guests p {
  margin: 0 auto 2.5em;
  font-size: 1.4375em;
  line-height: 1.5;
}
.sec-guests a {
  color: #000000;
  font-size: 1.125em;
  line-height: 1.3;
  text-decoration: underline;
}
.sec-guests h1 {
  text-transform: none;
  margin: 0 auto 0.625em;
  color: #471d11;
  line-height: 1.3;
  font-size: 1.75em;
}
.sec-guests h2 {
  font-size: 1.4375em;
  font-weight: 700;
  color: #471d11;
  line-height: 1.3;
  margin: 0.9375em auto 0;
}
.sec-guests .whattheydo {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 auto 0.625em;
}
.sec-guests img {
  margin: 0.625em auto 0;
}
@media (min-width: 992px) {
  .sec-guests img {
    margin: 0;
  }
}
.sec-guests .time {
  margin: 0.9375em auto 3.75em;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 700;
}
.sec-guests .time .performance-text {
  font-weight: 400;
  line-height: 1.8;
}

/*==================
VIDEO AND PICS
==================*/
.sec-video-pics {
  background: #ffffff;
  text-align: center;
  padding: 5em 1em 1.25em;
}
@media (min-width: 992px) {
  .sec-video-pics {
    padding: 5em 1em 3.75em;
  }
}
.sec-video-pics h1 {
  color: #471d11;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.75em;
}
.sec-video-pics h2 {
  color: #471d11;
  font-weight: 700;
  font-size: 1.75em;
  margin: 0 auto 0.625em;
}
.sec-video-pics p {
  color: #000000;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 auto 2.5em;
}
.sec-video-pics .video {
  margin: 0 auto 5em;
  max-width: 100%;
}
.sec-video-pics .video iframe {
  width: 100%;
  height: 50vw;
}
@media (min-width: 992px) {
  .sec-video-pics .video iframe {
    width: 72vw;
    height: 40.5vw;
  }
}
@media (min-width: 2560px) {
  .sec-video-pics .video iframe {
    max-width: 1400px;
    width: 72vw;
    height: 40.5vw;
    max-height: 800px;
  }
}
.sec-video-pics .epics {
  margin: 0 auto 1.875em;
}
.sec-video-pics .epics p {
  color: #000000;
  font-size: 1.125em;
  margin: 0.625em auto 1.25em;
  line-height: 1.5;
}

/*==================
RECIPES
===================*/
.sec-recipes {
  color: #000000;
  background: #f2f2f2;
  text-align: center;
  padding: 3.75em 1em 0;
}
@media (min-width: 992px) {
  .sec-recipes {
    padding: 6.25em 1em 2.5em;
  }
}
.sec-recipes h1 {
  font-weight: 700;
  margin: 0 auto 0.3125em;
  color: #471d11;
  font-size: 1.75em;
}
.sec-recipes .desc {
  color: #000000;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 1.875em;
}
.sec-recipes .recipe-menu-container {
  position: relative;
  cursor: pointer;
}
.sec-recipes .recipe-menu-container .recipe-menu {
  width: 90%;
  background: #ce457c;
  margin: 1.25em auto 3.75em;
  padding: 1.25em 0.5em;
  border: 0.0625em solid #ce457c;
  position: relative;
}
@media (min-width: 992px) {
  .sec-recipes .recipe-menu-container .recipe-menu {
    width: 40%;
  }
}
.sec-recipes .recipe-menu-container .recipe-menu img {
  width: 1.25em;
  margin: 0 0 0 0.3125em;
  vertical-align: middle;
}
.sec-recipes .recipe-menu-container .recipe-menu p {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1;
  color: #ffffff;
}
.sec-recipes .recipe-menu-container .recipe-menu ul.nav-recipe {
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 100%;
  display: none;
  color: #471d11;
  top: 3.4375em;
  left: 0;
  outline: 0.0625em solid #ce457c;
}
.sec-recipes .recipe-menu-container .recipe-menu ul.nav-recipe li {
  background: #ffffff;
  padding: 1.25em 0;
  font-size: 1em;
  font-weight: 700;
  border-top: 0.0625em solid #ce457c;
}
.sec-recipes .recipe-menu-container .recipe-menu ul.nav-recipe li:hover {
  background: #f2f2f2;
}
.sec-recipes .recipe-container {
  color: #000000;
  padding: 1.25em 0;
  position: relative;
  z-index: 2;
  text-align: left;
  margin: 0 auto 0;
}
.sec-recipes .recipe-container .ingr-container {
  margin: 0 0 0 0.5em;
}
.sec-recipes .recipe-container h1 {
  color: #471d11;
  font-size: 1.4375em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0.625em 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .sec-recipes .recipe-container h1 {
    margin: 0;
  }
}
.sec-recipes .recipe-container img {
  width: 100%;
  margin: 0 0 1.25em;
}
@media (min-width: 1200px) {
  .sec-recipes .recipe-container img {
    margin: 0;
  }
}
.sec-recipes .recipe-container .head {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0625em;
  margin: 1.875em 0 0.625em;
}
.sec-recipes .recipe-container .recipe li {
  margin: 0 0 1.25em;
  display: table;
  line-height: 1.5;
  font-size: 1.125em;
}
.sec-recipes .recipe-container .direct li {
  margin: 0 0 1.25em;
  line-height: 1.5;
  font-size: 1.125em;
}
.sec-recipes .recipe-container .ctof {
  margin: 3.75em 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125em;
}
.sec-recipes .rlogo {
  width: 100%;
  margin: 1.25em 0;
  text-align: left;
}
.sec-recipes .rlogo img {
  display: inline-block;
  width: 6.875em;
  padding: 0.625em;
}

/*==================
MAILER LITE FORM
==================*/
.sec-mail {
  background: #471d11;
  color: #ffffff;
  padding: 3.75em 1em;
  text-align: center;
}
.sec-mail img {
  width: 100%;
  border-radius: 1.25em;
  margin: 0 auto 1.875rem;
}
@media (min-width: 992px) {
  .sec-mail img {
    margin: 0 auto;
  }
}
.sec-mail h1 {
  font-size: 1.625em;
  line-height: 1.3;
  font-weight: 800;
  color: #f8cd4b;
  margin: 0 auto 0.3125em;
  text-align: center;
}
.sec-mail p {
  color: #ffffff;
  margin: 0 auto 2.5em;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
}
.sec-mail .spcr {
  display: none;
}
@media (min-width: 992px) {
  .sec-mail .spcr {
    display: block;
  }
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper {
  margin: 0 auto;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  width: 100%;
}
@media (min-width: 768px) {
  #mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
  #mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    width: 80%;
  }
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #f8cd4b;
  font-family: "Merriweather", serif;
  font-size: 1.125em;
  font-weight: 800;
  margin: 0 0 1.25em 0;
  text-align: center;
  text-transform: uppercase;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 1.25em 0;
  text-align: center;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 1.125em;
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 1.3;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 0.75em 0;
  width: 100%;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0 0 0.75em 0;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 0.25em !important;
  border-style: solid !important;
  border-width: 0.0625em !important;
  font-family: "Merriweather", serif;
  font-size: 1.125em !important;
  height: auto;
  line-height: 1.3 !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0.9375em 0.8125em !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #ce457c !important;
  border: none !important;
  border-radius: 0.25em !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Merriweather", serif !important;
  font-size: 1.125em !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  height: auto;
  padding: 0.9375em !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#mlb2-26632640.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important;
}

/*==================
BRANDS
==================*/
.sec-brands {
  background: #471d11;
  padding: 3.75em 1em 5em;
  border-top: #471d11 solid 1px;
}
@media (min-width: 992px) {
  .sec-brands {
    padding: 5em 1em;
  }
}
.sec-brands h1 {
  color: #f8cd4b;
  font-family: "Merriweather", serif;
  line-height: 1.3;
  font-size: 1.75em;
  margin: 0 auto 0.625em;
  text-align: center;
}
.sec-brands .logos {
  margin: 0 auto;
  text-align: center;
}
.sec-brands .logos img {
  width: 4.375em;
  vertical-align: middle;
  margin: 0.9375em;
}
.sec-brands .logos .w50 {
  width: 3.125em;
}
.sec-brands .logos .w80 {
  width: 5em;
}
.sec-brands .logos .w100 {
  width: 6.25em;
}
.sec-brands .logos .w120 {
  width: 7.5em;
}
.sec-brands .social {
  margin: 3.75em auto 0;
  text-align: center;
}
.sec-brands .social h2 {
  font-size: 1.125em;
  line-height: 1;
  margin: 0 auto 0.625em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.sec-brands .social img {
  width: 3.125em;
  margin: 0 0.3125em;
}

/*==================
FOOTER
==================*/
.footer {
  padding: 0.9375em 1em;
  text-align: center;
  color: #ffffff;
  background: #ce457c;
}
.footer p {
  font-size: 0.875em;
}
.footer a {
  font-weight: 700;
  color: #ffffff;
}