@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 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

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
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

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/*********************
IMPORTING MODULES
*********************/
/***************************
FORMS
***************************/
.form-alert {
  display: none;
}

.shoe-size {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.45);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.45);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.45);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.45);
}

input, button, textarea, select {
  appearance: none;
  text-overflow: ellipsis;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}
input:invalid, button:invalid, textarea:invalid, select:invalid {
  box-shadow: none;
}

form label {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
}
form input, form button, form textarea, form select {
  display: block;
  width: 100%;
}
form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 120px;
  resize: none;
}
form select.select {
  position: relative;
}
form select.select:after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Material Icons Round";
  font-size: 19px;
  pointer-events: none;
  z-index: 1;
  content: "expand_more";
}
form .checkbox, form .radio {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 4px 0 0 45px;
  min-height: 30px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
form .checkbox input, form .radio input {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 1;
}
form .checkbox input:checked ~ .checked, form .radio input:checked ~ .checked {
  background-color: #963331;
}
form .checkbox input:checked ~ .checked:after, form .radio input:checked ~ .checked:after {
  opacity: 1;
}
form .checkbox .checked, form .radio .checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #963331;
  transition: all 0.2s ease-in;
}
form .checkbox .checked:after, form .radio .checked:after {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 4px;
  height: 12px;
  opacity: 0;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all 0.1s ease-in;
  content: "";
}
form .radio .checked {
  border-radius: 100%;
}
form .radio .checked:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}

/****************************
ICON STYLES
****************************/
/*********************
FONT STACKS
*********************/
@font-face {
  font-display: swap;
  font-family: "Nouveau";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NouveauRegular.woff2") format("woff2"), url("../fonts/NouveauRegular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Average Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/average-sans-v16-latin-regular.woff2") format("woff2"), url("../fonts/average-sans-v16-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIconsRound-Regular.woff2") format("woff2"), url("../fonts/MaterialIconsRound-Regular.ttf") format("truetype");
}
/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9900;
}
#loader.animate .loader-ring-light {
  animation: rotate-360 2s linear infinite;
}
#loader .loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin: -120px 0 0 -120px;
}
#loader .loader-ring-light {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 4px 0 white inset;
  -moz-box-shadow: 0 4px 0 white inset;
  box-shadow: 0 4px 0 white inset;
}
#loader .loader-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************
MENU BUTTON
****************************/
a.menu-toggle {
  line-height: 1;
}
a.menu-toggle span {
  display: inline-block;
}
a.menu-toggle .menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
}
a.menu-toggle .menu-icon .hamburger, a.menu-toggle .menu-icon .cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after, a.menu-toggle .menu-icon .cross:before, a.menu-toggle .menu-icon .cross span, a.menu-toggle .menu-icon .cross:after {
  display: block;
  background: #f5e4c5;
  border-radius: 1px;
  transition: 0.25s ease-in-out;
  content: "";
}
a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after {
  position: relative;
  margin: 6px 0;
  width: 30px;
  height: 2px;
}
a.menu-toggle .menu-icon .hamburger:before {
  transition-delay: 0.5s;
}
a.menu-toggle .menu-icon .hamburger span {
  transition-delay: 0.625s;
}
a.menu-toggle .menu-icon .hamburger:after {
  transition-delay: 0.75s;
}
a.menu-toggle .menu-icon .cross {
  transform: rotate(45deg);
}
a.menu-toggle .menu-icon .cross:before {
  position: absolute;
  top: 0;
  left: 14px;
  height: 0;
  width: 2px;
  transition-delay: 0s;
}
a.menu-toggle .menu-icon .cross:after {
  position: absolute;
  left: 0;
  top: 14px;
  width: 0;
  height: 2px;
  transition-delay: 0.25s;
}

a.menu-toggle.open .menu-icon {
  z-index: 2000;
}
a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after, a.menu-toggle.open .menu-icon .cross:before, a.menu-toggle.open .menu-icon .cross span, a.menu-toggle.open .menu-icon .cross:after {
  background-color: #f5e4c5;
}
a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after {
  width: 0%;
}
a.menu-toggle.open .menu-icon .hamburger:before {
  transition-delay: 0s;
}
a.menu-toggle.open .menu-icon .hamburger span {
  transition-delay: 0.125s;
}
a.menu-toggle.open .menu-icon .hamburger:after {
  transition-delay: 0.25s;
}
a.menu-toggle.open .menu-icon .cross:before {
  height: 30px;
  transition-delay: 0.625s;
}
a.menu-toggle.open .menu-icon .cross:after {
  width: 30px;
  transition-delay: 0.375s;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

Magnific Popup Custom CSS

******************************************************************/
/*********************
BG
*********************/
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  overflow: hidden;
  z-index: 1042;
}

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  z-index: 1043;
}
.mfp-wrap a, .mfp-wrap button, .mfp-wrap input {
  color: #FFFFFF;
}
.mfp-wrap button {
  display: flex;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 29px;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  outline: none;
  box-shadow: none;
  overflow: visible;
  touch-action: manipulation;
  appearance: none;
  -webkit-appearance: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1046;
}
.mfp-wrap button.mfp-arrow {
  position: fixed;
  top: 15px;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.mfp-wrap button.mfp-arrow:before {
  display: inline-block;
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 29px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
}
.mfp-wrap button.mfp-arrow-left {
  left: 50%;
  border-radius: 50% 0 0 50%;
  transform: translateX(-100%);
}
.mfp-wrap button.mfp-arrow-left:before {
  content: "chevron_left";
}
.mfp-wrap button.mfp-arrow-right {
  right: 50%;
  border-radius: 0% 50% 50% 0%;
  transform: translateX(100%);
}
.mfp-wrap button.mfp-arrow-right:before {
  content: "chevron_right";
}
.mfp-wrap button.mfp-close {
  position: fixed;
  top: 15px;
  right: 15px;
}
.mfp-wrap .mfp-bottom-bar {
  padding: 15px;
  text-align: center;
}
.mfp-wrap .mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}
.mfp-wrap .mfp-container .mfp-content img.mfp-img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 76vh !important;
  box-sizing: border-box;
}
.mfp-wrap .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}
.mfp-wrap .mfp-iframe-scaler {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.mfp-wrap .mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-wrap .mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-wrap .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  width: auto;
  margin-top: -0.8em;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  z-index: 1044;
}
.mfp-preloader a {
  color: rgba(255, 255, 255, 0.6);
}
.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

