/*
    Theme Name:     Skeletor
    Theme URI:      http://vtldesign.com
    Description:    A custom WordPress theme made by Vital.
    Version:        2.1
    Author:         Vital
    Author URI:     http://vtldesign.com
*/
/*  ==========================================================================
     UTILITIES
     Global mixins, functions, etc.
    ==========================================================================  */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*   Helper Functions
    --------------------------------------------------------------------------  */
/**
 * Converts PX to EM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Custom easing
 * https://css-tricks.com/snippets/sass/easing-map-get-function/
 * @author Sean Dempsey
 * @param {string} $key Name of ease
 */
/**
 * Asset URL Builder
 * @access private
 * @param {String} $type Asset type, matching folder name
 * @param {String} $file Asset file name, including extension
 * @return {URL} A `url()` function leading to the asset
 */
/**
 * Image Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the image
 * @require {function} asset
 */
/**
 * Font Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/**
 * Searches and replaces in a string
 * @param {String} $string Initial string
 * @param {String} $search Substring to replace
 * @param {String} $replace ('') New value
 * @return {String} Updated string
 */
/*   Global Mixins
    --------------------------------------------------------------------------  */
/**
 * Centers element within relative parent
 */
/**
 * Vertically centers element within relative parent
 */
/**
 * Maintains aspect ratio of element based on
 * width and height values given
 */
/**
 * Applies clearfix to element
 */
/**
 * Expands element to "cover" relative parent
 */
/**
 * Creates CSS triagle
 * @param {string} $direction Triangle direction, either `top`, `right`, `bottom` or `left`
 * @param {color} $color Triangle color
 * @param {integer} $size Triangle size
 */
/**
 * Applies font-smoothing
 */
/**
 * Customizes browser scroll bars (does not work in all browsers)
 * @author Hugo Giraudel
 * @param {size} $size Horizontal scrollbar's height and vertical scrollbar's width
 * @param {color} $foreground-color Scrollbar's color
 * @param {color} $background-color [mix($foreground-color, white, 50%)] Scrollbar's color
 */
/**
 * Positions element
 * @param {position} $position Either `relative`, `absolute` or `fixed`
 * @param {distance} $top Top offset
 * @param {distance} $right Right offset
 * @param {distance} $bottom Bottom offset
 * @param {distance} $left Left offset
 */
/**
 * Absolute positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Relative positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Fixed positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Event Wrapper
 * @author Harry Roberts
 * @param {Bool} $self (false) - Whether or not to include current selector
 * @see https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
 *
 * Example Usage:
 * .example {
 *     text-decoration: none;
 *
 *     @include on-event {
 *         text-decoration: underline;
 *     }
 * }
 */
/**
 * Positions element to account for WordPress admin bar "bump"
 */
/**
 * Horizontally centers block element
 */
/**
 * Hides element accessibly
 */
/**
 * Flex styles wrappers
 */
/**
 * Sets webkit tap highlight color
 * @type {[type]}
 */
/**
 * Convers Photoshop letter spacing value to EM
 */
/**
 * Sizes element to be square
 */
/**
 * Sets form element placeholder text color
 */
/**
 * Loading Throbber
 */
/*  ==========================================================================
     BASE
     Base mixins, layout, and styles
    ==========================================================================  */
/*   Fonts
    --------------------------------------------------------------------------  */
/*   Maps
    --------------------------------------------------------------------------  */
/**
 * Susy layout
 * http://susydocs.oddbird.net/en/latest/
 *
 * This map only needed if planning to change the global defaults
 */
/**
 * Breakpoints
 */
/**
 * Z-indieces
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/*   Base Functions
    --------------------------------------------------------------------------  */
/**
 * Sets z-index with map value
 */
/**
 * Sets color with map value
 */
/**
 * Sets font-family with map value
 */
/**
 * Sets font-weight with map value
 */
/*   Base Mixins
    --------------------------------------------------------------------------  */
/**
 * Builds media query with either a map or unit value
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */
/**
 * Builds min/max media query for "in between" breakpoints
 */
/*   WordPress Admin
    --------------------------------------------------------------------------  */

.mce-content-body {
  margin: 1.25rem;
  max-width: 58em;
}

/*   Core Styles

     Apply .core class on all WYSIWYG content and other elements that need it
    --------------------------------------------------------------------------  */
.core a {
  color: #00aaec;
}
.core a:hover {
  color: #1467b0;
}
.core .wp-image-link {
  text-decoration: none;
}
.core .button {
  color: #fff;
}
.core h1 {
  margin-top: 1.67em;
  margin-bottom: 1.875rem;
  font-size: 1.75em;
  line-height: 1.3;
}
.core h1 + h2 {
  margin-top: 0;
}
.core h1 + p {
  margin-top: 0;
}
.core h2 {
  margin: 1.2em 0 1.875rem;
  font-size: 1.375em;
  line-height: 1.3;
}
.core h2 + h3 {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.core h2 + p {
  margin-top: 0;
}
.core h3 {
  margin: 1.8em 0 1.875rem;
  font-size: 1.125em;
  line-height: 1.5;
}
.core h3 + h4 {
  margin-top: 0;
}
.core h3 + p {
  margin-top: 0;
}
.core h4 {
  margin: 1.8em 0 1.875rem;
  font-size: 1em;
  line-height: 1.5;
}
.core h4 + h5 {
  margin-top: 0;
}
.core h4 + p {
  margin-top: 0;
}
.core h5 {
  margin: 1.8em 0 1.875rem;
  font-size: 0.875em;
  line-height: 1.5;
}
.core h5 + h6 {
  margin-top: 0;
}
.core h5 + p {
  margin-top: 0;
}
.core h6 {
  margin: 1.8em 0 1.875rem;
  font-size: 0.875em;
  line-height: 1.5;
}
.core h6 + p {
  margin-top: 0;
}
.core h1:first-child,
.core h2:first-child,
.core h3:first-child,
.core h4:first-child,
.core h5:first-child,
.core h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
.core h1,
.core h2,
.core h3,
.core h4,
.core h5,
.core h6 {
  font-weight: 400;
  color: #1484B7;
  width: 100%;
  display: block;
}
.core p,
.core address {
  margin: 1em 0 0;
  font-size: 0.875em;
}
.core p {
  line-height: 1.375rem;
  width: 100%;
  display: inline-block;
}
.core p:first-child {
  margin-top: 0;
}
.core blockquote {
  padding: .75em 1em;
  width: 100%;
  margin: 1.25rem 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #556675;
  border: 5px solid #1467b0;
  border-radius: 3px;
}
.core blockquote p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.core code,
.core pre {
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 0.875em;
}
.core pre {
  margin: 1em 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.core sub {
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.core sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.core abbr {
  cursor: help;
}
.core address {
  line-height: 1.5;
}
.core dl {
  line-height: 1.5;
}
.core dt,
.core dd {
  font-size: 0.875em;
}
.core dt {
  font-weight: 700;
}
.core dd {
  margin: 0 0 1em;
}
.core ul,
.core ol {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
}
.core li {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
}
.core li li {
  font-size: 1em;
}
.core table {
  margin: 0;
  padding: 0;
}
.core th,
.core td {
  padding: 0.625em 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
  text-align: left;
}
.core th {
  border-width: 2px;
}
.core tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.core img,
.core img[class*="align"],
.core img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  border: 0;
}
.core .wp-caption {
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center;
}
.core .wp-caption img {
  max-width: 98.5%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.core .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
  font-size: 0.875em;
  line-height: 1.5;
}
.core .entry-caption {
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
  font-size: 0.875em;
  line-height: 1.5;
}
.core .gallery {
  max-width: 48em;
  position: relative;
  margin: 2em auto;
}
.core .gallery + * {
  clear: left;
}
.core .gallery-item {
  position: relative;
  float: left;
  margin: 0 0.25em 0.25em 0;
}
.core .gallery-columns-1 .gallery-item {
  max-width: 100%;
  margin: 0 0 0.25em;
}
.core .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 0.25em);
}
.core .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 0.25em);
}
.core .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 0.25em);
}
.core .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 0.25em);
}
.core .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 0.25em);
}
.core .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 0.25em);
}
.core .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 0.25em);
}
.core .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 0.25em);
}
.core .gallery-columns-2 .gallery-item:nth-child(2n),
.core .gallery-columns-3 .gallery-item:nth-child(3n),
.core .gallery-columns-4 .gallery-item:nth-child(4n),
.core .gallery-columns-5 .gallery-item:nth-child(5n),
.core .gallery-columns-6 .gallery-item:nth-child(6n),
.core .gallery-columns-7 .gallery-item:nth-child(7n),
.core .gallery-columns-8 .gallery-item:nth-child(8n),
.core .gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0;
}
.core .gallery-columns-1 .gallery-item:nth-child(1n+1),
.core .gallery-columns-2 .gallery-item:nth-child(2n+3),
.core .gallery-columns-3 .gallery-item:nth-child(3n+4),
.core .gallery-columns-4 .gallery-item:nth-child(4n+5),
.core .gallery-columns-5 .gallery-item:nth-child(5n+6),
.core .gallery-columns-6 .gallery-item:nth-child(6n+7),
.core .gallery-columns-7 .gallery-item:nth-child(7n+8),
.core .gallery-columns-8 .gallery-item:nth-child(8n+9),
.core .gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left;
}
.core .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.375rem 0.5rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: left;
}
.core .gallery-caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 49px;
}
.core .gallery-item:hover .gallery-caption {
  opacity: 1;
}
.core hr {
  box-sizing: content-box;
  clear: both;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.core .entry-oembed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.core .entry-oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.core .alignnone {
  margin: 1em 0 0 0;
}
.core .aligncenter,
.core .alignright,
.core .alignleft,
.core .aligncenter {
  display: block;
  margin: 1em auto;
}
.core img.alignright, .core img.alignleft, .core img.aligncenter {
  display: block;
  margin: 1em auto;
}
.core img.alignright {
  margin-top: 0.625rem;
  max-width: 100%;
}
.core img.alignleft {
  margin-top: 0.625rem;
  max-width: 100%;
}
.core .wp-caption.alignnone, .core .wp-caption.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}
.core .wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

/*   Base styles and layout
    --------------------------------------------------------------------------  */
::-moz-selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #00aaec;
  color: #fff;
  text-shadow: none;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #556675;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #00aaec;
  text-decoration: none;
}

.group:before, .group:after {
  content: ' ';
  display: table;
}
.group:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*  ==========================================================================
     VPM
     Styles from Vital Package Manager Modules
    ==========================================================================  */
/*  ==========================================================================
     PARTIALS
     Template partials
    ==========================================================================  */
/*   Buttons
    --------------------------------------------------------------------------  */
.button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .content-none .content .search-submit {
  display: inline-block;
  padding: 0.625rem 1.5625rem;
  background-color: transparent;
  font-family: "PT Serif", serif;
  font-size: 1.125rem;
  color: #fff;
  background: #cf5758;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  transition: all 100ms ease-out;
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.13);
}
.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus, .content-none .content .search-submit:focus {
  outline: 0;
}
.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .content-none .content .search-submit:hover {
  background: #eb4748;
}

.button.large {
  padding: 0.9375rem 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
}
.button.white {
  background: #fff;
  color: #cf5758;
}
.button.white:hover {
  background: #eb4748;
  color: #fff;
}
.button.white-line {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
}
.button.white-line:hover {
  background: #fff;
  color: #cf5758;
}
.button.white-line:hover .icon svg {
  fill: #cf5758;
}
.button.red-line {
  background: none;
  border: 1px solid #cf5758;
  color: #cf5758;
  border-radius: 5px;
}
.button.red-line:hover {
  background: #eb4748;
  color: #fff;
}
.button.arrow:hover .icon {
  top: 5px;
}
.button.arrow:hover .icon svg {
  transition: all 100ms ease-out;
}
.button.arrow .icon {
  position: relative;
  top: 2px;
  transition: all 100ms ease-in;
}
.button.arrow .icon svg {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  fill: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: 400;
  font-size: 0.9375rem;
  padding: 0.625rem 0.9375rem;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #eb4748;
  color: #fff;
}

/*   Gravity Forms
    --------------------------------------------------------------------------  */
.gform_wrapper {
  border: 1px solid #ded9d4;
  background: #f4eee9;
  padding: 1.25rem 0.9375rem 1.875rem;
}
.gform_wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}
.gform_wrapper li {
  list-style: none;
  width: 100%;
}
.gform_wrapper label {
  display: block;
  font-weight: 300;
}
.gform_wrapper .gfield_label {
  color: #556675;
  font-size: 1rem;
  font-style: italic;
  padding-bottom: 0.25rem;
}
.gform_wrapper .hide-label .gfield_label {
  display: none;
}
.gform_wrapper .name-field .ginput_container {
  width: 100%;
  display: inline-block;
}
.gform_wrapper .name-field .ginput_container label {
  color: #556675;
  font-size: 1rem;
  font-style: italic;
  padding-bottom: 0.25rem;
}
.gform_wrapper .name-field .name_first {
  width: 48%;
  float: left;
}
.gform_wrapper .name-field .name_last {
  width: 48%;
  float: right;
}
.gform_wrapper .name-field .address_zip {
  width: 100%;
}
.gform_wrapper select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  border: 1px solid #ccc;
  display: block;
  font-family: "PT Serif", serif;
  font-size: 1.0625rem;
  padding: 0.9375rem 1.25rem;
  width: 100%;
  color: #556675;
}
.gform_wrapper select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
  box-shadow: 0 0 2px 0 #1467b0;
  border: 1px solid #1467b0;
}
.gform_wrapper select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder,
.gform_wrapper textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder,
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder {
  color: #556675;
  font-style: italic;
}
.gform_wrapper select:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder,
.gform_wrapper textarea:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder,
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder {
  color: #556675;
  font-style: italic;
}
.gform_wrapper textarea {
  height: 160px;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .button {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  border: none;
}
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.gform_wrapper li.hidden_label input {
  margin-top: 0.75rem;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0.75rem;
}
.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%;
}
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
  width: 100%;
}

.gfield_optional {
  font-size: 0.75rem;
}

.gfield {
  margin-bottom: 1em;
}

.ginput_complex:before, .ginput_complex:after {
  content: ' ';
  display: table;
}
.ginput_complex:after {
  clear: both;
}
.ginput_complex .ginput_left,
.ginput_complex .ginput_right,
.ginput_complex .ginput_full {
  display: block;
  margin-bottom: 0.3125rem;
}
.ginput_complex .ginput_left label,
.ginput_complex .ginput_right label,
.ginput_complex .ginput_full label {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
}

.gfield_checkbox input,
.gfield_radio input {
  margin-right: 0.75em;
}
.gfield_checkbox input,
.gfield_checkbox label,
.gfield_radio input,
.gfield_radio label {
  display: inline;
  font-weight: 300;
  vertical-align: middle;
}

.gfield_checkbox li,
.gfield_radio li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.gfield_checkbox li {
  padding: 0;
  text-indent: 0;
}
.gfield_checkbox li li {
  margin: 0;
}
.gfield_checkbox li .gfield_optional {
  display: none;
}
.gfield_checkbox li input[type="checkbox"] {
  display: none;
}
.gfield_checkbox li input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0 1.5625rem;
  text-transform: none;
}
.gfield_checkbox li input[type="checkbox"] + label::before {
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
  border: 1px solid #556675;
}
.gfield_checkbox li input[type="checkbox"]:checked + label::before {
  background-image: url("../grunticon/source/checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
}

.gform_fileupload_multifile .gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 0.625rem;
  padding: 1.5625rem;
  text-align: center;
}

.gfield_description {
  font-size: 0.75em;
}

.validation_message {
  color: #d9534f;
  font-size: 0.8125rem;
  padding-top: 0.3125rem;
}

.gform_submission_error {
  color: #d9534f;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.gform_submission_error.hide_summary {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.gform_ajax_spinner {
  margin-left: 1em;
}

.gform_validation_container {
  display: none;
}

.gf_clear {
  clear: both;
}

.ginput_container_date {
  position: relative;
}
.ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 20px;
}

.ui-datepicker {
  width: 236px;
  height: auto;
  padding: 0.625rem;
  margin: 0 auto;
  font-size: 0.75rem;
  background: #f3f3f3;
  border: 1px solid #ccc;
  display: none;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  color: #e0e0e0;
  font-weight: 700;
  line-height: 1.875rem;
  min-height: 30px !important;
  position: relative;
}

.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select {
  border: 1px solid #ccc;
  padding: 0 0.625rem 0 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 2.5%;
}

