/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}@font-face {
  font-family: 'frizz-biz';
  src:
    url('https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/frizz-biz.ttf?wbk86c') format('truetype'),
    url('https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/frizz-biz.woff?wbk86c') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'frizz-biz' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-milo .path1:before {
  content: "\e900";
  color: rgb(188, 213, 233);
}
.icon-milo .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(133, 168, 197);
}
.icon-milo-dark .path1:before {
  content: "\e902";
  color: rgb(80, 80, 80);
}
.icon-milo-dark .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(133, 168, 197);
}
.icon-menu:before {
  content: "\e917";
}
.icon-trash:before {
  content: "\e904";
}
.icon-shopping-cart:before {
  content: "\e905";
}
.icon-shopping-cart-add:before {
  content: "\e906";
}
.icon-logo .path1:before {
  content: "\e909";
  color: rgb(255, 255, 255);
}
.icon-logo .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(161, 161, 161);
}
.icon-logo .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(89, 89, 89);
}
.icon-logo .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(12, 12, 12);
}
.icon-audio:before {
  content: "\e90d";
}
.icon-times:before {
  content: "\e90e";
}
.icon-next:before {
  content: "\e90f";
}
.icon-previous:before {
  content: "\e910";
}
.icon-mail:before {
  content: "\e911";
}
.icon-instagram:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\e913";
}
.icon-facebook:before {
  content: "\e914";
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /* background: url('images/bx_loader.gif') center center no-repeat #ffffff; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/lg.eot?n1z373");
  src: url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/lg.woff?n1z373") format("woff"), url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/lg.ttf?n1z373") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("https://res.cloudinary.com/austindwright/image/upload/Media/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
@font-face {
    font-family: "gotham_black";
    font-weight: normal;
    font-style: normal;
    src:
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Black.otf") format("opentype"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Black.woff") format("woff"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Black.ttf") format("truetype");
}

@font-face {
    font-family: "gotham_bold";
    font-weight: bold;
    font-style: normal;
    src:
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Bold.otf") format("opentype"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Bold.woff") format("woff"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "gotham_light";
    font-weight: normal;
    font-style: normal;
    src:
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Light.otf") format("opentype"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Light.woff") format("woff"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-Light.ttf") format("truetype");
}

@font-face {
    font-family: "gotham_xlight";
    font-weight: normal;
    font-style: normal;
    src:
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-XLight.otf") format("opentype"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-XLight.woff") format("woff"),
        url("https://res.cloudinary.com/austindwright/raw/upload/v1/Fonts/Gotham-XLight.ttf") format("truetype");
}

/* define page element custom scrollbar style */
::-webkit-scrollbar {
    /* the entire scrollbar */
    width: 1.2rem;
    height: 1.12rem;
}

::-webkit-scrollbar-thumb {
    /* the draggable scroll handle */
    border-radius: 1.2rem;
    background-clip: padding-box;
    background-color: hsla(222, 4%, 56%, 1);
    border: 0.2rem solid transparent;
    /* border-radius = ::-webkit-scrollbar width */
    min-height: 4rem;
}

::-webkit-scrollbar-track {
    /* the track of the scrollbar */
    background-color: transparent;
}

html,
body {
    font-family: gotham_light, Futura, Arial, sans-serif;
    height: 100%;
    line-height: 1.1em;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-size: 1.5em;
    scrollbar-width: thin;
    /* tells the user agent to use thinner scrollbars, when applicable */
    scrollbar-color: hsla(222, 4%, 56%, 1) transparent;
    scrollbar-face-color: hsla(222, 4%, 56%, 1);
    scrollbar-track-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
    height: 0;
    width: 0;
}

.selectable {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#error-page {
    background-attachment: fixed;
    background-image: url(https://res.cloudinary.com/austindwright/image/upload/BG/bg_error.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

a {
    text-decoration: none;
}

p {
    line-height: 2.5rem;
    margin-top: 0;
}

h2 {
    line-height: 2.5rem;
}

li {
    margin-bottom: 1rem;
}

pre,
blockquote,
figure,
table,
p,
ul,
ol {
    margin-bottom: 2.5rem;
}

pre:last-child,
blockquote:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

hr {
    border-width: 0;
    border-top: .1rem solid rgb(24, 25, 24);
    height: 0;
    width: 90%;
}

hr.heading-divider {
    width: 75%;
    max-width: 900px;
}

#logo,
#error-message-text {
    color: rgb(24, 25, 24);
    font-family: gotham_xlight, Futura, Arial, sans-serif;
    text-transform: uppercase;
}

#logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1em;
    margin-right: -1em;
    /* white-space: nowrap; */
    max-width: 950px;
    width: 70%;
}

.phone hr.heading-divider,
.phone #logo {
    width: 100%;
}

