@charset "UTF-8";
:root {
  --Font-Family-Primary: Aqualim, serif;
  --Font-Family-Secondary: Glacial Indifference, sans-serif;
  --Font-Family-Tertiary: Mr Canfields Pro, cursive;
  --Font-Weight-Light: 300;
  --Font-Weight-Regular: 400;
  --Font-Weight-Italic: italic;
  --Font-Weight-Bold: 700;
  --Font-Letter-Spacing-None: calc(var(--Sizes-0) * 1px);
  --Font-Letter-Spacing-XS: 0.2px;
  --Font-Letter-Spacing-S: 0.4px;
  --Font-Letter-Spacing-M: 0.8px;
  --Font-Letter-Spacing-L: 1.2px;
  --Font-Letter-Spacing-XL: 1.6px;
  --Font-Letter-Spacing-XXL: 2.4px;
  --Color-Brand-Primary: #9a610d;
  --Color-Brand-Highlight: #cbae77;
  --Color-Neutral-Light: #FFFFFF;
  --Color-Neutral-medLight: #f8efde;
  --Color-Neutral-medDark: #431c0f;
  --Color-Neutral-Dark: #431c0f;
  --Sizes-0: 0;
  --Sizes-2: 2;
  --Sizes-4: 4;
  --Sizes-8: 8;
  --Sizes-12: 12;
  --Sizes-16: 16;
  --Sizes-18: 18;
  --Sizes-24: 24;
  --Sizes-32: 32;
  --Sizes-36: 36;
  --Sizes-40: 40;
  --Sizes-48: 48;
  --Sizes-56: 56;
  --Sizes-64: 64;
  --Sizes-72: 72;
  --Sizes-84: 84;
  --Sizes-96: 96;
  --Sizes-124: 124;
  --Sizes-160: 160;
  --Opacity-100: 1.0;
  --Opacity-90: 0.9;
  --Opacity-80: 0.8;
  --Opacity-70: 0.7;
  --Opacity-60: 0.6;
  --Opacity-50: 0.5;
  --Opacity-40: 0.4;
  --Opacity-30: 0.3;
  --Opacity-20: 0.2;
  --Opacity-10: 0.1;
  --Opacity-0: 0;
  --Radius-None: 0px;
  --Radius-xs: 4px;
  --Radius-s: 12px;
  --Radius-md: 18px;
  --Radius-lg: 24px;
  --Radius-xl: 160px;
  --Typography-Headers_Dark: var(--Color-Neutral-Dark);
  --Typography-Headers_Light: var(--Color-Neutral-Light);
  --Typography-Header_Highlight: var(--Color-Brand-Primary);
  --Typography-Header_Light: var(--Color-Brand-Highlight);
  --Typography-Body_Dark:	var(--Color-Neutral-Dark);
  --Typography-Body_Light:	var(--Color-Neutral-Light);
  --Typography-Body_Highlight:	var(--Color-Neutral-Light);
  --Typography-Button-Default:	var(--Color-Neutral-Light);
  --Typography-Button-Secondary:	var(--Color-Brand-Primary);
  --Container-Neutral-Primary:	var(--Color-Neutral-Light);
  --Container-Neutral-Secondary:	var(--Color-Neutral-medLight);
  --Container-Neutral-Accent:	var(--Color-Brand-Highlight);
  --Container-Neutral-Dark: var(--Color-Neutral-Dark);
  --Container-Action-Container-default: var(--Color-Brand-Highlight);
  --Container-Action-Container-hover: var(--Color-Brand-Primary);
  --Container-Action-Button-Primary-default: var(--Color-Brand-Primary);
  --Container-Action-Button-Primary-hover: var(--Color-Neutral-Dark);
  --Container-Action-Button-Secondary-text: var(--Color-Neutral-Dark);
  --Container-Action-Button-Secondary-default: var(--Color-Brand-Highlight);
  --Container-Action-Button-Secondary-hover: var(--Color-Brand-Primary);
}

:root {
  --Font-Family-Headers-XXXL: var(--Font-Family-Tertiary);
  --Font-Family-Headers-XXL: var(--Font-Family-Primary);
  --Font-Family-Headers-XL: var(--Font-Family-Primary);
  --Font-Family-Headers-L: var(--Font-Family-Primary);
  --Font-Family-Headers-M: var(--Font-Family-Secondary);
  --Font-Family-Headers-S: var(--Font-Family-Secondary);
  --Font-Family-Headers-XS: var(--Font-Family-Primary);
  --Font-Family-Body-L: var(--Font-Family-Secondary);
  --Font-Family-Body-M: var(--Font-Family-Secondary);
  --Font-Family-Body-S: var(--Font-Family-Secondary);
  --Font-Family-Body-XS: var(--Font-Family-Secondary);
  --Font-Family-Action-Button: var(--Font-Family-Secondary);
  --Font-Family-Action-Text-Link: var(--Font-Family-Secondary);
  --Font-Family-Action-Tag: var(--Font-Family-Secondary);
  --Font-Family-Action-Nav: var(--Font-Family-Secondary);
  --Font-Size-Headers-XXXL: calc(var(--Sizes-64) / 16 * 1rem);
  --Font-Size-Headers-XXL: calc(var(--Sizes-56) / 16 * 1rem);
  --Font-Size-Headers-XL: calc(var(--Sizes-48) / 16 * 1rem);
  --Font-Size-Headers-L: calc(var(--Sizes-36) / 16 * 1rem);
  --Font-Size-Headers-M: calc(var(--Sizes-24) / 16 * 1rem);
  --Font-Size-Headers-S: calc(var(--Sizes-12) / 16 * 1rem);
  --Font-Size-Headers-XS: calc(var(--Sizes-12) / 16 * 1rem);
  --Font-Size-Body-L: calc(var(--Sizes-18) / 16 * 1rem);
  --Font-Size-Body-M: calc(var(--Sizes-16) / 16 * 1rem);
  --Font-Size-Body-S: calc(var(--Sizes-14) / 16 * 1rem);
  --Font-Size-Body-XS: calc(var(--Sizes-8) / 16 * 1rem);
  --Font-Size-Action-Button: calc(var(--Sizes-12) / 16 * 1rem);
  --Font-Size-Action-Text-Link: calc(var(--Sizes-12) / 16 * 1rem);
  --Font-Size-Action-Tag: calc(var(--Sizes-12) / 16 * 1rem);
  --Font-Size-Action-Nav: calc(var(--Sizes-12) / 16 * 1rem);
  --Font-Line-Height-Headers-XXXL: calc(var(--Sizes-72) / 16 * 1rem);
  --Font-Line-Height-Headers-XXL: calc(var(--Sizes-64) / 16 * 1rem);
  --Font-Line-Height-Headers-XL: calc(var(--Sizes-56) / 16 * 1rem);
  --Font-Line-Height-Headers-L: calc(var(--Sizes-48) / 16 * 1rem);
  --Font-Line-Height-Headers-M: calc(var(--Sizes-36) / 16 * 1rem);
  --Font-Line-Height-Headers-S: calc(var(--Sizes-18) / 16 * 1rem);
  --Font-Line-Height-Headers-XS: calc(var(--Sizes-16) / 16 * 1rem);
  --Font-Line-Height-Body-L: calc(var(--Sizes-36) / 16 * 1rem);
  --Font-Line-Height-Body-M: calc(var(--Sizes-32) / 16 * 1rem);
  --Font-Line-Height-Body-S: calc(var(--Sizes-18) / 16 * 1rem);
  --Font-Line-Height-Body-XS: calc(var(--Sizes-12) / 16 * 1rem);
  --Font-Line-Height-Action-Button: calc(var(--Sizes-18) / 16 * 1rem);
  --Font-Line-Height-Action-Text-Link: calc(var(--Sizes-24) / 16 * 1rem);
  --Font-Line-Height-Action-Tag: calc(var(--Sizes-16) / 16 * 1rem);
  --Font-Line-Height-Action-Nav: calc(var(--Sizes-18) / 16 * 1rem);
  --Font-Weight-Headers-XXXL: var(--Font-Weight-Regular);
  --Font-Weight-Headers-XXL: var(--Font-Weight-Regular);
  --Font-Weight-Headers-XL: var(--Font-Weight-Regular);
  --Font-Weight-Headers-L: var(--Font-Weight-Regular);
  --Font-Weight-Headers-M: var(--Font-Weight-Light);
  --Font-Weight-Headers-S: var(--Font-Weight-Bold);
  --Font-Weight-Headers-XS: var(--Font-Weight-Light);
  --Font-Weight-Body-L: var(--Font-Weight-Regular);
  --Font-Weight-Body-M: var(--Font-Weight-Regular);
  --Font-Weight-Body-S: var(--Font-Weight-Regular);
  --Font-Weight-Body-XS: var(--Font-Weight-Bold);
  --Font-Weight-Action-Button: var(--Font-Weight-Bold);
  --Font-Weight-Action-Text-Link: var(--Font-Weight-Regular);
  --Font-Weight-Action-Tag: var(--Font-Weight-Regular);
  --Font-Weight-Action-Nav: var(--Font-Weight-Regular);
  --Font-Letter-Spacing-Headers-XXXL: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Headers-XXL: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Headers-XL: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Headers-L: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Headers-M: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Headers-S: var(--Font-Letter-Spacing-XXL);
  --Font-Letter-Spacing-Headers-XS: var(--Font-Letter-Spacing-XL);
  --Font-Letter-Spacing-Body-L: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Body-M: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Body-S: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Body-XS: var(--Font-Letter-Spacing-None);
  --Font-Letter-Spacing-Action-Button: var(--Font-Letter-Spacing-L);
  --Font-Letter-Spacing-Action-Text-Link: var(--Font-Letter-Spacing-L);
  --Font-Letter-Spacing-Action-Tag: var(--Font-Letter-Spacing-M);
  --Font-Letter-Spacing-Action-Nav: var(--Font-Letter-Spacing-M);
  --Font-Paragraph-Headers-XXXL: calc(var(--Sizes-124) * 1px);
  --Font-Paragraph-Headers-XXL: calc(var(--Sizes-64) * 1px);
  --Font-Paragraph-Headers-XL: calc(var(--Sizes-56) * 1px);
  --Font-Paragraph-Headers-L: calc(var(--Sizes-48) * 1px);
  --Font-Paragraph-Headers-M: calc(var(--Sizes-36) * 1px);
  --Font-Paragraph-Headers-S: calc(var(--Sizes-24) * 1px);
  --Font-Paragraph-Headers-XS: calc(var(--Sizes-16) * 1px);
  --Font-Paragraph-Body-L: calc(var(--Sizes-32) * 1px);
  --Font-Paragraph-Body-M: calc(var(--Sizes-24) * 1px);
  --Font-Paragraph-Body-S: calc(var(--Sizes-18) * 1px);
  --Font-Paragraph-Body-XS: calc(var(--Sizes-12) * 1px);
  --Font-Paragraph-Action-Button:	calc(var(--Sizes-18) * 1px);
  --Font-Paragraph-Action-Text-Link: calc(var(--Sizes-18) * 1px);
  --Font-Paragraph-Action-Tag:	calc(var(--Sizes-16) * 1px);
  --Font-Paragraph-Action-Nav:	calc(var(--Sizes-18) * 1px);
  --Container-width-2x:	184px;
  --Container-width-3x:	288px;
  --Container-width-4x:	392px;
  --Container-width-5x:	496px;
  --Container-width-6x:	600px;
  --Container-width-6x-24-border: 624px;
  --Container-width-7x:	704px;
  --Container-width-half:	716px;
  --Container-width-8x:	808px;
  --Container-width-9x:	912px;
  --Container-width-10x:	1016px;
  --Container-width-12x:	1224px;
  --Container-width-full:	1440px;
  --Container-height-s: 480px;
  --Container-height-md: 600px;
  --Container-height-lg: 720px;
  --Container-height-xl: 840px;
  --Container-height-xxl: 900px;
  --Icon-L: calc(var(--Sizes-32) * 1px);
  --Icon-M: calc(var(--Sizes-24) * 1px);
  --Icon-S: calc(var(--Sizes-16) * 1px);
  --Icon-XS: calc(var(--Sizes-12) * 1px);
  --Grid-padding-none: calc(var(--Sizes-0) * 1px);
  --Grid-padding-xxxxs: calc(var(--Sizes-2) * 1px);
  --Grid-padding-xxxs: calc(var(--Sizes-4) * 1px);
  --Grid-padding-xxs: calc(var(--Sizes-8) * 1px);
  --Grid-padding-xs: calc(var(--Sizes-12) * 1px);
  --Grid-padding-s: calc(var(--Sizes-16) * 1px);
  --Grid-padding-reg: calc(var(--Sizes-24) * 1px);
  --Grid-padding-md: calc(var(--Sizes-36) * 1px);
  --Grid-padding-lg: calc(var(--Sizes-48) * 1px);
  --Grid-padding-xl: calc(var(--Sizes-56) * 1px);
  --Grid-padding-xxl: calc(var(--Sizes-72) * 1px);
  --Grid-padding-xxxl: calc(var(--Sizes-84) * 1px);
  --Grid-padding-xxxxl: calc(var(--Sizes-96) * 1px);
  --Grid-padding-Giant: calc(var(--Sizes-124) * 1px);
  --Grid-columns-count: calc(var(--Sizes-12) * 1px);
  --Grid-columns-gutter: calc(var(--Sizes-24) * 1px);
  --Grid-columns-width: 80px;
  --images-width-2x: 184px;
  --images-width-3x: 288px;
  --images-width-4x: 392px;
  --images-width-5x: 496px;
  --images-width-6x: 600px;
  --images-width-6x-24-border: 684px;
  --images-width-7x: 704px;
  --images-width-half: 716px;
  --images-width-8x: 808px;
  --images-width-9x: 912px;
  --images-width-10x: 1016px;
  --images-width-12x: 1224px;
  --images-width-full: 1440px;
  --images-width-Insta-Slider: 250px;
  --images-height-xs: 260px;
  --images-height-s: 480px;
  --images-height-md: 600px;
  --images-height-lg: 720px;
  --images-height-xl: 840px;
  --images-height-xxl: 900px;
  --images-height-Insta-Slider: 250px;
}

