/*
Theme Name:   GeneratePress - BTYALY
Theme URI:    https://btyaly.com
Description:  Custom GeneratePress child theme
Author:       BTYALY
Author URI:   https://btyaly.com
Template:     generatepress
Version:      0.2
*/

/* Variables & Mixins */
/**
*
* Variables
*
**/
/** Grid **/
/** Typography **/
/**
*
* Colors
*
**/
/**
*
* Breakpoints
*
**/
/**
*
* Mixins
*
**/
/*
 * BEM element/modifier
 */
/* Reset */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-overflow-scrolling: touch;
}

/**
   * Remove default margin.
   */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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

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

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

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

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

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

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

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

/**
   * Address styling not present in IE 8/9.
   */
mark {
    background: #ff0;
    color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
    margin: 1em 40px;
}

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

/**
   * Contain overflow in all browsers.
   */
pre {
    overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
    overflow: visible;
}

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

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

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
    overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/* Base */
/**
  *
  * Fonts
  *
  **/
@font-face {
    font-family: 'sagonamedium';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-medium-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-medium-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-medium-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-medium-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-medium-webfont.svg#sagonamedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sagonabook';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-book-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-book-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-book-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-book-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-book-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/sagona-book-webfont.svg#sagonabook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'milliardlight';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-light-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-light-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-light-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-light-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-light-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-light-webfont.svg#milliardlight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'milliard_bookbold';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-bold-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-bold-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-bold-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-bold-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-bold-webfont.svg#milliard_bookbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'milliardmedium';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-medium-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-medium-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-medium-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-medium-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-medium-webfont.svg#milliardmedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'milliardextralight';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-extralight-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-extralight-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-extralight-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-extralight-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/milliard-extralight-webfont.svg#milliardextralight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fram_sregular';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Fram-S-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Fram-S-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Fram-S-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Fram-S-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Fram-S-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Fram-S-webfont.svg#fram_sregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vanitasregular';
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Vanitas-Regular-webfont.eot");
    src: url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Vanitas-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Vanitas-Regular-webfont.woff2") format("woff2"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Vanitas-Regular-webfont.woff") format("woff"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Vanitas-Regular-webfont.ttf") format("truetype"), url("https://cdn.btyaly.com/wp-content/themes/btyaly/fonts/Vanitas-Regular-webfont.svg#vanitasregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*
  * Create a button effect
  *
  * Based on bootstrap 3.w/e
  */
.wp-social-login-provider-list {
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 0;
}

.wp-social-login-connect-with {
    margin: 15px 0;
}

.wp-social-login-provider {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #792121;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: transparent;
    color: #792121;
    width: 40px;
    margin: 0;
}

.wp-social-login-provider:focus,
.wp-social-login-provider:active,
.wp-social-login-provider:hover {
    background-color: #792121;
    color: #fff;
}

/*
  * Change the button background color on mouse hover
  */
.wp-social-login-provider:hover,
.wp-social-login-provider:focus {
    background-color: #792121;
    color: #fff;
    text-decoration: none;
}

/**
  *
  * Defaults
  *
  **/
* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "sagonamedium", Arial, Helvetica, serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p.intro-paragraph {
    font-family: 'sagonamedium'!important;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 28px !important;
    min-height: 28px;

    &--use-drop {
        &:first-letter {
            float: left;
            margin-bottom: -10px;
            font-size: 88px;
            line-height: 75px;
            padding-top: 3px;
            padding-right: 8px;
            color: var(--drop-color);
        }
    }

    a {
        color: #111;
        position: relative;
        box-shadow: inset 0px -4px 0px #a46868;
        transition: all 150ms ease 0s;
        text-decoration: none;
        outline: 0;
        &:hover {
            background-color: #a46868;
        }
    }
}

.clearfix,
.homepage-list-v2,
.latest-thumbs,
.jump-to-box__navigation,
.am2-content .jump-to-box__navigation {
    *zoom: 1;
}

.clearfix:before,
.homepage-list-v2:before,
.latest-thumbs:before,
.jump-to-box__navigation:before,
.am2-content .jump-to-box__navigation:before,
.clearfix:after,
.homepage-list-v2:after,
.latest-thumbs:after,
.jump-to-box__navigation:after,
.am2-content .jump-to-box__navigation:after {
    display: table;
    content: '';
}

.clearfix:after,
.homepage-list-v2:after,
.latest-thumbs:after,
.jump-to-box__navigation:after,
.am2-content .jump-to-box__navigation:after {
    clear: both;
}

.archive-item__tags .svg-icon, .homepage-item-v2__categories .svg-icon, .insta__tags .svg-icon {
    fill: #bfbfbf;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

a {
    color: #792121;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #c93737;
}

p,
ul,
ol {
    margin: 0 0 30px 0;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

a,
a img,
button {
    transition: all 150ms ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #792121;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #c93737;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 12px;
}

/* Images
  ------------------------------------------------------------ */
figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s;
}

figure a:hover img {
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

figure a:hover img.real_img {
    -ms-transform: scale(1.03) translateX(-50%) translateY(-50%);
    transform: scale(1.03) translateX(-50%) translateY(-50%);
}

img {
    border: 0;
    -webkit-backface-visibility: hidden;
}

svg:not(:root) {
    overflow: hidden;
}

img.dummy {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

img.real_img {
    bottom: auto;
    display: block;
    height: auto;
    left: 50%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 50%;
    width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

img.wider {
    height: auto !important;
    width: 100% !important;
}

img.taller {
    width: auto !important;
    height: 100% !important;
}

.anchor {
    position: absolute;
    top: 48px;
}

.relative {
    position: relative;
}

/* Layout */
/**
  *
  * Grid Maker
  *
  **/
.container {
    width: 100%;
    padding: 0px 10px;
}

.col-1,
.homepage-list-v2,
.latest-thumbs,
.jump-to-box__navigation,
.am2-content .jump-to-box__navigation {
    width: 100%;
}

.col-12 {
    width: 48.75%;
    margin-right: 2.5%;
}

.col-13 {
    width: 31.66667%;
    margin-right: 2.5%;
}

.col-14 {
    width: 23.125%;
    margin-right: 2.5%;
}

.col-15 {
    width: 18%;
    margin-right: 2.5%;
}

.col-16 {
    width: 14.58333%;
    margin-right: 2.5%;
}

.col-23 {
    width: 65.83333%;
    margin-right: 2.5%;
}

.col-25 {
    width: 38.5%;
    margin-right: 2.5%;
}

.col-34 {
    width: 74.375%;
    margin-right: 2.5%;
}

.col-35 {
    width: 59%;
    margin-right: 2.5%;
}

.col-45 {
    width: 79.5%;
    margin-right: 2.5%;
}

.col-56 {
    width: 82.91667%;
    margin-right: 2.5%;
}

.col-12:nth-of-type(2n) {
    margin-right: 0px;
}

.col-13:nth-of-type(3n) {
    margin-right: 0px;
}

.col-14:nth-of-type(4n) {
    margin-right: 0px;
}

.col-15:nth-of-type(5n) {
    margin-right: 0px;
}

.col-16:nth-of-type(6n) {
    margin-right: 0px;
}

.col-12 .col-12:nth-of-type(2n) {
    margin-right: 0px;
}

.col-12 .col-13:nth-of-type(3n) {
    margin-right: 0px;
}

.col-14 .col-12:nth-of-type(2n) {
    margin-right: 0px;
}

.col-34 .col-12:nth-of-type(2n) {
    margin-right: 0px;
}

.col-1,
.homepage-list-v2,
.latest-thumbs,
.jump-to-box__navigation,
.am2-content .jump-to-box__navigation,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-23,
.col-25,
.col-34,
.col-35,
.col-45,
.col-56 {
    position: relative;
    float: left;
}

/*** Layout ***/
.layout {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.layout:last-of-type {
    margin-bottom: 0;
}

.wrapper {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.layout--narrow .wrapper {
    max-width: 750px;
}

.layout--full .wrapper {
    max-width: 100%;
}

.layout--full .wrapper .container {
    padding: 0;
}

/*** CONTEXTS ***/
.context--padding {
    padding: 30px 0px;
}

.context--image .wrapper .container {
    padding: 0;
}

.slideshow-modal .wrapper {
    max-width: 1230px;
}

.slideshow-modal .wrapper>.container {
    padding: 0px 10px;
}

/*** WordPress Default ***/
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    color: #000;
    z-index: 500;
    height: 48px;
    transition: all ease 0.3s;
}

@media (min-width: 769px) {
    #header {
        height: 52px;
    }
}

#header.sticky {
    background: #fff;
    transition: all ease 0.3s;
}

@media (min-width: 769px) {
    #header .header-search__icon {
        margin-top: 0px;
    }
}

#header svg {
    transition: all 150ms ease 0s;
}

#header .header__logo svg {
    width: auto;
    max-height: 27px;
    vertical-align: top;
}

body.menu-open #header .header__logo a svg,
body.search-open #header .header__logo a svg {
    fill: #792121;
}

