/* ===================================================================================
 *
 * @project        RiverBluffBrew
 * @author         Caleb Zahnd <caleb@midcoast.io>
 * @build          Sun, Oct 8, 2023 6:58 PM CST
 * @release        a2838ded32634c17f299b8b0921d26c3634842a2 [master]
 * @copyright      Copyright (c) 2023, Midcoast Collective
 *
 *  Do not edit this file! This file is machine-generated and constantly overwritten.
 *  Any changes you make will be overwritten the next time the /src is compiled.
 *  Edit the /src files to make edits and updates.
 *
 * =================================================================================== */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i");
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;
  -webkit-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] {
  -webkit-box-sizing: border-box;
  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;
}

/*-----------*/
/* Variables
/*-----------*/
/*********/
/* Mixins
/*********/
.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.object-fit:not(html):not(body) {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

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

/**************/
/* Grid Mixins
/**************/
@font-face {
  font-family: "iconfont";
  src: url("../../assets/media/fonts/iconfont/iconfont.eot?66mrb");
  src: url("../../assets/media/fonts/iconfont/iconfont.eot?66mrb#iefix") format("eot"), url("../../assets/media/fonts/iconfont/iconfont.woff2?66mrb") format("woff2"), url("../../assets/media/fonts/iconfont/iconfont.woff?66mrb") format("woff"), url("../../assets/media/fonts/iconfont/iconfont.ttf?66mrb") format("truetype"), url("../../assets/media/fonts/iconfont/iconfont.svg?66mrb#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------*/
/* Typography
/*--------------*/
@font-face {
  font-family: "iconfont-riverbluffbrew";
  src: url("/wp-content/themes/riverbluffbrew/assets/media/fonts/iconfont/iconfont.eot");
  src: url("/wp-content/themes/riverbluffbrew/assets/media/fonts/iconfont/iconfont.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/riverbluffbrew/assets/media/fonts/iconfont/iconfont.ttf") format("truetype"), url("/wp-content/themes/riverbluffbrew/assets/media/fonts/iconfont/iconfont.woff") format("woff"), url("/wp-content/themes/riverbluffbrew/assets/media/fonts/iconfont/iconfont.svg#iconfont-riverbluffbrew") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SS Nickson";
  src: url("/wp-content/themes/riverbluffbrew/assets/media/fonts/ssnickson/SSNicksonEight.woff2") format("woff2"), url("/wp-content/themes/riverbluffbrew/assets/media/fonts/ssnickson/SSNicksonEight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SS Nickson";
  src: url("/wp-content/themes/riverbluffbrew/assets/media/fonts/ssnickson/SSNicksonOne.woff2") format("woff2"), url("/wp-content/themes/riverbluffbrew/assets/media/fonts/ssnickson/SSNicksonOne.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
}
body {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  body {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 17px;
  }
}
body a {
  text-decoration: none;
}
body a:hover, body a:focus, body a:active {
  text-decoration: underline;
}

p,
ul,
ol {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 15px;
}
p,
ul,
ol {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  p,
ul,
ol {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  p,
ul,
ol {
    font-size: 17px;
  }
}
p a,
ul a,
ol a {
  text-decoration: none;
}
p a:hover, p a:focus, p a:active,
ul a:hover,
ul a:focus,
ul a:active,
ol a:hover,
ol a:focus,
ol a:active {
  text-decoration: underline;
}
p:empty,
ul:empty,
ol:empty {
  display: none;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin: 0;
  color: #000000;
}

hr {
  border: transparent;
  height: 1px;
  background: #b0b0b0;
  margin-bottom: 20px;
}

a {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
a::before, a::after {
  display: inline-block;
}
a:hover, a:focus, a:active {
  opacity: 0.6;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  text-decoration: underline;
}

sup {
  font-size: 60%;
}

/**********/
/* Buttons
/**********/
.btn, .content-block--form .gform_button.button, .btn__block {
  display: inline-block;
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background-color: #1d1817;
  border-width: 0px;
  border-style: solid;
  border-color: #1d1817;
  border-radius: 0px;
  padding: 6px 15px;
  text-align: center;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn, .content-block--form .gform_button.button, .btn__block {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .btn, .content-block--form .gform_button.button, .btn__block {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .btn, .content-block--form .gform_button.button, .btn__block {
    font-size: 12px;
  }
}
.btn a, .content-block--form .gform_button.button a, .btn__block a {
  color: #ffffff;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.btn a:hover, .content-block--form .gform_button.button a:hover, .btn__block a:hover, .btn a:focus, .content-block--form .gform_button.button a:focus, .btn__block a:focus, .btn a:active, .content-block--form .gform_button.button a:active, .btn__block a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media only screen and (min-width: 992px) {
  .btn, .content-block--form .gform_button.button, .btn__block {
    padding: 12px 25px;
  }
}
.btn:link, .content-block--form .gform_button.button:link, .btn__block:link, .btn:visited, .content-block--form .gform_button.button:visited, .btn__block:visited {
  color: #ffffff !important;
  text-decoration: none;
}
.btn:hover, .content-block--form .gform_button.button:hover, .btn__block:hover, .btn:focus, .content-block--form .gform_button.button:focus, .btn__block:focus, .btn.focus, .content-block--form .focus.gform_button.button, .focus.btn__block, .btn:active, .content-block--form .gform_button.button:active, .btn__block:active, .btn.active, .content-block--form .active.gform_button.button, .active.btn__block, .open > .btn.dropdown-toggle, .content-block--form .open > .dropdown-toggle.gform_button.button, .open > .dropdown-toggle.btn__block {
  color: #ffffff;
  border-color: #010000;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #010000;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn:active, .content-block--form .gform_button.button:active, .btn__block:active, .btn.active, .content-block--form .active.gform_button.button, .active.btn__block, .open > .btn.dropdown-toggle, .content-block--form .open > .dropdown-toggle.gform_button.button, .open > .dropdown-toggle.btn__block {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn.disabled, .content-block--form .disabled.gform_button.button, .disabled.btn__block, .btn.disabled:hover, .content-block--form .disabled.gform_button.button:hover, .btn.disabled:focus, .content-block--form .disabled.gform_button.button:focus, .btn.disabled.focus, .content-block--form .disabled.focus.gform_button.button, .btn.disabled:active, .content-block--form .disabled.gform_button.button:active, .btn.disabled.active, .content-block--form .disabled.active.gform_button.button, .btn[disabled], .content-block--form [disabled].gform_button.button, [disabled].btn__block, .btn[disabled]:hover, .content-block--form [disabled].gform_button.button:hover, .btn[disabled]:focus, .content-block--form [disabled].gform_button.button:focus, .btn[disabled].focus, .content-block--form [disabled].focus.gform_button.button, .btn[disabled]:active, .content-block--form [disabled].gform_button.button:active, .btn[disabled].active, .content-block--form [disabled].active.gform_button.button, fieldset[disabled] .btn, fieldset[disabled] .content-block--form .gform_button.button, .content-block--form fieldset[disabled] .gform_button.button, fieldset[disabled] .btn__block, fieldset[disabled] .btn:hover, fieldset[disabled] .content-block--form .gform_button.button:hover, .content-block--form fieldset[disabled] .gform_button.button:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .content-block--form .gform_button.button:focus, .content-block--form fieldset[disabled] .gform_button.button:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .content-block--form .focus.gform_button.button, .content-block--form fieldset[disabled] .focus.gform_button.button, fieldset[disabled] .btn:active, fieldset[disabled] .content-block--form .gform_button.button:active, .content-block--form fieldset[disabled] .gform_button.button:active, fieldset[disabled] .btn.active, fieldset[disabled] .content-block--form .active.gform_button.button, .content-block--form fieldset[disabled] .active.gform_button.button {
  background-color: #564744;
  border-color: #564744;
}
.btn .badge, .content-block--form .gform_button.button .badge, .btn__block .badge {
  color: #1d1817;
  background-color: #ffffff;
}

.btn__white {
  display: inline-block;
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  background-color: #ffffff;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0px;
  padding: 6px 15px;
  text-align: center;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn__white {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .btn__white {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .btn__white {
    font-size: 12px;
  }
}
.btn__white a {
  color: #ffffff;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.btn__white a:hover, .btn__white a:focus, .btn__white a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media only screen and (min-width: 992px) {
  .btn__white {
    padding: 12px 25px;
  }
}
.btn__white:link, .btn__white:visited {
  color: #000000 !important;
  text-decoration: none;
}
.btn__white:hover, .btn__white:focus, .btn__white.focus, .btn__white:active, .btn__white.active, .open > .btn__white.dropdown-toggle {
  color: #000000;
  border-color: #e6e6e6;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #e6e6e6;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn__white:active, .btn__white.active, .open > .btn__white.dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn__white.disabled, .btn__white.disabled:hover, .btn__white.disabled:focus, .btn__white.disabled.focus, .btn__white.disabled:active, .btn__white.disabled.active, .btn__white[disabled], .btn__white[disabled]:hover, .btn__white[disabled]:focus, .btn__white[disabled].focus, .btn__white[disabled]:active, .btn__white[disabled].active, fieldset[disabled] .btn__white, fieldset[disabled] .btn__white:hover, fieldset[disabled] .btn__white:focus, fieldset[disabled] .btn__white.focus, fieldset[disabled] .btn__white:active, fieldset[disabled] .btn__white.active {
  background-color: white;
  border-color: white;
}
.btn__white .badge {
  color: #ffffff;
  background-color: #000000;
}

.btn__block {
  display: block;
}

.btn__transparent {
  display: inline-block;
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0px;
  padding: 6px 15px;
  text-align: center;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn__transparent {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .btn__transparent {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .btn__transparent {
    font-size: 12px;
  }
}
.btn__transparent a {
  color: #ffffff;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.btn__transparent a:hover, .btn__transparent a:focus, .btn__transparent a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media only screen and (min-width: 992px) {
  .btn__transparent {
    padding: 12px 25px;
  }
}
.btn__transparent:link, .btn__transparent:visited {
  color: #ffffff !important;
  text-decoration: none;
}
.btn__transparent:hover, .btn__transparent:focus, .btn__transparent.focus, .btn__transparent:active, .btn__transparent.active, .open > .btn__transparent.dropdown-toggle {
  color: #ffffff;
  border-color: #e6e6e6;
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn__transparent:active, .btn__transparent.active, .open > .btn__transparent.dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 300ms;
}
.btn__transparent.disabled, .btn__transparent.disabled:hover, .btn__transparent.disabled:focus, .btn__transparent.disabled.focus, .btn__transparent.disabled:active, .btn__transparent.disabled.active, .btn__transparent[disabled], .btn__transparent[disabled]:hover, .btn__transparent[disabled]:focus, .btn__transparent[disabled].focus, .btn__transparent[disabled]:active, .btn__transparent[disabled].active, fieldset[disabled] .btn__transparent, fieldset[disabled] .btn__transparent:hover, fieldset[disabled] .btn__transparent:focus, fieldset[disabled] .btn__transparent.focus, fieldset[disabled] .btn__transparent:active, fieldset[disabled] .btn__transparent.active {
  background-color: rgba(51, 51, 51, 0);
  border-color: white;
}
.btn__transparent .badge {
  color: transparent;
  background-color: #ffffff;
}

/*******/
/* HTML
/*******/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  background-color: #1d1817;
  background-image: url(/wp-content/themes/riverbluffbrew/assets/media/images/dusty-texture.jpg);
  background-repeat: repeat;
}

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

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body:not(.user-is-tabbing) button:focus, body:not(.user-is-tabbing) input:focus, body:not(.user-is-tabbing) select:focus, body:not(.user-is-tabbing) textarea:focus, body:not(.user-is-tabbing) *:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 60px;
  }
}

html.nav-open,
html.nav-open body {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  *zoom: 1;
  position: relative;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#bootstrap-grid-frame-jhbsdovu .container {
  display: block;
}
.container::before, .container::after {
  content: " ";
  display: table;
}
.container::after {
  clear: both;
}

.hidden:not(html) {
  display: none;
}

#content iframe {
  max-width: 100%;
}

img,
p img {
  max-width: 100%;
  height: auto;
  font-size: 0;
}

figure {
  margin: 0;
}

/************/
/* FancyBox
/************/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*********************/
/* Fancybox Overrides
/*********************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}

/*--------------*/
/* Forms
/*--------------*/
.gform_fields,
.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
}

.gform_footer {
  *zoom: 1;
}
.gform_footer::before, .gform_footer::after {
  content: " ";
  display: table;
}
.gform_footer::after {
  clear: both;
}
.gform_footer input[type=submit] {
  max-width: 200px;
}

.gform_validation_container {
  visibility: hidden;
  display: none;
}

.gfield {
  margin-bottom: 30px;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}

label,
.fieldset-legend {
  display: block;
}

.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select, textarea, select, input {
  border: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select, textarea, select, input {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select, textarea, select, input {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select, textarea, select, input {
    font-size: 17px;
  }
}
.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select a, textarea a, select a, input a {
  text-decoration: none;
}
.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select a:hover, textarea a:hover, select a:hover, input a:hover, .content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select a:focus, textarea a:focus, select a:focus, input a:focus, .content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select a:active, textarea a:active, select a:active, input a:active {
  text-decoration: underline;
}
.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select:focus, textarea:focus, select:focus, input:focus {
  color: #000000;
  border-color: #000000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.content-block--form .gform_wrapper .top_label div[aria-invalid=true].ginput_container.ginput_container_select, textarea[aria-invalid=true], select[aria-invalid=true], input[aria-invalid=true] {
  border: 1px solid;
}

textarea {
  height: 150px;
}

select option:disabled {
  color: #b0b0b0;
}

input[type=checkbox] {
  display: none;
  position: relative;
}
input[type=checkbox] + label, input[type=checkbox] + input[type=hidden] + label {
  position: relative;
  padding-left: 25px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  text-transform: none;
  cursor: pointer;
}
input[type=checkbox] + label, input[type=checkbox] + input[type=hidden] + label {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  input[type=checkbox] + label, input[type=checkbox] + input[type=hidden] + label {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  input[type=checkbox] + label, input[type=checkbox] + input[type=hidden] + label {
    font-size: 17px;
  }
}
input[type=checkbox] + label a, input[type=checkbox] + input[type=hidden] + label a {
  text-decoration: none;
}
input[type=checkbox] + label a:hover, input[type=checkbox] + label a:focus, input[type=checkbox] + label a:active, input[type=checkbox] + input[type=hidden] + label a:hover, input[type=checkbox] + input[type=hidden] + label a:focus, input[type=checkbox] + input[type=hidden] + label a:active {
  text-decoration: underline;
}
input[type=checkbox] + label::before, input[type=checkbox] + input[type=hidden] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  left: 0;
  top: 2px;
}
input[type=checkbox]:checked + label, input[type=checkbox]:checked + input[type=hidden] + label {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
}
input[type=checkbox]:checked + label, input[type=checkbox]:checked + input[type=hidden] + label {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  input[type=checkbox]:checked + label, input[type=checkbox]:checked + input[type=hidden] + label {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  input[type=checkbox]:checked + label, input[type=checkbox]:checked + input[type=hidden] + label {
    font-size: 17px;
  }
}
input[type=checkbox]:checked + label a, input[type=checkbox]:checked + input[type=hidden] + label a {
  text-decoration: none;
}
input[type=checkbox]:checked + label a:hover, input[type=checkbox]:checked + label a:focus, input[type=checkbox]:checked + label a:active, input[type=checkbox]:checked + input[type=hidden] + label a:hover, input[type=checkbox]:checked + input[type=hidden] + label a:focus, input[type=checkbox]:checked + input[type=hidden] + label a:active {
  text-decoration: underline;
}
input[type=checkbox]:checked + label::after, input[type=checkbox]:checked + input[type=hidden] + label::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea09";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: -4px;
}

input[type=radio] {
  display: none;
  position: relative;
}
input[type=radio] + label {
  position: relative;
  padding-left: 25px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  text-transform: none;
  cursor: pointer;
}
input[type=radio] + label {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  input[type=radio] + label {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  input[type=radio] + label {
    font-size: 17px;
  }
}
input[type=radio] + label a {
  text-decoration: none;
}
input[type=radio] + label a:hover, input[type=radio] + label a:focus, input[type=radio] + label a:active {
  text-decoration: underline;
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 99px;
}
input[type=radio]:checked + label {
  color: #000000;
}
input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border-radius: 99px;
}

.validation_error {
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 30px;
}
.validation_error {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .validation_error {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .validation_error {
    font-size: 12px;
  }
}
.validation_error a {
  color: #ffffff;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.validation_error a:hover, .validation_error a:focus, .validation_error a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.validation_message {
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.validation_message {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .validation_message {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .validation_message {
    font-size: 12px;
  }
}
.validation_message a {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.validation_message a:hover, .validation_message a:focus, .validation_message a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.gfield_required {
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 5px;
}
.gfield_required {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .gfield_required {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .gfield_required {
    font-size: 12px;
  }
}
.gfield_required a {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.gfield_required a:hover, .gfield_required a:focus, .gfield_required a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

/******************************************************/
/* ODDS AND ENDS - TINY ONE-OFFS AND MISCELLENEA
/******************************************************/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*----------------------*/
/* Beer Listing
/* River Bluff Brewing
/*----------------------*/
.beer-listing {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
}
#bootstrap-grid-frame-jhbsdovu .beer-listing {
  display: block;
}
@media only screen and (min-width: 768px) {
  .beer-listing {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .beer-listing.beer-listing--spacing {
    margin-bottom: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .beer-listing.beer-listing--spacing {
    margin-bottom: 275px;
  }
}
@media only screen and (min-width: 1200px) {
  .beer-listing.beer-listing--spacing {
    margin-bottom: 350px;
  }
}
@media only screen and (min-width: 1600px) {
  .beer-listing.beer-listing--spacing {
    margin-bottom: 400px;
  }
}

.beer-listing--item {
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .beer-listing--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
.beer-listing--item > li {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .beer-listing--item > li {
    width: 50%;
    margin: 0 0 30px;
  }
  .beer-listing--item > li:nth-child(even) {
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
  }
}

.beer-item--content {
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #ffffff;
  padding: 15px 40px;
}
.beer-item--content {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .beer-item--content {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .beer-item--content {
    font-size: 17px;
  }
}
.beer-item--content a {
  text-decoration: none;
}
.beer-item--content a:hover, .beer-item--content a:focus, .beer-item--content a:active {
  text-decoration: underline;
}
.beer-item--content h2 {
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 15px;
}
.beer-item--content h2 {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .beer-item--content h2 {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .beer-item--content h2 {
    font-size: 40px;
  }
}
.beer-item--content h2 a:link {
  text-decoration: underline;
}
.beer-item--content .beer-item--abv {
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #dcbb81;
}
.beer-item--content p, .beer-item--content ul, .beer-item--content ol {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #ffffff;
}
.beer-item--content p, .beer-item--content ul, .beer-item--content ol {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .beer-item--content p, .beer-item--content ul, .beer-item--content ol {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .beer-item--content p, .beer-item--content ul, .beer-item--content ol {
    font-size: 17px;
  }
}
.beer-item--content p a, .beer-item--content ul a, .beer-item--content ol a {
  text-decoration: none;
}
.beer-item--content p a:hover, .beer-item--content p a:focus, .beer-item--content p a:active, .beer-item--content ul a:hover, .beer-item--content ul a:focus, .beer-item--content ul a:active, .beer-item--content ol a:hover, .beer-item--content ol a:focus, .beer-item--content ol a:active {
  text-decoration: underline;
}
.beer-item--content ul {
  list-style: disc;
}
.beer-item--content a {
  color: #dcbb81;
}

.beer-listing--extra-field::before {
  content: "";
  display: block;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.beer-listing--extra-field .beer-item--content::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea21";
  font-size: 15px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 15px;
  left: 0;
  color: #dcbb81;
}

/*----------------------*/
/* Content Block
/* River Bluff Brewing
/*----------------------*/
.content-block {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url(/wp-content/themes/riverbluffbrew/assets/media/images/dusty-tumbleweed-texture.jpg);
  background-color: #dcbb81;
  z-index: 1;
}
.about .content-block {
  background-image: none;
  background-color: transparent;
  color: #ffffff;
}
.content-block .content-block--container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .content-block .content-block--container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.content-block .content-block--container::before, .content-block .content-block--container::after {
  content: " ";
  display: table;
}
.content-block .content-block--container::after {
  clear: both;
}
#bootstrap-grid-frame-jhbsdovu .content-block .content-block--container {
  display: block;
}
.headline-general + .content-block, .work-info + .content-block {
  padding-top: 0;
}

/*------------------------*/
/* Content Block - Blurb
/* River Bluff Brewing
/*------------------------*/
.content-block--overview-blurb {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 544px) {
  .content-block--overview-blurb {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .content-block--overview-blurb {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.content-block--overview-blurb p {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  line-height: 1.42;
}
.content-block--overview-blurb p {
  font-size: 20px;
}
@media screen and (min-width: 544px) {
  .content-block--overview-blurb p {
    font-size: calc(20px + 8 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--overview-blurb p {
    font-size: 28px;
  }
}
.content-block--overview-blurb p a {
  text-decoration: none;
}
.content-block--overview-blurb p a:hover, .content-block--overview-blurb p a:focus, .content-block--overview-blurb p a:active {
  text-decoration: underline;
}
.about .content-block--overview-blurb p {
  color: #ffffff;
}
.content-block--overview-blurb h1, .content-block--overview-blurb h2, .content-block--overview-blurb h3, .content-block--overview-blurb h4, .content-block--overview-blurb h5, .content-block--overview-blurb h6 {
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
.content-block--overview-blurb h1, .content-block--overview-blurb h2, .content-block--overview-blurb h3, .content-block--overview-blurb h4, .content-block--overview-blurb h5, .content-block--overview-blurb h6 {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .content-block--overview-blurb h1, .content-block--overview-blurb h2, .content-block--overview-blurb h3, .content-block--overview-blurb h4, .content-block--overview-blurb h5, .content-block--overview-blurb h6 {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--overview-blurb h1, .content-block--overview-blurb h2, .content-block--overview-blurb h3, .content-block--overview-blurb h4, .content-block--overview-blurb h5, .content-block--overview-blurb h6 {
    font-size: 40px;
  }
}
.content-block--overview-blurb h1 a:link, .content-block--overview-blurb h2 a:link, .content-block--overview-blurb h3 a:link, .content-block--overview-blurb h4 a:link, .content-block--overview-blurb h5 a:link, .content-block--overview-blurb h6 a:link {
  text-decoration: underline;
}
.content-block--overview-blurb h3 {
  font-size: 22px;
}
@media screen and (min-width: 544px) {
  .content-block--overview-blurb h3 {
    font-size: calc(22px + 8 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--overview-blurb h3 {
    font-size: 30px;
  }
}
.content-block--overview-blurb h4 {
  font-size: 20px;
}
@media screen and (min-width: 544px) {
  .content-block--overview-blurb h4 {
    font-size: calc(20px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--overview-blurb h4 {
    font-size: 25px;
  }
}
.content-block--overview-blurb h5 {
  font-size: 14px;
}
@media screen and (min-width: 544px) {
  .content-block--overview-blurb h5 {
    font-size: calc(14px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--overview-blurb h5 {
    font-size: 16px;
  }
}
.content-block--overview-blurb h6 {
  font-size: 12px;
}
@media screen and (min-width: 544px) {
  .content-block--overview-blurb h6 {
    font-size: calc(12px + 0 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--overview-blurb h6 {
    font-size: 12px;
  }
}

/*------------------------*/
/* Content Block - Form
/* River Bluff Brewing
/*------------------------*/
.content-block--single .gform_wrapper {
  width: 66.6666666667%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.content-block--form {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 992px) {
  .content-block--form {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .content-block--form {
    width: 50%;
    margin-left: 25%;
  }
}
.content-block--form .gform_wrapper {
  margin: 0 0 -15px;
}
.content-block--form .gform_wrapper label.gfield_label {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
}
.content-block--form .gform_wrapper label.gfield_label {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .content-block--form .gform_wrapper label.gfield_label {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--form .gform_wrapper label.gfield_label {
    font-size: 17px;
  }
}
.content-block--form .gform_wrapper label.gfield_label a {
  text-decoration: none;
}
.content-block--form .gform_wrapper label.gfield_label a:hover, .content-block--form .gform_wrapper label.gfield_label a:focus, .content-block--form .gform_wrapper label.gfield_label a:active {
  text-decoration: underline;
}
.content-block--form .gform_wrapper label.gfield_label {
  font-size: 12px;
}
@media screen and (min-width: 544px) {
  .content-block--form .gform_wrapper label.gfield_label {
    font-size: calc(12px + 2 * ((100vw - 544px) / 448));
  }
}
@media screen and (min-width: 992px) {
  .content-block--form .gform_wrapper label.gfield_label {
    font-size: 14px;
  }
}
.content-block--form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 25px;
}
.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #bbb;
  padding: 0 5px;
}
.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea05";
  font-size: 9px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.content-block--form .gform_wrapper .top_label div.ginput_container.ginput_container_select select {
  background-color: transparent;
  border: none;
  height: 41px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 15px 0;
}
.content-block--form .gform_wrapper .gfield_radio li input[type=radio],
.content-block--form .gform_wrapper .gfield_checkbox li input[type=checkbox] {
  display: none;
}
.content-block--form .gform_wrapper .gfield_checkbox li label,
.content-block--form .gform_wrapper .gfield_radio li label {
  padding-left: 25px;
}
/*------------------------*/
/* Content Block - Gallery
/* River Bluff Brewing
/*------------------------*/
.content-block--gallery {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 60px;
}
.content-block--gallery img {
  width: 100vw;
  max-width: 100vw;
}

.content-block--gallery--list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Arrows */
}
.content-block--gallery--list li {
  font-size: 0;
}
.content-block--gallery--list .slick-prev,
.content-block--gallery--list .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  background-color: #ffffff;
  height: 60px;
  width: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
.content-block--gallery--list .slick-prev {
  left: 0;
}
.content-block--gallery--list .slick-prev::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea06";
  font-size: 11px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
}
.content-block--gallery--list .slick-next {
  right: 0;
}
.content-block--gallery--list .slick-next::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea07";
  font-size: 11px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
}
.content-block--gallery--list .slick-dots {
  display: none;
}

/*----------------------*/
/* Content Block Map
/* River Bluff Brewing
/*----------------------*/
.content-.content-block--map {
  background-color: #f4f4f4;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
}

.content-block--map--instructions {
  font-family: "Libre Franklin", sans-serif;
  color: #000000;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  font-style: italic;
  padding-bottom: 15px;
}
.content-block--map--instructions a {
  color: #000000;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.content-block--map--instructions a:hover, .content-block--map--instructions a:focus, .content-block--map--instructions a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.content-block--map--map {
  width: 100%;
}
.content-block--map--map .map {
  width: 100%;
  height: 100%;
  min-height: 90vh;
}

.wpgmza-infowindow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpgmza-infowindow .wpgmza_infowindow_title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "SS Nickson", serif;
}
.wpgmza-infowindow .wpgmza_infowindow_address {
  font-size: 14px;
  font-size: 1.4rem;
}
.wpgmza-infowindow p {
  margin: 0;
}

/*------------------------*/
/* Content Block - Media
/* River Bluff Brewing
/*------------------------*/
.content-block--media {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .content-block--media {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
.content-block--media a[data-fancybox-video] {
  position: relative;
  display: block;
}
.content-block--media a[data-fancybox-video]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea1e";
  font-size: 86px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  -webkit-backface-visibility: hidden;
}
.content-block--media a[data-fancybox-video]:hover::after, .content-block--media a[data-fancybox-video]:focus::after, .content-block--media a[data-fancybox-video]:active::after {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  -webkit-backface-visibility: hidden;
}

.content-block--media--caption,
.wp-caption-text {
  display: block;
  margin: 0px auto;
  text-align: center;
}
.content-block--media--caption:empty,
.wp-caption-text:empty {
  display: none;
}

/*----------------------*/
/* Content Block Single
/* River Bluff Brewing
/*----------------------*/
.content-block--single {
  margin-top: 20px;
  margin-bottom: 45px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .content-block--single {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .content-block--single {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.content-block .content-block--single:last-child {
  margin-bottom: 75px;
}
.content-block--single p.font-small {
  font-size: 80%;
  margin-top: 30px;
}
.content-block--single h1, .content-block--single h2, .content-block--single h3, .content-block--single h4, .content-block--single h5, .content-block--single h6 {
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
.content-block--single h1, .content-block--single h2, .content-block--single h3, .content-block--single h4, .content-block--single h5, .content-block--single h6 {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .content-block--single h1, .content-block--single h2, .content-block--single h3, .content-block--single h4, .content-block--single h5, .content-block--single h6 {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--single h1, .content-block--single h2, .content-block--single h3, .content-block--single h4, .content-block--single h5, .content-block--single h6 {
    font-size: 40px;
  }
}
.content-block--single h1 a:link, .content-block--single h2 a:link, .content-block--single h3 a:link, .content-block--single h4 a:link, .content-block--single h5 a:link, .content-block--single h6 a:link {
  text-decoration: underline;
}
.content-block--single h3 {
  font-size: 22px;
}
@media screen and (min-width: 544px) {
  .content-block--single h3 {
    font-size: calc(22px + 8 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--single h3 {
    font-size: 30px;
  }
}
.content-block--single h4 {
  font-size: 20px;
}
@media screen and (min-width: 544px) {
  .content-block--single h4 {
    font-size: calc(20px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--single h4 {
    font-size: 25px;
  }
}
.content-block--single h5 {
  font-size: 14px;
}
@media screen and (min-width: 544px) {
  .content-block--single h5 {
    font-size: calc(14px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--single h5 {
    font-size: 16px;
  }
}
.content-block--single h6 {
  font-size: 12px;
}
@media screen and (min-width: 544px) {
  .content-block--single h6 {
    font-size: calc(12px + 0 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .content-block--single h6 {
    font-size: 12px;
  }
}
.content-block--single a {
  color: #695024;
  text-decoration: underline;
}

/*--------------------*/
/* Featured Beer
/*--------------------*/
.featured-beer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #dcbb81;
  padding: 45px 15px;
}
@media only screen and (min-width: 544px) {
  .featured-beer {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-beer {
    padding: 130px 0;
  }
}

.featured-beer--container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .featured-beer--container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#bootstrap-grid-frame-jhbsdovu .featured-beer--container {
  display: block;
}
@media only screen and (max-width: 543px) {
  .featured-beer--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.featured-beer--content-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .featured-beer--content-block {
    width: 58.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .featured-beer--content-block {
    width: 50%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-beer--content-block {
    width: 41.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.featured-beer--photo {
  width: 100%;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .featured-beer--photo {
    width: 41.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .featured-beer--photo {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-beer--photo {
    width: 25%;
  }
}

.featured-beer--content {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  padding: 30px 40px;
}
.featured-beer--content {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .featured-beer--content {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .featured-beer--content {
    font-size: 17px;
  }
}
.featured-beer--content a {
  text-decoration: none;
}
.featured-beer--content a:hover, .featured-beer--content a:focus, .featured-beer--content a:active {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .featured-beer--content {
    padding: 30px 80px;
  }
}
.featured-beer--content h2 {
  font-family: "SS Nickson", serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 100;
  text-decoration: none;
  color: #c8a15e;
  margin-top: -15%;
  margin-left: -30px;
  text-align: left;
}
.featured-beer--content h2 {
  font-size: 80px;
}
@media screen and (min-width: 544px) {
  .featured-beer--content h2 {
    font-size: calc(80px + 120 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .featured-beer--content h2 {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-beer--content h2 {
    margin-left: -45px;
  }
}
.featured-beer--content h3 {
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  margin-bottom: 15px;
}
.featured-beer--content h3 {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .featured-beer--content h3 {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .featured-beer--content h3 {
    font-size: 40px;
  }
}
.featured-beer--content h3 a:link {
  text-decoration: underline;
}
.featured-beer--content .beer-item--abv {
  position: absolute;
  top: 5px;
  left: -30px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #c8a15e;
}
@media only screen and (min-width: 768px) {
  .featured-beer--content .beer-item--abv {
    margin-left: -20px;
  }
}
.featured-beer--content p, .featured-beer--content ul, .featured-beer--content ol {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  line-height: 1.25;
}
.featured-beer--content p, .featured-beer--content ul, .featured-beer--content ol {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .featured-beer--content p, .featured-beer--content ul, .featured-beer--content ol {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .featured-beer--content p, .featured-beer--content ul, .featured-beer--content ol {
    font-size: 17px;
  }
}
.featured-beer--content p a, .featured-beer--content ul a, .featured-beer--content ol a {
  text-decoration: none;
}
.featured-beer--content p a:hover, .featured-beer--content p a:focus, .featured-beer--content p a:active, .featured-beer--content ul a:hover, .featured-beer--content ul a:focus, .featured-beer--content ul a:active, .featured-beer--content ol a:hover, .featured-beer--content ol a:focus, .featured-beer--content ol a:active {
  text-decoration: underline;
}
.featured-beer--content ul {
  list-style: disc;
}
.featured-beer--content a {
  color: #c8a15e;
}
.featured-beer--content a:link {
  text-decoration: underline;
}
.featured-beer--content a.view-all {
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #c8a15e;
  margin-top: 45px;
  margin-bottom: 30px;
  margin-left: -30px;
  text-decoration: underline;
}
.featured-beer--content a.view-all {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .featured-beer--content a.view-all {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .featured-beer--content a.view-all {
    font-size: 17px;
  }
}
.featured-beer--content a.view-all a {
  text-decoration: none;
}
.featured-beer--content a.view-all a:hover, .featured-beer--content a.view-all a:focus, .featured-beer--content a.view-all a:active {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .featured-beer--content a.view-all {
    margin-left: -45px;
  }
}

.featured-beer--content--beer {
  position: relative;
}

/*--------------------------*/
/* Footer
/*--------------------------*/
.footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #1d1817;
  padding: 30px 0;
  z-index: 400;
  -webkit-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.75s;
}
html.nav-open .footer {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.75s;
}
html.nav-open.nav-closing .footer {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.75s;
}

.footer--container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  *zoom: 1;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .footer--container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.footer--container::before, .footer--container::after {
  content: " ";
  display: table;
}
.footer--container::after {
  clear: both;
}
#bootstrap-grid-frame-jhbsdovu .footer--container {
  display: block;
}
.footer--container + .footer--container::before {
  content: "";
  display: block;
  margin: 0 15px 30px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer--container a {
  color: #ffffff;
}

/*--------------------------*/
/* Footer Attribution
/*--------------------------*/
.footer--attribution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.25;
}
.footer--attribution a {
  color: #ffffff;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.footer--attribution a:hover, .footer--attribution a:focus, .footer--attribution a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.footer--attribution > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  font-family: "Libre Franklin", sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
}
.footer--attribution > * a {
  color: #ffffff;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.footer--attribution > * a:hover, .footer--attribution > * a:focus, .footer--attribution > * a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.footer--attribution > *:hover, .footer--attribution > *:focus, .footer--attribution > *:active {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}
.footer--attribution > *::before {
  margin: 0 5px;
}
.footer--attribution--midcoast::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea1b";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer--attribution--marksmedia::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea1a";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------*/
/* Footer Copyright
/*--------------------------*/
.footer--copyright {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Libre Franklin", sans-serif;
  color: #b0b0b0;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
.footer--copyright a {
  color: #b0b0b0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.footer--copyright a:hover, .footer--copyright a:focus, .footer--copyright a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer--copyright {
    width: 50%;
    text-align: left;
  }
}
.footer--copyright a {
  text-decoration: underline;
}

.footer--tagline {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Libre Franklin", sans-serif;
  color: #b0b0b0;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
.footer--tagline a {
  color: #b0b0b0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.footer--tagline a:hover, .footer--tagline a:focus, .footer--tagline a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer--tagline {
    width: 50%;
    text-align: right;
  }
}
.footer--tagline a {
  text-decoration: underline;
}

/*--------------------------*/
/* Footer Logo
/*--------------------------*/
.footer--logo {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.footer--logo a {
  font-size: 0;
}
.footer--logo a img {
  width: 100%;
  max-width: 255px;
}

/*--------------*/
/* Hamburger
/*--------------*/
.hamburger {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 5000;
}
body.admin-bar .hamburger {
  top: 67px;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.5;
}
.hamburger.is-active:hover {
  opacity: 0.5;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*--------------*/
/* Header
/*--------------*/
:root {
  --header-height: 90px;
}

.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  height: --header-height;
  -webkit-transition: height ease-in-out 500ms;
  transition: height ease-in-out 500ms;
  z-index: 1000;
}
body.admin-bar .header {
  top: 32px;
}
.header--container {
  position: relative;
}

.header--logo {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 80px;
  height: 80px;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all ease-in-out 1000ms;
  transition: all ease-in-out 1000ms;
  z-index: 1000;
}
.header--logo::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea17";
  font-size: 74px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1.5px 2px 3px 3px;
  color: #ffffff;
  background-color: #1d1817;
  border-radius: 999px;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
}
.header--logo::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea1d";
  font-size: 25px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header--logo > span::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea16";
  font-size: 74px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .header--logo {
    width: 80px;
    height: 80px;
    z-index: 5000;
  }
  .header--logo::before {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea17";
    font-size: 74px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
  }
  .header--logo::after {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea1d";
    font-size: 25px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
  }
  .header--logo > span::before {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea16";
    font-size: 74px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 992px) {
  .header--logo {
    width: 125px;
    height: 125px;
    z-index: 5000;
    -webkit-transition: top ease-in-out 500ms;
    transition: top ease-in-out 500ms;
  }
  .header--logo::before {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea17";
    font-size: 114px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    -webkit-transition: font-size ease-in-out 500ms;
    transition: font-size ease-in-out 500ms;
  }
  .header--logo::after {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea1d";
    font-size: 41px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    -webkit-transition: font-size ease-in-out 500ms;
    transition: font-size ease-in-out 500ms;
  }
  .header--logo > span::before {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea16";
    font-size: 109px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: font-size ease-in-out 500ms, opacity ease-in-out 500ms;
    transition: font-size ease-in-out 500ms, opacity ease-in-out 500ms;
  }
  header.small .header--logo {
    top: -20px;
    -webkit-transition: top ease-in-out 500ms;
    transition: top ease-in-out 500ms;
  }
  header.small .header--logo::before {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea17";
    font-size: 65px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    -webkit-transition: font-size ease-in-out 500ms;
    transition: font-size ease-in-out 500ms;
  }
  header.small .header--logo::after {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea1d";
    font-size: 41px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    -webkit-transition: font-size ease-in-out 500ms;
    transition: font-size ease-in-out 500ms;
  }
  header.small .header--logo > span::before {
    font-family: "iconfont-riverbluffbrew";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea16";
    font-size: 60px;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transition: font-size ease-in-out 500ms, opacity ease-in-out 500ms;
    transition: font-size ease-in-out 500ms, opacity ease-in-out 500ms;
    color: #ffffff;
  }
}
.header--logo:hover::before, .header--logo:focus::before, .header--logo:active::before {
  background-color: #564744;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
}
body.ready .header--logo {
  opacity: 1;
}

.header--nav {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
}
#bootstrap-grid-frame-jhbsdovu .header--nav {
  display: block;
}
@media only screen and (min-width: 992px) {
  .header--nav {
    margin-right: 150px;
    max-width: calc(100% - 180px);
    height: 90px;
    -webkit-transition: height ease-in-out 500ms;
    transition: height ease-in-out 500ms;
  }
  header.small .header--nav {
    height: 40px;
    -webkit-transition: height ease-in-out 500ms;
    transition: height ease-in-out 500ms;
  }
}

.header--phone {
  position: absolute;
  right: 30px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .header--phone {
    display: none;
  }
}

.header--reservations {
  position: absolute;
  right: 30px;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: "Libre Franklin", sans-serif;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.5;
}
.header--reservations {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .header--reservations {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .header--reservations {
    font-size: 12px;
  }
}
.header--reservations a {
  color: #000000;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.header--reservations a:hover, .header--reservations a:focus, .header--reservations a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media only screen and (min-width: 0) and (max-width: 543px) {
  .header--reservations {
    right: 6px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .header--reservations {
    display: none;
  }
}

/*--------------------------*/
/* Hero General
/*--------------------------*/
.hero--general {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0px;
  font-size: 0rem;
}
.hero--general--image {
  position: relative;
  width: 100%;
  background-color: #1d1817;
}
.hero--general--image img {
  visibility: hidden;
}
.hero--general--image img:not(html):not(body) {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero--general--video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.hero--general--content {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .hero--general--content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#bootstrap-grid-frame-jhbsdovu .hero--general--content {
  display: block;
}
.hero--general--content h1 {
  font-family: "SS Nickson", serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 100;
  text-decoration: none;
  color: #ffffff;
  visibility: hidden;
}
.hero--general--content h1 {
  font-size: 64px;
}
@media screen and (min-width: 544px) {
  .hero--general--content h1 {
    font-size: calc(64px + 56 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .hero--general--content h1 {
    font-size: 120px;
  }
}

/*--------------------------*/
/* Hero Homepage
/* River Bluff Brewing
/*--------------------------*/
.hero--homepage {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 0px;
  font-size: 0rem;
}
.hero--homepage--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  height: calc(100vh - 120px);
}
.hero--homepage--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1817;
}
.hero--homepage--image[data-vide-bg] {
  background-color: transparent;
}
.hero--homepage--image figure {
  width: 100%;
  height: 100%;
}
.hero--homepage--image img {
  min-height: 450px;
  opacity: 0.7;
}
.hero--homepage--image img:not(html):not(body) {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 544px) {
  .hero--homepage--image img {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero--homepage--image img {
    min-height: 563px;
  }
}
.hero--homepage--logo {
  display: block;
  z-index: 1;
  width: 100%;
  padding: 30px;
  max-width: 90vw;
}
@media only screen and (min-width: 1200px) {
  .hero--homepage--logo {
    max-width: 50vw;
  }
}
.hero--homepage--logo img {
  max-height: calc(70vh - 120px);
}
@media only screen and (min-width: 1200px) {
  .hero--homepage--logo img {
    max-height: calc(90vh - 120px);
  }
}
.hero--homepage--content {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.hero--homepage--content {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .hero--homepage--content {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .hero--homepage--content {
    font-size: 40px;
  }
}
.hero--homepage--content a:link {
  text-decoration: underline;
}
.hero--homepage--content > a {
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: opacity ease-in-out 400ms;
  transition: opacity ease-in-out 400ms;
}
.hero--homepage--content > a:hover, .hero--homepage--content > a:focus, .hero--homepage--content > a:active {
  opacity: 0.65;
  -webkit-transition: opacity ease-in-out 400ms;
  transition: opacity ease-in-out 400ms;
}

/*--------------------*/
/* Homepage Content
/*--------------------*/
.homepage-content {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: white;
}
@media only screen and (min-width: 768px) {
  .homepage-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#bootstrap-grid-frame-jhbsdovu .homepage-content {
  display: block;
}
@media only screen and (max-width: 543px) {
  .homepage-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.homepage-content {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .homepage-content {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .homepage-content {
    font-size: 17px;
  }
}
.homepage-content a {
  text-decoration: none;
}
.homepage-content a:hover, .homepage-content a:focus, .homepage-content a:active {
  text-decoration: underline;
}
.homepage-content a {
  color: #c8a15e;
}

.homepage-content--primary {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: white;
}
.homepage-content--primary {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .homepage-content--primary {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .homepage-content--primary {
    font-size: 17px;
  }
}
.homepage-content--primary a {
  text-decoration: none;
}
.homepage-content--primary a:hover, .homepage-content--primary a:focus, .homepage-content--primary a:active {
  text-decoration: underline;
}
@media only screen and (min-width: 544px) {
  .homepage-content--primary {
    width: 58.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .homepage-content--primary {
    width: 50%;
    margin-left: 8.3333333333%;
  }
}
.homepage-content--primary a:link {
  text-decoration: underline;
}

.homepage-content--sidebar {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 543px) {
  .homepage-content--sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 544px) {
  .homepage-content--sidebar {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-content--sidebar {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-content--sidebar {
    width: 37.5%;
    margin-left: 4.1666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .homepage-content--sidebar {
    width: 25%;
    margin-left: 8.3333333333%;
  }
}
.homepage-content--sidebar p {
  font-size: 14px;
}
@media screen and (min-width: 544px) {
  .homepage-content--sidebar p {
    font-size: calc(14px + 1 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .homepage-content--sidebar p {
    font-size: 15px;
  }
}
.homepage-content--sidebar h2 {
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 15px;
}
.homepage-content--sidebar h2 {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .homepage-content--sidebar h2 {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .homepage-content--sidebar h2 {
    font-size: 40px;
  }
}
.homepage-content--sidebar h2 a:link {
  text-decoration: underline;
}
.homepage-content--sidebar a:link {
  text-decoration: underline;
}

/*--------------*/
/* Instagram
/*--------------*/
.instagram {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.instagram--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .instagram--list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.instagram--list .instagram--follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .instagram--list .instagram--follow {
    height: 100vw;
    max-height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .instagram--list .instagram--follow {
    height: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.instagram--list .instagram--follow a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 15px;
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background-color: #c8a15e;
}
.instagram--list .instagram--follow a {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .instagram--list .instagram--follow a {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .instagram--list .instagram--follow a {
    font-size: 40px;
  }
}
.instagram--list .instagram--follow a a:link {
  text-decoration: underline;
}
.instagram--list .instagram--follow a {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .instagram--list .instagram--follow a {
    font-size: calc(20px + 10 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .instagram--list .instagram--follow a {
    font-size: 30px;
  }
}
.instagram--list .instagram--follow a::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea14";
  font-size: 30px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
}
.instagram--list .instagram--follow a:hover, .instagram--list .instagram--follow a:focus, .instagram--list .instagram--follow a:active {
  background-color: #b5893e;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
.instagram--list > .sbi {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.instagram--list img:not(html):not(body) {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

/*--------------------------*/
/* Infobox
/*--------------------------*/
.infobox-wrapper {
  display: none;
}

.infobox {
  position: relative;
  display: block;
  padding: 15px;
  font-family: "Libre Franklin", sans-serif;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  max-width: 200px;
}
.infobox {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .infobox {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .infobox {
    font-size: 12px;
  }
}
.infobox a {
  color: #000000;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.infobox a:hover, .infobox a:focus, .infobox a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.infobox::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.infobox a {
  font-family: "Libre Franklin", sans-serif;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}
.infobox a {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .infobox a {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .infobox a {
    font-size: 12px;
  }
}
.infobox a a {
  color: #000000;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.infobox a a:hover, .infobox a a:focus, .infobox a a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.infobox a:hover, .infobox a:focus, .infobox a:active {
  color: #262626;
  text-decoration: none;
}
.infobox p {
  font-family: "Libre Franklin", sans-serif;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 15px;
}
.infobox p {
  font-size: 10px;
}
@media screen and (min-width: 544px) {
  .infobox p {
    font-size: calc(10px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .infobox p {
    font-size: 12px;
  }
}
.infobox p a {
  color: #000000;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  text-decoration: none;
}
.infobox p a:hover, .infobox p a:focus, .infobox p a:active {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.infoBox > img {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  z-index: 1;
}

/*--------------*/
/* Nav Primary
/*--------------*/
.nav--primary {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (min-width: 768px) {
  .nav--primary {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .nav--primary {
    padding-top: 30px;
  }
}
body.nav-mobile-open .nav--primary {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (min-width: 992px) {
  .nav--primary {
    position: relative;
    top: 0;
    height: 100%;
    padding-top: 0;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
    max-width: 650px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .nav--primary {
    max-width: 992px;
  }
}
@media only screen and (min-width: 992px) {
  .nav--primary .menu {
    height: 100%;
  }
}
.nav--primary > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .nav--primary > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}
.nav--primary > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px 20px;
  line-height: 1;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .nav--primary > ul > li {
    padding: 0 20px;
  }
}
body.ready .nav--primary > ul > li {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 400ms;
  transition: opacity ease-in-out 400ms;
}
.nav--primary > ul > li.external-link a {
  position: relative;
}
.nav--primary > ul > li.external-link a::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea07";
  font-size: 6px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  display: inline;
}
@media only screen and (min-width: 992px) {
  .nav--primary > ul > li.leftoflogo {
    margin-right: 92.5px;
  }
}
@media only screen and (min-width: 992px) {
  .nav--primary > ul > li.rightoflogo {
    margin-left: 92.5px;
  }
}
.nav--primary > ul > li > a {
  font-family: "SS Nickson", serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
}
.nav--primary > ul > li > a {
  font-size: 36px;
}
@media screen and (min-width: 544px) {
  .nav--primary > ul > li > a {
    font-size: calc(36px + 4 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .nav--primary > ul > li > a {
    font-size: 40px;
  }
}
.nav--primary > ul > li > a:hover, .nav--primary > ul > li > a:focus, .nav--primary > ul > li > a:active {
  color: #c8a15e;
}
@media only screen and (min-width: 992px) {
  .nav--primary > ul > li > a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 544px) {
  .nav--primary > ul > li > a {
    font-size: calc(20px + 6 * ((100vw - 544px) / 896));
  }
}
@media only screen and (min-width: 992px) and (min-width: 1440px) {
  .nav--primary > ul > li > a {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  header.small .nav--primary > ul > li > a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 544px) {
  header.small .nav--primary > ul > li > a {
    font-size: calc(17px + 5 * ((100vw - 544px) / 896));
  }
}
@media only screen and (min-width: 992px) and (min-width: 1440px) {
  header.small .nav--primary > ul > li > a {
    font-size: 22px;
  }
}

/*--------------*/
/* Nav Social
/*--------------*/
.nav--social {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .nav--social {
    left: unset;
    right: 30px;
  }
}
.nav--social .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav--social .menu li {
  position: relative;
  margin: 0 15px 0 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .nav--social .menu li {
    margin: 0 30px 0 0;
  }
}
.nav--social .menu li:last-child() {
  margin-right: 0px;
}
.nav--social .menu li.social--linkedin > a::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea15";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav--social .menu li.social--facebook > a::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea12";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav--social .menu li.social--instagram > a::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea14";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav--social .menu li.social--twitter > a::after {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea23";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav--social .menu li a {
  position: relative;
  font-size: 0;
  color: #000000;
}
.nav--social .menu li a:hover, .nav--social .menu li a:focus, .nav--social .menu li a:active {
  color: #c8a15e;
}

/*----------------*/
/* Overview Blurb
/*----------------*/
.overview-blurb {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .overview-blurb {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.overview-blurb::before, .overview-blurb::after {
  content: " ";
  display: table;
}
.overview-blurb::after {
  clear: both;
}
#bootstrap-grid-frame-jhbsdovu .overview-blurb {
  display: block;
}
.overview-blurb .overview-blurb--content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .overview-blurb .overview-blurb--content {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .overview-blurb .overview-blurb--content {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.overview-blurb .overview-blurb--content p {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  text-align: center;
}
.overview-blurb .overview-blurb--content p {
  font-size: 15px;
}
@media screen and (min-width: 544px) {
  .overview-blurb .overview-blurb--content p {
    font-size: calc(15px + 2 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .overview-blurb .overview-blurb--content p {
    font-size: 17px;
  }
}
.overview-blurb .overview-blurb--content p a {
  text-decoration: none;
}
.overview-blurb .overview-blurb--content p a:hover, .overview-blurb .overview-blurb--content p a:focus, .overview-blurb .overview-blurb--content p a:active {
  text-decoration: underline;
}
.overview-blurb .overview-blurb--content p {
  font-size: 20px;
}
@media screen and (min-width: 544px) {
  .overview-blurb .overview-blurb--content p {
    font-size: calc(20px + 2 * ((100vw - 544px) / 448));
  }
}
@media screen and (min-width: 992px) {
  .overview-blurb .overview-blurb--content p {
    font-size: 22px;
  }
}

/*--------------------------*/
/* Social Sharing
/*--------------------------*/
.social-share {
  position: fixed;
  right: 0;
  bottom: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 300;
}
body[device=mobile] .social-share, body.home .social-share {
  display: none;
}
.social-share > li {
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
  -webkit-transition: all ease-in-out 1000ms;
  transition: all ease-in-out 1000ms;
  -webkit-transition-delay: 3500ms;
  transition-delay: 3500ms;
}
body.ready .social-share > li {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.social-share > li > a {
  display: block;
  position: relative;
  background-color: #b0b0b0;
  width: 45px;
  height: 45px;
}
.social-share > li > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.social-share > li > a:hover, .social-share > li > a:focus, .social-share > li > a:active {
  background-color: #979797;
}

.share--facebook::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea12";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share--twitter::before {
  font-family: "iconfont-riverbluffbrew";
  speak: none;
  font-style: normal;
  font-weight: 100;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea23";
  font-size: 20px;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------*/
/* Site Alert
/* River Bluff Brewing
/*----------------------*/
.site-alert {
  position: relative;
}
.site-alert.site-header {
  padding: 8px 20px;
}
.site-alert--content {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  .site-alert--content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.site-alert--content::before, .site-alert--content::after {
  content: " ";
  display: table;
}
.site-alert--content::after {
  clear: both;
}
#bootstrap-grid-frame-jhbsdovu .site-alert--content {
  display: block;
}
.site-alert--content * {
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
.site-alert--content a {
  text-decoration: underline;
}

/*----------------------*/
/* Team Listing
/* River Bluff Brewing
/*----------------------*/
.team-listing {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  background-image: url(/wp-content/themes/riverbluffbrew/assets/media/images/dusty-tumbleweed-texture.jpg);
  background-color: #dcbb81;
  z-index: 1;
}

.team-listing--item {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .team-listing--item {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#bootstrap-grid-frame-jhbsdovu .team-listing--item {
  display: block;
}
.team-listing--item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 543px) {
  .team-listing--item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .team-listing--item li {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    margin-bottom: 45px;
  }
}

.team--photo {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 544px) {
  .team--photo {
    width: 33.3333333333%;
  }
}

.team--content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 544px) {
  .team--content {
    width: 66.6666666667%;
  }
}
.team--content h3 {
  font-family: "SS Nickson", serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
.team--content h3 {
  font-size: 35px;
}
@media screen and (min-width: 544px) {
  .team--content h3 {
    font-size: calc(35px + 5 * ((100vw - 544px) / 896));
  }
}
@media screen and (min-width: 1440px) {
  .team--content h3 {
    font-size: 40px;
  }
}
.team--content h3 a:link {
  text-decoration: underline;
}
.team--content .team--job-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}