.bx-wrapper {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.phone .bx-wrapper {
    max-width: 320px !important;
}

.bx-wrapper .bx-controls-direction a {
    background-image: none;
    cursor: default;
    display: none;
    font-size: 5rem;
    height: 100%;
    margin: 0;
    text-indent: 0;
    top: 0;
    width: 5rem;
    z-index: auto;
}

.bx-wrapper .bx-controls-direction a::before {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: calc(50% - 2.5rem);
}

.bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
}

.bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
}

img {
    /* -webkit-touch-callout: inherit; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.round {
    border-radius: 50%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.avoid-clicks {
    pointer-events: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
    font-weight: normal;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.sup {
    font-size: .75rem;
    vertical-align: 24%;
}

.no-margin {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.no-pad-bottom {
    padding-top: 0 !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.overflow-hidden {
    overflow: hidden;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: hsla(0, 0%, 80%, 1);
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: hsla(0, 0%, 80%, 1);
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: hsla(0, 0%, 80%, 1);
}

#contactIntro,
#galleryIntro,
#aboutIntro {
    font-size: 2rem;
    max-width: 60rem;
    min-width: 35rem;
    width: 100%;
}

.phone #contactIntro,
.phone #galleryIntro,
.phone #aboutIntro {
    min-width: 100%;
}

#galleryIntro {
    margin-bottom: 2.5rem;
    max-width: 100%;
}

#contactIntro p,
#galleryIntro p,
#aboutIntro p {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

form.column :not(:last-child):not(.order-tip .icon) {
    margin-bottom: 2rem;
}

form.column .input-label {
    margin-bottom: 0.125rem;
}

form label.error {
    color: hsla(0, 100%, 50%, 1);
    font-size: 1.5rem;
    margin-top: -1.5rem;
}

form p:not(.note):not(.order-details p) {
    font-size: 1.75rem;
}

input,
select,
textarea,
button {
    font-family: gotham_light, Futura, Arial, sans-serif;
    font-size: 1.65rem;
}

input,
select,
textarea {
    border: 1px solid;
    border-radius: 0.6rem;
    padding: 0.5rem 1rem;
}

input[type="number"] {
    border: 1px solid rgb(0, 0, 0);
    line-height: 24.75px;
    outline: none;
    padding: 0 0 0 5px;
    width: 105px;
}

input[type=checkbox] {
    transform: scale(1.5);
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgb(255, 255, 255);
    border: .5px solid rgb(0, 0, 0);
    line-height: 1.5em;
    outline: none;
    overflow: hidden;
    padding: 0 2rem 0 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-container {
    display: inline;
    position: relative;
    width: fit-content;
}

.select-container::after {
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.75rem solid rgb(0, 0, 0);
    content: "";
    height: 0;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 0.5rem;
    top: 0.9rem;
    width: 0;
}

select::-ms-expand {
    display: none;
}

input,
textarea {
    color: rgb(34, 34, 34);
}

textarea {
    line-height: 1.5em;
    max-width: 100%;
    min-height: 20rem;
    min-width: 100%;
}

button {
    background-color: rgb(81, 81, 81);
    border: 1px solid rgb(102, 102, 102);
    color: rgb(222, 230, 236);
    padding: .4em 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

button:hover {
    background-color: rgb(105, 106, 108);
}

button:disabled {
    background-color: transparent;
    color: rgb(102, 102, 102);
    cursor: not-allowed;
}

button.submit {
    background-color: hsla(188, 97%, 13%, 1);
    color: hsla(0, 0%, 100%, 1);
}

button.submit:hover {
    background-color: hsla(188, 45%, 13%, 1);
}

.flex-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-container.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-container.row-reverse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-container.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-container.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-container.column.no-child-margins > * {
    margin-bottom: 0 !important;
}

.flex-container.column:not(#page-sections):not(.order-details):not(.order-tip):not(form.column) > :not(h1):not(h2):not(:last-child) {
    margin-bottom: 3rem;
}

.flex-container-wrapper > .flex-container:not(.flex-no-wrap) {
    margin: -0.625rem -0.3125rem;
    padding: 0;
}

.flex-container-wrapper > .flex-container:not(.flex-no-wrap).pad {
    /* padding = half the margin-bottom of '.flex-container:not(.page-container).column > ...:not(:last-child)' */
    padding: 0.625rem;
}

