/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts, base values, and defaults
We want to make sure this file ONLY contains variables, that way our files don't get all messy
No one likes a mess

******************************************************************/
/*********************
COLORS
*********************/
/*
Here's a great tutorial on how to use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
OTHER MISC VARIABLES
*********************/
/**********************
CSS ANIMATION VARIABLES
**********************/
/*********************
CSS VARIABLES
*********************/
:root {
  --black-color: #352314;
  --white-color: #ffffff;
  --light-gray-color: #f2eaea;
  --gray-color: #9a9595;
  --dark-gray-color: #3b3436;
  --meta-gray-color: #9fa6b4;
  --text-color: #352314;
  --primary-color: #720e0f;
  --primary-shade-color: #46110f;
  --secondary-color: #d3af5a;
  --tertiary-color: #ede7df;
  --link-color: #720e0f;
  --border: 1px solid #d3af5a;
  --border-radius: 0.25em;
  --box-shadow: 1px 1px 7px -2px #352314;
  --wp--preset--color--black: #352314;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--dark-gray: #3b3436;
  --wp--preset--color--red: #720e0f;
  --wp--preset--color--dark-red: #46110f;
  --wp--preset--color--gold: #d3af5a;
  --wp--preset--color--cream: #ede7df;
}

/******************************************************************

Stylesheet: Typography

Need to import a font or set of icons for your site?
Drop them in here or just use this to establish your typographical grid
Or not. Do whatever you want to... GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE
*********************/
/*
To embed your own fonts, use this syntax
and place your fonts inside the
library/fonts folder. For more information
on embedding fonts, go to:
http://www.fontsquirrel.com/
Be sure to remove the comment brackets.
*/
@font-face {
  font-family: "awesome-serif";
  src: url("../../library/fonts/AwesomeSerif-Regular.otf") format("opentype"), url("../../library/fonts/Awesome Serif VAR-VF.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "awesome-serif";
  src: url("../../library/fonts/AwesomeSerifItalic-Regular.otf") format("opentype"), url("../../library/fonts/Awesome Serif Italic VAR-VF.ttf") format("opentype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "awesome-serif";
  src: url("../../library/fonts/AwesomeSerif-MediumRegular.otf") format("opentype"), url("../../library/fonts/Awesome Serif VAR-VF.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "awesome-serif";
  src: url("../../library/fonts/AwesomeSerifItalic-MedRegular.otf") format("opentype"), url("../../library/fonts/Awesome Serif Italic VAR-VF.ttf") format("opentype");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "awesome-serif";
  src: url("../../library/fonts/AwesomeSerif-BoldRegular.otf") format("opentype"), url("../../library/fonts/Awesome Serif VAR-VF.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-family: "FontAwesome5";
  font-weight: 400;
}

.fa,
.fas {
  font-family: "FontAwesome5";
  font-weight: 900;
}

.fab {
  font-family: "FontAwesome5Brands";
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
:root {
  --headline-font: awesome-serif, Georgia, Cambria, Times New Roman, Times, serif;
  --body-font: sweet-sans-pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  --icons-font: FontAwesome;
  --brand-font: Font Awesome 6 Brands;
}

/*
i imported this one in the functions file so bones would look sweet.
don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  /*
  -ms-word-wrap: break-word;
  word-break: break-word; //non-standard css for webkit
  word-wrap: break-word;
  */
  /*
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  */
  /*
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  */
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
TRANSFORM
*********************/
/*********************
ANIMATION
*********************/
/*********************
BACKGROUND COLOR OPACITY
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient( 0deg, #000000, #ffffff ); */
/*********************
BOX SHADOW
*********************/
/* @include box-shadow(1px 1px 0 0 #000000); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************

Stylesheet: Grid Stylesheet

http://gridsetapp.com - Love this site. Responsive Grids made easy.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .m-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .m-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .m-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .m-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .m-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .m-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .m-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .m-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .m-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .m-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .m-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .m-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .m-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .m-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .m-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .m-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .t-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .t-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .t-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .t-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .t-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .t-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .t-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .t-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .t-3of8 {
    float: left;
    padding-right: 0.75em;
    width: 37.5%;
  }
  .t-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .t-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .t-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .t-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
  .t-5of12 {
    float: left;
    padding-right: 0.75em;
    width: 41.66%;
  }
  .t-7of12 {
    float: left;
    padding-right: 0.75em;
    width: 58.33%;
  }
  .t-11of12 {
    float: left;
    padding-right: 0.75em;
    width: 91.66%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-3of8 {
    float: left;
    padding-right: 0.75em;
    width: 37.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
  .d-5of12 {
    float: left;
    padding-right: 0.75em;
    width: 41.66%;
  }
  .d-7of12 {
    float: left;
    padding-right: 0.75em;
    width: 58.33%;
  }
  .d-11of12 {
    float: left;
    padding-right: 0.75em;
    width: 91.66%;
  }
}
/******************************************************************

Stylesheet: Flex Styles

******************************************************************/
.flex {
  display: flex;
}

.center-v {
  display: flex;
  align-items: center;
}

.center-h {
  display: flex;
  justify-content: center;
}

.center-vh {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  border: 2px solid;
  margin: 1.5em;
  padding: 1em;
}

.alert-help {
  background: #ebe16f;
  border-color: rgb(231.8902439024, 220.3353658537, 88.6097560976);
}

.alert-info {
  background: #d5edf8;
  border-color: rgb(191.1428571429, 227.6326530612, 244.3571428571);
}

.alert-error {
  background: #fbe3e4;
  border-color: rgb(247.8125, 204.6875, 206.484375);
}

.alert-success {
  background: #e6efc2;
  border-color: rgb(221.7207792208, 233.7012987013, 173.7987012987);
}

/******************************************************************

Stylesheet: Button Styles

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here so we can use common styles
We then use this to load up the defaults in all our buttons.
*********************/
.btn-tertiary, .tertiary-btn, .btn-tertiary-wrap > .wp-block-button__link, .tertiary-btn-wrap > .wp-block-button__link, .btn-secondary, .secondary-btn, .btn-secondary-wrap > .wp-block-button__link, .secondary-btn-wrap > .wp-block-button__link, .btn, .button, button, .gform_button, .wp-block-button__link, .btn-primary, .primary-btn, .btn-primary-wrap > .wp-block-button__link, .primary-btn-wrap > .wp-block-button__link, .menu-btn > a {
  background-color: #720e0f !important;
  border: 0;
  border-radius: 0.125em;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.125em;
  font-weight: 700 !important;
  line-height: 1.375;
  letter-spacing: 2px;
  padding: 0.825em 2.825em;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
.btn-tertiary:hover, .tertiary-btn:hover, .btn-secondary:hover, .secondary-btn:hover, .btn:hover, .button:hover, button:hover, .gform_button:hover, .wp-block-button__link:hover, .btn-primary:hover, .primary-btn:hover, .menu-btn > a:hover, .btn-tertiary:focus, .tertiary-btn:focus, .btn-secondary:focus, .secondary-btn:focus, .btn:focus, .button:focus, button:focus, .gform_button:focus, .wp-block-button__link:focus, .btn-primary:focus, .primary-btn:focus, .menu-btn > a:focus, .btn-tertiary:active, .tertiary-btn:active, .btn-secondary:active, .secondary-btn:active, .btn:active, .button:active, button:active, .gform_button:active, .wp-block-button__link:active, .btn-primary:active, .primary-btn:active, .menu-btn > a:active {
  background-color: #46110f !important;
  color: #ffffff !important;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
.btn-tertiary:focus-visible, .tertiary-btn:focus-visible, .btn-secondary:focus-visible, .secondary-btn:focus-visible, .btn:focus-visible, .button:focus-visible, button:focus-visible, .gform_button:focus-visible, .wp-block-button__link:focus-visible, .btn-primary:focus-visible, .primary-btn:focus-visible, .menu-btn > a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 0.25em;
}
.btn-tertiary:active, .tertiary-btn:active, .btn-secondary:active, .secondary-btn:active, .btn:active, .button:active, button:active, .gform_button:active, .wp-block-button__link:active, .btn-primary:active, .primary-btn:active, .menu-btn > a:active {
  top: 1px;
}

.btn-secondary, .secondary-btn, .btn-secondary-wrap > .wp-block-button__link, .secondary-btn-wrap > .wp-block-button__link {
  background-color: #46110f !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active, .btn-secondary-wrap > .wp-block-button__link:hover, .btn-secondary-wrap > .wp-block-button__link:focus, .btn-secondary-wrap > .wp-block-button__link:active, .secondary-btn-wrap > .wp-block-button__link:hover, .secondary-btn-wrap > .wp-block-button__link:focus, .secondary-btn-wrap > .wp-block-button__link:active {
  background-color: #720e0f !important;
}

.btn-tertiary, .tertiary-btn, .btn-tertiary-wrap > .wp-block-button__link, .tertiary-btn-wrap > .wp-block-button__link {
  background-color: #ede7df !important;
  color: #352314 !important;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .tertiary-btn:hover, .tertiary-btn:focus, .tertiary-btn:active, .btn-tertiary-wrap > .wp-block-button__link:hover, .btn-tertiary-wrap > .wp-block-button__link:focus, .btn-tertiary-wrap > .wp-block-button__link:active, .tertiary-btn-wrap > .wp-block-button__link:hover, .tertiary-btn-wrap > .wp-block-button__link:focus, .tertiary-btn-wrap > .wp-block-button__link:active {
  background-color: #d3af5a !important;
}

/******************************************************************

Stylesheet: Form Styles

We put all the form styles in here to setup a consistent look
If we need to customize them, we can do this in the main stylesheets and just override them
Easy peasy

You're gonna see a few data-uri thingies down there. If you're not sure what they are...
Check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUT STYLES
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #d3af5a;
  border-color: #352314;
  border-radius: 0.25em;
  box-shadow: none;
  color: #352314;
  display: block;
  font-family: "sweet-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em !important;
  line-height: 1.5 !important;
  padding: 1em !important;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:hover,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:hover,
input[type=color]:focus,
input[type=color]:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
.field:hover,
.field:focus,
.field:active {
  border-color: #720e0f;
  box-shadow: 0 2px 0 0 #720e0f;
}
input[type=text]:hover::placeholder, input[type=text]:focus::placeholder, input[type=text]:active::placeholder,
input[type=password]:hover::placeholder,
input[type=password]:focus::placeholder,
input[type=password]:active::placeholder,
input[type=datetime]:hover::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime]:active::placeholder,
input[type=datetime-local]:hover::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=datetime-local]:active::placeholder,
input[type=date]:hover::placeholder,
input[type=date]:focus::placeholder,
input[type=date]:active::placeholder,
input[type=month]:hover::placeholder,
input[type=month]:focus::placeholder,
input[type=month]:active::placeholder,
input[type=time]:hover::placeholder,
input[type=time]:focus::placeholder,
input[type=time]:active::placeholder,
input[type=week]:hover::placeholder,
input[type=week]:focus::placeholder,
input[type=week]:active::placeholder,
input[type=number]:hover::placeholder,
input[type=number]:focus::placeholder,
input[type=number]:active::placeholder,
input[type=email]:hover::placeholder,
input[type=email]:focus::placeholder,
input[type=email]:active::placeholder,
input[type=url]:hover::placeholder,
input[type=url]:focus::placeholder,
input[type=url]:active::placeholder,
input[type=search]:hover::placeholder,
input[type=search]:focus::placeholder,
input[type=search]:active::placeholder,
input[type=tel]:hover::placeholder,
input[type=tel]:focus::placeholder,
input[type=tel]:active::placeholder,
input[type=color]:hover::placeholder,
input[type=color]:focus::placeholder,
input[type=color]:active::placeholder,
select:hover::placeholder,
select:focus::placeholder,
select:active::placeholder,
textarea:hover::placeholder,
textarea:focus::placeholder,
textarea:active::placeholder,
.field:hover::placeholder,
.field:focus::placeholder,
.field:active::placeholder {
  color: #720e0f;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: rgb(242.25, 242.25, 242.25);
  box-shadow: 0 2px 0 0 #720e0f;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #720e0f;
  cursor: pointer;
  margin: 0 0.25em 0 0.0625em !important;
}

textarea {
  max-width: 100%;
  min-height: 120px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75em) center;
  margin: 0 !important;
  padding-right: calc(1.75em + 8px) !important;
}

/*********************
GRAVITY FORMS STYLES
*********************/
body .gform_wrapper {
  margin-top: 3em !important;
}
body .gform_wrapper .gform_validation_errors {
  background-color: rgb(254.1875, 249.3125, 249.515625) !important;
  border: 1px solid rgb(231.875, 93.125, 98.90625) !important;
  color: #352314;
  margin: 1.25em 0 !important;
  padding: 0.75em !important;
}
body .gform_wrapper .gform_heading {
  margin-bottom: 1.5em;
}
body .gform_wrapper .gform_heading .gform_title {
  margin-bottom: 0.25em;
}
body .gform_wrapper .gform_heading .gform_description {
  margin-bottom: 0;
}
body .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
  visibility: hidden;
}
body .gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 1.5em;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.125em;
  margin-bottom: 0.25em;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex label {
  color: #352314;
  font-size: 0.875em;
  padding-top: 0.25em;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span {
  margin-bottom: 0.5em;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span:last-child {
  margin-bottom: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_address {
  margin-left: 0;
  margin-right: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice .gform-field-label {
  font-size: 1em;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input.medium {
  width: 49%;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-size: 0.875em;
  padding-top: 0.25em;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_validation_message {
  background-color: rgb(254.1875, 249.3125, 249.515625);
  border: 1px solid rgb(231.875, 93.125, 98.90625);
  color: #352314;
  padding: 0.75em;
}
body .gform_wrapper .gform_footer {
  margin: 2em 0 0 0 !important;
  padding: 0 !important;
}
body .gform_wrapper .gform_footer .gform_button {
  margin: 0;
}
@media only screen and (min-width: 641px) {
  body .gform_wrapper .gform_heading {
    margin-bottom: 1.75em;
  }
  body .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 1.75em;
  }
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span:nth-last-child(3), body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex span:nth-last-child(2) {
    margin-bottom: 0;
    padding-right: 1%;
  }
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_address .ginput_left {
    padding-right: 0.5%;
  }
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_address .ginput_right {
    padding-left: 0.5%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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.draggable {
  cursor: pointer;
  cursor: grab;
}
.slick-list.draggable:active {
  cursor: grabbing;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;
}
.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;
  position: relative;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/*********************
CUSTOM SLIDER STYLES
*********************/
.slick-slider {
  padding: 0 3.5em !important;
  width: 100%;
}
.slick-slider.slick-dotted {
  padding-bottom: 3em !important;
}

.slick-arrow {
  border: 2px solid #720e0f;
  border-radius: 50%;
  color: #720e0f;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 0.25em 0.45em;
  position: absolute;
  text-decoration: none;
  top: calc(50% - 48px);
  z-index: 99;
  -moz-box-shadow: 0 0 10px -6px #352314;
  -o-box-shadow: 0 0 10px -6px #352314;
  -ms-box-shadow: 0 0 10px -6px #352314;
  -webkit-box-shadow: 0 0 10px -6px #352314;
  box-shadow: 0 0 10px -6px #352314;
  -webkit-transition: background-color 0.235s ease-in-out;
  transition: background-color 0.235s ease-in-out;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #720e0f;
  color: #ffffff;
}
.slick-arrow.pull-left {
  left: 0;
}
.slick-arrow.pull-right {
  right: 0;
}

.slick-dots {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  justify-content: center;
  left: 50%;
  list-style: none;
  margin: 0 !important;
  max-width: calc(100% - 10em);
  padding: 0 !important;
  position: absolute;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slick-dots li {
  background-color: #ede7df;
  border: 2px solid #352314;
  border-radius: 100%;
  cursor: pointer;
  height: 20px;
  text-indent: -999px;
  width: 20px;
}
.slick-dots li.slick-active {
  background-color: #720e0f;
}
.slick-dots li button {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .slick-slider {
    padding: 0 4.5em !important;
  }
  .slick-arrow {
    font-size: 36px;
  }
  .slick-dots li {
    height: 16px;
    width: 16px;
  }
}
@media only screen and (min-width: 1030px) {
  .slick-slider {
    padding: 0 6.25em !important;
  }
  .slick-arrow {
    font-size: 44px;
  }
}
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  background-color: #ffffff;
  color: #352314;
  font-family: "sweet-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.open-menu {
  overflow: hidden;
}

::-moz-selection {
  background: rgb(91.2890625, 11.2109375, 12.01171875);
  color: #ffffff;
}

::selection {
  background: rgb(91.2890625, 11.2109375, 12.01171875);
  color: #ffffff;
}

.offscreen {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.offscreen:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative;
  width: auto;
}

.iframe-container {
  height: 0;
  margin: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
.no-js #is-loading {
  display: none;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.page-center,
.pc {
  margin: 0 auto;
  width: 90%;
}

.full-img {
  display: block;
  height: auto;
  width: 100%;
}

.bg-img {
  background: center center/cover no-repeat rgb(68.578125, 8.421875, 9.0234375);
  min-height: 100px;
  overflow: hidden;
  position: relative;
}

.bg-overlay {
  background-color: #352314;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

span.ff-headline {
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif !important;
}
span.ff-body {
  font-family: "sweet-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
span.fs-italic {
  font-style: italic !important;
}
span.fs-normal {
  font-style: normal !important;
}
span.fs-oblique {
  font-style: oblique !important;
}
span.fw-100 {
  font-weight: 100 !important;
}
span.fw-200 {
  font-weight: 200 !important;
}
span.fw-300 {
  font-weight: 300 !important;
}
span.fw-400 {
  font-weight: 400 !important;
}
span.fw-500 {
  font-weight: 500 !important;
}
span.fw-600 {
  font-weight: 600 !important;
}
span.fw-700 {
  font-weight: 700 !important;
}
span.fw-800 {
  font-weight: 800 !important;
}
span.fw-900 {
  font-weight: 900 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.searchform {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.searchform .searchbox {
  color: #9a9595;
}
.searchform .searchbox:active, .searchform .searchbox:focus {
  color: #352314;
}
.archive .taxonomy-description,
.search .taxonomy-description {
  margin: 1em 0 0 0;
}
.archive .taxonomy-description p,
.search .taxonomy-description p {
  margin: 0;
}
.archive .main .hentry,
.search .main .hentry {
  margin: 0 0 3em;
}
.archive .main .hentry:last-child,
.search .main .hentry:last-child {
  margin-bottom: 0;
}
.archive .main .hentry .entry-header,
.search .main .hentry .entry-header {
  margin-bottom: 0.75em;
}
.archive .main .hentry .entry-header .entry-title,
.search .main .hentry .entry-header .entry-title {
  margin: 0;
}
.archive .main .hentry .entry-content,
.search .main .hentry .entry-content {
  font-size: 1.125em;
  margin-bottom: 1em;
}
.archive .main .hentry .entry-content .excerpt-read-more,
.search .main .hentry .entry-content .excerpt-read-more {
  color: #720e0f;
}
/*********************
LINK STYLES
*********************/
a {
  color: #720e0f;
  font-weight: 800;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #46110f;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
HEADING STYLES
*********************/
.wf-loading h1, .wf-loading .h1, .wf-loading h2, .wf-loading .h2, .wf-loading h3, .wf-loading .h3, .wf-loading h4, .wf-loading .h4, .wf-loading h5, .wf-loading .h5, .wf-loading h6, .wf-loading .h6, .wf-loading .subhead, .wf-loading p, .wf-loading a, .wf-loading label, .wf-loading input, .wf-loading .btn {
  visibility: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .subhead {
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2px;
  margin: 0 0 0.6em 0;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  word-break: break-word;
  word-wrap: break-word;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .subhead a {
  text-decoration: none;
}
h1 em, .h1 em, h2 em, .h2 em, h3 em, .h3 em, h4 em, .h4 em, h5 em, .h5 em, h6 em, .h6 em, .subhead em {
  font-weight: 500;
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 2.25em;
  line-height: 1.125;
}

h2, .h2 {
  font-size: 2.125em;
}

h3, .h3 {
  font-size: 2em;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.75em;
  text-transform: capitalize;
}

h5, .h5, .subhead {
  font-size: 1.5em;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 1.375em;
  font-style: italic;
  text-transform: capitalize;
}

/*********************
HEADER STYLES
*********************/
.container {
  left: 0;
  overflow: clip;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.container::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #352314;
  background-color: rgba(53, 35, 20, 0.85);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.container.open-menu {
  left: -80vw;
  overflow: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.container.open-menu::before {
  opacity: 1;
  z-index: 1000;
}
.container.open-menu .to-top {
  right: calc(80vw + 5%);
}
.container.open-menu .fixed-cta_btn {
  display: none;
  visibility: hidden;
}
.container:has(.fixed-cta_btn) .footer {
  padding-bottom: 3.5em;
}

.header {
  background-color: #ffffff;
  color: #352314;
  padding: 0.75em 0;
  position: fixed;
  top: 0;
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@starting-style {
  .header {
    opacity: 0;
  }
}
.header.at-top-of-page {
  background-color: transparent;
  padding: 1.25em 0;
}
.header.at-top-of-page .header_logo_link {
  max-width: 180px;
}
.header.at-top-of-page:has(+ .feat-img_bg-media) .logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out 0.5s;
}
.header.at-top-of-page:has(+ .feat-img_bg-media) .header_logo_alt {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out;
}
.header.at-top-of-page:has(+ .feat-img_bg-media) .menu-toggle span {
  background-color: #ffffff;
}
.header:has(.reviews-banner_wrap) {
  padding-top: 0;
}
.header:has(.hide-banner) {
  padding-top: 0.75em;
}

.reviews-banner_wrap {
  background-color: #ede7df;
  display: block;
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.25em;
  margin-bottom: 0.75em;
  opacity: 1;
  padding: 0.5em 0;
  transform: translateY(0%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.reviews-banner_wrap.hide-banner {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  transform: translateY(-100%);
}
.reviews-banner_wrap .reviews-banner_columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75em 0.5em;
  justify-content: space-between;
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1em 0.5em;
  justify-content: center;
  width: 100%;
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-01 {
  align-items: center;
  flex-wrap: nowrap;
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-01.has-sibling-col {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(35% - 0.25em);
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-02 {
  gap: 0.75em;
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-02.has-sibling-col {
  justify-content: flex-end;
  width: calc(65% - 0.25em);
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_text {
  font-weight: 600;
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_stars_wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.1em;
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_stars_wrap svg {
  width: 22px;
}
.reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_image {
  max-height: 55px;
  object-fit: contain;
  width: auto;
}

.header_primary-header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 3vw;
  justify-content: space-between;
}

.header_logo_link {
  max-width: 150px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.logo {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out;
}

.header_logo_alt {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out 0.5s;
}

.menu-toggle {
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 3.375em;
}
.menu-toggle span {
  background-color: #352314;
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  left: 0;
  top: 0;
}
.menu-toggle span:nth-child(2) {
  left: 0;
  top: 43%;
}
.menu-toggle span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.header_nav-wrap {
  background-color: #ffffff;
  height: 100vh;
  left: 100%;
  max-width: 80vw;
  overflow-y: scroll;
  padding: 2em 5vw 5.5em 5vw;
  position: absolute;
  top: 0;
}

.menu-close {
  cursor: pointer;
  height: 2.75em;
  margin: auto 0 2em auto;
  position: relative;
  width: 3.375em;
}
.menu-close span {
  background-color: #352314;
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu-close span:nth-child(1), .menu-close span:nth-child(2) {
  left: -0.25em;
  top: 1.25em;
  width: 3.875em;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-close span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
.nav li {
  position: relative;
  width: 100%;
}
.nav li a {
  color: #352314;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.35em 0.75em;
  text-decoration: none;
}
.nav li a:hover, .nav li a:focus {
  text-decoration: underline;
}
.nav li.menu-btn > a {
  font-size: 1.125em;
  padding: 0.825em 1em;
}
.nav li.menu-btn > a:hover, .nav li.menu-btn > a:focus, .nav li.menu-btn > a:active {
  text-decoration: none;
}
.nav li.current-menu-item > a, .nav li.current_page_item > a {
  text-decoration: underline;
}
.nav li.menu-item-has-children > a {
  max-width: calc(100% - 2.5em);
}
.nav li .sub-menu_arrow {
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.2em 0.85em;
  position: absolute;
  right: 0;
  top: 0;
}
.nav li .sub-menu_arrow .fa-solid {
  -webkit-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
.nav li .sub-menu_arrow.arrow-active .fa-solid {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav li ul.sub-menu,
.nav li ul.children {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  list-style-type: none;
  margin-left: 1.25em;
  padding: 0;
}
.nav li ul.sub-menu.open-sub-menu,
.nav li ul.children.open-sub-menu {
  margin-top: 1em;
  max-height: 2500px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  font-size: 1em;
}
.nav li ul.sub-menu li .sub-menu_arrow,
.nav li ul.children li .sub-menu_arrow {
  padding: 0 0.85em;
}

/*********************
FEATURED IMAGE STYLES
*********************/
.feat-img_container.feat-img_bg-media .feat-img {
  align-items: flex-end;
  display: flex;
  min-height: 22em;
}
.feat-img_container.feat-img_bg-media .feat-img.no-thumb {
  min-height: 18em;
}
.feat-img_container.feat-img_bg-media .feat-img_article-header {
  color: #ffffff;
  padding: 3.5em 0;
  text-align: right;
}
.feat-img_container.feat-img_bg-media .feat-img_icon {
  margin-right: 0;
}
.feat-img_container.feat-img_bg-media .feat-img_subhead {
  margin-right: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .feat-img_container .feat-img_icon {
    animation: 0.5s linear forwards;
    animation-delay: 0.5s;
    animation-name: fade-in_up;
    opacity: 0;
  }
  .feat-img_container .page-title {
    animation: 0.5s linear forwards;
    animation-delay: 0.75s;
    animation-name: fade-in_up;
    opacity: 0;
  }
  .feat-img_container .feat-img_subhead {
    animation: 0.5s linear forwards;
    animation-delay: 1s;
    animation-name: fade-in_up;
    opacity: 0;
  }
  .feat-img_container .feat-img_subhead_btn {
    animation: 0.5s linear forwards;
    animation-delay: 1.25s;
    animation-name: fade-in_up;
    opacity: 0;
  }
}

.feat-img {
  padding-top: 8.75em;
}
.feat-img_vid {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feat-img_article-header {
  padding: 4em 0 2.25em;
  text-align: center;
  z-index: 0;
}
.feat-img_article-header .page-title,
.feat-img_article-header .entry-title {
  margin: 0;
}

.feat-img_icon {
  margin: 0 auto 0.5em;
  max-width: 60px;
}

.feat-img_subhead_wrap {
  margin-top: 1.5em;
}

.feat-img_subhead {
  font-size: 1.125em;
  margin: 0 auto;
  max-width: 720px;
}

.feat-img_subhead_btn {
  margin-top: 1.125em;
}

.feat-img_images-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  margin-top: 1.25em;
}
.feat-img_images-wrap:has(.feat-img_images-two) {
  position: relative;
}
.feat-img_images-wrap:has(.feat-img_images-two)::before {
  background: center top/cover no-repeat url("../images/bg_noodles_02.png");
  content: "";
  height: 54vw;
  left: 0;
  position: absolute;
  top: -5.5em;
  width: 100%;
  z-index: -1;
}
@media (prefers-reduced-motion: no-preference) {
  .feat-img_images-wrap:has(.feat-img_images-two)::before {
    animation: 0.5s linear forwards;
    animation-delay: 1.5s;
    animation-name: fade-in;
    opacity: 0;
  }
  .feat-img_images-wrap:has(.feat-img_images-two) .feat-img_two-imgs_img-one,
  .feat-img_images-wrap:has(.feat-img_images-two) .feat-img_two-imgs_img-two {
    animation: 0.5s linear forwards;
    animation-delay: 1s;
    opacity: 0;
  }
  .feat-img_images-wrap:has(.feat-img_images-two) .feat-img_two-imgs_img-one {
    animation-name: fade-in_left;
  }
  .feat-img_images-wrap:has(.feat-img_images-two) .feat-img_two-imgs_img-two {
    animation-name: fade-in_right;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .feat-img_images-wrap:has(.feat-img_image-default) {
    animation: 0.5s linear forwards;
    animation-delay: 1.25s;
    animation-name: fade-in;
    opacity: 0;
  }
  .feat-img_images-wrap .feat-img_image-default {
    animation: linear forwards;
    animation-name: animate_bg-img_zoom;
  }
  @supports (animation-range: 0vh cover) and (animation-timeline: view(y)) {
    .feat-img_images-wrap .feat-img_image-default {
      animation-range: 0vh cover;
      animation-timeline: view(y);
    }
  }
}

.feat-img_image-default {
  min-height: 22em;
  width: 100%;
}

.feat-img_images-two {
  border-radius: 0.25em;
}
.feat-img_images-two.feat-img_two-imgs_img-one {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  width: 86%;
}
.feat-img_images-two.feat-img_two-imgs_img-two {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
  margin-left: auto;
  width: 66%;
}

/*********************
AUTHOR PAGE STYLES
*********************/
.author .feat-img {
  padding-top: 3.75em;
}
.author .page-title {
  display: none;
  visibility: visible;
}

.author_sidebar {
  flex-direction: column;
  gap: 0.75em;
  margin: 0 0 3.25em !important;
  text-align: center;
}

.author_sidebar_img {
  margin: 0 auto 1em;
  max-width: 200px;
}

.author_sidebar_name {
  margin-bottom: 0;
}

.author_sidebar_job-title {
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
}

.author_sidebar_description {
  margin: 0;
}

.author_sidebar_contact-list {
  margin-top: 0.75em !important;
  padding: 0 !important;
}

.author_sidebar_socials-list {
  gap: 0.5em 1.5em !important;
  margin-top: 0.75em !important;
  padding: 0 !important;
}

.author_sidebar_socials-li-link {
  font-size: 1.5em;
}

/*********************
CONTACT ITEMS (THEME SETTINGS) STYLES
*********************/
.contact-info_address-link {
  display: inline-block;
}

/*********************
SOCIAL MEDIA (THEME SETTINGS) STYLES
*********************/
.social-media_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  justify-content: center;
}
.social-media_list.social-media_icons .social-media_li-link {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #d3af5a;
  border-color: #720e0f;
  color: #720e0f;
  display: inline-block;
  font-size: 1.25em;
  min-width: 40px;
  padding: 0.2em 0.5em;
  text-align: center;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
.social-media_list.social-media_icons .social-media_li-link:hover, .social-media_list.social-media_icons .social-media_li-link:focus, .social-media_list.social-media_icons .social-media_li-link:active {
  background-color: #720e0f;
  color: #ffffff;
}
.social-media_list.social-media_names .social-media_li-link {
  padding: 0.5em;
}

.social-media_li-link {
  display: inline-block;
}

/*********************
PROCESS STEPS (THEME SETTINGS) STYLES
*********************/
.process-steps_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
}

.process-steps_li_wrap {
  display: flex !important;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}

.process-steps_li_content-wrap {
  padding: 2.5em 1.375em 2.25em;
}

.process-steps_li_step-counter {
  border: 1px solid #d3af5a;
  border-color: #352314;
  border-radius: 50%;
  color: #352314;
  display: inline-block;
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1;
  margin-bottom: 1.25em;
  min-width: 34px;
  padding: 0.375em 0.625em 0.5em 0.375em;
}

.process-steps_li_headline {
  color: #720e0f;
  font-weight: 700;
}

/*********************
AFTER CONTENT CTA (THEME SETTINGS) STYLES
*********************/
.after-content_banner_wrap {
  background-color: rgb(68.578125, 8.421875, 9.0234375);
  color: #ffffff;
  min-height: unset;
  padding: 1.5em 0;
}
.after-content_banner_pc {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  justify-content: center;
  position: relative;
}

.after-content_banner_headline {
  margin-bottom: 0;
}

/*********************
GOOGLE MAP EMBED STYLES
*********************/
.google-map_embed {
  background-color: #f2eaea;
  max-width: 800px;
  min-height: 450px;
}
.google-map_embed .btn:active,
.google-map_embed .button:active,
.google-map_embed button:active {
  top: unset;
}

.marker-content_title {
  font-size: 1.75em;
  max-width: 220px;
}

.marker-content_address-wrap {
  font-size: 1.25em;
}

/*********************
OVERSIZED BUTTON (COMPONENT) STYLES
*********************/
.oversized-btn {
  align-items: center;
  border: 1px solid #d3af5a;
  border-radius: 0.25em;
  display: flex;
  flex-direction: column;
  gap: 0.625em 1.25em;
  justify-content: center;
  padding: 1.5em 1.5em 1.25em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.oversized-btn:hover, .oversized-btn:focus, .oversized-btn:active {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.oversized-btn_icon {
  margin: 0 !important;
  max-width: 65px !important;
}

.oversized-btn_label {
  color: #352314;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 0.125em;
}

/*********************
BREADCRUMB STYLES
*********************/
/*
.breadcrumbs {
	background-color: $light-gray;
	border-radius: $border-radius;
	color: $black;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25em;
	justify-content: center;
	padding: 0.375em 2em;
}

.bread-link,
.bread-parent,
.bread-cat {
	color: $black;
	text-decoration: none;

	&:hover,
	&:focus,
	&:active {
		color: $black;
		text-decoration: underline;
	}
}

.separator {}

.item-home {}

.item-cat {}

.item-current {}
*/
/*********************
POSTS & CONTENT STYLES
*********************/
.content {
  padding: 3.5em 0;
  min-height: calc(100vh - 365px);
}

.inner-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.main {
  flex-grow: 1;
  padding-right: 0;
}

.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 1em 0 0 0;
}
.is-layout-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.is-layout-grid {
  display: grid;
}

.is-layout-flex,
.is-layout-grid {
  gap: 1.5em;
}
.is-layout-flex > :is(*, div),
.is-layout-grid > :is(*, div) {
  margin: 0 !important;
}

/*
.is-layout-flex > :is(*, div) {
	margin: 0;
}

.is-layout-grid > :is(*, div) {
	margin: 0;
}
*/
.entry-content h1:last-child, .entry-content .h1:last-child, .entry-content h2:last-child, .entry-content .h2:last-child, .entry-content h3:last-child, .entry-content .h3:last-child, .entry-content h4:last-child, .entry-content .h4:last-child, .entry-content h5:last-child, .entry-content .h5:last-child, .entry-content h6:last-child, .entry-content .h6:last-child, .entry-content .subhead:last-child, .entry-content .wp-block-heading:last-child, .entry-content p:last-child, .entry-content ul:last-child, .entry-content ol:last-child, .entry-content table:last-child, .entry-content dl:last-child, .entry-content dd:last-child, .entry-content blockquote:last-child, .entry-content img:last-child, .entry-content figure:last-child, .entry-content .wp-block-image:last-child, .entry-content hr:last-child, .entry-content pre:last-child, .entry-content code:last-child, .entry-content kbd:last-child, .entry-content samp:last-child, .entry-content .wp-caption:last-child, .entry-content .wpmf-gallerys:last-child, .entry-content .iframe-container:last-child, .entry-content .gform_wrapper:last-child, .entry-content .wp-block-group:last-child, .entry-content .wp-block-columns:last-child, .entry-content .wp-block-cover:last-child, .entry-content .wp-block-cover-image:last-child, .entry-content .wp-block-buttons:last-child, .entry-content .fb_acf_block:last-child {
  margin-bottom: 0;
}
.entry-content p, .entry-content ul, .entry-content ol, .entry-content table, .entry-content dl, .entry-content dd, .entry-content blockquote, .entry-content img, .entry-content figure, .entry-content .wp-block-image, .entry-content hr, .entry-content pre, .entry-content code, .entry-content kbd, .entry-content samp, .entry-content .wp-caption, .entry-content .wpmf-gallerys, .entry-content .iframe-container, .entry-content .gform_wrapper, .entry-content .wp-block-group, .entry-content .wp-block-columns, .entry-content .wp-block-cover, .entry-content .wp-block-cover-image, .entry-content .wp-block-buttons, .entry-content .fb_acf_block {
  margin: 0 0 1.5em 0;
}
.entry-content > p,
.entry-content .wp-block-group > p,
.entry-content .wp-block-group__inner-container > p,
.entry-content .wp-block-column > p,
.entry-content .wp-block-cover__inner-container > p,
.entry-content .wp-block-media-text__content > p {
  font-size: 1.125em;
}
.entry-content > ul,
.entry-content .wp-block-group > ul,
.entry-content .wp-block-group__inner-container > ul,
.entry-content .wp-block-column > ul,
.entry-content .wp-block-cover__inner-container > ul,
.entry-content .wp-block-media-text__content > ul,
.entry-content > ol,
.entry-content .wp-block-group > ol,
.entry-content .wp-block-group__inner-container > ol,
.entry-content .wp-block-column > ol,
.entry-content .wp-block-cover__inner-container > ol,
.entry-content .wp-block-media-text__content > ol {
  font-size: 1.125em;
}
.entry-content > ul li,
.entry-content .wp-block-group > ul li,
.entry-content .wp-block-group__inner-container > ul li,
.entry-content .wp-block-column > ul li,
.entry-content .wp-block-cover__inner-container > ul li,
.entry-content .wp-block-media-text__content > ul li,
.entry-content > ol li,
.entry-content .wp-block-group > ol li,
.entry-content .wp-block-group__inner-container > ol li,
.entry-content .wp-block-column > ol li,
.entry-content .wp-block-cover__inner-container > ol li,
.entry-content .wp-block-media-text__content > ol li {
  padding-left: 0.75em;
  margin-bottom: 0.9em;
}
.entry-content ul, .entry-content ol {
  padding-left: 1.75em;
}
.entry-content ul.no-list, .entry-content ol.no-list {
  padding-left: 0;
}
.entry-content ol {
  counter-reset: custom-list-counter;
  list-style: none;
}
.entry-content ol li {
  counter-increment: custom-list-counter;
  margin: 0 0 1.5em 1.75em;
  padding-left: 0.5em;
  position: relative;
}
.entry-content ol li::before {
  border: 1px solid #720e0f;
  border-radius: 50%;
  color: #720e0f;
  content: counter(custom-list-counter, decimal-leading-zero);
  display: inline-block;
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.125em;
  font-style: italic;
  left: -2.8em;
  line-height: 1.7em;
  position: absolute;
  text-align: center;
  top: 0;
  min-height: 35px;
  min-width: 35px;
  padding: 0.125em 6px 0.125em 0.125em;
}
.entry-content table {
  width: 100%;
}
.entry-content table caption {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.entry-content table td {
  border: none;
  padding: 1em 0.5em;
  text-align: center;
}
.entry-content table td:last-child {
  border-right: 0;
}
.entry-content table th {
  background-color: #ede7df;
  border: none;
  font-weight: 700;
  padding: 0.75em;
  text-transform: uppercase;
}
.entry-content table th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  background-color: #ede7df;
  border: none;
  color: #352314;
  font-size: 1.125em;
  font-style: italic;
  padding: 2.125em 2.125em 2.125em 3.625em;
}
.entry-content blockquote p {
  margin-bottom: 0.25em;
  position: relative;
}
.entry-content blockquote p::before {
  background-color: #d3af5a;
  content: "";
  height: 100%;
  left: -1.6em;
  position: absolute;
  top: 0;
  width: 2px;
}
.entry-content .wp-block-group {
  /*
  &.is-nowrap {
  	> .wp-block-group {
  		margin-bottom: 0;
  	}
  }
  */
}
.entry-content .wp-block-group.is-layout-flex.is-nowrap {
  flex-wrap: wrap;
  gap: 1.25em;
}
.entry-content .wp-block-group.is-layout-flex.is-nowrap > h1, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .h1, .entry-content .wp-block-group.is-layout-flex.is-nowrap > h2, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .h2, .entry-content .wp-block-group.is-layout-flex.is-nowrap > h3, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .h3, .entry-content .wp-block-group.is-layout-flex.is-nowrap > h4, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .h4, .entry-content .wp-block-group.is-layout-flex.is-nowrap > h5, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .h5, .entry-content .wp-block-group.is-layout-flex.is-nowrap > h6, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .h6, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .subhead, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-block-heading, .entry-content .wp-block-group.is-layout-flex.is-nowrap > p, .entry-content .wp-block-group.is-layout-flex.is-nowrap > ul, .entry-content .wp-block-group.is-layout-flex.is-nowrap > ol, .entry-content .wp-block-group.is-layout-flex.is-nowrap > table, .entry-content .wp-block-group.is-layout-flex.is-nowrap > dl, .entry-content .wp-block-group.is-layout-flex.is-nowrap > dd, .entry-content .wp-block-group.is-layout-flex.is-nowrap > blockquote, .entry-content .wp-block-group.is-layout-flex.is-nowrap > img, .entry-content .wp-block-group.is-layout-flex.is-nowrap > figure, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-block-image, .entry-content .wp-block-group.is-layout-flex.is-nowrap > hr, .entry-content .wp-block-group.is-layout-flex.is-nowrap > pre, .entry-content .wp-block-group.is-layout-flex.is-nowrap > code, .entry-content .wp-block-group.is-layout-flex.is-nowrap > kbd, .entry-content .wp-block-group.is-layout-flex.is-nowrap > samp, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-caption, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wpmf-gallerys, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .iframe-container, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .gform_wrapper, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-block-group, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-block-columns, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-block-cover, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-block-cover-image, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .wp-block-buttons, .entry-content .wp-block-group.is-layout-flex.is-nowrap > .fb_acf_block {
  margin-bottom: 0;
}
.entry-content .wp-block-group .col-2_break-pc_wrap {
  gap: 0;
}
.entry-content .wp-block-group .col-2_break-pc_wrap .stay-pc_wrap {
  padding-left: 5vw;
  padding-right: 5vw;
}
.entry-content .wp-block-group .col-2_break-pc_wrap .break-pc_wrap .wp-block-cover {
  height: 100%;
}
.entry-content .wp-block-separator {
  padding: 0;
  width: 100%;
}
.entry-content .wp-block-buttons {
  gap: 1.25em;
}
.entry-content dl dd {
  color: #9fa6b4;
  font-size: 0.85em;
  margin-left: 0;
}
.entry-content dl dd:last-child {
  margin-bottom: 0;
}
.entry-content img {
  border-radius: 0.25em;
  display: block;
  height: auto;
  max-width: 100%;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
}
.entry-content pre, .entry-content code, .entry-content kbd, .entry-content samp {
  background: #352314;
  border-radius: 0.25em;
  color: #ffffff;
  display: block;
  font-size: 0.9em;
  padding: 1.75em;
}
.entry-content > .alignfull:first-child {
  margin-top: -3.5em;
}
.entry-content > .alignfull:last-child {
  margin-bottom: -3.5em;
}
@media (prefers-reduced-motion: no-preference) {
  .entry-content :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .subhead, .wp-block-heading, p, li, blockquote, hr, pre, code, kbd, samp, .wp-caption, .wp-block-button, .wp-block-table, blockquote, .wp-block-image, .wp-caption, .wpmf-gallerys, .gform_wrapper, .wp-block-cover, .fb_acf_block, .fb_acf_block):not(.fb_acf_block *, .toc_block-wrap) {
    animation: linear forwards;
    opacity: 0;
  }
  @supports (animation-range: 100px 250px) and (animation-timeline: view(y)) and (animation-range: 200px 300px) {
    .entry-content :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .subhead, .wp-block-heading, p, li, blockquote, hr, pre, code, kbd, samp, .wp-caption, .wp-block-button, .wp-block-table, blockquote, .wp-block-image, .wp-caption, .wpmf-gallerys, .gform_wrapper, .wp-block-cover, .fb_acf_block, .fb_acf_block):not(.fb_acf_block *, .toc_block-wrap) {
      animation-range: 100px 250px;
      animation-timeline: view(y);
    }
    .entry-content :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .subhead, .wp-block-heading, p, li, blockquote, hr, pre, code, kbd, samp, .wp-caption, .wp-block-button, .wp-block-table, blockquote, .wp-block-image, .wp-caption, .wpmf-gallerys, .gform_wrapper, .wp-block-cover, .fb_acf_block, .fb_acf_block):not(.fb_acf_block *, .toc_block-wrap).wp-block-image {
      animation-range: 200px 300px;
    }
  }
  .entry-content :where(.wp-block-table, blockquote, .wp-block-image, .wp-caption, .wpmf-gallerys, .gform_wrapper, .wp-block-cover, .fb_acf_block):not(.fb_acf_block *) {
    animation-name: fade-in;
  }
  .entry-content :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .subhead, .wp-block-heading, p, li, blockquote, hr, pre, code, kbd, samp, .wp-caption, .wp-block-button):not(.fb_acf_block *) {
    animation-name: fade-in_up;
  }
  .entry-content > *.initially-visible {
    animation: 0.5s linear forwards;
    animation-delay: 1.25s;
    animation-name: fade-in;
    opacity: 0;
  }
  .entry-content > *.initially-visible * {
    animation: 0.5s linear forwards;
    animation-duration: 0s;
    animation-name: fade-in;
    opacity: 0;
  }
}

.alignleft,
img.alignleft {
  text-align: left;
}

.alignright,
img.alignright {
  text-align: right;
}

.aligncenter,
img.aligncenter {
  text-align: center;
}

.wp-caption {
  border: 1px solid #d3af5a;
  max-width: 100%;
  padding: 0.5em;
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 0.5em 0 0;
  text-align: center;
}

.wpmf-gallerys .gallery .gallery-item {
  padding: 0.25em !important;
}
.wpmf-gallerys .gallery .gallery-item .gallery-caption {
  font-size: 0.85em;
  margin: 0.5em 0 0;
}

.tags {
  margin: 0;
}

/*********************
GUTENBERG STYLES
*********************/
.alignfull.has-background {
  padding: 2em 0;
}
.alignfull > .wp-block-group__inner-container {
  margin: 0 auto;
  width: 90%;
}

.page-center .alignfull {
  margin-left: calc(50% - (50vw - 7.5px));
  max-width: calc(100vw - 15px);
  width: calc(100vw - 15px);
}
p.has-background {
  padding: 1.75em;
}

.has-background {
  padding: 1.5em;
}

.has-black-color {
  color: #352314 !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-dark-gray-color {
  color: #3b3436 !important;
}

.has-red-color {
  color: #720e0f !important;
}

.has-dark-red-color {
  color: #46110f !important;
}

.has-gold-color {
  color: #d3af5a !important;
}

.has-cream-color {
  color: #ede7df !important;
}

.has-black-background-color {
  background-color: #352314 !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-dark-gray-background-color {
  background-color: #3b3436 !important;
}

.has-red-background-color {
  background-color: #720e0f !important;
}

.has-dark-red-background-color {
  background-color: #46110f !important;
}

.has-gold-background-color {
  background-color: #d3af5a !important;
}

.has-cream-background-color {
  background-color: #ede7df !important;
}

.has-black-border-color {
  border-color: #352314 !important;
}

.has-white-border-color {
  border-color: #ffffff !important;
}

.has-dark-gray-border-color {
  border-color: #3b3436 !important;
}

.has-red-border-color {
  border-color: #720e0f !important;
}

.has-dark-red-border-color {
  border-color: #46110f !important;
}

.has-gold-border-color {
  border-color: #d3af5a !important;
}

.has-cream-border-color {
  border-color: #ede7df !important;
}

/*********************
CUSTOM ACF BLOCK STYLES
*********************/
.no-content_headline {
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.5em;
  font-weight: 600;
}

.no-content_paragraph {
  font-size: 1.25em;
}

.faq_list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 770px;
}

.faq_li_wrap {
  border-bottom: 1px solid #d3af5a;
  border-color: #352314 !important;
  overflow: hidden;
  width: 100%;
}
.faq_li_wrap:first-child {
  border-top: 1px solid #d3af5a;
}
.faq_li_wrap.faq-open .faq_li_question-wrap .faq_li_question-icon::after {
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_li_wrap.faq-open .faq_li_answer-wrap {
  max-height: 750px;
}

.faq_li_question-wrap {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  margin: 1.875em 0;
  -webkit-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
.faq_li_question {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.faq_li_question-icon {
  min-height: 2em;
  min-width: 2em;
  position: relative;
}
.faq_li_question-icon::before, .faq_li_question-icon::after {
  background-color: #352314;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_li_question-icon::before {
  height: 0.125em;
}
.faq_li_question-icon::after {
  width: 0.125em;
}

.faq_li_answer-wrap {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.faq_li_answer {
  font-size: 1.125em;
  padding-bottom: 1.666666em;
}

.gallery-filter_block-wrap .filter-form_wrap {
  background-color: #ede7df;
  gap: 1em;
  padding: 0.875em 1.625em;
}
.gallery-filter_block-wrap .filter-form_fieldset {
  gap: 0.375em;
}
.gallery-filter_block-wrap .filter-form_title {
  font-family: "sweet-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-filter_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 1.75em;
  margin-bottom: 0 !important;
}

.gallery-filter_li_wrap {
  width: 100%;
}

.image-slider-cont_list_wrap {
  padding: 0 !important;
}
.image-slider-cont_list_wrap .slick-track {
  gap: 1.5em;
  min-height: 0;
}

.oversized-btn_block-wrap {
  animation-name: fade-in_up !important;
}
.process-list_block-wrap .process-steps_list_wrap {
  justify-content: center;
}
.process-list_block-wrap .process-steps_li_wrap {
  animation: linear forwards;
  animation-name: fade-in;
  max-width: 1130px;
  opacity: 0;
}
@supports (animation-range: 100px 250px) and (animation-timeline: view(y)) and (animation-range: 200px 300px) {
  .process-list_block-wrap .process-steps_li_wrap {
    animation-range: 100px 250px;
    animation-timeline: view(y);
  }
}
.process-list_block-wrap .process-steps_li_content-wrap {
  border: 1px solid #d3af5a;
  border-radius: 0.25em;
  text-align: center;
}
.process-slider_block-wrap .process-steps_list_wrap {
  margin: 0 5vw;
  padding: 5em 0 0 !important;
  width: calc(100% - 10vw);
}
.process-slider_block-wrap .process-steps_list_wrap .slick-arrow {
  font-size: 36px;
  padding: 0.125em 0.25em 0.325em;
  top: 0;
}
.process-slider_block-wrap .process-steps_list_wrap .slick-arrow.pull-left {
  left: unset;
  right: 2em;
}
.process-slider_block-wrap .process-steps_list_wrap .slick-track {
  gap: 0.75em;
}
.process-slider_block-wrap .process-steps_li_wrap {
  border: 1px solid #d3af5a;
  border-radius: 0.25em;
  gap: 0;
  overflow: hidden;
}
.process-slider_block-wrap .process-steps_li_img {
  border-radius: 0;
}

.toc_block-wrap {
  align-items: center;
  background-color: #720e0f;
  border-radius: 0.125em;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  justify-content: center;
  padding: 0 0.75em;
  width: 100%;
}
.toc_block-wrap.hide-block {
  display: none;
  visibility: hidden;
}

.toc_icon {
  margin: 0 !important;
  max-width: 50px !important;
  padding: 1.25em 0;
}

.toc_list_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  justify-content: center;
  padding: 1.125em 0 !important;
}

.toc_li_link {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em;
  text-decoration: none;
  text-transform: capitalize;
}
.toc_li_link:hover, .toc_li_link:focus, .toc_li_link:active {
  color: #ffffff;
  text-decoration: underline;
}
.toc_li_link[title=faq] {
  text-transform: uppercase;
}

.testimonial-grid_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}

.testimonial-grid_li_wrap {
  background-color: #ede7df;
  border-radius: 0.25em;
  color: #352314;
  display: flex;
  flex-direction: column;
  gap: 2.25em;
  justify-content: center;
  padding: 3.25em 2em 1.875em;
  width: 100%;
}

.testimonial-grid_li_testimony {
  font-size: 1.125em;
}

.testimonial-grid_li_project-info {
  color: #720e0f;
  text-transform: capitalize;
}

.testimonial-grid_li_project-link {
  align-self: flex-end;
  font-size: 1.125em;
}

.testimonial-slider_list_wrap .slick-track {
  min-height: unset;
}

.testimonial-slider_li_wrap {
  background-color: #ede7df;
  border-radius: 0.25em;
  color: #352314;
  display: flex !important;
  flex-direction: column;
  gap: 1.25em;
  margin: 0 0.5em;
  padding: 1.5em;
}

.testimonial-slider_li_testimony {
  font-size: 1.125em;
}

.testimonial-slider_li_testimony-author {
  color: #720e0f;
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.25;
}

/*
.testimonial-slider_li_testimony-img {
	max-width: 200px !important;
}
*/
.testimonial-slider_li_testimony-link {
  font-size: 1.125em;
}

.video-popup_thumb_wrap {
  cursor: pointer;
  position: relative;
}

.video-popup_thumb_img {
  margin-bottom: 0 !important;
  -moz-box-shadow: 1px 1px 7px -2px #352314;
  -o-box-shadow: 1px 1px 7px -2px #352314;
  -ms-box-shadow: 1px 1px 7px -2px #352314;
  -webkit-box-shadow: 1px 1px 7px -2px #352314;
  box-shadow: 1px 1px 7px -2px #352314;
}

.video-popup_thumb_icon {
  background-color: #720e0f;
  border-radius: 0.25em;
  color: #ffffff;
  font-size: 1.25em;
  left: 50%;
  padding: 0.6em 1.5em 0.4em;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-popup_modal_wrap {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999999;
}
.video-popup_modal_wrap.open-popup {
  display: block;
  visibility: visible;
}

.video-popup_modal_vid-wrap {
  height: 100%;
  left: 50%;
  max-height: calc(100vh - 8em);
  max-width: calc(100vw - 12em);
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-popup_modal_vid-iframe {
  background-color: #352314;
  height: 100%;
  width: 100%;
}

.video-popup_modal_close {
  background-color: #720e0f;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5em;
  padding: 0.1em 0.5em;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}

/*********************
PATTERN STYLES
*********************/
.pattern_oversized-buttons {
  background: center top/contain repeat url("../images/bg_triangles_01.png");
}
.pattern_oversized-buttons .wp-block-group__inner-container .wp-block-group.is-vertical {
  align-items: normal;
}

.pattern_img-group-copy {
  background: center center/cover no-repeat url("../images/bg_noodles_06.png");
}
.pattern_img-group-copy .wp-block-group__inner-container .wp-block-columns {
  gap: 2.375em;
}
.pattern_img-group-copy .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-child(odd) .wp-block-image {
  clip-path: polygon(60% 90%, 55% 90%, 55% 10%, 55% 0%, 0% 0%, 0% 100%, 55% 100%, 55% 90%, 100% 90%, 100% 10%, 60% 10%);
}
.pattern_img-group-copy .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-child(odd) .wp-block-image img {
  border-radius: 0;
}
.pattern_img-group-copy .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-child(even) {
  border-top: 1px solid #d3af5a;
  padding: 2.375em 0 0 0;
}

.pattern_image-copy-collage {
  background: center center/cover no-repeat url("../images/bg_noodles_03.png");
}
.pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 2.25em;
}
.pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item {
  justify-content: center;
}
.pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(3) {
  order: -1;
}
.pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(4) {
  order: -1;
}
/*
.slider_track {
	//this item should have alignfull on it

	> .wp-block-group__inner-container {
		--slider-max-width: 100%;
		--slider-duration: 20s;

		display: flex;
		height: var(--slider-item-height);
		//block-size: var(--slider-item-height);
		max-width: none !important;
		overflow-x: hidden;
		position: relative;
		//width: 100%;
		width: var(--slider-max-width) !important;
		//max-inline-size: var(--slider-max-width);

		&:has( .wp-block-image:nth-child(4):last-child ) {
			--slider-items: 4;
		}

		&:has( .wp-block-image:nth-child(5):last-child ) {
			--slider-items: 5;
		}

		.wp-block-image {
			--slider-item-width: 300px;
			--slider-item-height: 200px;
			--slider-item-offset: max(
				calc( var(--slider-item-width) * var(--slider-items) ),
				calc( 100% + var(--slider-item-width) )
			);
			--slider-delay: calc( var(--slider-duration) / var(--slider-items) * ( var(--slider-items) - var(--slider-item-index) ) );

			animation: slider-scroll-left linear var(--slider-duration) var(--slider-delay, 0s) infinite;
			position: absolute;
			inset-inline-start: var(--slider-item-offset);
			@include transform( translate( -50%, 0 ) );

			&:nth-of-type(1) {
				--slider-item-index: 1;
			}
			&:nth-of-type(2) {
				--slider-item-index: 2;
			}
			&:nth-of-type(3) {
				--slider-item-index: 3;
			}
			&:nth-of-type(4) {
				--slider-item-index: 4;
			}
			&:nth-of-type(5) {
				--slider-item-index: 5;
			}
		}
	}

	@keyframes slider-scroll-left {
		to {
			inset-inline-start: calc( var(--slider-item-width) * -1 );
		}
	}
}

.pattern_image-sliders {
	@keyframes images-scroll-left {
		0% {
			//left: -250px;
			@include transform( translate( 0%, 0 ) );
		}
		100% {
			//left: -250px;
			@include transform( translate( -100%, 0 ) );
		}
	}

	.wp-block-group__inner-container {

		// Variables for slider settings

		// By default, the slider will scroll to the left. Right scrolling has not been setup yet, but once we have a solution for left, right will not be difficult.
		.slider_track {
			//height: 200px;
			//min-width: 100%;

			position: relative;
			//overflow: hidden;

			/*
			animation-name: images-scroll-left;
			animation-duration: 20s;
			animation-timing-function: linear;
			animation-iteration-count: infinite;
			// * /

			.wp-block-group__inner-container {
				//align-items: center;
				//display: flex;
				gap: 1.5em;
				max-width: none;
				width: 100%;
			}

			// Slider Item
			.wp-block-image {
				/*
				animation-name: images-scroll-left;
				//animation-duration: $slider-animation-speed;
				animation-duration: 20s;
				animation-timing-function: linear;
				animation-iteration-count: infinite;
				// * /

				//height: 200px;
				margin: 0;
				//position: absolute;
				//width: 300px;

				// Create multiple rules for the various slides, with slight 'animation-delay' variations for each slide.

				img {
					//height: 100%;
					//object-fit: cover;
				}
			}
		}

		/*
		// Styles for scrolling left
		.slider_scroll-left {
			@keyframes images-scroll-left {
				to {
					left: -250px;
				}
			}
		}
		// * /

		// Styles for scrolling right (NOT READY)
		//.slider_scroll-right {
		//	@keyframes scroll-right {
		//		to {
		//			right: -250px;
		//		}
		//	}
		//}
	}
}
*/
.pattern_two-col-content .wp-block-group__inner-container .wp-block-columns {
  gap: 3em;
}

.pattern_our-process-list .wp-block-group__inner-container > .wp-block-group {
  margin: auto;
  max-width: 570px;
}

.pattern_banner {
  background: center center/cover no-repeat url("../images/bg_triangles_01.png");
}
.pattern_banner .wp-block-group__inner-container > .wp-block-group {
  gap: 0.75em 6.5em !important;
}

.pattern_latest-posts {
  background: center center/cover no-repeat url("../images/bg_paint_01.png");
}

.pattern_faq .wp-block-group__inner-container .wp-block-columns {
  flex-direction: column-reverse;
  gap: 2.875em;
}
.pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image {
  padding-left: 5vw;
  padding-right: 5vw;
}
.pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image img {
  margin: auto;
}
.pattern_portfolio-gallery .wp-block-group__inner-container .portfolio_text-content_wrap > .wp-block-group {
  gap: 0.5em;
  width: 100%;
}
.pattern_portfolio-gallery .wp-block-group__inner-container .portfolio_text-content_wrap > .wp-block-group .wp-block-heading {
  font-family: "sweet-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pattern_related-posts {
  background: center center/cover no-repeat url("../images/bg_paint_01.png");
}

/*********************
POST FEED - MODULE STYLES
*********************/
.post_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5em 2em;
  justify-content: flex-start;
  margin-bottom: 0 !important;
}

.post_li_wrap {
  width: 100%;
}

.post_li_img-link {
  display: inline-block;
  margin-bottom: 0.875em;
}

.post_li_title {
  margin-bottom: 0.125em;
}

.post_li_meta {
  font-style: italic;
  margin-bottom: 0.5em;
}

.post_li_date {
  margin-bottom: 0.5em;
}

.post_li_excerpt {
  font-size: 1.25em;
  margin: 0 0 1em !important;
}

/*********************
POST SINGLE STYLES
*********************/
.single-post .feat-img_container.feat-img_two-imgs {
  margin-bottom: 3em;
}
.single-post .content {
  background-color: #ede7df;
  padding: 5.875em 0;
}
.single-post .content .entry-content > .alignfull:first-child {
  margin-top: 0;
}
.single-post .content .entry-content > .alignfull:last-child {
  margin-bottom: 0;
}
.single-post .content .entry-content .alignfull {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.single-post .content .entry-content .alignfull > .wp-block-group__inner-container {
  margin: 0 2em;
  max-width: none;
  width: calc(100% - 4em);
}

.entry-meta {
  font-style: italic;
  margin: 0 0 0.5em 0;
}

.blog-sgl_sidebar {
  margin: 0 0 3.25em 0 !important;
}

.blog-sgl_sidebar_services-wrap {
  background-color: #720e0f;
  border-radius: 0.25em;
  color: #ede7df;
  padding: 2em 1.25em 2.125em;
  width: 100%;
}

.blog-sgl_sidebar_services-headline {
  border-bottom: 1px solid #d3af5a;
  display: inline-block;
  padding-bottom: 0.375em;
}

.blog-sgl_sidebar_services-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}

.blog-sgl_sidebar_services-li-link {
  color: #ede7df;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}
.blog-sgl_sidebar_services-li-link:hover, .blog-sgl_sidebar_services-li-link:focus, .blog-sgl_sidebar_services-li-link:active {
  color: #ede7df;
  text-decoration: underline;
}

.blog-sgl_sidebar_video-wrap {
  margin-top: 2.5em;
  padding-bottom: 169.25%;
  width: 100%;
}

.blog-sgl_after-content_wrap {
  background: center center/cover no-repeat url("../images/bg_paint_01.png");
  padding: 3em 0;
}
.blog-sgl_after-content_wrap .no-list {
  padding: 0;
}

/*********************
PORTFOLIO FEED - MODULE STYLES
*********************/
.portfolio_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 2em;
  justify-content: flex-start;
  margin-bottom: 0 !important;
}

.portfolio_li_wrap {
  width: 100%;
}

.portfolio_li_img-link {
  display: inline-block;
  margin-bottom: 1.5em;
}

.portfolio_li_title {
  font-family: "sweet-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.portfolio_li_title-link {
  color: #352314;
  font-weight: 700;
}
.portfolio_li_title-link:hover, .portfolio_li_title-link:focus, .portfolio_li_title-link:active {
  color: #352314;
  text-decoration: underline;
}

/*********************
SERVICES/RESOURCES FEED - MODULE STYLES
*********************/
.serv-res_list_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4.5em;
  margin-bottom: 0 !important;
}

.serv-res_li_wrap {
  width: 100%;
}

.serv-res_li_img-link {
  display: inline-block;
  margin-bottom: 1.25em;
}

.serv-res_li_title {
  margin-bottom: 0.5em;
}

.serv-res_li_title-link {
  color: #352314;
}
.serv-res_li_title-link:hover, .serv-res_li_title-link:focus, .serv-res_li_title-link:active {
  color: rgb(15.9726027397, 10.5479452055, 6.0273972603);
}

.serv-res_li_excerpt {
  margin: 0 0 1em !important;
}

.serv-res_li_link {
  font-size: 1.125em;
}

/*********************
POST TYPE FILTER - MODULE STYLES
*********************/
.filter-form_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: flex-start;
  margin-bottom: 3em;
}

.filter-form_fieldset {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  width: 100%;
}

.filter-form_title {
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.25em;
  font-weight: 600;
}

.filter-form_buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}

.filter-form_button-option.mixitup-control-active {
  background-color: rgb(68.578125, 8.421875, 9.0234375);
  color: #ffffff;
  text-decoration: none;
}

.filter-form_checkboxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.25em 0.75em;
}

.filter-form_checkbox-label {
  cursor: pointer;
}

/*********************
MIXITUP STYLES
*********************/
.filter-no-results {
  display: none;
  margin: 3em 0;
  text-align: center;
  visibility: hidden;
  width: 100%;
}
.filter-no-results.show-no-results {
  display: block;
  visibility: visible;
}

.filter-pagination {
  align-items: center;
  column-gap: 0.625em;
  display: flex;
  justify-content: center;
  margin: 2.5em 0 0 0;
  white-space: nowrap;
  width: 100%;
}
.filter-pagination.mixitup-page-list-disabled {
  display: none;
  visibility: hidden;
}
.filter-pagination .mixitup-pager {
  align-items: center;
  background-color: transparent;
  border: 1px solid #d3af5a;
  border-color: #720e0f;
  border-radius: 50%;
  color: #720e0f;
  cursor: pointer;
  display: flex;
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-width: 38px;
  padding: 0.375em 0.625em 0.5em 0.375em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-pagination .mixitup-pager[data-page="1"]::before, .filter-pagination .mixitup-pager[data-page="2"]::before, .filter-pagination .mixitup-pager[data-page="3"]::before, .filter-pagination .mixitup-pager[data-page="4"]::before, .filter-pagination .mixitup-pager[data-page="5"]::before, .filter-pagination .mixitup-pager[data-page="6"]::before, .filter-pagination .mixitup-pager[data-page="7"]::before, .filter-pagination .mixitup-pager[data-page="8"]::before, .filter-pagination .mixitup-pager[data-page="9"]::before {
  content: "0";
}
.filter-pagination .mixitup-pager:hover, .filter-pagination .mixitup-pager:focus, .filter-pagination .mixitup-pager:active {
  background-color: #720e0f;
  color: #ffffff;
}
.filter-pagination .mixitup-pager.mixitup-pager-prev, .filter-pagination .mixitup-pager.mixitup-pager-next {
  border: none;
  font-size: 2em;
  line-height: 0.5;
  min-height: unset;
  padding: 0 0 0.25em 0;
}
.filter-pagination .mixitup-pager.mixitup-pager-prev.mixitup-pager-disabled, .filter-pagination .mixitup-pager.mixitup-pager-next.mixitup-pager-disabled {
  display: none;
  visibility: hidden;
}
.filter-pagination .mixitup-pager.mixitup-pager-prev:hover, .filter-pagination .mixitup-pager.mixitup-pager-prev:focus, .filter-pagination .mixitup-pager.mixitup-pager-prev:active, .filter-pagination .mixitup-pager.mixitup-pager-next:hover, .filter-pagination .mixitup-pager.mixitup-pager-next:focus, .filter-pagination .mixitup-pager.mixitup-pager-next:active {
  background-color: transparent;
  color: #46110f;
}
.filter-pagination .mixitup-pager.mixitup-pager-active, .filter-pagination .mixitup-pager.mixitup-pager-disabled, .filter-pagination .mixitup-pager.mixitup-pager-truncation-marker {
  cursor: default;
}
.filter-pagination .mixitup-pager.mixitup-pager-active {
  background-color: #720e0f;
  color: #ffffff;
  cursor: default;
  font-weight: 700;
}
.filter-pagination .mixitup-pager.mixitup-pager-truncation-marker {
  border: none;
  color: #352314;
  font-size: 1em;
  font-weight: 400;
  min-width: 0;
  padding: 0;
}
.filter-pagination .mixitup-pager.mixitup-pager-truncation-marker:hover, .filter-pagination .mixitup-pager.mixitup-pager-truncation-marker:focus, .filter-pagination .mixitup-pager.mixitup-pager-truncation-marker:active {
  background-color: transparent;
}

/*********************
PAGE NAVI STYLES
*********************/
.pagination,
.wp-prev-next {
  float: none;
  margin: 2.5em 0 0 0;
}

.pagination ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul li a, .pagination ul li.current {
  align-items: center;
  background-color: transparent;
  border: 1px solid #d3af5a;
  border-color: #720e0f;
  border-radius: 50%;
  color: #720e0f;
  display: flex;
  font-family: "awesome-serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-width: 38px;
  padding: 0.375em 0.625em 0.5em 0.375em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active {
  background-color: #720e0f;
  color: #ffffff;
}
.pagination ul li.current {
  background-color: #720e0f;
  color: #ffffff;
  cursor: default;
  font-weight: 700;
}
.pagination ul li.prev-link a, .pagination ul li.next-link a {
  border: none;
  font-size: 2em;
  line-height: 0.5;
  min-height: unset;
  padding: 0 0 0.25em 0;
}
.pagination ul li.prev-link a:hover, .pagination ul li.prev-link a:focus, .pagination ul li.prev-link a:active, .pagination ul li.next-link a:hover, .pagination ul li.next-link a:focus, .pagination ul li.next-link a:active {
  background-color: transparent;
  color: #46110f;
}
.pagination ul li.first-page-link.pagination-gap, .pagination ul li.last-page-link.pagination-gap {
  align-items: flex-end;
  display: flex;
  gap: 0.5em;
}
.pagination ul li.first-page-link.pagination-gap::after {
  content: "...";
  padding-bottom: 0.375em;
}
.pagination ul li.last-page-link.pagination-gap::before {
  content: "...";
  padding-bottom: 0.375em;
}

.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.25em;
}
.sidebar.no-sidebar {
  display: none;
  visibility: hidden;
}

.widget {
  margin: 0 0 2.25em;
  width: 100%;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widgettitle {
  border-bottom: 1px solid #d3af5a;
  display: inline-block;
  margin-bottom: 0.5em;
}
.widget ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.widget ul li ul {
  padding-left: 1em;
}

.no-widgets {
  background-color: #ffffff;
  border: 1px solid #d3af5a;
  padding: 1.5em;
  text-align: center;
}
.no-widgets p {
  margin: 0;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background-color: #352314;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 600;
  text-decoration: none;
}
.footer a:hover, .footer a:focus, .footer a:active {
  text-decoration: underline;
}

.footer_col_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.875em 1.75em;
  justify-content: space-between;
  padding: 3em 0 1.5em;
}

.footer_col {
  padding: 0;
  text-align: center;
}

.footer_headline {
  color: #d3af5a;
  font-size: 1.375em;
  margin-bottom: 0.75em;
}

.footer_oversized-btn_wrap {
  padding: 2.875em 0 0;
}
.footer_oversized-btn_wrap:has(.oversized-btn:nth-child(2)) {
  display: flex;
  flex-direction: column;
  gap: 1.625em;
  justify-content: center;
}
.footer_oversized-btn_wrap .oversized-btn {
  font-size: 1em !important;
}
.footer_content_paragraph {
  font-size: 1.125em;
  margin-bottom: 1.125em;
}
.footer_content_paragraph:last-child {
  margin-bottom: 0;
}

.footer_services {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875em 1.25em;
}
.footer_services li {
  line-height: 1.2;
  width: 100%;
}
.footer_links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875em 1.25em;
}
.footer_links li {
  line-height: 1.2;
  width: 100%;
}
.footer_contact_wrap {
  margin-bottom: 2.25em;
}
.footer_contact_wrap:last-child {
  margin-bottom: 0;
}

.footer_contact_list {
  display: flex;
  flex-direction: column;
  gap: 1.375em 1em;
}

.footer_contact_li {
  line-height: 1.2;
}
.footer_social_wrap .social-media_list.social-media_icons .social-media_li-link {
  border-color: #d3af5a;
  color: #d3af5a;
}
.footer_social_wrap .social-media_list.social-media_icons .social-media_li-link:hover, .footer_social_wrap .social-media_list.social-media_icons .social-media_li-link:focus, .footer_social_wrap .social-media_list.social-media_icons .social-media_li-link:active {
  background-color: #d3af5a;
  color: #352314;
}
.footer_copyright-credit {
  line-height: 1.2;
  padding: 1.5em 0;
  text-align: center;
}

.footer_credit_link {
  font-size: 1em !important;
  font-weight: 700 !important;
}

/*********************
FIXED (FLOATING) ITEM STYLES
*********************/
.to-top {
  background-color: #352314;
  border: 1px solid #d3af5a;
  border-color: #ffffff;
  border-radius: 0.25em;
  bottom: 10%;
  color: #ffffff;
  cursor: pointer;
  padding: 0.375em 0.5625em;
  position: fixed;
  right: 5%;
  text-decoration: none;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.to-top:hover, .to-top:focus, .to-top:active {
  background-color: rgb(90.0273972603, 59.4520547945, 33.9726027397);
  color: #ffffff;
}

.fixed-cta_btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  bottom: 0;
  padding: 0.825em 1.75em;
  position: fixed;
  right: 5%;
  width: 90%;
  z-index: 100;
}
.fixed-cta_btn:active {
  top: unset;
}

/*********************
ANIMATION CLASSES
*********************/
.page-load_fade-in,
.page-load_fade-in_up,
.page-load_fade-in_down,
.page-load_fade-in_left,
.page-load_fade-in_right {
  animation: 0.5s linear forwards;
  opacity: 0;
}

.scroll_fade-in,
.scroll_fade-in_up,
.scroll_fade-in_down,
.scroll_fade-in_left,
.scroll_fade-in_right {
  animation: linear forwards;
  opacity: 0;
}
@supports (animation-range: 100px 250px) and (animation-timeline: view(y)) and (animation-range: 200px 300px) {
  .scroll_fade-in,
  .scroll_fade-in_up,
  .scroll_fade-in_down,
  .scroll_fade-in_left,
  .scroll_fade-in_right {
    animation-range: 100px 250px;
    animation-timeline: view(y);
  }
}

.page-load_fade-in,
.scroll_fade-in {
  animation-name: fade-in;
}

.page-load_fade-in_up,
.scroll_fade-in_up {
  animation-name: fade-in_up;
}

.page-load_fade-in_down,
.scroll_fade-in_down {
  animation-name: fade-in_down;
}

.page-load_fade-in_left,
.scroll_fade-in_left {
  animation-name: fade-in_left;
}

.page-load_fade-in_right,
.scroll_fade-in_right {
  animation-name: fade-in_right;
}

/*********************
ANIMATION KEYFRAMES
*********************/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in_up {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade-in_down {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade-in_left {
  from {
    transform: translateX(-20%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes fade-in_right {
  from {
    transform: translateX(20%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes animate_bg-img_zoom {
  from {
    background-size: 100% auto;
  }
  to {
    background-size: 145% auto;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 581px) {
  /******************************************************************

  Stylesheet: 581px and Up Stylesheet

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .searchform {
    flex-direction: row;
  }
  /*********************
  HEADING STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  .container.open-menu {
    left: -65vw;
  }
  .container.open-menu .to-top {
    right: calc(65vw + 5%);
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-01.has-sibling-col {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(50% - 0.25em);
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-02.has-sibling-col {
    width: calc(50% - 0.25em);
  }
  .header_nav-wrap {
    max-width: 65vw;
  }
  .nav li.menu-btn > a {
    padding: 0.825em 2.825em;
  }
  /*********************
  FEATURED IMAGE STYLES
  *********************/
  .feat-img_container.feat-img_bg-media .feat-img {
    min-height: 28em;
  }
  .feat-img_vid {
    height: auto;
    width: 100%;
  }
  .feat-img_image-default {
    min-height: 28em;
  }
  /*********************
  AUTHOR PAGE STYLES
  *********************/
  /*********************
  CONTACT ITEMS (THEME SETTINGS) STYLES
  *********************/
  /*********************
  SOCIAL MEDIA (THEME SETTINGS) STYLES
  *********************/
  /*********************
  PROCESS STEPS (THEME SETTINGS) STYLES
  *********************/
  /*********************
  AFTER CONTENT CTA (THEME SETTINGS) STYLES
  *********************/
  /*********************
  GOOGLE MAP EMBED STYLES
  *********************/
  /*********************
  OVERSIZED BUTTON (COMPONENT) STYLES
  *********************/
  .oversized-btn {
    flex-direction: row;
    padding: 1.75em 2em;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright,
  img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /*********************
  GUTENBERG STYLES
  *********************/
  /*********************
  CUSTOM ACF BLOCK STYLES
  *********************/
  .gallery-filter_block-wrap .filter-form_fieldset {
    width: 100%;
  }
  /*********************
  PATTERN STYLES
  *********************/
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group {
    display: grid;
    grid-gap: 2.25em;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(100px, auto);
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_content-headline {
    grid-column: span 5;
    grid-row: 1/2;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_content-text {
    grid-column: span 5;
    grid-row: 5/6;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image {
    grid-column: span 5;
    grid-row: span 1;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image .wp-block-image {
    height: 100%;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image .wp-block-image img {
    height: 100%;
    object-fit: cover;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(3n) {
    grid-column: span 3;
    grid-row: span 2;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(3n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .pattern_portfolio-gallery .wp-block-group__inner-container .portfolio_text-content_wrap > .wp-block-group {
    width: calc(50% - 0.625em);
  }
  /*********************
  POST FEED - MODULE STYLES
  *********************/
  /*********************
  POST SINGLE STYLES
  *********************/
  /*********************
  PORTFOLIO FEED - MODULE STYLES
  *********************/
  /*********************
  SERVICES/RESOURCES FEED - MODULE STYLES
  *********************/
  .serv-res_li_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.75em;
    max-width: 1200px;
  }
  .serv-res_li_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .serv-res_li_img-link {
    margin-bottom: 0;
    width: calc(50% - 0.875em);
  }
  .serv-res_li_content-wrap {
    flex-grow: 1;
    width: calc(50% - 0.875em);
  }
  /*********************
  POST TYPE FILTER - MODULE STYLES
  *********************/
  .filter-form_fieldset {
    width: calc(50% - 0.75em);
  }
  /*********************
  MIXITUP STYLES
  *********************/
  /*********************
  PAGE NAVI STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
  .footer_services {
    padding: 0 6vw;
  }
  .footer_services li {
    width: calc(50% - 0.625em);
  }
  .footer_links {
    padding: 0 6vw;
  }
  .footer_links li {
    width: calc(50% - 0.625em);
  }
  /*********************
  FIXED (FLOATING) ITEM STYLES
  *********************/
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

  Stylesheet: 768px and Up Stylesheet

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .page-center,
  .pc {
    width: 94%;
  }
  /*********************
  HEADING STYLES
  *********************/
  h1, .h1 {
    font-size: 3.25em;
  }
  h2, .h2 {
    font-size: 2.75em;
  }
  /*********************
  HEADER STYLES
  *********************/
  .container.open-menu {
    left: -50vw;
  }
  .container.open-menu .to-top {
    right: calc(50vw + 3%);
  }
  .container:has(.toc_block-wrap) .footer {
    padding-bottom: 4.5em;
  }
  .container:has(.toc_block-wrap) .to-top {
    bottom: 20%;
  }
  .container:has(.fixed-cta_btn) .footer {
    padding-bottom: 0;
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-01 {
    gap: 0.25em 1em;
    justify-content: flex-start;
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-01.has-sibling-col {
    width: calc(65% - 0.25em);
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-02 {
    justify-content: flex-end;
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column.reviews-banner_column-02.has-sibling-col {
    width: calc(35% - 0.25em);
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_text {
    font-size: 1.75em;
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_stars_wrap {
    padding-top: 4px;
    font-size: 1.25em;
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_stars_wrap svg {
    width: 28px;
  }
  .reviews-banner_wrap .reviews-banner_columns .reviews-banner_column .reviews-banner_image {
    max-height: 65px;
  }
  .header_nav-wrap {
    max-width: 50vw;
  }
  /*********************
  FEATURED IMAGE STYLES
  *********************/
  .feat-img_container.feat-img_bg-media .feat-img {
    min-height: 32em;
  }
}
@media only screen and (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .feat-img_container.feat-img_bg-media {
    animation: 0.5s linear forwards;
    animation-name: fade-in;
  }
  .feat-img_container.feat-img_bg-media .feat-img {
    animation: linear forwards;
    animation-name: animate_bg-img_zoom;
  }
  @supports (animation-range: exit) and (animation-timeline: view(y)) {
    .feat-img_container.feat-img_bg-media .feat-img {
      animation-range: 0vh cover;
      animation-timeline: view(y);
    }
  }
}
@media only screen and (min-width: 768px) {
  .feat-img_icon {
    max-width: 75px;
  }
  .feat-img_images-wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 3vw;
  }
  .feat-img_images-wrap:has(.feat-img_images-two)::before {
    height: 30vw;
  }
  .feat-img_image-default {
    min-height: 32em;
  }
  .feat-img_images-two.feat-img_two-imgs_img-one {
    width: calc(60% - 1.5vw);
  }
  .feat-img_images-two.feat-img_two-imgs_img-two {
    margin: 2em 0 0;
    width: calc(40% - 1.5vw);
  }
}
@media only screen and (min-width: 768px) {
  /*********************
  AUTHOR PAGE STYLES
  *********************/
  .author_sidebar {
    margin: 0 !important;
    padding: 0 1.5em 0 0 !important;
    position: sticky;
    text-align: left;
    top: 2em;
  }
  .author_sidebar_img {
    margin: 0 0 0.5em;
  }
  /*********************
  CONTACT ITEMS (THEME SETTINGS) STYLES
  *********************/
  /*********************
  SOCIAL MEDIA (THEME SETTINGS) STYLES
  *********************/
  .social-media_list {
    gap: 0.5em 1.5em;
    justify-content: flex-start;
  }
  /*********************
  PROCESS STEPS (THEME SETTINGS) STYLES
  *********************/
  .process-steps_li_wrap {
    gap: 2.5em;
  }
  .process-steps_li_content-wrap {
    padding: 3.625em 1.625em;
  }
  /*********************
  AFTER CONTENT CTA (THEME SETTINGS) STYLES
  *********************/
  .after-content_banner_pc {
    flex-direction: unset;
    justify-content: space-around;
  }
  /*********************
  GOOGLE MAP EMBED STYLES
  *********************/
  /*********************
  OVERSIZED BUTTON (COMPONENT) STYLES
  *********************/
  .oversized-btn {
    gap: 0.75em 2em;
    padding: 2.25em 2.5em;
  }
  .oversized-btn:hover, .oversized-btn:focus, .oversized-btn:active {
    -moz-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .content {
    min-height: calc(100vh - 410px);
  }
  .entry-content .wp-block-group .col-2_break-pc_wrap {
    flex-wrap: nowrap !important;
  }
  .entry-content .wp-block-group .col-2_break-pc_wrap .stay-pc_wrap {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .entry-content table th {
    font-size: 1.25em;
  }
  /*********************
  GUTENBERG STYLES
  *********************/
  .alignfull > .wp-block-group__inner-container {
    width: 94%;
  }
  /*********************
  CUSTOM ACF BLOCK STYLES
  *********************/
  /*********************
  CUSTOM ACF BLOCK STYLES
  *********************/
  .faq_li_question-wrap {
    gap: 1.5em;
  }
  .faq_li_question {
    font-size: 1.75em;
  }
  .faq_li_question-icon {
    min-height: 2.875em;
    min-width: 2.875em;
  }
  .gallery-filter_block-wrap .filter-form_fieldset {
    width: calc(50% - 0.5em);
  }
  .gallery-filter_block-wrap .filter-form_fieldset.filter-search_wrap {
    width: 100%;
  }
  .gallery-filter_li_wrap {
    width: calc(50% - 0.875em);
  }
  .gallery-filter_li_img {
    height: 100% !important;
    object-fit: cover;
  }
  .process-list_block-wrap .process-steps_li_wrap {
    flex-direction: row;
  }
  .process-list_block-wrap .process-steps_li_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .process-list_block-wrap .process-steps_li_content-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 1.25em);
  }
  .process-list_block-wrap .process-steps_li_img {
    object-fit: cover;
    width: calc(50% - 1.25em);
  }
  .process-slider_block-wrap .process-steps_list_wrap {
    margin: 0 3vw;
    padding: 7.5em 0 0 !important;
    width: calc(100% - 6vw);
  }
  .process-slider_block-wrap .process-steps_list_wrap .slick-arrow {
    font-size: 44px;
  }
  .process-slider_block-wrap .process-steps_list_wrap .slick-track {
    align-items: stretch;
    gap: 1.75em;
  }
  .process-slider_block-wrap .process-steps_li_wrap {
    height: auto;
    justify-content: space-between;
  }
  .process-slider_block-wrap .process-steps_li_content-wrap {
    padding-bottom: 2.375em;
  }
  .toc_block-wrap {
    bottom: 1.5em;
    flex-wrap: nowrap;
    left: 50%;
    position: fixed;
    margin-bottom: 0 !important;
    max-width: 1000px;
    width: 94%;
    z-index: 999;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .testimonial-grid_li_wrap {
    flex-grow: 1;
    width: calc(50% - 0.75em);
  }
  .testimonial-slider_li_wrap {
    padding: 2.625em;
  }
  .testimonial-slider_li_testimony-author {
    font-size: 2.25em;
  }
  /*********************
  PATTERN STYLES
  *********************/
  .pattern_oversized-buttons .wp-block-group__inner-container .wp-block-group.is-vertical {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .pattern_oversized-buttons .wp-block-group__inner-container .wp-block-group.is-vertical .oversized-btn_block-wrap {
    flex-grow: 1;
  }
  .pattern_oversized-buttons .wp-block-group__inner-container .wp-block-group.is-vertical:has(.oversized-btn_block-wrap:nth-child(2)) .oversized-btn_block-wrap {
    width: calc(50% - 0.625em);
  }
  .pattern_img-group-copy .wp-block-group__inner-container .wp-block-columns .wp-block-column:nth-child(even) {
    border-top: none;
    border-left: 1px solid #d3af5a;
    padding: 0 0 0 2.375em;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(16, minmax(auto, 35px));
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_content-headline {
    grid-column: 1/7;
    grid-row: 1/4;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_content-text {
    grid-column: 5/10;
    grid-row: 5/12;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(3) {
    grid-column: 7/13;
    grid-row: 1/5;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(4) {
    grid-column: 1/5;
    grid-row: 4/13;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(5) {
    grid-column: 10/13;
    grid-row: 5/14;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(6) {
    grid-column: 1/5;
    grid-row: 13/17;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(7) {
    grid-column: 5/10;
    grid-row: 12/15;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(8) {
    grid-column: 10/13;
    grid-row: 14/17;
  }
  .pattern_our-process-slider .wp-block-group__inner-container > .wp-block-group {
    margin-bottom: 2.5em;
    width: calc(100% - 11.5em);
  }
  .pattern_our-process-slider .wp-block-group__inner-container .process-slider_block-wrap .process-steps_list_wrap {
    padding-top: 0 !important;
  }
  .pattern_our-process-slider .wp-block-group__inner-container .process-slider_block-wrap .process-steps_list_wrap .slick-arrow {
    top: -2.5em;
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns {
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column > .wp-block-group {
    padding-left: 0;
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column.col-1 {
    margin: 10em 0 !important;
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column.col-1 .wp-block-image {
    padding-left: 0;
    padding-right: 0;
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column.col-1 .wp-block-image img {
    border-radius: 0 0.25em 0.25em 0;
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column.col-2 .wp-block-image {
    padding-left: 3.25em;
    padding-right: 0;
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column.col-2 .wp-block-image img {
    border-radius: 0.25em 0 0 0.25em;
  }
  /*********************
  POST FEED - MODULE STYLES
  *********************/
  .post_li_wrap {
    width: calc(50% - 1em);
  }
  /*********************
  POST SINGLE STYLES
  *********************/
  .blog-sgl_sidebar {
    margin-right: 1.5em !important;
    padding: 0 !important;
    width: calc(33.33% - 1.5em);
  }
  /*********************
  PORTFOLIO FEED - MODULE STYLES
  *********************/
  .portfolio_li_wrap {
    width: calc(50% - 1em);
  }
  /*********************
  SERVICES/RESOURCES FEED - MODULE STYLES
  *********************/
  .serv-res_li_wrap:has(.serv-res_li_img-link) {
    position: relative;
  }
  .serv-res_li_wrap:has(.serv-res_li_img-link) .serv-res_li_title {
    left: 45%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
  .serv-res_li_wrap:nth-child(even):has(.serv-res_li_img-link) .serv-res_li_title {
    left: 20%;
  }
  .serv-res_li_img-link {
    padding: 2.25em 0;
    width: calc(60% - 0.875em);
  }
  .serv-res_li_content-wrap {
    padding: 4.5em 0;
    width: calc(40% - 0.875em);
  }
  /*********************
  POST TYPE FILTER - MODULE STYLES
  *********************/
  .filter-form_fieldset {
    width: calc(33.33% - 1em);
  }
  /*********************
  MIXITUP STYLES
  *********************/
  /*********************
  PAGE NAVI STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 0;
    padding-left: 1.5em;
  }
  /*********************
  FOOTER STYLES
  *********************/
  .footer_col_wrap {
    padding: 3em 0 1em;
  }
  .footer_col {
    text-align: left;
    width: calc(50% - 0.875em);
  }
  .footer_oversized-btn_wrap:has(.oversized-btn:nth-child(2)) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer_oversized-btn_wrap:has(.oversized-btn:nth-child(2)) .oversized-btn {
    flex-direction: column;
    width: calc(50% - 0.8125em);
  }
  .footer_col_content {
    order: 4;
  }
  .footer_col_services {
    order: 1;
  }
  .footer_services {
    align-items: flex-start;
    padding: 0;
  }
  .footer_col_links {
    order: 2;
  }
  .footer_links {
    align-items: flex-start;
    padding: 0;
  }
  .footer_col_contact-social {
    order: 3;
  }
  .footer_copyright-credit {
    display: flex;
    justify-content: space-between;
    padding: 3em 0;
  }
  /*********************
  FIXED (FLOATING) ITEM STYLES
  *********************/
  .to-top {
    right: 3%;
  }
  .fixed-cta_btn {
    bottom: unset;
    max-width: 255px;
    right: 0;
    top: 34%;
    transform-origin: 100% 100%;
    width: auto;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .fixed-cta_btn:active {
    top: 34%;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

  Stylesheet: 1030px and Up Stylesheet

  This is the desktop size. It's larger than an iPad so it will only be seen on the Desktop.

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body.open-menu {
    overflow: visible;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .page-center,
  .pc {
    max-width: 1300px;
  }
  /*********************
  HEADING STYLES
  *********************/
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .subhead {
    word-break: normal;
  }
  h1, .h1 {
    font-size: 4.5em;
  }
  h2, .h2 {
    font-size: 3.25em;
  }
  h3, .h3 {
    font-size: 2.25em;
  }
  /*********************
  HEADER STYLES
  *********************/
  .container {
    overflow-x: clip;
    overflow-y: visible;
  }
  .container::before {
    content: none;
  }
  .container.open-menu {
    left: 0;
  }
  .container.open-menu .to-top {
    right: 3%;
  }
  .header.at-top-of-page .header_logo_link {
    max-width: 170px;
  }
  .header.at-top-of-page:has(+ .feat-img_bg-media) .nav > li > a {
    color: #ffffff;
  }
  .header.at-top-of-page:has(+ .feat-img_bg-media) .nav > li.menu-item-has-children::after {
    color: #ffffff;
  }
  .header_primary-header {
    gap: 1.5em;
  }
  .nav-search-icons {
    display: none;
    visibility: hidden;
  }
  .header_nav-wrap {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-wrap: nowrap;
    gap: 1em 1.75em;
    height: auto;
    justify-content: space-between;
    left: unset;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
    top: unset;
    width: auto;
  }
  .menu-close {
    display: none;
    visibility: hidden;
  }
  .header_nav {
    order: 2;
  }
  .nav {
    align-items: center;
    gap: 0.5em 1.25em;
    justify-content: flex-end;
  }
  .nav li {
    width: auto;
  }
  .nav li a {
    display: inline-block;
    font-size: 1em;
    padding: 0.25em 0;
  }
  .nav li.menu-btn > a {
    padding: 0.825em 1.25em;
  }
  .nav li.menu-item-has-children::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav li.menu-item-has-children:hover::after, .nav li.menu-item-has-children:focus::after, .nav li.menu-item-has-children:active::after {
    -moz-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  .nav li.menu-item-has-children > a {
    max-width: none;
    padding-right: 1.25em;
    position: relative;
    z-index: 2;
  }
  .nav li.menu-item-has-children .menu-item-has-children > a {
    padding-right: 1.625em;
  }
  .nav li.menu-item-has-children .menu-item-has-children::after {
    right: 0.625em;
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
  }
  .nav li .sub-menu_arrow {
    display: none;
    visibility: hidden;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    max-height: none;
    overflow: visible;
    border: none;
    border-radius: 0.125em;
    gap: 0;
    left: -0.75em;
    margin: 0;
    min-width: 12em;
    opacity: 0;
    padding: 0.5em 0 0 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    -moz-transform: translate(0, 1em);
    -o-transform: translate(0, 1em);
    -ms-transform: translate(0, 1em);
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
    -webkit-transition: opacity 0.235s ease-in-out, transform 0.235s ease-in-out;
    transition: opacity 0.235s ease-in-out, transform 0.235s ease-in-out;
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    background-color: #ede7df;
    color: #352314;
    display: block;
    padding: 0.75em;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
  }
  .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:hover,
  .nav li ul.children li a:focus {
    background-color: #d3af5a;
  }
  .nav li ul.sub-menu li:first-child > a,
  .nav li ul.children li:first-child > a {
    border-radius: 0.125em 0.125em 0 0;
  }
  .nav li ul.sub-menu li:last-child > a,
  .nav li ul.children li:last-child > a {
    border-radius: 0 0 0.125em 0.125em;
  }
  .nav li ul.sub-menu li ul.sub-menu,
  .nav li ul.children li ul.sub-menu {
    left: 100%;
    padding: 0;
    top: 0;
  }
  .nav li:hover > ul, .nav li:focus-within > ul {
    top: auto;
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav > li:nth-last-child(2).menu-item-has-children .menu-item-has-children > a, .nav > li:last-child.menu-item-has-children .menu-item-has-children > a {
    padding-left: 1.625em;
    padding-left: 0.75em;
  }
  .nav > li:nth-last-child(2).menu-item-has-children .menu-item-has-children::after, .nav > li:last-child.menu-item-has-children .menu-item-has-children::after {
    left: 0.625em;
    right: unset;
    -moz-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
  }
  .nav > li:nth-last-child(2) > ul.sub-menu,
  .nav > li:nth-last-child(2) > ul.children, .nav > li:last-child > ul.sub-menu,
  .nav > li:last-child > ul.children {
    left: unset;
    right: -0.75em;
    text-align: right;
  }
  .nav > li:nth-last-child(2) > ul.sub-menu li ul,
  .nav > li:nth-last-child(2) > ul.children li ul, .nav > li:last-child > ul.sub-menu li ul,
  .nav > li:last-child > ul.children li ul {
    left: unset;
    right: 100%;
  }
  /*********************
  FEATURED IMAGE STYLES
  *********************/
  .feat-img_container.feat-img_bg-media .feat-img {
    min-height: 37.875em;
  }
  .feat-img_icon {
    max-width: 90px;
  }
  .feat-img_images-wrap {
    gap: 6vw;
  }
  .feat-img_image-default {
    min-height: 37.875em;
  }
  .feat-img_images-two.feat-img_two-imgs_img-one {
    width: calc(63% - 3vw);
  }
  .feat-img_images-two.feat-img_two-imgs_img-two {
    margin: 5em 0 0;
    width: calc(37% - 3vw);
  }
  /*********************
  AUTHOR PAGE STYLES
  *********************/
  .author .feat-img {
    padding-top: 5em;
  }
  /*********************
  CONTACT ITEMS (THEME SETTINGS) STYLES
  *********************/
  /*********************
  SOCIAL MEDIA (THEME SETTINGS) STYLES
  *********************/
  /*********************
  PROCESS STEPS (THEME SETTINGS) STYLES
  *********************/
  /*********************
  AFTER CONTENT CTA (THEME SETTINGS) STYLES
  *********************/
  /*********************
  GOOGLE MAP EMBED STYLES
  *********************/
  /*********************
  OVERSIZED BUTTON (COMPONENT) STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /*********************
  GUTENBERG STYLES
  *********************/
  .alignfull > .wp-block-group__inner-container {
    max-width: 1300px;
  }
  /*********************
  CUSTOM ACF BLOCK STYLES
  *********************/
  .gallery-filter_block-wrap .filter-form_wrap {
    align-items: flex-end;
    justify-content: space-between;
  }
  .gallery-filter_block-wrap .filter-form_fieldset {
    align-items: flex-start;
    flex-direction: column;
    width: calc(33.33% - 0.6666666667em) !important;
  }
  .gallery-filter_list_wrap {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  /*
  .gallery-filter_li_wrap:nth-child( 3n-2 of .mixitup_li:not(.hidden) ) {}

  .gallery-filter_li_wrap:nth-child( 3n-1 of .mixitup_li:not(.hidden) ) {}

  .gallery-filter_li_wrap:nth-child( 3n of .mixitup_li:not(.hidden) ) {}

  &:nth-child( 3n-2 of .mixitup_li:not( .hidden ) ) {
  	//background-color: pink;
  	width: 60%;
  }

  &:nth-child( 3n-1 of .mixitup_li:not( .hidden ) ) {
  	//background-color: green;
  	width: 38%;
  }

  &:nth-child( 3n of .mixitup_li:not( .hidden ) ) {
  	//background-color: yellow;
  	width: 100%;
  }
  */
  .gallery-filter_li_wrap {
    grid-column: span 10;
    grid-row: span 2;
    width: auto;
  }
  .gallery-filter_li_wrap:nth-child(5n-4), .gallery-filter_li_wrap:nth-child(5n-1) {
    grid-column: span 7;
  }
  .gallery-filter_li_wrap:nth-child(5n-3), .gallery-filter_li_wrap:nth-child(5n-2), .gallery-filter_li_wrap:nth-child(5n) {
    grid-column: span 3;
  }
  .gallery-filter_li_wrap:nth-child(5n-2), .gallery-filter_li_wrap:nth-child(5n) {
    grid-row: span 1;
  }
  .process-slider_block-wrap .process-steps_list_wrap {
    margin: 0;
    width: 100%;
  }
  .process-slider_block-wrap .process-steps_list_wrap .slick-arrow.pull-left {
    right: calc(3vw + 2em);
  }
  .process-slider_block-wrap .process-steps_list_wrap .slick-arrow.pull-right {
    right: 3vw;
  }
  .toc_block-wrap {
    gap: 0 3.25em;
    padding: 0 1.5em;
  }
  .toc_list_wrap {
    gap: 0.25em 3.25em;
  }
  .toc_li_link {
    padding: 0.25em 0.5em;
  }
  .testimonial-grid_list_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-grid_list_wrap:has(.testimonial-grid_li_wrap:nth-child(1):last-child) .testimonial-grid_li_wrap {
    grid-column: span 2;
  }
  .testimonial-grid_list_wrap:has(.testimonial-grid_li_wrap:nth-child(3)) .testimonial-grid_li_wrap:nth-child(4n-3) {
    grid-row: span 2;
  }
  .testimonial-grid_list_wrap:has(.testimonial-grid_li_wrap:nth-child(4):last-child) .testimonial-grid_li_wrap:nth-child(4) {
    grid-column: span 2;
  }
  .testimonial-grid_list_wrap:has(.testimonial-grid_li_wrap:nth-child(5):last-child) .testimonial-grid_li_wrap:nth-child(5) {
    grid-row: span 1;
  }
  .testimonial-grid_li_wrap {
    grid-column: span 1;
    grid-row: span 1;
    width: auto;
  }
  /*********************
  PATTERN STYLES
  *********************/
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_content-headline {
    padding-left: 2.25em;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_content-text {
    grid-column: 6/10;
    grid-row: 5/12;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(3) {
    grid-column: 7/13;
    padding-right: 2.25em;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(4) {
    grid-column: 1/6;
    grid-row: 4/12;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(5) {
    padding-right: 2.25em;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(6) {
    grid-column: 1/6;
    grid-row: 12/17;
    padding-left: 2.25em;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(7) {
    grid-column: 6/10;
  }
  .pattern_portfolio-gallery .wp-block-group__inner-container .portfolio_text-content_wrap > .wp-block-group {
    width: calc(25% - 0.9375em);
  }
  /*********************
  POST FEED - MODULE STYLES
  *********************/
  /*********************
  POST SINGLE STYLES
  *********************/
  .blog-sgl_sidebar {
    width: calc(28.5714286% - 1.5em);
  }
  .blog-sgl_sidebar_services-li-link {
    font-size: 1.5em;
  }
  /*********************
  PORTFOLIO FEED - MODULE STYLES
  *********************/
  /*********************
  SERVICES/RESOURCES FEED - MODULE STYLES
  *********************/
  .serv-res_list_wrap {
    gap: 7.25em;
  }
  .serv-res_li_wrap {
    gap: 4em;
  }
  .serv-res_li_img-link {
    padding: 3em 0;
    width: calc(55% - 2em);
  }
  .serv-res_li_content-wrap {
    padding: 5.75em 0;
    width: calc(45% - 2em);
  }
  /*********************
  POST TYPE FILTER - MODULE STYLES
  *********************/
  .filter-form_wrap {
    align-items: center;
  }
  .filter-form_fieldset {
    align-items: center;
    flex-direction: unset;
    width: auto;
  }
  .filter-form_checkboxes {
    align-items: center;
    flex-direction: unset;
  }
  /*********************
  MIXITUP STYLES
  *********************/
  /*********************
  PAGE NAVI STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
  .footer_col {
    order: unset;
    width: calc(25% - 1.3125em);
  }
  .footer_oversized-btn_wrap:has(.oversized-btn:nth-child(2)) .oversized-btn {
    flex-direction: row;
  }
  .footer_oversized-btn_wrap:has(.oversized-btn:nth-child(3)) .oversized-btn {
    flex-direction: column;
    width: calc(33.33% - 1.0833333333em);
  }
  .footer_col_content {
    width: calc(30% - 1.3125em);
  }
  .footer_col_services {
    width: calc(22.5% - 1.3125em);
  }
  .footer_services li {
    width: 100%;
  }
  .footer_col_links {
    width: calc(22.5% - 1.3125em);
  }
  .footer_links li {
    width: 100%;
  }
  /*********************
  FIXED (FLOATING) ITEM STYLES
  *********************/
  .to-top {
    display: none;
    visibility: hidden;
  }
  /*********************
  ANIMATION KEYFRAMES
  *********************/
  @keyframes animate_bg-img_zoom {
    from {
      background-size: 100% auto;
    }
    to {
      background-size: 120% auto;
    }
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in on larger screens.

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADING STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  FEATURED IMAGE STYLES
  *********************/
  .feat-img_container.feat-img_bg-media .feat-img {
    min-height: 43.75em;
  }
  .feat-img_image-default {
    min-height: 43.75em;
  }
  /*********************
  AUTHOR PAGE STYLES
  *********************/
  /*********************
  CONTACT ITEMS (THEME SETTINGS) STYLES
  *********************/
  /*********************
  SOCIAL MEDIA (THEME SETTINGS) STYLES
  *********************/
  /*********************
  PROCESS STEPS (THEME SETTINGS) STYLES
  *********************/
  /*********************
  AFTER CONTENT CTA (THEME SETTINGS) STYLES
  *********************/
  /*********************
  GOOGLE MAP EMBED STYLES
  *********************/
  /*********************
  OVERSIZED BUTTON (COMPONENT) STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .wp-block-group .col-2_break-pc_wrap .stay-pc_wrap:first-child {
    padding-left: max( 3vw, calc( ( 100vw - 1315px ) / 2 ) ) !important;
    padding-right: 2.375em;
  }
  .entry-content .wp-block-group .col-2_break-pc_wrap .stay-pc_wrap:last-child {
    padding-left: 2.375em;
    padding-right: max( 3vw, calc( ( 100vw - 1315px ) / 2 ) ) !important;
  }
  /*********************
  GUTENBERG STYLES
  *********************/
  /*********************
  CUSTOM ACF BLOCK STYLES
  *********************/
  .gallery-filter_block-wrap .filter-form_fieldset {
    width: auto !important;
  }
  .gallery-filter_block-wrap .filter-form_fieldset.filter-search_wrap {
    width: calc(100% - (520px + 3em + 240px)) !important;
  }
  .process-slider_block-wrap .process-steps_list_wrap .slick-arrow.pull-left {
    right: max( calc( 3vw + 2em ), calc( ( ( 100vw - 1315px ) / 2 ) + 2em ) );
  }
  .process-slider_block-wrap .process-steps_list_wrap .slick-arrow.pull-right {
    right: max( 3vw, calc( ( 100vw - 1315px ) / 2 ) );
  }
  /*********************
  PATTERN STYLES
  *********************/
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_content-text {
    grid-row: 5/11;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(5) {
    grid-row: 5/13;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(7) {
    grid-row: 11/14;
  }
  .pattern_image-copy-collage .wp-block-group__inner-container > .wp-block-group .collage_grid-item.grid-item_image:nth-child(8) {
    grid-row: 13/17;
  }
  .pattern_two-col-content .wp-block-group__inner-container .wp-block-columns {
    gap: 5em;
  }
  .pattern_our-process-slider .wp-block-group__inner-container > .wp-block-group {
    flex-wrap: nowrap !important;
    justify-content: space-between;
  }
  .pattern_our-process-slider .wp-block-group__inner-container > .wp-block-group p {
    max-width: calc(100% - (355px + 3.75em));
  }
  .pattern_faq .wp-block-group__inner-container .wp-block-columns .wp-block-column.col-2 .stay-pc_wrap {
    padding-left: 0;
  }
  .pattern_portfolio-gallery .wp-block-group__inner-container .portfolio_text-content_wrap > .wp-block-group {
    max-width: 400px;
    width: auto;
  }
  /*********************
  POST FEED - MODULE STYLES
  *********************/
  .post_list_wrap {
    gap: 3.5em 4.75em;
  }
  .post_li_wrap {
    width: calc(50% - 2.375em);
  }
  /*********************
  POST SINGLE STYLES
  *********************/
  .blog-sgl_sidebar {
    margin-right: 2.25em !important;
    width: calc(28.5714286% - 2.25em);
  }
  .blog-sgl_sidebar_services-wrap {
    padding: 3em 1.75em 3.125em;
  }
  .blog-sgl_sidebar_services-li-link {
    font-size: 1.75em;
  }
  /*********************
  PORTFOLIO FEED - MODULE STYLES
  *********************/
  .portfolio_list_wrap {
    gap: 3.5em 4.75em;
  }
  .portfolio_li_wrap {
    width: calc(50% - 2.375em);
  }
  /*********************
  SERVICES/RESOURCES FEED - MODULE STYLES
  *********************/
  .serv-res_li_wrap {
    gap: 7.25em;
  }
  .serv-res_li_wrap:has(.serv-res_li_img-link) .serv-res_li_title {
    left: 40%;
  }
  .serv-res_li_img-link {
    width: calc(55% - 3.625em);
  }
  .serv-res_li_content-wrap {
    width: calc(45% - 3.625em);
  }
  /*********************
  POST TYPE FILTER - MODULE STYLES
  *********************/
  /*********************
  MIXITUP STYLES
  *********************/
  /*********************
  PAGE NAVI STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
  .footer_col_wrap {
    gap: 3em;
  }
  .footer_col {
    width: calc(25% - 2.25em);
  }
  .footer_headline {
    margin-bottom: 1em;
  }
  .footer_oversized-btn_wrap:has(.oversized-btn:nth-child(3)) .oversized-btn {
    flex-direction: row;
  }
  .footer_col_content {
    max-width: 300px;
  }
  .footer_col_services {
    flex-grow: 1;
  }
  .footer_services {
    gap: 1.5em;
  }
  .footer_services li {
    width: calc(50% - 0.75em);
  }
  .footer_col_links {
    flex-grow: 1;
  }
  .footer_links {
    gap: 1.5em;
  }
  .footer_links li {
    width: calc(50% - 0.75em);
  }
  .footer_col_contact-social {
    width: auto;
  }
  /*********************
  FIXED (FLOATING) ITEM STYLES
  *********************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
}