/*********************
MOBILE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Average Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #342c2c;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: "Nouveau", "Average Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 15px 0;
}

a, a:focus {
  color: #342c2c;
  outline: 0;
}

a.btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #963331;
  color: #f5e4c5;
  text-decoration: none;
}

a.more {
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
a.more:after {
  position: absolute;
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  right: -15px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

img {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.single.post {
  font-size: 20px;
}

/*********************
HEADER STYLES
*********************/
#small-header {
  position: relative;
  width: 100%;
  padding: 30px 0;
  color: #f5e4c5;
  text-align: center;
  background-color: #963331;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#small-header .header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 44, 44, 0.5);
  pointer-events: none;
  z-index: 2;
}
#small-header #logo-small {
  display: block;
  position: relative;
  z-index: 3;
}
#small-header #logo-small img {
  width: 233px;
  height: auto;
}

.hide-logo #logo-small, .hide-logo #logo-big, .hide-logo #keeney-logo {
  display: none !important;
}

#header {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 10px 0 0;
  color: #f5e4c5;
  text-align: center;
  background-color: #342c2c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#header .slider .slick-list, #header .slider .slick-track {
  height: 100%;
}
#header .slider .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .header-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5e4c5;
  pointer-events: none;
  z-index: 1;
}
#header .header-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header .header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#header .header-overlay.fill {
  background-color: rgba(52, 44, 44, 0.5);
}
#header .header-overlay.gradient {
  background: -moz-linear-gradient(top, rgba(52, 44, 44, 0) 0%, rgba(52, 44, 44, 0.5) 80%, rgba(52, 44, 44, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(52, 44, 44, 0) 0%, rgba(52, 44, 44, 0.5) 80%, rgba(52, 44, 44, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(52, 44, 44, 0) 0%, rgba(52, 44, 44, 0.5) 80%, rgba(52, 44, 44, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00342c2c", endColorstr="#80342c2c",GradientType=0 );
}
#header .header-video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#header .header-video #close-video {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 2;
}
#header .header-video iframe {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#header #keeney-logo {
  display: block;
  width: 174px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
}
#header #logo-large {
  display: block;
  position: relative;
  padding: 30px 0;
  z-index: 3;
}
#header #logo-large img {
  max-width: 90%;
}
#header #logo-small {
  display: block;
  position: relative;
  z-index: 3;
}
#header #logo-small img {
  width: 233px;
  height: auto;
}
#header .text-wrap {
  position: relative;
  padding: 30px 10px 0;
  font-size: 18px;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
#header #inner-header {
  position: relative;
  font-size: 18px;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 30px 10px 0;
  z-index: 3;
}
#header #inner-header .header-text {
  padding: 15px 0;
}
#header #inner-header a#scroll-down {
  display: block;
  font-size: 30px;
  color: #f5e4c5;
  padding: 10px;
}
#header #inner-header a.slick-arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #f5e4c5;
}
#header #inner-header a.slick-next {
  left: auto;
  right: 30px;
}

/*********************
MAIN NAV STYLES
*********************/
#main-nav {
  position: relative;
  width: 100%;
  background-color: #342c2c;
  font-family: "Nouveau", "Average Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}
#main-nav a {
  display: block;
  padding: 15px 0 15px 15px;
  color: #f5e4c5;
  text-transform: uppercase;
  text-decoration: none;
}
#main-nav a#show-nav {
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#main-nav ul.nav.is_home li ul.sub-menu {
  display: none !important;
}
#main-nav ul.nav {
  display: none;
  margin: 0 auto;
  padding: 0;
}
#main-nav ul.nav li.current-menu-item, #main-nav ul.nav li.current-menu-parent {
  border-left: 4px solid #963331;
}
#main-nav ul.nav li.current-menu-item ul.sub-menu, #main-nav ul.nav li.current-menu-parent ul.sub-menu {
  display: block;
}
#main-nav ul.nav li.current-menu-item ul.sub-menu .current-menu-item a, #main-nav ul.nav li.current-menu-parent ul.sub-menu .current-menu-item a {
  color: #FFFFFF;
}
#main-nav ul.nav li {
  border-left: 4px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#main-nav ul.nav li ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#main-nav ul.nav li ul.sub-menu li {
  border-left: none;
  border-bottom: none;
}
#main-nav ul.nav li ul.sub-menu li a {
  padding: 15px 0 15px 20px;
}
#main-nav ul.social {
  position: absolute;
  right: 15px;
  top: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-nav ul.social li {
  display: inline-block;
}
#main-nav ul.social li a {
  display: block;
  width: 50px;
  height: 60px;
  line-height: 58px;
  padding: 0;
  text-align: center;
  background-image: url(../images/social-border.png);
  background-size: 41px auto;
  background-position: center;
  background-repeat: no-repeat;
}