body.menu-open #header .header__logo a img,
body.search-open #header .header__logo a img {
    filter: brightness(1) invert(0);
}

#header.white .resp-menu-icon__line {
    border-color: #fff;
}

#header.white .header-search__icon svg {
    fill: #fff;
}

#header.white .header-search__icon--close svg {
    fill: #792121;
}

#header.white .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: #ffffff !important;
}

#header.white .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active>.ubermenu-target:after {
    color: #000000 !important;
}

#header.white nav.ubermenu .ubermenu-target-text {
    color: #ffffff;
}

#header.white nav.ubermenu .ubermenu-active .ubermenu-target-text {
    color: #792121;
}

#header.white .header__logo a svg {
    fill: #fff;
}

#header.white .header__logo a img {
    filter: brightness(0) invert(1);
}

#header.white .header__logo-desktop {
    color: #ffffff;
}

#header.white .header__logo-desktop a {
    color: #ffffff;
}

#header.white .header__logo-desktop a svg {
    fill: #ffffff;
}

#header.white .header__logo-desktop a:hover {
    color: white;
}

#header.white .header__logo-desktop a:hover svg {
    fill: white;
}

#header.white.sticky .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    color: #000000 !important;
}

#header.white.sticky nav.ubermenu .ubermenu-target-text {
    color: #000000;
}

#header.white.sticky nav.ubermenu .ubermenu-active .ubermenu-target-text {
    color: #792121;
}

#header.white.sticky .header__logo a svg {
    fill: #792121;
}

#header.white.sticky .header__logo a img {
    filter: brightness(1) invert(0);
}

#header.white.sticky .header__logo-desktop {
    color: #792121;
}

#header.white.sticky .header__logo-desktop a {
    color: #792121;
}

#header.white.sticky .header__logo-desktop a svg {
    fill: #792121;
}

#header.white.sticky .header__logo-desktop a:hover {
    color: #a12c2c;
}

#header.white.sticky .header__logo-desktop a:hover svg {
    fill: #a12c2c;
}

#header.white.sticky .resp-menu-icon__line {
    border-color: #792121;
}

#header.white.sticky .header-search__icon svg {
    fill: #792121;
}

#header.red .resp-menu-icon__line {
    border-color: #792121;
}

#header.red .header-search__icon svg {
    fill: #792121;
}

#header.red .header-search__icon--close svg {
    fill: #792121;
}

#header.red .menu-open .resp-menu-icon__line {
    border-color: #792121;
}

#header.red .header__logo a {
    fill: #792121;
}

#header.red .header__logo a img {
    filter: brightness(1) invert(0);
}

#header.red.sticky .header__logo a {
    fill: #792121;
}

#header.red.sticky .header__logo a img {
    filter: brightness(1) invert(0);
}

#header.red.sticky .resp-menu-icon__line {
    border-color: #792121;
}

#header.red.sticky .header-search__icon svg {
    fill: #792121;
}

.header__logo-desktop {
    position: relative;
    top: -3px;
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    float: left;
    font-family: "fram_sregular";
    color: #792121;
}

@media (max-width: 1020px) {
    .header__logo-desktop {
        display: none;
    }
}

@media (min-width: 1021px) {
    .header__logo-desktop {
        display: block;
    }
}

.header__logo-desktop a {
    color: #792121;
}

.header__logo-desktop a svg {
    position: relative;
    fill: #792121;
    width: auto;
    height: 36px;
    height: 36.7px;
}

.header__logo-desktop a:hover {
    color: #a12c2c;
}

.header__logo-desktop a:hover svg {
    fill: #a12c2c;
}

.header__logo-desktop span {
    font-size: 50px;
}

.header__logo-desktop--standard {
    position: absolute;
    opacity: 1;
    transition: opacity 0.5s 0s ease;
}

.header__logo-desktop--standard svg .btyaly-letter {
    transition: opacity 1.2s 0.4s;
}

.header.sticky .header__logo-desktop--standard {
    transition: opacity 0.5s 0.3s ease;
    opacity: 0;
}

.header.sticky .header__logo-desktop--standard svg .btyaly-letter {
    transition: opacity 0.5s 0s;
}

.header.sticky .header__logo-desktop--standard svg .btyaly-letter-02,
.header.sticky .header__logo-desktop--standard svg .btyaly-letter-03,
.header.sticky .header__logo-desktop--standard svg .btyaly-letter-04,
.header.sticky .header__logo-desktop--standard svg .btyaly-letter-08,
.header.sticky .header__logo-desktop--standard svg .btyaly-letter-10 {
    opacity: 0;
    pointer-events: none;
}

.header__logo-desktop--transformed {
    position: absolute;
}

.header__logo-desktop--transformed svg {
    left: -1px;
}

.header__logo-desktop--transformed svg .btyaly-letter {
    opacity: 0;
    transition: opacity 0.5s 0s ease;
}

.header.sticky .header__logo-desktop--transformed svg .btyaly-letter {
    opacity: 1;
    transition: opacity 0.7s 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
}

.header.sticky .header__logo-desktop--transformed svg .btyaly-letter-1 {
    transition: opacity 0.5s 0s;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header__logo-desktop a.header__logo-desktop--standard svg {
        width: 264px;
    }

    .header__logo-desktop a.header__logo-desktop--transformed svg {
        width: 135px;
        width: 134.77px;
    }
}

@media (max-width: 1020px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #header .header__logo svg.btyaly-short-logo {
        width: 113.7px;
    }
}

.menu-open #header.white .resp-menu-icon__line {
    border-color: #792121;
}

.search-open #header.white .header__logo a img,
.menu-open #header.white .header__logo a img {
    filter: brightness(1) invert(0);
}

.menu-open #header.red .resp-menu-icon__line {
    border-color: #792121;
}

.header-search {
    transform: translate3d(0, 0, 0);
    width: 280px;
    padding: 55px 25px 25px;
    position: fixed;
    right: -295px;
    top: 0;
    background: #fff;
    z-index: 550;
    box-shadow: 0 0 3px #000;
    transition: 0.3s ease-in-out;
}