@media only screen and (max-width: 767px) {
  :root {
    --Font-Family-Headers-XXXL: var(--Font-Family-Tertiary);
    --Font-Family-Headers-XXL: var(--Font-Family-Primary);
    --Font-Family-Headers-XL: var(--Font-Family-Primary);
    --Font-Family-Headers-L: var(--Font-Family-Primary);
    --Font-Family-Headers-M: var(--Font-Family-Secondary);
    --Font-Family-Headers-S: var(--Font-Family-Secondary);
    --Font-Family-Headers-XS: var(--Font-Family-Primary);
    --Font-Family-Body-L: var(--Font-Family-Secondary);
    --Font-Family-Body-M: var(--Font-Family-Secondary);
    --Font-Family-Body-S: var(--Font-Family-Secondary);
    --Font-Family-Body-XS: var(--Font-Family-Secondary);
    --Font-Family-Action-Button: var(--Font-Family-Secondary);
    --Font-Family-Action-Text-Link: var(--Font-Family-Secondary);
    --Font-Family-Action-Tag: var(--Font-Family-Secondary);
    --Font-Family-Action-Nav: var(--Font-Family-Secondary);
    --Font-Size-Headers-XXXL: calc(var(--Sizes-48) / 16 * 1rem);
    --Font-Size-Headers-XXL: calc(var(--Sizes-48) / 16 * 1rem);
    --Font-Size-Headers-XL: calc(var(--Sizes-36) / 16 * 1rem);
    --Font-Size-Headers-L: calc(var(--Sizes-32) / 16 * 1rem);
    --Font-Size-Headers-M: calc(var(--Sizes-24) / 16 * 1rem);
    --Font-Size-Headers-S: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Size-Headers-XS: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Size-Body-L: calc(var(--Sizes-18) / 16 * 1rem);
    --Font-Size-Body-M: calc(var(--Sizes-16) / 16 * 1rem);
    --Font-Size-Body-S: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Size-Body-XS: calc(var(--Sizes-8) / 16 * 1rem);
    --Font-Size-Action-Button: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Size-Action-Text-Link: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Size-Action-Tag: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Size-Action-Nav: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Line-Height-Headers-XXXL: calc(var(--Sizes-56) / 16 * 1rem);
    --Font-Line-Height-Headers-XXL: calc(var(--Sizes-56) / 16 * 1rem);
    --Font-Line-Height-Headers-XL: calc(var(--Sizes-40) / 16 * 1rem);
    --Font-Line-Height-Headers-L: calc(var(--Sizes-36) / 16 * 1rem);
    --Font-Line-Height-Headers-M: calc(var(--Sizes-24) / 16 * 1rem);
    --Font-Line-Height-Headers-S: calc(var(--Sizes-18) / 16 * 1rem);
    --Font-Line-Height-Headers-XS: calc(var(--Sizes-16) / 16 * 1rem);
    --Font-Line-Height-Body-L: calc(var(--Sizes-36) / 16 * 1rem);
    --Font-Line-Height-Body-M: calc(var(--Sizes-32) / 16 * 1rem);
    --Font-Line-Height-Body-S: calc(var(--Sizes-18) / 16 * 1rem);
    --Font-Line-Height-Body-XS: calc(var(--Sizes-12) / 16 * 1rem);
    --Font-Line-Height-Action-Button: calc(var(--Sizes-18) / 16 * 1rem);
    --Font-Line-Height-Action-Text-Link: calc(var(--Sizes-24) / 16 * 1rem);
    --Font-Line-Height-Action-Tag: calc(var(--Sizes-16) / 16 * 1rem);
    --Font-Line-Height-Action-Nav: calc(var(--Sizes-18) / 16 * 1rem);
    --Font-Weight-Headers-XXXL: var(--Font-Weight-Regular);
    --Font-Weight-Headers-XXL: var(--Font-Weight-Regular);
    --Font-Weight-Headers-XL: var(--Font-Weight-Regular);
    --Font-Weight-Headers-L: var(--Font-Weight-Regular);
    --Font-Weight-Headers-M: var(--Font-Weight-Light);
    --Font-Weight-Headers-S: var(--Font-Weight-Bold);
    --Font-Weight-Headers-XS: var(--Font-Weight-Light);
    --Font-Weight-Body-L: var(--Font-Weight-Regular);
    --Font-Weight-Body-M: var(--Font-Weight-Regular);
    --Font-Weight-Body-S: var(--Font-Weight-Regular);
    --Font-Weight-Body-XS: var(--Font-Weight-Bold);
    --Font-Weight-Action-Button: var(--Font-Weight-Bold);
    --Font-Weight-Action-Text-Link: var(--Font-Weight-Regular);
    --Font-Weight-Action-Tag: var(--Font-Weight-Regular);
    --Font-Weight-Action-Nav: var(--Font-Weight-Regular);
    --Font-Letter-Spacing-Headers-XXXL: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Headers-XXL: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Headers-XL: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Headers-L: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Headers-M: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Headers-S: var(--Font-Letter-Spacing-XXL);
    --Font-Letter-Spacing-Headers-XS: var(--Font-Letter-Spacing-XL);
    --Font-Letter-Spacing-Body-L: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Body-M: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Body-S: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Body-XS: var(--Font-Letter-Spacing-None);
    --Font-Letter-Spacing-Action-Button: var(--Font-Letter-Spacing-L);
    --Font-Letter-Spacing-Action-Text-Link: var(--Font-Letter-Spacing-L);
    --Font-Letter-Spacing-Action-Tag: var(--Font-Letter-Spacing-M);
    --Font-Letter-Spacing-Action-Nav: var(--Font-Letter-Spacing-M);
    --Font-Paragraph-Headers-XXXL: calc(var(--Sizes-72) * 1px);
    --Font-Paragraph-Headers-XXL: calc(var(--Sizes-56) * 1px);
    --Font-Paragraph-Headers-XL: calc(var(--Sizes-48) * 1px);
    --Font-Paragraph-Headers-L: calc(var(--Sizes-36) * 1px);
    --Font-Paragraph-Headers-M: calc(var(--Sizes-24) * 1px);
    --Font-Paragraph-Headers-S: calc(var(--Sizes-18) * 1px);
    --Font-Paragraph-Headers-XS: calc(var(--Sizes-16) * 1px);
    --Font-Paragraph-Body-L: calc(var(--Sizes-32) * 1px);
    --Font-Paragraph-Body-M: calc(var(--Sizes-24) * 1px);
    --Font-Paragraph-Body-S: calc(var(--Sizes-18) * 1px);
    --Font-Paragraph-Body-XS: calc(var(--Sizes-12) * 1px);
    --Font-Paragraph-Action-Button:	calc(var(--Sizes-18) * 1px);
    --Font-Paragraph-Action-Text-Link: calc(var(--Sizes-24) * 1px);
    --Font-Paragraph-Action-Tag:	calc(var(--Sizes-16) * 1px);
    --Font-Paragraph-Action-Nav:	calc(var(--Sizes-16) * 1px);
    --Container-width-2x:	72px;
    --Container-width-3x:	156px;
    --Container-width-4x:	324px;
    --Container-width-5x:	324px;
    --Container-width-6x:	324px;
    --Container-width-6x-24-border: 324px;
    --Container-width-7x:	324px;
    --Container-width-half:	324px;
    --Container-width-8x:	324px;
    --Container-width-9x:	324px;
    --Container-width-10x:	324px;
    --Container-width-12x:	324px;
    --Container-width-full:	360px;
    --Container-height-s: 240px;
    --Container-height-md: 360px;
    --Container-height-lg: 480px;
    --Container-height-xl: 640px;
    --Container-height-xxl: 780px;
    --Icon-L: calc(var(--Sizes-18) * 1px);
    --Icon-M: calc(var(--Sizes-18) * 1px);
    --Icon-S: calc(var(--Sizes-16) * 1px);
    --Icon-XS: calc(var(--Sizes-12) * 1px);
    --Grid-padding-none: calc(var(--Sizes-0) * 1px);
    --Grid-padding-xxxxs: calc(var(--Sizes-2) * 1px);
    --Grid-padding-xxxs: calc(var(--Sizes-2) * 1px);
    --Grid-padding-xxs: calc(var(--Sizes-8) * 1px);
    --Grid-padding-xs: calc(var(--Sizes-12) * 1px);
    --Grid-padding-s: calc(var(--Sizes-16) * 1px);
    --Grid-padding-reg: calc(var(--Sizes-24) * 1px);
    --Grid-padding-md: calc(var(--Sizes-32) * 1px);
    --Grid-padding-lg: calc(var(--Sizes-36) * 1px);
    --Grid-padding-xl: calc(var(--Sizes-36) * 1px);
    --Grid-padding-xxl: calc(var(--Sizes-56) * 1px);
    --Grid-padding-xxxl: calc(var(--Sizes-56) * 1px);
    --Grid-padding-xxxxl: calc(var(--Sizes-72) * 1px);
    --Grid-padding-Giant: calc(var(--Sizes-72) * 1px);
    --Grid-columns-count: calc(var(--Sizes-4) * 1px);
    --Grid-columns-gutter: calc(var(--Sizes-12) * 1px);
    --Grid-columns-width: 72px;
    --images-width-2x: 72px;
    --images-width-3x: 156px;
    --images-width-4x: 324px;
    --images-width-5x: 324px;
    --images-width-6x: 324px;
    --images-width-6x-24-border: 324px;
    --images-width-7x: 324px;
    --images-width-half: 324px;
    --images-width-8x: 324px;
    --images-width-9x: 324px;
    --images-width-10x: 324px;
    --images-width-12x: 348px;
    --images-width-full: 360px;
    --images-width-Insta-Slider: 156px;
    --images-height-xs: 240px;
    --images-height-s: 240px;
    --images-height-md: 360px;
    --images-height-lg: 240px;
    --images-height-xl: 640px;
    --images-height-xxl: 780px;
    --images-height-Insta-Slider: 156px;
  }
}
:root {
  --Text-Container-radius-none: var(--Radius-None);
  --Space-32: 32px;
  --Space-28: 28px;
  --Space-24: 24px;
  --Space-20: 20px;
  --Space-16: 16px;
  --Space-12: 12px;
  --Space-8: 8px;
  --SidePadding: 30px;
  --HeaderHeight: 92px;
  --AlertBarHeight: 0px;
  --LogoWidth: 194px;
  --LogoHeight: 84px;
  --ScrolledLogoWidth: 65.842px;
  --ScrolledLogoHeight: 56px;
}

@media only screen and (max-width: 767px) {
  :root {
    --SidePadding: 18px;
    --HeaderHeight: 74px;
    --LogoWidth: 65.842px;
    --LogoHeight: 56px;
    --ScrolledLogoWidth: 65.842px;
    --ScrolledLogoHeight: 56px;
  }
}
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Glacial Indifference", sans-serif;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-datepicker {
  display: none;
  padding: 20px;
  background: #FFF;
  z-index: 10;
  right: auto;
  max-width: 330px;
  top: 48px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 100%;
    top: 106px;
  }
}
.ui-datepicker:before {
  content: none;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  top: -20px;
  left: 70px;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: var(--Typography-Headers_Dark, #000);
  font-family: var(--Font-Family-Headers-S, Inter);
  font-size: var(--Font-Size-Headers-S, 12px);
  font-style: normal;
  font-weight: var(--Font-Weight-Headers-S, 400);
  line-height: var(--Font-Line-Height-Headers-S, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Headers-S, 2.4px);
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 94%;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    width: calc(100% - 15px);
  }
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: -5px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
.ui-datepicker .ui-datepicker-next {
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker.checkin-step td a, .ui-datepicker.checkout-step td a,
.ui-datepicker td.checkin-date a,
.ui-datepicker td.checkout-date a {
  position: relative;
}
.ui-datepicker.checkin-step td a:before, .ui-datepicker.checkout-step td a:before,
.ui-datepicker td.checkin-date a:before,
.ui-datepicker td.checkout-date a:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -7px;
  width: 100%;
  height: 14px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 7px;
  line-height: 14px;
  display: none !important;
}
.ui-datepicker td.checkin-date a,
.ui-datepicker td.checkout-date a {
  z-index: 1;
  color: #FFF;
}
.ui-datepicker td.checkin-date a:after,
.ui-datepicker td.checkout-date a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ui-datepicker td.checkin-date a:hover,
.ui-datepicker td.checkout-date a:hover {
  color: #FFF;
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #9a610d;
}

.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-prev span,
.ui-datepicker-next span {
  position: absolute;
  top: 0;
  width: 30px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after,
.ui-datepicker-prev span:after,
.ui-datepicker-next span:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 1px solid #9a610d;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev span.ui-state-disabled,
.ui-datepicker-next span.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev,
.ui-datepicker-prev span {
  left: 0;
}
.ui-datepicker-prev:after,
.ui-datepicker-prev span:after {
  left: 12px;
  border-right: 0;
  border-top: 0;
  border-left: 1px solid #9a610d;
  border-bottom: 1px solid #9a610d;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after,
.ui-datepicker-prev span:not(.ui-state-disabled):hover:after {
  border-bottom-color: #121212;
  border-left-color: #121212;
}

.ui-datepicker-next,
.ui-datepicker-next span {
  right: 0;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after,
.ui-datepicker-next span:not(.ui-state-disabled):hover:after {
  border-top-color: #121212;
  border-right-color: #121212;
}
.ui-datepicker-next:after,
.ui-datepicker-next span:after {
  right: 12px;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
  font-family: "Glacial Indifference", sans-serif;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.16px;
  color: #9a610d;
  font-family: "Glacial Indifference", sans-serif;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #f8efde;
  color: #9a610d;
}

.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a,
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a {
  border-radius: 50%;
  background-color: #9a610d;
}

.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date {
  border-radius: 50% 0 0 50%;
  background: #9a610d;
}

.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date {
  border-radius: 0 50% 50% 0;
  background: #9a610d;
}

.ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #9a610d;
  color: #FFF;
}

.ui-datepicker-trigger {
  float: left;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/calendar-black.svg") no-repeat;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "\e937";
}

.rooms-icon-classroom-set-up:before {
  content: "\e938";
}

.rooms-icon-cabaret-set-up:before {
  content: "\e939";
}

.rooms-icon-boardroom-set-up:before {
  content: "\e93a";
}

.rooms-icon-u-shaped-set-up:before {
  content: "\e93b";
}

.rooms-icon-banquet-set-up:before {
  content: "\e93c";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "\e93d";
}

.rooms-icon-reception-set-up:before {
  content: "\e93e";
}

.rooms-icon-ceremony-set-up:before {
  content: "\e93f";
}

.rooms-icon-natural-daylight:before {
  content: "\e940";
}

.rooms-icon-outlets-sockets:before {
  content: "\e941";
}

.rooms-icon-direct-dial-point:before {
  content: "\e942";
}

.rooms-icon-video-conferencing:before {
  content: "\e943";
}

.rooms-icon-air-conditioning:before {
  content: "\e944";
}

.rooms-icon-wi-fi:before {
  content: "\e945";
}

.rooms-icon-blackout-shades:before {
  content: "\e946";
}

.rooms-icon-visual-equipment:before {
  content: "\e947";
}

.rooms-icon-audio-equipment:before {
  content: "\e948";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "\e949";
}

.rooms-icon-tv-point:before {
  content: "\e94a";
}

.rooms-icon-overhead-projector:before {
  content: "\e94b";
}

.rooms-icon-data-projector:before {
  content: "\e94c";
}

.rooms-icon-balcony:before {
  content: "\e900";
}

.rooms-icon-city-view:before {
  content: "\e901";
}

.rooms-icon-beds:before {
  content: "\e902";
}

.rooms-icon-flat-screen-tv:before {
  content: "\e903";
}

.rooms-icon-hair-dryer:before {
  content: "\e904";
}

.rooms-icon-iron:before {
  content: "\e905";
}

.rooms-icon-ac:before {
  content: "\e906";
}

.rooms-icon-king-bed:before {
  content: "\e907";
}

.rooms-icon-kitchen:before {
  content: "\e908";
}

.rooms-icon-minibar:before {
  content: "\e909";
}

.rooms-icon-smoke-free:before {
  content: "\e90a";
}

.rooms-icon-occupancy:before {
  content: "\e90b";
}

.rooms-icon-ocean-view:before {
  content: "\e90c";
}

.rooms-icon-personal_items:before {
  content: "\e90d";
}

.rooms-icon-pool-view:before {
  content: "\e90e";
}

.rooms-icon-room-service:before {
  content: "\e90f";
}

.rooms-icon-safe:before {
  content: "\e910";
}

.rooms-icon-single-room:before {
  content: "\e911";
}

.rooms-icon-smoking:before {
  content: "\e912";
}

.rooms-icon-size:before {
  content: "\e913";
}

.rooms-icon-pulloutsofa:before {
  content: "\e914";
}

.rooms-icon-twin-room:before {
  content: "\e915";
}

.rooms-icon-wifi:before {
  content: "\e916";
}

.rooms-icon-adaroom:before {
  content: "\e917";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "\e918";
}

.rooms-icon-amusement-park:before {
  content: "\e919";
}

.rooms-icon-bar:before {
  content: "\e91a";
}

.rooms-icon-beach:before {
  content: "\e91b";
}

.rooms-icon-business-center:before {
  content: "\e91c";
}

.rooms-icon-elevator:before {
  content: "\e91d";
}

.rooms-icon-environmentally-friendly:before {
  content: "\e91e";
}

.rooms-icon-fitness:before {
  content: "\e91f";
}

.rooms-icon-golf:before {
  content: "\e921";
}

.rooms-icon-indoor-pool:before {
  content: "\e922";
}

.rooms-icon-landmark:before {
  content: "\e923";
}

.rooms-icon-outdoor-pool:before {
  content: "\e924";
}

.rooms-icon-pet-friendly:before {
  content: "\e926";
}

.rooms-icon-pool:before {
  content: "\e927";
}

.rooms-icon-restaurant:before {
  content: "\e928";
}

.rooms-icon-shuttle:before {
  content: "\e92a";
}

.rooms-icon-spa:before {
  content: "\e92b";
}

.rooms-icon-ticket-services:before {
  content: "\e92c";
}

.rooms-icon-valet:before {
  content: "\e92d";
}

.rooms-icon-water-park:before {
  content: "\e92e";
}

.rooms-icon-coffeemaker:before {
  content: "\e92f";
}

.rooms-icon-highfloor:before {
  content: "\e930";
}

.rooms-icon-airport-shuttle-free:before {
  content: "\e931";
}

.rooms-icon-view:before {
  content: "\e932";
}

.rooms-icon-tv:before {
  content: "\e933";
}

.rooms-icon-minifridge:before {
  content: "\e934";
}

.rooms-icon-pets:before {
  content: "\e935";
}

.rooms-icon-valet-only:before {
  content: "\e936";
}

.rooms-icon-accessibility-features:before {
  content: "\e917";
}

.rooms-icon-parking:before {
  content: "\e94d";
}

section.additional-content {
  margin: auto;
}
section.additional-content.add-width-padding {
  max-width: calc(var(--Container-width-12x, 1224px) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-xxl, 72px) var(--SidePadding);
}
@media only screen and (max-width: 767px) {
  section.additional-content.add-width-padding {
    max-width: initial;
  }
}

.blog-post-author {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-post-author {
    margin-bottom: 20px;
  }
}
.blog-post-author .author-block {
  display: flex;
  align-items: center;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    justify-content: center;
  }
}
.blog-post-author .author-block .thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 25px 0 0;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block .thumbnail {
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
  }
}
.blog-post-author .author-block h4 {
  font: normal 12px/1.2 "Glacial Indifference", sans-serif;
  color: #003E66;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    font-size: 12px;
  }
}