/*********************
TEASER NAV STYLES
*********************/
#teaser-nav {
  position: relative;
  width: 100%;
  color: #f5e4c5;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  background-image: url(../images/red-paper.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #963331;
}
#teaser-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
#teaser-nav li {
  padding: 30px 0;
}
#teaser-nav li .li-wrap {
  padding: 0 15px;
}
#teaser-nav a {
  color: #f5e4c5;
  text-decoration: none;
}
#teaser-nav a.more {
  border-bottom: 1px solid #f5e4c5;
}

/*********************
CONTENT STYLES
*********************/
/************************************
* DEFAULT & HOME PAGE
* 2025: Added Page Section Support
*************************************/
.blocks-default {
  padding: 30px 0;
}
.blocks-default .block .block-content {
  padding: 0 30px;
  text-align: center;
}
.blocks-default .block .block-content h1 span {
  border-bottom: 2px solid #963331;
  line-height: 1.5;
}
.blocks-default .block .highlight-content {
  margin: 30px -30px;
}
.blocks-default .section:first-child {
  margin-top: 0;
}
.blocks-default .section:last-child {
  margin-bottom: 0;
}
.home-content .home-text {
  padding: 30px;
}
.home-content .home-text h1 {
  font-weight: normal;
  text-transform: none;
}
.home-content .home-text a.btn {
  margin: 15px 0 0;
}
.home-content .home-img {
  display: block;
  line-height: 1;
}
.home-content .home-img img {
  display: block;
}

.wp-block-image figcaption {
  text-align: center;
}

h2 {
  color: #963331;
}

.form-wrap {
  position: relative;
  padding: 0 15px;
}
.form-wrap .shoe-size {
  display: none;
}
.form-wrap input.error, .form-wrap textarea.error {
  background-color: #f0e1e0;
  border-bottom: 1px solid #963331;
}
.form-wrap input, .form-wrap textarea {
  font-size: 18px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 15px;
  box-sizing: border-box;
}
.form-wrap textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  padding: 15px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #000000;
}
.form-wrap i {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.form-wrap input[type=submit] {
  color: #f5e4c5;
  background-color: #963331;
  border: none;
}
.form-wrap .btn {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
}
.form-wrap .alert {
  display: none;
  text-align: center;
  padding: 5px;
  background-color: #f5e4c5;
  border: 1px solid #f5e4c5;
  color: #342c2c;
}
.form-wrap .alert.error {
  background-color: transparent;
  border: 1px solid #963331;
  color: #963331;
}

.columns br {
  display: none;
}
.columns .column {
  text-align: left;
  box-sizing: border-box;
}
.columns .column br {
  display: block;
}
.columns .column.gold {
  display: block;
  background-color: #f5e4c5;
  padding: 30px;
}
.columns .column.gold h2 {
  color: #963331;
  margin-bottom: 15px;
}
.columns .column.gold p {
  margin: 0;
}
.columns .column.gold em {
  padding-left: 10px;
  border-left: 2px solid #963331;
}
.columns .column.gold small {
  display: block;
  margin-top: 5px;
  line-height: 1.2;
}

cite, blockquote {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 30px;
  margin-bottom: 15px;
}
cite:before, blockquote:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #963331;
  content: " ";
}

.boxed br {
  display: none;
}
.boxed h2 {
  color: #963331;
}
.boxed h2, .boxed p {
  margin: 0;
}
.boxed .box {
  display: block;
  position: relative;
  text-align: left;
}
.boxed .box br {
  display: block;
}

.boxed.list .box {
  padding-left: 30px;
  margin-bottom: 15px;
}
.boxed.list .box:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #963331;
  content: " ";
}

.boxed.numbered {
  counter-reset: box-counter;
}
.boxed.numbered .box {
  padding: 30px 30px 30px 60px;
  background-color: rgba(0, 0, 0, 0.05);
}
.boxed.numbered .box:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 48px;
  text-align: center;
  font-family: "Nouveau", "Average Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: counter(box-counter);
  counter-increment: box-counter;
}
.boxed.numbered .box:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.col-1 {
  text-align: center;
}