.flex-container-wrapper > .flex-container:not(.flex-no-wrap) > * {
    /* margin = same as container's margin (positive) */
    margin: 0.625rem 0.3125rem;
}

:not(.flex-container-wrapper) > .flex-container.row.no-child-margins > * {
    margin-right: 0 !important;
}

:not(.flex-container-wrapper) > .flex-container.row-reverse.no-child-margins > * {
    margin-left: 0 !important;
}

:not(.flex-container-wrapper) > .flex-container.row.child-margins-quarter > :not(:last-child) {
    margin-right: 0.25rem !important;
}

:not(.flex-container-wrapper) > .flex-container.row-reverse.child-margins-quarter > :not(:last-child) {
    margin-left: 0.25rem !important;
}

:not(.flex-container-wrapper) > .flex-container.row.child-margins-half > :not(:last-child) {
    margin-right: 0.5rem !important;
}

:not(.flex-container-wrapper) > .flex-container.row-reverse.child-margins-half > :not(:last-child) {
    margin-left: 0.5rem !important;
}

:not(.flex-container-wrapper) > .flex-container.row.child-margins-full > :not(:last-child) {
    margin-right: 1rem !important;
}

:not(.flex-container-wrapper) > .flex-container.row-reverse.child-margins-full > :not(:last-child) {
    margin-left: 1rem !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-no-grow,
.flex-no-grow-children > * {
    flex-grow: 0 !important;
}

.flex-no-shrink,
.flex-no-shrink-children > * {
    flex-shrink: 0 !important;
}

.flex-grow,
.flex-grow-children > * {
    flex-grow: 1 !important;
}

.flex-grow-double {
    flex-grow: 2 !important;
}

.flex-shrink,
.flex-shrink-children > * {
    flex-shrink: 1 !important;
}

.flex-align-items-start {
    align-items: flex-start !important;
}

.flex-align-items-end {
    align-items: flex-end !important;
}

.flex-align-items-center {
    align-items: center !important;
}

.flex-align-items-stretch {
    align-items: stretch !important;
}

.flex-align-items-baseline {
    align-items: baseline !important;
}

.flex-align-self-start {
    align-self: flex-start !important;
}

.flex-align-self-end {
    align-self: flex-end !important;
}

.flex-align-self-center {
    align-self: center !important;
}

.flex-align-self-stretch {
    align-self: stretch !important;
}

.flex-align-self-baseline {
    align-self: baseline !important;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-basis-auto {
    flex-basis: auto !important;
}

.section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32.0rem;
    padding: 3rem;
    position: relative;
}

#testimonials {
    background-image: url(https://res.cloudinary.com/austindwright/image/upload/BG/bg_home.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding: 0;
}

#contact,
#gallery {
    background-color: rgb(234, 234, 234);
    color: rgb(24, 25, 24);
}

#about {
    background-image: url(https://res.cloudinary.com/austindwright/image/upload/BG/bg_about.jpg);
    color: rgb(234, 234, 234);
}

.bx-viewport {
    padding: 1rem;
}

#testimonials-section-content {
    opacity: 0;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

#testimonialCont {
    height: 100%;
}

.testimony {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: gotham_bold, Futura, Arial, sans-serif;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15rem;
}

.phone .testimony {
    padding: 0 6rem;
}

.testimony .statement {
    font-size: 3rem;
    line-height: 1.1em;
}

.phone .testimony .statement {
    font-size: 1.8rem;
}

.testimony .citation {
    font-size: 2rem;
    line-height: 1.1em;
}

.phone .testimony .citation {
    font-size: .8rem;
}