.blog-post-banner {
  font-family: "Glacial Indifference", sans-serif;
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
  min-height: 600px;
  overflow: hidden;
}
.blog-post-banner:after {
  content: "";
  background-color: rgba(0, 62, 102, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #5990B4;
}
.blog-post-banner .post-banner-content {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 2;
}
.blog-post-banner .post-banner-content .banner-title {
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-one {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-two {
  font-size: 30px;
}
.blog-post-banner .controls {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  text-align: center;
}
.blog-post-banner .banner-button {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  z-index: 2;
}
.blog-post-banner .banner-button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 3px 0 0 -11px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}

.full-width-slider {
  position: relative;
  overflow: hidden;
}
.full-width-slider .slideshow {
  position: relative;
}
.full-width-slider .slideshow-wrapper {
  height: auto;
  width: 100%;
  position: relative;
}
.full-width-slider .slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.full-width-slider .slide .image-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: var(--Container-height-lg, 720px);
}
.full-width-slider .slide .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-slider .slide .content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--Grid-padding-reg, 24px);
}
.full-width-slider .slide .content-wrapper h2,
.full-width-slider .slide .content-wrapper .h5 {
  margin: auto;
  max-width: calc(var(--Container-width-half) + var(--SidePadding) * 2);
  width: 100%;
  padding: 0 var(--SidePadding);
  color: var(--Container-Neutral-Primary, #FFF);
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide .content-wrapper h2,
  .full-width-slider .slide .content-wrapper .h5 {
    max-width: initial;
  }
}
.full-width-slider .slide .content-wrapper .buttons-container {
  justify-content: center;
}

.three-images-slider {
  display: block;
}
.three-images-slider .header-link-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  align-items: center;
  gap: var(--Grid-padding-reg, 24px);
}
@media only screen and (max-width: 1023px) {
  .three-images-slider .header-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .three-images-slider .header-link-wrapper:has(> a:only-child) {
    justify-content: end;
  }
}
.three-images-slider .wrapper {
  position: relative;
  max-width: calc(var(--Container-width-12x, 1224px) + var(--SidePadding) * 2);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-lg, 48px);
  padding: var(--Grid-padding-Giant, 124px) var(--SidePadding);
}
@media only screen and (max-width: 1023px) {
  .three-images-slider .wrapper {
    max-width: initial;
  }
}
.three-images-slider .slideshow {
  position: relative;
  overflow: hidden;
}
.three-images-slider .slideshow-wrapper,
.three-images-slider .slide {
  position: relative;
}
.three-images-slider .slide-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: stretch;
  gap: 12px var(--Grid-padding-reg, 24px);
}
@media only screen and (max-width: 1023px) {
  .three-images-slider .slide-wrapper {
    flex-direction: column;
  }
}
.three-images-slider .slide-wrapper .left-side,
.three-images-slider .slide-wrapper .right-side {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .three-images-slider .slide-wrapper .left-side,
  .three-images-slider .slide-wrapper .right-side {
    max-width: var(--images-width-6x, 600px);
  }
}
.three-images-slider .slide-wrapper .left-side {
  height: var(--images-height-s, 480px);
}
@media only screen and (max-width: 1023px) {
  .three-images-slider .slide-wrapper .left-side {
    height: var(--images-height-s, 240px);
  }
}
.three-images-slider .slide-wrapper .left-side .images-wrapper {
  height: var(--images-height-s, 480px);
  width: 100%;
  overflow: hidden;
}
.three-images-slider .slide-wrapper .right-side {
  gap: var(--Grid-padding-reg, 24px);
}
@media only screen and (min-width: 1024px) {
  .three-images-slider .slide-wrapper .right-side {
    display: flex;
    flex-direction: column;
  }
}
.three-images-slider .slide-wrapper .right-side .images-wrapper {
  width: 100%;
  display: flex;
  gap: var(--Grid-padding-xs, 12px);
}
@media only screen and (max-width: 1023px) {
  .three-images-slider .slide-wrapper .right-side .images-wrapper {
    display: none;
  }
}
.three-images-slider .slide-wrapper .right-side .images-wrapper .inner {
  overflow: hidden;
  max-width: var(--images-width-3x, 288px);
  height: var(--images-height-xs, 260px);
}
.three-images-slider .slide-wrapper .right-side .content-wrapper {
  padding: var(--Grid-padding-xs, 12px) var(--Grid-padding-md, 36px);
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-reg);
  text-align: left;
}
.three-images-slider .slide-wrapper .right-side .content-wrapper .main-text {
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-s, 16px);
}
.three-images-slider .slide-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 350ms ease-in-out;
}
.three-images-slider .slide-wrapper img:hover {
  transform: scale(1.1);
}
@media (prefers-reduced-motion) {
  .three-images-slider .slide-wrapper img {
    transform: initial;
    transition: initial;
  }
}
.three-images-slider .slide-wrapper button {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .two-images-with-text.left-side .wrapper {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1023px) {
  .two-images-with-text.left-side .wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .two-images-with-text.left-side .images-wrapper {
    flex-direction: row;
  }
}
.two-images-with-text .wrapper {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: calc(var(--Container-width-12x, 1224px) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-Giant, 124px) var(--SidePadding);
  justify-content: space-between;
  gap: var(--Grid-padding-lg, 48px);
}
@media only screen and (min-width: 1024px) {
  .two-images-with-text .wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  .two-images-with-text .wrapper {
    flex-direction: column;
    max-width: initial;
  }
}
.two-images-with-text .images-wrapper {
  display: flex;
  gap: var(--Grid-padding-reg, 24px);
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .two-images-with-text .images-wrapper .inner {
    width: 100%;
  }
  .two-images-with-text .images-wrapper .inner.small {
    display: none;
  }
}
.two-images-with-text .images-wrapper img {
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-images-with-text .images-wrapper .large-image {
  max-width: var(--images-width-4x, 392px);
  height: var(--images-height-s, 480px);
}
@media only screen and (max-width: 1023px) {
  .two-images-with-text .images-wrapper .large-image {
    max-width: initial;
  }
}
.two-images-with-text .images-wrapper .small-image {
  max-width: var(--images-width-3x, 288px);
  height: var(--images-height-xs, 260px);
}
.two-images-with-text .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-md, 32px);
  align-self: center;
  max-width: var(--Container-width-4x, 392px);
  padding: var(--Grid-padding-none, 0) 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .two-images-with-text .content-wrapper {
    max-width: initial;
  }
}
.two-images-with-text .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-reg);
  text-align: left;
}
.two-images-with-text .content-wrapper ul.room-amenities {
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-s, 16px);
}
.two-images-with-text .content-wrapper ul.room-amenities li {
  display: flex;
  flex-direction: row;
  gap: var(--Grid-padding-s, 16px);
  margin-bottom: 0;
}
.two-images-with-text .content-wrapper ul.room-amenities li:before {
  color: var(--Container-Neutral-Dark, #000);
  width: var(--Icon-M, 24px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
}

.social-feed {
  text-align: center;
}
.social-feed .wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-md, 36px);
  max-width: calc(var(--Container-width-12x) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-xxxxl, 96px) var(--SidePadding);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .social-feed .wrapper {
    max-width: initial;
  }
}
.social-feed h2,
.social-feed p,
.social-feed a {
  color: var(--Typography-Body_Dark, #000);
}
.social-feed a {
  text-decoration: none;
}
.social-feed .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Space-12, 12px);
}
.social-feed .eui-widget-title.es-widget-title.eapps-instagram-feed-title {
  display: none !important;
}
.social-feed .eapps-instagram-feed-posts-slider-nav {
  transition: none !important;
}
@media (prefers-reduced-motion: no-preference) {
  .social-feed .eapps-instagram-feed-posts-slider-nav {
    transition: all 0.2s !important;
  }
}

.menu-tabs-acm-v2 .center-column, .menu-tabs-only .center-column {
  width: 100%;
  max-width: calc(var(--Container-width-12x) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-xl, 56px) var(--SidePadding, 30px) var(--Grid-padding-Giant, 124px) var(--SidePadding, 30px);
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .center-column, .menu-tabs-only .center-column {
    max-width: initial;
  }
}
.menu-tabs-acm-v2 .tabs, .menu-tabs-only .tabs {
  position: relative;
  z-index: 1;
}
.menu-tabs-acm-v2 .tabs-content, .menu-tabs-only .tabs-content {
  position: relative;
  width: 100%;
  transition: 0.4s;
  z-index: 1;
  overflow: hidden;
}
.menu-tabs-acm-v2 .tabs-content .tabs-content-item, .menu-tabs-only .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.menu-tabs-acm-v2 .tabs-content .tabs-content-item.active, .menu-tabs-only .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-tabs-acm-v2 .tabs-content p.tabs-content-item-descr, .menu-tabs-only .tabs-content p.tabs-content-item-descr {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  color: #999;
}
.menu-tabs-acm-v2 .tabs-content p.tabs-content-item-descr-info, .menu-tabs-only .tabs-content p.tabs-content-item-descr-info {
  width: 100%;
  margin-bottom: 48px;
  color: #999;
  text-align: center;
}
.menu-tabs-acm-v2 .menu-block, .menu-tabs-only .menu-block {
  width: 100%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 0 40px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-block, .menu-tabs-only .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-acm-v2 .menu-block .list-menu_nt, .menu-tabs-only .menu-block .list-menu_nt {
  width: calc(44% - 10px);
  display: inline-block;
  margin: 0 65px 34px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-block .list-menu_nt, .menu-tabs-only .menu-block .list-menu_nt {
    margin: 0 70px 34px 0px;
    width: calc(44% - 35px);
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-acm-v2 .menu-block .list-menu_nt, .menu-tabs-only .menu-block .list-menu_nt {
    min-width: auto;
    width: 100%;
  }
}
.menu-tabs-acm-v2 .menu-block h2, .menu-tabs-only .menu-block h2 {
  flex: 0 0 100%;
  border-bottom: 1px solid rgba(154, 97, 13, 0.2);
  margin-bottom: 32px;
  padding: 0 0 5px 0;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-block h2, .menu-tabs-only .menu-block h2 {
    text-align: left;
  }
}
.menu-tabs-acm-v2 .menu-block .dish, .menu-tabs-only .menu-block .dish {
  margin-bottom: 10px;
}
.menu-tabs-acm-v2 .menu-block .dish p, .menu-tabs-only .menu-block .dish p {
  margin-bottom: 30px;
}
.menu-tabs-acm-v2 .menu-block .dish p + p, .menu-tabs-only .menu-block .dish p + p {
  margin-top: 10px;
}
.menu-tabs-acm-v2 .menu-block .dish .dish-descr, .menu-tabs-acm-v2 .menu-block .dish .dish-ingredients, .menu-tabs-only .menu-block .dish .dish-descr, .menu-tabs-only .menu-block .dish .dish-ingredients {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-block .dish .dish-descr, .menu-tabs-only .menu-block .dish .dish-descr {
    margin-top: 5px;
  }
}
.menu-tabs-acm-v2 .menu-block .dish .dish-price, .menu-tabs-only .menu-block .dish .dish-price {
  font-feature-settings: "lnum";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .menu-tabs-acm-v2 .menu-block .dish, .menu-tabs-only .menu-block .dish {
    text-align: left;
  }
  .menu-tabs-acm-v2 .menu-block .dish p + p, .menu-tabs-only .menu-block .dish p + p {
    margin-top: 5px;
  }
}
.menu-tabs-acm-v2 .buttons-container, .menu-tabs-only .buttons-container {
  justify-content: center;
}

.view-360 {
  max-width: 1705px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 20px;
  margin-bottom: 100px;
}
.view-360 .block {
  position: relative;
  display: inline-block;
  width: calc((100% - 90px) / 3);
  height: 0;
  padding-top: calc((100% - 30px) / 3);
  margin: 0 15px 30px 15px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-360 .block {
    width: calc(50% - 20px);
    padding-top: calc(50% - 40px);
    margin: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .view-360 .block {
    width: 100%;
    padding-top: 70%;
    margin: 0 0 20px 0;
  }
}
.view-360 .block ::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block .view-tour {
  font: 24px/27px "Acumin Pro", sans-serif;
  letter-spacing: 2.4px;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-360 .block .view-tour span {
  position: relative;
  padding: 0 20px;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 275;
  line-height: 30px;
  /* 100% */
  letter-spacing: 0.45px;
}
@media only screen and (max-width: 767px) {
  .view-360 .block .view-tour span {
    font-size: 22px;
  }
}
.view-360 .block .view-tour span::before {
  content: "";
  position: relative;
  display: block;
  background: url(../images/360-icon.svg);
  width: 35px;
  height: 12px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url(../images/common.svg) 0 0 no-repeat;
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
html.hamburger-navigation-visible .booking-trigger.mobile {
  z-index: 1;
}

#hamburger-navigation {
  display: block;
  position: fixed;
  left: -100%;
  top: 0;
  padding-top: 188px;
  height: 100%;
  width: 528px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--Container-Neutral-Dark, #000);
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 99;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 238px;
    width: 100%;
  }
}
#hamburger-navigation .hamburger-menu-close {
  position: absolute;
  top: var(--Grid-padding-md, 36px);
  left: var(--Grid-padding-md, 36px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: auto;
  transition: background 200ms;
  z-index: 20;
  cursor: pointer;
  display: flex;
  gap: 16px;
}
#hamburger-navigation .hamburger-menu-close .close-svg {
  color: var(--Container-Neutral-Primary, #FFF);
}
#hamburger-navigation .hamburger-menu-close .smart-icon {
  font-size: 0;
  width: 27px;
}
#hamburger-navigation .hamburger-menu-close .smart-icon span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background: var(--Container-Neutral-Primary, #FFF);
  transition: background 200ms, transform 300ms, border-radius 150ms;
  transform-origin: 50% 50%;
}
#hamburger-navigation .hamburger-menu-close .smart-icon span:last-child {
  margin-bottom: 0;
}
#hamburger-navigation .hamburger-menu-close .menu-text {
  position: relative;
  width: 100%;
  color: var(--Container-Neutral-Primary, #FFF);
  font-family: var(--Font-Family-Action-Button, Inter);
  font-size: var(--Font-Size-Action-Button, 12px);
  font-style: normal;
  font-weight: var(--Font-Weight-Action-Button, 700);
  line-height: var(--Font-Line-Height-Action-Button, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Action-Button, 1.2px);
  text-transform: uppercase;
}
#hamburger-navigation .hamburger-menu-close .smart-icon span {
  transform: scale(0) rotate(90deg);
  border-radius: 0;
}
#hamburger-navigation .hamburger-menu-close .smart-icon span:first-child {
  transform: translate(0, 12px) rotate(45deg);
}
#hamburger-navigation .hamburger-menu-close .smart-icon span:last-child {
  transform: translate(0, -12px) rotate(135deg);
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 20px/24px "Glacial Indifference", sans-serif;
  text-decoration: none;
  color: #FFF;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #FFF;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu.level-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  padding: 0 var(--Grid-padding-md, 36px) var(--Grid-padding-xxxxl, 96px) var(--Grid-padding-md, 36px);
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  display: block;
  color: var(--Typography-Headers_Light, #FFF);
  font-family: var(--Font-Family-Headers-L, "Quincy CF");
  font-size: var(--Font-Size-Headers-L, 36px);
  font-style: normal;
  font-weight: var(--Font-Weight-Headers-L, 300);
  line-height: var(--Font-Line-Height-Headers-L, 48px);
  letter-spacing: var(--Font-Letter-Spacing-Headers-L, 0);
  text-align: left;
  text-decoration: none;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > .plus {
    top: 18px;
  }
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#hamburger-navigation .main-menu .menu.submenu li {
  margin: 0;
}
#hamburger-navigation .main-menu .menu.submenu a {
  text-decoration: none;
  text-transform: capitalize;
  color: var(--Typography-Headers_Light, #FFF);
  font-family: var(--Font-Family-Headers-M, "Quincy CF");
  font-size: var(--Font-Size-Headers-M, 24px);
  font-style: normal;
  font-weight: var(--Font-Weight-Headers-M, 300);
  line-height: var(--Font-Line-Height-Headers-M, 36px);
  letter-spacing: var(--Font-Letter-Spacing-Headers-M, 0);
  padding: 0 var(--Grid-padding-md, 36px);
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding-top: 10px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  cursor: pointer;
  padding: 0;
  background: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: 100;
}
#hamburger-navigation .main-menu .plus .horizontal,
#hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  background: var(--Typography-Headers_Light, #FFF);
  transition: transform 333ms ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 18px;
  height: 2px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 18px;
}
#hamburger-navigation .main-menu .parent.expanded .plus .horizontal {
  transform: translate(-50%, -50%) rotate(180deg);
}
#hamburger-navigation .main-menu .parent.expanded .plus .vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