.hentry.color-red,
.section.color-red {
  color: #f5e4c5;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background-color: #963331;
  background-image: url(../images/red-paper.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hentry.color-red a,
.section.color-red a {
  color: #f5e4c5;
}
.hentry.color-red h1 span,
.section.color-red h1 span {
  border-bottom: 2px solid #f5e4c5;
}
.hentry.color-red h2,
.section.color-red h2 {
  color: #f5e4c5;
  margin: 20px 0;
}
.hentry.color-red .btn,
.section.color-red .btn {
  background-color: #342c2c;
}
.hentry.color-red .bottom-content .btn, .hentry.color-red .frame .btn,
.section.color-red .bottom-content .btn,
.section.color-red .frame .btn {
  background-color: #963331;
}

.frame {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 30px 40px;
  color: #f5e4c5;
  font-size: 12px;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background-image: url("../images/frame-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.frame .frame-top, .frame .frame-middle, .frame .frame-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.frame .frame-top, .frame .frame-bottom {
  background-size: contain;
  z-index: 2;
}
.frame .frame-middle {
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../images/frame-middle.png");
}
.frame .frame-top {
  background-image: url("../images/frame-top.png");
  background-position: top;
}
.frame .frame-bottom {
  background-image: url("../images/frame-bottom.png");
  background-position: bottom;
}
.frame .frame-content {
  position: relative;
  z-index: 3;
}
.frame .frame-content h1 {
  font-size: 21px;
}
.frame .frame-content .btn {
  background-color: #963331;
}

.col-1.single {
  text-align: left;
}
.col-1.single h1 {
  text-align: center;
}
.col-1.single blockquote {
  margin: 15px 0;
}
.col-1.single .img-ratio {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.col-1.single .img-ratio:after {
  display: block;
  padding-top: 40%;
  /* 16:9 = 56.25% */
  content: "";
}
.col-1.single .img-ratio .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-1.single .col-left {
  padding-bottom: 15px;
}

.highlight-content {
  position: relative;
  display: block;
  padding: 45px 0;
  color: #FFFFFF;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background-color: #342c2c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.highlight-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 44, 44, 0.5);
  pointer-events: none;
  z-index: 1;
}
.highlight-content .wrap {
  position: relative;
  z-index: 2;
}
.highlight-content h1, .highlight-content h2, .highlight-content h4, .highlight-content a {
  color: #f5e4c5;
}
.highlight-content .quote-text, .highlight-content p {
  font-size: 18px;
}
.highlight-content .quote-text {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.highlight-content .quote-text:before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  background-color: #f5e4c5;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  content: " ";
}
.highlight-content .quote {
  outline: 0;
}
.highlight-content .slider {
  padding: 0 50px;
}
.highlight-content .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
}
.highlight-content .slick-next {
  right: 0;
}
.highlight-content .slick-prev {
  left: 0;
}

.main-content, .right-content {
  display: block;
}
.main-content .hentry-wrap, .right-content .hentry-wrap {
  padding: 60px 30px;
}
.main-content img, .right-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}

.main-content h1 span {
  border-bottom: 2px solid #963331;
  line-height: 1.5;
}
.main-content .wp-block-embed iframe {
  display: block;
  max-width: 100%;
}
.main-content .wp-block-embed.aligncenter iframe {
  margin: 0 auto;
}

.right-content {
  margin: 30px 0 0;
}
.right-content .book-box {
  padding: 30px;
  color: #f5e4c5;
  background-color: #342c2c;
}
.right-content .book-box a {
  color: #f5e4c5;
  border-bottom: 1px solid #f5e4c5;
}
.right-content img {
  margin-bottom: 15px;
}
.right-content .hentry-wrap {
  color: #342c2c;
  text-shadow: none;
  padding: 0;
  background-color: #f5e4c5;
}
.right-content .hentry-wrap a {
  color: #342c2c;
  border-bottom: 1px solid #342c2c;
  text-decoration: none;
}
.right-content .hentry-wrap .content-wrap {
  padding: 30px;
}
.right-content .hentry-wrap .content-wrap.brown {
  color: #f5e4c5;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background-color: #342c2c;
}
.right-content .hentry-wrap .content-wrap.brown a {
  color: #f5e4c5;
  border-bottom: 1px solid #f5e4c5;
}
.right-content .hentry-wrap .search input {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #342c2c;
}
.right-content .hentry-wrap .search .search-wrap {
  border-bottom: 1px solid #342c2c;
  padding: 0;
}
.right-content .hentry-wrap .search .search-wrap, .right-content .hentry-wrap .search .submit {
  background-color: transparent;
}
.right-content .hentry-wrap .search .submit {
  color: #342c2c;
  text-shadow: none;
  width: 60px;
  height: 60px;
  text-align: right;
}

.bottom-content {
  position: relative;
  display: block;
  padding: 40px;
  color: #f5e4c5;
  background-color: #342c2c;
}
.bottom-content a.more {
  color: #f5e4c5;
  border-bottom: 1px solid #f5e4c5;
}
.bottom-content div {
  display: inline-block;
  vertical-align: middle;
}
.bottom-content a.img {
  display: block;
}
.bottom-content a.img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 240px;
}

.recent-posts {
  padding-top: 60px;
}
.recent-posts .post {
  display: block;
}
.recent-posts .post a {
  text-decoration: none;
}
.recent-posts .post .content-wrap {
  padding: 30px 0 0;
}

.head {
  padding: 60px 0 30px;
  text-align: center;
}
.head h1 span {
  border-bottom: 2px solid #963331;
  line-height: 1.5;
}

.main-content .hentry-wrap {
  padding: 30px;
}

.single .share {
  display: block;
}

.share {
  display: none;
  margin-top: 15px;
}
.share span, .share a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #342c2c;
  color: #FFFFFF;
}
.share span {
  width: 100%;
  margin-bottom: 5px;
}
.share .collapse {
  color: #f5e4c5;
  width: 100%;
  margin-top: 5px;
}
.share .twitter {
  background-color: #50abf1;
}
.share .facebook {
  background-color: #3a589a;
}
.share .pinterest {
  background-color: #c92228;
}
.share .linkedin {
  background-color: #0075b7;
}
.share .google-plus {
  background-color: #e56250;
}
.share .email, .share .collapse {
  background-color: #963331;
}