.header-search--advanced {
    height: 100%;
    overflow: hidden;
}

.header-search #searchform-header input#s::-webkit-input-placeholder {
    color: #792121 !important;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.header-search #searchform-header input#s:-moz-placeholder {
    color: #792121 !important;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.header-search #searchform-header input#s::-moz-placeholder {
    color: #792121 !important;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.header-search #searchform-header input#s:-ms-input-placeholder {
    color: #792121 !important;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.header-search .search-header-wrap {
    width: 100%;
    background: none;
    position: relative;
    border: 1px solid #792121;
}

.header-search .search-header-wrap input#s {
    background: transparent;
    color: #792121;
    text-align: center;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    border-radius: 0;
}

.header-search .search-header-wrap input#s:active,
.header-search .search-header-wrap input#s:focus {
    outline: none;
    border: 1px solid #792121;
}

.header-search .search-header-wrap #searchsubmit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 46px;
    padding: 0;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.header-search .search-header-wrap #searchsubmit svg {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 4px;
    fill: #792121;
}

.header-search__icon {
    position: absolute;
    right: 46px;
    top: 9px;
    z-index: 600;
    transition: transform3d(0, 0, 0);
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.header-search__icon svg {
    width: 30px;
    height: 30px;
    fill: #792121;
    transition: 0.3s ease-in-out;
}

.header-search__icon svg:hover {
    fill: #010000;
}

.header-search__icon--close {
    right: -65px;
    top: 11px;
}

.header-search__icon--close svg {
    width: 25px;
    height: 25px;
}

.menu-open .header-search__icon {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
    pointer-events: none;
}

.header-search__title {
    background: #792121;
    padding: 30px 0;
    margin: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 100;
    line-height: 1;
}

.header__brand {
    margin: 0;
    line-height: 1;
    height: 0;
}

.header__brand-name {
    display: none !important;
    opacity: 0;
    color: transparent;
}

.header__shop {
    position: absolute;
    right: 79px;
    top: 3px;
    z-index: 600;
    transform: translate3d(0, 0, 0);
    transition: 0.3s ease-in-out;
    opacity: 1;
}

@media (min-width: 769px) {
    .header__shop {
        display: none;
    }
}

.header__shop svg {
    width: 40px;
    height: 40px;
    fill: #792121;
    transition: 0.3s ease-in-out;
}

#header.white .header__shop svg {
    fill: #fff;
}

#header.white.sticky .header__shop svg {
    fill: #792121;
}

.menu-open .header__shop,
.search-open .header__shop {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
    pointer-events: none;
}

.header__logo {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    z-index: 600;
    transition: 0.2s ease-in-out;
}

.header__logo a img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 1021px) {
    .header__logo {
        display: none;
    }
}

.search-open {
    overflow: hidden;
}

.search-open .overlay {
    opacity: 1;
    z-index: 450;
}

.search-open .header__logo {
    left: 80%;
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
}

@media (max-width: 440px) {
    .search-open .header__logo {
        left: 60%;
    }
}

.search-open .header-search {
    transform: translate3d(-295px, 0, 0);
}

.search-open .header-search__icon--search {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
    pointer-events: none;
}

.search-open .header-search__icon--search svg {
    fill: #fff;
}

.search-open .header-search #searchform-header ::-webkit-input-placeholder {
    color: #FFF;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.search-open .header-search #searchform-header :-moz-placeholder {
    color: #FFF;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.search-open .header-search #searchform-header ::-moz-placeholder {
    color: #FFF;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.search-open .header-search #searchform-header :-ms-input-placeholder {
    color: #FFF;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.search-open .header-search__icon--close {
    transform: translate3d(-75px, 0, 0);
}



#content {
    padding-top: 60px;
    overflow: hidden !important;
}

.reading-text {
    padding-top: 35px;
}

.safe-hero {
    margin-top: -60px;
}

#footer {
    width: 100%;
    padding: 30px 0px;
}

.footer {
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    color: #792121;
}

@media (max-width: 768px) {
    .footer .col-14 {
        width: 50%;
        margin-right: 0;
    }

    .footer .col-15 {
        width: 32%;
        margin-right: 2%;
    }

    .footer .col-15:nth-child(3n) {
        margin-right: 0;
    }

    .footer .col-15:nth-child(4n) {
        width: 49%;
        margin-right: 2%;
    }

    .footer .col-15:nth-child(5n) {
        width: 49%;
        margin-right: 0;
    }
}