.booking {
  max-height: 100%;
  position: relative;
}
.booking label {
  display: none;
}
.booking input[type=text],
.booking input[type=date],
.booking select,
.booking .input-overlay {
  display: block;
  font: 400 11px/1 "Glacial Indifference", sans-serif;
  letter-spacing: 1px;
  line-height: 11px;
  color: #272726;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .booking input[type=text],
  .booking input[type=date],
  .booking select,
  .booking .input-overlay {
    width: calc(100% - 15px);
  }
}
.booking #booking-dates {
  width: 100%;
}
.booking .select-wrapper {
  width: 100%;
}
.booking select {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .booking select {
    width: 150px;
  }
}
.booking input[type=submit],
.booking button[type=submit] {
  width: 100%;
}
.booking select {
  font-weight: normal;
}
.booking .select-wrapper {
  display: inline-block;
  position: relative;
}
.booking .select-wrapper .select-icon {
  margin-top: -4px;
  top: 50%;
}
.booking .select-wrapper .select-icon svg {
  height: 7px;
  width: 12px;
}

.booking-datepicker {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms ease, visibility 150ms ease;
}
@media (prefers-reduced-motion) {
  .booking-datepicker {
    transition: none;
  }
}
.booking-datepicker.visible {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  .booking-datepicker {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .booking-datepicker.visible {
    max-height: 500px;
  }
}
.booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
.booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
.booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    display: none;
    margin-left: 0;
  }
}

.horizontal-booking-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
}
@media (prefers-reduced-motion) {
  .horizontal-booking-overlay {
    transition: none;
  }
}
.horizontal-booking-active .horizontal-booking-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.booking-button {
  width: 1rem;
  height: 25%;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute !important;
  cursor: pointer;
  display: block;
  overflow: hidden;
  right: 2.75rem;
  border: 0;
  top: -15px;
}
.booking-button svg {
  rotate: 180deg;
  color: var(--Container-Neutral-Primary, #FFF);
}
.booking-button.down {
  top: 15px;
}
.booking-button.down svg {
  rotate: 0deg;
}

.ui-corner-all:after {
  content: none !important;
}

.booking-widget-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: var(--Container-Neutral-Dark, #000);
  z-index: 99;
}
.booking-popup-visible .booking-widget-popup {
  display: inline-block;
}
.booking-widget-popup .popup {
  position: relative;
  display: block;
  z-index: 60;
  width: 100%;
  padding: 48px 80px;
}
@media only screen and (max-width: 767px) {
  .booking-widget-popup .popup {
    padding: 40px 24px;
  }
}
.booking-widget-popup .popup #booking.booking {
  background-color: transparent;
}
.booking-widget-popup .popup #booking.booking .booking-datepicker {
  bottom: auto;
}
.booking-widget-popup .popup #booking.booking .select-wrapper {
  padding: 0;
  border: 1px solid var(--Container-Neutral-Primary, #fff);
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
}
.booking-widget-popup .popup #booking.booking .select-wrapper select {
  color: var(--Container-Neutral-Primary, #FFF);
  background-color: transparent;
  border: none;
  font-family: var(--Font-Family-Body-M, Inter);
  font-size: var(--Font-Size-Body-M, 16px);
  font-style: normal;
  font-weight: var(--Font-Weight-Body-M, 300);
  line-height: var(--Font-Line-Height-Body-M, 32px);
  letter-spacing: var(--Font-Letter-Spacing-Body-M, 0);
  width: 100%;
  height: 100%;
  padding: 0 2.5rem 0 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-radius: 0;
  accent-color: var(--Container-Action-Container-default, #CBAE77);
}
.booking-widget-popup .popup #booking.booking .select-wrapper select:focus, .booking-widget-popup .popup #booking.booking .select-wrapper select:active {
  outline: none;
  border: none;
  box-shadow: none;
}
.booking-widget-popup .popup #booking.booking .select-wrapper select:focus-visible {
  outline: 1px solid var(--Container-Neutral-Primary, #fff);
  outline-offset: -1px;
}
.booking-widget-popup .popup #booking.booking .select-wrapper select option {
  background: #fff;
  color: var(--Typography-Body_Dark, #431C0F);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--Font-Family-Body-S, "Glacial Indifference");
  font-size: var(--Font-Size-Body-S, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-Height-Body-S, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Body-S, 0);
  padding: 8px 12px;
}
.booking-widget-popup .popup #booking.booking .select-wrapper select option:hover, .booking-widget-popup .popup #booking.booking .select-wrapper select option:focus, .booking-widget-popup .popup #booking.booking .select-wrapper select option:active, .booking-widget-popup .popup #booking.booking .select-wrapper select option:checked, .booking-widget-popup .popup #booking.booking .select-wrapper select option:selected {
  background-color: var(--Container-Action-Container-default, #CBAE77) !important;
  color: var(--Typography-Body_Dark, #431C0F) !important;
}
.booking-widget-popup .popup #booking.booking .select-wrapper .select-arrows {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  pointer-events: none;
}
.booking-widget-popup .popup #booking.booking .select-wrapper .select-arrows .chevron {
  color: var(--Container-Neutral-Primary, #FFF);
  display: block;
}
.booking-widget-popup .popup #booking.booking .select-wrapper .select-arrows .chevron.up {
  transform: rotate(180deg);
}
.booking-widget-popup .popup #booking.booking input[type=submit] {
  background: var(--Container-Neutral-Primary, #FFF);
  color: var(--Typography-Button-Secondary, #057A50);
  font-family: var(--Font-Family-Action-Button, Inter);
  font-size: var(--Font-Size-Action-Button, 12px);
  font-style: normal;
  font-weight: var(--Font-Weight-Action-Button, 700);
  line-height: var(--Font-Line-Height-Action-Button, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Action-Button, 1.2px);
  text-transform: uppercase;
  padding: var(--Grid-padding-xs, 12px) var(--Grid-padding-reg, 24px);
  border-radius: var(--Text-Container-radius-none, 0);
  height: 100%;
}
.booking-widget-popup .popup #booking.booking input[type=text] {
  color: var(--Container-Neutral-Primary, #FFF);
  background-color: transparent;
  font-family: var(--Font-Family-Body-M, Inter);
  font-size: var(--Font-Size-Body-M, 16px);
  font-style: normal;
  font-weight: var(--Font-Weight-Body-M, 300);
  line-height: var(--Font-Line-Height-Body-M, 32px); /* 200% */
  letter-spacing: var(--Font-Letter-Spacing-Body-M, 0);
}
.booking-widget-popup .popup #booking.booking .inner-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 96px;
  align-items: center;
  margin: auto;
  max-width: var(--Container-width-12x, 1224px);
}
@media only screen and (max-width: 767px) {
  .booking-widget-popup .popup #booking.booking .inner-wrapper {
    flex-direction: column;
    gap: 32px;
    max-width: initial;
  }
}
.booking-widget-popup .popup #booking.booking .booking-logo-wrapper {
  position: relative;
}
.booking-widget-popup .popup #booking.booking .booking-logo-wrapper::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--Container-Neutral-Primary, #FFF);
}
@media only screen and (max-width: 767px) {
  .booking-widget-popup .popup #booking.booking .booking-logo-wrapper::after {
    content: none;
  }
}
.booking-widget-popup .popup #booking.booking .booking-options-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 167px;
  justify-self: center;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper .submit-button {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper .submit-button {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 767px) {
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper .checkin-dates,
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper .checkout-dates,
  .booking-widget-popup .popup #booking.booking .booking-options-wrapper .submit-button {
    grid-column: 1/-1;
  }
}
.booking-widget-popup .popup #booking.booking .booking-options-wrapper .calendar {
  color: var(--Container-Neutral-Primary, #FFF);
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  right: 12px;
}
.booking-widget-popup .popup #booking.booking .booking-options-wrapper .input-overlay {
  background: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
}
.booking-widget-popup .popup #booking.booking .booking-options-wrapper .column {
  height: 48px;
}
.booking-widget-popup .popup #booking.booking .booking-options-wrapper .column .form-control {
  outline: none;
  padding: 5px 10px 5px 5px;
  border: 1px solid var(--Container-Neutral-Primary, );
}
.booking-widget-popup .popup #booking.booking .booking-options-wrapper .column .input-overlay:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 1px;
}
.booking-widget-popup .ui-datepicker {
  padding: 16px;
}
.booking-widget-popup .reset-calendar {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  text-align: center;
  color: #9a610d;
  font-family: "Mr Canfields Pro", cursive;
}
.booking-widget-popup .booking-datepicker {
  right: auto;
  max-width: 330px;
  top: 48px;
}
@media only screen and (max-width: 767px) {
  .booking-widget-popup .booking-datepicker {
    width: 100%;
    top: 106px;
  }
}
.booking-widget-popup .booking-datepicker:before {
  content: none;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  top: -20px;
  left: 70px;
}
.booking-widget-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 61;
}
@media only screen and (max-width: 767px) {
  .booking-widget-popup .close {
    right: 20px;
    top: 20px;
  }
}
.booking-widget-popup .close svg {
  color: #FFF;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Aqualim", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  float: left !important;
  width: 100%;
  max-width: 600px;
}
.admin .preview-item .promo .promo-thumbnail-wrapper {
  height: auto !important;
}
.admin .preview-item .promo .promo-thumbnail-wrapper img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .promos-position-a.center-column {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a.center-column.single-promo {
    padding-right: 10px;
  }
}
.promos-position-a.single-promo {
  text-align: center;
}
.promos-position-a.single-promo .promo {
  float: none;
  display: inline-block;
  margin: 0 !important;
}
.promos-position-a .slideshow {
  position: relative;
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  float: left;
  width: calc(50% - 6px);
  overflow: hidden;
  white-space: normal;
  color: #9a610d;
}
.promos-position-a .promo:first-child {
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 100%;
  }
}
.promos-position-a .promo .promo-thumbnail-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f8efde;
  height: 470px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo .promo-thumbnail-wrapper {
    height: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo .promo-thumbnail-wrapper {
    height: 260px;
  }
}
.promos-position-a .promo .promo-thumbnail {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 600ms ease-in-out;
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #9a610d;
  border-bottom-color: #9a610d;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo .promo-thumbnail:hover {
  transform: scale(1.2);
}
.promos-position-a .promo h3 {
  font: 500 25px "Glacial Indifference", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font: 15px/1.5 "Aqualim", serif;
  margin-bottom: 20px;
}
.promos-position-a .promo p + .price {
  margin-top: -20px;
}
.promos-position-a .promo .price {
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: 700;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  font: 700 14px/1 "Aqualim", serif;
  text-transform: uppercase;
  color: #9a610d;
}
.promos-position-a .promo .promo-button:hover {
  color: #9a610d;
}
.promos-position-a .promo .promo-button + .promo-button {
  margin-left: 10px;
}
.promos-position-a .slideshow-button {
  top: 235px;
  width: 24px;
  height: 24px;
  border-color: #9a610d;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button {
    border-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .slideshow-button {
    top: 135px;
  }
}
.promos-position-a .slideshow-button:hover {
  border-color: #9a610d;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button:hover {
    border-color: #9a610d;
  }
}
.promos-position-a .slideshow-button.previous {
  left: -40px;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button.previous {
    left: 50px;
  }
}
.promos-position-a .slideshow-button.next {
  right: -40px;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button.next {
    right: 50px;
  }
}
.promos-position-a .slideshow-pagination {
  margin: 75px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    margin: 45px 0 0;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #9a610d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  color: #9a610d;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #9a610d;
  color: #FFF;
}

#merchandising-tile {
  position: fixed;
  bottom: 0;
  right: -600px;
  width: 525px;
  z-index: 80;
  background-color: rgb(from var(--Container-Neutral-Dark) r g b/0.8);
  height: 220px;
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile {
    bottom: 60px;
  }
}
.admin .preview-item #merchandising-tile {
  padding: 20px;
  position: relative;
  right: 0;
}
#merchandising-tile .promo-text {
  padding: 10px 0;
}
#merchandising-tile .promo-name,
#merchandising-tile .promo-text {
  color: var(--Container-Neutral-Primary, #FFF);
}
#merchandising-tile .promo-content {
  text-align: left;
  padding: 24px 70px 24px 30px;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile .promo-content {
    padding: 20px 64px 20px 24px;
  }
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  font-weight: normal;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: var(--Container-Neutral-Accent);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 98;
  float: right;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    bottom: 60px;
  }
}
.merchandising-open-btn .arrow-rotate {
  background: url(../images/right-arrow-new.svg) no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  transform: rotate(0deg);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: rotate(180deg);
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Glacial Indifference", sans-serif;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #9a610d;
  border-bottom-color: #9a610d;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Glacial Indifference", sans-serif;
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow .quote-icons {
  text-align: center;
  margin-bottom: 48px;
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Glacial Indifference", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 833px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Aqualim", serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-bottom: 34px;
  font: 400 20px/1 "Aqualim", serif;
  letter-spacing: -0.2px;
  line-height: 46px;
  text-transform: uppercase;
  color: #9a610d;
  text-align: center;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .review-profile-pic {
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}
.reviews-slideshow .slide .name {
  margin-top: 20px;
  margin-bottom: 89px;
  font: 500 12px/1 "Glacial Indifference", sans-serif;
  letter-spacing: 1px;
  line-height: 12px;
  text-transform: uppercase;
  color: #9a610d;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms .categories-descr .category-descr,
.venues .categories-descr .category-descr {
  display: none;
  width: 100%;
  text-align: center;
  max-width: calc(var(--Container-width-8x, 808px) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-xxl, 72px) var(--SidePadding);
  margin: auto;
  flex-direction: column;
  gap: var(--Grid-padding-reg, 24px);
}
@media only screen and (max-width: 767px) {
  .rooms .categories-descr .category-descr,
  .venues .categories-descr .category-descr {
    max-width: initial;
  }
}
.rooms .categories-descr .category-descr.active,
.venues .categories-descr .category-descr.active {
  display: flex;
}

/* TEMPLATE 1 - 1 */
.rooms .rooms-wrapper,
.venues .rooms-wrapper {
  display: flex;
  flex-direction: column;
}
.rooms .template-1-1,
.venues .template-1-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(var(--Container-width-12x, 1224px) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-xxxl, 84px) var(--SidePadding);
  gap: var(--Grid-padding-lg, 48px);
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1,
  .venues .template-1-1 {
    flex-direction: column;
    max-width: initial;
  }
}
.rooms .template-1-1.even .content-wrapper,
.venues .template-1-1.even .content-wrapper {
  order: -1;
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1.even .content-wrapper,
  .venues .template-1-1.even .content-wrapper {
    order: 0;
  }
}
.rooms .template-1-1 .rooms-thumbnail,
.venues .template-1-1 .rooms-thumbnail {
  min-width: 0;
  max-width: var(--Container-width-7x, 704px);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-s, 16px);
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .rooms-thumbnail,
  .venues .template-1-1 .rooms-thumbnail {
    max-width: initial;
  }
}
.rooms .template-1-1 .rooms-thumbnail img,
.venues .template-1-1 .rooms-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.rooms .template-1-1 .rooms-thumbnail .slideshow,
.venues .template-1-1 .rooms-thumbnail .slideshow {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rooms .template-1-1 .rooms-thumbnail .slide,
.venues .template-1-1 .rooms-thumbnail .slide {
  height: var(--images-height-md, 600px);
}
.rooms .template-1-1 .content-wrapper,
.venues .template-1-1 .content-wrapper {
  min-width: 0;
  max-width: var(--Container-width-4x, 392px);
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-md, 36px);
}
@media only screen and (max-width: 767px) {
  .rooms .template-1-1 .content-wrapper,
  .venues .template-1-1 .content-wrapper {
    max-width: initial;
  }
}
.rooms .template-1-1 .content-wrapper .text-wrapper,
.venues .template-1-1 .content-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-reg, 24px);
}