.ui-datepicker-next {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -0.4375rem;
  top: 50%;
  border-top: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
  transform: rotate(54deg) skew(20deg);
  right: 10px;
  cursor: pointer;
}
.ui-datepicker-next .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -0.4375rem;
  top: 50%;
  border-top: 2px solid #a9a9a9;
  border-left: 2px solid #a9a9a9;
  transform: rotate(-54deg) skew(-20deg);
  left: 10px;
  cursor: pointer;
}
.ui-datepicker-prev .ui-icon {
  display: none;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 0.3125rem 0;
  color: #666;
}
.ui-datepicker th span {
  overflow: hidden;
  width: 30px;
  height: 20px;
  position: relative;
  display: block;
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem;
  letter-spacing: 1.25rem;
}
.ui-datepicker tbody td {
  padding: 0;
}
.ui-datepicker tbody td:last-child {
  border-right: 0;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 1.875rem;
  color: #666;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #ccc;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  color: #fff;
  position: relative;
  margin: -0.0625rem;
  background: #fb7906;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

/* Easy Dropdown */
.dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.dropdown.open {
  z-index: 2;
}
.dropdown.open .carat {
  transform: rotate(180deg);
  top: 38px;
}
.dropdown.open > div {
  opacity: 1;
  z-index: 2;
}
.dropdown.touch .old {
  width: 100%;
  height: 100%;
}
.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dropdown > div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after, .dropdown:after {
  transition: all 150ms ease-in-out;
}
.dropdown .selected::after, .dropdown.scrollable > div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}
.dropdown .carat {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.3125rem;
  width: 10px;
  height: 10px;
  transform-origin: 50% 20%;
}
.dropdown .carat:after {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 9px;
}
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #556675;
  padding: 0.5625rem 0.75rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown .selected {
  border: 1px solid #f1f1f1;
  height: 48px;
  line-height: 1.875rem;
}
.dropdown > div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -0.0625rem;
  background: #fff;
  overflow: hidden;
  opacity: 0;
}
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.dropdown ul li {
  list-style: none;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
.dropdown ul li.focus {
  background: #f1f1f1;
  position: relative;
  z-index: 3;
}
.dropdown ul li.active {
  background: #f1f1f1;
}

.gform_wrapper .dropdown.open .selected {
  box-shadow: 0 0 2px 0 #1467b0;
  border: 1px solid #1467b0;
  border-bottom: none;
}
.gform_wrapper .dropdown.open > div {
  box-shadow: 0 2px 2px 0 #1467b0;
  border: 1px solid #1467b0;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.gform_wrapper .dropdown.open .carat {
  transform: rotate(180deg);
  top: 34px;
}
.gform_wrapper .dropdown .carat {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.3125rem;
  width: 8px;
  height: 8px;
  transform-origin: 50% 20%;
}
.gform_wrapper .dropdown .carat:after {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}
.gform_wrapper .dropdown .selected {
  border: 1px solid #ccc;
  display: block;
  font-family: "PT Serif", serif;
  font-size: 1.0625rem;
  padding: 0.9375rem 1.25rem;
  height: 52px;
  line-height: 1;
  width: 100%;
  color: #556675;
}

/*   Header
    --------------------------------------------------------------------------  */
.body-header {
  width: 100%;
  position: relative;
  z-index: 99;
}
.body-header.sticky-header {
  background-color: #fff;
  height: 116px;
  position: fixed;
  top: -116px;
  z-index: 99;
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(116px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.body-header.sticky-header + #main {
  padding-top: 9.375rem;
}
.body-header.sticky-header .utility-nav li a,
.body-header.sticky-header .utility-cart li a,
.body-header.sticky-header .clubs-menu .menu-item-link {
  line-height: 1.875rem;
  height: 30px;
}
.body-header.sticky-header .utility-cart li a .cart-count span {
  top: 2px;
}
.body-header.sticky-header .utility-cart li a .icon {
  margin-top: 0;
}
.body-header.sticky-header .utility-cart li a .icon svg {
  top: 6px;
}
.body-header.sticky-header .header-container .header-right .button {
  top: 14px;
}
.body-header.sticky-header .micro-menu .menu-item-link {
  line-height: 4.3125rem;
  height: 69px;
}
.body-header.sticky-header #main-menu .menu-item-link,
.body-header.sticky-header .main-menu .menu-item-link {
  height: 64px;
  line-height: 4.4375rem;
}

.header-container {
  width: 100%;
  padding: 1.125rem 0 0.75rem 0;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.header-container.header-club-container .christmas-logo {
  margin-left: 13.75rem;
}
.header-container .logo-container.clubs-logo-block {
  width: auto;
}
.header-container .logo {
  width: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.header-container .logo svg {
  width: 100px;
}
.header-container .christmas-logo {
  width: 291px;
  margin-left: 7.5rem;
  display: none;
  -ms-flex-align: center;
      align-items: center;
}
.header-container .christmas-logo img {
  max-width: 100%;
}
.header-container .header-right {
  display: -ms-flexbox;
  display: flex;
  height: 75px;
}
.header-container .header-right .button {
  right: 5px;
  top: 24px;
  height: 30px;
  line-height: 1.25rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  z-index: 9;
  position: relative;
}

/*   Footer
    --------------------------------------------------------------------------  */
.body-footer {
  width: 100%;
  border-top: 6px solid #f1f1f1;
  padding: 1.875rem 0;
}
.body-footer .footer-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 1.25rem;
}
.body-footer .footer-blocks .footer-cta {
  width: 100%;
  padding-bottom: 1.875rem;
}
.body-footer .footer-blocks .footer-cta .footer-block-head {
  font-family: "Oswald", sans-serif;
  color: #556675;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
  display: inline-block;
  width: 100%;
}
.body-footer .footer-blocks .footer-cta.logo-block {
  width: 16%;
  display: none;
}
.body-footer .footer-blocks .footer-cta.logo-block img {
  width: 136px;
  position: relative;
  top: 10px;
}
.body-footer .footer-blocks .footer-cta.footer-navigation {
  width: 100%;
}
.body-footer .footer-blocks .footer-cta.newsletter {
  width: 100%;
}
.body-footer .footer-blocks .footer-cta.newsletter .form-title {
  font-size: 1rem;
  color: #788896;
  display: block;
  padding-bottom: 0.9375rem;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 {
  height: 50px;
  position: relative;
  border: none;
  background: none;
  padding: 0;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper .gfield_label,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 .gfield_label {
  display: none;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper form,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 form {
  width: 100%;
  position: relative;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper .gform_body,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 .gform_body {
  width: 100%;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper .gform_footer,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 .gform_footer {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper .gform_footer .button,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 .gform_footer .button {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066.1%2058.69%22%3E%3Ctitle%3Enewsletter-main-icon%3C%2Ftitle%3E%3Cpath%20d%3D%22M65.62%2024.11a9.06%209.06%200%200%200-4.16-7.39L36.73.79a5%205%200%200%200-5.27-.08L3.55%2017.55A7.4%207.4%200%200%200%200%2023.84v4h.1v30.85h66V23.9zm-61-4.85L32.5%202.42a3%203%200%200%201%203.15%200L60.38%2018.4a7.08%207.08%200%200%201%203.26%206v.6l-6.09%202.66v-9.47H8.66v9.45L2%2024.72v-.88a5.38%205.38%200%200%201%202.59-4.58zM33.1%2038.32l-22.44-9.81v-8.32h44.9v8.32zm31%2018.37h-62V27l6.55%202.86h.09l24%2010.47.4.18%2024.33-10.66h.09L64.1%2027z%22%20fill%3D%22%23cf5758%22%20data-name%3D%22Capa%201%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-color: transparent;
  background-position: 7px 7px;
  border: none;
  text-indent: -999em;
  height: 50px;
  cursor: pointer;
  padding: 0;
  text-indent: -999em;
  width: 50px;
  box-shadow: none;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper input[type='email'],
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 input[type='email'] {
  padding: 0.8125rem 3.75rem 0.8125rem 0.8125rem;
  font-style: italic;
  border: 1px solid #ccc;
  font-weight: 400;
  outline: none;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper input[type='email']:focus,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 input[type='email']:focus {
  font-style: normal;
  border: 1px solid #1467b0;
  box-shadow: none;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper .validation_error,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 .validation_error {
  display: none;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper .validation_message,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 .validation_message {
  padding-top: 0.625rem;
  font-weight: 300;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper .gform_ajax_spinner,
.body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 .gform_ajax_spinner {
  margin-top: 0.625rem;
}
.body-footer .footer-blocks .footer-cta.newsletter .gform_confirmation_message {
  font-size: 1rem;
  color: #788896;
}
.body-footer .footer-blocks .footer-cta.social-media {
  width: 100%;
  padding: 0;
}
.body-footer .footer-blocks .footer-cta.social-media .footer-shares {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}
.body-footer .footer-blocks .footer-cta.social-media .footer-shares a {
  margin-right: 1.25rem;
  width: 24px;
  height: 24px;
}
.body-footer .footer-blocks .footer-cta.social-media .footer-shares a img {
  width: 24px;
  height: 24px;
}
.body-footer .copy-right {
  text-align: left;
  width: 100%;
  display: inline-block;
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #788896;
}
.body-footer .copy-right a {
  color: #788896;
  margin-right: 0.9375rem;
  white-space: pre;
}
.body-footer .copy-right a:hover {
  color: #cf5758;
}

/*   Clubs Navigation
    --------------------------------------------------------------------------  */
.clubs-menu-container {
  background: #fff;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ded9d4;
  position: relative;
}

.home .clubs-menu .menu-item-top-level.home {
  display: none;
}

.clubs-nav {
  text-align: center;
}
.clubs-nav .clubs-menu-toggle {
  outline: 0;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  height: 40px;
  line-height: 2.5rem;
  font-family: "PT Serif", serif;
  color: #556675;
  font-size: 1.125rem;
  font-weight: 400;
}
.clubs-nav .clubs-menu-toggle .icon {
  width: 12px;
  height: 12px;
  left: 5px;
  position: relative;
  top: 2px;
}
.clubs-nav .clubs-menu-toggle .icon svg {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}
.clubs-nav .menu-title {
  display: block;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 400;
  color: #556675;
  padding: 1.25rem 0 0.625rem;
}

.clubs-menu {
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.clubs-menu .menu-item {
  position: relative;
}
.clubs-menu .menu-item.home {
  display: block;
}
.clubs-menu .menu-item-link {
  display: block;
  font-size: 0.8125rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #556675;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.clubs-menu .menu-item-link:hover {
  color: #cf5758;
}

/*   Main Navigation
    --------------------------------------------------------------------------  */
.main-nav {
  display: none;
}

#main-menu,
.main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-menu .menu-item,
.main-menu .menu-item {
  position: relative;
}
#main-menu .menu-item-link,
.main-menu .menu-item-link {
  display: block;
  font-size: 1.125rem;
  color: #556675;
  text-align: center;
  line-height: 2rem;
}
#main-menu .menu-item-link:hover,
.main-menu .menu-item-link:hover {
  color: #cf5758;
}

/*   Utility Navigation
    --------------------------------------------------------------------------  */
.utility-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.utility-nav li {
  position: relative;
  float: left;
}
.utility-nav li a {
  display: block;
  font-size: 1rem;
  color: #556675;
  position: relative;
  line-height: 2rem;
}
.utility-nav li a.phone {
  font-size: 1.125rem;
}
.utility-nav li a.phone, .utility-nav li a.contact {
  display: inline-block;
}

.utility-cart {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.utility-cart li {
  position: relative;
  float: left;
}
.utility-cart li a {
  display: block;
  font-size: 1rem;
  color: #556675;
  position: relative;
  line-height: 2rem;
}
.utility-cart li a.user, .utility-cart li a.cart {
  float: left;
}
.utility-cart li a.user .name {
  display: none;
}
.utility-cart li a .cart-count {
  display: inline-block;
  position: relative;
  width: 20px;
}
.utility-cart li a .cart-count span {
  background: #cf5758;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  height: auto;
  line-height: 0.625rem;
  text-align: center;
  width: auto;
  left: 12px;
  position: absolute;
  top: 0px;
  padding: 0.1875rem 0.3125rem;
}
.utility-cart li a .icon {
  display: inline-block;
  width: 20px;
  height: 27px;
  margin-top: 0.625rem;
  background-position: 0 9px;
}
.utility-cart li a .icon svg {
  position: relative;
  top: -5px;
  fill: #556675;
  width: 20px;
  height: 20px;
}

/*   Micro Navigation
    --------------------------------------------------------------------------  */
.micro-nav {
  height: 64px;
}
.micro-nav .micro-menu-toggle {
  outline: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  top: 26px;
  display: -ms-flexbox;
  display: flex;
  left: 10px;
  padding: 0;
}
.micro-nav .micro-menu-toggle .toggle {
  display: block;
  width: 30px;
  height: 20px;
  margin: 0;
  position: relative;
}
.micro-nav .micro-menu-toggle .toggle:before, .micro-nav .micro-menu-toggle .toggle:after {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 4px solid #556675;
  width: 100%;
  left: 0;
  right: 0;
  transition: all ease-out 0.3s;
}
.micro-nav .micro-menu-toggle .toggle:after {
  top: 100%;
}
.micro-nav .micro-menu-toggle .toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 4px;
  background-color: #556675;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all ease-out 0.1s;
}
.micro-nav .micro-menu-toggle .text {
  font-family: "PT Serif", serif;
  color: #556675;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding-left: 0.25rem;
}
.micro-nav .micro-menu-toggle[aria-expanded="true"] .toggle:before, .micro-nav .micro-menu-toggle[aria-expanded="true"] .toggle:after {
  border-bottom: 3px solid #556675;
}
.micro-nav .micro-menu-toggle[aria-expanded="true"] .toggle:after {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
}
.micro-nav .micro-menu-toggle[aria-expanded="true"] .toggle:before {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
}
.micro-nav .micro-menu-toggle[aria-expanded="true"] .toggle i {
  opacity: 0;
}

.micro-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.micro-menu .menu-item {
  position: relative;
}
.micro-menu .menu-item-top-level.menu-item-active .menu-item-link {
  color: #cf5758;
}
.micro-menu .menu-item-link {
  display: block;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #556675;
}
.micro-menu .menu-item-link:hover {
  color: #cf5758;
}

/*   Footer Navigation
    --------------------------------------------------------------------------  */
.footer-nav .footer-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.footer-nav .footer-menu .menu-item-top-level {
  width: 50%;
}
.footer-nav .footer-menu .menu-item-top-level > .menu-item-link {
  font-family: "Oswald", sans-serif;
  color: #556675;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
  display: inline-block;
}
.footer-nav .footer-menu .sub-menu {
  padding: 0;
}
.footer-nav .footer-menu .sub-menu .menu-item {
  list-style-type: none;
  padding: 0.3125rem 0;
}
.footer-nav .footer-menu .sub-menu .menu-item .menu-item-link {
  font-family: "PT Serif", serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #1467b0;
}
.footer-nav .footer-menu .sub-menu .menu-item .menu-item-link:hover {
  color: #cf5758;
}

.filter-bar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #556675;
  position: relative;
  transition: opacity 0.5s ease;
  border-bottom: 1px solid #f4eee9;
  margin: 3.125rem 0 0;
}
.filter-bar.loading {
  opacity: 0.5;
  pointer-events: none;
}
.filter-bar.loading .dropdown-menu:hover .options {
  display: none;
}
.filter-bar .title {
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1rem;
  width: auto;
  line-height: 3.5rem;
  height: 56px;
  padding: 0 1.875rem;
  color: #556675;
  display: inline-block;
  background: #f4eee9;
}
.filter-bar .dropdown-menu {
  position: relative;
  width: 100%;
  display: none;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  transition: border 0.4s ease-out;
}
.filter-bar .dropdown-menu label {
  display: inline-block;
  line-height: 3.5rem;
  width: 100%;
  height: 56px;
  font-weight: 300;
  font-size: 1rem;
  font-style: italic;
  white-space: nowrap;
  color: #556675;
}
.filter-bar .dropdown-menu label .icon {
  display: inline-block;
  padding: 0 0 0 1.5625rem;
  transition: transform 0.5s ease;
  transform: rotate(90deg);
  font-size: 0.625rem;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  opacity: .5;
}
.filter-bar .dropdown-menu.active label .icon {
  transform: rotate(-90deg);
}
.filter-bar .dropdown-menu .options {
  display: none;
  position: relative;
  background-color: #f4eee9;
  color: #556675;
  line-height: 1.3;
  padding: 0.625rem 1.875rem;
  width: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.filter-bar .dropdown-menu .options .option {
  line-height: 1;
  font-weight: 300;
  color: #556675;
  font-size: 0.9375rem;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  opacity: 1;
  margin-bottom: 0.0625rem;
  font-style: italic;
  position: relative;
}
.filter-bar .dropdown-menu .options .option:hover {
  background: #ded9d5;
}
.filter-bar .dropdown-menu .options .option.active::after {
  background-color: #cf5758;
  opacity: 1;
}
.filter-bar .dropdown-menu .options .option::after {
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
}
.filter-bar .clear-filters {
  width: 75px;
  height: 46px;
  padding: 0 .5em;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.filter-bar .clear-filters .icon {
  position: relative;
  right: 0.5em;
}

.active-filters {
  background-color: #556675;
  position: relative;
  margin: 0 0 3.75rem;
}
.active-filters .active-filter {
  margin: 1.25rem 0.5rem 1.25rem 0;
  transition: color 0.333s ease;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.active-filters .active-filter strong {
  font-weight: 300;
  font-style: italic;
}
.active-filters .active-filter .icon {
  width: 14px;
  height: 14px;
}
.active-filters .active-filter .icon svg {
  height: 14px;
  left: 2px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  width: 14px;
}
.active-filters .active-filter .icon path {
  fill: #fff;
}
.active-filters .active-filter:hover {
  color: #fff;
}
.active-filters .active-filter:after {
  content: '';
  display: inline-block;
  margin-left: 0.5em;
}
.active-filters .active-filter.clear-filter {
  font-weight: 300;
  font-style: italic;
  font-size: 1rem;
}
.active-filters .active-filter.clear-filter .icon {
  position: relative;
  top: 0.15em;
}
.active-filters .active-filter.clear-filter .icon path {
  fill: #fff;
}
.active-filters .active-filter.clear-filter:hover path {
  fill: #fff;
}
.active-filters .active-filter.clear-filter:before {
  display: none;
}

/*  ==========================================================================
     LAYOUTS
     Self-contained layouts and elements
    ==========================================================================  */
/*   Block Width
    --------------------------------------------------------------------------  */
.width-12 {
  width: 74.684%;
  float: left;
  margin-right: 1.266%;
}

/*   Block Padding
    --------------------------------------------------------------------------  */
.pad-top-xsmall {
  padding-top: 0.5em;
}

.pad-top-small {
  padding-top: 1.5em;
}

.pad-top-medium {
  padding-top: 2em;
}

.pad-top-large {
  padding-top: 3em;
}

.pad-top-xlarge {
  padding-top: 4em;
}

.pad-btm-xsmall {
  padding-bottom: 0.5em;
}

.pad-btm-small {
  padding-bottom: 1.5em;
}

.pad-btm-medium {
  padding-bottom: 2em;
}

.pad-btm-large {
  padding-bottom: 3em;
}

.pad-btm-xlarge {
  padding-bottom: 4em;
}

/*   Hero layout
    --------------------------------------------------------------------------  */
.hero-layouts {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}
.hero-layouts.hero-solid .angled {
  display: block;
}
.hero-layouts.hero-solid .overlay {
  background: none;
}
.hero-layouts .angled {
  height: 200px;
  position: absolute;
  transform: skewX(0deg) rotate(-35deg);
  width: 300px;
  display: none;
}
.hero-layouts .angled.top {
  left: -90px;
  top: -40%;
}
.hero-layouts .angled.bottom {
  top: 100%;
  right: -90px;
}
.hero-layouts .overlay {
  background: rgba(85, 102, 117, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-layouts .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 1.25rem;
}
.hero-layouts .content .banner-content {
  transform: skewX(-4deg) rotate(-4deg);
  margin: 0 auto 1.875rem;
}
.hero-layouts .content .sub-title {
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.hero-layouts .content .title {
  padding: 0 0 0.625rem;
  margin: 0;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 700;
  font-style: italic;
}
.hero-layouts .content .bar {
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.375rem;
  -ms-flex-pack: center;
      justify-content: center;
}
.hero-layouts .content .bar .text {
  padding: 0 1.25rem;
  width: auto;
}
.hero-layouts .content .bar .line {
  height: 2px;
  background: #cf5758;
  position: relative;
  top: 15px;
  width: 75px;
}
/*   Small Hero layout
    --------------------------------------------------------------------------  */
.small-hero-layouts {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}
.small-hero-layouts.small-hero-solid {
  height: 250px;
}
.small-hero-layouts.small-hero-solid .angled {
  display: block;
}
.small-hero-layouts.small-hero-solid .overlay {
  background: none;
}
.small-hero-layouts.faq-banner {
  background: #283957;
}
.small-hero-layouts.small-solid .content {
  overflow: initial;
}
.small-hero-layouts.small-solid .content .bar {
  width: 100%;
  margin: 0 auto;
}
.small-hero-layouts.small-solid .content .bar .line {
  background: #3a94c6;
}
.small-hero-layouts .overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.small-hero-layouts .angled {
  height: 175px;
  position: absolute;
  transform: skewX(0deg) rotate(-35deg);
  width: 200px;
  display: none;
}
.small-hero-layouts .angled.top {
  left: -70px;
  top: -65%;
}
.small-hero-layouts .angled.bottom {
  top: 95%;
  right: -70px;
}
.small-hero-layouts .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 1.25rem;
}
.small-hero-layouts .content .banner-content {
  transform: skewX(-4deg) rotate(-4deg);
  margin: 0 auto;
}
.small-hero-layouts .content .sub-title {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.small-hero-layouts .content .title {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
}
.small-hero-layouts .content .bar {
  font-size: 0.9375rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 1.375rem;
  -ms-flex-pack: center;
      justify-content: center;
}
.small-hero-layouts .content .bar .text {
  padding: 0 0.625rem;
  width: auto;
  min-width: 150px;
}
.small-hero-layouts .content .bar .line {
  height: 2px;
  background: #cf5758;
  position: relative;
  top: 15px;
  width: 75px;
}
.small-hero-layouts .content .button {
  margin-top: 1.25rem;
}

/*   Featured Gifts Grid layout
    --------------------------------------------------------------------------  */
.featured-gifts-layouts {
  width: 100%;
  margin: 1.875rem 0 0.625rem;
}
.featured-gifts-layouts .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  color: #556675;
}
.featured-gifts-layouts .section-title i {
  font-style: italic;
  font-weight: 400;
}
.featured-gifts-layouts .section-title .red {
  color: #cf5758;
}
.featured-gifts-layouts .featured-gifts-list {
  width: 100%;
  overflow: hidden;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box {
  width: 100%;
  height: 293px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 0.4375rem;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box:hover .image-block {
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.1);
  transition: .2s ease-out;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box .image-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) {
  width: 100%;
  height: 300px;
  margin-bottom: 0.4375rem;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) .content {
  right: 0;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) .content .button {
  background: #cf5758;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) .content .button:hover {
  background: #eb4748;
  color: #fff;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  padding: 0.625rem 1.25rem;
  color: #fff;
  text-align: center;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content .title {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  padding-bottom: 0.9375rem;
  line-height: 2.125rem;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content .sub-title {
  font-size: 1.0625rem;
  padding-bottom: 0.625rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content .description {
  font-size: 1.125rem;
  padding-bottom: 0.9375rem;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content .button {
  background: #cf5758;
  color: #fff;
}
.featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content .button:hover {
  background: #eb4748;
  color: #fff;
}

/*   Browse our clubs layout
    --------------------------------------------------------------------------  */
.browse-our-clubs-layouts {
  width: 100%;
  border-bottom: 10px solid #f1f1f1;
}
.browse-our-clubs-layouts.featured-browse-clubs {
  border: none;
  margin-bottom: 1.875rem;
}
.browse-our-clubs-layouts .short-description {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #556675;
  padding: 0.625rem 0 1.875rem;
}
.browse-our-clubs-layouts .short-description .section-title {
  width: 100%;
  font-size: 1.375rem;
}
.browse-our-clubs-layouts .short-description .section-title i {
  font-style: italic;
  font-weight: 700;
}
.browse-our-clubs-layouts .short-description .section-sub-title {
  font-size: 1.125rem;
}
.browse-our-clubs-layouts .clubs-list-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.browse-our-clubs-layouts .clubs-list-container .clubs-box {
  height: 350px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0.1875rem 0 0.25rem 0;
}
.browse-our-clubs-layouts .clubs-list-container .clubs-box:last-child, .browse-our-clubs-layouts .clubs-list-container .clubs-box:nth-child(4n+0) {
  margin-right: 0%;
}
.browse-our-clubs-layouts .clubs-list-container .clubs-box .image-block {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.2s ease-in;
}
.browse-our-clubs-layouts .clubs-list-container .clubs-box .overlay {
  background: rgba(85, 102, 117, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.browse-our-clubs-layouts .clubs-list-container .clubs-box .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.35s ease-in;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.28) 100%);
}
.browse-our-clubs-layouts .clubs-list-container .clubs-box .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 90%;
  transform: translateX(-50%) translateY(-90%);
  transition: 0.2s ease-in;
  text-align: center;
  width: auto;
  display: inline-block;
}
.browse-our-clubs-layouts .clubs-list-container .clubs-box .title .button {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%) translateY(-50%);
  width: 150px;
}
.browse-our-clubs-layouts .clubs-custom-mix {
  width: 100%;
  height: 269px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 0.1875rem;
}
.browse-our-clubs-layouts .clubs-custom-mix:hover .image-block {
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.1);
  transition: .2s ease-out;
}
.browse-our-clubs-layouts .clubs-custom-mix .image-block {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.2s ease-in;
}
.browse-our-clubs-layouts .clubs-custom-mix .overlay {
  background: rgba(23, 25, 27, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}
.browse-our-clubs-layouts .clubs-custom-mix .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
}
.browse-our-clubs-layouts .clubs-custom-mix .content .title {
  display: block;
  padding-bottom: 0.625rem;
  height: 60px;
}
.browse-our-clubs-layouts .clubs-custom-mix .content .title img {
  width: 240px;
}
.browse-our-clubs-layouts .clubs-custom-mix .content .sub-title {
  display: block;
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
}
.browse-our-clubs-layouts .clubs-custom-mix .content .sub-title i {
  font-style: italic;
  font-weight: 700;
}

/*   Resource grid layout
    --------------------------------------------------------------------------  */
.resource-grid-layouts {
  width: 100%;
}
.resource-grid-layouts .short-description {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #556675;
  padding: 1.875rem 0;
}
.resource-grid-layouts .short-description .section-title {
  width: 100%;
  font-size: 1.375rem;
  padding: 0 0 0.625rem;
}
.resource-grid-layouts .short-description .section-title i {
  font-style: italic;
  font-weight: 700;
}
.resource-grid-layouts .short-description .section-sub-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.resource-grid-layouts .short-description img {
  width: 60px;
  height: 60px;
}
.resource-grid-layouts .resource-grid-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resource-grid-layouts .resource-grid-list .resource-grid {
  border-radius: 3px;
  position: relative;
  text-align: center;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-one {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.625rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two {
  width: 100%;
  margin-bottom: 0.625rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three {
  width: 100%;
  height: 600px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-one {
  border: 5px solid #f1f1f1;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content .title {
  color: #556675;
  font-size: 1.375rem;
  font-weight: 600;
  font-style: italic;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  padding: 1.875rem 0.625rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content .box {
  color: #556675;
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: inline-block;
  position: relative;
  letter-spacing: 0.0625rem;
  width: 100%;
  padding: 1.875rem 1.25rem;
  border: none;
  border-bottom: 2px solid #f1f1f1;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content .box:last-child {
  border: none;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two {
  background: #e2ab61;
  overflow: hidden;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two .angled {
  height: 100px;
  left: -10px;
  position: absolute;
  top: -60px;
  transform: skewX(0deg) rotate(-5deg);
  width: 800px;
  background: #fbc576;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two .angled.bottom {
  top: inherit;
  bottom: -30px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content {
  width: 100%;
  padding: 7.5rem 1.875rem;
  color: #fff;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content .title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  font-style: italic;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content p {
  font-size: 1.375rem;
  line-height: 2rem;
  margin: 0.625rem 0;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content span {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1.25rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box {
  width: 100%;
  height: 44%;
  background: #cf5758;
  color: #fff;
  position: relative;
  border-radius: 3px;
  margin-bottom: 1%;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box p {
  width: 100%;
  transition: 0.2s ease-in;
  margin: 0;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box .button {
  box-shadow: none;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  min-width: 120px;
  transition: 0.2s ease-in;
  position: relative;
  top: 20px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box .button.arrow:hover .icon {
  top: 2px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box .button.arrow .icon {
  top: 2px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box .button.arrow .icon img {
  width: 12px;
  height: 12px;
  margin: 0;
  transform: rotate(180deg);
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  text-align: center;
  font-size: 1.375rem;
  margin-top: -0.625rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box .content i {
  font-style: italic;
  font-weight: 700;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box {
  width: 100%;
  height: 55%;
  background: #1467b0;
  color: #fff;
  position: relative;
  border-radius: 3px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  text-align: center;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content img {
  width: 150px;
  margin-bottom: 0.625rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content p {
  font-size: 1.75rem;
  margin: 0 0 1.25rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content p i {
  font-style: italic;
  font-weight: 700;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content .button {
  box-shadow: none;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content .button.arrow:hover .icon {
  top: 2px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content .button.arrow .icon {
  top: 2px;
}
.resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box .content .button.arrow .icon img {
  width: 12px;
  height: 12px;
  margin: 0;
  transform: rotate(180deg);
}
.resource-grid-layouts .stats-circle-cta {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.resource-grid-layouts .stats-circle-cta .circle-box {
  width: 100%;
  padding: 0 0 1.25rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-text {
  display: none;
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-animation {
  position: relative;
  height: 140px;
  width: 140px !important;
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-animation .icon-block img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-animation canvas {
  width: 140px !important;
  height: 140px !important;
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-content {
  width: 100%;
  text-align: left;
  position: relative;
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-content .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding-left: 0.625rem;
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-content .count {
  color: #cf5758;
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  display: block;
}
.resource-grid-layouts .stats-circle-cta .circle-box .circle-content p {
  color: #556675;
  font-size: 1rem;
  margin: 0;
}

/*   Related Articles layout
    --------------------------------------------------------------------------  */
.related-artical-layouts {
  width: 100%;
  margin-bottom: 1.875rem;
}
.related-artical-layouts .blog-feed-block {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.related-artical-layouts .section-title {
  width: 100%;
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 1.25rem;
  opacity: .8;
  color: #556675;
}
.related-artical-layouts .section-title i {
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
}
.related-artical-layouts .button {
  background: none;
  font-size: 1rem;
  box-shadow: none;
  border: 1px solid #1467b0;
  color: #1467b0;
}
.related-artical-layouts .blog-feed {
  margin-top: 1.875rem;
}
.related-artical-layouts .blog-feed .blog-item {
  width: 100%;
  text-align: center;
  margin: 0 0 1.875rem;
}
.related-artical-layouts .blog-feed .blog-item:last-child {
  margin-right: 0;
}
.related-artical-layouts .blog-feed .blog-item .blog-title {
  font-size: 1.125rem;
  opacity: .8;
  text-transform: capitalize;
}
.related-artical-layouts .blog-feed .blog-item .blog-title a {
  color: #556675;
}
.related-artical-layouts .blog-feed .blog-item p {
  color: #556675;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: .8;
  padding: 0;
  margin: 0.625rem 0;
}
.related-artical-layouts .blog-feed .blog-item .more {
  font-style: italic;
  font-weight: 700;
  color: #1467b0;
}

.woocommerce .related-artical-layouts .button {
  background: none !important;
  font-size: 1rem !important;
  box-shadow: none !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.woocommerce .related-artical-layouts .button.custom-mix {
  border: 1px solid #1467b0 !important;
  color: #1467b0 !important;
}

/*   Happy Hero
    --------------------------------------------------------------------------  */
.happy-hero-layouts {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}
.happy-hero-layouts .overlay {
  background: rgba(85, 102, 117, 0.19);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.happy-hero-layouts .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.happy-hero-layouts .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 1.25rem;
}
.happy-hero-layouts .content .banner-content {
  transform: skewX(-4deg) rotate(-4deg);
  margin: 0 auto 1.875rem;
}
.happy-hero-layouts .content .sub-title {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.happy-hero-layouts .content .title {
  padding: 0;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
.happy-hero-layouts .content img {
  width: 90px;
  height: 90px;
}
.happy-hero-layouts .stats-cta {
  width: 100%;
  margin: 0 0 2.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 0;
}
.happy-hero-layouts .stats-cta .stats-box {
  width: 50%;
  color: #fff;
  text-align: center;
  opacity: .4;
}
.happy-hero-layouts .stats-cta .stats-box.is-selected {
  opacity: 1;
}
.happy-hero-layouts .stats-cta .stats-box .count {
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  display: block;
}
.happy-hero-layouts .stats-cta .stats-box p {
  font-size: 0.9375rem;
  margin: 0;
}
.happy-hero-layouts .flickity-page-dots .dot {
  background: #fbc576;
}

/*   Two Column Content
    --------------------------------------------------------------------------  */
.two-column-layout {
  width: 100%;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.two-column-layout .two-column {
  width: 100%;
  min-height: 570px;
  position: relative;
}
.two-column-layout .two-column .container {
  width: 100%;
  max-width: 1160px;
}
.two-column-layout .two-column .container.image-right {
  width: 100%;
  max-width: 1160px;
  -ms-flex-direction: row;
      flex-direction: row;
}
.two-column-layout .two-column .container.image-right .left-column {
  padding: 0 0 2.5rem 0;
}
.two-column-layout .two-column .container.image-right .right-column {
  position: relative;
}
.two-column-layout .two-column .left-column {
  width: 100%;
  padding: 0 0 2.5rem;
  min-height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.two-column-layout .two-column .left-column .headline {
  font-size: 1.25rem;
  color: #556675;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}
.two-column-layout .two-column .left-column .core p {
  line-height: 1.375rem;
  color: #556675;
  font-size: 0.9375rem;
}
.two-column-layout .two-column .right-column {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}
.two-column-layout .two-column .right-column .testimonial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  text-align: center;
  background: #e2ab61;
  height: 320px;
  overflow: hidden;
  border-radius: 3px;
}
.two-column-layout .two-column .right-column .testimonial .angled {
  background: #fbc576;
  height: 60px;
  left: -10px;
  position: absolute;
  top: -10%;
  transform: skewX(0deg) rotate(-2deg);
  width: 500px;
}
.two-column-layout .two-column .right-column .testimonial .angled.bottom {
  top: 90%;
}
.two-column-layout .two-column .right-column .testimonial .content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  padding: 0;
}
.two-column-layout .two-column .right-column .testimonial .content p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 0 0.625rem 0;
}
.two-column-layout .two-column .right-column .testimonial .content span {
  font-size: 1rem;
  font-style: italic;
  display: block;
}

/*  Stats bar layout
    --------------------------------------------------------------------------  */
.stats-bar-layouts {
  width: 100%;
  margin-bottom: 3.125rem;
  display: inline-block;
}
.stats-bar-layouts .headline-block {
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.stats-bar-layouts .headline-block .content {
  width: 100%;
  margin: 0 auto;
}
.stats-bar-layouts .headline-block hr {
  width: 100px;
  border: none;
  float: left;
  border-bottom: 1px solid;
}
.stats-bar-layouts .stats-circle-cta {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.stats-bar-layouts .stats-circle-cta .circle-box {
  width: 100%;
  padding: 0 0 1.25rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-text {
  display: none;
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-animation {
  position: relative;
  height: 140px;
  width: 140px !important;
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-animation .icon-block img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-animation canvas {
  width: 140px !important;
  height: 140px !important;
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-content {
  width: 100%;
  text-align: left;
  position: relative;
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-content .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding-left: 0.625rem;
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-content .count {
  color: #cf5758;
  font-style: italic;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  display: block;
}
.stats-bar-layouts .stats-circle-cta .circle-box .circle-content p {
  color: #556675;
  font-size: 1rem;
  margin: 0;
}

/*   Recent Selections
    --------------------------------------------------------------------------  */
.recent-selections-block {
  width: 100%;
  text-align: center;
  margin-bottom: 3.125rem;
}
.recent-selections-block .loading {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  margin: 3em auto;
}
.recent-selections-block .loading .text {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 7.5rem;
  width: 120px;
  font-weight: 100;
  font-size: 0.8125rem;
  font-style: italic;
}
.recent-selections-block .loading .cssload-ball {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 120px;
  border: 1px solid #f1f1f1;
  left: 50%;
  left: calc(50% - 60px);
  transform-origin: 50% 50%;
  animation: cssload-ball 2.25s linear infinite;
}
.recent-selections-block .loading .cssload-ball::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 120px;
  height: 60px;
  border-radius: 60px 60px 0 0;
  border-top: 1px solid #556675;
  border-right: 1px solid #556675;
}
@keyframes cssload-ball {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.recent-selections-block .no-results {
  width: 100%;
  height: 300px;
  text-align: center;
}
.recent-selections-block .container {
  padding: 0;
}
.recent-selections-block .section-title {
  width: 100%;
  font-size: 1.375rem;
  padding: 0 0 0.625rem;
  text-align: center;
  color: #556675;
}
.recent-selections-block .section-title i {
  font-style: italic;
  font-weight: 700;
}
.recent-selections-block .view-all {
  box-shadow: none;
  font-size: 0.875rem;
  padding: 0.3125rem 1.25rem;
}
.recent-selections-block .recent-selection-list {
  width: 100%;
  margin-top: 1.875rem;
}
.recent-selections-block .recent-selection-list .flickity-page-dots .dot {
  background: #fbc576;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item {
  border: 5px solid #aa732a;
  overflow: hidden;
  width: 80%;
  margin-left: 0;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .angled {
  height: 60px;
  left: -10px;
  position: absolute;
  top: -30px;
  transform: skewX(0deg) rotate(-5deg);
  width: 110%;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .angled.bottom {
  top: inherit;
  bottom: -30px;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .img-block {
  margin-bottom: 1.25rem;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .img-block img {
  max-width: 100%;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .brewery-title {
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
  color: #928785;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .brewery-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #928785;
  padding-bottom: 1.5625rem;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .button {
  color: #928785;
  font-size: 0.875rem;
  padding: 0.4375rem 1.25rem;
  box-shadow: none;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .button:hover {
  background: none;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .button:hover .icon {
  left: 3px;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .button .icon {
  top: 2px;
}
.recent-selections-block .recent-selection-list .selection-item.featured-selection-item .content .button .icon svg {
  height: 12px;
  transform: rotate(-180deg);
  width: 12px;
}
.recent-selections-block .recent-selection-list .selection-item {
  width: 80%;
  border-radius: 3px;
  height: 690px;
  margin: 0 2%;
  position: relative;
  border: 1px solid rgba(85, 102, 117, 0.4);
  opacity: .5;
  transform: scaleY(0.8);
}
.recent-selections-block .recent-selection-list .selection-item.is-selected {
  opacity: 1;
  transform: scaleY(1);
}
.recent-selections-block .recent-selection-list .selection-item .image-block {
  width: 100%;
  height: 460px;
  padding-top: 1.25rem;
  position: relative;
}
.recent-selections-block .recent-selection-list .selection-item .image-block img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.recent-selections-block .recent-selection-list .selection-item .content-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #556675;
}
.recent-selections-block .recent-selection-list .selection-item .content-block.active {
  background: rgba(244, 238, 233, 0.9);
}
.recent-selections-block .recent-selection-list .selection-item .content-block.active .description {
  display: block;
}
.recent-selections-block .recent-selection-list .selection-item .content-block.active .details {
  border-top: 0;
}
.recent-selections-block .recent-selection-list .selection-item .content-block.active .details .icon svg {
  transform: rotate(-135deg);
}
.recent-selections-block .recent-selection-list .selection-item .content-block .description {
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.125rem;
  height: 480px;
  padding: 0 0.625rem;
  display: none;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .title-block {
  width: 100%;
  display: inline-block;
  padding: 1.25rem 0;
  height: 90px;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .title {
  width: 100%;
  color: #556675;
  font-size: 1.25rem;
  padding: 0 0 0.3125rem;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .title i {
  font-style: italic;
  font-weight: 700;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .company,
.recent-selections-block .recent-selection-list .selection-item .content-block .location {
  font-size: 0.75rem;
  line-height: 1rem;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .actions-block {
  border-top: 1px solid rgba(85, 102, 117, 0.4);
  height: 60px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .actions-block .style {
  width: 60%;
  text-align: left;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .actions-block .abv,
.recent-selections-block .recent-selection-list .selection-item .content-block .actions-block .ibu {
  width: 20%;
  border-left: 1px solid rgba(85, 102, 117, 0.4);
}
.recent-selections-block .recent-selection-list .selection-item .content-block .actions-block .cta {
  font-weight: 400;
  font-size: 1rem;
  padding: 0.625rem;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .actions-block .cta .text {
  font-weight: 300;
  font-size: 0.75rem;
  display: block;
  padding-bottom: 0.3125rem;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .details {
  background: #f4eee9;
  color: #cf5758;
  font-size: 1.25rem;
  padding: 0.625rem 0;
  cursor: pointer;
  border-top: 1px solid rgba(85, 102, 117, 0.4);
}
.recent-selections-block .recent-selection-list .selection-item .content-block .details .icon {
  width: 17px;
  height: 17px;
}
.recent-selections-block .recent-selection-list .selection-item .content-block .details .icon svg {
  width: 17px;
  height: 17px;
  fill: #cf5758;
  position: relative;
  top: 2px;
  left: 10px;
}

.pagination li {
  color: #556675;
  font-size: 0.9375rem;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0.125rem;
}
.pagination li a {
  color: #556675;
}
.pagination li.active, .pagination li:hover {
  color: #fff;
  background: #cf5758;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
}
.pagination li.next {
  margin-left: 1.25rem;
}
.pagination li.next .icon svg {
  transform: rotate(180deg);
}
.pagination li.previous {
  margin-right: 1.25rem;
}
.pagination li.previous, .pagination li.next {
  background: #cf5758;
  padding: 0.5rem 0.625rem;
}
.pagination li.previous:hover, .pagination li.next:hover {
  background: #eb4748;
}
.pagination li.previous .icon, .pagination li.next .icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.pagination li.previous .icon svg, .pagination li.next .icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.pagination li.previous .icon svg path, .pagination li.next .icon svg path {
  fill: #fff;
}

/*   Gravity Forms layout
    --------------------------------------------------------------------------  */
.gravity-form-layout {
  width: 100%;
  margin: 1.875rem 0;
}
.gravity-form-layout .content {
  width: 1100px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.gravity-form-layout .content .left-column {
  width: 100%;
  padding-bottom: 1.875rem;
}
.gravity-form-layout .content .left-column h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.gravity-form-layout .content .left-column ul {
  padding: 0;
  margin: 1.875rem 0;
}
.gravity-form-layout .content .left-column ul li {
  list-style-type: none;
  padding-left: 1.5625rem;
  position: relative;
  margin-top: 0.3125rem;
  font-weight: 600;
}
.gravity-form-layout .content .left-column ul li::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
}
.gravity-form-layout .content .right-column {
  width: 100%;
}
.gravity-form-layout .content .form-container {
  border: 1px solid #d1d4d9;
  background: #f1f1f1;
  padding: 1.25rem 0.9375rem 1.875rem;
}
.gravity-form-layout .content .form-container .gform_wrapper {
  border: none;
  background: none;
  padding: 0;
}
.gravity-form-layout .content .form-container .gfield_checkbox li input[type="checkbox"] + label::before {
  border: 1px solid #556675;
}
.gravity-form-layout .content .form-container .form-description {
  padding: 1.875rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(85, 102, 117, 0.8);
  line-height: 1rem;
  width: 100%;
  display: inline-block;
}
.gravity-form-layout .content .form-container .form-description p {
  line-height: 1rem;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
}
.gravity-form-layout .content .form-container .form-description a {
  color: #cf5758;
}
.gravity-form-layout .content .form-container .form-description a:hover {
  color: #eb4748;
}

/*  PDF and Email Forms
    --------------------------------------------------------------------------  */
.pdf-email-forms {
  width: 100%;
  margin: 1.875rem 0;
}
.pdf-email-forms .content {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pdf-email-forms .content .short-description {
  width: 100%;
  padding-bottom: 1.875rem;
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pdf-email-forms .content .short-description .description {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.pdf-email-forms .content .forms-layout {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.pdf-email-forms .content .forms-layout .left-column {
  width: 100%;
  padding: 0 0 1.875rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pdf-email-forms .content .forms-layout .right-column {
  width: 100%;
  padding: 0 0 1.875rem;
}
.pdf-email-forms .content .forms-layout .right-column .form-title-block {
  padding: 0 0 1.875rem 0;
}
.pdf-email-forms .content .forms-layout .right-column .form-title-block svg {
  width: 55px;
  height: 44px;
}
.pdf-email-forms .content .forms-layout .form-title-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 0;
}
.pdf-email-forms .content .forms-layout .form-title-block img {
  width: 40px;
  height: 40px;
}
.pdf-email-forms .content .forms-layout .form-title-block .title-content {
  width: 100%;
  position: relative;
}
.pdf-email-forms .content .forms-layout .form-title-block p {
  padding-left: 0.625rem;
  margin: 0;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.pdf-email-forms .content .forms-layout .form-title-block p span {
  font-style: italic;
  font-size: 0.9375rem;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.pdf-email-forms .content .forms-layout .form-container {
  border: 1px solid #ded9d4;
  background: #f4eee9;
  padding: 1.25rem 0.9375rem 1.875rem;
}
.pdf-email-forms .content .forms-layout .form-container .form-title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.pdf-email-forms .content .forms-layout .form-container .gform_wrapper {
  border: none;
  background: none;
  padding: 0;
}
.pdf-email-forms .content .forms-layout .form-container .gfield_checkbox li input[type="checkbox"] + label::before {
  border: 1px solid #556675;
}
.pdf-email-forms .content .forms-layout .form-container .form-description {
  padding: 1.875rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(85, 102, 117, 0.8);
  line-height: 1rem;
  width: 100%;
  display: inline-block;
}
.pdf-email-forms .content .forms-layout .form-container .form-description p {
  line-height: 1rem;
  font-size: 0.75rem;
  padding: 0;
  margin: 0;
}
.pdf-email-forms .content .forms-layout .form-container .form-description a {
  color: #cf5758;
}
.pdf-email-forms .content .forms-layout .form-container .form-description a:hover {
  color: #eb4748;
}

/*   Wysiwyg Editor
    --------------------------------------------------------------------------  */
.wysiwyg-editor-layout {
  width: 100%;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.page .wysiwyg-editor-layout {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.selection-short-description {
  width: 100%;
  margin: 0 auto 0.625rem;
  max-width: 500px;
  text-align: center;
}
.selection-short-description .wysiwyg-editor-layout {
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
  max-width: 100%;
}

.gift-short-description {
  width: 100%;
  margin: 0 auto 0.625rem;
  max-width: 500px;
  text-align: center;
}
.gift-short-description .wysiwyg-editor-layout {
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
  max-width: 100%;
}

.button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: auto;
  font-size: 1.3rem;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.button-block .button-blocks {
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 1rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 1rem;
  cursor: pointer;
  width: 33%;
  height: 100px;
}
.button-block .button-blocks:hover {
  border: solid 1px #1484B7;
}

#main .clubs-bg-blue {
  background-color: #273957;
}

.clubs-border {
  border-color: #aa732a;
}

.clubs-border-light {
  border-color: #3a94c6;
}

.clubs-border-dark {
  border-color: #1484b7;
}

.clubs-color {
  color: #aa732a;
}

.clubs-color-light {
  color: #3a94c6;
}

.clubs-color-dark {
  color: #1484b7;
}

.clubs-bg {
  background-color: #aa732a;
}

.clubs-bg-light {
  background-color: #3a94c6;
}

.clubs-bg-dark {
  background-color: #1484b7;
}

.clubs-icon svg {
  fill: #aa732a;
}

.clubs-icon svg.icon-path path {
  fill: #aa732a;
  stroke: transparent;
}

.clubs-icon svg path,
.clubs-icon svg line,
.clubs-icon svg rect {
  stroke: #aa732a;
}

.clubs-icon-light svg {
  fill: #3a94c6;
}

.clubs-icon-light svg.icon-path path {
  fill: #3a94c6;
  stroke: transparent;
}

.clubs-icon-light svg path,
.clubs-icon-light svg line,
.clubs-icon-light svg rect {
  stroke: #3a94c6;
}

.clubs-icon-dark svg {
  fill: #1484b7;
}

.clubs-icon-dark svg.icon-path path {
  fill: #1484b7;
  stroke: transparent;
}

.clubs-icon-dark svg path,
.clubs-icon-dark svg line,
.clubs-icon-dark svg rect {
  stroke: #1484b7;
}

.container {
  max-width: 1380px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding: 0 0.625rem;
}

.woo-container {
  max-width: 1380px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding: 0 0.625rem;
}

/*  ==========================================================================
     TEMPLATES
     Full custom templates
    ==========================================================================  */
.what-is-included {
  width: 100%;
  margin-bottom: 3.125rem;
}
.what-is-included .section-title {
  width: 100%;
  text-align: center;
  margin: 1.875rem 0;
  font-size: 1.125rem;
  color: #556675;
}
.what-is-included .section-title i {
  font-style: italic;
  font-weight: 400;
}
.what-is-included .section-title .red {
  color: #cf5758;
}
.what-is-included .what-is-included-wrapper {
  background: #1467b0;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 50px 50px -40px rgba(0, 0, 0, 0.3);
}
.what-is-included .what-is-included-wrapper .angled {
  height: 200px;
  position: absolute;
  transform: skewX(0deg) rotate(-35deg);
  width: 400px;
}
.what-is-included .what-is-included-wrapper .angled.top {
  left: -100px;
  top: -20%;
}
.what-is-included .what-is-included-container {
  border: 5px solid #1467b0;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  background: #fff;
  padding: 1.875rem 0.3125rem;
  position: relative;
  z-index: 2;
}
.what-is-included .what-is-included-container .short-description {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #556675;
  padding: 0 0.9375rem 1.25rem;
}
.what-is-included .what-is-included-container .short-description .title {
  width: 100%;
  font-size: 1.375rem;
  padding: 0 0 0.3125rem;
}
.what-is-included .what-is-included-container .short-description .title i {
  font-style: italic;
  font-weight: 700;
}
.what-is-included .what-is-included-container .short-description .content {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.what-is-included .what-is-included-container .image-block {
  width: 100%;
}
.what-is-included .what-is-included-container .image-block .img-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-is-included .what-is-included-container .image-block .left-img-block {
  width: 100%;
  margin-bottom: 0.375rem;
}
.what-is-included .what-is-included-container .image-block .left-img-block .large-img {
  height: 300px;
  width: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.what-is-included .what-is-included-container .image-block .left-img-block .large-img .clubs-logo-block {
  position: absolute;
  background-color: #aa732a;
  height: 300px;
  left: -130px;
  top: -230px;
  transform: skewX(0deg) rotate(-35deg);
  width: 300px;
}
.what-is-included .what-is-included-container .image-block .left-img-block .large-img .clubs-logo-block img {
  bottom: 6px;
  position: absolute;
  right: 130px;
  transform: skewX(0deg) rotate(4deg);
  width: 120px;
}
.what-is-included .what-is-included-container .image-block .right-img-block {
  width: 100%;
}
.what-is-included .what-is-included-container .image-block .right-img-block .small-one {
  height: 180px;
  width: 100%;
  margin-bottom: 0.375rem;
  border-radius: 3px;
}
.what-is-included .what-is-included-container .image-block .right-img-block .small-two {
  height: 180px;
  width: 100%;
  border-radius: 3px;
}
.what-is-included .what-is-included-container .included-information {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 1.875rem 0 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.what-is-included .what-is-included-container .included-information .left-block {
  width: 100%;
  padding: 0 0.625rem 1.875rem;
}
.what-is-included .what-is-included-container .included-information .left-block .information-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.what-is-included .what-is-included-container .included-information .left-block .information-block .info-box {
  width: 100%;
  position: relative;
  padding-left: 3.75rem;
  margin-bottom: 1.25rem;
  color: #556675;
}
.what-is-included .what-is-included-container .included-information .left-block .information-block .info-box:nth-last-child(1) {
  margin-bottom: 0;
}
.what-is-included .what-is-included-container .included-information .left-block .information-block .info-box img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #aa732a;
}
.what-is-included .what-is-included-container .included-information .left-block .information-block .info-box .info-title {
  font-size: 1rem;
  padding-bottom: 0.125rem;
  font-weight: 700;
  font-style: italic;
}
.what-is-included .what-is-included-container .included-information .left-block .information-block .info-box .info-sub-title {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.what-is-included .what-is-included-container .included-information .right-block {
  width: 100%;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
  color: #556675;
  border-top: 1px solid rgba(120, 136, 150, 0.5);
}
.what-is-included .what-is-included-container .included-information .right-block .price {
  font-size: 1.375rem;
  padding-bottom: 0.3125rem;
}
.what-is-included .what-is-included-container .included-information .right-block .product-info {
  font-size: 0.8125rem;
  padding-bottom: 1.25rem;
}
.what-is-included .what-is-included-container .included-information .right-block .button {
  width: 190px;
  box-shadow: none;
}

.how-it-works {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem;
}
.how-it-works .section-title {
  width: 100%;
  font-size: 1.375rem;
  padding: 0 0 0.625rem;
  text-align: center;
  color: #556675;
}
.how-it-works .section-title i {
  font-style: italic;
  font-weight: 700;
}
.how-it-works .section-content {
  width: 100%;
  padding: 0 0 0.625rem;
  text-align: center;
  color: #556675;
}
.how-it-works .view-all {
  box-shadow: none;
  font-size: 0.875rem;
  padding: 0.3125rem 1.25rem;
}
.how-it-works .how-it-works-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.875rem 0 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.how-it-works .how-it-works-list .item-box {
  width: 100%;
  padding: 0 0.625rem 1.875rem;
}
.how-it-works .how-it-works-list .item-box .icon-block {
  width: 100%;
  height: 130px;
  margin-bottom: 1.25rem;
}
.how-it-works .how-it-works-list .item-box .icon-block img {
  height: 130px;
  width: 130px;
}
.how-it-works .how-it-works-list .item-box .hw-title {
  width: 100%;
  color: #556675;
  font-size: 1.125rem;
  padding: 0 0 0.3125rem;
}
.how-it-works .how-it-works-list .item-box .hw-title i {
  font-style: italic;
  font-weight: 700;
}
.how-it-works .how-it-works-list .item-box .hw-sub-title {
  width: 100%;
  color: #556675;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.flexible-content-layouts {
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}
.flexible-content-layouts .features-list {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.875rem 0;
}
.flexible-content-layouts .features-list:last-child {
  border: none;
}
.flexible-content-layouts .features-list.testimonial {
  text-align: center;
  padding: 0.625rem 0 1.875rem;
}
.flexible-content-layouts .features-list.testimonial .item {
  width: 100%;
  padding: 0 10%;
  font-size: 1rem;
  color: #556675;
  line-height: 1.625rem;
}
.flexible-content-layouts .features-list .content-block {
  width: 100%;
  padding: 0 5%;
}
.flexible-content-layouts .features-list .content-block .headline {
  font-size: 1.25rem;
  color: #556675;
}
.flexible-content-layouts .features-list .content-block .headline span {
  font-weight: 700;
  font-style: italic;
}
.flexible-content-layouts .features-list .content-block .list {
  color: #556675;
  font-size: 0.875rem;
  padding: 0 0 0 0.625rem;
  margin: 0.625rem 0 0;
}
.flexible-content-layouts .features-list .content-block .list li {
  padding: 0.3125rem 0;
}
.flexible-content-layouts .features-list .content-block p {
  margin: 1.5625rem 0 0;
  color: #556675;
  font-size: 0.875rem;
}
.flexible-content-layouts .features-list .content-block p a {
  color: #cf5758;
}
.flexible-content-layouts .features-list .image-block {
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}
.flexible-content-layouts .features-list .image-block img {
  width: 160px;
  height: 160px;
}

.faqs-tab-layouts {
  width: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  font-family: "Oswald", sans-serif;
  color: #556675;
  font-weight: 600;
  background: #f4eee9;
  border-bottom: 1px solid #ded9d4;
}
.faqs-tab-layouts .faq-toggle {
  outline: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
}
.faqs-tab-layouts .faq-toggle .toggle {
  display: block;
  width: 26px;
  height: 16px;
  margin: 0.1875rem 0 0;
  position: relative;
}
.faqs-tab-layouts .faq-toggle .toggle:before, .faqs-tab-layouts .faq-toggle .toggle:after {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 2px solid #556675;
  width: 100%;
  left: 0;
  right: 0;
  transition: all ease-out 0.3s;
}
.faqs-tab-layouts .faq-toggle .toggle:after {
  top: 100%;
}
.faqs-tab-layouts .faq-toggle .toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 2px;
  background-color: #556675;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all ease-out 0.1s;
}
.faqs-tab-layouts .faq-toggle .text {
  font-family: "PT Serif", serif;
  color: #556675;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding-left: 0.625rem;
}
.faqs-tab-layouts.faq-active-toggle .faq-toggle .toggle:before, .faqs-tab-layouts.faq-active-toggle .faq-toggle .toggle:after {
  border-bottom: 2px solid #556675;
}
.faqs-tab-layouts.faq-active-toggle .faq-toggle .toggle:after {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
}
.faqs-tab-layouts.faq-active-toggle .faq-toggle .toggle:before {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
}
.faqs-tab-layouts.faq-active-toggle .faq-toggle .toggle i {
  opacity: 0;
}
.faqs-tab-layouts ul {
  margin: 0;
  padding: 0;
  display: none;
}
.faqs-tab-layouts ul li {
  list-style-type: none;
  width: 100%;
  position: relative;
}
.faqs-tab-layouts ul li:last-child {
  border: none;
}
.faqs-tab-layouts ul li:hover a, .faqs-tab-layouts ul li.tab-active a {
  background: #fff;
}
.faqs-tab-layouts ul li a {
  width: 100%;
  padding: 0.625rem;
  display: block;
  color: #556675;
  overflow: hidden;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #ded9d4;
}
.faqs-tab-layouts ul li a hr {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
}

.faqs-list-layouts {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.875rem 0;
}
.faqs-list-layouts .heading {
  border-bottom: 1px solid #556675;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
.faqs-list-layouts .list {
  width: 100%;
  padding-bottom: 0.9375rem;
}
.faqs-list-layouts .list .faqs-title {
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  display: block;
  padding-bottom: 0.3125rem;
}
.faqs-list-layouts .list .content-block {
  width: 100%;
}
.faqs-list-layouts .list .content-block p {
  margin: 0;
  padding: 0 0 1.25rem;
}
.faqs-list-layouts .related-product {
  width: 100%;
  margin-bottom: 1.25rem;
}
.faqs-list-layouts .related-product .image-block {
  width: 100%;
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faqs-list-layouts .related-product .content-block {
  width: 100%;
  position: relative;
  background: #e2ab61;
  overflow: hidden;
}
.faqs-list-layouts .related-product .content-block .angled {
  height: 25px;
  position: absolute;
  transform: skewX(0deg) rotate(-5deg);
  width: 200px;
  background: #fbc576;
}
.faqs-list-layouts .related-product .content-block .angled.top {
  left: -10px;
  top: -15px;
}
.faqs-list-layouts .related-product .content-block .angled.bottom {
  bottom: -15px;
  right: -10px;
}
.faqs-list-layouts .related-product .content-block .content {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 3.75rem 1.25rem;
}
.faqs-list-layouts .related-product .content-block .content .title svg,
.faqs-list-layouts .related-product .content-block .content .title path {
  fill: #fff;
}
.faqs-list-layouts .related-product .content-block .content .description {
  font-size: 1.125rem;
}
.faqs-list-layouts .related-product .content-block .content .button {
  box-shadow: none;
}

.blog-category-tab {
  width: 100%;
  height: 55px;
  display: inline-block;
  background: #3a94c6;
}
.blog-category-tab .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-category-tab .left-column {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog-category-tab .left-column .dropdown {
  width: 180px;
  padding: 0 1.25rem;
  background: none;
}
.blog-category-tab .left-column .dropdown .selected {
  font-size: 1rem;
  padding: 0.625rem 0;
  height: 55px;
  line-height: 2.1875rem;
  letter-spacing: 0.03125rem;
  border: none;
  color: #fff;
  font-style: italic;
}
.blog-category-tab .left-column .dropdown .selected::after {
  box-shadow: none;
  border-radius: 0;
}
.blog-category-tab .left-column .dropdown.open {
  box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.2);
}
.blog-category-tab .left-column .dropdown.open > div {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  height: 144px !important;
}
.blog-category-tab .left-column .dropdown > div ul {
  width: 100%;
}
.blog-category-tab .left-column .dropdown > div ul li {
  font-style: italic;
  letter-spacing: 0.03125rem;
}
.blog-category-tab .left-column .dropdown > div .selected {
  color: #fff;
}
.blog-category-tab .left-column .filter-caption {
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.03125rem;
  position: relative;
  background: #1484b7;
  width: 60px;
}
.blog-category-tab .left-column .filter-caption .icon {
  width: 30px;
  position: absolute;
  top: 10px;
  fill: #fff;
  left: 15px;
  height: 30px;
}
.blog-category-tab .left-column .filter-caption .icon path {
  fill: #fff;
}
.blog-category-tab .left-column .filter-caption span {
  display: none;
}
.blog-category-tab .right-column {
  float: right;
}
.blog-category-tab .right-column .blog-search {
  width: 45px;
  height: 55px;
  background: #1484b7;
}
.blog-category-tab .right-column .blog-search .icon {
  height: 16px;
  right: 20px;
  position: absolute;
  top: 20px;
  width: 16px;
  transform: rotate(-90deg);
}
.blog-category-tab .right-column .blog-search .icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.blog-category-tab .right-column .blog-search .search-form-field {
  background: none;
  border: none;
  height: 55px;
  padding: 0.9375rem 2.25rem 0.9375rem 1.25rem;
  width: 100%;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.03125rem;
  font-family: "PT Serif", serif;
  color: #fff;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-appearance: none;
}
.blog-category-tab .right-column .blog-search .search-form-field:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.blog-category-tab .right-column .blog-search .search-form-field::placeholder {
  opacity: 1;
  color: #fff;
}

.pagination {
  width: 100%;
  text-align: center;
}
.pagination .page-numbers {
  color: #556675;
  font-size: 0.9375rem;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #fff;
  background: #cf5758;
}
.pagination .page-numbers.dots {
  padding: 0;
}
.pagination .page-numbers.dots:hover {
  background: none;
  color: #556675;
}
.pagination .page-numbers.next {
  margin-left: 1.25rem;
}
.pagination .page-numbers.next .icon svg {
  transform: rotate(180deg);
}
.pagination .page-numbers.prev {
  margin-right: 1.25rem;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  background: #cf5758;
  padding: 0.5rem 0.625rem;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: #eb4748;
}
.pagination .page-numbers.prev .icon, .pagination .page-numbers.next .icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.pagination .page-numbers.prev .icon svg, .pagination .page-numbers.next .icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.pagination .page-numbers.prev .icon svg path, .pagination .page-numbers.next .icon svg path {
  fill: #fff;
}

.blog-list-container {
  width: 100%;
  padding: 1.875rem 0;
}
.blog-list-container .blog-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0.625rem;
}
.blog-list-container .blog-container .cat-title {
  font-size: 1.875rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 1.875rem 1.875rem;
  margin: 0 0 3.75rem;
}
.blog-list-container .blog-container .blog-feed {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 1.875rem;
  margin-bottom: 1.875rem;
}
.blog-list-container .blog-container .blog-feed:last-child {
  border: none;
  margin-bottom: 0;
}
.blog-list-container .blog-container .blog-feed.no-image .blog-feed-content {
  width: 100%;
  height: auto;
}
.blog-list-container .blog-container .blog-feed.no-image .blog-feed-content .content-cover {
  position: relative;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  width: 100%;
}
.blog-list-container .blog-container .blog-feed .image-block {
  width: 100%;
  padding: 0 0 1.875rem;
}
.blog-list-container .blog-container .blog-feed .image-block img {
  border-radius: 3px;
  max-width: 100%;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
}
.blog-list-container .blog-container .blog-feed .blog-feed-content {
  position: relative;
  width: 100%;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .content-cover {
  width: 100%;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .category {
  width: 100%;
  padding-bottom: 0.625rem;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .category a {
  color: #1467b0;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .category a:last-child span {
  display: none;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .author {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .author span {
  margin: 0 0.3125rem;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .title {
  font-size: 1.25rem;
  width: 100%;
  text-transform: capitalize;
  padding-bottom: 0.625rem;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .title a {
  color: #556675;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .title span {
  font-weight: 700;
  font-style: italic;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .content {
  line-height: 1.5rem;
  font-size: 1rem;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .content p {
  margin: 0.625rem 0;
}
.blog-list-container .blog-container .blog-feed .blog-feed-content .more {
  color: #cf5758;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  font-weight: 600;
}

.blog-details-container {
  width: 100%;
}
.blog-details-container .small-hero-layouts .content .title {
  font-size: 1.5rem;
  letter-spacing: normal;
  text-transform: capitalize;
  white-space: pre-wrap;
}
.blog-details-container .small-hero-layouts .content .sub-title {
  text-transform: none;
  font-weight: 400;
  font-family: "PT Serif", serif;
}
.blog-details-container .small-hero-layouts .content .sub-title a {
  color: #fff;
}
.blog-details-container .small-hero-layouts .content .sub-title a:last-child span {
  display: none;
}
.blog-details-container .small-hero-layouts .content .bar {
  display: block;
  text-transform: none;
  font-weight: 400;
  font-family: "PT Serif", serif;
}
.blog-details-container .breadcrumb {
  width: 100%;
  height: 36px;
  background: #3a94c6;
}
.blog-details-container .breadcrumb a {
  color: #fff;
  font-size: 1rem;
  line-height: 2.25rem;
}
.blog-details-container .breadcrumb a .icon {
  width: 16px;
  position: relative;
  height: 16px;
  top: 3px;
  margin-right: 0.3125rem;
}
.blog-details-container .breadcrumb a .icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.blog-details-container .blog-container {
  width: 100%;
  max-width: 920px;
  margin: 1.875rem auto;
  position: relative;
  padding: 0 0.625rem;
}
.blog-details-container .blog-post-share {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.25rem;
}
.blog-details-container .blog-post-share .text {
  font-style: italic;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0.625rem 0 0;
  line-height: 1.875rem;
}
.blog-details-container .blog-post-share ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-details-container .blog-post-share ul li {
  width: auto;
  margin: 0 0 0 0.3125rem;
  display: inline-block;
}
.blog-details-container .blog-post-share ul li:hover svg {
  opacity: .7;
}
.blog-details-container .blog-post-share ul li svg {
  width: 32px;
  height: 32px;
}
.blog-details-container .blog-post-share ul li .facebook path {
  fill: #294992;
}
.blog-details-container .blog-post-share ul li .twitter path {
  fill: #52aef1;
}
.blog-details-container .blog-post-share ul li .linkedin path {
  fill: #0376b7;
}
.blog-details-container .related-product {
  width: 100%;
  margin-top: 1.875rem;
}
.blog-details-container .related-product .image-block {
  width: 100%;
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-details-container .related-product .content-block {
  width: 100%;
  position: relative;
  background: #1484b7;
  overflow: hidden;
}
.blog-details-container .related-product .content-block .angled {
  height: 25px;
  position: absolute;
  transform: skewX(0deg) rotate(-5deg);
  width: 200px;
  background: #fbc576;
}
.blog-details-container .related-product .content-block .angled.top {
  left: -10px;
  top: -15px;
}
.blog-details-container .related-product .content-block .angled.bottom {
  bottom: -15px;
  right: -10px;
}
.blog-details-container .related-product .content-block .content {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 3.75rem 1.25rem;
}
.blog-details-container .related-product .content-block .content .description {
  font-size: 1.125rem;
}
.blog-details-container .related-product .content-block .content .button {
  box-shadow: none;
}
.blog-details-container .author-profile {
  width: 100%;
  margin-top: 1.875rem;
}
.blog-details-container .author-profile .left-column {
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: center;
}
.blog-details-container .author-profile .right-column {
  text-align: center;
  padding: 0 0.9375rem;
}
.blog-details-container .author-profile .about-author {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.blog-details-container .author-profile .author-name {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  color: #556675;
}
.blog-details-container .author-profile .author-description {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.blog-details-container .author-profile .fallow span.text {
  display: none;
  font-size: 1rem;
  margin: 0 0.9375rem 0 0;
}
.blog-details-container .author-profile .fallow .socials {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.3125rem;
}
.blog-details-container .author-profile .fallow .socials.icon-facebook path {
  fill: #294992;
}
.blog-details-container .author-profile .fallow .socials.icon-twitter path {
  fill: #52aef1;
}
.blog-details-container .author-profile .fallow .socials svg {
  width: 20px;
  height: 20px;
}
.blog-details-container .author-profile .fallow .socials:hover path {
  fill: #cf5758;
}
.blog-details-container .related-artical-layouts {
  border-top: 6px solid #f1f1f1;
  padding-top: 1.875rem;
}
.blog-details-container .related-artical-layouts .content-cover {
  padding: 0;
  background: none;
}
.blog-details-container .related-artical-layouts .content-cover .content-block {
  border: none;
}
.blog-details-container .related-artical-layouts .blog-feed {
  margin: 0;
}
.blog-details-container .related-artical-layouts .blog-feed .blog-item.no-image .content {
  width: 100%;
}
.blog-details-container .related-artical-layouts .blog-feed .blog-item .image-block img {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.blog-details-container .related-artical-layouts .blog-feed .blog-item .content .blog-title {
  text-transform: capitalize;
}
.blog-details-container .related-artical-layouts .blog-feed .blog-item .content .blog-title a {
  color: #556675;
}
.blog-details-container .related-artical-layouts .blog-feed .blog-item .content p {
  color: #556675;
  font-size: 1rem;
  line-height: 1.625rem;
}
.blog-details-container .related-artical-layouts .blog-feed .blog-item .content .more {
  font-size: 0.9375rem;
  color: #cf5758;
}
.blog-details-container .related-artical-layouts .blog-feed .blog-item .content .more:hover {
  color: #eb4748;
}

.content-none {
  text-align: center;
}
.content-none .content {
  max-width: 800px;
  padding: 6.25rem 0.625rem;
  width: 100%;
  margin: 0 auto;
  line-height: 1.75rem;
}
.content-none .content .search-form-field {
  border: 1px solid #ccc;
  font-style: italic;
  font-weight: 400;
  padding: 0.8125rem 3.75rem 0.8125rem 0.8125rem;
}
.content-none .content .search-submit {
  box-shadow: none;
  border: none;
  border-radius: 3px;
}

/*  ==========================================================================
     WOOCOMMERCE
    ==========================================================================  */
.woo-entry-header {
  background: #1467b0;
}
.woo-entry-header h1 {
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0 0 1.25rem;
  padding: 0.625rem 0;
  color: #fff;
}

.woocommerce-content-block h2,
.woocommerce-content-block h3 {
  font-weight: 400;
}
.woocommerce-content-block a {
  color: #cf5758;
}
.woocommerce-content-block a:hover {
  color: #eb4748;
}

.no-display {
  display: none;
}

.woocommerce .product-hero-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.875rem;
  height: 460px;
  padding: 0 0 1.875rem;
  overflow: hidden;
}
.woocommerce .product-hero-wrapper .product-hero {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.875rem 0 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.woocommerce .product-hero-wrapper .product-hero .hero-container {
  display: -ms-flexbox;
  display: flex;
  width: 1380px;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.woocommerce .product-hero-wrapper .product-hero .image-item {
  height: 330px;
  position: relative;
}
.woocommerce .product-hero-wrapper .product-hero .image-item img {
  height: 300px;
  max-width: none;
  position: relative;
  box-shadow: 18px 16px 62px 0px rgba(0, 0, 0, 0.4);
}
.woocommerce .product-hero-wrapper .product-hero .image-item.primary-image {
  padding: 0 1.875rem;
}
.woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-duration: 1s;
  animation-fill-mode: both;
  width: 720px;
  z-index: 1;
  text-align: center;
}
.woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .button {
  margin-top: 1.875rem;
  display: none;
}
.woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo img {
  height: auto;
  box-shadow: none;
  width: 100%;
}
.woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  width: 100%;
  display: inline-block;
  transform: skewX(-4deg) rotate(-4deg);
  margin-bottom: 0.625rem;
}
.woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .sub-title {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.375rem;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
}
.woocommerce .product-hero-wrapper .fadeInUp {
  animation-name: fadeInUp;
}
.woocommerce .product-hero-wrapper .testimonial-block {
  width: 360px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 100%;
}
.woocommerce .product-what-is-included {
  width: 100%;
  margin-bottom: 3.75rem;
}
.woocommerce .product-what-is-included .short-description {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #556675;
  padding: 0 0.9375rem 1.25rem;
}
.woocommerce .product-what-is-included .short-description .title {
  width: 100%;
  font-size: 1.375rem;
  margin: 0 0 0.3125rem;
  position: relative;
  text-align: center;
}
.woocommerce .product-what-is-included .short-description .title .text {
  background: #fff;
  padding: 0 0.9375rem 0.3125rem;
  position: relative;
  z-index: 1;
}
.woocommerce .product-what-is-included .short-description .title i {
  font-style: italic;
  font-weight: 700;
}
.woocommerce .product-what-is-included .short-description .title .line {
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
.woocommerce .product-what-is-included .short-description .content {
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce .product-what-is-included .image-block {
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.woocommerce .product-what-is-included .image-block .img-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.woocommerce .product-what-is-included .image-block .img-bg + .img-bg {
  margin-top: 0.625rem;
}
.woocommerce .product-what-is-included .included-information {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 1.875rem 0 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.woocommerce .product-what-is-included .included-information .information-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .product-what-is-included .included-information .information-block .info-box {
  width: 100%;
  position: relative;
  padding-left: 3.75rem;
  margin-bottom: 1.25rem;
  color: #556675;
}
.woocommerce .product-what-is-included .included-information .information-block .info-box:nth-last-child(1) {
  margin-bottom: 0;
}
.woocommerce .product-what-is-included .included-information .information-block .info-box img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #aa732a;
}
.woocommerce .product-what-is-included .included-information .information-block .info-box .info-title {
  font-size: 1rem;
  padding-bottom: 0.125rem;
  font-weight: 700;
  font-style: italic;
}
.woocommerce .product-what-is-included .included-information .information-block .info-box .info-sub-title {
  font-size: 1rem;
  line-height: 1.375rem;
}
.woocommerce .product-description-content {
  width: 100%;
  margin-bottom: 1.875rem;
}
.woocommerce .product-description-content .title {
  width: 100%;
  font-size: 1.375rem;
  margin: 0 0 0.3125rem;
  position: relative;
  text-align: center;
}
.woocommerce .product-description-content .title .text {
  background: #fff;
  padding: 0 0.9375rem 0.3125rem;
  position: relative;
  z-index: 1;
}
.woocommerce .product-description-content .title i {
  font-style: italic;
  font-weight: 700;
}
.woocommerce .product-description-content .title .line {
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
.woocommerce .product-how-it-works {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem;
  background: #ededed;
  padding: 1.875rem 0;
}
.woocommerce .product-how-it-works .section-title {
  width: 100%;
  font-size: 1.375rem;
  padding: 0 0 0.625rem;
  text-align: center;
  color: #556675;
}
.woocommerce .product-how-it-works .section-title i {
  font-style: italic;
  font-weight: 700;
}
.woocommerce .product-how-it-works .view-all {
  display: inline-block;
  box-shadow: none;
  font-size: 0.875rem;
  padding: 0.3125rem 1.25rem;
  background: none;
  border: 1px solid #cf5758;
  color: #cf5758;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  height: 32px;
  transition: all 100ms ease-out;
}
.woocommerce .product-how-it-works .view-all:hover {
  background: #eb4748;
  color: #fff;
}
.woocommerce .product-how-it-works .how-it-works-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.875rem 0 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.woocommerce .product-how-it-works .how-it-works-list .item-box {
  width: 100%;
  padding: 0 0.625rem 1.875rem;
}
.woocommerce .product-how-it-works .how-it-works-list .item-box .icon-block {
  width: 100%;
  height: 130px;
  margin-bottom: 1.25rem;
}
.woocommerce .product-how-it-works .how-it-works-list .item-box .icon-block img {
  height: 130px;
  width: 130px;
}
.woocommerce .product-how-it-works .how-it-works-list .item-box .hw-title {
  width: 100%;
  color: #556675;
  font-size: 1.125rem;
  padding: 0 0 0.3125rem;
}
.woocommerce .product-how-it-works .how-it-works-list .item-box .hw-title i {
  font-style: italic;
  font-weight: 700;
}
.woocommerce .product-how-it-works .how-it-works-list .item-box .hw-sub-title {
  width: 100%;
  color: #556675;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.woocommerce div.product .product-container {
  position: relative;
  transition: width 1s ease;
  max-width: 100%;
  width: 1380px;
  padding: 0;
}
.woocommerce div.product div.summary.product-buy-block {
  width: 100%;
  border: 4px solid #1467b0;
  height: auto;
  padding: 1.875rem 0.625rem;
  display: inline-block;
  overflow: inherit;
}
.woocommerce div.product div.summary.product-buy-block .no-visibility {
  visibility: hidden;
  /* Note: DON'T ADD display: none here. There's difficult in managing it in JS */
  height: 0;
}
.woocommerce div.product div.summary.product-buy-block .no-visibility select {
  width: 100%;
}
.woocommerce div.product div.summary.product-buy-block .no-visibility .product-option-title,
.woocommerce div.product div.summary.product-buy-block .no-visibility .product-option-content {
  visibility: hidden;
  height: 0;
}
.woocommerce div.product div.summary.product-buy-block .ribbon {
  background-image: none;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -2.5rem;
  display: block;
}
.woocommerce div.product div.summary.product-buy-block .ribbon svg {
  width: 80px;
  height: 55px;
  fill: #1467b0;
}
.woocommerce div.product div.summary.product-buy-block .ribbon svg path {
  fill: #1467b0;
}
.woocommerce div.product div.summary.product-buy-block .title-block {
  width: 100%;
  display: block;
  text-align: center;
}
.woocommerce div.product div.summary.product-buy-block .title-block img {
  max-width: 75%;
}
.woocommerce div.product div.summary.product-buy-block .sub-notes {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #cf5758;
  font-weight: 600;
}
.woocommerce div.product div.summary.product-buy-block .free-shipping-title {
  width: 100%;
  text-align: center;
  font-size: 1.1875rem;
  color: #556675;
}
.woocommerce div.product div.summary.product-buy-block .free-shipping-title i {
  font-style: italic;
  font-weight: 400;
}
.woocommerce div.product div.summary.product-buy-block .free-shipping-title .red {
  color: #cf5758;
}
.woocommerce div.product div.summary.product-buy-block .price-cover {
  text-align: center;
  color: #556675;
  width: 100%;
  display: block;
  font-weight: 600;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
}
.woocommerce div.product div.summary.product-buy-block .price-cover .price,
.woocommerce div.product div.summary.product-buy-block .price-cover .custom-price {
  color: #556675;
  font-size: 1.25rem;
}
.woocommerce div.product div.summary.product-buy-block .price-cover .reg-price {
  font-size: 0.875rem;
  color: #263a55;
  padding-top: 0.3125rem;
}
.woocommerce div.product div.summary.product-buy-block .price-cover-bottom {
  width: 100%;
  display: inline-block;
  padding-bottom: 0.9375rem;
  text-align: center;
}
.woocommerce div.product div.summary.product-buy-block .price-cover-bottom .price-label {
  color: #556675;
  display: inline-block;
  width: auto;
  text-align: left;
  font-size: 1.125rem;
}
.woocommerce div.product div.summary.product-buy-block .price-cover-bottom .price,
.woocommerce div.product div.summary.product-buy-block .price-cover-bottom .custom-price {
  color: #556675;
  text-align: left;
  display: inline-block;
  width: auto;
  padding-left: 0.625rem;
  font-size: 1.125rem;
}
.woocommerce div.product div.summary.product-buy-block .price-cover-bottom .price-loading {
  font-size: 0.75rem;
  font-style: italic;
}
.woocommerce div.product div.summary.product-buy-block .product-option-error {
  font-size: 0.875rem;
  padding-top: 0.9375rem;
  color: #f00;
  display: inline-block;
}
.woocommerce div.product div.summary.product-buy-block .edit-mix {
  text-decoration: underline;
  font-size: 0.75rem;
  display: inline-block;
  cursor: pointer;
  text-align: right;
  width: 100%;
  color: #cf5758;
}
.woocommerce div.product div.summary.product-buy-block .product-options {
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.woocommerce div.product div.summary.product-buy-block .product-option {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.9375rem;
}
.woocommerce div.product div.summary.product-buy-block .product-option .product-option-title {
  width: 55%;
  font-size: 0.875rem;
  padding-right: 5%;
  margin: 0;
  font-weight: 400;
}
.woocommerce div.product div.summary.product-buy-block .product-option .product-option-title .required {
  display: none;
}
.woocommerce div.product div.summary.product-buy-block .product-option .product-option-content {
  width: 45%;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown {
  width: 45%;
  cursor: text;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown > div {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: 0.3125rem;
  left: inherit;
  right: 0;
  min-width: 140px;
  display: none;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown ul {
  position: initial;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown.open .carat {
  top: 15px;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown .selected {
  padding: 0;
  font-size: 0.875rem;
  border: none;
  height: auto;
  line-height: inherit;
  position: relative;
  white-space: pre-line;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown .selected.option-selected {
  color: #1467b0;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown .selected::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 26px;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 63%, white 64%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  content: '';
  display: none;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown li {
  padding: 0.5rem 0.625rem;
  font-size: 0.8125rem;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown .carat {
  right: 0;
  display: none;
}
.woocommerce div.product div.summary.product-buy-block .product-option .dropdown .carat::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  width: 7px;
  height: 7px;
}
.woocommerce div.product div.summary.product-buy-block .product-option-group-title,
.woocommerce div.product div.summary.product-buy-block .product_meta,
.woocommerce div.product div.summary.product-buy-block .quantity {
  display: none;
}
.woocommerce div.product div.summary.product-buy-block form.cart {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin: 1.25rem 0 0;
  padding: 1.25rem 0 0;
}
.woocommerce div.product div.summary.product-buy-block form.cart .button {
  float: none;
  letter-spacing: 0.0625rem;
  padding: 0.9375rem 1.875rem;
  font-size: 1.3125rem;
}
.woocommerce div.product .order-now-btn {
  display: none;
}
.woocommerce div.product.product_cat-custom-mix div.summary.product-buy-block .price,
.woocommerce div.product.product_cat-custom-mix .mobile-title-block .price {
  display: none;
}
.woocommerce div.product.product_cat-custom-mix .clubs-icon.icon-path path {
  fill: #1467b0;
  stroke: transparent;
}
.woocommerce .product-single-details-wrapper {
  width: 100%;
}
.woocommerce .product-single-details-wrapper .container {
  padding: 0 3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.woocommerce .product-single-details-wrapper .product-right-block {
  width: 100%;
  display: inline-block;
}
.woocommerce .product-single-details-wrapper .product-left-block {
  padding: 0;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .section-short-description {
  padding-bottom: 0.3125rem;
  width: 100%;
  display: inline-block;
}
.woocommerce .product-single-details-wrapper .section-short-description .section-title {
  font-style: italic;
  font-size: 0.9375rem;
  padding-bottom: 0.3125rem;
  color: #1467b0;
  color: #556675;
  font-weight: 600;
}
.woocommerce .product-single-details-wrapper .section-short-description .section-description {
  color: #556675;
  line-height: 1.5rem;
  padding-bottom: 0.625rem;
  display: none;
}
.woocommerce .product-single-details-wrapper .product-sub-title {
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.woocommerce .product-single-details-wrapper .mobile-title-block {
  display: block;
  width: 100%;
  text-align: center;
}
.woocommerce .product-single-details-wrapper .mobile-title-block .price,
.woocommerce .product-single-details-wrapper .mobile-title-block .custom-price {
  color: #556675;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.woocommerce .product-single-details-wrapper .shipments-block {
  width: 100%;
  margin-bottom: 0.625rem;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items-container {
  position: relative;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items-container.active-toggle .selected-shipments {
  border-radius: 3px 3px 0 0;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items-container .best-deal {
  position: relative;
  color: #cf5758;
  font-weight: 600;
  font-size: 0.8125rem;
  top: -15px;
  left: 10px;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items {
  border: none;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  position: relative;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item.active {
  background: none;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item.active .shipments-month {
  border: 1px solid #1467b0;
  box-shadow: 0 0 0 1px #1467b0;
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item:hover {
  background: none;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item:hover .shipments-month {
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item .shipments-month {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item .shipments-month .sale-price {
  text-align: center;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item .shipments-month .sale-price {
  display: block;
  color: #cf5758;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item .shipments-month .ship-item {
  font-weight: 600;
  font-size: 0.8125rem;
  padding-right: 0.5rem;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item .shipments-month .ship-item:last-child {
  padding: 0;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item .shipments-month .ship-item.orig-price {
  text-decoration: line-through;
}
.woocommerce .product-single-details-wrapper .shipments-block .shipments-items .shipments-item .shipments-month .ship-item.shipments-save-bar {
  color: #007ac7;
}
.woocommerce .product-single-details-wrapper .shipments-month-block {
  width: 100%;
  margin-bottom: 1.25rem;
  display: block;
}
.woocommerce .product-single-details-wrapper .shipments-month-block.disable-start-date {
  display: none;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .select-box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .select-box::after {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  content: '';
  margin-top: -0.3125rem;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #888;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .select-box select {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "PT Serif", serif;
  font-size: 1rem;
  color: #556675;
  padding: 0 0.9375rem;
  height: 34px;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .select-box select:focus {
  outline: none;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .selected-shipments {
  border-radius: 3px;
  width: 100%;
  padding: 0.625rem 3.125rem 0.625rem 0.625rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .selected-shipments .month {
  font-style: italic;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .selected-shipments .icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 15px;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .selected-shipments .icon svg {
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
}
.woocommerce .product-single-details-wrapper .shipments-month-block .selected-shipments .icon svg,
.woocommerce .product-single-details-wrapper .shipments-month-block .selected-shipments .icon path {
  fill: rgba(0, 0, 0, 0.5);
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border-top: 0;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item {
  padding: 0.4375rem 0.9375rem;
  width: 100%;
  cursor: pointer;
  height: 34px;
  line-height: 1.25rem;
  border-radius: 3px;
  text-align: left;
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item.sold-out {
  cursor: not-allowed;
  background: #fff;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item.sold-out .sold {
  display: block;
  color: #cf5758;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item.sold-out .month {
  color: rgba(0, 0, 0, 0.2);
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item .sold {
  display: none;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item .content {
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item .month {
  font-size: 1rem;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block {
  width: 100%;
  margin-bottom: 1.25rem;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .shipments-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .select-box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .select-box::after {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  content: '';
  margin-top: -0.3125rem;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #888;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .select-box select {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "PT Serif", serif;
  font-size: 1rem;
  color: #556675;
  padding: 0 0.9375rem;
  height: 34px;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .select-box select:focus {
  outline: none;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block.clubs-shipments .shipments-items .shipments-item {
  width: 100%;
  margin: 0 0 0.625rem;
  line-height: 1.0625rem;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block.clubs-shipments .shipments-items .shipments-item .month {
  font-size: 0.875rem;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .shipments-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .shipments-items .shipments-item {
  width: auto;
  padding: 0.4375rem 0.9375rem;
  height: 34px;
  line-height: 1.25rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  width: 48%;
  margin-right: 4%;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .shipments-items .shipments-item:last-child {
  margin-right: 0;
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .shipments-items .shipments-item.active {
  border: 1px solid #1467b0;
  box-shadow: 0 0 0 1px #1467b0;
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .shipments-items .shipments-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .product-single-details-wrapper .shipments-ship-payment-block .shipments-items .shipments-item .month {
  font-size: 1rem;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block {
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block.custom-mix-monthly-option-lists {
  margin-bottom: 1.25rem;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-custom-mix-container {
  position: relative;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-custom-mix-container.active-toggle .selected-shipments {
  border-radius: 3px 3px 0 0;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-custom-mix-container .select-box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-custom-mix-container .select-box::after {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  content: '';
  margin-top: -0.3125rem;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #888;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-custom-mix-container .select-box select {
  width: 100%;
  max-width: 100%;
  position: relative;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "PT Serif", serif;
  font-size: 1rem;
  color: #556675;
  height: 34px;
  padding: 0 1.875rem 0 0.9375rem;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-custom-mix-container .select-box select:focus {
  outline: none;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-items {
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-items .shipments-item {
  padding: 0.4375rem 0.625rem;
  font-size: 0.9375rem;
  cursor: pointer;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .shipments-items .shipments-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .selected-shipments {
  border-radius: 3px;
  width: 100%;
  padding: 0.9375rem 3.125rem 0.9375rem 0.625rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .selected-shipments .month {
  font-style: italic;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .selected-shipments .save {
  color: #1467b0;
  width: 160px;
  text-align: right;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .selected-shipments .icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 15px;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .selected-shipments .icon svg {
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .selected-shipments .icon svg,
.woocommerce .product-single-details-wrapper .shipments-freeship-block .selected-shipments .icon path {
  fill: rgba(0, 0, 0, 0.2);
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view {
  display: inline-block;
  width: 100%;
  margin-top: 1.25rem;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .month-name-block {
  width: 100%;
  font-style: italic;
  padding: 0 0 0.625rem;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .month-name-block .month-name {
  font-size: 1rem;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .month-name-block .month-number {
  font-size: 0.75rem;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .dropdown {
  width: 100%;
  font-style: italic;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .dropdown > div {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
  top: 0;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .dropdown.open .carat {
  top: 34px;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .dropdown .selected {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-right: 3.125rem;
  white-space: pre-line;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .dropdown .carat {
  right: 20px;
}
.woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view .dropdown .carat::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.woocommerce .product-single-details-wrapper .faq-content {
  width: 100%;
  margin-bottom: 3.75rem;
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block {
  width: 100%;
  margin-bottom: 2.5rem;
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list {
  padding: 0.9375rem 0;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list.active-toggle .title-block .icon svg {
  transform: rotate(-45deg);
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list.active-toggle .title-block .icon svg path {
  fill: #cf5758;
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list .title-block {
  position: relative;
  cursor: pointer;
  padding-right: 3.75rem;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list .title-block .icon {
  position: absolute;
  right: 20px;
  top: 2px;
  width: 15px;
  height: 15px;
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list .title-block .icon svg {
  width: 15px;
  height: 15px;
  transition: all 100ms ease-out;
}
.woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list .content {
  display: none;
  padding: 1.25rem 0;
}
.woocommerce .product-single-details-wrapper .faq-content .button {
  text-transform: capitalize;
}

#add_payment_method,
.woocommerce-cart,
.woocommerce-checkout {
  margin-bottom: 2.5rem;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 150px;
  max-width: 100%;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  width: 200px;
  max-width: 200px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid #ccc;
  display: block;
  font-family: "PT Serif", serif;
  font-size: 1rem;
  padding: 0.625rem 0.3125rem;
  width: 120px;
  color: #556675;
}
#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
  box-shadow: 0 0 2px 0 #1467b0;
  border: 1px solid #1467b0;
}
#add_payment_method table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce-checkout table.cart td.actions .coupon .input-text:-ms-input-placeholder {
  color: #556675;
  font-style: italic;
}
#add_payment_method table.cart td.actions .coupon .input-text::placeholder,
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder,
.woocommerce-checkout table.cart td.actions .coupon .input-text::placeholder {
  color: #556675;
  font-style: italic;
}
#add_payment_method .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button {
  float: right;
}

.woocommerce-cart .recurring-totals,
.woocommerce-cart .recurring-total,
.woocommerce-checkout .recurring-totals,
.woocommerce-checkout .recurring-total {
  display: none;
}

.woocommerce .cart-empty {
  text-align: center;
}
.woocommerce .return-to-shop {
  text-align: center;
  margin-bottom: 2.5rem;
}
.woocommerce table.shop_table th {
  font-weight: 400;
}
.woocommerce table.shop_table td {
  font-size: 0.9375rem;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
}
.woocommerce td.product-name a {
  color: #cf5758;
  font-size: 1.0625rem;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin: 0.625rem 0;
}
.woocommerce .quantity .qty {
  border: 1px solid #ccc;
  font-family: "PT Serif", serif;
  font-size: 1.0625rem;
  padding: 0.625rem 0.3125rem;
  width: 60px;
  color: #556675;
}
.woocommerce .quantity .qty:focus {
  box-shadow: 0 0 2px 0 #1467b0;
  border: 1px solid #1467b0;
}
.woocommerce .quantity .qty:-ms-input-placeholder {
  color: #556675;
  font-style: italic;
}
.woocommerce .quantity .qty::placeholder {
  color: #556675;
  font-style: italic;
}
.woocommerce a.remove {
  color: #cf5758 !important;
}
.woocommerce a.remove:hover {
  background: #cf5758;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  color: #fff;
}
.woocommerce input.button.update-cart-button {
  height: 38px;
  margin: 0 0 0 0.625rem;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #ccc;
  display: block;
  font-family: "PT Serif", serif;
  font-size: 1.0625rem;
  padding: 0.9375rem 1.25rem;
  width: 100%;
  outline: none;
  color: #556675;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  box-shadow: 0 0 2px 0 #1467b0;
  border: 1px solid #1467b0;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #556675;
  font-style: italic;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
  color: #556675;
  font-style: italic;
}

.woocommerce form .form-row textarea {
  min-height: 200px;
}

.woocommerce form .form-row .required {
  font-size: 0.875rem;
  text-decoration: none;
}

.woocommerce form .form-row {
  padding: 0;
}
.woocommerce form .form-row .select2-container {
  min-width: 100%;
}
.woocommerce .woocommerce-message .checkout-button-text {
  float: right;
}
.woocommerce .woocommerce-checkout .disclaimer-cover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: row;
      justify-content: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}
.woocommerce .woocommerce-checkout .disclaimer-cover p {
  font-size: 1em;
}
.woocommerce .woocommerce-checkout .disclaimer-cover a:hover {
  color: #556675;
}
.woocommerce .woocommerce-checkout .disclaimer-description {
  width: 100%;
}
.woocommerce .woocommerce-checkout .disclaimer-submit {
  width: 100%;
}
.woocommerce .woocommerce-checkout .california-warning {
  padding: 0 0.625rem;
  line-height: 1.625rem;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields,
.woocommerce-account-fields {
  border: 1px solid #ded9d4;
  background: #f4eee9;
  padding: 1.25rem 0.9375rem 1.875rem;
  margin-bottom: 1.25rem;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-account-fields h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
.woocommerce-billing-fields .form-row,
.woocommerce-additional-fields .form-row,
.woocommerce-account-fields .form-row {
  padding: 0;
}
.woocommerce-billing-fields .form-row label,
.woocommerce-additional-fields .form-row label,
.woocommerce-account-fields .form-row label {
  color: #556675;
  font-size: 1rem;
  font-style: italic;
  padding-bottom: 0.25rem;
}
.woocommerce-billing-fields .form-row .required,
.woocommerce-additional-fields .form-row .required,
.woocommerce-account-fields .form-row .required {
  font-size: 0.8125rem;
  text-decoration: none;
  font-weight: 400;
}

.woocommerce-account-fields {
  padding: 1.25rem 0.9375rem;
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  display: block;
  font-family: "PT Serif", serif;
  font-size: 1.0625rem;
  width: 100%;
  color: #556675;
  height: 46px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.875rem;
  padding-left: 1.25rem;
  color: #556675;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 10px;
}

.select2-container--default .select2-results > #select2-hear_about_us-results {
  max-height: 400px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border: 1px solid #ded9d4;
  background: #f4eee9;
}

.woocommerce-checkout .create-account-label {
  display: block;
  margin-bottom: 0.625rem;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #ded9d4;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
}
#add_payment_method #payment div.payment_box p .tooltip,
.woocommerce-cart #payment div.payment_box p .tooltip,
.woocommerce-checkout #payment div.payment_box p .tooltip {
  position: relative;
  display: inline-block;
  top: 10px;
  left: -10px;
}
#add_payment_method #payment div.payment_box p .tooltip:hover .tooltiptext,
.woocommerce-cart #payment div.payment_box p .tooltip:hover .tooltiptext,
.woocommerce-checkout #payment div.payment_box p .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#add_payment_method #payment div.payment_box p .tooltip .circle,
.woocommerce-cart #payment div.payment_box p .tooltip .circle,
.woocommerce-checkout #payment div.payment_box p .tooltip .circle {
  width: 16px;
  height: 16px;
  border: 1px solid #888;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-style: italic;
  color: #888;
  line-height: 0.8125rem;
}
#add_payment_method #payment div.payment_box p .tooltip .tooltiptext,
.woocommerce-cart #payment div.payment_box p .tooltip .tooltiptext,
.woocommerce-checkout #payment div.payment_box p .tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 370px;
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 0.625rem;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 125%;
  left: 50%;
  margin-left: -11.5625rem;
  font-size: 0.75rem;
}
#add_payment_method #payment div.payment_box p .tooltip .tooltiptext::after,
.woocommerce-cart #payment div.payment_box p .tooltip .tooltiptext::after,
.woocommerce-checkout #payment div.payment_box p .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 5px;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  float: left;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #ded9d4;
  background: #f4eee9;
  padding: 1.25rem 0.9375rem;
  border-radius: 0;
}

.woocommerce form.checkout_coupon input.button {
  padding: 1.0625rem 0.9375rem;
}

.woocommerce form .form-row label.inline {
  margin-left: 0.625rem;
}

.woocommerce-lost-password .woocommerce-content-block {
  text-align: center;
}
.woocommerce-lost-password .woocommerce-content-block .woocommerce {
  margin-bottom: 2.5rem;
}
.woocommerce-lost-password .woocommerce-content-block .woocommerce .lost_reset_password {
  border: 1px solid #ded9d4;
  background: #f4eee9;
  padding: 1.25rem 0.9375rem;
  border-radius: 0;
  width: 50%;
  margin: 0 auto 1.25rem;
}
.woocommerce-lost-password .woocommerce-content-block .woocommerce .lost_reset_password .woocommerce-form-row {
  width: 100%;
  margin-bottom: 1.875rem;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  border: 1px solid #ded9d4;
  background: #f4eee9;
  padding: 1.25rem 0.9375rem;
  border-radius: 0;
  height: 350px;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
  padding: 0;
}
.woocommerce-account .woocommerce form.login .form-row label,
.woocommerce-account .woocommerce form.register .form-row label {
  color: #556675;
  font-size: 1rem;
  font-style: italic;
  padding-bottom: 0.25rem;
}
.woocommerce-account .woocommerce form.login .form-row .required,
.woocommerce-account .woocommerce form.register .form-row .required {
  font-size: 0.8125rem;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce-account .woocommerce form.login .form-row input.button,
.woocommerce-account .woocommerce form.register .form-row input.button {
  margin-top: 0.9375rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .edit {
  display: none;
}

.my-account .woocommerce {
  margin-bottom: 2.5rem;
  width: 100%;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style-type: none;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
.my-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #556675;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 0.625rem 0.625rem;
  width: 100%;
  display: inline-block;
}
.my-account .woocommerce .woocommerce-MyAccount-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.my-account .woocommerce .woocommerce-MyAccount-content table.shop_table {
  border-radius: 0;
}

.woocommerce-order-received .woocommerce {
  margin-bottom: 2.5rem;
  width: 100%;
}

@media screen and (min-width: learge / 16pxem) {
  .faqs-list-layouts .heading {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 25em) {
  .body-header.sticky-header .header-container .logo svg {
    height: 65px;
  }
  .header-container .logo {
    width: 136px;
  }
  .header-container .logo svg {
    width: 136px;
    height: 65px;
  }
  .header-container .header-right {
    height: 85px;
  }
  .header-container .header-right .button {
    font-size: 0.9375rem;
    height: 36px;
    line-height: 1.625rem;
    padding: 0.3125rem 0.9375rem;
    top: 28px;
  }
  .micro-nav {
    height: 85px;
  }
  .micro-nav .micro-menu-toggle {
    top: 32px;
  }
  .micro-nav .micro-menu-toggle .text {
    font-size: 1rem;
    padding-left: 0.625rem;
  }
  .small-hero-layouts.small-hero-solid {
    height: 275px;
  }
  .small-hero-layouts .angled.top {
    top: -55%;
  }
  .small-hero-layouts .content .bar .text {
    padding: 0 1.25rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) {
    height: 400px;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content {
    width: 60%;
  }
  .happy-hero-layouts .stats-cta .stats-box .count {
    font-size: 1.375rem;
  }
  .happy-hero-layouts .stats-cta .stats-box p {
    font-size: 1rem;
  }
  .recent-selections-block .recent-selection-list .selection-item.featured-selection-item {
    width: 70%;
  }
  .recent-selections-block .recent-selection-list .selection-item {
    width: 70%;
  }
  .what-is-included .what-is-included-wrapper .angled.top {
    top: -25%;
  }
}

@media screen and (min-width: 31.25em) {
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-content .content {
    padding-left: 1.25rem;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-content .count {
    font-size: 1.5rem;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-content p {
    font-size: 1.125rem;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-content .content {
    padding-left: 1.25rem;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-content .count {
    font-size: 1.5rem;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-content p {
    font-size: 1.125rem;
  }
  .flexible-content-layouts .features-list {
    display: -ms-flexbox;
    display: flex;
  }
  .flexible-content-layouts .features-list.image-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flexible-content-layouts .features-list .content-block {
    width: 60%;
    padding: 0;
  }
  .flexible-content-layouts .features-list .image-block {
    width: 40%;
    margin: 0;
  }
  .flexible-content-layouts .features-list .image-block img {
    width: 120px;
    height: 120px;
  }
  .woocommerce .product-what-is-included .image-block .img-bg {
    width: 400px;
  }
  .woocommerce .woocommerce-message .checkout-button-text {
    margin: 0.625rem 0 0 0.625rem;
  }
}

@media screen and (min-width: 37.5em) {
  .core h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .core h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  .core h3 {
    font-size: 1.625rem;
    line-height: 2.0625rem;
  }
  .core h4 {
    font-size: 1.4375rem;
    line-height: 1.875rem;
  }
  .core h5 {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
  .core h6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .core p,
  .core address {
    font-size: 1rem;
  }
  .core p {
    line-height: 1.625rem;
  }
  .core blockquote {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1em 1.5em;
  }
  .core blockquote p {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  .core code,
  .core pre {
    font-size: 1em;
  }
  .core dt,
  .core dd {
    font-size: 1em;
  }
  .core li {
    font-size: 1em;
  }
  .core table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .core th,
  .core td {
    font-size: 1em;
  }
  .core tr:last-child td {
    border-bottom: 0;
  }
  .core .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .core .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .core img.alignright, .core img.alignleft, .core img.aligncenter {
    margin: 0 auto 1em;
  }
  .core img.alignright {
    float: right;
    max-width: 48%;
    margin: 0 0 1em 0.625rem;
  }
  .core img.alignleft {
    float: left;
    margin: 0 0.625rem 1em 0;
    max-width: 48%;
  }
  .button.large {
    padding: 0.9375rem 1.875rem;
    font-size: 1.3125rem;
  }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right {
    width: 48%;
  }
  .ginput_complex .ginput_left {
    float: left;
  }
  .ginput_complex .ginput_right {
    float: right;
  }
  .validation_message {
    font-size: 0.875rem;
  }
  .gform_submission_error {
    font-size: 0.875rem;
  }
  .header-container .header-right .button {
    height: 43px;
    line-height: 1.4375rem;
    top: 22px;
    padding: 0.625rem 1.5625rem;
    right: 10px;
  }
  .body-footer .footer-blocks {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 3.125rem;
  }
  .body-footer .footer-blocks .footer-cta {
    padding-right: 1.875rem;
    padding-bottom: 0;
  }
  .body-footer .footer-blocks .footer-cta.footer-navigation {
    width: 42%;
  }
  .body-footer .footer-blocks .footer-cta.newsletter {
    width: 30%;
  }
  .body-footer .footer-blocks .footer-cta.social-media {
    width: 22%;
  }
  .body-footer .copy-right {
    text-align: center;
  }
  .body-footer .copy-right a {
    margin-right: 0;
    margin-left: 1.25rem;
  }
  .width-10 {
    width: 62.025%;
    float: left;
    margin-right: 1.266%;
    margin-left: 6.329%;
  }
  .pad-top-xsmall {
    padding-top: 1em;
  }
  .pad-top-small {
    padding-top: 2em;
  }
  .pad-top-medium {
    padding-top: 2.75em;
  }
  .pad-top-large {
    padding-top: 4em;
  }
  .pad-top-xlarge {
    padding-top: 5.25em;
  }
  .pad-btm-xsmall {
    padding-bottom: 1em;
  }
  .pad-btm-small {
    padding-bottom: 2em;
  }
  .pad-btm-medium {
    padding-bottom: 2.75em;
  }
  .pad-btm-large {
    padding-bottom: 4em;
  }
  .pad-btm-xlarge {
    padding-bottom: 5.25em;
  }
  .hero-layouts {
    height: 500px;
  }
  .hero-layouts .angled.top {
    top: -35%;
  }
  .hero-layouts .angled.bottom {
    top: 95%;
  }
  .hero-layouts .content .banner-content {
    margin: 0 auto 3.75rem;
  }
  .hero-layouts .content .title {
    font-size: 3.125rem;
    line-height: inherit;
    padding: 0;
  }
  .hero-layouts .content .bar {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .hero-layouts .content .bar .text {
    padding: 0 2.1875rem;
  }
  .hero-layouts .content .bar .line {
    width: 200px;
  }
  .small-hero-layouts.small-hero-solid {
    height: 300px;
  }
  .small-hero-layouts.small-solid .content .bar {
    width: 350px;
  }
  .small-hero-layouts .content .title {
    white-space: pre;
    font-size: 2rem;
  }
  .small-hero-layouts .content .bar {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .small-hero-layouts .content .bar .text {
    padding: 0 1.875rem;
  }
  .small-hero-layouts .content .bar .line {
    width: 200px;
  }
  .small-hero-layouts .content .button {
    margin-top: 1.875rem;
  }
  .featured-gifts-layouts {
    margin: 2.5rem 0 1.25rem;
  }
  .featured-gifts-layouts .section-title {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box {
    width: 49.5%;
    margin-bottom: 0;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) {
    height: 500px;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) .content .button {
    padding: 0.9375rem 1.875rem;
    font-size: 1.3125rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(3) {
    margin-left: 1%;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content {
    width: 70%;
  }
  .browse-our-clubs-layouts.featured-browse-clubs {
    margin-bottom: 2.5rem;
  }
  .browse-our-clubs-layouts .short-description {
    padding: 1.25rem 0 2.5rem;
  }
  .browse-our-clubs-layouts .short-description .section-title {
    font-size: 1.625rem;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box {
    width: 49.725%;
    margin: 0.1875rem .5% 0.125rem 0;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:nth-child(2n+0) {
    margin-right: 0%;
  }
  .browse-our-clubs-layouts .clubs-custom-mix .content .sub-title {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .resource-grid-layouts .short-description {
    padding: 2.5rem 0;
  }
  .resource-grid-layouts .short-description .section-title {
    font-size: 1.625rem;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-two {
    width: 49.5%;
    height: 640px;
    margin-bottom: 0;
    margin-right: 1%;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three {
    width: 49.5%;
    height: 640px;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content .box {
    width: 50%;
    border-bottom: 0;
    border-right: 2px solid #f1f1f1;
    padding: 3.125rem 1.875rem;
    float: left;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    padding: 0;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content p {
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin: 1.25rem 0;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content span {
    margin-bottom: 1.875rem;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box {
    height: 35%;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box:hover .button {
    opacity: 1;
    transform: translateX(0%) translateY(0);
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box:hover p {
    transform: translateX(0%) translateY(0);
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box p {
    transform: translateX(0%) translateY(30px);
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three .red-box .button {
    opacity: 0;
    transform: translateX(0%) translateY(15px);
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three .blue-box {
    height: 65%;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box {
    width: 33.3333%;
    padding: 0 0.625rem;
    display: inline-block;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-animation {
    margin: 0 auto 1.25rem;
    width: 180px !important;
    height: 180px;
    margin: 0 auto;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-animation .icon-block img {
    width: 80px;
    height: 80px;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-animation canvas {
    width: 180px !important;
    height: 180px !important;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-content {
    text-align: center;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box .circle-content .content {
    position: relative;
    padding: 0;
    transform: translateX(0%) translateY(0%);
    top: 0;
    left: 0;
  }
  .related-artical-layouts {
    padding-top: 1.875rem;
  }
  .related-artical-layouts .section-title {
    font-size: 1.625rem;
  }
  .related-artical-layouts .blog-feed {
    display: -ms-flexbox;
    display: flex;
  }
  .related-artical-layouts .blog-feed .blog-item {
    text-align: left;
    width: 32%;
    margin-right: 2%;
  }
  .happy-hero-layouts {
    height: 500px;
  }
  .happy-hero-layouts .content {
    width: auto;
  }
  .happy-hero-layouts .content .banner-content {
    margin: 0 auto 5rem;
  }
  .happy-hero-layouts .content .title {
    white-space: pre;
    font-size: 2.5rem;
  }
  .happy-hero-layouts .stats-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.25rem;
  }
  .happy-hero-layouts .stats-cta .stats-box {
    width: 33.3333%;
    padding: 0 0.625rem;
    opacity: 1;
  }
  .happy-hero-layouts .stats-cta .stats-box .count {
    font-size: 1.5rem;
  }
  .happy-hero-layouts .stats-cta .stats-box p {
    font-size: 1.125rem;
  }
  .two-column-layout {
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
  .two-column-layout .two-column .left-column .headline {
    font-size: 1.375rem;
  }
  .two-column-layout .two-column .left-column .core p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .two-column-layout .two-column .right-column .testimonial {
    width: 480px;
  }
  .two-column-layout .two-column .right-column .testimonial .content p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 0 0 1.25rem 0;
  }
  .stats-bar-layouts .headline-block .content {
    width: 60%;
    text-align: center;
  }
  .stats-bar-layouts .headline-block hr {
    float: none;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box {
    width: 33.3333%;
    padding: 0 0.625rem;
    display: inline-block;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-animation {
    margin: 0 auto 1.25rem;
    width: 180px !important;
    height: 180px;
    margin: 0 auto;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-animation .icon-block img {
    width: 80px;
    height: 80px;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-animation canvas {
    width: 180px !important;
    height: 180px !important;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-content {
    text-align: center;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box .circle-content .content {
    position: relative;
    padding: 0;
    transform: translateX(0%) translateY(0%);
    top: 0;
    left: 0;
  }
  .recent-selections-block .container {
    padding: 0 0.4375rem;
  }
  .recent-selections-block .section-title {
    font-size: 1.625rem;
  }
  .recent-selections-block .recent-selection-list {
    -ms-flex-pack: start;
    justify-content: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recent-selections-block .recent-selection-list .selection-item.featured-selection-item {
    width: 48%;
    margin: 0 1% 0.9375rem;
  }
  .recent-selections-block .recent-selection-list .selection-item {
    width: 48%;
    margin: 0 1% 0.9375rem;
    opacity: 1;
    transform: scaleY(1);
  }
  .gravity-form-layout {
    margin: 2.5rem 0;
  }
  .pdf-email-forms .content .forms-layout {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pdf-email-forms .content .forms-layout .left-column {
    width: 50%;
    padding: 2.5rem 3% 2.5rem 0;
  }
  .pdf-email-forms .content .forms-layout .right-column {
    width: 50%;
    padding: 2.5rem 0 2.5rem 3%;
  }
  .pdf-email-forms .content .forms-layout .right-column .form-title-block {
    padding: 0 0.625rem 2.5rem;
  }
  .pdf-email-forms .content .forms-layout .form-title-block {
    padding: 0 0.625rem 2.5rem;
  }
  .pdf-email-forms .content .forms-layout .form-title-block p {
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
    line-height: 1.25rem;
  }
  .pdf-email-forms .content .forms-layout .form-container .form-title {
    font-size: 1.125rem;
  }
  .wysiwyg-editor-layout {
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
  .selection-short-description {
    margin-bottom: 0.625rem;
  }
  .selection-short-description .wysiwyg-editor-layout {
    margin-bottom: 1.25rem;
    margin-top: 3.125rem;
  }
  .gift-short-description {
    margin-bottom: 1.875rem;
  }
  .gift-short-description .wysiwyg-editor-layout {
    margin-bottom: 1.25rem;
    margin-top: 3.125rem;
  }
  .container {
    padding: 0 1rem;
  }
  .woo-container {
    padding: 0 1rem;
  }
  .what-is-included .section-title {
    margin: 2.5rem 0;
    font-size: 1.375rem;
  }
  .what-is-included .what-is-included-container .short-description {
    padding: 0 0 1.25rem 0;
  }
  .what-is-included .what-is-included-container .short-description .title {
    font-size: 1.625rem;
  }
  .what-is-included .what-is-included-container .image-block .left-img-block .large-img {
    height: 416px;
  }
  .what-is-included .what-is-included-container .image-block .right-img-block {
    display: -ms-flexbox;
    display: flex;
  }
  .what-is-included .what-is-included-container .image-block .right-img-block .small-one {
    width: 49.7%;
    margin-right: .6%;
    margin-bottom: 0;
  }
  .what-is-included .what-is-included-container .image-block .right-img-block .small-two {
    width: 49.7%;
  }
  .what-is-included .what-is-included-container .included-information .left-block {
    padding: 0 1.875rem 1.875rem;
  }
  .what-is-included .what-is-included-container .included-information .left-block .information-block .info-box {
    width: 48%;
    margin-bottom: 1.875rem;
  }
  .what-is-included .what-is-included-container .included-information .left-block .information-block .info-box:nth-last-child(2) {
    margin-bottom: 0;
  }
  .what-is-included .what-is-included-container .included-information .left-block .information-block .info-box .info-title {
    font-size: 1.0625rem;
  }
  .what-is-included .what-is-included-container .included-information .right-block {
    width: 360px;
    margin: 0 auto;
    padding: 1.25rem;
  }
  .what-is-included .what-is-included-container .included-information .right-block .price {
    font-size: 1.625rem;
    padding-bottom: 0.9375rem;
  }
  .how-it-works {
    margin-bottom: 3.125rem;
  }
  .how-it-works .section-title {
    font-size: 1.625rem;
  }
  .how-it-works .how-it-works-list .item-box {
    width: 50%;
    padding: 0 1.25rem 1.875rem;
  }
  .flexible-content-layouts .features-list {
    padding: 3.125rem 0;
  }
  .flexible-content-layouts .features-list.testimonial {
    padding: 2.5rem 0;
  }
  .flexible-content-layouts .features-list.testimonial .item {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .flexible-content-layouts .features-list .content-block .headline {
    font-size: 1.5rem;
  }
  .flexible-content-layouts .features-list .content-block .list {
    font-size: 0.9375rem;
    padding: 0 0 0 0.9375rem;
    margin: 0.9375rem 0 0;
  }
  .flexible-content-layouts .features-list .content-block p {
    font-size: 0.9375rem;
  }
  .flexible-content-layouts .features-list .image-block img {
    width: 160px;
    height: 160px;
  }
  .faqs-list-layouts {
    padding: 2.5rem 0;
  }
  .faqs-list-layouts .heading {
    font-size: 1.625rem;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .faqs-list-layouts .list .faqs-title {
    font-size: 1.125rem;
  }
  .faqs-list-layouts .related-product {
    margin-bottom: 1.875rem;
    display: -ms-flexbox;
    display: flex;
  }
  .faqs-list-layouts .related-product .image-block {
    width: 50%;
  }
  .faqs-list-layouts .related-product .content-block {
    width: 50%;
  }
  .faqs-list-layouts .related-product .content-block .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0 1.25rem;
  }
  .blog-category-tab .left-column .dropdown {
    width: 200px;
  }
  .blog-category-tab .left-column .filter-caption {
    width: auto;
    padding: 0 2.3125rem 0 3.25rem;
  }
  .blog-category-tab .left-column .filter-caption span {
    display: inline-block;
  }
  .blog-category-tab .right-column .blog-search {
    width: 195px;
    position: relative;
  }
  .blog-category-tab .right-column .blog-search .icon {
    right: 12px;
  }
  .blog-list-container {
    padding: 2.5rem 0;
  }
  .blog-list-container .blog-container {
    padding: 0 1.25rem;
  }
  .blog-list-container .blog-container .blog-feed {
    display: -ms-flexbox;
    display: flex;
  }
  .blog-list-container .blog-container .blog-feed .image-block {
    padding: 0 1.875rem 0 0;
    width: 50%;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content {
    width: 50%;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .author span {
    margin: 0 0.625rem;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .title {
    font-size: 1.375rem;
  }
  .blog-details-container .small-hero-layouts .content .title {
    padding: 0 10%;
    font-size: 2.25rem;
  }
  .blog-details-container .blog-container {
    margin: 2.5rem auto;
    padding: 0 1.25rem 0 4.375rem;
  }
  .blog-details-container .blog-post-share {
    left: 0px;
    padding: 0;
    position: absolute;
    width: 50px;
    display: inline-block;
    height: 205px;
    text-align: center;
  }
  .blog-details-container .blog-post-share .text {
    margin: 0 0 0.625rem;
  }
  .blog-details-container .blog-post-share ul li {
    width: 100%;
    display: block;
    margin: 0.625rem 0 0 0;
  }
  .blog-details-container .related-product {
    margin-top: 2.5rem;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-details-container .related-product .image-block {
    width: 50%;
  }
  .blog-details-container .related-product .content-block {
    width: 50%;
  }
  .blog-details-container .related-product .content-block .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0 1.25rem;
  }
  .blog-details-container .author-profile {
    margin-top: 2.5rem;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-details-container .author-profile .left-column {
    width: 170px;
    text-align: left;
    margin: 0 2.1875rem 0 0;
  }
  .blog-details-container .author-profile .right-column {
    text-align: left;
    padding: 0;
  }
  .blog-details-container .author-profile .author-name {
    font-size: 1.625rem;
  }
  .blog-details-container .author-profile .fallow span.text {
    float: left;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
  }
  .woo-entry-header h1 {
    padding: 0.9375rem 0;
    font-size: 1.625rem;
  }
  .woocommerce .product-hero-wrapper {
    height: 550px;
    padding: 0 0 1.875rem;
  }
  .woocommerce .product-hero-wrapper .product-hero {
    padding: 2.5rem 0 1.875rem;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item {
    height: 350px;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item img {
    height: 350px;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .hero-title {
    font-size: 2.25rem;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .sub-title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .woocommerce .product-what-is-included .short-description {
    padding: 0 0 1.25rem 0;
  }
  .woocommerce .product-what-is-included .short-description .title {
    font-size: 1.625rem;
  }
  .woocommerce .product-what-is-included .image-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .woocommerce .product-what-is-included .image-block .img-bg {
    width: 100%;
    margin: 0;
  }
  .woocommerce .product-what-is-included .image-block .img-bg + .img-bg {
    margin-top: 0;
    margin-left: 0.625rem;
  }
  .woocommerce .product-what-is-included .included-information .information-block .info-box {
    width: 48%;
    margin-bottom: 1.875rem;
  }
  .woocommerce .product-what-is-included .included-information .information-block .info-box:nth-last-child(2) {
    margin-bottom: 0;
  }
  .woocommerce .product-what-is-included .included-information .information-block .info-box .info-title {
    font-size: 1.125rem;
  }
  .woocommerce .product-description-content {
    margin-bottom: 2.5rem;
  }
  .woocommerce .product-description-content .title {
    font-size: 1.625rem;
  }
  .woocommerce .product-how-it-works {
    padding: 2.5rem 0;
  }
  .woocommerce .product-how-it-works .section-title {
    font-size: 1.625rem;
  }
  .woocommerce .product-how-it-works .how-it-works-list .item-box {
    width: 50%;
    padding: 0 1.25rem 1.875rem;
  }
  .woocommerce div.product div.summary.product-buy-block {
    padding: 2.5rem 1.25rem;
    border: 5px solid #1467b0;
  }
  .woocommerce div.product div.summary.product-buy-block .sub-notes {
    font-size: 1.125rem;
  }
  .woocommerce div.product div.summary.product-buy-block .free-shipping-title {
    font-size: 1.5rem;
  }
  .woocommerce div.product div.summary.product-buy-block .price-cover {
    font-size: 1.5rem;
    margin: 0 0 1.25rem 0;
  }
  .woocommerce div.product div.summary.product-buy-block .price-cover .price,
  .woocommerce div.product div.summary.product-buy-block .price-cover .custom-price {
    font-size: 1.5rem;
  }
  .woocommerce div.product div.summary.product-buy-block .price-cover-bottom .price-label {
    font-size: 1.375rem;
  }
  .woocommerce div.product div.summary.product-buy-block .price-cover-bottom .price,
  .woocommerce div.product div.summary.product-buy-block .price-cover-bottom .custom-price {
    font-size: 1.375rem;
  }
  .woocommerce .product-single-details-wrapper .container {
    padding: 0 1rem;
  }
  .woocommerce .product-single-details-wrapper .section-short-description .section-title {
    font-size: 1.0625rem;
  }
  .woocommerce .product-single-details-wrapper .product-sub-title {
    font-size: 1.75rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .woocommerce .product-single-details-wrapper .shipments-month-block {
    display: block;
  }
  .woocommerce .product-single-details-wrapper .shipments-month-block.disable-start-date {
    display: none;
  }
  .woocommerce .product-single-details-wrapper .shipments-month-block .shipments-items .shipments-item.active {
    border: 1px solid #1467b0;
    box-shadow: 0 0 0 1px #1467b0;
    background: rgba(0, 0, 0, 0.05);
  }
  .woocommerce .product-single-details-wrapper .shipments-freeship-block .free-shipping-month-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce .product-single-details-wrapper .faq-content .faqs-block .faq-list .title-block {
    font-size: 1.0625rem;
  }
  .woocommerce .woocommerce-message .continue-btn {
    margin-left: 0.625rem;
  }
  .woocommerce .woocommerce-checkout .disclaimer-description {
    width: calc(100% - 170px);
  }
  .woocommerce .woocommerce-checkout .disclaimer-submit {
    width: 170px;
  }
  .woocommerce form.checkout_coupon input.button {
    padding: 1.0625rem 1.875rem;
  }
}

@media screen and (min-width: 50em) {
  .core p {
    line-height: 1.75rem;
  }
  .core blockquote {
    margin: 1.875rem 0;
    line-height: 2.25rem;
    font-size: 1.625rem;
    padding: 1.5em 2em;
  }
  .core blockquote p {
    line-height: 2.25rem;
    font-size: 1.625rem;
  }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 1.125rem;
    padding: 0.625rem 1.5625rem;
  }
  .gform_wrapper {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
  .body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper,
  .body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 {
    padding: 0;
  }
  .clubs-menu-container .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .clubs-nav {
    text-align: left;
  }
  .clubs-nav .clubs-menu-toggle {
    display: none;
  }
  .clubs-nav .menu-title {
    display: none;
  }
  .clubs-menu {
    display: block;
    border-left: 1px solid #ded9d4;
  }
  .clubs-menu .menu-item.menu-item-active .menu-item-link {
    background: #fff;
  }
  .clubs-menu .menu-item.menu-item-active .menu-item-link:hover {
    background: #fff !important;
    color: #556675 !important;
  }
  .clubs-menu .menu-item.menu-item-active .menu-item-link::before {
    height: 3px;
    background: #1467b0;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
  }
  .clubs-menu .menu-item.menu-item-active .menu-item-link::after {
    height: 1px;
    background: #fff;
    width: 100%;
    bottom: -1px;
    left: 0;
    content: '';
    position: absolute;
  }
  .clubs-menu .menu-item-top-level {
    float: left;
  }
  .clubs-menu .menu-item-link {
    border-right: 1px solid #ded9d4;
    height: 50px;
    line-height: 3.125rem;
    padding: 0 0.4375rem;
  }
  .clubs-menu .menu-item-link:hover {
    background: #f4eee9;
    color: #556675;
  }
  .utility-cart li a {
    height: 50px;
    line-height: 3.125rem;
    padding: 0 0.625rem;
  }
  .utility-cart li a:hover {
    background: #fff;
    color: #cf5758;
  }
  .utility-cart li a:hover::after {
    height: 1px;
    background: #fff;
    width: 100%;
    bottom: -1px;
    left: 0;
    content: '';
    position: absolute;
    display: none;
  }
  .utility-cart li a.user .name {
    display: inline-block;
    text-transform: capitalize;
  }
  .utility-cart li a .cart-count span {
    top: 13px;
    left: 13px;
  }
  .utility-cart li a .icon {
    width: 20px;
    height: 27px;
  }
  .utility-cart li a .icon svg {
    width: 20px;
    height: 20px;
  }
  .filter-bar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .filter-bar .container > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter-bar .dropdown-menu {
    display: block;
    width: auto;
    border-right: 1px solid #f4eee9;
  }
  .filter-bar .dropdown-menu:hover .options {
    display: block;
  }
  .filter-bar .dropdown-menu:hover label .icon {
    transform: rotate(-90deg);
  }
  .filter-bar .dropdown-menu .options {
    width: 100%;
    padding: 0.625rem 0 1.25rem;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 40;
  }
  .filter-bar .clear-filters {
    width: auto;
    min-width: 185px;
    padding: 0 2em;
  }
  .width-8 {
    width: 49.367%;
    float: left;
    margin-right: 1.266%;
    margin-left: 12.658%;
  }
  .width-6 {
    width: 36.709%;
    float: left;
    margin-right: 1.266%;
    margin-left: 18.987%;
  }
  .width-4 {
    width: 36.709%;
    float: left;
    margin-right: 1.266%;
    margin-left: 18.987%;
  }
  .pad-top-xsmall {
    padding-top: 1.25em;
  }
  .pad-top-small {
    padding-top: 2.5em;
  }
  .pad-top-medium {
    padding-top: 3.75em;
  }
  .pad-top-large {
    padding-top: 5em;
  }
  .pad-top-xlarge {
    padding-top: 6.25em;
  }
  .pad-btm-xsmall {
    padding-bottom: 1.25em;
  }
  .pad-btm-small {
    padding-bottom: 2.5em;
  }
  .pad-btm-medium {
    padding-bottom: 3.75em;
  }
  .pad-btm-large {
    padding-bottom: 5em;
  }
  .pad-btm-xlarge {
    padding-bottom: 6.25em;
  }
  .hero-layouts .angled.top {
    top: -30%;
  }
  .hero-layouts .angled.bottom {
    top: 90%;
  }
  .hero-layouts .content .sub-title {
    font-size: 1.25rem;
  }
  .hero-layouts .content .title {
    font-size: 3.75rem;
  }
  .hero-layouts .content .bar {
    font-size: 1.25rem;
  }
  .small-hero-layouts.small-hero-solid {
    height: 350px;
  }
  .small-hero-layouts .angled.top {
    top: -30%;
  }
  .small-hero-layouts .angled.bottom {
    top: 85%;
  }
  .small-hero-layouts .content .sub-title {
    font-size: 1rem;
  }
  .small-hero-layouts .content .title {
    font-size: 2.5rem;
  }
  .small-hero-layouts .content .bar {
    font-size: 1rem;
  }
  .small-hero-layouts .content .button {
    margin-top: 2.5rem;
  }
  .featured-gifts-layouts .featured-gifts-list {
    height: 586px;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box {
    width: 45.33333%;
    height: 49.5%;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) {
    width: 54.166666%;
    height: 100%;
    margin-right: .5%;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) .content .sub-title {
    font-size: 1.5rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) .content .title {
    font-size: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) .content .description {
    padding-bottom: 1.875rem;
    line-height: 1.625rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(3) {
    margin-top: .5%;
    margin-left: 0;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .image-block {
    -webkit-transform-origin: 50% 50%;
    transform: scale(1.1);
    transition: .2s ease-out;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 0%);
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .2s ease-out;
    top: 45%;
    transform: translateX(-50%) translateY(-45%);
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .title::before, .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .title::after {
    position: absolute;
    width: 100%;
    background: #ed9d3c;
    content: '';
    left: 0;
    transform: skewY(-4.5deg);
    height: 3px;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .title::before {
    top: -3px;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .title::after {
    bottom: 0;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:hover .title .button {
    top: 100px;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box {
    width: 240px;
    padding: 0 1.25rem;
  }
  .related-artical-layouts .blog-feed .blog-item {
    width: 30%;
    margin-right: 5%;
  }
  .happy-hero-layouts .content .sub-title {
    font-size: 1.125rem;
  }
  .happy-hero-layouts .content .title {
    font-size: 2.875rem;
  }
  .happy-hero-layouts .stats-cta .stats-box {
    width: 240px;
    padding: 0 1.25rem;
  }
  .two-column-layout {
    margin-bottom: 4.375rem;
  }
  .two-column-layout .two-column .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .two-column-layout .two-column .container.image-right .left-column {
    padding: 0 5% 0 0;
  }
  .two-column-layout .two-column .left-column {
    width: 50%;
    padding: 0 0 0 5%;
    min-height: 570px;
  }
  .two-column-layout .two-column .left-column .headline {
    font-size: 1.625rem;
  }
  .two-column-layout .two-column .right-column {
    width: 50%;
    height: 570px;
  }
  .two-column-layout .two-column .right-column .testimonial {
    width: 80%;
  }
  .stats-bar-layouts .stats-circle-cta .circle-box {
    padding: 0 1.25rem;
  }
  .gravity-form-layout {
    margin: 3.75rem 0;
  }
  .gravity-form-layout .content {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .gravity-form-layout .content .left-column {
    width: 50%;
    padding-bottom: 0;
    padding-right: 3%;
  }
  .gravity-form-layout .content .left-column h2 {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .gravity-form-layout .content .right-column {
    width: 50%;
    padding-left: 3%;
  }
  .gravity-form-layout .content .form-container {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
  .gravity-form-layout .content .form-container .gform_wrapper {
    padding: 0;
  }
  .pdf-email-forms {
    margin: 2.5rem 0;
  }
  .pdf-email-forms .content .short-description {
    padding-bottom: 2.5rem;
  }
  .pdf-email-forms .content .forms-layout .left-column {
    padding: 2.5rem 5% 2.5rem 0;
  }
  .pdf-email-forms .content .forms-layout .right-column {
    padding: 2.5rem 0 2.5rem 5%;
  }
  .pdf-email-forms .content .forms-layout .right-column .form-title-block {
    padding: 0 1.25rem 2.5rem;
  }
  .pdf-email-forms .content .forms-layout .form-title-block {
    padding: 0 1.25rem 2.5rem;
  }
  .pdf-email-forms .content .forms-layout .form-title-block p {
    font-size: 1rem;
    padding-left: 1.5625rem;
    line-height: 1.375rem;
  }
  .pdf-email-forms .content .forms-layout .form-title-block p span {
    font-size: 1.0625rem;
  }
  .pdf-email-forms .content .forms-layout .form-title-block p span {
    font-size: 1rem;
  }
  .pdf-email-forms .content .forms-layout .form-container {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
  .pdf-email-forms .content .forms-layout .form-container .gform_wrapper {
    padding: 0;
  }
  .wysiwyg-editor-layout {
    margin-bottom: 4.375rem;
  }
  .selection-short-description {
    margin-bottom: 1.25rem;
  }
  .selection-short-description .wysiwyg-editor-layout {
    margin-bottom: 1.25rem;
  }
  .gift-short-description {
    margin-bottom: 3.125rem;
  }
  .gift-short-description .wysiwyg-editor-layout {
    margin-bottom: 1.25rem;
  }
  .what-is-included .what-is-included-wrapper .angled.top {
    top: -30%;
  }
  .how-it-works .how-it-works-list .item-box {
    width: 25%;
    padding: 0 1.25rem;
  }
  .flexible-content-layouts .features-list {
    padding: 4.375rem 0;
  }
  .flexible-content-layouts .features-list.testimonial .item {
    font-size: 1.3125rem;
    line-height: 2.25rem;
  }
  .flexible-content-layouts .features-list .content-block .headline {
    font-size: 1.875rem;
  }
  .flexible-content-layouts .features-list .content-block .list {
    font-size: 1rem;
  }
  .flexible-content-layouts .features-list .content-block p {
    font-size: 1rem;
  }
  .faqs-tab-layouts .faq-toggle {
    display: none;
  }
  .faqs-tab-layouts ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faqs-tab-layouts ul li {
    border-right: 1px solid #ded9d4;
  }
  .faqs-tab-layouts ul li:hover::after, .faqs-tab-layouts ul li.tab-active::after {
    position: absolute;
    bottom: -1px;
    content: '';
    width: 100%;
    background: #fff;
    left: 0;
    height: 1px;
  }
  .faqs-tab-layouts ul li.tab-active a hr {
    opacity: 1;
  }
  .faqs-tab-layouts ul li a {
    border: none;
    padding: 1.25rem;
    display: inline-block;
  }
  .faqs-list-layouts {
    padding: 3.125rem 0;
  }
  .faqs-list-layouts .heading {
    font-size: 1.75rem;
  }
  .faqs-list-layouts .related-product {
    margin-bottom: 2.5rem;
  }
  .blog-list-container .blog-container .blog-feed {
    padding: 0 1.25rem 2.5rem;
    margin-bottom: 2.5rem;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .author span {
    margin: 0 0.9375rem;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .title {
    font-size: 1.625rem;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .content p {
    margin: 1.25rem 0;
  }
  .blog-details-container .related-product {
    margin-top: 3.75rem;
  }
  .blog-details-container .author-profile {
    margin-top: 3.75rem;
  }
  .blog-details-container .author-profile .author-name {
    font-size: 1.875rem;
  }
  .woocommerce .product-hero-wrapper {
    height: 600px;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item {
    height: 400px;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item img {
    height: 400px;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item.primary-image {
    padding: 0 5.625rem;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .button {
    display: inline-block;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .hero-title {
    font-size: 2.625rem;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .sub-title {
    font-size: 1.3125rem;
    margin: 0.5rem 0 0;
  }
  .woocommerce .product-description-content {
    margin-bottom: 3.75rem;
  }
  .woocommerce .product-how-it-works {
    padding: 3.125rem 0;
  }
  .woocommerce .product-how-it-works .how-it-works-list .item-box {
    width: 25%;
    padding: 0 1.25rem;
  }
  .woocommerce-billing-fields,
  .woocommerce-additional-fields,
  .woocommerce-account-fields {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
  .woocommerce-account-fields {
    padding: 1.25rem 1.5625rem;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 1.25rem 1.5625rem;
  }
  .woocommerce-lost-password .woocommerce-content-block .woocommerce .lost_reset_password {
    padding: 1.25rem 1.5625rem;
    margin: 0 auto 2.5rem;
  }
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register {
    padding: 1.25rem 1.5625rem;
  }
}

@media screen and (min-width: 62.5em) {
  .core blockquote {
    margin: 2.5rem 0;
    line-height: 2.625rem;
    font-size: 1.875rem;
    padding: 1.75em 2.5em;
  }
  .core blockquote p {
    line-height: 2.625rem;
    font-size: 1.875rem;
  }
  .core img.alignright {
    max-width: 100%;
  }
  .core img.alignleft {
    max-width: 100%;
  }
  .gform_wrapper {
    padding: 1.25rem 1.875rem 3.125rem;
  }
  .header-container {
    box-shadow: none;
  }
  .header-container .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-container.header-club-container .logo-container {
    width: auto;
  }
  .header-container .logo-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-container .logo {
    margin: 0;
  }
  .header-container .logo svg {
    width: 136px;
    height: 80px;
  }
  .header-container .christmas-logo {
    display: -ms-flexbox;
    display: flex;
  }
  .header-container .header-right {
    height: auto;
  }
  .header-container .header-right .button {
    top: 22px;
    right: 0;
    margin-left: 2rem;
    padding: 0.625rem 1.875rem;
    font-size: 1.125rem;
  }
  .body-footer .footer-blocks .footer-cta {
    padding-right: 3.125rem;
  }
  .body-footer .footer-blocks .footer-cta.logo-block {
    display: block;
  }
  .body-footer .footer-blocks .footer-cta.footer-navigation {
    width: 32%;
  }
  .body-footer .footer-blocks .footer-cta.newsletter .gform_wrapper,
  .body-footer .footer-blocks .footer-cta.newsletter #gform_wrapper_1 {
    padding: 0;
  }
  .clubs-menu-container .header-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .main-nav {
    display: block;
  }
  #main-menu,
  .main-menu {
    display: block;
  }
  #main-menu .menu-item-top-level,
  .main-menu .menu-item-top-level {
    float: left;
  }
  #main-menu .menu-item-link,
  .main-menu .menu-item-link {
    margin-left: 1.25rem;
    height: 60px;
    text-align: left;
    line-height: 4.8125rem;
  }
  .utility-nav li a {
    border-right: 1px solid #ded9d4;
    padding: 0 0.625rem;
    height: 50px;
    line-height: 3.125rem;
  }
  .utility-nav li a:hover {
    background: #fff;
    color: #cf5758;
  }
  .utility-nav li a:hover::after {
    height: 1px;
    background: #fff;
    width: 100%;
    bottom: -1px;
    left: 0;
    content: '';
    position: absolute;
    display: none;
  }
  .utility-cart li a {
    border-right: 1px solid #ded9d4;
  }
  .micro-nav {
    height: auto;
  }
  .micro-nav .micro-menu-toggle {
    display: none;
  }
  .micro-menu .menu-item-top-level {
    float: left;
  }
  .micro-menu .menu-item-link {
    height: 77px;
    line-height: 4.8125rem;
    margin-left: 0.625rem;
    margin-right: 0.9375rem;
  }
  .filter-bar {
    text-align: center;
  }
  .filter-bar .title {
    cursor: default;
    display: block;
    padding: 0 3.125rem;
  }
  .filter-bar .dropdown-menu label {
    padding: 0 6.25rem 0 1.25rem;
  }
  .filter-bar .dropdown-menu label .icon {
    padding: 0;
    position: absolute;
    top: 40%;
    right: 15px;
  }
  .filter-bar .clear-filters {
    position: static;
  }
  .width-4 {
    width: 24.051%;
    float: left;
    margin-right: 1.266%;
    margin-left: 25.316%;
  }
  .hero-layouts {
    height: 532px;
  }
  .hero-layouts .content .title {
    font-size: 4rem;
    letter-spacing: 0.0625rem;
  }
  .home .hero-layouts .content .banner-content {
    margin-top: 7.25rem;
  }
  .small-hero-layouts .content .title {
    font-size: 2.75rem;
    letter-spacing: 0.0625rem;
  }
  .featured-gifts-layouts {
    margin: 3.125rem 0 1.875rem;
  }
  .featured-gifts-layouts .section-title {
    margin-bottom: 3.125rem;
    font-size: 1.5rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box {
    width: 38.33333%;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box:nth-child(1) {
    width: 61.166666%;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content {
    width: 60%;
  }
  .browse-our-clubs-layouts.featured-browse-clubs {
    margin-bottom: 3.125rem;
  }
  .browse-our-clubs-layouts .short-description {
    padding: 1.875rem 0 3.125rem;
  }
  .browse-our-clubs-layouts .short-description .section-title {
    font-size: 1.875rem;
  }
  .browse-our-clubs-layouts .short-description .section-sub-title {
    padding: 0.625rem 0 0;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box {
    width: 24.625%;
    margin: 0.1875rem .5% 0.25rem 0;
    height: 400px;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:nth-child(2n+0) {
    margin-right: .5%;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box:last-child, .browse-our-clubs-layouts .clubs-list-container .clubs-box:nth-child(4n+0) {
    margin-right: 0;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box .title img {
    width: 200px;
    max-width: none;
  }
  .resource-grid-layouts .short-description {
    padding: 3.125rem 0;
  }
  .resource-grid-layouts .short-description .section-title {
    font-size: 1.875rem;
    padding: 0 0 1.25rem;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-one {
    width: 30%;
    height: 640px;
    margin: 0;
    margin-right: .5%;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-two {
    width: 39%;
    height: 640px;
    margin-right: .5%;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-three {
    width: 30%;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    display: inline-block;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content .title {
    border: none;
    padding: 0;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content .box {
    width: 100%;
    padding: 0;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
    border-right: 0;
    border-bottom: 2px solid #f1f1f1;
    float: none;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-one .content .box:last-child {
    padding: 0;
    margin: 0;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content p {
    font-size: 1.875rem;
    line-height: 2.625rem;
    margin: 1.875rem 0;
  }
  .resource-grid-layouts .resource-grid-list .resource-grid.grid-two .content span {
    margin-bottom: 2.5rem;
  }
  .resource-grid-layouts .stats-circle-cta .circle-box {
    width: 280px;
  }
  .related-artical-layouts .section-title {
    font-size: 1.625rem;
    padding-bottom: 1.5625rem;
  }
  .related-artical-layouts .blog-feed .blog-item .blog-title {
    font-size: 1.25rem;
  }
  .related-artical-layouts .blog-feed .blog-item p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .happy-hero-layouts {
    height: 522px;
  }
  .happy-hero-layouts .content .title {
    font-size: 3.125rem;
    letter-spacing: 0.0625rem;
  }
  .happy-hero-layouts .stats-cta .stats-box {
    width: 280px;
  }
  .two-column-layout {
    margin-bottom: 5.625rem;
    margin-top: 3.75rem;
  }
  .two-column-layout .two-column .left-column .headline {
    font-size: 1.875rem;
  }
  .two-column-layout .two-column .right-column .testimonial .content {
    width: 80%;
  }
  .two-column-layout .two-column .right-column .testimonial .content p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0 0 1.875rem 0;
  }
  .stats-bar-layouts .container {
    display: -ms-flexbox;
    display: flex;
  }
  .stats-bar-layouts .headline-block {
    width: 40%;
  }
  .stats-bar-layouts .headline-block .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    margin: 0;
    text-align: left;
  }
  .stats-bar-layouts .headline-block hr {
    float: left;
  }
  .stats-bar-layouts .stats-circle-cta {
    width: 60%;
  }
  .recent-selections-block .loading {
    margin: 6.5em auto;
  }
  .recent-selections-block .section-title {
    font-size: 1.875rem;
    padding: 0 0 1.25rem;
  }
  .recent-selections-block .recent-selection-list .selection-item.featured-selection-item {
    width: 24%;
    margin: 0 .5% 0.9375rem;
  }
  .recent-selections-block .recent-selection-list .selection-item {
    width: 24%;
    margin: 0 .5% 0.9375rem;
  }
  .gravity-form-layout {
    margin: 5.625rem 0;
  }
  .gravity-form-layout .content .left-column {
    padding-right: 5%;
  }
  .gravity-form-layout .content .left-column h2 {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .gravity-form-layout .content .right-column {
    padding-left: 5%;
  }
  .gravity-form-layout .content .form-container {
    padding: 1.25rem 1.875rem 3.125rem;
  }
  .gravity-form-layout .content .form-container .gform_wrapper {
    padding: 0;
  }
  .pdf-email-forms {
    margin: 3.125rem 0;
  }
  .pdf-email-forms .content .short-description {
    padding-bottom: 3.125rem;
  }
  .pdf-email-forms .content .forms-layout .left-column {
    padding: 3.75rem 8% 3.75rem 0;
  }
  .pdf-email-forms .content .forms-layout .right-column {
    padding: 3.75rem 0 3.75rem 8%;
  }
  .pdf-email-forms .content .forms-layout .form-container {
    padding: 1.25rem 1.875rem 3.125rem;
  }
  .pdf-email-forms .content .forms-layout .form-container .form-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .pdf-email-forms .content .forms-layout .form-container .gform_wrapper {
    padding: 0;
  }
  .wysiwyg-editor-layout {
    margin-bottom: 5.625rem;
    margin-top: 3.75rem;
  }
  .selection-short-description {
    margin-bottom: 2.5rem;
  }
  .selection-short-description .wysiwyg-editor-layout {
    margin-bottom: 1.25rem;
    margin-top: 3.75rem;
  }
  .gift-short-description {
    margin-bottom: 4.375rem;
  }
  .gift-short-description .wysiwyg-editor-layout {
    margin-bottom: 1.25rem;
    margin-top: 3.75rem;
  }
  .what-is-included .section-title {
    margin: 3.125rem 0;
    font-size: 1.5rem;
  }
  .what-is-included .what-is-included-container {
    width: 100%;
  }
  .what-is-included .what-is-included-container .short-description .title {
    font-size: 1.875rem;
    padding: 0 0 0.625rem;
  }
  .what-is-included .what-is-included-container .image-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95%;
    margin: 0 2.5%;
  }
  .what-is-included .what-is-included-container .image-block .left-img-block {
    width: 70%;
    padding-right: 0.375rem;
    margin-bottom: 0;
  }
  .what-is-included .what-is-included-container .image-block .right-img-block {
    width: 30%;
    display: inline-block;
  }
  .what-is-included .what-is-included-container .image-block .right-img-block .small-one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.375rem;
    height: 250px;
  }
  .what-is-included .what-is-included-container .image-block .right-img-block .small-two {
    width: 100%;
    height: 160px;
  }
  .what-is-included .what-is-included-container .included-information {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 95%;
    margin: 1.875rem 2.5% 0;
  }
  .what-is-included .what-is-included-container .included-information .left-block {
    width: 70%;
    padding: 0 1.875rem 0 0;
    border-right: 1px solid rgba(120, 136, 150, 0.5);
  }
  .what-is-included .what-is-included-container .included-information .right-block {
    margin: 0;
    width: 30%;
    border: none;
  }
  .how-it-works {
    margin-bottom: 4.375rem;
  }
  .how-it-works .section-title {
    font-size: 1.875rem;
    padding: 0 0 1.25rem;
  }
  .how-it-works .section-content {
    padding: 0 0 1.25rem;
  }
  .how-it-works .how-it-works-list .item-box {
    padding: 0 1.875rem;
  }
  .how-it-works .how-it-works-list .item-box .icon-block {
    height: 170px;
  }
  .how-it-works .how-it-works-list .item-box .icon-block img {
    height: 170px;
    width: 170px;
  }
  .how-it-works .how-it-works-list .item-box .hw-title {
    font-size: 1.25rem;
  }
  .flexible-content-layouts .features-list {
    padding: 5.625rem 0;
  }
  .faqs-list-layouts {
    padding: 4.375rem 0;
  }
  .blog-list-container {
    padding: 3.75rem 0;
  }
  .blog-list-container .blog-container .blog-feed {
    padding: 0 1.875rem 3.75rem;
    margin-bottom: 3.75rem;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content {
    height: 312px;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .content-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .title {
    font-size: 1.875rem;
  }
  .blog-list-container .blog-container .blog-feed .blog-feed-content .content {
    line-height: 1.75rem;
  }
  .blog-details-container .blog-container {
    margin: 3.75rem auto;
    max-width: 950px;
    padding: 0 1.25rem 0 1.875rem;
  }
  .blog-details-container .blog-post-share {
    left: -30px;
  }
  .woo-entry-header h1 {
    padding: 1.25rem 0;
    font-size: 1.875rem;
  }
  .woocommerce .product-hero-wrapper {
    height: 650px;
    padding: 0 0 1.875rem;
  }
  .woocommerce .product-hero-wrapper .product-hero {
    padding: 3.75rem 0 1.875rem;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item {
    height: 430px;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item img {
    height: 430px;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo .hero-title {
    font-size: 3.25rem;
  }
  .woocommerce .product-what-is-included .short-description .title {
    font-size: 1.875rem;
    margin: 0 0 0.625rem;
  }
  .woocommerce .product-what-is-included .included-information {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 2.5rem 0 0;
  }
  .woocommerce .product-description-content .title {
    font-size: 1.875rem;
    margin: 0 0 0.625rem;
  }
  .woocommerce .product-how-it-works {
    padding: 3.75rem 0 5rem;
  }
  .woocommerce .product-how-it-works .section-title {
    font-size: 1.875rem;
    padding: 0 0 1.25rem;
  }
  .woocommerce .product-how-it-works .how-it-works-list .item-box {
    padding: 0 1.875rem;
  }
  .woocommerce .product-how-it-works .how-it-works-list .item-box .icon-block {
    height: 170px;
  }
  .woocommerce .product-how-it-works .how-it-works-list .item-box .icon-block img {
    height: 170px;
    width: 170px;
  }
  .woocommerce .product-how-it-works .how-it-works-list .item-box .hw-title {
    font-size: 1.25rem;
  }
  .woocommerce div.product div.summary.product-buy-block .title-block {
    margin-bottom: 0.3125rem;
  }
  .woocommerce .product-single-details-wrapper {
    padding: 2.5rem 0 0;
  }
  .woocommerce .product-single-details-wrapper .container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .woocommerce .product-single-details-wrapper .product-right-block {
    width: 35%;
  }
  .woocommerce .product-single-details-wrapper .product-left-block {
    padding: 0 1.875rem 0 0;
    width: 65%;
  }
  .woocommerce .product-single-details-wrapper .product-sub-title {
    font-size: 2rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .woocommerce .product-single-details-wrapper .mobile-title-block {
    display: none;
  }
  .woocommerce .product-single-details-wrapper .shipments-freeship-block.custom-mix-monthly-option-lists {
    margin-bottom: 1.875rem;
  }
  .woocommerce-billing-fields,
  .woocommerce-additional-fields,
  .woocommerce-account-fields {
    padding: 1.25rem 1.875rem 3.125rem;
  }
  .woocommerce-account-fields {
    padding: 1.25rem 1.875rem;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 1.25rem 1.875rem;
  }
  .woocommerce-lost-password .woocommerce-content-block .woocommerce .lost_reset_password {
    padding: 1.25rem 1.875rem;
  }
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register {
    padding: 1.25rem 1.875rem;
  }
}

@media screen and (min-width: 68.75em) {
  .clubs-menu .menu-item-link {
    padding: 0 0.625rem;
  }
  #main-menu .menu-item-link,
  .main-menu .menu-item-link {
    margin-left: 2.375rem;
  }
  .utility-nav li a {
    padding: 0 1.25rem;
  }
  .utility-cart li a {
    padding: 0 1.25rem;
  }
  .micro-menu .menu-item-link {
    margin-left: 0.875rem;
    margin-right: 1.25rem;
  }
  .featured-gifts-layouts .featured-gifts-list .feature-gifts-box .content {
    width: 50%;
  }
  .recent-selections-block .recent-selection-list .selection-item .content-block .description {
    height: 450px;
  }
  .recent-selections-block .recent-selection-list .selection-item .content-block .title-block {
    height: 110px;
  }
  .recent-selections-block .recent-selection-list .selection-item .content-block .actions-block {
    height: 70px;
  }
  .how-it-works .how-it-works-list .item-box {
    padding: 0 2.5rem;
  }
  .blog-details-container .blog-container {
    padding: 0 1.25rem;
    max-width: 920px;
  }
  .blog-details-container .blog-post-share {
    left: -70px;
  }
  .woo-entry-header h1 {
    padding: 1.875rem 0;
    font-size: 2rem;
  }
  .woocommerce .product-hero-wrapper .product-hero .hero-container {
    margin: 0 0 0 -25rem;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .woocommerce .product-how-it-works .how-it-works-list .item-box {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 75em) {
  .browse-our-clubs-layouts .clubs-list-container .clubs-box {
    height: 432px;
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box .title img {
    width: auto;
  }
  .two-column-layout .two-column .container {
    padding: 0;
  }
  .two-column-layout .two-column .container.bg-image .right-column {
    position: absolute;
  }
  .two-column-layout .two-column .container.image-right .left-column {
    padding: 0 10% 0 0;
  }
  .two-column-layout .two-column .container.image-right .right-column {
    position: relative;
  }
  .two-column-layout .two-column .left-column {
    padding: 0 0 0 10%;
  }
  .two-column-layout .two-column .right-column {
    position: relative;
    left: 0;
  }
  .woocommerce .product-single-details-wrapper .product-right-block {
    width: 30%;
  }
  .woocommerce .product-single-details-wrapper .product-left-block {
    padding: 0 3.125rem 0 1.25rem;
    width: 70%;
  }
}

@media screen and (min-width: 81.25em) {
  .woocommerce .product-single-details-wrapper .product-left-block {
    padding: 0 4.375rem 0 3.75rem;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

@media screen and (max-width: 37.5em) {
  .core table {
    width: 100%;
  }
  .core thead {
    display: none;
  }
  .core tr:nth-of-type(2n) {
    background-color: inherit;
  }
  .core tr td:first-child {
    background: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 1em;
  }
  .core tbody td {
    display: block;
    text-align: center;
  }
  .core tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
  .body-footer .copy-right span {
    display: block;
  }
  .blog-category-tab {
    position: relative;
  }
  .blog-category-tab .right-column .blog-search .search-form-field {
    cursor: pointer;
  }
  .blog-category-tab .right-column .blog-search .search-form-field:focus {
    cursor: text;
    top: 100%;
    position: absolute;
    background: #f1f1f1;
    width: 100%;
    left: 0;
    color: #556675;
  }
  .woocommerce .woocommerce-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .woocommerce .woocommerce-message .wrap {
    margin: 0.9375rem 0 0;
  }
}

@media screen and (max-width: 62.438em) {
  .header-container .logo-container {
    text-align: center;
    width: 100%;
  }
  .header-container .header-right {
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
  #main-menu,
  .main-menu {
    width: 80%;
    margin: 0 10% 1.25rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.25rem;
  }
  .utility-nav {
    padding-top: 1.25rem;
  }
  .utility-nav li {
    width: 100%;
    text-align: center;
  }
  .utility-nav li a.phone {
    border: 1px solid #556675;
    border-radius: 5px;
    padding: 0 0.9375rem;
  }
  .utility-nav li a.phone:hover {
    border: 1px solid #cf5758;
    color: #cf5758;
  }
  .utility-nav li a.phone:hover, .utility-nav li a.contact:hover {
    color: #cf5758;
  }
  .micro-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .micro-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    overflow: hidden;
  }
  .micro-menu {
    width: 100%;
    padding: 1.25rem 0 2.5rem;
    display: none;
  }
  .micro-menu::before {
    content: '';
    background: #bdc3c8;
    height: 50px;
    left: -10%;
    position: absolute;
    bottom: -30px;
    transform: rotate(-1.5deg);
    width: 150%;
  }
  .woocommerce div.product .order-now-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0.625rem 0;
    background: #fff;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: block;
  }
  .woocommerce div.product .order-now-btn .button {
    max-width: 100%;
    width: 260px;
  }
  .woocommerce .product-single-details-wrapper .product-right-block.custom-mix-block {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 50em) {
  .clubs-menu-container {
    height: 41px;
  }
}

@media screen and (max-width: 49.938em) {
  .clubs-menu-container .header-cart {
    bottom: 0px;
    position: absolute;
    right: 15px;
  }
  .clubs-menu::before {
    content: '';
    background: #1367ae;
    height: 100px;
    left: -10%;
    position: absolute;
    top: -90px;
    transform: rotate(-1deg);
    width: 150%;
  }
  .what-is-included .what-is-included-wrapper {
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .what-is-included .what-is-included-container {
    border: 2px solid #1467b0;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background: #fff;
    padding: 1.875rem 0rem;
    position: relative;
    z-index: 2;
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 63.938em) {
  .browse-our-clubs-layouts .clubs-list-container .clubs-box .title {
    top: 75%;
    transform: translateX(-50%) translateY(-75%);
  }
  .browse-our-clubs-layouts .clubs-list-container .clubs-box .title .button {
    top: 80px;
  }
}

@media screen and (max-width: 37.438em) {
  .woocommerce .product-hero-wrapper .product-hero .image-item {
    display: none;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item.primary-image {
    display: block;
    width: 100%;
    text-align: center;
  }
  .woocommerce .product-hero-wrapper .product-hero .image-item .hero-logo {
    width: 300px;
  }
  .woocommerce .product-hero-wrapper .testimonial-block {
    position: relative;
    top: -20px;
    padding: 0 0.625rem;
  }
}

@media screen and (max-width: 31.25em) {
  .woocommerce .woocommerce-message .checkout-button-text {
    width: 100%;
    margin: 0.625rem 0 0;
  }
  .woocommerce .woocommerce-message .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

/*# sourceMappingURL=maps/main.css.map */