@media (max-width: 440px) {
    .footer .col-14 {
        text-align: center;
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .footer .col-15 {
        text-align: center;
        width: 100% !important;
        float: none;
        margin-right: 0 !important;
    }
}

.footer__title {
    color: #792121;
    margin-bottom: 40px;
    font-family: "milliard_bookbold", Arial, Helvetica, sans-serif;
}

@media (max-width: 440px) {
    .footer__title {
        margin-bottom: 10px;
    }
}

@media (max-width: 440px) {
    .footer__title {
        cursor: pointer;
    }

    .footer__title:after {
        position: relative;
        content: '+';
        margin-left: 5px;
        top: -2px;
    }
}

.footer .social {
    margin-top: 30px;
    font-family: sans-serif;
}

.footer__menu {
    padding-left: 0;
}

@media (max-width: 440px) {
    .footer__menu {
        display: none;
    }
}

.footer__menu li {
    margin-bottom: 5px;
    display: block;
}

.footer__menu li a {
    color: #792121;
    font-size: 16px;
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.footer__menu li a:hover {
    color: #c93737;
}

@media (max-width: 440px) {
    .active .footer__menu {
        display: block;
    }
}

@media (max-width: 440px) {
    .active .footer__title:after {
        content: '-';
    }
}

.subscribe {
    background: #666666;
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.subscribe[state="0"] {
    display: none;
}

@media (min-width: 769px) {
    .subscribe {
        padding: 26px 0 10px;
    }
}

.subscribe__text {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .subscribe__text {
        width: 35%;
        margin-right: 2%;
    }
}

.subscribe__form {
    float: left;
    width: 100%;
}

@media (min-width: 769px) {
    .subscribe__form {
        width: 63%;
    }
}

@media (max-width: 1273px) and (min-width: 768px) {
    .subscribe__form {
        padding-right: 22px;
    }
}

.subscribe__title {
    color: #792121;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 12px;
}

.subscribe__subtitle {
    color: #fff;
    line-height: 1.1;
}

.subscribe__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
}

.subscribe__close:hover {
    opacity: 0.7;
}

@media (min-width: 769px) {
    .subscribe__close {
        top: 7px;
        right: 5px;
    }
}

.subscribe__close svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.copyright {
    margin-top: 40px;
}




.overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.2s ease-in-out;
    z-index: -1;
    opacity: 0;
}



input,
select,
textarea {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.button,
input[type="submit"],
button {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
    border: none;
    background: #792121;
    color: #fff;
    border-radius: 2px;
    transition: all 0.1s ease-in-out;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.button:hover,
input[type="submit"]:hover,
button:hover {
    background: #511616;
    color: #fff;
}

.button--outlined {
    background: transparent !important;
    color: #792121 !important;
    border: 1px solid #792121 !important;
}

.button--outlined:hover {
    color: #fff !important;
    background: #792121 !important;
}

.button--outlined-2 {
    padding: 10px 18px 9px;
    background: transparent;
    color: #792121;
    border: 1px solid #792121;
    border-radius: 0;
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.button--outlined-2:hover {
    color: #fff;
    background: #792121;
}

.button[disabled],
input[disabled][type="submit"],
button[disabled] {
    pointer-events: none;
}

.button:not(.button--spinner)[disabled],
input[type="submit"]:not(.button--spinner)[disabled],
button:not(.button--spinner)[disabled] {
    color: grey;
    border-color: grey;
    background: transparent;
}

.button:not(.button--spinner)[disabled]:hover,
input[type="submit"]:not(.button--spinner)[disabled]:hover,
button:not(.button--spinner)[disabled]:hover {
    color: grey;
    border-color: grey;
    background: transparent;
}

.button--spinner {
    position: relative;
}

.button--spinner.spinning {
    color: transparent !important;
    background: none !important;
}



input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="number"],
textarea {
    display: block;
    overflow: visible;
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 3px;
}

input.invalid[type="text"],
input.invalid[type="email"],
input.invalid[type="tel"],
input.invalid[type="search"],
input.invalid[type="date"],
input.invalid[type="number"],
textarea.invalid {
    border: 1px solid red;
}

input.invalid[type="text"]+label,
input.invalid[type="email"]+label,
input.invalid[type="tel"]+label,
input.invalid[type="search"]+label,
input.invalid[type="date"]+label,
input.invalid[type="number"]+label,
textarea.invalid+label {
    color: red;
}

textarea {
    height: 200px;
}

@media mobile {
    textarea {
        height: 130px;
    }
}

input[type="submit"],
button {
    width: auto;
    cursor: pointer;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
    border: 1px solid #00ff00;
}

label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #792121;
}

label.filled {
    color: #792121;
}

label.active {
    color: #792121;
}

/* contact form 7 errors */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: inline-block;
    padding: 5px 10px;
    background: #cf4b4b;
    color: #fff;
}

.wpcf7-mail-sent-ok {
    background: #9dc024;
    color: #fff;
}

.screen-reader-response {
    display: none;
    padding: 10px 10px;
    margin-bottom: 20px;
    background: #792121;
    color: #fff;
}

.screen-reader-response[role="alert"] {
    display: block;
}

.wpcf7-display-none {
    display: none;
}

/* form placeholders */
form ::-webkit-input-placeholder {
    color: #792121;
    font-size: 16px;
    font-family: "sagonamedium", Arial, Helvetica, serif;
    font-weight: 300;
}

form :-moz-placeholder {
    color: #792121;
    font-size: 16px;
    font-family: "sagonamedium", Arial, Helvetica, serif;
    font-weight: 300;
}

form ::-moz-placeholder {
    color: #792121;
    font-size: 16px;
    font-family: "sagonamedium", Arial, Helvetica, serif;
    font-weight: 300;
}

form :-ms-input-placeholder {
    color: #792121;
    font-size: 16px;
    font-family: "sagonamedium", Arial, Helvetica, serif;
    font-weight: 300;
}



body .subscribe__form .caldera-grid .alert-warning {
    display: none;
}

@media (min-width: 769px) {
    body .subscribe__form .caldera-grid .row:nth-last-of-type(2) {
        max-width: 73%;
        max-width: calc(100% - 147px);
    }
}

@media (min-width: 769px) {
    body .subscribe__form .caldera-grid .form-group {
        margin-bottom: 10px;
    }
}

body .subscribe__form .caldera-grid .form-control {
    width: 100%;
    height: 40px;
    padding: 8px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    background: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

body .subscribe__form .caldera-grid input[type="submit"] {
    float: right;
    padding: 7px 25px 8px;
    height: 40px;
    color: #fff !important;
    background: none !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}

body .subscribe__form .caldera-grid input[type="submit"]:hover {
    background: #792121 !important;
}

@media (min-width: 769px) {
    body .subscribe__form .caldera-grid input[type="submit"] {
        margin-top: -50px;
    }
}

body .subscribe__form .caldera-grid form .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

body .subscribe__form .caldera-grid form .form-control:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

body .subscribe__form .caldera-grid form .form-control::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

body .subscribe__form .caldera-grid form .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

body .subscribe__form form.mailster-form .mailster-wrapper {
    margin-bottom: 15px;
}

@media (min-width: 769px) {
    body .subscribe__form form.mailster-form .mailster-wrapper {
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    body .subscribe__form form.mailster-form .mailster-wrapper:nth-last-of-type(2) {
        max-width: 73%;
        max-width: calc(100% - 150px);
    }
}

body .subscribe__form form.mailster-form .input {
    width: 100%;
    height: 40px;
    padding: 8px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    background: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

body .subscribe__form form.mailster-form input[type="submit"] {
    float: right;
    padding: 7px 25px 8px;
    height: 40px;
    color: #fff !important;
    background: none !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}

body .subscribe__form form.mailster-form input[type="submit"]:hover {
    background: #792121 !important;
}

@media (min-width: 769px) {
    body .subscribe__form form.mailster-form input[type="submit"] {
        margin-top: -50px;
    }
}

body .subscribe__form form.mailster-form .input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

body .subscribe__form form.mailster-form .input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

body .subscribe__form form.mailster-form .input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

body .subscribe__form form.mailster-form .input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.social {
    padding: 0px;
}

.social__item {
    list-style-type: none;
    float: left;
    margin-right: 8px;
    display: block;
    background: #792121;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 8px;
}

@media (max-width: 440px) {
    .social__item {
        float: none;
        display: inline-block;
    }
}

.social a {
    display: block;
}

.social__icon svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: all 150ms ease 0s;
    fill: #fff;
}

.social__icon svg use {
    fill: #fff;
}

.social__icon svg:hover {
    opacity: 0.6;
}

.social__icon--pinterest svg {
    width: 24px;
    height: 24px;
    margin-top: -2px;
}

.reading-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #792121;
    z-index: 99999;
    pointer-events: none;
}

body.slideshow-active .reading-progress-bar {
    opacity: 0;
}



.ubermenu-nav .related {
    margin-top: 16px;
    margin-bottom: 16px;
    background: #fff;
}

.ubermenu-nav .related__article-title {
    margin-top: 8px;
}

.ubermenu-nav .related__article {
    width: 100%;
    padding-left: 24px;
    padding-right: 2.5%;
    margin: 0;
}

.ubermenu-nav .related__article:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    left: 8px;
    min-height: 290px;
    height: 100%;
    background: rgba(121, 33, 33, 0.5);
}

@media (max-width: 768px) {
    .ubermenu-nav .related__article:after {
        display: none;
    }
}

.ubermenu-nav .related__article .ubermenu-target {
    padding: 0 !important;
}

.ubermenu-nav .ubermenu-content-block.ubermenu-widget-area {
    padding-left: 16px;
}

nav.ubermenu {
    margin-right: 0;
}

nav.ubermenu .ubermenu-target-text {
    font-family: "milliardmedium", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

nav.ubermenu .ubermenu-submenu {
    background: #ffffff;
}

nav.ubermenu .ubermenu-active {
    background: #ffffff;
}

nav.ubermenu .ubermenu-active .ubermenu-target-text {
    color: #792121;
}

nav.ubermenu .ubermenu-target {
    outline: none;
    margin-right: 10px;
    padding-top: 5px;
    padding-left: 10px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    margin-top: -12px !important;
    right: 4px !important;
    color: #000 !important;
}

.ubermenu-responsive-toggle {
    display: none !important;
}

body .ubermenu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
    padding: 0px 5px !important;
}

body .ubermenu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target:after {
    display: none !important;
}

body .ubermenu .ubermenu-tabs-group>.ubermenu-tab.ubermenu-active .ubermenu-target span {
    font-family: "milliard_bookbold", Arial, Helvetica, sans-serif;
}

.ubermenu-tabs-group {
    border: none !important;
}

.ubermenu-dropdown-title {
    font-size: 32px;
    line-height: 1;
    margin: 5px;
    color: #792121;
}

.ubermenu-submenu-drop {
    max-width: 1210px;
    left: 50% !important;
    -ms-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    display: none;
}

body .resp-menu nav.ubermenu {
    position: relative !important;
    display: block;
    visibility: visible !important;
    max-height: 100% !important;
}

.ubermenu-admin-notice {
    display: none;
}

body .ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
    margin-top: 0 !important;
}