.room-features {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--Grid-padding-reg, 24px);
}
.room-features span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.room-features span::after {
  content: "";
  width: 1px;
  height: 15px;
  margin: 0 var(--Grid-padding-xxs, 8px);
  background: var(--Typography-Header_Highlight, #057A50);
  display: inline-block;
}
.room-features span:last-child::after {
  content: none;
}

/* TEMPLATE 1 - 2 */
.rooms .template-1-2 {
  width: 31%;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  background: #ecedee;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .rooms .template-1-2 {
    width: 48%;
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    width: 100%;
    margin-right: 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.rooms .template-1-2 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-2 .thumbnail nav {
  display: table;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-2 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
.rooms .template-1-2 .description {
  position: relative;
  padding: 10px;
}
.rooms .template-1-2 .description h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-2 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #ac7b59;
}
.rooms .template-1-2 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-2 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-2 .features span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  height: 30px;
}
.rooms .template-1-2 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-2 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-2 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-2 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-2 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-2 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-2 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-2 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-2 .amenities.expand .toggle:before, .rooms .template-1-2 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #0066cc;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 5px;
  right: 9px;
}

/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #edf5f5;
  margin: 40px 0;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-2 .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .template-2 .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.75);
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-2 .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .price {
    right: auto;
    left: 20px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #54baba;
}
.rooms .template-2 .background .book-now {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description h3 {
    font-size: 15px;
  }
}
.rooms .template-2 .description p {
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description p {
    font-size: 12px;
    line-height: 18px;
  }
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  border-bottom: 1px dashed #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .rooms .template-2 .description .expand-collapse:before, .rooms .template-2 .description .expand-collapse:after {
    border-bottom: 1px dashed #000;
  }
}
.rooms .template-2 .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms .template-2 .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .template-2 .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms .template-2 .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand span:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms .template-2 .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 13px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.rooms .template-2 .description .full-description.show {
  top: 0;
}
@media (max-width: 979px) and (min-width: 736px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
  }
  .rooms .template-2 .description .full-description p {
    margin: 15px 0;
  }
  .rooms .template-2 .description .full-description.show {
    display: block;
  }
}
.rooms .template-2 .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:before, .rooms .template-2 .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #54baba;
}
.rooms .template-2 .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms .template-2 .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms .template-2 .description .full-description .close:hover:before, .rooms .template-2 .description .full-description .close:hover:after {
  background: #65c8c8;
}
.rooms .template-2 .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms .template-2 nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav a {
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Aqualim", serif;
  }
  .rooms .template-2 nav a + a {
    margin-top: 0;
  }
  .rooms .template-2 nav a.book-now {
    display: none;
  }
}
.rooms .template-2 nav .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms .template-2 nav .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery svg {
    display: none;
  }
}

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #54baba;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
}
.rooms .template-3 .background .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-3 .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .template-3 .background .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}

.room-venue-gallery .wrapper {
  max-width: calc(var(--Container-width-12x, 1224px) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-Giant, 124px) var(--SidePadding);
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-s, 16px);
}
@media only screen and (max-width: 767px) {
  .room-venue-gallery .wrapper {
    max-width: initial;
  }
}
.room-venue-gallery .slideshow {
  overflow: hidden;
}
.room-venue-gallery .slideshow .slide {
  width: 100%;
  height: 100%;
  display: flex;
}
.room-venue-gallery .slideshow .slide img {
  width: 100%;
  height: var(--images-height-lg, 720px);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.galleries-section {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .galleries-section {
    padding-block: 120px 120px;
  }
}
.galleries-section .gallery-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .galleries-section .gallery-container {
    padding: 64px 24px;
  }
}
.galleries-section .gallery-container .gallery-left-side {
  flex: 0 0 22.78%;
  max-width: 22.78%;
}
@media only screen and (max-width: 767px) {
  .galleries-section .gallery-container .gallery-left-side {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.galleries-section .gallery-container .gallery-left-side h2 {
  color: #9a610d;
}
@media only screen and (max-width: 1023px) {
  .galleries-section .gallery-container .gallery-left-side h2 {
    margin-bottom: 32px;
  }
}
.galleries-section .gallery-container .gallery-right-side {
  flex: 0 0 77.21%;
  max-width: 77.21%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .galleries-section .gallery-container .gallery-right-side {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.galleries-section .gallery-container .gallery-right-side .slideshow {
  max-width: 1280px;
  position: relative;
  overflow: hidden;
}
.galleries-section .gallery-container .gallery-right-side .slide {
  width: 976px;
  height: 500px;
}
@media only screen and (max-width: 1023px) {
  .galleries-section .gallery-container .gallery-right-side .slide {
    height: 248px;
  }
}
.galleries-section .gallery-container .gallery-right-side .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galleries-section .gallery-container .gallery-right-side .slide.swiper-slide-next {
  margin-left: 8px;
}
.galleries-section .gallery-container .gallery-right-side .slide nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.galleries-section .gallery-container .gallery-right-side .slide:hover nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.galleries-section .gallery-container .controls-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  left: 0;
  bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .galleries-section .gallery-container .controls-container {
    display: none;
  }
}
.galleries-section .gallery-container .controls-container .slideshow-btn.previous {
  margin-right: 16px;
}
.galleries-section .gallery-container .controls-container .slideshow-btn.previous img {
  rotate: 180deg;
}
@media only screen and (max-width: 1023px) {
  .galleries-section .gallery-container .swiper-scrollbar {
    margin-top: 20px;
    height: 1px;
    background-color: rgba(154, 97, 13, 0.1);
  }
  .galleries-section .gallery-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: inherit;
    background-color: #9a610d;
  }
}

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "Glacial Indifference", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #9a610d;
  border-bottom-color: #9a610d;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Aqualim", serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Aqualim", serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Aqualim", serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

.social-media-links {
  text-align: center;
  margin: 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .social-media-links {
    margin: 0 auto 100px;
  }
}
.social-media-links h2 {
  margin-bottom: 16px;
  font: 300 46px/1 "Aqualim", serif;
  line-height: 44px;
  color: #9a610d;
}
.social-media-links p {
  margin-bottom: 40px;
  font: 400 15px/1 "Glacial Indifference", sans-serif;
  letter-spacing: 0.45px;
  line-height: 14px;
  color: #9a610d;
}
.social-media-links p a {
  font: 400 15px/1 "Glacial Indifference", sans-serif;
  letter-spacing: 0.4px;
  line-height: 14px;
  color: #272726;
  text-decoration: none;
}
.social-media-links p a:hover {
  text-decoration: underline;
}
.social-media-links .socials {
  margin: -10px 0 30px 0;
}
.social-media-links .socials li {
  display: inline-block;
  margin: 0 10px;
}

.social-media {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .social-media {
    display: block;
    height: auto;
    max-height: none;
  }
}
.social-media .eapps-instagram-feed-title {
  display: none !important;
}
.social-media.loading {
  min-height: 320px;
}
@media only screen and (min-width: 768px) {
  .social-media.loading {
    min-height: 180px;
  }
}
.social-media .slideshow {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .social-media .slideshow {
    margin-bottom: 40px;
  }
}
.social-media .slideshow-button {
  position: absolute;
  top: 350px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  z-index: 1;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .social-media .slideshow-button {
    top: calc(100% + 30px);
  }
}
.social-media .slideshow-button.previous {
  left: 10px;
}
.social-media .slideshow-button.next {
  right: 10px;
}
.social-media .more {
  color: #9a610d;
  text-align: center;
  font-family: "Glacial Indifference", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 12px;
}
.social-media .feed-item:not(.swiper-slide) + .feed-item:not(.swiper-slide) {
  margin-left: 20px;
}
.social-media .feed-item {
  position: relative;
  width: 25%;
  flex-shrink: 0;
  height: 350px;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 300;
  overflow: hidden;
  z-index: 10;
  margin: 0;
  height: 520px;
}
.social-media .feed-item a {
  height: 75%;
  position: relative;
  display: block;
}
.social-media .feed-item:nth-child(3n-1) a {
  margin-top: 120px;
}
.social-media .feed-item:nth-child(3n+1) a {
  height: 100%;
}
.social-media .feed-item:nth-child(4n+4) a {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .social-media .feed-item {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .social-media .feed-item {
    width: 280px;
    height: 0;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .social-media .feed-item {
    width: 100%;
  }
}
.social-media .feed-item .c-instagram-feed__link {
  display: block;
}
.social-media .feed-item .c-instagram-feed__date,
.social-media .feed-item .c-instagram-feed__comment-count,
.social-media .feed-item .c-instagram-feed__like-count {
  display: none;
}
.social-media .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 350ms ease-in-out;
  z-index: 1;
}
.social-media .feed-item .feed-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.social-media .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .social-media .feed-item {
    /*&:hover .feed-thumb {
        opacity: 0.5;
    }*/
  }
}
.social-media .feed-item .feed-descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 2;
  display: none;
}
.social-media .feed-item:hover {
  /*.feed-type {
      opacity: 1;
  }*/
}
.social-media .feed-item .feed-type {
  opacity: 0;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  display: none !important;
}
.social-media .feed-item .feed-type svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
}
@media only screen and (min-width: 1024px) {
  .social-media .feed-item:hover .feed-type svg {
    fill: white;
  }
}
.social-media .feed-item .feed-text {
  display: inline-block;
  font-family: "Glacial Indifference", sans-serif;
  color: white;
  opacity: 0;
  width: 100%;
  font-size: 20px;
  margin-top: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}
.social-media .feed-item .feed-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Glacial Indifference", sans-serif;
  color: #FFF;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  margin-top: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social-media .feed-item .feed-stats .comments {
  position: relative;
}
.social-media .feed-item .feed-stats .comments::after {
  content: "";
  position: absolute;
  left: -30px;
  width: 25px;
  height: 25px;
  background-image: url("../images/comment.svg");
  background-repeat: no-repeat;
}
.social-media .feed-item .feed-stats .likes {
  position: relative;
}
.social-media .feed-item .feed-stats .likes::after {
  content: "";
  position: absolute;
  left: -30px;
  width: 25px;
  height: 25px;
  background-image: url("../images/like.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.social-media .feed-item:hover .feed-stats {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .social-media .feed-item {
    /*&:hover .feed-text {
        opacity: 1;
    }*/
  }
}
.social-media .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.social-media .feed-item.blog .feed-thumb {
  display: none;
}
.social-media .feed-item:before {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  content: "";
  background-image: url("../images/ig.svg");
  z-index: 9;
}
.social-media .social-media--item {
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .social-media .social-media--item {
    width: 100%;
  }
}
.social-media .social-media--item__static--item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  color: #FFF;
}
.social-media .social-media--item__static--item:first-child {
  border-bottom: 1px solid red;
}
.social-media .social-media--item__static--item a {
  position: relative;
  display: block;
  margin-top: 40px;
  font-family: "Glacial Indifference", sans-serif;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
}
.social-media .social-media--item__static--item a::before {
  position: absolute;
  top: -40px;
  left: 50%;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  transform: translateX(-50%);
}
.social-media .social-media--item__static--item .facebook::before {
  content: "\e643";
}
.social-media .social-media--item__static--item .youtube::before {
  content: "\e653";
}
.social-media__controls {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .social-media__controls {
    display: block;
  }
}
.social-media__controls .arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media__controls .arrows-wrapper .previous img {
  rotate: 180deg;
}

/* COMMON */
.single-venue .venue-thumb img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  margin: 0 0 15px;
}
.single-venue .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.single-venue .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.single-venue .layouts span:hover {
  background: #e57c00;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}
/* Template 1 */
/* Template 2 */
.venue.template2 {
  overflow: hidden;
  margin: 45px 0;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #aa9b7c;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span:hover, .venue.template2 .tab-buttons span.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .tabs {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs .tab {
  display: none;
}
.venue.template2 .content .tabs .tab.active {
  display: block;
}
.venue.template2 .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venue.template2 .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template2 .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venue.template2 .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venue.template2 .content .tabs p {
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venue.template2 .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media only screen and (max-width: 1023px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .background {
    left: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template2 .buttons {
  background: #013668;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons {
    padding: 8px 0;
  }
}
.venue.template2 .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper {
    float: none;
  }
}
.venue.template2 .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venue.template2 .buttons .inner-wrapper a + a {
  border-left: 1px solid #26537b;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

/* VENUES TEMPLATE 3 */
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f8f8f8;
}
.venue.template3 .venue-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  background: url(images/phone.svg) no-repeat 0 0;
  margin-right: 13px;
}
.venue.template3 .inquiry {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #e57c00;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue.template3 .content-wrapper .venue-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 290px;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template3 .content-wrapper .content {
  width: 290px;
  padding: 15px 40px 120px 20px;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
.venue.template3 .content-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template3 .content-wrapper .content h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .amenities {
    text-align: center;
  }
}
.venue.template3 .content-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  margin: 0 13px 13px 0;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .links {
    position: static;
  }
}
.venue.template3 .content-wrapper .content .links a {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template3 .content-wrapper .content .links a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #979797;
}
.venue.template3:nth-child(even) .venue-phone {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(even) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(even) .content-wrapper .content {
  padding: 15px 20px 120px 20px;
  float: left;
}
.venue.template3:nth-child(even) .inquiry {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
.venue.template4 {
  width: 100%;
  margin-bottom: 40px;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template4 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template4 .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
  }
}
.venue.template4 .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.venue.template4 .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template4 .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #fff;
}
.venue.template4 .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  float: left;
  border-radius: 0;
}
.venue.template4 .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venue.template4 .background .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template4 .bottom {
  position: relative;
  height: 62px;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.venue.template4 .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venue.template4 .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venue.template4 .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts.multiline {
    margin-right: 60px;
  }
}
.venue.template4 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.venue.template4 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template4 .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.venue.template4 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template4 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venue.template4 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venue.template4 .layouts span:hover {
  background: #e57c00;
}
.venue.template4 .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover {
    background: none;
  }
  .venue.template4 .layouts span:hover:before {
    color: #898989;
  }
}
.venue.template4 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venue.template4 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "Aqualim", serif;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venue.template4 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