.blog.color-red .post h1, .events.color-red .post h1 {
  color: #f5e4c5;
}
.blog.color-red .post h1 a, .events.color-red .post h1 a {
  color: #f5e4c5;
}
.blog.color-red .post a.more, .events.color-red .post a.more {
  border-bottom: 1px solid #f5e4c5;
}
.blog.color-red .post .event-info, .events.color-red .post .event-info {
  border: 1px solid #f5e4c5;
}
.blog.color-red .post .event-info h2, .blog.color-red .post .event-info .date h2, .blog.color-red .post .event-info .location h2, .events.color-red .post .event-info h2, .events.color-red .post .event-info .date h2, .events.color-red .post .event-info .location h2 {
  color: #f5e4c5;
  margin: 0;
}
.blog.color-red .post .share, .events.color-red .post .share {
  padding: 10px;
  background-color: #f5e4c5;
}
.blog.color-red .post .share span, .events.color-red .post .share span {
  margin: 0;
}
.blog .main-content .hentry-wrap, .events .main-content .hentry-wrap {
  padding: 0 30px;
}
.blog .right-content .newsletter .content-wrap, .events .right-content .newsletter .content-wrap {
  padding: 0;
}
.blog .right-content .categories, .blog .right-content .newsletter, .blog .right-content .popular, .events .right-content .categories, .events .right-content .newsletter, .events .right-content .popular {
  padding-top: 30px;
}
.blog .right-content .categories:first-child, .blog .right-content .newsletter:first-child, .blog .right-content .popular:first-child, .events .right-content .categories:first-child, .events .right-content .newsletter:first-child, .events .right-content .popular:first-child {
  padding-top: 0;
}
.blog .right-content ul, .events .right-content ul {
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
}
.blog .right-content ul li.active:before, .events .right-content ul li.active:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "";
  margin-right: 5px;
}
.blog .paged-1 .blog-nav .right, .events .paged-1 .blog-nav .right {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
}
.blog .last-page .blog-nav .left, .events .last-page .blog-nav .left {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
}
.blog .blog-nav, .events .blog-nav {
  position: relative;
  margin-bottom: 15px;
  color: #f5e4c5;
  background-color: #342c2c;
}
.blog .blog-nav div, .events .blog-nav div {
  position: relative;
  display: inline-block;
  width: 50%;
}
.blog .blog-nav div a, .events .blog-nav div a {
  position: relative;
  display: block;
  padding: 15px;
  color: #f5e4c5;
  text-decoration: none;
}
.blog .blog-nav div a:after, .events .blog-nav div a:after {
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
}
.blog .blog-nav div.left, .events .blog-nav div.left {
  float: left;
}
.blog .blog-nav div.left a, .events .blog-nav div.left a {
  margin-left: 15px;
}
.blog .blog-nav div.left a:after, .events .blog-nav div.left a:after {
  left: 0;
  content: "";
}
.blog .blog-nav div.right, .events .blog-nav div.right {
  float: right;
  text-align: right;
}
.blog .blog-nav div.right a, .events .blog-nav div.right a {
  margin-right: 15px;
}
.blog .blog-nav div.right a:after, .events .blog-nav div.right a:after {
  right: 0;
  content: "";
}

.contact.color-red .form-wrap {
  padding: 20px;
  text-shadow: none;
  background-color: #f5e4c5;
}
.contact .right-content {
  margin-top: 30px;
}
.contact .right-content .newsletter {
  padding-top: 0;
}
.contact .right-content .newsletter .content-wrap {
  padding: 0;
}
.contact .right-content .follow {
  padding-top: 60px;
}
.contact .right-content .follow h1 {
  margin-bottom: 15px;
}
.contact .right-content .follow .btn {
  display: block;
  position: relative;
  margin-top: 15px;
  font-size: 24px;
  color: #f5e4c5;
  background-color: #342c2c;
}
.contact .right-content .follow .btn:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 50px;
  height: 60px;
  margin-top: -30px;
  line-height: 58px;
  padding: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  text-align: center;
  background-image: url(../images/social-border.png);
  background-size: 41px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .right-content .follow .fb:after {
  content: "";
}
.contact .right-content .follow .yt:after {
  content: "";
}
.contact .right-content .follow .ig:after {
  content: "";
}