.advanced-search {
    padding: 12px 0 0;
}

.header-search .advanced-search {
    position: absolute;
    top: 123px;
    bottom: 0;
    left: 25px;
    right: 25px;
    padding: 6px 0 32px;
    overflow: auto;
}

.header-search .advanced-search .sidebar {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
}

.header-search .advanced-search .sidebar .sidebar__title {
    color: #000 !important;
    margin: 16px 0 0 !important;
    font-weight: 300;
}

.header-search .advanced-search__title {
    margin: 0 0 6px;
    padding: 6px 0;
    height: 29px;
    font-size: 13px;
}

.header-search .advanced-search__title:after {
    top: 8px;
    right: 5px;
    width: 8px;
    height: 8px;
}

.header-search .advanced-search__reset {
    padding: 0;
}

.header-search .advanced-search__action {
    padding: 5px 0 0;
}

.header-search .advanced-search .facetwp-facet {
    margin-bottom: 2px !important;
    font-size: 13px;
    line-height: 16px;
}

.header-search .advanced-search .facetwp-facet label {
    font-size: 13px;
}

.header-search .advanced-search .facetwp-facet.facetwp-facet-price_range label:before {
    font-size: 16px;
}

.header-search .advanced-search .facetwp-facet.facetwp-type-number_range input:nth-of-type(2) {
    top: 23px;
}

.advanced-search__header-title {
    display: none;
    margin: 0;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #792121;
}

.advanced-search__title {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 16px;
    padding: 8px 0;
    height: 36px;
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    letter-spacing: -0.5px;
    border: none;
    border-bottom: 1px solid #792121;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.advanced-search__title:after {
    content: " ";
    position: absolute;
    display: block;
    top: 7px;
    right: 7px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #792121;
    border-bottom: 1px solid #792121;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.advanced-search__title[state="1"]:after {
    top: 17px !important;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.advanced-search__title[state="0"]+.facetwp-facet,
.advanced-search__title[state="0"]+br+.facetwp-facet {
    display: none;
    margin: 0 !important;
}

.advanced-search__reset {
    display: none;
    float: left;
    width: 100%;
    padding: 8px 0 0;
    text-align: center;
}

.advanced-search__reset .button,
.advanced-search__reset input[type="submit"],
.advanced-search__reset button {
    border: none;
    color: #000;
}

.advanced-search__reset .button:hover,
.advanced-search__reset input[type="submit"]:hover,
.advanced-search__reset button:hover {
    background: none;
    color: #792121;
}

.advanced-search__action {
    display: block;
    float: left;
    width: 100%;
    padding: 16px 0 0;
    text-align: center;
}

.advanced-search__submit {
    display: inline-block;
}










.language-switcher {
    display: block;
    float: right;
    margin: 6px 80px 0 10px;
}

.language-switcher .mlp-language-box {
    padding: 0;
}

.language-switcher .mlp-language-box ul {
    margin: 0;
    padding: 0;
}

.language-switcher .mlp-language-box ul li {
    display: inline-block;
    font-family: "milliardmedium", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin: 0;
}

.language-switcher .mlp-language-box ul li a {
          position: relative;
          margin-left: 13px;
          color: #000;
          padding: 5px 6px 5px 5px; }

.language-switcher .mlp-language-box ul li a:before {
    position: absolute;
    left: -11px;
    content: "/";
    margin: 0;
    color: #000 !important;
    pointer-events: none;
    transition: all 150ms ease 0s;
    font-weight: 400 !important;
}

.language-switcher .mlp-language-box ul li a:hover {
            color: #792121;
            background: #ffffff; }

.language-switcher .mlp-language-box ul li a.current-language-item {
            color: #792121;
            background: #ffffff; }

.language-switcher .mlp-language-box ul li:first-child a {
    margin-left: 0;
}

.language-switcher .mlp-language-box ul li:first-child a:before {
    display: none !important;
}

@media (max-width: 768px) {
    .language-switcher--desktop {
        display: none !important;
    }
}

#header.white .language-switcher--desktop .mlp-language-box ul li a {
    color: #fff;
}

#header.white .language-switcher--desktop .mlp-language-box ul li a:before {
    color: #fff !important;
}

#header.white .language-switcher--desktop .mlp-language-box ul li a:hover {
    color: #792121;
}

#header.white .language-switcher--desktop .mlp-language-box ul li a.current-language-item {
    border-bottom: 1px solid #fff;
}

#header.white.sticky .language-switcher--desktop .mlp-language-box ul li a {
    color: #000;
}

#header.white.sticky .language-switcher--desktop .mlp-language-box ul li a:before {
    color: #000 !important;
}

#header.white.sticky .language-switcher--desktop .mlp-language-box ul li a:hover {
    color: #792121;
}

#header.white.sticky .language-switcher--desktop .mlp-language-box ul li a.current-language-item {
    color: #792121;
    border-bottom: none;
}

.language-switcher--mobile {
    width: 100%;
    margin: 12px 0 0;
    text-align: right;
}

.language-switcher--mobile .mlp-language-box ul li {
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 15px;
    line-height: 1;
}

#header.white .language-switcher--desktop .mlp-language-box ul li.deact-mls-item a:before {
            color: #999 !important;
            background-color: transparent;
 }


#header.white .language-switcher--desktop .mlp-language-box ul li.deact-mls-item a:hover {
            color: #999 !important;
            background-color: transparent;
 }

#header.red .language-switcher--desktop .mlp-language-box ul li.deact-mls-item a:hover {
            color: #333 !important;
            background-color: transparent;
 }





.font-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 36px;
    line-height: 18px;
    text-align: center;
    font-family: "fram_sregular";
    border-radius: 50%;
    background: #792121;
    color: #ffffff;
}

/* Helpers */
/**
  *
  * Animations
  *
  **/
.spinner {
    display: none;
    margin: 0 auto 16px;
    width: 70px;
    text-align: center;
}