/* VENUES TEMPLATE 5 */
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  width: 280px;
  height: 140px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    width: 100%;
    height: auto;
    float: none;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  position: relative;
  z-index: 2;
  height: 140px;
  width: 280px;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    height: auto;
    width: 100%;
    background: #f6f6f6;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 70px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ae9c58;
}
.venue.template5 .inner-wrapper .layouts .toggle div:hover:before {
  color: #000;
}
.venue.template5 .inner-wrapper .layouts.multiline .toggle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline .toggle {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts span {
  display: block;
  width: 56px;
  height: 70px;
  float: left;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  line-height: 69px;
  text-align: center;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #8b8b8b;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts span {
    height: 50px;
    line-height: 50px;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
  display: block;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .toggle {
  bottom: 1px;
  height: 69px;
}
.venue.template5 .inner-wrapper .content {
  position: absolute;
  left: 280px;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content {
    position: static;
  }
}
.venue.template5 .inner-wrapper .content h3 {
  color: #ae9c58;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.venue.template5 .inner-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links > a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ae9c58;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links > a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links > a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ae9c58;
}
.venue.template5 .inner-wrapper .content .amenities {
  margin-right: 180px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .amenities {
    margin-right: 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 9px 9px 0;
  color: #151515;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template5 .inner-wrapper .content .buttons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .buttons {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .buttons a {
  color: #ae9c58;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid #ae9c58;
  background: none;
}
.venue.template5 .inner-wrapper .content .buttons a:hover {
  background: #ae9c58;
  color: #fff;
}

.map-section {
  margin: auto;
}
.map-section .wrapper {
  display: flex;
  align-items: center;
  background: var(--Container-Neutral-Dark, #000);
}
@media only screen and (max-width: 1023px) {
  .map-section .wrapper {
    flex-direction: column;
  }
}
.map-section h2,
.map-section .h5,
.map-section p {
  color: var(--Container-Neutral-Primary, #FFF);
}
.map-section .content-wrapper {
  width: 100%;
  max-width: calc(var(--Container-width-6x, 600px) / var(--Container-width-full, 1440px) * 100%);
  padding: var(--Grid-padding-xxxl, 84px) var(--Grid-padding-xxxxl, 96px);
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-lg, 48px);
}
@media only screen and (max-width: 1023px) {
  .map-section .content-wrapper {
    max-width: initial;
  }
}
.map-section .content-wrapper .items-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Space-28, 28px);
}
.map-section .content-wrapper .single-item {
  display: flex;
  flex-direction: column;
  gap: var(--Space-12, 12px);
}
.map-section .content-wrapper .single-item.socials-item {
  gap: var(--Space-16, 16px);
}
.map-section .content-wrapper .socials {
  font-size: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.map-section .map-wrapper {
  width: 100%;
  margin-bottom: 0;
  align-self: stretch;
  position: relative;
}
.map-section .map-wrapper #map {
  min-height: var(--images-height-lg, 720px);
  height: 100%;
}
.map-section .map-wrapper #map .leaflet-pane {
  z-index: 9;
}
.map-section .map-wrapper #map .leaflet-popup-close-button {
  font-size: 24px;
  color: #FFF;
  top: 10px;
  right: 12px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: var(--Container-Neutral-Primary, #fff) !important;
  border-radius: initial;
}

.leaflet-container a {
  color: var(--Typography-Button-Secondary, #9A610D) !important;
}

.blog-page.template-2 {
  background-color: #fff;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 88px 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 88px 0 64px;
  }
}
.blog-page.template-2.blog-list-view .blog-posts-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2.single-blog-post #main-content.center-column {
  max-width: initial;
  padding: 0;
}
.blog-page.template-2.single-blog-post #main-content.center-column > .page-content[role=main] {
  max-width: initial;
}
.blog-page.template-2 .center-column {
  max-width: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 350ms ease-in-out;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 350ms ease-in-out;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #f8efde;
  position: relative;
  margin-top: 80px;
  border-top: 1px solid rgba(154, 97, 13, 0.2);
  border-bottom: 1px solid rgba(154, 97, 13, 0.2);
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font: 700 11px/12px "Mr Canfields Pro", cursive;
  letter-spacing: 1.32px;
  position: absolute;
  top: 50%;
  color: #9a610d;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 350ms ease-in-out;
  transform: translateY(-50%);
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
  margin-top: 1px;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 1px solid #9a610d;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post .post-icon {
  left: -15px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon {
  right: -15px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon:after {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}
.blog-page.template-2 .posts-controls .post-control-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation {
    padding-top: 140px;
  }
}
.blog-navigation-visible #blog-hamburger-navigation {
  right: 0;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  position: relative;
  margin-bottom: 5px;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 5px 40px;
  font: 22px/1.2 "Glacial Indifference", sans-serif;
  text-decoration: none;
  color: #9a610d;
  position: relative;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #431c0f;
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover, #blog-hamburger-navigation .main-menu .blog-categories li a.active {
  color: #9a610d;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#blog-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #9a610d;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:hover, #blog-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #9a610d;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #9a610d;
  top: 0;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #9a610d !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #EDEDED;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Glacial Indifference", sans-serif;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #9a610d;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
    width: 60px;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #9a610d !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin-bottom: 88px;
}
@media only screen and (max-width: 767px) {
  .featured-posts {
    margin-bottom: 64px;
  }
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .page-content h2 {
  font: 300 48px/54px "Aqualim", serif;
  letter-spacing: 0.48px;
  color: #9a610d;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .page-content h2 {
    margin-bottom: 32px;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0.34px;
  }
}
.featured-posts .featured-posts-slider {
  max-width: 1054px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider {
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 904px;
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 500px;
  font-family: "Glacial Indifference", sans-serif;
  border: 1px solid rgba(154, 97, 13, 0.2);
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post {
    padding: 0;
    min-height: auto;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 58%;
  background-color: #f8efde;
}
.featured-posts .featured-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  text-align: left;
  width: 42%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background-color: #f8efde;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: normal;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px 30px 40px 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
  display: block;
  font-size: 11px;
  color: #9a610d;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  font-family: "Mr Canfields Pro", cursive;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
    margin-bottom: 8px;
    font-size: 10px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font: 400 34px/38px "Aqualim", serif;
  letter-spacing: 0.34px;
  color: #9a610d;
  margin-bottom: 16px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #9a610d;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: 0;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.16px;
  color: #9a610d;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
    margin-bottom: 20px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .inverted {
  height: 40px;
  padding: 14px 24px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #431c0f;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 1.5px solid #f8efde;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -6px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous:after {
  transform: rotate(-135deg);
  margin-top: -5px;
  margin-left: -2px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  right: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.swiper-button-disabled {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  margin-top: 24px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #D8D8D8;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  background: #431c0f;
}

.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
  font: 300 46px/44px "Aqualim", serif;
  color: #9a610d;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0.34px;
    margin-bottom: 32px;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  border: 1px solid #9a610d;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "Glacial Indifference", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #f8efde;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 8px 16px 10px 16px;
  background-color: #431c0f;
  font-family: "Mr Canfields Pro", cursive;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 1.2px;
  font-size: 11px;
  color: #f8efde;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
    font-size: 10px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #f8efde;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid rgba(154, 97, 13, 0.2);
  min-height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 11px;
  color: #9a610d;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  font-family: "Mr Canfields Pro", cursive;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: 400 24px/32px "Aqualim", serif;
  margin: 10px 0 16px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 8px 0 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #9a610d;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: relative;
  left: 0;
  right: 40px;
  vertical-align: bottom;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #9a610d;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .inverted {
  height: 40px;
  padding: 14px 24px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 12px;
  right: 0;
  display: flex;
  color: #9a610d;
  font-family: "Mr Canfields Pro", cursive;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #9a610d;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-top: 64px;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: 300 18px/1.2 "Glacial Indifference", sans-serif;
  color: #9a610d;
}
.related-posts .page-content h2 {
  font: 400 48px/54px "Aqualim", serif;
  letter-spacing: 0.48px;
  color: #9a610d;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0.34px;
    margin-bottom: 24px;
  }
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider {
    padding: 0;
  }
}
.related-posts .related-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1135px;
  overflow: hidden;
}
.related-posts .related-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 450px;
  overflow: hidden;
  font-family: "Glacial Indifference", sans-serif;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);*/
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
    min-height: 250px;
    box-shadow: none;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #9a610d;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%), rgba(0, 0, 0, 0.1);
}
.related-posts .related-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 11px 20px;
  background-color: #431c0f;
  font-family: "Mr Canfields Pro", cursive;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 1.2px;
  font-size: 10px;
  color: #f8efde;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: 400 24px/32px "Aqualim", serif;
  color: #9a610d;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #f8efde;
  text-decoration: none;
}
.related-posts .related-posts-slider .post .post-content-wrapper .inverted {
  color: #FFF;
}
.related-posts .related-posts-slider .post .post-content-wrapper .read-more-link {
  font-size: 12px;
  font-weight: normal;
  border-radius: 14px;
  line-height: 30px;
  background-color: #431c0f;
  color: #fff;
  padding: 0 25px;
  transition: opacity 350ms ease-in-out;
}
.related-posts .slideshow-pagination {
  text-align: center;
  font-size: 0;
  margin-top: 24px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .related-posts .slideshow-pagination {
    display: block;
  }
}
.related-posts .slideshow-pagination > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(154, 97, 13, 0.2);
  opacity: 0.3;
  border-radius: 50%;
  border: none;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.related-posts .slideshow-pagination > *:hover, .related-posts .slideshow-pagination > *.active {
  background: #431c0f;
  opacity: 1;
}

