/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 @mixin ========================================================================= */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 @mixin ========================================================================= */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 @mixin ========================================================================= */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 @mixin ========================================================================= */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 @mixin ========================================================================= */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
 @mixin ========================================================================= */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
 @mixin ========================================================================= */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
 @mixin ========================================================================= */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

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

html {
  font-size: 62.5%; }

body {
  font-family: sans-serif;
  font-size: 1.8rem;
  margin: 0;
  background-color: #ffffff;
  color: #5f3a3a; }

h1, h2, h3, h4 {
  font-weight: bold; }

h1 {
  font-size: 7vw; }

h2 {
  font-size: 2.2rem;
  margin-bottom: 0rem; }

h3 {
  font-size: 2rem; }

h4 {
  margin-bottom: 1rem;
  margin-top: 1.5rem; }

p {
  margin-bottom: 1rem; }

a {
  color: #84bd11;
  text-decoration: none; }

a:hover {
  color: #a9d750; }

ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.5rem; }

li {
  padding-left: 0rem;
  padding-top: 0rem; }

::selection,
::-moz-selection {
  background: #5f3a3a;
  color: #ffffff; }

.wrapper {
  margin: 0 auto;
  max-width: 65rem; }

.padding {
  padding: 1rem 2rem 1rem 2rem; }

.fa-youtube {
  height: 1.8rem;
  margin-bottom: -0.2rem; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.5%;
  background-color: #000; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-border {
  border-bottom: solid #dedede 0.1rem; }

.video-shadow {
  box-shadow: 0 1rem 1rem 0rem rgba(95, 58, 58, 0.28); }

.top-shadow {
  border-top: solid #dedede 0.1rem;
  box-shadow: 0 -1rem 1rem 0rem rgba(130, 130, 130, 0.17); }

.cover {
  background: #ffffff;
  text-align: center;
  color: #5f3a3a;
  padding: 4vw;
  padding-top: 12vw;
  padding-bottom: 2vw; }
  .cover h1 {
    position: relative;
    font-size: 6vw;
    margin-bottom: 3vw; }
  .cover .sub-title {
    font-size: 4.5vw;
    font-weight: normal;
    margin-bottom: 10vw; }
  .cover .credit {
    position: relative;
    font-size: 4.5vw; }
    .cover .credit a {
      text-decoration: underline; }

.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  border-bottom: solid #dedede 0.1rem; }
  .header h1 {
    font-size: 1.8rem; }

.top-section {
  background-color: #16c60c; }

.welcome {
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
  color: #f1f1f1; }

.toggle {
  background-color: #f1f1f1;
  border-radius: .4rem; }
  .toggle p {
    padding: 1.4rem; }
    .toggle p a {
      color: #5f3a3a;
      text-decoration: none; }

.top {
  display: block;
  padding-bottom: 1rem; }

.recipe {
  margin-bottom: 4rem; }

.coffee {
  padding-top: 2rem;
  margin-bottom: 4rem; }

li {
  margin-bottom: .5rem; }

li span {
  color: #5f3a3a;
  font-weight: bold; }

.breadcrumbs {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem; }

.recipes {
  padding: 2rem;
  padding-bottom: 4rem; }

.section-heading {
  position: sticky;
  position: -webkit-sticky;
  top: -5.5rem;
  width: auto;
  z-index: 4;
  background: #ffffff;
  padding-bottom: 1rem; }
  .section-heading h2 {
    font-size: 2.8rem;
    margin: 0;
    margin-bottom: 0.1rem;
    padding: 2rem;
    padding-bottom: 1rem; }

.recipe-title {
  padding: 1.5rem 2rem 1.5rem 2rem;
  position: sticky;
  position: -webkit-sticky;
  top: 3.8rem;
  z-index: 4;
  margin-top: -0.1rem;
  background: #ffffff;
  border-top: solid #dedede 0.1rem;
  border-bottom: solid #dedede 0.1rem; }

.above-shadow {
  position: relative;
  z-index: 3; }
  .above-shadow h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem; }

.shadow {
  position: fixed;
  top: 0;
  background: transparent;
  height: 8.4rem;
  width: 100vw;
  z-index: 2;
  box-shadow: 0 1rem 1rem 0rem rgba(130, 130, 130, 0.17); }

.below-heading {
  border-top: solid #ffffff 0.2rem; }

.time {
  padding: 1rem 2rem 0rem 2rem; }
  .time p {
    margin-bottom: 0; }

.no-top-margin {
  margin-top: 0; }

.margin-top {
  margin-top: 1.5rem; }

.footer {
  padding-bottom: 7rem; }

@media screen and (min-width: 770px) {
  .padding {
    padding-left: 0;
    padding-right: 0; }
  .header h1 {
    font-size: 3.6rem; }
  .header h2 {
    font-size: 2.7rem; }
  .time {
    padding-left: 0; }
  .section-heading h2 {
    padding-left: 0;
    padding-right: 0; }
  .footer {
    padding-left: 2rem; }
  .cover {
    padding: 10rem;
    padding-top: 6rem;
    padding-bottom: 1rem; }
    .cover h1 {
      font-size: 2.8rem;
      margin-bottom: 2rem; }
    .cover .sub-title {
      font-size: 2.2rem;
      margin-bottom: 6rem; }
    .cover .credit {
      font-size: 1.8rem; }
  /* Checkbox: On mouse-over, add a green background color */
  .container:hover input ~ .checkmark {
    background-color: #a9d750;
    border-color: #84bd11; } }

.sticky-header h2 {
  display: inline-block;
  margin: 0; }

.ingredients h3 {
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1.5rem; }

.steps h3 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 1.5rem; }

.ingredient {
  color: #ff9900; }

.servings,
.tip {
  font-style: italic; }

.steps {
  margin-bottom: 1.5rem; }

.floatingchat-container, .floatingchat-container-mobi {
  width: 30rem !important; }

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 2.7rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.1rem;
  width: 2.1rem;
  background-color: #fff;
  border: .2rem solid #dedede; }

/* When the checkbox is checked, add a green background and border */
.container input:checked ~ .checkmark {
  background-color: #a9d750;
  border: 0.2rem solid #84bd11; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: .5rem;
  top: 0rem;
  width: .7rem;
  height: 1.4rem;
  border: solid white;
  border-width: 0 .3rem .3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