.testimony .citation.icon {
    font-size: 7rem;
}

.phone .testimony .citation.icon {
    font-size: 3rem;
}

#page-sections > :last-child {
    min-height: calc(100vh - 7rem);
    /* viewport height, minus footer height */
}

#footer {
    color: rgb(24, 25, 24);
    display: table-cell;
    font-size: 1rem;
    height: 7rem;
    padding: 1rem .5rem;
    text-align: center;
    vertical-align: middle;
    width: 100vw;
}

#gallery-wrapper {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

#galleryCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 8px;
    width: 100%;
}

.phone #galleryCont,
.phone-plus #galleryCont {
    padding-left: 0 !important;
}

#galleryCont.on-sale {
    padding-left: 2rem;
}

#galleryCont > .item {
    border: 1px solid black;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 250px;
    min-width: 150px;
    margin: 0 8px 8px 0;
    /* Some gutter */
    position: relative;
}

.phone #galleryCont > .item,
.phone-plus #galleryCont > .item {
    margin: 8px 0;
}

#galleryCont.print > .item,
#galleryCont.on-sale > .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.phone #galleryCont.print > .item,
.phone-plus #galleryCont.print > .item,
.phone #galleryCont.on-sale > .item,
.phone-plus #galleryCont.on-sale > .item {
    max-width: 100%;
}

.phone #galleryCont.on-sale > .item,
.phone-plus #galleryCont.on-sale > .item {
    margin: 2rem 0;
}

#galleryCont > .item::before {
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#galleryCont > .item:hover::before {
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    content: 'click to zoom';
    font-size: 1rem;
    left: 50%;
    opacity: 0.6;
    padding: 0.3rem 0.7rem;
    position: absolute;
    text-align: center;
    top: 4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#galleryCont > .item:nth-child(7n+1) {
    width: 250px;
}

#galleryCont > .item:nth-child(7n+2) {
    width: 325px;
}

#galleryCont > .item:nth-child(7n+3) {
    width: 180px;
}

#galleryCont > .item:nth-child(7n+4) {
    width: 380px;
}

#galleryCont > .item:nth-child(7n+5) {
    width: 120px;
}

#galleryCont > .item:nth-child(7n+6) {
    width: 290px;
}

#galleryCont > .item:nth-child(7n+7) {
    width: 195px;
}

#galleryCont.print > .item {
    max-width: 33%;
    width: auto;
}

#galleryCont.on-sale > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2rem 2rem 0;
    max-width: 35%;
    min-width: 35%;
    width: auto;
}

#galleryCont.on-sale > .item > .cart-deets {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.5rem;
    padding: 0 1rem;
}

#galleryCont.on-sale > .item > .cart-deets p {
    margin: 0;
}

#galleryCont.on-sale > .item > .cart-deets > .item-name {
    font-size: 2rem;
}

#galleryCont.on-sale > .item > .cart-deets > .item-price {
    margin-top: 1rem;
}

#galleryCont.on-sale > .item > .cart-deets > .item-selections {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 0 1rem 0;
}

#galleryCont.on-sale > .item > .cart-deets > .item-selections > .icon {
    cursor: pointer;
    font-size: 2.5rem;
}

#galleryCont.on-sale > .item > .cart-deets > .item-selections > :not(:first-child) {
    margin-left: 1rem;
}

#galleryCont.on-sale > .item > .cart-deets:not(:last-child) {
    margin-bottom: 3rem;
}

#galleryCont > .item img {
    cursor: pointer;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

#galleryCont.print > .item img,
#galleryCont.on-sale > .item img {
    border: 1px solid black;
}

#galleryCont.print > .item img {
    height: auto;
}

#nav-container {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(234, 234, 234);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    position: fixed;
    top: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    width: 100%;
    z-index: 1;
}

#nav-container.not-top,
#nav-container.dialog-open,
#footer {
    background-color: rgb(188, 215, 234);
}

#navigation li,
.socialMenu div,
.testimony,
#return,
a {
    color: rgb(24, 25, 24);
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

#navigation li:hover,
.socialMenu div:hover,
.testimony:hover,
#return:hover,
a:hover {
    color: rgb(233, 150, 122);
}

#menu-mobile {
    cursor: pointer;
    font-size: 2.5rem;
    position: absolute;
    right: 2rem;
}