.spinner div {
    width: 18px;
    height: 18px;
    background-color: #792121;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

.button--spinner .spinner {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}

.filter .spinner {
    float: left;
    width: 100%;
    margin: 14px 0 -65px;
}

.filter .spinner div {
    background-color: #0000ff;
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.loader {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: load4 1.3s infinite linear;
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/**
  *
  * Helpers
  *
  **/
.left {
    position: relative;
    float: left;
}

.right {
    position: relative;
    float: right;
}

.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

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

.color-brand {
    color: #792121;
}

@media (min-width: 769px) {
    .only-small {
        display: none;
    }
}

@media (max-width: 768px) {
    .only-large {
        display: none;
    }
}

/* flexible-layout */
/*** Flexible Content wrapper ***/
.flexible-block {
    position: relative;
    margin-bottom: 20px;
}

.flexible-block:last-of-type {
    margin-bottom: 0;
}

/*** Accordion ***/
.am2-accordion__panel {
    clear: both;
}

.panel-title {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    color: #fff;
    background: #792121;
    border-bottom: 1px solid #511616;
    transition: all 0.1s ease-in-out;
}

.panel-title:hover {
    color: #fff;
    background: #511616;
}

.current .panel-title {
    color: #fff;
    background: #511616;
}

.panel-content {
    display: none;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 0 0 3px 3px;
}

.am2-accordion__toggle-icon {
    top: 4px;
}

.current .am2-accordion__toggle-icon {
    top: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.am2-articles---horizontal .article__link {
    display: block;
}

.am2-articles---horizontal .article__title {
    margin-top: 0;
}

.am2-articles---horizontal .article__text {
    margin-top: 20px;
    font-size: 16px;
}

/*** Files ***/
.am2-files__file {
    margin-bottom: 20px;
    padding: 30px;
    border-left: 4px solid transparent;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
    transition: all 0.1s ease-in-out;
}

.am2-files__file:hover {
    border-left: 4px solid #792121;
}

.am2-files__file:hover .file__link:before {
    width: 20px;
}

.am2-files__file .file__name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #792121;
}

.am2-files__file .file__description {
    width: 100%;
}

.am2-files__file .file__description p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.am2-files__file .file__link {
    font-size: 14px;
    font-weight: 300;
    transition: all 0.1s ease-in-out;
}

.am2-files__file .file__link:before {
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    font-family: "FontAwesome";
    content: "\f019";
    transition: all 0.1s ease-in-out;
}

.am2-files__file .file__link span {
    color: #b7b7b7;
}

/** Gallery **/
.am2-gallery__image {
    margin-bottom: 2.5%;
}

figure figcaption {
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    color: #792121;
}

.stk-post .am2-image--full-width {
    width: calc(100% + 20px) !important;
    margin-left: -10px !important;
}

.am2-image--full-width .wrapper-image {
    max-width: 100% !important;
}

.am2-image--full-width .wrapper-image>.container {
    padding: 0 !important;
}

@media (min-width: 1021px) {
    .am2-image {
        text-align: center;
    }
}

.am2-image__title {
    margin-bottom: 20px;
    margin-top: 0;
    color: #792121;
    padding-left: 10px;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

@media (min-width: 769px) {
    .am2-image__title {
        text-align: left;
        margin: 0 auto 20px;
        display: block;
        max-width: 1230px;
        padding: 0 10px;
    }

    .layout--narrow .am2-image__title {
        max-width: 770px;
    }
}

.am2-image img {
    max-width: 1600px;
    width: 100%;
    height: auto;
}

.expand-image {
    position: relative;
    display: inline-block;
}

.expand-image__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    fill: #792121;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.image-is-dark+.expand-image__icon,
.image-is-dark+*+.expand-image__icon,
.image-is-dark+*+*+.expand-image__icon {
    fill: #fff;
}

.expand-image.image-is-dark .expand-image__icon,
.expand-image.image-is-dark+*+.expand-image__icon,
.expand-image.image-is-dark+*+*+.expand-image__icon {
    fill: #fff;
}

.expand-image:hover .expand-image__icon {
    opacity: 1;
}

body a.pinit-button {
    position: absolute !important;
    background: none !important;
}

body a.pinit-button:after {
    display: none !important;
}

body img.pinit-hover {
    opacity: 1 !important;
}



/*** Table ***/
.am2-table {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.am2-table th,
.am2-table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px;
}

/*** Tabs ***/
.am2-tabs__titles {
    margin: 0;
    padding: 0;
}

.am2-tabs__titles li {
    float: left;
    list-style: none;
    margin: 0;
}

.am2-tabs__titles a {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    background: #792121;
    color: #fff;
    border-right: 1px solid #511616;
    transition: all 0.1s ease-in-out;
}

.am2-tabs__titles a.current {
    background: #511616;
    color: #fff;
}

.am2-tabs__panels {
    clear: both;
    padding: 20px;
    border: 1px solid transparent;
}



.text-gray-title {
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}

@media (min-width: 769px) and (max-width: 1020px) {
    .text-gray-title {
        text-align: left;
    }
}

@media (min-width: 1021px) {
    .text-gray-title {
        text-align: left;
    }
}

@media (min-width: 769px) {
    .gray-text-small-image-container {
        display: inline-block;
        width: 21.5%;
        margin-right: 4%;
        vertical-align: middle;
    }
}

img.gray-text-small-image {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
    height: auto;
}

p.text-gray-small {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

@media (min-width: 769px) {
    p.text-gray-small {
        display: inline-block;
        width: 74.5%;
        vertical-align: middle;
    }
}

/*** Video ***/
.am2-video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*** WYSIWYG ***/
.am2-content {
    position: relative;
    /*p:last-of-type{
          margin-bottom: 0px;
      }*/
}

.am2-content h2,
.am2-content h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.am2-content h3 {
    color: #000;
    font-size: 24px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}

.am2-content p {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    font-family: "sagonabook", Arial, Helvetica, serif;
}

@media (min-width: 769px) {
    .am2-content p {
        font-size: 20px;
        line-height: 26px;
    }
}

.am2-content ul:not(.lasso-component--controls) {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 30px;
}

.am2-content ul:not(.lasso-component--controls) li:not(.aesop-grid-gallery-item) {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 769px) {
    .am2-content ul:not(.lasso-component--controls) li:not(.aesop-grid-gallery-item) {
        font-size: 20px;
        line-height: 26px;
    }
}

.am2-content ul:not(.lasso-component--controls) li:not(.aesop-grid-gallery-item):before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: block;
    vertical-align: top;
    content: '.';
    font-size: 30px;
    line-height: 5px;
}

.am2-content ul:not(.lasso-component--controls).gform_fields li:before {
    content: '';
}

.am2-content img {
    max-width: 100%;
}

.am2-content .wp-caption {
    width: 100% !important;
    max-width: 100%;
}

.am2-content .wp-caption img {
    width: 100% !important;
    height: auto !important;
}



.am2-content .stk-image-figure img,
.stk-image-figure img {
    display: initial;
}

.subheader-text {
    font-size: 24px;
    line-height: 120%;
    font-family: "sagonamedium", Arial, Helvetica, serif;
}

.subheader-text a {
    color: #111;
    position: relative;
    box-shadow: inset 0px -6px 0px #a46868;
}

.subheader-text a:hover {
    background-color: #a46868;
}

.drop-cap:first-letter {
    float: left;
    margin-bottom: -10px;
    font-size: 88px;
    line-height: 75px;
    padding-top: 1px;
    padding-right: 8px;
}

@media (min-width: 769px) {
    .drop-cap:first-letter {
        margin-bottom: -10px;
        font-size: 95px;
        padding-top: 3px;
    }
}

.subheader-text.drop-cap:first-letter {
    margin-bottom: -24px;
    font-size: 108px;
    line-height: 85px;
    padding-top: 2px;
    padding-right: 8px;
}

body #setka-editor .stk-post.stk-post a,
body #setka-editor .stk-post.stk-post a.stk-reset,
body .stk-post.stk-post a,
body.stk-post.stk-post a.stk-reset {
    transition: all 150ms ease 0s;
}

.stk-post a.stk-reset {
    cursor: pointer !important;
}

/*** Map ***/
.am2-map-box {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
}

.jump-to-box-position-marker {
    display: none !important;
}

body .stk-container.ignore-jump-to-title,
body .ignore-jump-to-title {
    background: none !important;
}

body .stk-container.ignore-jump-to-title:before,
body .ignore-jump-to-title:before {
    display: none !important;
}


.page__hero {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .page__hero {
        height: 640px;
        height: 100vh;
    }
}

@media (min-width: 769px) {
    .page__hero {
        height: 730px;
        height: 100vh;
    }
}

.page__hero img {
    display: none !important;
}

@media (max-width: 768px) {
    .page__hero img {
        width: 100%;
        height: auto;
    }
}

.page__hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .page__hero--smartphone-square:not(.page-hero--video) {
        height: auto;
    }

    .page__hero--smartphone-square:not(.page-hero--video) img {
        display: block !important;
    }
}

.page__hero--video {
    height: 0 !important;
    padding: 0 0 56.25% !important;
}

@media (min-width: 927px) {
    .page__hero--video {
        padding: 0 0 45% !important;
    }
}

.page__hero--video img {
    display: none !important;
}

.page__hero--small-height:not(.override) {
    height: 450px !important;
}

@media (max-width: 768px) {
    .page__hero--small-height:not(.override) {
        height: 180px !important;
    }

    .page__hero--small-height:not(.override) img {
        display: none !important;
    }
}

.page__hero--small-height-desktop:not(.override) {
		height: 450px !Important;
		height: 60vh !Important;
	}

.page__header {
    position: relative;
}

@media (min-width: 769px) {
    .page__header.only-small-title {
        margin-bottom: -16px;
        padding-bottom: 64px;
    }
}

.page__header .container {
    position: relative;
}

.page__header img {
    height: auto;
    display: block;
    margin: 0 auto;
}

.page__title {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'sagonabook';
    font-weight: lighter;
    text-align: left;
}

@media (min-width: 769px) {
    .page__title {
        font-size: 60px;
    }

    .only-small-title .page__title {
        display: none;
    }
}

.ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 927px) {
    .ytplayer {
        top: -16.25%;
        left: -16.25%;
        width: 132.5%;
        height: 132.5%;
        pointer-events: none;
    }
}

.hero-title {
    position: absolute;
    top: 160px;
    right: 40px;
    width: 100%;
    max-width: 670px;
}

.hero-title[data-horizontal="left"] {
    left: 40px;
    right: auto;
}

.hero-title[data-horizontal="right"] {
    left: auto;
    right: 40px;
}

.hero-title[data-horizontal="center"] {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-title[data-vertical="top"] {
    top: 160px;
    bottom: auto;
}

.hero-title[data-vertical="bottom"] {
    top: auto;
    bottom: 160px;
}

body.single-articles .hero-title[data-vertical="bottom"] {
    bottom: 80px;
}

.hero-title[data-vertical="center"] {
    top: 50%;
    bottom: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-title[data-horizontal="center"][data-vertical="center"] {
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-title[data-textalign="left"] {
    text-align: left;
}

.hero-title[data-textalign="right"] {
    text-align: right;
}

.hero-title[data-textalign="center"] {
    text-align: center;
}

@media (max-width: 768px) {
    .hero-title {
        left: 10px !important;
        bottom: 6px !important;
        top: auto !important;
        right: 10px !important;
        width: auto !important;
        max-width: 100% !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .hero-title[data-mobile-vertical="top"] {
        top: 135px !important;
        bottom: auto !important;
    }

    .hero-title[data-mobile-vertical="center"] {
        top: 50% !important;
        bottom: auto !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .hero-mark--left-bottom .hero-title[data-mobile-vertical="bottom"] {
        bottom: 64px !important;
        padding-right: 0;
    }

    .page__hero--video .hero-title {
        display: none;
    }

    .page__hero--is-reading-time .hero-title {
        margin-bottom: 3px;
        padding-right: 60px;
    }
}

.hero-title__title {
    margin: 0 0 32px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-size: 54px;
    line-height: 1.15;
    letter-spacing: -1px;
}

@media (max-width: 1224px) {
    .hero-title__title {
        font-size: 36px;
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .hero-title__title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .page__hero--is-reading-time .hero-title__title {
        margin-bottom: -1px;
    }
}

.hero-title__subtitle p {
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

@media (max-width: 1224px) {
    .hero-title__subtitle p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .hero-title__subtitle p {
        font-size: 17px;
        margin-top: 2px;
    }
}

.hero-title[data-title-font-type="serif"] .hero-title__title {
    font-family: "sagonabook", Arial, Helvetica, serif;
    font-weight: 400;
}

@media (max-width: 768px) {
    .page__hero--is-reading-time .hero-title[data-title-font-type="serif"] .hero-title__title {
        margin-bottom: -5px;
    }
}

@media (max-width: 768px) {
    .page__hero--is-reading-time .hero-title[data-title-font-type="serif"] .hero-title__title+.hero-title__subtitle {
        margin-top: 5px;
    }
}

.hero-title[data-subtitle-font-type="serif"] .hero-title__subtitle,
.hero-title[data-subtitle-font-type="serif"] .hero-title__subtitle p {
    font-family: "sagonabook", Arial, Helvetica, serif;
    font-weight: 400;
}

.hero-title[data-color="black"] .hero-title__title,
.hero-title[data-color="black"] .hero-title__subtitle,
.hero-title[data-color="black"] .hero-title__subtitle p {
    color: #000;
}

.hero-title[data-color="white"] .hero-title__title,
.hero-title[data-color="white"] .hero-title__subtitle,
.hero-title[data-color="white"] .hero-title__subtitle p {
    color: #fff;
}

.reading-time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #000;
    text-align: right;
    font-family: "milliardmedium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
}

.page__hero--is-reading-time:not(.smartphone-portrait) .mark+.reading-time {
    right: 16px;
}

.page__hero--is-reading-time:not(.smartphone-portrait) .mark--left-bottom+.reading-time {
    bottom: 12px;
}

@media (min-width: 769px) {
    .reading-time {
        display: none !important;
    }
}

.reading-time__loader {
    color: #000;
    margin-bottom: -5px;
    -ms-transform: scale(0.1);
    transform: scale(0.1);
}

.reading-time__value {
    display: none;
}

.reading-time__minutes {
    display: none;
}

.hero-title[data-color="white"]+.reading-time,
.hero-title[data-color="white"]+* .reading-time {
    color: #fff;
}

.hero-title[data-color="white"]+.reading-time .reading-time__loader,
.hero-title[data-color="white"]+* .reading-time .reading-time__loader {
    color: #fff;
}



.contact-page-form {
    margin: 0 0 32px;
}

.contact-page-form>.wrapper {
    padding: 0 10px;
}

.contact-page-form>.wrapper>.container {
    width: 100%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.am2-content .caldera-grid .alert-warning {
    display: none;
}

.am2-content .caldera-grid .help-block {
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
}

.am2-content .caldera-grid h2 {
    margin: 30px 0 14px;
}

.am2-content .caldera-grid p {
    margin: 0 0 16px;
}

@media (min-width: 769px) {
    .am2-content .caldera-grid .row:nth-last-of-type(2) {
        max-width: 100%;
    }
}

.am2-content .caldera-grid .control-label {
    margin-bottom: 0;
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000000;
}

.am2-content .caldera-grid .field_required {
    color: #792121 !important;
}

.am2-content .caldera-grid .form-control {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    color: #000000;
    font-family: "milliardmedium", Arial, Helvetica, sans-serif;
    background: none;
    background-color: transparent;
    border: 1px solid #868686;
    border-radius: 0px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.am2-content .caldera-grid textarea.form-control {
    height: auto;
}

.am2-content .caldera-grid input[type="submit"] {
    display: inline-block;
    margin: 16px 0 16px !important;
    float: left !important;
    padding: 10px 18px 9px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    background: transparent !important;
    color: #792121 !important;
    border: 1px solid #792121 !important;
    border-radius: 0;
    transition: all 0.1s ease-in-out;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.am2-content .caldera-grid input[type="submit"]:hover {
    color: #fff !important;
    background: #792121 !important;
}

.am2-content .mailster-form {
    width: 100%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.am2-content .mailster-form h2 {
    margin: 30px 0 14px;
}

.am2-content .mailster-form p {
    margin: 0 0 16px;
}

.am2-content .mailster-form label {
    margin-bottom: 0;
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000000;
}

.am2-content .mailster-form .mailster-wrapper {
    margin: 0 0 16px;
}

.am2-content .mailster-form .input {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    color: #000000;
    font-family: "milliardmedium", Arial, Helvetica, sans-serif;
    background: none;
    background-color: transparent;
    border: 1px solid #868686;
    border-radius: 0px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.am2-content .mailster-form input[type="submit"] {
    display: inline-block;
    margin: 16px 0 16px !important;
    float: left !important;
    padding: 10px 18px 9px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "milliardlight", Arial, Helvetica, sans-serif;
    background: transparent !important;
    color: #792121 !important;
    border: 1px solid #792121 !important;
    border-radius: 0;
    transition: all 0.1s ease-in-out;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.am2-content .mailster-form input[type="submit"]:hover {
    color: #fff !important;
    background: #792121 !important;
}

.am2-content .caldera-grid form .form-control::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.am2-content .caldera-grid form .form-control:-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.am2-content .caldera-grid form .form-control::-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.am2-content form.mailster-form .input:-ms-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.am2-content form.mailster-form .input::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.am2-content form.mailster-form .input:-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.am2-content form.mailster-form .input::-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.am2-content form.mailster-form .input:-ms-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

.editus-content {
    padding: 0 0 32px;
}


/*** Slick Slider ***/
.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    touch-action: auto;
    -ms-touch-action: auto;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.slick-dots {
    padding-left: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    list-style-type: none;
}

.slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.slick-dots li button {
    text-indent: -900em;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    opacity: 0.6;
    transition: 0.2s ease-in-out;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    opacity: 1;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 40px;
    height: 40px;
    text-indent: -900em;
    overflow: hidden;
    background: transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 0;
    transition: 0.2s ease-in-out;
    opacity: 0.5;
    outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.slick-next {
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    right: 50px;
}

.slick-prev {
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    left: 50px;
}

@media (max-width: 768px) {
    .js-slick-home-latest .slick-list {
        overflow: visible;
    }
}

.js-slick-home-latest .slick-dots li {
    margin-right: 10px;
}

.js-slick-home-latest .slick-dots li:last-child {
    margin-right: 0;
}

.js-slick-home-latest .slick-dots li button,
.js-slick-home-latest .slick-dots li button:hover,
.js-slick-home-latest .slick-dots li button:active,
.js-slick-home-latest .slick-dots li button:focus {
    opacity: 0.6;
    width: 16px;
    height: 16px;
    background: #792121;
}

.js-slick-home-latest .slick-dots li.slick-active button {
    opacity: 1;
}

@media (max-width: 768px) {
    .js-slick-home-latest.insta-list {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .js-slick-home-latest.insta-list .slick-slide {
        padding-right: 20px;
    }
}

.js-slick-home-latest.insta-list .slick-dots {
    bottom: 0;
}

/*** Responsive Tables ***/
@media (max-width: 768px) {
    .js-responsive-table {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 150px;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .pinned table th,
    .pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    div.table-wrapper div.scrollable {
        margin-left: 150px;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    .js-responsive-table td,
    .js-responsive-table th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    .js-responsive-table th:first-child,
    .js-responsive-table td:first-child,
    .js-responsive-table td:first-child,
    .js-responsive-table.pinned td {
        display: none;
    }
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_details {
    background: #ffffff;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_group_status {
    color: #000;
    font-style: normal;
}

#slb_viewer_wrap div.slb_theme_slb_default .slb_group_status {
    color: #792121;
    font-style: normal;
    font-family: "milliardextralight", Arial, Helvetica, sans-serif;
}

#slb_viewer_wrap div.slb_theme_slb_default .slb_controls {
    top: -38px;
    right: 0;
    width: 100%;
    height: 38px;
    background: #fff;
    text-align: center;
}

#slb_viewer_wrap div.slb_theme_slb_default .slb_controls .slb_close {
    position: relative;
    top: 10px;
}

#slb_viewer_wrap div.slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
    width: auto;
    height: auto;
    float: none;
    margin-left: 0;
    text-indent: 0px;
    opacity: 1;
    font-size: 18px;
    text-transform: uppercase;
    background: none;
    color: #792121;
}

#slb_viewer_wrap div.slb_theme_slb_default .slb_controls .slb_slideshow {
    display: none;
}

#slb_viewer_wrap .slb_theme_slb_black .slb_container {
    padding: 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_black .slb_container * {
    text-align: center;
}

.ubermenu-bound,
.ubermenu-bound-inner .ubermenu-nav {
    position: static !important;
}

/**
   * Swiper 3.4.1
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * 
   * http://www.idangero.us/swiper/
   * 
   * Copyright 2016, Vladimir Kharlampidi
   * The iDangero.us
   * http://www.idangero.us/
   * 
   * Licensed under MIT
   * 
   * Released on: December 13, 2016
   */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}


.single-article__hero-image a.pinit-button {
    top: auto !important;
    bottom: 10px;
}

a.pinit-button:hover {
    opacity: .8;
}

.image-is-dark a.pinit-button span,
.image-is-dark+a.pinit-button span {
    background-image: url("images/svg-icons/pinterest-white.svg") !important;
}


/*# sourceMappingURL=style.css.map */

body #siq_search_results .siq-prodfacet-contL div.siq-rp-panel.siq-rp-show, #siq_search_results .siq_searchForm .siq_searchWrapper .siq_searchBox {
    border-top: 1px solid #792121 !important;
}

.srch-det-arrow {display:none !important;}

h1.home-hero-v2__content.letters-animate-in {font-weight: normal !important;}

.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

body #siq_search_results .siq-prodfacet-contL .siq-rp-facet-post-type div.siq-rp-panel ul li a { text-transform: capitalize !important; } 
body #siq_search_results .siq-prodfacet-contL div.siq-rp-panel ul li[data-siq-filter-val="instas"] a { font-size: 0 !important; } 
body #siq_search_results .siq-prodfacet-contL div.siq-rp-panel ul li[data-siq-filter-val="instas"] a:before { padding: 0!important; font-size: 13px!important; color: #444!important; content: 'Memos' !important; }


/*# Newsletter */

div.alignfull.wp-block-ugb-cta.ugb-cta.ugb-5ebc785.ugb-cta.ugb-cta--v2.ugb-cta--design-horizontal-2.ugb-main-block.ugb--has-custom-content-width.ugb-main-block--inner-center.ugb--has-block-background.ugb--has-background-overlay {
      width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}

span.ugb-button--inner {
  font-family: milliardmedium !important;
}

h2.block-editor-rich-text__editable.ugb-cta__title.rich-text.keep-placeholder-on-focus img, .ugb-cta__title img {
  margin-bottom: -5px !important;
  margin-left: -6px !important;
  padding-right: 6px !important;
}
h2.ugb-cta__title {
  font-size: 39px !important;
}