.blog .post, .events .post, .search-post {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog .post .featured-img, .events .post .featured-img, .search-post .featured-img {
  margin: 0 0 15px 0;
}
.blog .post .img-ratio, .events .post .img-ratio, .search-post .img-ratio {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.blog .post .img-ratio:after, .events .post .img-ratio:after, .search-post .img-ratio:after {
  display: block;
  padding-top: 40%;
  /* 16:9 = 56.25% */
  content: "";
}
.blog .post .img-ratio .img, .events .post .img-ratio .img, .search-post .img-ratio .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog .post h1, .events .post h1, .search-post h1 {
  display: block;
  padding-top: 10px;
  color: #963331;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-family: "Average Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog .post h1 a, .events .post h1 a, .search-post h1 a {
  color: #963331;
  text-decoration: none;
}
.blog .post iframe, .events .post iframe, .search-post iframe {
  max-width: 100% !important;
}
.blog .post .ellipsis, .events .post .ellipsis, .search-post .ellipsis {
  height: 72px;
  margin-bottom: 15px;
}
.blog .post .full-content, .events .post .full-content, .search-post .full-content {
  display: none;
  min-height: 72px;
}
.blog .post .btn, .events .post .btn, .search-post .btn {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

.search-results .right-content .hentry-wrap {
  background-color: transparent;
}

.events {
  text-align: left;
}

.event-post .event-wrap {
  margin-top: 30px;
}

.single .col-right.event-info {
  display: block;
  margin-bottom: 15px;
}

.col-right.event-info {
  display: none;
  border: 1px solid #963331;
}
.col-right.event-info .content-wrap {
  padding: 15px;
}
.col-right.event-info h2 {
  color: #963331;
}
.col-right.event-info small {
  font-size: 14px;
}
.col-right.event-info .date, .col-right.event-info .location {
  margin-top: 15px;
}
.col-right.event-info .date h2, .col-right.event-info .location h2 {
  color: #000000;
}
.col-right.event-info .date p, .col-right.event-info .location p {
  margin: 0;
}

.books.color-red .book h2 {
  color: #f5e4c5;
}
.books .book {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  text-align: left;
}
.books .book h2 {
  line-height: 1.2;
  color: #963331;
}
.books .book .book-cover {
  width: 160px;
}
.books .book .book-cover .cover {
  display: block;
  width: 160px;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.books .book .book-cover .cover a {
  display: block;
  width: 100%;
  height: 100%;
}
.books .book .book-info {
  width: auto;
  padding-left: 30px;
}
.books .book .book-info a.amazon i {
  margin-left: 5px;
}
.books .btn.large {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 30px 0;
  font-size: 18px;
  text-align: center;
  background-color: #342c2c;
}

/*********************
FOOTER STYLES
*********************/
a.subscribe-btn {
  color: #f5e4c5 !important;
  background-color: #342c2c !important;
  text-align: center !important;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

input {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #342c2c;
  color: #342c2c;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

::-webkit-input-placeholder {
  opacity: 0.99;
  color: rgba(49, 41, 41, 0.99);
}

::-moz-placeholder {
  opacity: 0.99;
  color: rgba(49, 41, 41, 0.99);
}

:-ms-input-placeholder {
  opacity: 0.99;
  color: rgba(49, 41, 41, 0.99);
}

:-moz-placeholder {
  opacity: 0.99;
  color: rgba(49, 41, 41, 0.99);
}

.submit {
  border: 0;
  color: #f5e4c5;
  background-color: #342c2c;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}

form.search {
  position: relative;
}
form.search .search-wrap {
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.25);
}
form.search input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  color: #f5e4c5;
}
form.search .submit {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: black;
  width: 50px;
  height: 50px;
}

#sub-footer {
  position: relative;
  display: block;
  padding: 30px;
  color: #f5e4c5;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  background-color: #963331;
  background-image: url(../images/red-paper.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#sub-footer a {
  color: #f5e4c5;
}
#sub-footer a.more {
  border-bottom: 1px solid #f5e4c5;
}
#sub-footer .newsletter {
  margin: 0 0 30px;
  text-align: center;
}
#sub-footer .newsletter iframe {
  width: 100%;
}
#sub-footer .newsletter a.subscribe-btn {
  font-size: 23px;
  box-sizing: border-box;
}
#sub-footer .newsletter .input {
  color: #f5e4c5;
  border-bottom: 1px solid #f5e4c5;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}
#sub-footer .newsletter ::-webkit-input-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}
#sub-footer .newsletter ::-moz-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}
#sub-footer .newsletter :-ms-input-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}
#sub-footer .newsletter :-moz-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}
#sub-footer .footer-columns .col {
  text-align: center;
}
#sub-footer .footer-columns .col nav {
  margin: 20px 0 0;
}
#sub-footer .footer-columns .col nav ul {
  margin: 0;
  padding: 0;
}

#footer {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  color: #f5e4c5;
  background-color: #342c2c;
}
#footer p:first-child {
  margin-top: 0;
}
#footer a {
  color: #f5e4c5;
}
#footer input {
  font-size: 16px;
}
#footer .copy {
  margin-bottom: 15px;
}
#footer #scroll-top {
  text-decoration: none;
}
#footer ::-webkit-input-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}
#footer ::-moz-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}
#footer :-ms-input-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}
#footer :-moz-placeholder {
  opacity: 0.99;
  color: rgba(245, 228, 197, 0.99);
}

.copy-sign {
  font-family: sans-serif;
}

/*********************
GOOGLE FORM STYLES
*********************/
.google-form {
  text-align: left;
}
.google-form .ss-form-entry {
  margin-bottom: 30px;
}
.google-form .ss-q-title {
  font-size: 24px;
  margin-bottom: 5px;
}
.google-form .ss-q-title .ss-required-asterisk {
  color: #963331;
}
.google-form .ss-secondary-text {
  margin-bottom: 5px;
  font-style: italic;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.google-form .required-message, .google-form .error-message, .google-form .ss-password-warning {
  display: none;
}
.google-form #navigation-table {
  width: 100%;
}
.google-form #ss-submit {
  display: block;
  font-size: 24px;
  background-color: #342c2c;
  color: #f5e4c5;
  border: none;
}