#cart {
    display: flex;
    align-items: center;
}

#cart::before {
    display: block;
    width: 1em;
}

#cart > span {
    font-family: gotham_bold, Futura, Arial, sans-serif;
    margin-left: 0.25rem;
}

#navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 2rem 0;
    max-width: 950px;
    padding: 0;
    position: static;
    text-transform: uppercase;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    width: 70%;
}

.mobile #navigation {
    background-color: hsla(0, 0%, 100%, 1);
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    display: none;
    font-weight: 600;
    margin: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    width: fit-content;
}

#navigation li {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-family: gotham_bold, Futura, Arial, sans-serif;
    letter-spacing: .6em;
    margin: 0;
    margin-right: -.6em;
    padding: 2rem 2.2rem 0 2.2rem;
    text-align: center;
    text-decoration-color: transparent;
    transition: text-decoration-color 1000ms linear;
}

.mobile #navigation li {
    background-color: transparent;
    font-family: unset;
    letter-spacing: unset;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    transition: background-color 500ms linear;
}

.mobile #navigation li:last-child {
    margin-bottom: 0;
}

#navigation li.active {
    clip-path: inset(0 calc(2.2rem + .6em) -0.5rem 0);
    color: hsla(188, 45%, 13%, 1);
    text-decoration: dashed underline 1px;
    text-decoration-color: inherit;
    text-underline-offset: 0.5rem;
}

.mobile #navigation li.active {
    background-color: rgb(188, 215, 234);
    border-radius: 0.5rem;
    clip-path: none;
    text-decoration: none;
}

#menu-mobile {
    display: none;
}

.mobile #menu-mobile {
    display: block;
}

/* the modal (background) */
.modal,
.menu-modal {
    background-color: hsl(0, 0%, 0%);
    /* Fallback color */
    background-color: hsla(0, 0%, 0%, 0.2);
    /* Black w/ opacity */
    display: none;
    /* Hidden by default */
    height: 100%;
    /* Full height */
    left: 0;
    overflow: auto;
    /* Enable scroll if needed */
    position: fixed;
    /* Stay in place */
    top: 0;
    width: 100%;
    /* Full width */
    z-index: 2;
    /* Sit on top */
}

/* modal content */
.modal-content {
    /* -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; */
    background-color: hsla(0, 0%, 100%, 1);
    border-radius: 1rem;
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.2), 0 6px 20px 0 hsla(0, 0%, 0%, 0.2);
    display: none;
    left: 50%;
    max-height: 80vh;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55rem;
}

.phone .modal-content {
    width: 90vw;
}

.modal-content.wide {
    max-width: 108rem;
    width: 85vw;
}

.message {
    align-items: center;
    background-color: white;
    border-radius: 2rem;
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.2), 0 6px 20px 0 hsla(0, 0%, 0%, 0.2);
    display: none;
    left: 50%;
    padding: 3rem;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40rem;
    z-index: 3;
}

.phone .message {
    width: 80vw;
}

/* add animation */
/* @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
} */

/* close button */
.close {
    color: hsla(188, 97%, 13%, 1);
    font-size: 3rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.close:hover,
.close:focus {
    color: hsla(188, 97%, 13%, 0.5);
    cursor: pointer;
}

.modal-header {
    border-bottom: 1px solid hsla(188, 97%, 13%, 1);
}

.modal-body {
    overflow-y: auto;
    text-align: left;
}

.modal-footer.no-button > button,
.modal-footer > .cancel {
    display: none;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 2rem 4rem;
}

.phone .modal-header,
.phone .modal-body,
.phone .modal-footer {
    padding: 2rem 1.5rem;
}

.order-details {
    background-color: rgb(234, 234, 234);
    border-radius: 0.6rem;
    padding: 1rem;
}

.order-details li {
    cursor: pointer;
    padding-left: 0.5rem;
}

.order-details li::marker {
    content: '\e904';
    font-family: 'frizz-biz';
}

.order-details li:hover::marker {
    color: red;
}

.order-tip {
    background-color: orange;
    border-radius: 0.6rem;
    padding: 1rem;
}

.modal-footer {
    border-top: 1px solid hsla(188, 97%, 13%, 1);
}

#error-message-container {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}

#error-message {
    display: table-cell;
    vertical-align: middle;
}