.footer-blog {
  font-family: "Glacial Indifference", sans-serif;
}
.footer-blog .footer-top-bar {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #9a610d;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 130px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper {
    margin: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .text-block {
  margin-right: 50px;
  width: 43%;
  color: #fff;
}
.footer-blog .footer-top-bar-wrapper .text-block h4 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-blog .footer-top-bar-wrapper .text-block span {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    margin-bottom: 10px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block h4 {
    font-size: 18px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block span {
    font-size: 16px;
  }
}
.footer-blog .footer-top-bar-wrapper .input-text-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter {
    width: 100%;
  }
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text] {
  flex-grow: 1;
  height: 58px;
  padding: 0 20px;
  background: #fff;
  font-size: 15px;
  line-height: 58px;
  color: #000;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
  padding: 0 45px;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  background-color: #9a610d;
  transition: background-color 350ms ease-in-out;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button:hover {
  background-color: #D93F2C;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .privacy-policy {
    margin-left: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy input {
  margin-right: 10px;
}
.footer-blog .footer-bottom-bar {
  padding: 35px 0;
  background-color: #fff;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper {
    justify-content: center;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper {
  margin-right: 40px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
  display: block;
  max-width: 155px;
  height: 82px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
    max-width: 100px;
    height: auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  display: block;
  color: #6c6c6c;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
    font-size: 16px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper .socials-list {
    margin: 20px auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li {
  margin-right: 15px;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li:last-child {
  margin-right: 0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a {
  opacity: 1;
  display: block;
  transition: opacity 350ms ease-in-out;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.facebook svg {
  fill: #4460A0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.twitter svg {
  fill: #1da1f2;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.instagram svg {
  fill: #e4405f;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a:hover {
  opacity: 0.8;
}

#footer {
  position: relative;
  background: var(--Container-Neutral-Dark, #000);
  text-align: left;
  z-index: 1;
  overflow: hidden;
}
#footer .wrapper {
  display: flex;
  flex-direction: column;
}
#footer .row {
  display: flex;
  border-bottom: 1px solid var(--Container-Neutral-Primary, #FFF);
}
@media only screen and (max-width: 767px) {
  #footer .row {
    padding: 0 var(--SidePadding);
  }
}
#footer .row * {
  color: var(--Container-Neutral-Primary, #FFF);
}
#footer .row.top .row-wrapper {
  display: flex;
  width: 100%;
  max-width: var(--Container-width-12x, 1224px);
  padding: var(--Grid-padding-lg, 48px);
  align-items: center;
  align-content: center;
  gap: var(--Grid-padding-reg, 24px) var(--Grid-padding-Giant, 124px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #footer .row.top .row-wrapper {
    flex-direction: column;
    max-width: initial;
  }
}
#footer .row.top .row-wrapper .left-side {
  max-width: calc(var(--Container-width-8x) / (var(--Container-width-12x) - var(--Grid-padding-lg) * 2) * 100%);
  display: flex;
  flex-direction: column;
  gap: var(--Space-8, 8px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer .row.top .row-wrapper .left-side {
    max-width: initial;
  }
}
#footer .row.top .row-wrapper .right-side {
  flex: 1 0 0;
}
@media only screen and (max-width: 767px) {
  #footer .row.top .row-wrapper .right-side {
    width: 100%;
  }
}
#footer .row.middle .row-wrapper {
  display: flex;
  max-width: var(--Container-width-12x, 1224px);
  width: 100%;
  padding: var(--Grid-padding-xxxxl, 96px) var(--Grid-padding-lg, 48px);
  align-items: flex-start;
  gap: var(--Grid-padding-md, 32px);
  margin: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #footer .row.middle .row-wrapper {
    flex-direction: column;
    margin: 0;
    max-width: initial;
  }
}
#footer .row.middle .logo-contacts-wrapper {
  display: flex;
  gap: 36px;
}
@media only screen and (max-width: 767px) {
  #footer .row.middle .logo-contacts-wrapper {
    flex-direction: column;
    margin-right: auto;
  }
}
#footer .row.middle .footer-logo {
  width: 100%;
}
#footer .row.middle .footer-logo .logo {
  width: var(--LogoWidth);
}
#footer .row.middle .footer-logo .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #footer .row.middle .footer-col.footer-col--logo {
    align-self: center;
  }
}
#footer .row.middle #footer-contacts {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
#footer .row.middle #footer-menu {
  width: 100%;
  display: flex;
  min-width: 216px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Space-20, 20px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer .row.middle #footer-menu {
    min-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.middle #footer-menu {
    min-width: initial;
  }
}
#footer .row.middle #footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: var(--Space-8, 8px);
}
#footer .row.middle #footer-menu a {
  color: var(--Container-Neutral-Primary, #FFF);
  font-family: var(--Font-Family-Action-Tag, Inter);
  font-size: var(--Font-Size-Action-Tag);
  font-style: normal;
  font-weight: var(--Font-Weight-Action-Tag, 400);
  line-height: var(--Font-Line-Height-Action-Tag, 16px);
  letter-spacing: var(--Font-Letter-Spacing-Action-Tag, 0.8px);
  text-transform: uppercase;
  text-decoration: none;
}
#footer .row.middle #footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Space-20, 20px);
}
#footer .row.middle #footer-contacts .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Space-8, 8px);
}
#footer .row.middle #footer-contacts a {
  text-decoration: none;
}
#footer .row.middle #footer-connect {
  align-items: flex-start;
  gap: var(--Space-20, 20px);
  display: flex;
  flex-direction: column;
}
#footer .row.middle #footer-connect .footer-socials {
  display: flex;
  align-items: center;
  gap: var(--Space-20, 20px);
}
#footer .row.middle #newsletter {
  width: 100%;
  max-width: 336px;
  display: flex;
  flex-direction: column;
  gap: var(--Space-32, 32px);
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  #footer .row.middle #newsletter {
    max-width: initial;
  }
}
#footer .row.middle #newsletter .newsletter-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--Space-20, 20px);
}
#footer .row.middle #newsletter .socials {
  font-size: 0;
  display: flex;
  align-items: center;
  gap: var(--Space-20, 20px);
}
#footer .row.middle #newsletter form,
#footer .row.middle #newsletter p {
  margin: 0;
}
#footer .row.middle #newsletter form {
  width: 100%;
}
#footer .row.middle #newsletter h3 {
  display: none;
}
#footer .row.middle #newsletter .form-builder-group {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid var(--Container-Neutral-Secondary, #F7F7F7);
  flex-wrap: wrap;
  align-items: center;
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field {
  width: auto;
  margin: 0;
  padding: 0;
  padding-bottom: var(--Space-8, 8px);
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field label {
  display: none;
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field input[type=email] {
  width: 100%;
  background: transparent;
  border: none;
  margin: 0;
  height: auto;
  text-transform: none;
  outline: none;
  color: var(--Container-Neutral-Primary, #FFF);
  font-family: var(--Font-Family-Body-M, Inter);
  font-size: var(--Font-Size-Body-M, 16px);
  font-style: normal;
  font-weight: var(--Font-Weight-Body-M, 300);
  line-height: var(--Font-Line-Height-Body-M, 32px);
  letter-spacing: var(--Font-Letter-Spacing-Body-M, 0);
  padding: 0;
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field input[type=email]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field input[type=email]::-moz-placeholder {
  color: var(--Container-Neutral-Primary, #FFF);
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field input[type=email]::placeholder {
  color: var(--Container-Neutral-Primary, #FFF);
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field:first-child {
  position: relative;
  z-index: 1;
  width: calc(100% - 24px);
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field:first-child p {
  margin-left: 0;
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field:last-child {
  position: relative;
  z-index: 0;
  width: 24px;
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field:last-child p {
  margin-right: 0;
  line-height: normal;
}
#footer .row.middle #newsletter .form-builder-group .form-builder-field:last-child input[type=submit] {
  font-size: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  width: 25px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='13' viewBox='0 0 25 13' fill='none'%3E%3Cpath d='M18 0.424316L24 6.42432L18 12.4243' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M24 6.42432H0' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
}
#footer .row.bottom {
  border-bottom: none;
  justify-content: center;
  padding: var(--Grid-padding-md, 36px) var(--SidePadding);
}
#footer .row.bottom .row-wrapper {
  display: flex;
  align-items: center;
  gap: 24px var(--Grid-padding-reg, 24px);
  flex-wrap: wrap;
  justify-content: center;
}
#footer .row.bottom p,
#footer .row.bottom ul li > a {
  opacity: var(--Opacity-80, 0.8);
  color: var(--Typography-Body_Light, #FFF);
  font-family: var(--Font-Family-Body-S, Inter);
  font-size: var(--Font-Size-Body-S, 12px);
  font-style: normal;
  font-weight: var(--Font-Weight-Body-S, 400);
  line-height: var(--Font-Line-Height-Body-S, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Headers-S, 2.4px);
  text-decoration: none;
}
#footer .row.bottom ul {
  display: flex;
  flex-direction: row;
  gap: 24px var(--Grid-padding-reg, 24px);
  flex-wrap: wrap;
  justify-content: center;
}

/* new footer newsleter */
.footer-newsletter {
  background: var(--Container-Neutral-Dark, #431c0f);
  text-align: center;
  border-bottom: 1px solid var(--Container-Neutral-Primary, #FFF);
  margin-top: var(--Grid-padding-s, 16px);
}

.footer-newsletter * {
  color: var(--Container-Neutral-Primary, #FFF);
}

.footer-newsletter__inner {
  max-width: var(--Container-width-12x, 1224px);
  margin: 0 auto;
  padding: var(--Grid-padding-xxl, 72px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Grid-padding-lg, 48px);
  width: 100%;
  border: none;
  background: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
  .footer-newsletter__inner {
    padding: var(--Grid-padding-xxl, 56px) var(--SidePadding);
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    gap: var(--Grid-padding-reg, 24px);
  }
}
.footer-newsletter__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 808px;
}

.footer-newsletter__inner h3,
.footer-newsletter__inner legend {
  display: none;
}

.footer-newsletter__inner em {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: italic !important;
  padding: 0;
}

.footer-newsletter__body {
  color: var(--Typography-Body_Light, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Body/M */
  font-family: var(--Font-Family-Body-M, "Glacial Indifference");
  font-size: var(--Font-Size-Body-M, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-Height-Body-M, 32px); /* 200% */
  letter-spacing: var(--Font-Letter-Spacing-Body-M, 0);
}

.footer-newsletter__inner label {
  float: none;
  width: auto;
  margin: 0;
  display: block;
  text-align: left !important;
  color: var(--Typography-Body_Light, #FFF);
  font-family: var(--Font-Family-Action-Tag, Inter);
  font-size: var(--Font-Size-Action-Tag, 12px);
  font-style: normal;
  font-weight: var(--Font-Weight-Action-Tag, 400) !important;
  line-height: var(--Font-Line-Height-Action-Tag, 16px);
  letter-spacing: var(--Font-Letter-Spacing-Action-Tag, 0.8px);
  text-transform: uppercase;
  justify-content: flex-start !important;
  flex-direction: unset !important;
}

.footer-newsletter__inner p {
  margin-bottom: 0;
}

.footer-newsletter .hp-fieldset {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.footer-newsletter .overline-s {
  font-family: var(--Font-Family-Headers-S, Inter);
  font-size: var(--Font-Size-Headers-S, 18px);
  font-style: normal;
  font-weight: var(--Font-Weight-Headers-S, 400);
  line-height: var(--Font-Line-Height-Headers-S, 18px);
  /* 100% */
  letter-spacing: var(--Font-Letter-Spacing-Headers-S, 2.4px);
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .footer-newsletter .overline-s {
    align-self: center;
    display: flex;
    justify-content: center;
  }
}

.footer-newsletter__heading {
  color: var(--Typography-Headers_Light, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Headers/XL */
  font-family: var(--Font-Family-Headers-XL, "Quincy CF");
  font-size: var(--Font-Size-Headers-XL, 48px);
  font-style: normal;
  font-weight: var(--Font-Weight-Headers-XL, 400);
  line-height: var(--Font-Line-Height-Headers-XL, 56px);
  /* 116.667% */
  letter-spacing: var(--Font-Letter-Spacing-Headers-XL, 0);
}

@media only screen and (max-width: 500px) {
  .footer-newsletter__heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.footer-newsletter__fields {
  width: 100%;
  margin: 0;
}

.footer-newsletter__fields > div {
  width: 100%;
}

.footer-newsletter__field {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-xxxs, 4px);
  text-align: left;
}

.footer-newsletter__field label {
  color: var(--Typography-Body_Light, #FFF) !important;
  font-family: var(--Font-Family-Action-Tag, Inter);
  font-size: var(--Font-Size-Action-Tag, 12px);
  font-style: normal;
  font-weight: var(--Font-Weight-Action-Tag, 400);
  line-height: var(--Font-Line-Height-Action-Tag, 16px);
  letter-spacing: var(--Font-Letter-Spacing-Action-Tag, 0.8px);
  text-transform: uppercase;
  justify-content: flex-start !important;
}

.footer-newsletter__field input {
  background: transparent;
  border: 1px solid var(--Container-Neutral-Secondary, #F7F7F7) !important;
  padding: var(--Grid-padding-xs, 12px);
  color: var(--Container-Neutral-Primary, #FFF) !important;
  font-family: var(--Font-Family-Body-M, Inter);
  font-size: var(--Font-Size-Body-M, 16px);
  font-weight: var(--Font-Weight-Body-M, 300);
  line-height: var(--Font-Line-Height-Body-M, 32px);
  outline: none;
  width: 100%;
  height: var(--Space-40, 40px);
}
.footer-newsletter__field input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.footer-newsletter__field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter__field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  gap: var(--Grid-padding-reg, 24px);
}

@media only screen and (max-width: 500px) {
  .footer-newsletter__actions {
    /*flex-direction: column;
    align-items: flex-start;
    gap: var(--Space-32, 32px);
    padding: 0;
    flex-wrap:nowrap;*/
    align-items: flex-start;
    gap: var(--Space-32, 32px);
    padding: 0;
    display: flex;
    padding: 0 var(--Grid-padding-none, 0);
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: var(--Grid-padding-md, 36px);
    align-self: stretch;
    /* flex-wrap: wrap; */
  }
}
.footer-newsletter__checkbox {
  display: flex;
  align-items: center;
  gap: var(--Grid-padding-s, 16px);
  cursor: pointer;
}

.footer-newsletter__checkbox input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid var(--Container-Neutral-Primary, #FFF);
  background: var(--Container-Neutral-Primary, #FFF);
  accent-color: var(--Container-Action-Button-Primary-default);
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  cursor: pointer;
  flex-shrink: 0;
}

.footer-newsletter__checkbox span {
  font-family: var(--Font-Family-Body-S, Inter);
  font-size: var(--Font-Size-Body-S, 12px);
  font-weight: var(--Font-Weight-Body-S, 400);
  line-height: var(--Font-Line-Height-Body-S, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Headers-S, 2.4px);
  white-space: nowrap;
}

.footer-newsletter a:hover {
  color: var(--Container-Action-Container-default);
}

.footer-newsletter__submit {
  font-family: var(--Font-Family-Action-Button, Inter);
  font-size: var(--Font-Size-Action-Button, 0.75rem);
  font-weight: var(--Font-Weight-Action-Button, 700);
  line-height: var(--Font-Line-Height-Action-Button, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Action-Button, 1.2px);
  text-transform: uppercase;
  color: var(--Typography-Body_Dark, #431C0F);
  border-radius: var(--Text-Container-radius-none, 0);
  background: var(--Container-Action-Container-default, #CBAE77);
  padding: var(--Grid-padding-xs, 12px) var(--Grid-padding-reg, 24px);
  border: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  white-space: nowrap;
  min-width: 180px;
  max-width: 222px;
  flex: 1;
}

.footer-newsletter__submit:hover {
  background-color: var(--Container-Neutral-Secondary, #F7F7F7);
}

@media only screen and (max-width: 500px) {
  .footer-newsletter__submit {
    width: 100%;
    max-width: 100%;
    min-width: 71px;
  }
}
/* ── Widget form: #form_form_13 within .footer-newsletter ── */
.footer-newsletter #form_form_13 {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-reg, 24px);
}

/* Strip default fieldset styling */
.footer-newsletter #form_form_13 fieldset:not(.hp-fieldset) {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-reg, 24px);
}

/* Hide required asterisk — not shown in design */
.footer-newsletter #form_form_13 label em {
  display: none;
}

/* All field groups: flex row, wrapping */
.footer-newsletter #form_form_13 .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--Grid-padding-reg, 24px);
  width: 100%;
  align-items: flex-start;
  margin: 0 !important;
}

/* Each field wrapper: fill available space */
.footer-newsletter #form_form_13 .form-builder-field {
  flex: 1 0 0 !important;
  min-width: 180px !important;
  width: auto !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
}

/* The <p> wrapper each template outputs — make it a column so label sits above input */
.footer-newsletter #form_form_13 .form-builder-field > p {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: var(--Grid-padding-xxxs, 4px) !important;
  width: 100% !important;
}

/* Field labels (above text inputs) */
.footer-newsletter #form_form_13 .form-builder-field > p > label {
  display: block !important;
  float: none !important;
  width: auto !important;
  flex-direction: unset !important;
  margin: 0 !important;
  color: var(--Typography-Body_Light, #FFF) !important;
  font-family: var(--Font-Family-Action-Tag, "Glacial Indifference") !important;
  font-size: var(--Font-Size-Action-Tag, 12px) !important;
  font-weight: var(--Font-Weight-Action-Tag, 400) !important;
  line-height: 16px !important;
  letter-spacing: var(--Font-Letter-Spacing-Action-Tag, 0.8px) !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

/* Text and email inputs */
.footer-newsletter #form_form_13 input[type=text],
.footer-newsletter #form_form_13 input[type=email] {
  background: transparent;
  border: 1px solid var(--Container-Neutral-Secondary, #f8efde) !important;
  padding: var(--Grid-padding-xs, 12px);
  color: var(--Container-Neutral-Primary, #FFF) !important;
  font-family: var(--Font-Family-Body-M, "Glacial Indifference");
  font-size: var(--Font-Size-Body-M, 16px);
  font-weight: 400;
  outline: none;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
}
.footer-newsletter #form_form_13 input[type=text]:focus-visible,
.footer-newsletter #form_form_13 input[type=email]:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.footer-newsletter #form_form_13 input[type=text]::-moz-placeholder, .footer-newsletter #form_form_13 input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter #form_form_13 input[type=text]::placeholder,
.footer-newsletter #form_form_13 input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* ── Actions group: the group containing the checkbox ── */
/* Push checkbox left, button right */
.footer-newsletter #form_form_13 .form-builder-group:has(input[type=checkbox]) {
  justify-content: space-between;
  align-items: center;
  row-gap: var(--Grid-padding-md, 36px);
}

/* Fields in actions group don't need to stretch */
.footer-newsletter #form_form_13 .form-builder-group:has(input[type=checkbox]) .form-builder-field {
  flex: initial;
  min-width: initial;
}

/* Checkbox <p>: no column stacking needed */
.footer-newsletter #form_form_13 .form-builder-group:has(input[type=checkbox]) .form-builder-field > p {
  flex-direction: row !important;
  gap: 0 !important;
  align-items: center !important;
}

/* Checkbox label — override the block display set by .footer-newsletter__inner label */
.footer-newsletter #form_form_13 .checkbox-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: var(--Grid-padding-s, 16px);
  cursor: pointer;
  font-family: var(--Font-Family-Body-S, "Glacial Indifference");
  font-size: 14px;
  font-weight: 400;
  line-height: var(--Font-Line-Height-Body-S, 18px);
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal;
  align-items: flex-start !important;
  color: var(--Container-Neutral-Primary, #FFF);
  float: none;
  width: auto;
  margin: 0;
}

/* Checkbox input */
.footer-newsletter #form_form_13 input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid var(--Container-Neutral-Primary, #FFF) !important;
  background: var(--Container-Neutral-Primary, #FFF) !important;
  background-color: var(--Container-Neutral-Primary, #FFF) !important;
  accent-color: var(--Container-Action-Button-Primary-default) !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

/* Submit <p>: no column stacking, button pushed right */
.footer-newsletter #form_form_13 .form-builder-field:has(input[type=submit]) > p {
  flex-direction: row;
  gap: 0;
  justify-content: right;
}

/* Hide empty <p> tags from browser-generated orphan elements */
.footer-newsletter #form_form_13 .form-builder-field > p:empty {
  display: none !important;
}

/* Submit button */
.footer-newsletter #form_form_13 input[type=submit],
.footer-newsletter #form_form_13 input.button-secondary {
  font-family: var(--Font-Family-Action-Button, "Glacial Indifference") !important;
  font-size: var(--Font-Size-Action-Button, 0.75rem) !important;
  font-weight: 700 !important;
  line-height: var(--Font-Line-Height-Action-Button, 18px) !important;
  letter-spacing: var(--Font-Letter-Spacing-Action-Button, 1.2px) !important;
  text-transform: uppercase !important;
  color: var(--Typography-Body_Dark, #431c0f) !important;
  border-radius: 0 !important;
  background: var(--Container-Action-Container-default, #cbae77) !important;
  background-color: var(--Container-Action-Container-default, #cbae77) !important;
  padding: var(--Grid-padding-xs, 12px) var(--Grid-padding-reg, 24px) !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.35s ease-in-out;
  white-space: nowrap !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: initial !important;
  max-width: initial !important;
  flex: initial !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.footer-newsletter #form_form_13 input[type=submit]:hover,
.footer-newsletter #form_form_13 input.button-secondary:hover {
  background: var(--Container-Neutral-Secondary, #f8efde) !important;
  color: var(--Typography-Body_Dark, #431c0f) !important;
}

@media only screen and (max-width: 500px) {
  .footer-newsletter #form_form_13 .form-builder-group {
    flex-direction: column !important;
  }
  .footer-newsletter #form_form_13 .form-builder-field {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
  .footer-newsletter #form_form_13 input[type=submit] {
    width: 100% !important;
  }
}
#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #212121;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
  display: none;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 50%;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  background-image: url("../images/arrow-indicator.svg");
  background-repeat: no-repeat;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  cursor: pointer;
  z-index: 101;
  rotate: 180deg;
  left: 20px;
}
#hebs-gallery .galleria-image-nav-right {
  background-image: url("../images/arrow-indicator.svg");
  background-repeat: no-repeat;
  right: 20px;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  cursor: pointer;
  z-index: 101;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #9a610d;
  border-bottom-color: #9a610d;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
  display: none;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(33, 33, 33, 0.8);
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#share-this-site-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#share-this-site-overlay .close-button:hover:after, #share-this-site-overlay .close-button:hover:before {
  background: #949494;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #54baba;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.page-content .careers .narrow {
  width: 20%;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #9a610d;
  border-bottom-color: #9a610d;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Glacial Indifference", sans-serif;
  text-transform: uppercase;
  color: #327d7d;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: var(--Typography-Headers_Dark, #431C0F) !important;
  width: 300px;
  background: var(--Container-Neutral-Primary, #FFF) !important;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-s, 16px);
}
.map-content p {
  margin: 0;
}
.map-content h4,
.map-content .h5,
.map-content p,
.map-content .link {
  color: var(--Typography-Headers_Dark, #431C0F) !important;
}

.pressroom .pdf svg {
  fill: #a32e47;
  position: relative;
  top: 2px;
}
.pressroom .link.pdf {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

#home-gallery {
  position: relative;
  text-align: center;
  z-index: 10;
}
#home-gallery .gallery-selector {
  display: flex;
  top: var(--HeaderHeight);
  z-index: 98;
  width: 100%;
  left: 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
html.alert-visible #home-gallery .gallery-selector {
  top: calc(var(--HeaderHeight) + var(--AlertBarHeight));
}
#home-gallery div.gallery-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1328px;
  margin: 0 auto;
  padding: var(--Grid-padding-xl, 56px) 0 0 0;
}
@media only screen and (max-width: 767px) {
  #home-gallery div.gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
#home-gallery .photo {
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: 295px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    height: 120px;
  }
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo.double {
  grid-row: span 2;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo.double {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Glacial Indifference", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

.form-container {
  max-width: 1280px;
  margin: 0 auto;
}
.form-container .success-message p {
  text-align: center !important;
  font-size: 28px !important;
  color: #9a610d !important;
}
.form-container form {
  max-width: 1080px;
  margin: 0 auto;
}
.form-container form label {
  width: auto;
  margin-bottom: 10px;
}
.form-container form input[type=text] {
  width: 100%;
}
.form-container form .controls {
  float: left;
}
.form-container form .controls p {
  padding: 0;
  margin-top: 30px;
}
.form-container form .controls p .inverted:hover {
  background: #9a610d !important;
}
@media only screen and (max-width: 1023px) {
  .form-container form fieldset {
    margin: 0 20px 0 20px;
  }
}

#form {
  max-width: 1080px;
  margin: 0 auto;
}
#form label {
  width: auto;
  margin-bottom: 10px;
}
#form input[type=text] {
  width: 100%;
}
#form p:last-child {
  margin: 20px 0 40px 0;
}

#btn {
  height: 46px;
  display: inline-block;
  font: 500 12px/1 "Glacial Indifference", sans-serif;
  line-height: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  color: #9a610d;
  text-transform: uppercase;
  padding: 17px 32px;
  outline: 1px solid #9a610d;
  transition: all 0.4s ease-out;
  opacity: 1;
  margin-left: -22px;
}
#btn:hover {
  background: #9a610d;
  color: #FFF;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-size: 18px;
}

#form_module_container_errors {
  background-color: rgba(255, 0, 0, 0.05);
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  background-color: rgba(0, 255, 0, 0.05);
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  padding-bottom: 32px;
}
[id*=form_form_] h3.h3 {
  display: none;
}
[id*=form_form_] em {
  color: #E61D22;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding: 0 5px;
}
.restaurant-property [id*=form_form_] em {
  padding-left: 0;
}
[id*=form_form_] label {
  width: 100%;
  margin: 0 20px 6px 0;
  float: left;
  text-align: right;
  color: var(--Typography-Headers_Dark, #000);
  font-family: var(--Font-Family-Headers-S, Inter);
  font-size: var(--Font-Size-Headers-S, 12px);
  font-style: normal;
  font-weight: var(--Font-Weight-Headers-S, 400);
  line-height: var(--Font-Line-Height-Headers-S, 18px);
  letter-spacing: var(--Font-Letter-Spacing-Headers-S, 2.4px);
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  margin-right: auto;
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 32px;
  position: relative;
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 12px;
  height: 24px;
  width: 24px;
}
[id*=form_form_] p span.group label:last-child {
  margin-bottom: 0px !important;
}
[id*=form_form_] .select-wrapper option {
  text-wrap: wrap;
}
[id*=form_form_] .select-wrapper select {
  border-color: #9a610d;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
[id*=form_form_] .select-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] select[multiple] {
  min-height: 120px;
  border-color: #9a610d;
  padding: 12px 16px;
}
[id*=form_form_] select[multiple] + .select-icon {
  display: none;
}
[id*=form_form_] input[type=text]::-moz-placeholder, [id*=form_form_] input[type=number]::-moz-placeholder, [id*=form_form_] input[type=email]::-moz-placeholder, [id*=form_form_] input[type=phone]::-moz-placeholder, [id*=form_form_] input[type=url]::-moz-placeholder, [id*=form_form_] input[type=datepicker]::-moz-placeholder, [id*=form_form_] input[type=checkbox]::-moz-placeholder, [id*=form_form_] input[type=radio]::-moz-placeholder, [id*=form_form_] textarea::-moz-placeholder, [id*=form_form_] select::-moz-placeholder, [id*=form_form_] .input-overlay::-moz-placeholder {
  color: rgba(154, 97, 13, 0.6);
}
[id*=form_form_] input[type=text]::placeholder,
[id*=form_form_] input[type=number]::placeholder,
[id*=form_form_] input[type=email]::placeholder,
[id*=form_form_] input[type=phone]::placeholder,
[id*=form_form_] input[type=url]::placeholder,
[id*=form_form_] input[type=datepicker]::placeholder,
[id*=form_form_] input[type=checkbox]::placeholder,
[id*=form_form_] input[type=radio]::placeholder,
[id*=form_form_] textarea::placeholder,
[id*=form_form_] select::placeholder,
[id*=form_form_] .input-overlay::placeholder {
  color: rgba(154, 97, 13, 0.6);
}
[id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay {
  background: transparent;
  padding: 0;
  resize: none;
  width: 100%;
  border-bottom: 1px solid #9a610d;
  color: var(--Typography-Body_Dark, #000);
  font-family: var(--Font-Family-Body-M, Inter);
  font-size: var(--Font-Size-Body-M, 16px);
  font-style: normal;
  font-weight: var(--Font-Weight-Body-M, 300);
  line-height: var(--Font-Line-Height-Body-M, 32px);
  letter-spacing: var(--Font-Letter-Spacing-Body-M, 0);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text],
  [id*=form_form_] input[type=number],
  [id*=form_form_] input[type=email],
  [id*=form_form_] input[type=phone],
  [id*=form_form_] input[type=url],
  [id*=form_form_] input[type=datepicker],
  [id*=form_form_] textarea,
  [id*=form_form_] select,
  [id*=form_form_] .input-overlay {
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error,
[id*=form_form_] input[type=number].form_module_field_error,
[id*=form_form_] input[type=email].form_module_field_error,
[id*=form_form_] input[type=phone].form_module_field_error,
[id*=form_form_] input[type=url].form_module_field_error,
[id*=form_form_] input[type=datepicker].form_module_field_error,
[id*=form_form_] textarea.form_module_field_error,
[id*=form_form_] select.form_module_field_error,
[id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text],
  [id*=form_form_] input[type=number],
  [id*=form_form_] input[type=email],
  [id*=form_form_] input[type=phone],
  [id*=form_form_] input[type=url],
  [id*=form_form_] input[type=datepicker],
  [id*=form_form_] textarea,
  [id*=form_form_] select,
  [id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  height: 240px;
  overflow: auto;
  line-height: 20px;
  padding: 12px 16px;
  border: 1px solid #9a610d;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker],
  [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 0;
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    top: 34px;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=submit] {
    width: 100%;
  }
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] hr {
  border-color: #D9D9D9;
  border-bottom: none;
  margin: 40px 0 72px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] hr {
    margin: 24px 0 56px 0;
  }
}
[id*=form_form_] .select-icon {
  right: 0px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=salutation] {
  margin-bottom: 32px;
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 12px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label input[type=radio], [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label input[type=radio], [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #9a610d;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label input[type=radio]:checked::after, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label input[type=radio]:checked::after, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label input[type=radio]:focus-visible, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label input[type=radio]:focus-visible, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label input[type=radio]:focus-visible {
  outline: 2px solid #555;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label input, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label input, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  width: 24px;
  border: 1px solid #9a610d;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label input:checked, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label input:checked, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label input:checked {
  background-color: black;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label input:checked::after, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label input:checked::after, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] {
  display: flex;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  width: 24px;
  border: 1px solid #9a610d;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input:checked {
  background-color: black;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 100%;
  text-align: left;
  margin-bottom: 0 !important;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label:has(span) {
  display: flex;
  flex-direction: row;
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] p {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 4px 5px 0 0;
  flex-shrink: 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 100%;
}
[id*=form_form_] .form-builder-field[class*=paragraph] p {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] p {
  display: flex;
  flex-direction: column;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Aqualim", serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 20px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:nth-child(even) {
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:nth-child(3n+1)) {
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 15px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=select] p, [id*=form_form_] .form-builder-group .form-builder-field[class*=state] p, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputphone] p {
  display: flex;
  flex-direction: column;
  width: 100%;
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "Glacial Indifference", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.poi .leaflet-left {
  right: 20px;
  left: auto;
  top: 10px;
}
.poi .leaflet-left .leaflet-control-zoom-in, .poi .leaflet-left .leaflet-control-zoom-out {
  background-color: #183331;
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.poi .leaflet-left .leaflet-control-zoom-in span, .poi .leaflet-left .leaflet-control-zoom-out span {
  color: #FEFEFE;
  display: inline-block;
  padding-top: 4px;
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-zoom {
  font-size: 0;
  position: absolute;
  right: var(--Space-24, 24px);
  top: var(--Space-24, 24px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: var(--Grid-padding-xxs, 8px);
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  border-radius: var(--Radius-None, 0);
  background: var(--Container-Neutral-Dark, #000);
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background-color: var(--Container-Neutral-Primary, #FFF);
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background-color: var(--Container-Neutral-Primary, #FFF);
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-filter .categories-descr .category-descr {
  display: none;
  width: 100%;
  text-align: center;
  max-width: calc(var(--Container-width-8x, 808px) + var(--SidePadding) * 2);
  padding: var(--Grid-padding-xxl, 72px) var(--SidePadding);
  margin: auto;
  flex-direction: column;
  gap: var(--Grid-padding-reg, 24px);
}
@media only screen and (max-width: 767px) {
  .poi-filter .categories-descr .category-descr {
    max-width: initial;
  }
}
.poi-filter .categories-descr .category-descr.active {
  display: flex;
}
.poi-filter .poi-trigger {
  width: 100%;
}
.poi-filter .poi-map {
  height: var(--images-height-lg, 720px);
}

.poi-map {
  z-index: 0;
}

.poi-overlay {
  text-align: center;
  position: relative;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button {
  padding-left: 45px;
}
.poi-overlay .category-selector .button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: var(--);
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #717272;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #327d7d;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #53565a;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #327d7d;
  color: #327d7d;
}
#calendar-year .active a:hover {
  border-color: #151616;
  color: #151616;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: var(--Container-Neutral-Dark);
  color: #fff;
}
#calendar-month a.active {
  background: var(--Container-Neutral-Dark);
  color: #fff;
}
#calendar-month a.active:hover {
  background: var(--Container-Neutral-Accent);
  color: var(--Container-Neutral-Dark);
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #949494;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar.single-event {
  max-width: calc(var(--Container-width-12x) + var(--SidePadding) * 2);
  width: 100%;
  padding: var(--Grid-padding-Giant) var(--SidePadding);
}
@media only screen and (max-width: 767px) {
  #calendar.single-event {
    max-width: initial;
  }
}
#calendar.single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar.single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Glacial Indifference", sans-serif;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #54baba;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.blog-page.template-2 .page-content-wrapper.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-2 .page-content-wrapper.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3, .blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5 {
  font-family: "Glacial Indifference", sans-serif;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "Glacial Indifference", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #9a610d;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  color: #9a610d;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  color: #9a610d;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #9a610d;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #9a610d;
}
.blog-page.template-2 .page-content-wrapper.page-content td, .blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Glacial Indifference", sans-serif;
  color: #9a610d;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .socials {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.blog-page.template-2 .read-more-link {
  font: 600 16px/44px "Glacial Indifference", sans-serif;
  color: #431c0f;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 40px;
  border: 1px solid #431c0f;
  text-transform: uppercase;
}
.blog-page.template-2 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-2 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-2 .read-more-link.white {
  color: #fff;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-2 .read-more-link.colored {
  color: #9a610d;
  border: 1px solid #9a610d;
  font-size: 24px;
  line-height: 40px;
  padding: 0 50px;
}
.blog-page.template-2 .read-more-link.colored:hover, .blog-page.template-2 .read-more-link.colored.active {
  background-color: #9a610d;
  border-color: #9a610d;
  color: #fff;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #9a610d;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #9a610d;
  display: block;
  width: 2px;
  height: 42px;
  position: absolute;
  top: 0;
  left: -25px;
}
.blog-page.template-2 .read-more-link.see-all-colored:hover, .blog-page.template-2 .read-more-link.see-all-colored.active {
  color: #431c0f;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .read-more-link {
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
  }
}
.blog-page.template-2.single-blog-post .page-content-wrapper {
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-image {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #9a610d;
  height: 400px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    padding-top: 39vh;
    height: auto;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  font: 400 22px/1.2 "Glacial Indifference", sans-serif;
  background-color: #431c0f;
  padding: 28px 32px;
  position: absolute;
  bottom: 55px;
  color: #FFF;
  max-width: 890px;
  min-width: 500px;
  margin-right: 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 20px;
    margin-right: 0;
    min-width: 100%;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 20px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #f8efde;
  font-family: "Mr Canfields Pro", cursive;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 20px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time {
    padding-bottom: 16px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.34px;
  text-transform: none;
  margin-bottom: 0 !important;
  color: #f8efde !important;
  text-align: left !important;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.28px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    padding-right: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  color: #f8efde;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  font-family: "Mr Canfields Pro", cursive;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  fill: #9a610d;
  margin-left: 10px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
    right: 20px;
    top: 20px;
    font-size: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .share-socials {
  position: absolute;
  right: -120px;
  bottom: auto;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .share-socials {
    right: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper {
  padding: 0 20px;
  max-width: 872px;
  margin: auto;
  position: relative;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
  min-height: 660px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper {
    padding: 0;
  }
  .blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
    min-height: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .link {
  text-decoration-line: none;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post {
  padding-top: 48px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post {
    padding-top: 32px;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post h2 {
  font: 400 26px/32px "Aqualim", serif !important;
  letter-spacing: 0.26px;
  text-transform: none !important;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post h2 {
    font-size: 24px;
    font: 400 24px/32px "Aqualim", serif !important;
    text-align: left;
  }
}
.blog-page.template-2.single-blog-post .blog-breadcrumb {
  font: 400 16px/1.2 "Glacial Indifference", sans-serif;
  color: #431c0f;
  letter-spacing: 0.45px;
  margin-bottom: 35px;
  text-align: left;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
  padding: 0 10px;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a {
  color: #9a610d;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .blog-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
    padding: 0 5px;
  }
}
.blog-page.template-2.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Glacial Indifference", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Glacial Indifference", sans-serif;
  color: #666666;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.blog-page.template-2.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-2.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-2.single-blog-post .tags ul li:before {
  content: none;
}
.blog-page.template-2.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #9a610d;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #9a610d;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "Glacial Indifference", sans-serif;
  color: #9a610d;
}
.blog-page.template-2.blog-archive-view .archive-header {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header {
    margin-top: 30px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
  font: normal 60px/1 "Glacial Indifference", sans-serif;
  color: #431c0f;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years {
  display: block;
  margin: 0 auto;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a {
  margin-right: 15px;
  display: block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a:last-child {
  margin-right: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "Glacial Indifference", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #9a610d;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter #blog-years-filter {
    width: 100%;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months {
  font-family: "Glacial Indifference", sans-serif;
  position: relative;
  margin: 20px auto 60px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a:hover, .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a.active {
  color: #9a610d;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
  font-family: "Glacial Indifference", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #9a610d;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter #blog-months-filter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months {
    padding: 0;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column {
    padding: 0;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block .month-archive-inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  font: 28px/1 "Glacial Indifference", sans-serif;
  color: #9a610d;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 10px;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  content: "";
  height: 4px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  background-color: #9a610d;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts .month-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title span {
    padding: 0 20px 0 0;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
    right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #FFF;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #431c0f;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Glacial Indifference", sans-serif;
  font-size: 18px;
  color: #9b9b9b;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #431c0f;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #48c6c6;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 400 28px/1.2em "Glacial Indifference", sans-serif;
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font-family: "Glacial Indifference", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7em;
  color: #431c0f;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #431c0f;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em "Glacial Indifference", sans-serif;
  color: #431c0f;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 16px/1 "Glacial Indifference", sans-serif;
  color: #431c0f;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #431c0f;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font-family: "Glacial Indifference", sans-serif;
  font-size: 40px;
  line-height: 1px;
  font-weight: normal;
  color: #431c0f;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 32px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

.blog-page.template-1 .read-more-link {
  font-family: "Glacial Indifference", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #431c0f;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #431c0f;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #FFF;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #FFF;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
  /*swiper slide for recent post */
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #431c0f;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #FFF;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #431c0f;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #431c0f;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font-family: "Aqualim", serif;
  margin-top: 5px;
  font-weight: normal;
  line-height: 1.3em;
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #431c0f;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #431c0f;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #431c0f;
}
.blog-page.template-1 .posts-content-wrap .recent-post-slide {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.blog-page.template-1 .posts-content-wrap .recent-post-slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-1 .posts-content-wrap .recent-post-slide .swiper-slide .one-post {
  width: 100%;
}

/* controllers for the recent post slider */
.controllers-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  align-items: center;
  padding-bottom: 16px;
}
@media (max-width: 800px) {
  .controllers-container {
    margin-top: 56px;
    justify-content: center;
  }
}
.controllers-container h2 {
  color: black;
  font-size: 3rem;
  font-family: "Aqualim", serif;
  font-weight: 700;
  line-height: 56px;
  word-wrap: break-word;
}
@media (max-width: 800px) {
  .controllers-container h2 {
    font-size: 2rem;
    line-height: 40px;
  }
}
.controllers-container .slide-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  gap: 20px;
}
@media (max-width: 800px) {
  .controllers-container .slide-controls {
    display: none;
  }
}
.controllers-container .slide-controls .slideshow-button {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease 0ms;
}
.controllers-container .slide-controls .swiper-button-prev {
  transform: rotate(-90deg);
}
.controllers-container .slide-controls .swiper-button-next {
  transform: rotate(-90deg);
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Glacial Indifference", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Glacial Indifference", sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #431c0f;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  #content-submenu {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
