/*!
Theme Name: Manhattan
Author: Wine Works
Author URI:
Description: Custom theme developed for Manhattan
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Manhattan
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "BeirutText";
  src: url(https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/fonts/BeirutText-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "BeirutText";
  src: url(https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/fonts/BeirutText-BookItalic.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "BertholdScriptPro";
  src: url(ac1b1c13bb-BertholdScriptPro-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "CeraPRO";
  src: url(https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/fonts/CeraPRO-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ENGRAVERSGOTHICFS";
  src: url(https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/fonts/ENGRAVERSGOTHICFS-EXT.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "ENGRAVERSGOTHICFS";
  src: url(047112c160-ENGRAVERSGOTHICFS-BOLDEXT.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "GTAmerica";
  src: url(https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/fonts/GTAmerica-CondensedRegular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "GTCinetype";
  src: url(430388d315-GTCinetype-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "GTCinetype";
  src: url(9801acbcf8-GTCinetype-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Mallory";
  src: url(https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/fonts/Mallory-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "MYRIADPRO";
  src: url(https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/fonts/MYRIADPRO-REGULAR.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "SaaSeriesAD";
  src: url(12625e41a3-SaaSeriesAD.ttf) format("truetype");
  font-weight: 400;
}
.clearfix:before, .clearfix:after, .v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}
.clearfix:after, .v65-group:after {
  clear: both;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a {
  display: block;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4eee6;
  color: #000;
  font-family: "GTCinetype", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, form legend, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: "SaaSeriesAD", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-top: 0;
  letter-spacing: 0.05em;
}
h1.feature-title, h2.feature-title, h3.feature-title, h4.feature-title, form legend.feature-title, h5.feature-title, h6.feature-title,
.h1.feature-title, .h2.feature-title, .h3.feature-title, .h4.feature-title, .h5.feature-title, .h6.feature-title {
  text-align: center;
  margin-bottom: 0.9em;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media only screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 1.6875rem;
}
@media only screen and (min-width: 40em) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
}
h3 em, .h3 em {
  color: #999;
  display: block;
  font-size: 0.9rem;
}

h4, form legend, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.fancy-title {
  font-weight: 400;
  font-family: "BertholdScriptPro", cursive;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: lowercase;
  -webkit-font-smoothing: auto;
}

.fancy-title-with-dots {
  font-weight: 400;
  font-family: "BertholdScriptPro", cursive;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  width: 100%;
  -webkit-font-smoothing: auto;
}
@media only screen and (min-width: 40em) {
  .fancy-title-with-dots {
    font-size: 3rem;
  }
}
.fancy-title-with-dots::after {
  content: "";
  width: auto;
  height: 20px;
  flex: 1 0 auto;
  background-size: contain;
  background-image: url("2d903c8413-title-dots.svg");
  background-repeat: repeat-x;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 40em) {
  .fancy-title-with-dots::after {
    width: auto;
    height: 30px;
  }
}
.fancy-title-with-dots::after {
  margin-left: 1.5rem;
}

.title-with-dots {
  font-weight: 400;
  font-family: "SaaSeriesAD", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .title-with-dots {
    font-size: 3rem;
  }
}
.title-with-dots::after {
  content: "";
  width: auto;
  height: 20px;
  flex: 1 0 auto;
  background-size: contain;
  background-image: url("2d903c8413-title-dots.svg");
  background-repeat: repeat-x;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .title-with-dots::after {
    width: auto;
    height: 30px;
  }
}
.title-with-dots::after {
  margin-left: 1.5rem;
}

.metatitle {
  font-family: "ENGRAVERSGOTHICFS", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .metatitle {
    font-size: 18px;
  }
}

.subtitle {
  font-family: "GTCinetype", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .subtitle {
    font-size: 18px;
  }
}

.big-italic-text {
  font-family: "BeirutText", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.55;
  font-style: italic;
}
@media only screen and (min-width: 64.0625em) {
  .big-italic-text {
    font-size: 36px;
  }
}

p {
  font-size: 14px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  p {
    font-size: 1.125rem;
  }
}

.br-responsive {
  display: none;
}
@media only screen and (min-width: 40em) {
  .br-responsive {
    display: block;
  }
}

form {
  margin-bottom: 1.25rem;
}
form.v65-form {
  font-size: 1.125rem;
}
form p, form div, form label, form input {
  display: block;
  font-size: 1em;
}
form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form label {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
form input, form textarea {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 40em) {
  form input, form textarea {
    padding: 0.563rem 0.2rem;
  }
}
form input[type=checkbox], form input[type=radio], form textarea[type=checkbox], form textarea[type=radio] {
  display: inline-block;
}
form textarea {
  border-color: #cccccc;
}
@media only screen and (min-width: 40em) {
  form.v65-customForm input[type=button], form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}
form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea {
  border-color: #cf2a0e;
}

ul, ol, dl {
  font-size: 14px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  ul, ol, dl {
    font-size: 1.125rem;
  }
}

table {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
table.table-with-border {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 1.25rem;
}
table.table-with-border td, table.table-with-border th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
table.table-with-border caption {
  display: none;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

hr {
  border: solid #000;
  border-width: 2px 0 2px;
  clear: both;
  height: 6px;
  margin: 2.5rem 0;
}
.horizontal-rule hr {
  margin: 0;
}
hr.yellow-hr {
  border: 25px #ddbb56 solid;
  height: 0;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 34px;
  line-height: 0;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 1;
  background-color: #fff;
}
@media only screen and (min-width: 40em) {
  .slick-prev, .slick-next {
    width: 92px;
    height: 59px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev::before, .slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 16px;
}
@media only screen and (min-width: 40em) {
  .slick-prev::before, .slick-next::before {
    height: 15px;
    width: 24px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  background-image: url("https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/images/icon-arrow-left.svg");
}

.slick-next {
  right: 0;
}
.slick-next::before {
  background-image: url("https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/images/icon-arrow-right.svg");
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-of-type {
  margin-left: 0;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #000;
  border: 1px solid #000;
}
.slick-dots li.slick-active button {
  background-color: #000;
  border: 1px solid #000;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 25px;
  bottom: 1rem;
  z-index: 10;
  padding: 0;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: #000;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "";
  display: block;
  background-image: url("https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/images/icon-pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "";
  display: block;
  background-image: url("https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.phone {
  line-height: 1rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  bottom: 0;
  background: url("https://manhattancoffeeroasters.com/wp-content/themes/images/icon-phone.svg") center left no-repeat;
  height: 1rem;
  width: 1rem;
}
.phone a {
  text-decoration: none;
}

.map {
  padding: 0 2rem;
  position: relative;
}
.map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("https://manhattancoffeeroasters.com/wp-content/themes/images/icon-map-marker.svg") top left no-repeat;
  height: 1.5rem;
  width: 1rem;
}
.map a {
  display: block;
}

.social ul {
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.social li img {
  width: 30px;
}
@media only screen and (min-width: 75.0625em) {
  .social li img {
    width: 40px;
  }
}

header {
  width: 100%;
  z-index: 15;
}
header .content-wrapper {
  margin: 0 auto;
}
header .header-top {
  background-color: #231f20;
}
@media only screen and (max-width: 39.9375em) {
  header .header-top .content-wrapper {
    padding: 0;
  }
}
header .header-top .wrapper {
  padding: 2rem;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  header .header-top .wrapper {
    padding: 3rem 3.75rem;
  }
}
header .header-top .social {
  bottom: 2rem;
  position: absolute;
}
@media only screen and (max-width: 39.9375em) {
  header .header-top .social {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  header .header-top .social {
    bottom: 3rem;
  }
}
header .header-bottom {
  background-color: #ddbb56;
}
header .header-bottom .social {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  header .header-bottom .social {
    display: none;
  }
}

.logo {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 11;
}
@media only screen and (min-width: 40em) {
  .logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .logo {
    max-width: 240px;
  }
}
.logo img {
  max-width: 100%;
}
.logo .header-type-1 {
  margin: 0 auto;
}

.primary-navigation-wrapper {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: #231f20;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper {
    top: 112px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
    padding-bottom: 5rem;
    padding-top: 3.25rem;
    text-align: left;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 39.9375em) {
  .mobile-nav-active .primary-navigation-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
  }
}
.primary-navigation-wrapper nav > ul {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav > ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    left: -8px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul > li > a {
    order: 1;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul > li > ul {
    width: 100%;
    order: 3;
  }
}
.primary-navigation-wrapper nav ul {
  font-size: 1rem;
  font-family: "GTCinetype", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav ul {
    font-size: 0.875rem;
  }
}
.primary-navigation-wrapper nav ul ul {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  background: #000;
  border-left: 1.5px solid #ffffff;
  font-size: 0.875rem;
  list-style: none;
  min-width: 11rem;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  text-transform: none;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 75.0625em) {
  .primary-navigation-wrapper nav ul ul {
    min-width: 12.5rem;
  }
}
.primary-navigation-wrapper nav li {
  position: relative;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav li.v65-home {
    display: none;
  }
}
.primary-navigation-wrapper nav li.menu-item-has-children > a {
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: #000;
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button:focus {
  outline-offset: 2px;
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav li.open > ul {
    position: relative;
    background: transparent;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .primary-navigation-wrapper nav li.open > ul li {
    border-bottom: none;
  }
}
.primary-navigation-wrapper nav li:hover > button, .primary-navigation-wrapper nav li:focus > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav li:hover ul, .primary-navigation-wrapper nav li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.primary-navigation-wrapper nav li li {
  padding: 0;
  white-space: nowrap;
}
.primary-navigation-wrapper nav li li a {
  padding: 0.35em 0;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav li.menu-item-my-account {
    display: none;
  }
}
.primary-navigation-wrapper nav a {
  color: #ddbb56;
  display: inline-block;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav a {
    color: #000000;
    padding: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav a {
    padding: 0.8rem 2.25rem;
  }
}
.primary-navigation-wrapper nav a:hover {
  color: #ffffff;
}
.primary-navigation-wrapper nav .current-menu-item > a, .primary-navigation-wrapper nav .current-menu-parent > a, .primary-navigation-wrapper nav .hover > a {
  color: #ffffff;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-navigation {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation {
    float: left;
    padding: 4rem 2rem 0;
    width: 26%;
  }
}
@media only screen and (min-width: 61.3125em) {
  .secondary-navigation {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 40em) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation .page-title {
    display: none;
  }
}
.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.secondary-navigation ul {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  border: 1px solid #999;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.secondary-navigation ul ul {
  margin-left: 1rem;
}
.secondary-navigation a {
  color: #2e2e2e;
  display: block;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation a {
    padding: 0.35em 0;
  }
}
.secondary-navigation a:hover {
  color: #999;
}
.secondary-navigation .v65-leftSelected {
  color: #999;
}

.footer-navigation {
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .footer-navigation {
    width: 50%;
    text-align: right;
  }
}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 64.0625em) {
  .footer-navigation li {
    display: inline-block;
  }
}
@media only screen and (min-width: 64.0625em) {
  .footer-navigation li:last-child a {
    padding-right: 0;
  }
}
.footer-navigation a {
  display: block;
  padding: 0.25rem 0.75rem;
}
@media only screen and (min-width: 64.0625em) {
  .footer-navigation a {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.mobile-nav-toggle {
  background: transparent;
  color: #fff;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 30px;
  line-height: 22px;
  height: 22px;
  text-transform: uppercase;
  z-index: 20;
  position: absolute;
  bottom: 2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 40em) {
  .mobile-nav-toggle {
    display: none;
  }
}
.c7-cart-open .mobile-nav-toggle {
  z-index: 0;
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none;
}
.mobile-nav-active .mobile-nav-toggle span:before, .mobile-nav-active .mobile-nav-toggle span:after {
  transition-delay: 0s, 200ms;
}
.mobile-nav-active .mobile-nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-active .mobile-nav-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-toggle span {
  transition: background 0s 200ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ddbb56;
  display: block;
  height: 1.5px;
  margin-top: 5px;
  position: absolute;
  top: 32%;
  bottom: 0;
  width: 30px;
}
.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
  transition-duration: 200ms, 200ms;
  transition-delay: 200ms, 0s;
  background: #ddbb56;
  content: "";
  height: 1.5px;
  position: absolute;
  left: 0;
  width: 100%;
}
.mobile-nav-toggle span:before {
  transition-property: top, transform;
  top: -9px;
}
.mobile-nav-toggle span:after {
  transition-property: bottom, transform;
  bottom: -9px;
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:hover {
    transition: none !important;
  }
  *:hover * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}
@media only screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .desktop-only {
    display: none;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
.popup {
  display: none;
}
.popup * {
  box-sizing: border-box;
}
.popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 29;
}
.popup .popup-wrapper {
  position: fixed;
  z-index: 1000;
  max-height: 100vh;
  background: #fff;
  max-width: 570px;
  width: calc(100% - 2rem);
  overflow-y: auto;
  color: #000;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-wrapper-content {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .popup .popup-wrapper-content {
    padding: 3.75rem;
  }
}
.popup.is-open {
  display: block;
}
.popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .popup .h4 {
    font-size: 30px;
  }
}
.popup p {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .popup p {
    font-size: 18px;
  }
}
.popup p:last-of-type {
  margin-bottom: 0;
}
.popup .linkBtn, .popup body.single-product div.product form.cart .button, body.single-product div.product form.cart .popup .button, .popup .woocommerce #respond input#submit, .woocommerce #respond .popup input#submit, .popup .woocommerce a.button, .woocommerce .popup a.button, .popup .woocommerce button.button, .woocommerce .popup button.button, .popup .woocommerce input.button, .woocommerce .popup input.button, .popup .gform_wrapper form input[type=submit], .gform_wrapper form .popup input[type=submit] {
  display: block;
  width: 100%;
}
.popup .close-popup {
  position: absolute;
  width: 15px;
  top: 1rem;
  right: 1rem;
  z-index: 7;
  cursor: pointer;
  line-height: 1;
}

/*Age Gate */
.custom-AgeGate {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  transition: 0.3s;
  display: none;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.custom-AgeGate.is-open {
  display: block;
}
.custom-AgeGate[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate__Content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 2rem;
  max-width: 570px;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content {
    padding: 3.75rem;
  }
}
.custom-AgeGate__Content--logo {
  max-width: 204px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.custom-AgeGate__Content .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content .h4 {
    font-size: 30px;
  }
}
.custom-AgeGate__Content p {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content p {
    font-size: 18px;
  }
}
.custom-AgeGate__Content input[type=checkbox] {
  vertical-align: text-bottom;
  margin: 0 0 0.1em;
}
.custom-AgeGate__Buttons {
  text-align: center;
}

.section-404 {
  text-align: center;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, body.single-product div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .gform_wrapper form input[type=submit],
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn, .linkBtnSaaS {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border: 0;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-family: "GTCinetype", sans-serif;
}
@media only screen and (min-width: 40em) {
  .modalBtn, .modalLinkBtn,
  .defaultBtn, .linkBtn, body.single-product div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .gform_wrapper form input[type=submit],
  .largeBtn, .largeLinkBtn,
  .altModalBtn, .modalLinkAltBtn,
  .altBtn, .linkAltBtn,
  .altLargeBtn, .linkBtnSaaS {
    padding: 0.725em 1.5em 0.825em;
  }
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, body.single-product div.product form.cart .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .gform_wrapper form input[type=submit]:hover, .linkBtn:active, body.single-product div.product form.cart .button:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .gform_wrapper form input[type=submit]:active, .linkBtn:focus, body.single-product div.product form.cart .button:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .gform_wrapper form input[type=submit]:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus,
.altModalBtn:hover,
.altModalBtn:active,
.altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus,
.altLargeBtn:hover,
.altLargeBtn:active,
.altLargeBtn:focus, .linkBtnSaaS:hover, .linkBtnSaaS:active, .linkBtnSaaS:focus {
  text-decoration: none;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, body.single-product div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .gform_wrapper form input[type=submit],
.largeBtn, .largeLinkBtn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-style: normal;
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, body.single-product div.product form.cart .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .gform_wrapper form input[type=submit]:hover, .linkBtn:active, body.single-product div.product form.cart .button:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .gform_wrapper form input[type=submit]:active, .linkBtn:focus, body.single-product div.product form.cart .button:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .gform_wrapper form input[type=submit]:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn, .linkBtnSaaS {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  font-style: normal;
}
.altModalBtn:hover, .altModalBtn:active, .altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus, .altLargeBtn:hover, .altLargeBtn:active, .altLargeBtn:focus, .linkBtnSaaS:hover, .linkBtnSaaS:active, .linkBtnSaaS:focus {
  background: #231f20;
  color: #fff;
  border-color: #231f20;
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: 0.75rem;
}

.defaultBtn, .linkBtn, body.single-product div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .gform_wrapper form input[type=submit], .altBtn, .linkAltBtn {
  font-size: 14px;
  font-style: normal;
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .largeBtn, .largeLinkBtn, .altLargeBtn {
    font-size: 1.25rem;
  }
}

.linkBtnSaaS {
  font-family: "SaaSeriesAD", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 0.25em 0.75em;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  .linkBtnSaaS {
    font-size: 27px;
  }
}

.linkBtnUnderlined {
  font-weight: 500;
  letter-spacing: 0.11em;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  font-family: "SaaSeriesAD", sans-serif;
}
.linkBtnUnderlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  width: 100%;
  background-color: #000;
}
.linkBtnUnderlined:hover, .linkBtnUnderlined:focus {
  text-decoration: none;
}

@media only screen and (min-width: 40em) {
  .linkBtn + .linkBtn, body.single-product div.product form.cart .button + .linkBtn, body.single-product div.product form.cart .linkBtn + .button, body.single-product div.product form.cart .button + .button, .woocommerce #respond input#submit + .linkBtn, .woocommerce #respond body.single-product div.product form.cart input#submit + .button, body.single-product div.product form.cart .woocommerce #respond input#submit + .button, .woocommerce a.button + .linkBtn, .woocommerce button.button + .linkBtn, .woocommerce input.button + .linkBtn, .woocommerce #respond .linkBtn + input#submit, .woocommerce #respond body.single-product div.product form.cart .button + input#submit, body.single-product div.product form.cart .woocommerce #respond .button + input#submit, .woocommerce #respond input#submit + input#submit, .woocommerce #respond a.button + input#submit, .woocommerce #respond button.button + input#submit, .woocommerce #respond input.button + input#submit, .woocommerce .linkBtn + a.button, .woocommerce #respond input#submit + a.button, .woocommerce a.button + a.button, .woocommerce button.button + a.button, .woocommerce input.button + a.button, .woocommerce .linkBtn + button.button, .woocommerce #respond input#submit + button.button, .woocommerce a.button + button.button, .woocommerce button.button + button.button, .woocommerce input.button + button.button, .woocommerce .linkBtn + input.button, .woocommerce #respond input#submit + input.button, .woocommerce a.button + input.button, .woocommerce button.button + input.button, .woocommerce input.button + input.button, .gform_wrapper form input[type=submit] + .linkBtn, .gform_wrapper body.single-product div.product form.cart input[type=submit] + .button, body.single-product div.product .gform_wrapper form.cart input[type=submit] + .button, .gform_wrapper form .woocommerce #respond input[type=submit] + input#submit, .woocommerce #respond .gform_wrapper form input[type=submit] + input#submit, .gform_wrapper form .woocommerce input[type=submit] + a.button, .woocommerce .gform_wrapper form input[type=submit] + a.button, .gform_wrapper form .woocommerce input[type=submit] + button.button, .woocommerce .gform_wrapper form input[type=submit] + button.button, .gform_wrapper form .woocommerce input[type=submit] + input.button, .woocommerce .gform_wrapper form input[type=submit] + input.button, .gform_wrapper form .linkBtn + input[type=submit], .gform_wrapper body.single-product div.product form.cart .button + input[type=submit], body.single-product div.product .gform_wrapper form.cart .button + input[type=submit], .gform_wrapper form .woocommerce #respond input#submit + input[type=submit], .woocommerce #respond .gform_wrapper form input#submit + input[type=submit], .gform_wrapper form .woocommerce a.button + input[type=submit], .woocommerce .gform_wrapper form a.button + input[type=submit], .gform_wrapper form .woocommerce button.button + input[type=submit], .woocommerce .gform_wrapper form button.button + input[type=submit], .gform_wrapper form .woocommerce input.button + input[type=submit], .woocommerce .gform_wrapper form input.button + input[type=submit], .gform_wrapper form input[type=submit] + input[type=submit],
  .linkBtn + .linkAltBtn,
  body.single-product div.product form.cart .button + .linkAltBtn,
  .woocommerce #respond input#submit + .linkAltBtn,
  .woocommerce a.button + .linkAltBtn,
  .woocommerce button.button + .linkAltBtn,
  .woocommerce input.button + .linkAltBtn,
  .gform_wrapper form input[type=submit] + .linkAltBtn,
  .linkAltBtn + .linkBtn,
  body.single-product div.product form.cart .linkAltBtn + .button,
  .woocommerce #respond .linkAltBtn + input#submit,
  .woocommerce .linkAltBtn + a.button,
  .woocommerce .linkAltBtn + button.button,
  .woocommerce .linkAltBtn + input.button,
  .gform_wrapper form .linkAltBtn + input[type=submit],
  .linkAltBtn + .linkAltBtn {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .linkBtn + .linkBtn, body.single-product div.product form.cart .button + .linkBtn, body.single-product div.product form.cart .linkBtn + .button, body.single-product div.product form.cart .button + .button, .woocommerce #respond input#submit + .linkBtn, .woocommerce #respond body.single-product div.product form.cart input#submit + .button, body.single-product div.product form.cart .woocommerce #respond input#submit + .button, .woocommerce a.button + .linkBtn, .woocommerce button.button + .linkBtn, .woocommerce input.button + .linkBtn, .woocommerce #respond .linkBtn + input#submit, .woocommerce #respond body.single-product div.product form.cart .button + input#submit, body.single-product div.product form.cart .woocommerce #respond .button + input#submit, .woocommerce #respond input#submit + input#submit, .woocommerce #respond a.button + input#submit, .woocommerce #respond button.button + input#submit, .woocommerce #respond input.button + input#submit, .woocommerce .linkBtn + a.button, .woocommerce #respond input#submit + a.button, .woocommerce a.button + a.button, .woocommerce button.button + a.button, .woocommerce input.button + a.button, .woocommerce .linkBtn + button.button, .woocommerce #respond input#submit + button.button, .woocommerce a.button + button.button, .woocommerce button.button + button.button, .woocommerce input.button + button.button, .woocommerce .linkBtn + input.button, .woocommerce #respond input#submit + input.button, .woocommerce a.button + input.button, .woocommerce button.button + input.button, .woocommerce input.button + input.button, .gform_wrapper form input[type=submit] + .linkBtn, .gform_wrapper body.single-product div.product form.cart input[type=submit] + .button, body.single-product div.product .gform_wrapper form.cart input[type=submit] + .button, .gform_wrapper form .woocommerce #respond input[type=submit] + input#submit, .woocommerce #respond .gform_wrapper form input[type=submit] + input#submit, .gform_wrapper form .woocommerce input[type=submit] + a.button, .woocommerce .gform_wrapper form input[type=submit] + a.button, .gform_wrapper form .woocommerce input[type=submit] + button.button, .woocommerce .gform_wrapper form input[type=submit] + button.button, .gform_wrapper form .woocommerce input[type=submit] + input.button, .woocommerce .gform_wrapper form input[type=submit] + input.button, .gform_wrapper form .linkBtn + input[type=submit], .gform_wrapper body.single-product div.product form.cart .button + input[type=submit], body.single-product div.product .gform_wrapper form.cart .button + input[type=submit], .gform_wrapper form .woocommerce #respond input#submit + input[type=submit], .woocommerce #respond .gform_wrapper form input#submit + input[type=submit], .gform_wrapper form .woocommerce a.button + input[type=submit], .woocommerce .gform_wrapper form a.button + input[type=submit], .gform_wrapper form .woocommerce button.button + input[type=submit], .woocommerce .gform_wrapper form button.button + input[type=submit], .gform_wrapper form .woocommerce input.button + input[type=submit], .woocommerce .gform_wrapper form input.button + input[type=submit], .gform_wrapper form input[type=submit] + input[type=submit],
  .linkBtn + .linkAltBtn,
  body.single-product div.product form.cart .button + .linkAltBtn,
  .woocommerce #respond input#submit + .linkAltBtn,
  .woocommerce a.button + .linkAltBtn,
  .woocommerce button.button + .linkAltBtn,
  .woocommerce input.button + .linkAltBtn,
  .gform_wrapper form input[type=submit] + .linkAltBtn,
  .linkAltBtn + .linkBtn,
  body.single-product div.product form.cart .linkAltBtn + .button,
  .woocommerce #respond .linkAltBtn + input#submit,
  .woocommerce .linkAltBtn + a.button,
  .woocommerce .linkAltBtn + button.button,
  .woocommerce .linkAltBtn + input.button,
  .gform_wrapper form .linkAltBtn + input[type=submit],
  .linkAltBtn + .linkAltBtn {
    margin-top: 0.5rem;
  }
}

.button-dots {
  font-size: 2rem;
  font-family: "BertholdScriptPro", cursive;
  letter-spacing: 0;
  text-transform: lowercase;
  color: #ddbb56;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 40em) {
  .button-dots {
    font-size: 3rem;
  }
}
.button-dots::before, .button-dots::after {
  content: "";
  width: 30px;
  height: 20px;
  background-size: contain;
  background-image: url("02eaaca5d4-button-dots.svg");
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 40em) {
  .button-dots::before, .button-dots::after {
    width: 45px;
    height: 30px;
  }
}
.button-dots::before {
  margin-right: 1rem;
}
.button-dots::after {
  margin-left: 1.5rem;
}
.button-dots:hover, .button-dots:focus, .button-dots:active {
  text-decoration: none;
}

.linkText {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  margin: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-slide {
  display: none;
}
.modal-slide.is-open {
  display: block;
  z-index: 999;
  position: relative;
}
.modal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide .modal-slide .modal__overlay {
  will-change: transform;
}

body.mobile-nav-active {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  max-width: 98.75rem;
}
@media only screen and (min-width: 40em) {
  .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .content-wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.full-width-section .content-wrapper {
  padding: 0;
  max-width: none;
}

@media only screen and (min-width: 40em) {
  .narrow-content-wrapper {
    float: right;
    width: 74%;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.content-block {
  width: 100%;
  padding: 2rem 0;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block {
    padding: 3rem 0;
  }
}
section.content-block.padding-top-half {
  padding-top: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-half {
    padding-top: 1.5rem;
  }
}
section.content-block.padding-top-double {
  padding-top: 4rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-double {
    padding-top: 6rem;
  }
}
section.content-block.padding-top-none {
  padding-top: 0;
}
section.content-block.padding-bottom-half {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-half {
    padding-bottom: 1.5rem;
  }
}
section.content-block.padding-bottom-double {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-double {
    padding-bottom: 6rem;
  }
}
section.content-block.padding-bottom-none {
  padding-bottom: 0;
}
section.content-block.background-taupe {
  background-color: #c2b9b3;
}
section.content-block.background-grey {
  background-color: #f4f4f4;
}
section.content-block.background-white {
  background-color: #fff;
}
section.content-block.background-black {
  background-color: #231f20;
}
section.content-block.background-transparent {
  background-color: none;
}

@media only screen and (max-width: 39.9375em) {
  .left-align-on-mobile * {
    text-align: left;
  }
}

@media only screen and (min-width: 40em) {
  .left-align-on-desktop * {
    text-align: left;
  }
}

@media only screen and (max-width: 39.9375em) {
  .center-on-mobile {
    text-align: center;
  }
}

@media only screen and (min-width: 40em) {
  .center-on-desktop {
    text-align: center;
  }
}

.gform_wrapper {
  margin-top: 3rem !important;
}
.gform_wrapper form .gfield_required {
  color: #000 !important;
  margin-left: 0 !important;
}
.gform_wrapper form li {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .gform_wrapper form li {
    margin-bottom: 3rem;
  }
}
.gform_wrapper form label {
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper form label {
    font-size: 22px;
  }
}
.gform_wrapper form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.gform_wrapper form .ginput_container_textarea {
  margin-top: 2.5rem !important;
}
.gform_wrapper form textarea {
  border-color: #000;
  border-radius: 0;
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .gform_wrapper form input[type=submit] {
    padding: 1rem 3rem;
  }
}

.user-tools {
  right: 2rem;
  bottom: 2rem;
  position: absolute;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 64.0625em) {
  .user-tools {
    right: 3rem;
    bottom: 3rem;
  }
}
.user-tools .user-tools__link {
  display: none;
  margin-right: 1rem;
  color: #ddbb56;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media only screen and (min-width: 40em) {
  .user-tools .user-tools__link {
    display: inline-block;
  }
}
.user-tools .user-tools__cart span {
  display: block;
  position: relative;
  color: #ddbb56;
  text-align: center;
  font-size: 15px;
  left: 5px;
  bottom: -0.75rem;
}
@media only screen and (min-width: 75.0625em) {
  .user-tools .user-tools__cart span {
    font-size: 20px;
  }
}
.user-tools .user-tools__cart img {
  width: 31px;
}
@media only screen and (min-width: 75.0625em) {
  .user-tools .user-tools__cart img {
    width: 42px;
  }
}

.shop-title {
  display: block;
  font-size: 21px;
  font-family: "ENGRAVERSGOTHICFS", sans-serif;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .shop-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.shop-title::before, .shop-title::after {
  content: "";
  border: solid #000;
  border-width: 2px 0 2px;
  height: 6px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .shop-title::before, .shop-title::after {
    flex: 1;
  }
}
@media only screen and (max-width: 39.9375em) {
  .shop-title::before {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 40em) {
  .shop-title::before {
    margin-right: 1.75rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .shop-title::after {
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 40em) {
  .shop-title::after {
    margin-left: 1rem;
  }
}

.shop-menu {
  margin-bottom: 1.5rem;
}
.shop-menu ul {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shop-menu a {
  color: #9a8479;
  display: inline-block;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 40em) {
  .shop-menu a {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .shop-menu a {
    padding: 0 1.25rem;
  }
}
.shop-menu a:hover, .shop-menu a:focus, .shop-menu a:active {
  color: #000;
}
.shop-menu .current-menu-item > a, .shop-menu .current-menu-parent > a, .shop-menu .hover > a {
  color: #000;
}

.coffee-subcategories {
  display: grid;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .coffee-subcategories {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .coffee-subcategories {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0 2.5rem;
  }
}
.coffee-subcategories .coffee-category {
  width: 100%;
  text-align: center;
}
.coffee-subcategories .coffee-category__description {
  line-height: 1.47;
  margin-top: 1rem;
}
@media only screen and (max-width: 39.9375em) {
  .coffee-subcategories .coffee-category__description {
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  .coffee-subcategories .coffee-category__description {
    font-size: 17px;
  }
}
.coffee-subcategories .coffee-category .linkBtnSaaS {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .coffee-subcategories .coffee-category .linkBtnSaaS {
    border-radius: 18px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .coffee-subcategories .coffee-category .linkBtnSaaS {
    font-size: 40px;
    border-radius: 27px;
    padding: 0.25em;
  }
}
.coffee-subcategories .coffee-category.blue .linkBtnSaaS {
  background-color: #005c6c;
  border-color: #005c6c;
  color: #fff;
}
.coffee-subcategories .coffee-category.blue .linkBtnSaaS:hover, .coffee-subcategories .coffee-category.blue .linkBtnSaaS:active, .coffee-subcategories .coffee-category.blue .linkBtnSaaS:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.coffee-subcategories .coffee-category.black .linkBtnSaaS {
  background-color: #2f2e2c;
  border-color: #2f2e2c;
  color: #fff;
}
.coffee-subcategories .coffee-category.black .linkBtnSaaS:hover, .coffee-subcategories .coffee-category.black .linkBtnSaaS:active, .coffee-subcategories .coffee-category.black .linkBtnSaaS:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.coffee-subcategories .coffee-category.purple .linkBtnSaaS {
  background-color: #6e5479;
  border-color: #6e5479;
  color: #fff;
}
.coffee-subcategories .coffee-category.purple .linkBtnSaaS:hover, .coffee-subcategories .coffee-category.purple .linkBtnSaaS:active, .coffee-subcategories .coffee-category.purple .linkBtnSaaS:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.coffee-subcategories .coffee-category.caramel .linkBtnSaaS {
  background-color: #a97a53;
  border-color: #a97a53;
  color: #fff;
}
.coffee-subcategories .coffee-category.caramel .linkBtnSaaS:hover, .coffee-subcategories .coffee-category.caramel .linkBtnSaaS:active, .coffee-subcategories .coffee-category.caramel .linkBtnSaaS:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.coffee-subcategories .coffee-category.rose .linkBtnSaaS {
  background-color: #9d3f54;
  border-color: #9d3f54;
  color: #fff;
}
.coffee-subcategories .coffee-category.rose .linkBtnSaaS:hover, .coffee-subcategories .coffee-category.rose .linkBtnSaaS:active, .coffee-subcategories .coffee-category.rose .linkBtnSaaS:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.coffee-subcategories .coffee-category .minimalist-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  height: 100%;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
  max-width: 572px;
}
.coffee-subcategories .coffee-category .minimalist-accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  padding: 0;
  margin-bottom: 0;
}
.coffee-subcategories .coffee-category .minimalist-accordion__header {
  display: block;
  background: none;
  border: none;
  text-align: center;
  width: 100%;
}
.coffee-subcategories + hr {
  margin-bottom: 1rem;
}

nav.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 3rem;
  color: #ddbb56;
  text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb span {
  color: #231f20;
}
.woocommerce .woocommerce-breadcrumb a {
  text-transform: uppercase;
  color: #231f20;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #ddbb56;
}

.product-variation-select-wrapper {
  border: 2px solid #231f20;
  border-radius: 0;
  margin: 0.75rem 0;
  background-color: #fff;
  background-image: url("https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/images/select-arrow.svg");
  background-position: right center;
  background-size: 30px;
  height: 30px;
  background-repeat: no-repeat;
  line-height: 1;
}
.product-variation-select-wrapper--quantity {
  margin: 0;
}
.product-variation-select-wrapper select {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  text-align: center;
}
@media only screen and (min-width: 90.0625em) {
  .product-variation-select-wrapper select {
    font-size: 1rem;
  }
}
.product-variation-select-wrapper select::-ms-expand {
  display: none;
}

.woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active {
  color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #231f20 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #ddbb56 !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 2px 6px 3px !important;
}
@media only screen and (max-width: 39.9375em) {
  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 39.9375em) {
  body.woocommerce-cart .coupon .button {
    width: 100% !important;
    margin-bottom: 0.75rem !important;
  }
}

@media only screen and (max-width: 39.9375em) {
  form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first,
  form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    width: 100% !important;
    float: none !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first button,
  form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button {
    width: 100% !important;
  }
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 180px !important;
}

.cross-sells {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 7px;
  border-radius: 0;
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}

/*Subscription Options */
.wcsatt-options-prompt-text-label, .wcsatt-options-prompt-radio {
  font-size: 1rem !important;
}

.wcsatt-options-product-prompt, .wcsatt-options-prompt-action, .wcsatt-options-product-dropdown-label {
  font-size: 1rem !important;
}

ul.wcsatt-options, ul.wcsatt-options-prompt-radios {
  padding: 0;
  font-size: 1rem;
}

.wcsatt-options-product-dropdown {
  font-size: 1rem;
  font-weight: normal;
  border-radius: 0;
  padding: 0 10px;
  text-transform: uppercase;
  height: 36px;
}

ul.wcsatt-options-product {
  padding: 0;
  margin-bottom: 1em;
  font-size: 1rem !important;
}
ul.wcsatt-options-product span {
  font-size: 1rem !important;
}

/*subscriptions */
.wcsatt-sub-options {
  display: block;
  font-size: 0.675em;
}

.single-product .purchase-options select {
  font-size: 14px;
}

.wcsatt-dash {
  display: none;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  max-width: 100px;
  margin: 0 5px;
  padding: 8px 5px !important;
  font-size: 13px;
}

.woocommerce-info {
  border-top-color: #a97a53;
}
.woocommerce-info::before {
  color: #a97a53;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: #fff;
  opacity: 1;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 80px;
}

a.added_to_cart.wc-forward {
  position: relative;
  top: 6px;
  padding-left: 10px;
  font-size: 14px;
  text-decoration: underline !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #62602e;
}

.wc_pip_view_invoice {
  display: none !important;
}

.woocommerce div.product form.cart .variations select {
  background: none;
}

@media only screen and (max-width: 39.9375em) {
  a.button.continue-shopping-button {
    float: none;
    margin: 1rem auto 0;
    display: block;
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .products-section ul.products {
  display: grid;
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 50px;
}
@media only screen and (min-width: 40em) {
  .woocommerce .products-section ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .woocommerce .products-section ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 75.0625em) {
  .woocommerce .products-section ul.products {
    -webkit-column-gap: 3.375rem;
    column-gap: 3.375rem;
  }
}
.woocommerce .products-section ul.products::before, .woocommerce .products-section ul.products::after {
  display: none;
}
.woocommerce .products-section ul.products .product {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none !important;
}
@media only screen and (max-width: 64em) {
  .woocommerce .products-section ul.products .product {
    width: 100% !important;
    margin: 0 !important;
  }
}
.woocommerce .products-section ul.products .product__image {
  padding: 1rem;
  margin: 0;
  background: #c2b9b3;
  width: 100%;
  position: relative;
}
.woocommerce .products-section ul.products .product__image img {
  width: 100% !important;
  margin-bottom: 0;
}
.woocommerce .products-section ul.products .product__image--badge {
  transform: rotate(-90deg);
  position: absolute;
  color: #fff;
  transform-origin: bottom right;
  right: 1.25rem;
  top: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 39.9375em) {
  .woocommerce .products-section ul.products .product__image--badge {
    font-size: 14px;
  }
}
.woocommerce .products-section ul.products .product__info {
  color: #231f20 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce .products-section ul.products .product__info .subtitle {
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: 0.5rem;
}
.woocommerce .products-section ul.products .product__info .fancy-title {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  .woocommerce .products-section ul.products .product__info .fancy-title {
    font-size: 36px;
  }
}
.woocommerce .products-section ul.products .product__info--tastes-like .subtitle {
  line-height: 1;
}
.woocommerce .products-section ul.products .product__info--tastes-like .subtitle span:last-of-type {
  display: none;
}
.woocommerce .products-section ul.products .product .price-and-add-to-cart {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .products-section ul.products .product .woocommerce-loop-category__title,
.woocommerce .products-section ul.products .product .woocommerce-loop-product__title {
  font-size: 1.4rem;
  padding-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  .woocommerce .products-section ul.products .product .woocommerce-loop-category__title,
  .woocommerce .products-section ul.products .product .woocommerce-loop-product__title {
    font-size: 2.75rem;
  }
}
.woocommerce .products-section ul.products .product .woocommerce-loop-category__title mark,
.woocommerce .products-section ul.products .product .woocommerce-loop-product__title mark {
  display: none;
}
.woocommerce .products-section ul.products .product .price {
  color: #231f20;
  font-size: 1.275rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  .woocommerce .products-section ul.products .product .price {
    font-size: 1.5rem;
  }
}
.woocommerce .products-section ul.products .product.product_cat-coffees .price {
  display: none;
}
.woocommerce .products-section ul.products .product.product_cat-specialty .product__image {
  background-color: #005c6c;
}
.woocommerce .products-section ul.products .product.product_cat-specialty .button {
  background-color: #005c6c;
  border-color: #005c6c;
}
.woocommerce .products-section ul.products .product.product_cat-specialty .button:hover, .woocommerce .products-section ul.products .product.product_cat-specialty .button:active, .woocommerce .products-section ul.products .product.product_cat-specialty .button:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.woocommerce .products-section ul.products .product.product_cat-competition .product__image {
  background-color: #2f2e2c;
}
.woocommerce .products-section ul.products .product.product_cat-competition .button {
  background-color: #2f2e2c;
  border-color: #2f2e2c;
}
.woocommerce .products-section ul.products .product.product_cat-competition .button:hover, .woocommerce .products-section ul.products .product.product_cat-competition .button:active, .woocommerce .products-section ul.products .product.product_cat-competition .button:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.woocommerce .products-section ul.products .product.product_cat-exceptional .product__image {
  background-color: #6e5479;
}
.woocommerce .products-section ul.products .product.product_cat-exceptional .button {
  background-color: #6e5479;
  border-color: #6e5479;
}
.woocommerce .products-section ul.products .product.product_cat-exceptional .button:hover, .woocommerce .products-section ul.products .product.product_cat-exceptional .button:active, .woocommerce .products-section ul.products .product.product_cat-exceptional .button:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.woocommerce .products-section ul.products .product.product_cat-world-class .product__image {
  background-color: #a97a53;
}
.woocommerce .products-section ul.products .product.product_cat-world-class .button {
  background-color: #a97a53;
  border-color: #a97a53;
}
.woocommerce .products-section ul.products .product.product_cat-world-class .button:hover, .woocommerce .products-section ul.products .product.product_cat-world-class .button:active, .woocommerce .products-section ul.products .product.product_cat-world-class .button:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.woocommerce .products-section ul.products .product.product_cat-rare .product__image {
  background-color: #9d3f54;
}
.woocommerce .products-section ul.products .product.product_cat-rare .button {
  background-color: #9d3f54;
  border-color: #9d3f54;
}
.woocommerce .products-section ul.products .product.product_cat-rare .button:hover, .woocommerce .products-section ul.products .product.product_cat-rare .button:active, .woocommerce .products-section ul.products .product.product_cat-rare .button:focus {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
.woocommerce .products-section ul.products .product a.button.product_type_variable {
  order: 2;
}
.woocommerce .products-section ul.products .product ul.variations .wvs_archive_reset_variations {
  display: none !important;
}
.woocommerce .products-section ul.products .product ul.variations ul.archive-variable-items {
  margin: 0;
}

.product-category-banner {
  position: relative;
  background-color: var(--background-color);
}
.product-category-banner picture, .product-category-banner img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.product-category-banner__text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.product-category-banner__text * {
  color: var(--color);
}
.product-category-banner__text *:last-of-type {
  margin-bottom: 0;
}
.product-category-banner--has-text {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 40em) {
  .product-category-banner--has-text {
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .product-category-banner--has-text {
    padding: 2rem 0;
  }
}
.product-category-banner--has-image {
  background-color: transparent;
  padding: 0;
}
.product-category-banner--has-image .product-category-banner__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 64.0625em) {
  body.single-product .product {
    display: flex;
    align-items: flex-start;
  }
}
body.single-product .product .linkBtnSaaS {
  background-color: #231f20;
  border-color: #231f20;
  color: #fff;
}
body.single-product .product.product_cat-specialty .linkBtnSaaS {
  background-color: #005c6c;
  border-color: #005c6c;
  color: #fff;
}
body.single-product .product.product_cat-competition .linkBtnSaaS {
  background-color: #2f2e2c;
  border-color: #2f2e2c;
  color: #fff;
}
body.single-product .product.product_cat-exceptional .linkBtnSaaS {
  background-color: #6e5479;
  border-color: #6e5479;
  color: #fff;
}
body.single-product .product.product_cat-world-class .linkBtnSaaS {
  background-color: #a97a53;
  border-color: #a97a53;
  color: #fff;
}
body.single-product .product.product_cat-rare .linkBtnSaaS {
  background-color: #9d3f54;
  border-color: #9d3f54;
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  body.single-product .product-drilldown__image {
    width: 46%;
  }
}
body.single-product .product-drilldown__image .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
body.single-product .product-drilldown__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 64.0625em) {
  body.single-product .product-drilldown__content {
    width: 54%;
  }
}
@media only screen and (min-width: 75.0625em) {
  body.single-product .product-drilldown__content--info {
    width: 58%;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 75em) {
  body.single-product .product-drilldown__content--info {
    margin-bottom: 2.5rem;
  }
}
body.single-product .product-drilldown__content--info .subtitle {
  font-size: 14px;
}
body.single-product .product-drilldown__content--info .fancy-title {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  body.single-product .product-drilldown__content--info .fancy-title {
    font-size: 42px;
  }
}
body.single-product .product-drilldown__content--info__tastes-like .subtitle {
  line-height: 1;
}
body.single-product .product-drilldown__content--info__tastes-like .subtitle span:last-of-type {
  display: none;
}
body.single-product .product-drilldown__content--info__description {
  margin-top: 2.5rem;
}
body.single-product .product-drilldown__content--cart {
  background-color: #ddd9d2;
  width: 100%;
  padding: 2rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 75.0625em) {
  body.single-product .product-drilldown__content--cart {
    width: 42%;
  }
}
body.single-product .product-drilldown__content--cart .price-label {
  font-size: 14px;
}
body.single-product .product-drilldown__content--cart p.price {
  line-height: 1;
  margin-bottom: 2.75rem;
}
body.single-product .product-drilldown__content--cart form.cart {
  margin-bottom: 0 !important;
}
body.single-product .product-drilldown__content--cart form.cart .variations {
  margin-bottom: 0;
}
body.single-product .product-drilldown__content--cart form.cart .quantity {
  float: none !important;
}
body.single-product .product-drilldown__content--cart form.cart label {
  line-height: 1.4;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
body.single-product .product-drilldown__content--cart form.cart label::after {
  content: ":";
}
body.single-product .product-drilldown__content--cart form.cart th, body.single-product .product-drilldown__content--cart form.cart td {
  display: block;
}
body.single-product .product-drilldown__content--cart form.cart td {
  line-height: 1;
}
body.single-product .product-drilldown__content--cart form.cart .quantity_select {
  margin-top: 0;
  margin-bottom: 1rem;
}
body.single-product .product-drilldown__content--cart .coffee-cart-message {
  margin-bottom: 1rem;
}
body.single-product .product-drilldown__content--cart .coffee-cart-message p {
  font-family: "GTAmerica", sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.4;
}
body.single-product .product-drilldown__content--cart .coffee-cart-message p:last-of-type {
  margin-bottom: 0;
}
body.single-product .product-drilldown__content--details {
  width: 100%;
  margin-top: 2.5rem;
}
body.single-product .product-drilldown__content--details__wrapper {
  display: grid;
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1rem;
}
@media only screen and (min-width: 40em) {
  body.single-product .product-drilldown__content--details__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  body.single-product .product-drilldown__content--details__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.single-product .product-drilldown__content--details .fancy-title-with-dots {
  font-size: 42px;
  margin-bottom: 1rem;
}
body.single-product .product-drilldown__content--detail {
  line-height: 1;
}
body.single-product .product-drilldown__content--detail .detail-label {
  font-family: "ENGRAVERSGOTHICFS", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
body.single-product .product-drilldown__content--detail .detail-value {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
body.single-product .product-drilldown__content hr {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}
body.single-product h1.product_title.entry-title {
  font-size: 2rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  body.single-product h1.product_title.entry-title {
    font-size: 3rem;
  }
}
body.single-product section.up-sells.upsells.products {
  clear: both;
  margin-top: 2rem;
}
body.single-product table.variations {
  max-width: 300px;
}
body.single-product table.variations select {
  width: 100%;
}
body.single-product table.variations td.label {
  display: none;
}
body.single-product table.variations label {
  margin-right: 10px;
}
body.single-product table.variations .product-variation-select-wrapper {
  margin-top: 0;
  margin-bottom: 2rem;
  display: none;
}
body.single-product .woocommerce-product-gallery__wrapper {
  width: 100%;
}
body.single-product .quantity_select {
  float: none !important;
  width: 75px;
  clear: both;
  margin: 0.5rem 0 3.5rem;
  display: flex;
  align-items: center;
}
body.single-product .quantity_select span {
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.single-product .quantity_select .product-variation-select-wrapper {
  width: 250px;
}
body.single-product .quantity_select + button {
  margin-top: 3rem;
}
body.single-product .woocommerce-product-details__short-description {
  display: none;
}
body.single-product .woocommerce-Price-amount {
  font-size: 2.25rem !important;
  color: #231f20 !important;
}
body.single-product .woocommerce-tabs.wc-tabs-wrapper,
body.single-product section.related.products,
body.single-product aside#secondary,
body.single-product .product_meta {
  display: none !important;
}
body.single-product #primary:before, body.single-product #primary:after {
  display: table;
  content: " ";
  float: none;
  clear: both;
}
body.single-product div.product form.cart .button {
  clear: both !important;
  float: none !important;
  width: calc(100% + 4rem);
  opacity: 1;
  padding: 1.25em 1.5em 1.35em;
  margin-left: -2rem;
  margin-right: -2rem;
}
body.single-product div.product form.cart .button:active {
  color: #fff;
}
body.single-product .product-category-breadcrumb {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  body.single-product .product-category-breadcrumb {
    padding-bottom: 2rem;
  }
}
body.single-product .single_variation_wrap {
  margin-top: 1rem;
}
body.single-product .variations td label, body.single-product .variations th label {
  margin-left: 0;
}
body.single-product ul.single-product-variable-items.wvs-style-squared.variable-items-wrapper.button-variable-items-wrapper > li:first-of-type {
  margin-left: 0;
}
body.single-product .gift-certificates .woocommerce-Price-amount {
  font-size: inherit !important;
}

.story-section .fancy-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .story-section .fancy-title {
    font-size: 3rem;
  }
}

input.input-radio + label {
  display: inline;
}

span#billing_company-description {
  background: transparent;
  color: black;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3;
  font-size: 0.9375rem;
}
span#billing_company-description em {
  margin: 10px 0 0;
  display: block;
}
span#billing_company-description a {
  color: #000;
}
span#billing_company-description:before, span#billing_company-description:after {
  display: none;
}

#order_review {
  display: flex;
  flex-direction: column;
}
#order_review .woocommerce-checkout-review-order-table {
  order: 1;
}
#order_review .custom-shipping-note {
  order: 2;
  display: block;
  margin: -10px 0 1rem;
  font-style: italic;
  font-size: 0.9375rem;
}
#order_review .woocommerce-checkout-payment {
  order: 3;
}

.select2-container--default .select2-selection--single {
  background: #f8f8f8;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 3px;
}

.select2-dropdown {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 0;
}

.select2-results__option {
  font-size: 0.9375rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ddbb56;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -29px;
}

.header-banner__set-height .page-header-banner {
  position: relative;
  z-index: 7;
}
.header-banner__set-height .page-header-banner__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 145.8%;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .header-banner__set-height .page-header-banner__image {
    height: 100vh;
    padding-bottom: 0;
  }
}

.header-banner__responsive .page-header-banner__image img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .header-banner__responsive .page-header-banner__image--mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .header-banner__responsive .page-header-banner__image--desktop {
    display: none;
  }
}

.basic-content-section .standard-content {
  max-width: 60rem;
  margin: 0 auto;
}
.basic-content-section.wide-content .standard-content {
  max-width: none;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .column-content {
    column-count: 2;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .column-content {
    column-gap: 4rem;
  }
}

.promo-banner {
  display: block;
  background-color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.mobile-nav-active .promo-banner {
  display: none;
}
.promo-banner__wrapper {
  padding: 0.75rem 2.5rem;
}
.promo-banner * {
  color: #fff;
}
.promo-banner p {
  font-size: 12px;
  font-weight: 500;
  font-family: "GTCinetype", sans-serif;
  letter-spacing: 0.18em;
}
.promo-banner p:last-of-type {
  margin-bottom: 0;
}
.promo-banner a {
  text-decoration: none;
}
.promo-banner a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.promo-banner .close {
  position: absolute;
  top: 8px;
  right: 1rem;
  width: 10px;
}
@media only screen and (min-width: 40em) {
  .promo-banner .close {
    width: 12px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .promo-banner .close {
    right: 2rem;
  }
}

.image-and-content-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
  .image-and-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
.image-and-content:last-of-type {
  margin-bottom: 0;
}
.image-and-content-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image {
    width: 50%;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.image-and-content__image img {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .image-and-content__content {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    width: 50%;
    padding: 0 2rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
  }
  .fancy-title-block .image-and-content__content {
    top: -0.9rem;
  }
  .image-and-content__content::-webkit-scrollbar-track {
    border: 2px solid #000000;
    background-color: #fff;
  }
  .image-and-content__content::-webkit-scrollbar {
    width: 15px;
  }
  .image-and-content__content::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
  .image-and-content__content .subtitle {
    margin-bottom: 0.85rem;
  }
}
.scroll-desktop-down .image-and-content__content {
  position: relative;
}
@media only screen and (min-width: 64.0625em) and (max-width: 98.75rem) {
  .scroll-desktop-down .image-and-content__content {
    position: absolute;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content--wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.image-and-content__content--rows {
  margin-top: 1rem;
}
.image-and-content__content--row {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .image-and-content__content--row {
    font-size: 16px;
  }
}
.image-and-content__content--row--label {
  min-width: 75px;
  padding-right: 1rem;
}
@media only screen and (min-width: 64.0625em) and (max-width: 75em) {
  .image-and-content__content p {
    font-size: 1rem;
  }
}
.image-and-content__content p:last-of-type {
  margin-bottom: 0;
}
.image-and-content__content .fancy-title-with-dots {
  padding-top: 0.5rem;
}
.image-and-content__content .disp-content p:last-of-type {
  margin-bottom: 1.25rem;
}
.image-and-content__content--link {
  margin-top: auto;
}
.image-and-content__content--link .linkBtnSaaS {
  margin-top: 1rem;
}
.image-and-content.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__image {
    order: 1;
    padding-right: 1.5675rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__content {
    order: 2;
    padding-left: 1.5675rem;
    left: 50%;
    padding-right: 0;
  }
  .content-column-padding .image-and-content.reverse-block .image-and-content__content {
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content-wrapper {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__image {
    order: 2;
    padding-left: 1.5675rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__content {
    order: 1;
    padding-right: 1.5675rem;
    padding-left: 0;
  }
  .content-column-padding .image-and-content.normal-block .image-and-content__content {
    padding-left: 2rem;
  }
}

.quote {
  text-align: center;
}
.quote .quote-wrapper {
  margin: 0 auto;
}
.quote blockquote {
  font-family: "BeirutText", serif;
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.55;
  font-style: italic;
}
@media only screen and (min-width: 64.0625em) {
  .quote blockquote {
    font-size: 36px;
  }
}
@media only screen and (max-width: 98.75rem) {
  .quote blockquote br {
    display: none;
  }
}
.quote cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 64.0625em) {
  .quote cite {
    font-size: 20px;
  }
}
.quote cite::before {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .quote cite::before {
    width: 36px;
  }
}

@media only screen and (max-width: 64em) {
  .page-banner-section .content-wrapper {
    padding: 0;
  }
}

.page-banner {
  position: relative;
}
.page-banner img {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .page-banner__content {
    background-color: #231f20;
    padding: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .page-banner__content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    max-width: 540px;
    width: 100%;
  }
}
.page-banner__content h1, .page-banner__content .h1,
.page-banner__content h2, .page-banner__content .h2 {
  line-height: 0.975;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.9375em) {
  .page-banner__content h1 br, .page-banner__content .h1 br,
  .page-banner__content h2 br, .page-banner__content .h2 br {
    display: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  .page-banner__content h1, .page-banner__content .h1,
  .page-banner__content h2, .page-banner__content .h2 {
    font-size: 80px;
  }
}
.page-banner__content * {
  color: #fff;
}

@media only screen and (max-width: 64em) {
  .complex-page-banner-section .content-wrapper {
    padding: 0;
  }
}

.complex-page-banner {
  position: relative;
}
.complex-page-banner img {
  width: 100%;
}
.complex-page-banner__image {
  position: relative;
}
.complex-page-banner__image--button {
  position: absolute;
  top: 10%;
  right: 5%;
}
@media only screen and (max-width: 64em) {
  .complex-page-banner__content {
    background-color: #231f20;
    padding: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .complex-page-banner__content {
    position: absolute;
    bottom: 16.5%;
    left: 5%;
    max-width: 540px;
    width: 100%;
  }
}
.complex-page-banner__content h1, .complex-page-banner__content .h1,
.complex-page-banner__content h2, .complex-page-banner__content .h2 {
  line-height: 0.975;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 39.9375em) {
  .complex-page-banner__content h1 br, .complex-page-banner__content .h1 br,
  .complex-page-banner__content h2 br, .complex-page-banner__content .h2 br {
    display: none;
  }
}
@media only screen and (min-width: 75.0625em) {
  .complex-page-banner__content h1, .complex-page-banner__content .h1,
  .complex-page-banner__content h2, .complex-page-banner__content .h2 {
    font-size: 80px;
  }
}
.complex-page-banner__content * {
  color: #ddbb56;
}
.complex-page-banner__content p {
  color: #fff;
  font-weight: 700;
  line-height: 1.76;
}
@media only screen and (min-width: 64.0625em) {
  .complex-page-banner__content p {
    font-size: 17px;
  }
}
.complex-page-banner__content p:last-of-type {
  margin-bottom: 0rem;
}
.complex-page-banner__content .button-dots:hover, .complex-page-banner__content .button-dots:focus, .complex-page-banner__content .button-dots:active {
  color: #fff;
  text-decoration: none;
}

.midpage-slider-section {
  overflow: hidden;
}

.midpage-slider .slick-slide {
  opacity: 0.6;
  transition: 0.2s all ease-out;
}
.midpage-slider .slick-slide.slick-active {
  opacity: 1;
}

.accordion-section h2 {
  margin-bottom: 3rem;
}

.accordion-items-section:last-of-type .accordion-items {
  margin-bottom: 0;
}

.accordion-items {
  margin-bottom: 4rem;
}

.accordion-item {
  margin-bottom: 0.5rem;
}
.accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion-item__label {
  font-family: "SaaSeriesAD", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .accordion-item__label {
    font-size: 24px;
  }
}
.accordion-item__label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #000;
}
.accordion-item.active .accordion-item__label::before {
  content: "";
  border: 5px solid #000;
}
.accordion-item__content {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  display: none;
}
.accordion-item__content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .accordion-item__content ul {
    padding-left: 5rem;
  }
}

.video-section__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-section__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section__iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-section__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-column-section h2 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .two-column-section h2 {
    font-size: 45px;
    margin-bottom: 3rem;
  }
}

.two-columns-row {
  display: grid;
  row-gap: 3.125rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3.125rem;
  column-gap: 3.125rem;
}
@media only screen and (min-width: 64.0625em) {
  .two-columns-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 64em) {
  .two-columns-row {
    max-width: 640px;
    margin: 0 auto;
  }
}
.two-columns-row .column-cta {
  position: relative;
}
.two-columns-row .column-cta__image img {
  width: 100%;
}
.two-columns-row .column-cta__content {
  padding-top: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .two-columns-row .column-cta__content {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2.5rem;
    padding-top: 2rem;
  }
}
.two-columns-row .column-cta__content .title-with-dots {
  margin-bottom: 0;
}
.two-columns-row .column-cta__content p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
.two-columns-row .column-cta__content p:last-of-type {
  margin-bottom: 0;
}

.page-menu {
  padding: 0 1rem;
  text-align: center;
}
.page-menu .page-menu-wrapper {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  max-width: 1290px;
  margin: 0 auto;
}
@media only screen and (max-width: 39.9375em) {
  .page-menu .page-menu-wrapper {
    padding: 0.25rem 0;
  }
}
.page-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.25rem 0;
}
.page-menu ul li {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 39.9375em) {
  .page-menu ul li {
    width: 50%;
    font-size: 14px;
    padding: 0.25rem;
  }
}
.page-menu ul a {
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
  color: #000;
  cursor: pointer;
}
@media only screen and (max-width: 39.9375em) {
  .page-menu ul a {
    padding: 0;
  }
}
.page-menu ul a:hover {
  text-decoration: underline;
}
.page-menu ul a.is-checked {
  font-weight: 500;
}

.community-row {
  display: grid;
  row-gap: 3.125rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3.125rem;
  column-gap: 3.125rem;
}
@media only screen and (min-width: 64.0625em) {
  .community-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 64em) {
  .community-row {
    max-width: 640px;
    margin: 0 auto;
  }
}

.community-column .event-posts, .community-column .featured-posts {
  height: 750px;
  overflow-y: auto;
  padding-right: 1.5rem;
}
.community-column .event-posts::-webkit-scrollbar-track, .community-column .featured-posts::-webkit-scrollbar-track {
  border: 2px solid #000000;
  background-color: #fff;
}
.community-column .event-posts::-webkit-scrollbar, .community-column .featured-posts::-webkit-scrollbar {
  width: 15px;
}
.community-column .event-posts::-webkit-scrollbar-thumb, .community-column .featured-posts::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.events-menu {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}
.events-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.events-menu li {
  margin-right: 0.5rem;
}
.events-menu li:last-of-type {
  margin-right: 0;
}
.events-menu a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.events-menu .current-menu-item > a, .events-menu .current-menu-parent > a, .events-menu .hover > a {
  text-decoration: underline;
}

.event-post {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}
.event-post:last-of-type {
  margin-bottom: 0;
}
.event-post h3 {
  font-family: "BeirutText", serif;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64.0625em) {
  .event-post h3 {
    font-size: 24px;
  }
}

.featured-post {
  margin-bottom: 2rem;
}
.featured-post:last-of-type {
  margin-bottom: 0;
}
.featured-post__content {
  padding: 1.5rem;
  background-color: #c2b9b3;
}
.featured-post img {
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .featured-post h3 {
    font-size: 42px;
  }
}
.featured-post p {
  line-height: 1.4;
}

.brewing-guides {
  display: grid;
  row-gap: 3.125rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3.125rem;
  column-gap: 3.125rem;
}
@media only screen and (min-width: 40em) {
  .brewing-guides {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .brewing-guides {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 39.9375em) {
  .brewing-guides {
    max-width: 640px;
    margin: 0 auto;
  }
}

div.brewing-guide {
  background-color: #fff;
  padding: 2rem;
}
div.brewing-guide .linkBtn:hover, div.brewing-guide .gform_wrapper form input[type=submit]:hover, .gform_wrapper form div.brewing-guide input[type=submit]:hover, div.brewing-guide .woocommerce #respond input#submit:hover, .woocommerce #respond div.brewing-guide input#submit:hover, div.brewing-guide .woocommerce a.button:hover, .woocommerce div.brewing-guide a.button:hover, div.brewing-guide .woocommerce button.button:hover, .woocommerce div.brewing-guide button.button:hover, div.brewing-guide .woocommerce input.button:hover, .woocommerce div.brewing-guide input.button:hover, div.brewing-guide body.single-product div.product form.cart .button:hover, body.single-product div.product form.cart div.brewing-guide .button:hover, div.brewing-guide .linkBtn:active, div.brewing-guide .gform_wrapper form input[type=submit]:active, .gform_wrapper form div.brewing-guide input[type=submit]:active, div.brewing-guide .woocommerce #respond input#submit:active, .woocommerce #respond div.brewing-guide input#submit:active, div.brewing-guide .woocommerce a.button:active, .woocommerce div.brewing-guide a.button:active, div.brewing-guide .woocommerce button.button:active, .woocommerce div.brewing-guide button.button:active, div.brewing-guide .woocommerce input.button:active, .woocommerce div.brewing-guide input.button:active, div.brewing-guide body.single-product div.product form.cart .button:active, body.single-product div.product form.cart div.brewing-guide .button:active, div.brewing-guide .linkBtn:focus, div.brewing-guide .gform_wrapper form input[type=submit]:focus, .gform_wrapper form div.brewing-guide input[type=submit]:focus, div.brewing-guide .woocommerce #respond input#submit:focus, .woocommerce #respond div.brewing-guide input#submit:focus, div.brewing-guide .woocommerce a.button:focus, .woocommerce div.brewing-guide a.button:focus, div.brewing-guide .woocommerce button.button:focus, .woocommerce div.brewing-guide button.button:focus, div.brewing-guide .woocommerce input.button:focus, .woocommerce div.brewing-guide input.button:focus, div.brewing-guide body.single-product div.product form.cart .button:focus, body.single-product div.product form.cart div.brewing-guide .button:focus {
  background-color: #005c6c;
  color: #fff;
}
div.brewing-guide.brewing-guide-intro {
  background-color: #005c6c;
  color: #fff;
}
div.brewing-guide.brewing-guide-intro .fancy-title-with-dots {
  color: #fff;
}
div.brewing-guide.brewing-guide-intro .fancy-title-with-dots::after {
  background-image: url("https://manhattancoffeeroasters.com/wp-content/themes/manhattancoffee/assets/images/title-dots-white.svg");
}
div.brewing-guide.brewing-guide-intro p {
  line-height: 1.8;
}
div.brewing-guide.brewing-guide-intro .linkBtn, div.brewing-guide.brewing-guide-intro .gform_wrapper form input[type=submit], .gform_wrapper form div.brewing-guide.brewing-guide-intro input[type=submit], div.brewing-guide.brewing-guide-intro .woocommerce #respond input#submit, .woocommerce #respond div.brewing-guide.brewing-guide-intro input#submit, div.brewing-guide.brewing-guide-intro .woocommerce a.button, .woocommerce div.brewing-guide.brewing-guide-intro a.button, div.brewing-guide.brewing-guide-intro .woocommerce button.button, .woocommerce div.brewing-guide.brewing-guide-intro button.button, div.brewing-guide.brewing-guide-intro .woocommerce input.button, .woocommerce div.brewing-guide.brewing-guide-intro input.button, div.brewing-guide.brewing-guide-intro body.single-product div.product form.cart .button, body.single-product div.product form.cart div.brewing-guide.brewing-guide-intro .button {
  background-color: #fff;
  color: #005c6c;
}
div.brewing-guide.brewing-guide-intro .linkBtn:hover, div.brewing-guide.brewing-guide-intro .gform_wrapper form input[type=submit]:hover, .gform_wrapper form div.brewing-guide.brewing-guide-intro input[type=submit]:hover, div.brewing-guide.brewing-guide-intro .woocommerce #respond input#submit:hover, .woocommerce #respond div.brewing-guide.brewing-guide-intro input#submit:hover, div.brewing-guide.brewing-guide-intro .woocommerce a.button:hover, .woocommerce div.brewing-guide.brewing-guide-intro a.button:hover, div.brewing-guide.brewing-guide-intro .woocommerce button.button:hover, .woocommerce div.brewing-guide.brewing-guide-intro button.button:hover, div.brewing-guide.brewing-guide-intro .woocommerce input.button:hover, .woocommerce div.brewing-guide.brewing-guide-intro input.button:hover, div.brewing-guide.brewing-guide-intro body.single-product div.product form.cart .button:hover, body.single-product div.product form.cart div.brewing-guide.brewing-guide-intro .button:hover, div.brewing-guide.brewing-guide-intro .linkBtn:active, div.brewing-guide.brewing-guide-intro .gform_wrapper form input[type=submit]:active, .gform_wrapper form div.brewing-guide.brewing-guide-intro input[type=submit]:active, div.brewing-guide.brewing-guide-intro .woocommerce #respond input#submit:active, .woocommerce #respond div.brewing-guide.brewing-guide-intro input#submit:active, div.brewing-guide.brewing-guide-intro .woocommerce a.button:active, .woocommerce div.brewing-guide.brewing-guide-intro a.button:active, div.brewing-guide.brewing-guide-intro .woocommerce button.button:active, .woocommerce div.brewing-guide.brewing-guide-intro button.button:active, div.brewing-guide.brewing-guide-intro .woocommerce input.button:active, .woocommerce div.brewing-guide.brewing-guide-intro input.button:active, div.brewing-guide.brewing-guide-intro body.single-product div.product form.cart .button:active, body.single-product div.product form.cart div.brewing-guide.brewing-guide-intro .button:active, div.brewing-guide.brewing-guide-intro .linkBtn:focus, div.brewing-guide.brewing-guide-intro .gform_wrapper form input[type=submit]:focus, .gform_wrapper form div.brewing-guide.brewing-guide-intro input[type=submit]:focus, div.brewing-guide.brewing-guide-intro .woocommerce #respond input#submit:focus, .woocommerce #respond div.brewing-guide.brewing-guide-intro input#submit:focus, div.brewing-guide.brewing-guide-intro .woocommerce a.button:focus, .woocommerce div.brewing-guide.brewing-guide-intro a.button:focus, div.brewing-guide.brewing-guide-intro .woocommerce button.button:focus, .woocommerce div.brewing-guide.brewing-guide-intro button.button:focus, div.brewing-guide.brewing-guide-intro .woocommerce input.button:focus, .woocommerce div.brewing-guide.brewing-guide-intro input.button:focus, div.brewing-guide.brewing-guide-intro body.single-product div.product form.cart .button:focus, body.single-product div.product form.cart div.brewing-guide.brewing-guide-intro .button:focus {
  background-color: #000;
  color: #fff;
}
div.brewing-guide.brewing-guide-intro .brewing-guide-intro__content {
  position: relative;
  z-index: 1;
}
div.brewing-guide.brewing-guide-intro .brewing-guide-intro__image {
  position: relative;
  z-index: 0;
  margin-top: auto;
}
div.brewing-guide.brewing-guide-intro .brewing-guide-intro__image img {
  display: block;
  margin: 0 auto;
}

.brewing-guide {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.brewing-guide__specification--label {
  font-family: "ENGRAVERSGOTHICFS", sans-serif;
  font-size: 18px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.4;
}
.brewing-guide__specification--value p {
  font-family: "GTCinetype", sans-serif;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.4;
}
.brewing-guide hr {
  margin: 1rem 0;
}
.brewing-guide__directions {
  margin-bottom: 2rem;
}
.brewing-guide__directions h3 {
  margin-bottom: 0;
}
.brewing-guide__directions p {
  font-family: "GTCinetype", sans-serif;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.brewing-guide__link {
  margin-top: auto;
}

footer {
  font-family: "GTCinetype", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 2rem 0;
  background-color: #231f20;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  footer {
    text-align: left;
  }
}
footer * {
  color: #ddbb56;
}
footer ul {
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: #ddbb56;
}
footer a:hover, footer a:focus, footer a:active {
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  footer .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 64.0625em) {
  footer .footer-info {
    display: flex;
    width: 50%;
  }
}
@media only screen and (max-width: 64em) {
  footer .footer-info {
    margin-bottom: 2rem;
  }
}
footer .footer-info .footer-logo {
  display: block;
  max-width: 110px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  footer .footer-info .footer-logo {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  footer .footer-info__address {
    padding-left: 28px;
  }
}
footer .footer-info__address .fancy-title {
  font-size: 36px;
  line-height: 1.35;
}
footer .footer-info__address p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.075em;
}
footer .footer-info__address p:last-of-type {
  margin-bottom: 0;
}

.credits-overlay {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  padding-top: 3.25rem;
  position: fixed;
  opacity: 0;
  background: #333;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 10003;
}
.credits-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
}
.credits-overlay .close-menu {
  color: #fff;
  font-size: 25px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  width: 50px;
  margin-left: auto;
}
.credits-overlay .close-menu::after {
  display: table;
  content: "";
  clear: both;
}
.credits-overlay .close-menu .close {
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 2.5rem;
}
.credits-overlay .close-menu .close-x {
  cursor: pointer;
}
.credits-overlay .overlay-credits-wrapper * {
  color: #ffffff;
}
.credits-overlay .overlay-credits-wrapper a:hover {
  color: #ccc;
}
@media only screen and (min-height: 376px) {
  .credits-overlay .overlay-credits-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 950px;
  }
}