#error-message * {
    color: rgb(234, 234, 234);
}

#error-message-text {
    font-size: 3.5vw;
    letter-spacing: -.075rem;
    margin-bottom: 3.5vw;
}

#return {
    font-size: 20px;
    text-transform: uppercase;
}

.socialMenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

.socialMenu div,
#return {
    cursor: pointer;
    font-family: gotham_bold, Futura, Arial, sans-serif;
    letter-spacing: .6em;
    margin: 0;
    margin-right: -.6em;
    padding: 2rem 2.2rem 0 2.2rem;
    text-align: center;
}

.phone #return {
    padding: 2rem 1rem 0 1rem;
}

.socialMenu div {
    font-size: 2.5rem;
    letter-spacing: unset;
    margin-right: 1rem;
    padding: 0;
    width: 1em;
}

.socialMenu div:last-child {
    margin-right: 0;
}

.socialMenu div.full {
    width: auto;
}

.socialMenu div.full:not(:hover) {
    color: rgb(121, 27, 27);
}

.socialMenu .icon {
    display: inherit;
}

.socialMenu .icon::before {
    display: inherit;
}
/* PORTRAIT CSS */

#orientation-message {
    /* this is to hide the message from browsers that don't recognise orientation */
    display: none;
    z-index: 999;
}

@media only screen and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    #orientation-message {
        /* this is the black base of the message itself, containing all other elements of the message */
        width: 100%;
        height: 115px;
        background-color: black;
        position: fixed;
        top: 40%;
        display: block;
        opacity: 0;
        animation: portrait 4s linear 2s alternate;
        /* Firefox: */
        -moz-animation: portrait 4s linear 0s alternate;
        /* Safari and Chrome: */
        -webkit-animation: portrait 4s linear 0s alternate;
    }

    #orientation-elements {
        /* includes the device and the text message */
        position: relative;
        margin: auto;
        width: 80px;
        height: 70px;
        background-color: none;
        margin-top: 20px;
        width: 400px;
    }

    #device {
        /* this is a css3-drawn mobile device */
        width: 60px;
        height: 40px;
        position: relative;
        margin: auto;
        margin-bottom: 20px;
        background-color: transparent;
        border-left: 3px solid white;
        border-right: 3px solid white;
        border-bottom: 3px solid white;
        border-top: 3px solid white;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        animation: device 4s 1 ease-in-out 0s;
        /* Firefox: */
        -moz-animation: device 4s 1 ease-in-out 0s;
        /* Safari and Chrome: */
        -webkit-animation: device 4s 1 ease-in-out 0s;
    }

    #orientation-text {
        text-align: center;
        color: white;
        font-size: 120%;
        margin: 0;
        padding: 0;
        font-family: "Arial";
    }

    #orientation-text p {
        margin: 0;
        padding: 0;
    }

    #orientation-message {
        opacity: 0;
        animation: fade 4s linear 2s alternate;
        /* Firefox: */
        -moz-animation: fade 4s linear 0s alternate;
        /* Safari and Chrome: */
        -webkit-animation: fade 4s linear 0s alternate;
    }

    @keyframes fade {

        /*this is the fade-out animation for the message */
        0% {
            opacity: 0;
        }

        40% {
            opacity: 1.0;
        }

        60% {
            opacity: 1.0;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fade {

        /* Firefox */
        0% {
            opacity: 0;
        }

        40% {
            opacity: 1.0;
        }

        60% {
            opacity: 1.0;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fade {

        /*Safari and Chrome */
        0% {
            opacity: 0;
        }

        40% {
            opacity: 1.0;
        }

        60% {
            opacity: 1.0;
        }

        100% {
            opacity: 0;
        }
    }

}

/* this is the animation that controls the mobile-looking square*/
@keyframes device {

    /*Safari and Chrome */
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(90deg);
    }
}

@-webkit-keyframes device {

    /*Safari and Chrome */
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(90deg);
    }
}

@-moz-keyframes device {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(90deg);
    }
}

@media only screen and (orientation: portrait) {
    #orientation-message {
        /* this is to hide the message when orientation is correct */
        display: none;
    }

}

/*END OF PORTRAIT CODE*/