/*********************
TABLET
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

  Stylesheet: Tablet Stylsheet

  ******************************************************************/
  .frame {
    padding: 80px;
    font-size: 16px;
  }
  .frame .frame-content h1 {
    font-size: 30px;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

  Stylesheet: Desktop Stylsheet

  ******************************************************************/
  /*********************
  LAYOUT STYLES
  *********************/
  .wrap {
    position: relative;
    width: 1020px;
    margin: 0 auto;
  }

  /*********************
  HEADER STYLES
  *********************/
  .hide-logo #logo-small, .hide-logo #logo-big, .hide-logo #keeney-logo {
    display: block !important;
  }

  #header {
    height: 80vh;
  }
  #header #keeney-logo {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  #header #logo-small {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  #header .text-wrap {
    position: absolute;
    top: 0;
    left: 30px;
    display: table;
    width: 60%;
    height: 100%;
    padding: 0;
  }
  #header .text-wrap .header-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 24px;
  }
  #header .text-wrap.right {
    left: auto;
    right: 30px;
  }
  #header #inner-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 0;
  }
  #header #inner-header .header-text {
    width: 960px;
    margin: 0 auto;
  }
  #header #inner-header a.slick-arrow {
    display: inline-block !important;
  }

  /*********************
  MAIN NAV STYLES
  *********************/
  #main-nav.is_home {
    margin-bottom: 0px;
  }

  #main-nav {
    margin-bottom: 40px;
  }
  #main-nav a {
    padding: 0 15px;
  }
  #main-nav a#show-nav {
    display: none;
  }
  #main-nav ul.nav.is_home li.current-menu-item:after, #main-nav ul.nav.is_home li.current-menu-parent:after {
    display: none !important;
  }
  #main-nav ul.nav {
    display: block !important;
  }
  #main-nav ul.nav li.current-menu-item, #main-nav ul.nav li.current-menu-parent {
    border-left: none;
  }
  #main-nav ul.nav li.current-menu-item ul.sub-menu, #main-nav ul.nav li.current-menu-parent ul.sub-menu {
    width: 960px;
  }
  #main-nav ul.nav li.current-menu-item ul.sub-menu .current-menu-item:after, #main-nav ul.nav li.current-menu-item ul.sub-menu .current-menu-item:before, #main-nav ul.nav li.current-menu-parent ul.sub-menu .current-menu-item:after, #main-nav ul.nav li.current-menu-parent ul.sub-menu .current-menu-item:before {
    display: none !important;
  }
  #main-nav ul.nav li.current-menu-item:after, #main-nav ul.nav li.current-menu-parent:after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background-color: #342c2c;
    content: " ";
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-nav ul.nav li.current-menu-item:before, #main-nav ul.nav li.current-menu-parent:before {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    height: 2px;
    background-color: #963331;
    content: " ";
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  }
  #main-nav ul.nav li:first-child a {
    padding: 0 15px 0 0;
  }
  #main-nav ul.nav li.current-menu-item:first-child:before, #main-nav ul.nav li.current-menu-parent:first-child:before {
    left: 0;
  }
  #main-nav ul.nav li {
    position: relative;
    display: inline-block;
    border-left: none;
    border-bottom: none;
  }
  #main-nav ul.nav li a {
    height: 60px;
    line-height: 60px;
  }
  #main-nav ul.nav li ul.sub-menu {
    position: absolute;
    width: 100%;
    border-top: none;
    background-color: transparent;
  }
  #main-nav ul.nav li ul.sub-menu li a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  #main-nav ul.nav li ul.sub-menu li:first-child a {
    padding: 0 15px 0 0;
  }
  #main-nav ul.nav li:first-child ul.sub-menu {
    left: 0;
  }
  #main-nav:after {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 40px;
    content: " ";
    z-index: -1;
    background-image: url(../images/red-paper.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #963331;
  }

  #main-nav.no-sub {
    margin-bottom: 0;
  }
  #main-nav.no-sub ul.nav li.current-menu-item:after, #main-nav.no-sub ul.nav li.current-menu-parent:after {
    display: none !important;
  }
  #main-nav.no-sub:after {
    display: none;
  }

  /*********************
  TEASER NAV STYLES
  *********************/
  #teaser-nav ul {
    display: flex;
  }
  #teaser-nav ul li {
    flex: 1;
  }

  /*********************
  CONTENT STYLES
  *********************/
  /************************************
  * DEFAULT & HOME PAGE
  * 2025: Added Page Section Support
  *************************************/
  .blocks-default {
    padding: 60px 0;
  }
  .blocks-default .block .block-content {
    padding: 0;
  }
  .blocks-default .block .highlight-content {
    margin: 60px calc((100vw - 1035px) / 2 * -1);
  }
  .blocks-default .section {
    margin: 60px 0;
  }
  .blocks-default .section.type-intro .home-content {
    gap: 60px;
  }
  .blocks-default .section.type-intro .home-content.img-left .home-img {
    order: 1;
  }
  .blocks-default .section.type-intro .home-content.img-left .home-text {
    order: 2;
  }
  .blocks-default .section.type-intro .home-content.space-yes .home-img {
    padding: 30px 0;
  }
  .blocks-default .section.type-intro .bottom-content {
    margin: 0;
  }

  article.home .bottom-content,
article.home .highlight-content {
    margin-top: 0;
  }

  .home-content {
    display: flex;
    align-items: center;
  }
  .home-content .home-text {
    width: 60%;
    padding: 30px 0;
    text-align: left;
  }
  .home-content .home-text h1 {
    font-size: 37px;
  }
  .home-content .home-text h3 {
    font-size: 29px;
  }
  .home-content .home-img {
    width: 40%;
    padding: 30px 0 0;
  }

  .hentry {
    padding-bottom: 60px;
  }
  .hentry.type-standard, .hentry.type-highlight {
    padding-bottom: 0;
  }
  .hentry .main-content .hentry-wrap {
    padding: 60px 30px 0 0;
  }

  .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .columns .column {
    flex: 1 1 50%;
    padding: 30px;
  }
  .columns .column.white {
    padding-right: 0;
  }
  .columns .column-70 {
    flex-basis: 70%;
  }
  .columns .column-60 {
    flex-basis: 60%;
  }
  .columns .column-40 {
    flex-basis: 40%;
  }
  .columns .column-30 {
    flex-basis: 30%;
  }

  .highlight-content {
    margin-top: 60px;
  }

  .frame {
    padding: 120px;
  }

  .col-1 .main-content .hentry-wrap {
    padding: 60px 0 0 0;
  }

  .col-2 .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .col-2 .wrap .head, .col-2 .wrap .form-wrap {
    flex: 100%;
  }
  .col-2 .wrap .main-content {
    flex: 70%;
  }
  .col-2 .wrap .right-content {
    flex: 30%;
    margin: 0;
  }

  body.search .col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  body.search .col-2 .head, body.search .col-2 .form-wrap {
    flex: 100%;
  }
  body.search .col-2 .main-content {
    flex: 70%;
  }
  body.search .col-2 .right-content {
    flex: 30%;
    margin: 0;
  }

  .recent-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .recent-posts .post {
    flex-basis: 50%;
  }
  .recent-posts .post .content-wrap {
    padding: 30px 30px 0 0;
  }

  .blog .main-content .hentry-wrap, .events .main-content .hentry-wrap, .search-results .main-content .hentry-wrap, .contact .main-content .hentry-wrap {
    padding: 0;
  }
  .blog .main-content .hentry-wrap, .events .main-content .hentry-wrap, .search-results .main-content .hentry-wrap, .contact .main-content .hentry-wrap {
    padding-right: 30px;
  }
  .blog .right-content .hentry-wrap, .events .right-content .hentry-wrap, .search-results .right-content .hentry-wrap, .contact .right-content .hentry-wrap {
    margin-left: 30px;
    margin-top: 30px;
  }

  .share span, .share a {
    margin-right: 5px;
  }
  .share span {
    width: auto;
    padding: 0 15px;
  }
  .share a, .share .collapse {
    width: 50px;
    margin-top: 0;
  }
  .share .collapse {
    float: right;
    margin-right: 0;
  }

  .blog .post.has-img .content-wrap, .events .post.has-img .content-wrap, .search-post.has-img .content-wrap {
    display: flex;
  }
  .blog .post.has-img .content-wrap .featured-img, .events .post.has-img .content-wrap .featured-img, .search-post.has-img .content-wrap .featured-img {
    flex: 0 0 240px;
    margin-right: 30px;
  }
  .blog .post.has-img .content-wrap .featured-img img, .events .post.has-img .content-wrap .featured-img img, .search-post.has-img .content-wrap .featured-img img {
    width: 100%;
    height: auto;
  }
  .blog .post.has-img .content-wrap .content, .events .post.has-img .content-wrap .content, .search-post.has-img .content-wrap .content {
    flex: 1;
  }
  .blog .post .btn, .events .post .btn, .search-post .btn {
    width: auto;
    padding: 15px 30px;
  }

  .contact .right-content {
    margin-top: 0;
  }
  .contact .right-content .hentry-wrap {
    margin: 0;
  }

  .search-results .right-content .hentry-wrap .content-wrap {
    padding: 0;
  }

  .events .content-wrap.expanded {
    display: flex;
    flex-wrap: wrap;
  }
  .events .content-wrap.expanded .col-left {
    flex: 68%;
  }
  .events .content-wrap.expanded .col-right {
    flex: 30%;
    margin-left: 2%;
    margin-top: 30px;
  }

  .single .event-post .content-wrap {
    display: flex;
    align-items: center;
  }
  .single .event-post .content-wrap .col-left, .single .event-post .content-wrap .col-right {
    text-align: left;
  }
  .single .event-post .content-wrap .col-left {
    flex: 68%;
  }
  .single .event-post .content-wrap .col-right {
    flex: 30%;
    margin-left: 2%;
  }
  .single .event-post .content-wrap .share {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .books .main-content .hentry-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
  .books .book {
    width: 50%;
  }
  .books .book.even .book-info {
    padding-right: 30px;
  }

  .books-content {
    display: flex;
    width: 100%;
    gap: 30px;
  }
  .books-content a.btn, .books-content a.btn.large {
    font-size: 23px;
  }

  .bottom-content {
    padding: 20px 20px 40px;
    margin-top: 60px;
    margin-bottom: -60px;
  }
  .bottom-content .wrap {
    display: flex;
    gap: 30px;
    text-align: left;
    align-items: center;
  }
  .bottom-content .wrap .col-30 {
    width: 30%;
  }
  .bottom-content .wrap .col-70 {
    flex: 1;
  }

  /*********************
  FOOTER STYLES
  *********************/
  #sub-footer {
    padding: 60px 30px;
  }
  #sub-footer .newsletter .content-wrap {
    margin: 30px auto;
  }
  #sub-footer .footer-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
  #sub-footer .footer-columns .col {
    text-align: left;
  }
  #sub-footer .footer-columns .col.main {
    grid-column: span 2;
  }
  #sub-footer .footer-columns .col.main ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #sub-footer .footer-columns .col nav {
    margin: 0;
  }

  #footer {
    padding: 30px;
  }
  #footer .wrap {
    display: flex;
    align-items: center;
  }
  #footer .wrap p {
    margin: 0;
  }
  #footer .wrap .copy {
    height: 40px;
    margin-bottom: 0px;
    line-height: 40px;
  }
  #footer .wrap .search {
    width: 320px;
    margin-left: auto;
  }
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
