/*!
Theme Name: The Travelling Bookbinder 2024
Theme URI: https://www.pooka.co
Author: Pooka & Co Ltd
Author URI: https://www.pooka.co
Description: A 2024 Theme for The Travelling Bookbinder
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bookbinder
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

The Travelling Bookbinder is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Boxes
	## Blocks
	## Comments
# WooCommerce
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Modal
# Brand colors
--------------------------------------------------------------*/
@import url("https://use.typekit.net/urc6kuy.css");
@font-face {
    font-family: 'sailecregular';
    src: url('fonts/type_dynamic_-_sailec-webfont.woff2') format('woff2'),
         url('fonts/type_dynamic_-_sailec-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'bookbinder_icons';
  src: url('fonts/bookbinder_icons.eot?98041219');
  src: url('fonts/bookbinder_icons.eot?98041219#iefix') format('embedded-opentype'),
       url('fonts/bookbinder_icons.woff2?98041219') format('woff2'),
       url('fonts/bookbinder_icons.woff?98041219') format('woff'),
       url('fonts/bookbinder_icons.ttf?98041219') format('truetype'),
       url('fonts/bookbinder_icons.svg?98041219#bookbinder_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "bookbinder_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-down-open-big:before { content: '\e800'; } /* '' */
.icon-chat:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-left-open-big:before { content: '\e803'; } /* '' */
.icon-right-open-big:before { content: '\e804'; } /* '' */
.icon-tag:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e806'; } /* '' */
.icon-location:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-up-open-big:before { content: '\e809'; } /* '' */
.icon-mail:before { content: '\e80a'; } /* '' */
.icon-video:before { content: '\e80b'; } /* '' */
.icon-paper-plane:before { content: '\e80c'; } /* '' */
.icon-search:before { content: '\e80d'; } /* '' */
.icon-attach:before { content: '\e80e'; } /* '' */
.icon-info-1:before { content: '\e80f'; } /* '' */
.icon-plus:before { content: '\e810'; } /* '' */
.icon-minus:before { content: '\e811'; } /* '' */
.icon-cancel-1:before { content: '\e812'; } /* '' */
.icon-clock:before { content: '\e813'; } /* '' */
.icon-user:before { content: '\e814'; } /* '' */
.icon-cog:before { content: '\e815'; } /* '' */
.icon-mail-1:before { content: '\e816'; } /* '' */
.icon-location-1:before { content: '\e818'; } /* '' */
.icon-calendar-1:before { content: '\e819'; } /* '' */
.icon-search-1:before { content: '\e81a'; } /* '' */
.icon-tag-1:before { content: '\e81b'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-soundcloud:before { content: '\f1be'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-vimeo:before { content: '\f27d'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

ul.gform_fields {
	padding-left: 0 !important;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;}*,::after,::before{box-sizing:border-box}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}template{display:none}[hidden]{display:none!important}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}
/*# sourceMappingURL=bootstrap.min.css.map */


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--wp--preset--color--dark-grey);
	font-family: 'sailecregular', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.product p.price {
	clear: both;
	font-family: 'p22-underground', sans-serif;
}

h2.section-header {
	font-family: 'p22-underground', sans-serif;
	text-align: center;
}

h5, h6 {
	color: var(--wp--preset--color--light-grey);
}

.product p.price {
	color: var(--wp--preset--color--dark);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote em,
blockquote i {
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	overflow-x: hidden;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	background-color: #e4dedc;
	border: 0;
	height: 1px;
	margin-bottom: var(--wp--preset--spacing--70);
}

ul, ol {
	margin: 0 0 var(--wp--preset--spacing--50) var(--wp--preset--spacing--50);
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly */
	max-width: 100%;
	/* Adhere to container width */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Bootstrap - change gutter */
@media (min-width: 1480px) {
	.container {
		max-width: 1300px;
	}
}
@media (min-width: 1535px) {
	.container {
		max-width: 1400px;
	}
}

@media (min-width: 768px){
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
    .row > .col,
    .row > [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px;
    }
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:not(.components-button, .main-menu-toggler),
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
a.button.wc-forward.checkout-button {
	border: none;
	border-bottom: 2px solid;
	border-color: var(--wp--preset--color--light-grey);
	border-radius: 0;
	background: none !important;
	font-family: 'p22-underground', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: var(--wp--preset--color--light-grey) !important;
	text-transform: uppercase;
	line-height: 1;
	padding: 1em 0 0.5em !important;
	transition: all 0.2s ease;
}
button:not(.components-button, .main-menu-toggler):hover,
button:not(.components-button, .main-menu-toggler):active,
button:not(.components-button, .main-menu-toggler):focus,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:active,
.woocommerce button.button.coupon button.button:focus,
.woocommerce button.button.coupon button.button:hover,
a.button.wc-forward.checkout-button:active,
a.button.wc-forward.checkout-button:focus,
a.button.wc-forward.checkout-button:hover {
	border-color: var(--wp--preset--color--dark) !important;
	background: none !important;
	color: var(--wp--preset--color--dark) !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--wp--preset--color--dark-grey);
	border: 1px solid var(--wp--preset--color--light-grey);
	border-radius: 0;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--wp--preset--color--dark);
}

select {
	border: 1px solid var(--wp--preset--color--light-grey);
}

textarea {
	width: 100%;
}

.pre-footer-block-newsletter input.email:focus,
.pre-footer-block-newsletter input.email:focus-visible {
   outline: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#cookie-box { 
	position: relative;
	display: none;
	z-index: 1000;
	font-family: "p22-underground", sans-serif;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-transform: uppercase;
	background: #141414;
	width: 100%;
	color: #fff;
}
#cookie-box a {
	display: inline-block;
	padding: 1.1em 1em 1em 1em;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
a.cookie-box-close {
	display: none !important;
}

#masthead,
#main-menu-toggler {
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
}
#masthead .topbar {
	padding-left: 5px;
	padding-right: 5px;
}

.sticky-header {
	position: fixed !important;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
}

#header-account a {
	display: inline-block;
	padding: 1em 0.5em;
	font-family: "p22-underground", sans-serif;
	font-weight: 400;
	text-decoration: none;
}
#header-account a:hover {
	text-decoration: underline !important;
}
#header-account a:last-of-type {
	padding-right: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

#masthead .site-branding {
	margin-top: var(--wp--preset--spacing--60);
	margin-bottom: var(--wp--preset--spacing--60);
}
#masthead .site-branding a {
	outline: none !important;
}

body.home #masthead .site-branding {
	opacity: 0;
}

#masthead .site-branding img {
	max-width: 9em;
}

.main-menu-toggler {
	border: none;
	padding: 0 !important;
	font-family: "p22-underground", sans-serif;
	background: none;
	cursor: pointer;
}

body.brand-yellow .main-menu-toggler:hover,
body.brand-yellow .main-menu-toggler:active,
body.brand-yellow .main-menu-toggler:focus,
body.brand-yellow .main-menu-toggler:visited {
	background: transparent !important;
	color:inherit !important;
}

.topbar-wrapper.container-fluid {
	border-bottom: 1px solid var(--wp--preset--color--light-grey);
}
.topbar-wrapper.toggled {
	box-shadow: none !important;
}

.topbar-wrapper.toggled .closed,
.topbar-wrapper .opened{
	display: none;
}

.topbar-wrapper .closed,
.topbar-wrapper.toggled .opened {
	display: block;
}

#menu-collapser {
	margin-top: var(--wp--preset--spacing--70);
}
#main-nav-collapse > ul > li > a {
	margin-bottom: var(--wp--preset--spacing--50);
}

nav ul {
	font-size: var(--wp--preset--font-size--small);
}

@media only screen and (max-width: 767.95px) { 
	
	body.menu-opened #masthead {
		height: calc(100vh - 42px);
		display: flex;
		flex-direction: column;
	}
	body.menu-opened #masthead > #menu-toggler,
	body.menu-opened #masthead #menu-toggler #site-navigation,
	body.menu-opened #masthead #menu-toggler #site-navigation #menu-collapser {
		flex-grow: 1;
		display: flex;
	}
	body.menu-opened #masthead #menu-toggler #site-navigation #menu-collapser > .row {
		align-content: space-between;
	}

	#menu-collapser {
		margin-top: var(--wp--preset--spacing--50);
	}
	#menu-collapser-stamp {
		margin-top: var(--wp--preset--spacing--60);
		margin-bottom: var(--wp--preset--spacing--60);
	}

	.wp-block-spacer {
		max-height: 3rem;
	}

}

@media only screen and (max-width: 992px) {

	#masthead .topbar {
		padding-top: .7em;
		padding-bottom: .5em;
	}
	#masthead .topbar a,
	#masthead .topbar #mob-menu-toggler {
		color: #696969 !important;
	}
	#cookie-box {
		padding-right: 30px;
		padding-left: 30px;
		font-size: .85em;
	}
	#menu-collapser #main-nav-collapse {
		padding-left: 5px;
		padding-right: 5px;
	}

	.content-top-logo img {
		max-width: 10rem !important;
		height: auto;
	}

}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--wp--preset--color--dark);
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color: inherit;
}
a:focus {
	/*outline: thin dotted;*/
}
a:hover, a:active {
	outline: 0;
}

#header-account a:hover,
.widget.widget_recent_entries a:hover,
.site-info a:hover,
body.archive h2.entry-title a:hover {
  text-decoration: none;
}

a.read-more,
a.wp-block-button__link {
	font-family: 'p22-underground', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-bottom: 0.25em;
	border-bottom: 2px solid var(--wp--preset--color--light-grey);
	color: var(--wp--preset--color--light-grey);
	border-color: var(--wp--preset--color--light-grey);
	text-decoration: none;
	margin-bottom: 1em;
	display: inline-block;
	transition: all 0.4s ease;
}
a.read-more:active,
a.read-more:focus,
a.read-more:hover,
a.wp-block-button__link:active,
a.wp-block-button__link:focus,
a.wp-block-button__link:hover {
	color: var(--wp--preset--color--dark);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	/*float: left;*/
	width: 100%;
	font-family: "p22-underground", sans-serif;
	letter-spacing: 0.05em;
}

.main-navigation ul,
.main-navigation li,
.main-navigation a {
	margin: 0;
	padding: 0;
}
.main-navigation a {
	outline: none;
}
#main-nav a {
	border-bottom: 2px solid #fff;
}
#main-nav a:active,
#main-nav a:focus,
#main-nav a:hover {
	color: var(--wp--preset--color--dark);
}
/* Turn off click to close mega menu on top level parent items */
#main-nav a.nav-link[aria-expanded="true"],
#main-nav-collapse a.nav-link[aria-expanded="true"]  {
	pointer-events: none;
}

#main-nav a {
  position: relative;
  }
  #main-nav a:hover,
  #main-nav a:focus,
  #main-nav a:active {
  	cursor: pointer;
    }
    #main-nav a:hover:after,
    #main-nav a:focus:after,
    #main-nav a:active:after {
      width: 100%;
    }
  #main-nav a:after {
    content: '';
    position: absolute;
    left: 0;
	bottom: -2px;
    height: 2px;
    background-color: #D0D0D0;
    width: 0;
    transition: width .2s;
  }

#main-nav-collapse a:active,
#main-nav-collapse a:focus,
#main-nav-collapse a:hover {
	background: none;
	color: var(--wp--preset--color--dark);
}

#main-nav > ul {
	font-weight: 400; /* Book */
}
#main-nav > ul > li > a {
	margin: 0.5em 0;
	padding: 0.5em 0;
	display: inline-block;
}
#main-nav > ul > li.current-menu-item a,
#main-nav > ul > li.current-menu-parent a {
	border-bottom: 2px solid #696969;
	border-color: #D0D0D0;
}

#main-nav-collapse > ul {
	font-weight: 400;
}
#main-nav-collapse > ul > li > ul > li > a {
	padding: 0.3em 0;
	color: #cdcdcd;
}

.site-navigation-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
}

.site-navigation-wrapper.toggled {
	max-height: calc(100vh - 110px);
	transition: max-height 0.25s ease-in;
	border-bottom: 1px solid var(--wp--preset--color--light-grey);
}

#site-navigation ul {
	list-style: none;
}
#site-navigation a {
	text-decoration: none;
}
#menu-collapser #main-nav-collapse > ul > li a {
	display: block;
}


#site-navigation .bookbinder-stamp {
	max-width: 7rem;
}

@media only screen and (min-width: 768px) and (max-width: 991.95px) {
	#menu-collapser #main-nav-collapse {
		margin-bottom: var(--wp--preset--spacing--70);
	}
}

@media only screen and (min-width: 992px) {

	#menu-collapser #main-nav-collapse {
		display: flex;
		margin-bottom: var(--wp--preset--spacing--70);
	}
	#main-nav > ul,
	#main-nav-collapse > ul {
		display: flex;
		flex-grow: 1;
		gap: var(--wp--preset--spacing--50);
	}
	#main-nav > ul > li,
	#main-nav-collapse > ul > li {
		flex-grow: 1;
		flex-basis: 0;
	}
	#menu-collapser #main-nav-collapse > ul > li > ul > li > a {
		white-space: normal;
		line-height: 1.2;
		padding: var(--wp--preset--spacing--30) 0;
	}
	
	#masthead #site-navigation {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
	
	/* Set final Blog menu item to its width */
	#masthead .nav-item-6840 {
		flex: 0 0 8.2em !important;
	}
	
}

@media only screen and (max-width: 992px) {
	
	a.basket-link .basket-count span {
		display: none;
	}
	
	button#mob-menu-toggler[aria-expanded="true"] span.opened {
		display: inline-block !important;
		margin: -5px 0;
	}
	button#mob-menu-toggler[aria-expanded="true"] span.closed {
		display: none;
	}
	button#mob-menu-toggler[aria-expanded="false"] span.opened {
		display: none;
	}
	button#mob-menu-toggler[aria-expanded="false"] span.closed {
		display: inline-block !important;
	}
	
	button#mob-menu-toggler {
		border: none;
		background: none;
		padding: 1.25em 0 !important;
		font-size: 1em;
		text-transform: uppercase;
		outline: none;
	}

	#main-nav-collapse > ul {
		column-count: 2;
		column-gap: 20px;
	}
	#main-nav-collapse > ul > li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		margin-bottom: 2.4em;
	}
	
	body.menu-opened {
		overflow-y: hidden;
	}
	body.menu-opened #masthead > .container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.menu-opened .site-branding {
		clear: both;
	}
	#menu-collapser hr {
		display: none;
	}
	
	#masthead > .container {
		margin-bottom: 3em;
	}

}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#pookatheme-content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#further-posts ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'p22-underground', sans-serif;
	font-weight: 400; /* Book */
	letter-spacing: 0.05em;
}
#further-posts .widget.widget_recent_entries ul {
	text-transform: uppercase;
	margin-top: 1.5em;
}
#further-posts .widget.widget_recent_entries ul li {
	margin: 0.5em 0 !important;
}
#further-posts a {
	font-size: var(--wp--preset--font-size--default);
	color: var(--wp--preset--color--light-grey);
	text-decoration: none;
	transition: all 0.4s ease;
}
#further-posts a:active,
#further-posts a:focus,
#further-posts a:hover {
	color: var(--wp--preset--color--light-dark);
	text-decoration: underline;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#main .container {
	max-width: calc( var(--wp--style--global--wide-size) + 30px );
}

@media screen and (max-width: 1159.95px) {
	#main .container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Gutenberg blocks */
.wp-block-columns > * {
	margin: 1em 0;
}

/* Gallery block */
ul.wp-block-gallery.columns-2 {
	margin: 30px -30px !important;
	padding: 0 !important;
}
ul.wp-block-gallery.columns-2 > li {
	margin: 0 30px !important;
	width: calc(50% - 60px) !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.no-page-content {
	margin-top: -35px;
}

body.page h1.entry-title {
	text-align: center;
}

.entry-meta {
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--light-grey);
	margin-bottom: var(--wp--preset--spacing--40);
}

.pooka-sss-wrapper .share-on {
	font-family: 'p22-underground', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--wp--preset--color--dark);
}
.icon-mail-alt:before { content: '\e816'; }

/* PageNavi */
.wp-pagenavi {
	padding-top: var(--wp--preset--spacing--90);
	padding-bottom: var(--wp--preset--spacing--70);
	font-family: 'p22-underground', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex; 
	flex-direction: column;
}
.wp-pagenavi .pages {
	border: none;
	order: 1; /* Ensures this element appears last */
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--light-grey);
}
.wp-pagenavi a.previouspostslink, 
.wp-pagenavi a.nextpostslink { 
	order: 0; /* Ensures these elements appear first */ 
	margin: 0;
	border: none;
	font-size: var(--wp--preset--font-size--medium);
}
.wp-pagenavi .previouspostslink:after {
	display: inline-block;
	content: ' / ';
	margin: 0 .5rem;;
}


/*--------------------------------------------------------------
## Boxes
--------------------------------------------------------------*/
.spl-box-img {
	margin: 1em 0;
}

/* Flexible Content Blocks */
.flexible-block-row {
	clear: both !important;
}
.flexible-block-row:after {
	display: table;
	content: '';
	clear: both;
}
.flexible-block-img {
	padding: 35px 0 35px 0;
}
.flexible-block-text {
	padding: 35px 0 60px 0;
}
.flexible-block-text .stock.out-of-stock {
	text-transform: uppercase;
	color: var(--wp--preset--color--light-grey);
	text-align: center;
}
.flexible-block-text h1:first-of-type {
	margin-top: 0;
}

/* Remove space after last para from text blocks */
.flexible-block-text p:last-of-type {
	margin-bottom: 0
}
.flexible-block-text p.stock {
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/

.bookbinder-block,
.pad-y {
	margin: 5em 0;
}
.bookbinder-block.block-featured {
	margin-top: 3.5em;
}

.block-2x1,
.block-3x4,
.block-4x3,
.block-4x5,
.block-5x4,
.block-8x5,
.block-square {
	display: block;
	position: relative;
	}
	.block-2x1:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 50%;
	}
	.block-3x4:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 133.33%;
	}
	.block-4x3:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 75%;
	}
	.block-4x5:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 125%;
	}
	.block-5x4:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 80%;
	}
	.block-8x5:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 62.5%;
	}
	.block-square:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%;
	}
	.block-2x1 > .content,
	.block-3x4 > .content,
	.block-4x3 > .content,
	.block-4x5 > .content,
	.block-5x4 > .content,
	.block-8x5 > .content,
	.block-square > .content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

/* Block Featured */
#block-featured {
	margin-bottom: -3em;
}
@media only screen and (max-width: 768px) {
	#block-featured {
		margin-top: 3em;
	}
	.feature-box-content {
		margin: 0 15px;
	}
}

/* Block Slideshow */
#block-slideshow {
	margin: 1em 0 9em 0;
}
#tbbCarousel .carousel-item {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
#tbbCarousel .carousel-item.active,
#tbbCarousel .carousel-item-next.carousel-item-left,
#tbbCarousel .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
#tbbCarousel .active.carousel-item-left,
#tbbCarousel .active.carousel-item-right {
	opacity: 0;
}
#tbbCarousel .carousel-item-next,
#tbbCarousel .carousel-item-prev,
#tbbCarousel .carousel-item.active,
#tbbCarousel .active.carousel-item-left,
#tbbCarousel .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
#tbbCarousel .carousel-indicators {
	margin: 0 auto;
	bottom: -2.25em;
}
#tbbCarousel .carousel-indicators li {
	height: 6px;
	width: 6px;
	border-radius: 3px;
	margin: 0 .4em;
}
.carousel-indicators li {
	background: #696969;
}

@media only screen and (max-width: 768px) {
	#tbbCarousel {
		margin-left: -15px;
		margin-right: -15px;
	}
	#tbbCarousel .carousel-indicators li {
		height: 8px;
		width: 8px;
		border-radius: 4px;
		margin: -.5em .5em 0 .5em;
	}
}

/* Block Courses */
@media only screen and (max-width: 767.95px) {
	.block-courses,
	.block-featured {
		border-top: 1px solid var(--wp--preset--color--light-grey);
		padding-top: var(--wp--preset--spacing--60);
	}
	.block-featured {
		border-bottom: 1px solid var(--wp--preset--color--light-grey);
	}
}

#block-courses .block-square,
.block-courses .block-square,
.block-courses .block-5x4,
#product-archive .block-square {
	margin-bottom: var(--wp--preset--spacing--60);
}
.box-product {
	margin-bottom: var(--wp--preset--spacing--80) !important;
}
.box-product h3 {
	margin-bottom: var(--wp--preset--spacing--60);
}
.box-product p.product-strap {
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--light-grey);
	margin-bottom: var(--wp--preset--spacing--40);
}
.box-product a.read-more {
	margin-top: var(--wp--preset--spacing--50);
}
#block-courses .box-product p,
.block-courses .box-product p,
#product-archive .box-product p {
	max-width: 90%;
}
.about-meta,
.feature-meta,
.product-meta {
	font-family: 'p22-underground', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: var(--wp--preset--font-size--x-small);
	margin-bottom: var(--wp--preset--spacing--40);
}
.feature-meta a,
.product-meta a {
	text-decoration: none;
	color: var(--wp--preset--color--light-grey);
}
.feature-meta a:hover,
.product-meta a:hover {
	color: var(--wp--preset--color--dark);
}

/* Block Featured Content */
.feature-box {
	margin: 3em 0;
}
.feature-box img,
.feature-box p {
	margin-bottom: 2em;
}

/* Block Follow */
#block-follow {
	margin: 3em 0 4.5em 0;
}
#block-follow i {
	font-size: 1.25em;
}
body.home #block-follow {
	margin: 5.5em 0 4.5em 0;
}

/* Block Featured */
.block-featured .block-4x3,
.block-featured .block-square {
	margin-bottom: var(--wp--preset--spacing--60);
}
.block-featured .post-date {
	color: var(--wp--preset--color--light-grey);
	font-size: var(--wp--preset--font-size--x-small);
	margin-bottom: var(--wp--preset--spacing--40);
}

/* Block News */
.block-news .block-4x3,
.block-news .block-square {
	margin-bottom: var(--wp--preset--spacing--60);
}
.block-news .post-date {
	color: var(--wp--preset--color--light-grey);
	font-size: var(--wp--preset--font-size--x-small);
	margin-bottom: var(--wp--preset--spacing--40);
}

/* Block Newsletter */
.block-newsletter-basic {
	margin: 8em 0 9em 0 !important;
}
.block-newsletter-basic label {
	font-family: 'p22-underground', sans-serif;
	font-weight: 400 !important; /* Book */
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: .5em;
	color: var(--wp--preset--color--dark);
}
.block-newsletter .block-2x1 .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.newsletter-inside {
	padding: 12em 15px;
}

@media only screen and (max-width: 768px) {
	.block-newsletter {
		margin-bottom: 0;
	}
	.block-newsletter .container {
		padding: 0;
	}
}

#newsletter-popup input.email,
.block-newsletter input.email,
.block-newsletter-basic input.email,
.pre-footer-block-newsletter input.email {
	padding: 10px 15px;
}

.pre-footer-block-newsletter input.email {
	padding: 5px 0;
	border: none;
	border-bottom: 2px solid var(--wp--preset--color--light-grey);
	color: var(--wp--preset--color--light-grey);
}
.pre-footer-block-newsletter input.email:active,
.pre-footer-block-newsletter input.email:focus {
	color: var(--wp--preset--color--light-dark);
	border-bottom-color: var(--wp--preset--color--light-dark);
}
.pre-footer-block-newsletter .btn-submit .icon-angle-right {
	color: var(--wp--preset--color--light-grey);
}

.block-newsletter .btn-submit,
.block-newsletter-basic .btn-submit,
#newsletter-popup .btn-submit,
.pre-footer-block-newsletter .btn-submit {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.block-newsletter .btn-submit input,
.block-newsletter .btn-submit i,
.block-newsletter-basic .btn-submit input,
.block-newsletter-basic .btn-submit i,
#newsletter-popup .btn-submit input,
#newsletter-popup .btn-submit i,
.pre-footer-block-newsletter .btn-submit input,
.pre-footer-block-newsletter .btn-submit i {
	position: absolute;
	top: 0;
	right: -5px;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	cursor: pointer;
}
.block-newsletter .btn-submit input,
.block-newsletter-basic .btn-submit input,
#newsletter-popup .btn-submit input,
.pre-footer-block-newsletter .btn-submit input {
	text-indent: -9999em;
	border: none;
}
.block-newsletter .btn-submit i,
.block-newsletter-basic .btn-submit i,
#newsletter-popup .btn-submit i,
.pre-footer-block-newsletter .btn-submit i {
	font-size: 1.6em;
	line-height: 1.3em;
	pointer-events: none;
}

@media only screen and (min-width: 768px) {
	.block-newsletter-basic {
		margin-bottom: 13em;
	}
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
body.woocommerce-active #pookatheme-content #main,
#pookatheme-main {
	margin: 3em 0 3em 0;
}
body.woocommerce-page h1.entry-title {
	text-align: center;
}
/* Fix incompatibility with Bootstrap 4 */
.woocommerce .col-1,
.woocommerce .col-2 { 
	max-width: none;
}
body.woocommerce-active .form-row {
	display: block
}

body.woocommerce-page #colophon {
	border-top: 1px solid #dee2e6;
	padding-top: 1.5rem;
}

/* Archive Product */
.woocommerce-products-header {
	text-align: center;
}
.woocommerce-ordering,
.woocommerce-result-count {
	display: none;
}
#product-archive {
	clear: both;
}
body.archive.woocommerce h1.woocommerce-products-header__title {
	margin-bottom: 2.75em;
}
nav.woocommerce-pagination {
	margin-top: var(--wp--preset--spacing--70);
	margin-bottom: var(--wp--preset--spacing--90);
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	text-align: left !important;
}
nav.woocommerce-pagination ul,
nav.woocommerce-pagination ul li {
	border: none !important;
	font-size: var(--wp--preset--font-size--medium);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: none !important;
	color: var(--wp--preset--color--dark);
}
.woocommerce nav.woocommerce-pagination ul li a {
	color: var(--wp--preset--color--light-grey);
}
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: var(--wp--preset--color--dark);
	background: none !important;
}

/* Single Product */
body.single-product .container .product .entry-summary {
	padding: 0 30px 15px 30px;
}
body.single-product .container .product .entry-summary > * {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto;
	margin-right: auto;
}
body.single-product .container input.qty {
	height: 42px;
	float: left;
}
.woocommerce input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
.woocommerce input[type=number] {
    -moz-appearance: textfield;
	width: 40px !important;
}

body.single-product div.product {
	text-align: center;
	display: flex;
	flex-direction: column;
}
body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .woocommerce-product-gallery__image {
	display: inline-block !important;
}
body.single-product div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: 100%;
	margin-bottom: var(--wp--preset--spacing--70);
}
body.single-product div.product div.images img {
	max-height: 35rem;
	width: auto;
}

body.woocommerce.single-product .product-strap {
	color: var(--wp--preset--color--light-grey);
	margin-bottom: var(--wp--preset--spacing--60);
}
body.single-product .product .entry-summary p.stock.out-of-stock {
	color: var(--wp--preset--color--light-grey);
	text-transform: uppercase;
}

body.single-product .entry-summary .product_meta .posted_in {
	color: #fff;
}
.posted_in a {
	text-decoration: none !important;
}
body.single-product .entry-summary .product_meta .posted_in a {
	display: block;
	font-size: var(--wp--preset--font-size--small);
	font-family: 'p22-underground', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--wp--preset--color--light-grey);
	margin-bottom: var(--wp--preset--spacing--40);
}
body.single-product h1.product_title {
	margin-bottom: var(--wp--preset--spacing--70);
}
body.single-product .price {
	margin: 2em 0;
	font-size: 1.6em !important;
}
body.single-product .price .amount {
	color: var(--wp--preset--color--dark);
}

body.single-product .woocommerce-tabs {
	padding-top: 1.5em;
}
body.single-product .woocommerce-tabs ul.tabs {
	display: none;
}
body.single-product .woocommerce-tabs #tab-description h2:first-of-type {
	display: none;
}

.woocommerce-product-gallery__image a {
	pointer-events: none;
}

form.cart input[type="number"] {
	margin:0 4px 0 0;
}
body.single-product form.cart button.single_add_to_cart_button {
	float: none !important;
}

/* Basket */
.woocommerce-cart p.return-to-shop {
	display: none;
}
input#coupon_code {
	min-width: 150px;
	height: 42px;
}
table.shop_table {
	border-radius: 0 !important;
	border-style: none !important;
}
table.shop_table thead tr th {
	font-family: 'p22-underground', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wp--preset--color--dark);
}
table.shop_table > tbody > tr > td {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.woocommerce table.shop_table td {
	border-top-color: #e4dedc;
}
td.product-remove a.remove {
	color: #696969 !important;
	text-align: center !important;
	font-weight: normal;
}
td.product-remove a.remove:hover {
	background: #696969;
}
table.shop_table .product-thumbnail img {
	width: 100px;
	height: auto;
}
table.shop_table input#coupon_code {
	width: 200px;
}
.cart-collaterals .cart_totals h2 {
	font-size: 1.4em;
}
ul.woocommerce-error {
	margin-left: 0 !important;
}
.cart-collaterals .cart_totals {
	max-width: 460px;
}

.woocommerce-cart-form th.product-subtotal,
.woocommerce-cart-form td.product-subtotal,
.cart_totals .cart-subtotal td[data-title="Subtotal"],
.cart_totals .order-total td[data-title="Total"] {
	text-align: right;
}

/* Checkout */
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading {
  font-size: 1.4em;
}
h3#order_review_heading {
	margin-top: 1.5em;
}

.woocommerce-billing-fields input.input-text,
.woocommerce-additional-fields input.input-text,
.woocommerce-additional-fields textarea,
.woocommerce-form-login input.input-text {
	padding: 10px 8px;
}
.woocommerce-billing-fields span.select2 .select2-selection--single {
	border-radius: 0;
}

#payment.woocommerce-checkout-payment {
	background: none !important;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: #e4dedc !important;
}
.woocommerce #payment #place_order {
	float: none !important;
	margin: 1.5em 0;
}

.woocommerce-form {
	border-radius: 0 !important;
}
.woocommerce-form-login input.woocommerce-form__input-checkbox {
	margin-left: 15px;
}

.woocommerce-account-fields .create-account span.woocommerce-input-wrapper {
	display: block;
	margin-top: 10px;
}
.woocommerce-account-fields .create-account span.woocommerce-input-wrapper input.input-text {
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.woocommerce-account-fields .create-account .woocommerce-password-strength {
	text-align: center;
	padding: 10px;
}

/* WooCommerce Info boxes */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	background: none !Important;
	border: 2px solid;
	border-color: #696969;
	font-family: 'p22-underground', sans-serif;
	font-weight: 400; /* Medium */
	letter-spacing: 0.05em;
	text-transform: uppercase !important;
	padding: 0.8em 3em 0.6em !important;
}
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a{
	font-weight: 500;
}
.woocommerce-info:before {
	display: none;
}
.woocommerce-error:before,
.woocommerce-message:before {
	line-height: 1.1em;
}

.woocommerce-message a.button {
	border: none !important;
	padding: .25em 0 0 0.5em !important;
	font-size: 1em;
}

/* Login */
body.woocommerce-account #main h1.entry-title {
	display: none;
}
body.woocommerce-account.logged-in #main h1.entry-title {
	display: block;
}
body.woocommerce-account .woocommerce h2 {
	text-align: center;
}
body.woocommerce-account .woocommerce form.woocommerce-form-login {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
}
.woocommerce-form-login .woocommerce-form-row {
	margin-bottom: 1.25em !important;
}
form.woocommerce-form-login input#password {
	margin-bottom: .75em;
}
body.woocommerce-account .woocommerce form.woocommerce-form-login input {
	font-size: 1.5em;
	padding: 5px 10px;
}
body.woocommerce-account .woocommerce form.woocommerce-form-login label.woocommerce-form__label-for-checkbox {
	float: right;
	margin-top: 5px;
}
p.woocommerce-LostPassword.lost_password {
	padding-left: 3px;
}

/* Account */
body.woocommerce-account .entry-content .woocommerce {
	margin: 2em 0;
}

nav.woocommerce-MyAccount-navigation {
	margin-bottom: 2em;
}

@media only screen and (min-width: 1200px) {
	nav.woocommerce-MyAccount-navigation {
		padding-right: 2em;
	}
}

nav.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'p22-underground', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
nav.woocommerce-MyAccount-navigation ul li {
	margin-bottom: var(--wp--preset--spacing--30);
}
nav.woocommerce-MyAccount-navigation ul li a {
	display: block;
	background-color: #f1f1f1;
	padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);
	text-decoration: none;
}

.woocommerce-EditAccountForm input,
.woocommerce form .woocommerce-address-fields__field-wrapper input {
	font-size: var(--wp--preset--font-size--default);
	padding: 5px 10px;
}
.woocommerce-EditAccountForm fieldset {
	margin: 1.5em 0;
	padding: 4em 15px 1em;
}
.woocommerce-EditAccountForm fieldset legend {
	font-family: 'p22-underground', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: -2.5em;
}

.woocommerce-Message a.woocommerce-Button {
	border: none;
	padding: .25em 10px !important;
	font-size: 1em;
}

.woocommerce .u-columns.woocommerce-Addresses .u-column1,
.woocommerce .u-columns.woocommerce-Addresses .u-column2 {
	background: #f1f1f1;
	padding: 15px;
}
.woocommerce .u-columns.woocommerce-Addresses h3 {
	font-size: 1.5em;
}

/* WooCommerce - remove quantity field and Available text */
#main .product form.cart .quantity,
.flexible-block-text form.cart .quantity {
	display: none !important;
}
.stock.in-stock {
	display: none;
}

/* Blog index */
body.archive.category-blog h1.page-title {
	display: none;
}
body.blog #pookatheme-content #main,
body.archive.category #pookatheme-content #main {
	margin-top: 3.5em;
}
body.blog h2.entry-title a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#commentform .comment-form-comment {
	margin-top: var(--wp--preset--spacing--70);
}
#commentform .comment-form-comment label,
#commentform .comment-form-comment textarea {
	display: block;
	float: none;
	Width: 100%;
	margin-bottom: var(--wp--preset--spacing--40);
	margin-left: 0;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"] {
	padding: .5em;
}
#commentform .comment-form-url {
	display: none;
}
#commentform .comment-form-cookies-consent label {
	width: auto;
	margin-left: .5em;
	font-size: 0.85em;
}

#comments ol.comment-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#comments ol.comment-list li {
	list-style: none;
	margin: 2em 0;
}
#comments ol.comment-list li .comment-meta {
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
#comments ol.comment-list li .comment-meta .comment-author,
#comments a.comment-reply-link {
	font-family: 'p22-underground', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	display: inline-block;
	color: #000 !important;
}
#comments ol.comment-list li .comment-meta .comment-author b {
	font-weight: 400;
}
#comments ol.comment-list li .comment-meta .comment-author .says {
	display: none;
}
#comments ol.comment-list li .comment-meta .comment-metadata {
	display: inline-block;
	font-size: 0.85em;
	padding-left: .25em;
}
#comments ol.comment-list li .comment-meta .comment-metadata a {
	color: var(--wp--preset--color--light-grey);
	text-decoration: none;
}
#comments a.comment-reply-link {
	padding-bottom: 0.5em;
	border-bottom: 2px solid #696969;
	border-color: #D0D0D0;
	text-decoration: none;
	margin-bottom: 1em;
}
#comments .comment-author img.avatar {
	display: none;
}

.akismet_comment_form_privacy_notice {
	font-size: var(--wp--preset--font-size--small);
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds & iframes fit containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image */
.custom-logo-link {
	display: inline-block;
}

.content-top-logo {
	text-align: center;
}

.content-top-logo img {
	max-width: 20rem;
}

/* Newsletter embed */
#mc_embed_signup.embedded {
	margin: 30px 0;
}
#mc_embed_signup.embedded input.email {
	height: 42px;
	float: left;
}
#mc_embed_signup.embedded input.button {
	margin-left: 10px;
}
#mc_embed_signup.embedded i.icon-angle-right {
	display: none;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.pre-footer-block > div {
	min-height: 35em;
}
@media only screen and (max-width: 768px) {
	.pre-footer-block > div {
		min-height: 25em;
	}
	.pre-footer-block > div:first-child {
		position: relative;
		border-right: none !important;
		
	}
	.pre-footer-block > div:first-child:after{
		content: "";
		position: absolute;
		left: -50%;
		bottom:0;
		width: 5000px;
		border-bottom: 1px solid #dee2e6;
	}
}
#colophon {
	font-family: 'p22-underground', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-transform: uppercase;
}
#colophon img.bookbinder-stamp {
	margin-top: 5px;
	max-width: 9em;
	margin-bottom: 2em;
}
#colophon nav.footer-menu,
#colophon .site-info {
	font-size: var(--wp--preset--font-size--small);
}
#colophon > .container {
	margin-bottom: var(--wp--preset--spacing--50);
}
#colophon nav.footer-menu {
	margin-bottom: var(--wp--preset--spacing--90);
}
#colophon .site-info p,
#commentform p {
	font-size: var(--wp--preset--font-size--small);
}
#colophon .footer-menu a,
#colophon .site-info a {
	color: var(--wp--preset--color--light-grey);
	text-decoration: none;
}
#colophon .footer-menu a:hover,
#colophon .site-info a:hover {
	color: var(--wp--preset--color--dark);
}
#colophon nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#colophon nav ul li {
	margin-bottom: var(--wp--preset--spacing--20);
}

@media only screen and (max-width: 992px) {
	.footer-logo-wrapper {
		text-align: right !important;
	}
}

@media only screen and (max-width: 768px) {
	
	.footer-follow-mob .block-newsletter-basic  {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.footer-follow-mob #mc_embed_signup_scroll label {
		display: block;
		width: 200px;
		margin: 0 auto 30px auto;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	
	.footer-follow-mob hr {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.footer-follow-mob h4.section-header {
		margin-bottom: 30px;
	}
	.footer-follow-mob i {
		font-size: 1.4em;
	}
	.footer-follow-mob {
		margin-bottom: 30px;
	}

	body.home .block-newsletter-basic {
		display: none;
	}
	body.home .footer-follow-mob hr {
		background: white;
		margin: 1.5em;
	}

}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal-backdrop {
	background: #fff;
	opacity: 0.8 !important;
}
.modal-dialog {
	max-width: 450px;
}
.modal-content {
	border: none;
	border-radius: 0;
	min-height: 300px;
}
.modal-body {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: .5em 3em;
	background: url('img/bg-newsletter-modal.jpg') no-repeat center center; background-size: cover;
}
.modal-body p {
	color: var(--wp--preset--color--dark);
}
.modal-content button.close {
	position: absolute;
	top: 0;
	right: 0;
	text-shadow: none;
	padding: 0.5em !important;
}

@media only screen and (min-width: 1200px) {
	.modal-dialog {
		max-width: 1000px;
	}
	.modal-content {
		border-radius: 0;
		min-height: 480px;
	}
	.modal-body h2 {
		margin: 60px 0 25px 0;
	}
	.modal-body p {
		margin: 0 auto 100px;
		width: 380px;
	}	
}


/*--------------------------------------------------------------
## Brand colors
--------------------------------------------------------------*/
body.brand-blue #cookie-box,
body.brand-blue .carousel-indicators li.active,
body.brand-blue nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #8695B6;
}
body.brand-blue #main-nav > ul > li.current-menu-item a,
body.brand-blue #main-nav > ul > li.current-menu-parent a,
body.brand-blue a.read-more:active,
body.brand-blue a.read-more:focus,
body.brand-blue a.read-more:hover,
body.brand-blue a.wp-block-button__link:active,
body.brand-blue a.wp-block-button__link:focus,
body.brand-blue a.wp-block-button__link:hover,
body.brand-blue #comments a.comment-reply-link,
body.brand-blue .woocommerce-info {
	border-color: #8695B6;
}
body.brand-blue .block-newsletter .btn-submit:hover i,
body.brand-blue .block-newsletter-basic .btn-submit:hover i,
body.brand-blue #newsletter-popup .btn-submit:hover i,
body.brand-blue .woocommerce-message::before {
	color: #8695B6;
}
body.brand-blue button:not(.main-menu-toggler):hover,
body.brand-blue button:not(.main-menu-toggler):active,
body.brand-blue button:not(.main-menu-toggler):focus,
body.brand-blue input[type="button"]:hover,
body.brand-blue input[type="reset"]:hover,
body.brand-blue input[type="submit"]:not(.btn-submit):hover,
body.brand-blue input[type="button"]:active,
body.brand-blue input[type="button"]:focus,
body.brand-blue input[type="reset"]:active,
body.brand-blue input[type="reset"]:focus,
body.brand-blue input[type="submit"]:active,
body.brand-blue input[type="submit"]:focus,
body.brand-blue .woocommerce a.button:active,
body.brand-blue .woocommerce a.button:focus,
body.brand-blue .woocommerce a.button:hover,
body.brand-blue .woocommerce button.button:active,
body.brand-blue .woocommerce button.button.coupon button.button:focus,
body.brand-blue .woocommerce button.button.coupon button.button:hover,
body.brand-blue a.button.wc-forward.checkout-button:active,
body.brand-blue a.button.wc-forward.checkout-button:focus,
body.brand-blue a.button.wc-forward.checkout-button:hover {
	border-color: #8695B6 !important;
}

body.brand-brown #cookie-box,
body.brand-brown .carousel-indicators li.active {
	background: #80665C;
}
body.brand-brown #main-nav > ul > li.current-menu-item a,
body.brand-brown #main-nav > ul > li.current-menu-parent a,
body.brand-brown a.read-more:active,
body.brand-brown a.read-more:focus,
body.brand-brown a.read-more:hover,
body.brand-brown a.wp-block-button__link:active,
body.brand-brown a.wp-block-button__link:focus,
body.brand-brown a.wp-block-button__link:hover,
body.brand-brown #comments a.comment-reply-link,
body.brand-brown .woocommerce-info {
	border-color: #80665C;
}
body.brand-brown nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #80665C;
	color: #fff;
}
body.brand-brown .block-newsletter .btn-submit:hover i,
body.brand-brown .block-newsletter-basic .btn-submit:hover i,
body.brand-brown #newsletter-popup .btn-submit:hover i,
body.brand-brown .woocommerce-message::before {
	color: #80665C;
}
body.brand-brown button:not(.main-menu-toggler):hover,
body.brand-brown button:not(.main-menu-toggler):active,
body.brand-brown button:not(.main-menu-toggler):focus,
body.brand-brown input[type="button"]:hover,
body.brand-brown input[type="reset"]:hover,
body.brand-brown input[type="submit"]:hover,
body.brand-brown input[type="button"]:active,
body.brand-brown input[type="button"]:focus,
body.brand-brown input[type="reset"]:active,
body.brand-brown input[type="reset"]:focus,
body.brand-brown input[type="submit"]:active,
body.brand-brown input[type="submit"]:focus,
body.brand-brown .woocommerce a.button:active,
body.brand-brown .woocommerce a.button:focus,
body.brand-brown .woocommerce a.button:hover,
body.brand-brown .woocommerce button.button:active,
body.brand-brown .woocommerce button.button.coupon button.button:focus,
body.brand-brown .woocommerce button.button.coupon button.button:hover,
body.brand-brown a.button.wc-forward.checkout-button:active,
body.brand-brown a.button.wc-forward.checkout-button:focus,
body.brand-brown a.button.wc-forward.checkout-button:hover {
	border-color: #80665C !important;
}

body.brand-grey #cookie-box,
body.brand-grey .carousel-indicators li.active,
body.brand-grey nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #B1AFC3;
}
body.brand-grey #main-nav > ul > li.current-menu-item a,
body.brand-grey #main-nav > ul > li.current-menu-parent a,
body.brand-grey a.read-more:active,
body.brand-grey a.read-more:focus,
body.brand-grey a.read-more:hover,
body.brand-grey a.wp-block-button__link:active,
body.brand-grey a.wp-block-button__link:focus,
body.brand-grey a.wp-block-button__link:hover,
body.brand-grey #comments a.comment-reply-link,
body.brand-grey .woocommerce-info {
	border-color: #B1AFC3;
}
body.brand-grey .block-newsletter .btn-submit:hover i,
body.brand-grey .block-newsletter-basic .btn-submit:hover i,
body.brand-grey #newsletter-popup .btn-submit:hover i,
body.brand-grey .woocommerce-message::before {
	color: #B1AFC3;
}
body.brand-grey button:not(.main-menu-toggler):hover,
body.brand-grey button:not(.main-menu-toggler):active,
body.brand-grey button:not(.main-menu-toggler):focus,
body.brand-grey input[type="button"]:hover,
body.brand-grey input[type="reset"]:hover,
body.brand-grey input[type="submit"]:hover,
body.brand-grey input[type="button"]:active,
body.brand-grey input[type="button"]:focus,
body.brand-grey input[type="reset"]:active,
body.brand-grey input[type="reset"]:focus,
body.brand-grey input[type="submit"]:active,
body.brand-grey input[type="submit"]:focus,
body.brand-grey .woocommerce a.button:active,
body.brand-grey .woocommerce a.button:focus,
body.brand-grey .woocommerce a.button:hover,
body.brand-grey .woocommerce button.button:active,
body.brand-grey .woocommerce button.button.coupon button.button:focus,
body.brand-grey .woocommerce button.button.coupon button.button:hover,
body.brand-grey a.button.wc-forward.checkout-button:active,
body.brand-grey a.button.wc-forward.checkout-button:focus,
body.brand-grey a.button.wc-forward.checkout-button:hover {
	border-color: #B1AFC3 !important;
}

body.brand-mauve #cookie-box,
body.brand-mauve .carousel-indicators li.active,
body.brand-mauve nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #BDA6C2;
}
body.brand-mauve #main-nav > ul > li.current-menu-item a,
body.brand-mauve #main-nav > ul > li.current-menu-parent a,
body.brand-mauve a.read-more:active,
body.brand-mauve a.read-more:focus,
body.brand-mauve a.read-more:hover,
body.brand-mauve a.wp-block-button__link:active,
body.brand-mauve a.wp-block-button__link:focus,
body.brand-mauve a.wp-block-button__link:hover,
body.brand-mauve #comments a.comment-reply-link,
body.brand-mauve .woocommerce-info {
	border-color: #BDA6C2;
}
body.brand-mauve .block-newsletter .btn-submit:hover i,
body.brand-mauve .block-newsletter-basic .btn-submit:hover i,
body.brand-mauve #newsletter-popup .btn-submit:hover i,
body.brand-mauve .woocommerce-message::before {
	color: #BDA6C2;
}
body.brand-mauve button:not(.main-menu-toggler):hover,
body.brand-mauve button:not(.main-menu-toggler):active,
body.brand-mauve button:not(.main-menu-toggler):focus,
body.brand-mauve input[type="button"]:hover,
body.brand-mauve input[type="reset"]:hover,
body.brand-mauve input[type="submit"]:hover,
body.brand-mauve input[type="button"]:active,
body.brand-mauve input[type="button"]:focus,
body.brand-mauve input[type="reset"]:active,
body.brand-mauve input[type="reset"]:focus,
body.brand-mauve input[type="submit"]:active,
body.brand-mauve input[type="submit"]:focus,
body.brand-mauve .woocommerce a.button:active,
body.brand-mauve .woocommerce a.button:focus,
body.brand-mauve .woocommerce a.button:hover,
body.brand-mauve .woocommerce button.button:active,
body.brand-mauve .woocommerce button.button.coupon button.button:focus,
body.brand-mauve .woocommerce button.button.coupon button.button:hover,
body.brand-mauve a.button.wc-forward.checkout-button:active,
body.brand-mauve a.button.wc-forward.checkout-button:focus,
body.brand-mauve a.button.wc-forward.checkout-button:hover {
	border-color: #BDA6C2 !important;
}

body.brand-yellow #cookie-box,
body.brand-yellow .carousel-indicators li.active {
	background: #F1B828;
}
body.brand-yellow nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #F1B828;
	color: #fff;
}
body.brand-yellow #main-nav > ul > li.current-menu-item a,
body.brand-yellow #main-nav > ul > li.current-menu-parent a,
body.brand-yellow a.read-more:active,
body.brand-yellow a.read-more:focus,
body.brand-yellow a.read-more:hover,
body.brand-yellow a.wp-block-button__link:active,
body.brand-yellow a.wp-block-button__link:focus,
body.brand-yellow a.wp-block-button__link:hover,
body.brand-yellow #comments a.comment-reply-link,
body.brand-yellow .woocommerce-info {
	border-color: #F1B828;
}
body.brand-yellow .block-newsletter .btn-submit:hover i,
body.brand-yellow .block-newsletter-basic .btn-submit:hover i,
body.brand-yellow #newsletter-popup .btn-submit:hover i,
body.brand-yellow .woocommerce-message::before {
	color: #F1B828;
}
body.brand-yellow button:not(.main-menu-toggler):hover,
body.brand-yellow button:not(.main-menu-toggler):active,
body.brand-yellow button:not(.main-menu-toggler):focus,
body.brand-yellow input[type="button"]:hover,
body.brand-yellow input[type="reset"]:hover,
body.brand-yellow input[type="submit"]:hover,
body.brand-yellow input[type="button"]:active,
body.brand-yellow input[type="button"]:focus,
body.brand-yellow input[type="reset"]:active,
body.brand-yellow input[type="reset"]:focus,
body.brand-yellow input[type="submit"]:active,
body.brand-yellow input[type="submit"]:focus,
body.brand-yellow .woocommerce a.button:active,
body.brand-yellow .woocommerce a.button:focus,
body.brand-yellow .woocommerce a.button:hover,
body.brand-yellow .woocommerce button.button:active,
body.brand-yellow .woocommerce button.button.coupon button.button:focus,
body.brand-yellow .woocommerce button.button.coupon button.button:hover,
body.brand-yellow a.button.wc-forward.checkout-button:active,
body.brand-yellow a.button.wc-forward.checkout-button:focus,
body.brand-yellow a.button.wc-forward.checkout-button:hover {
	border-color: #F1B828 !important;
}

button#mob-menu-toggler {
	background: none !Important;
	color: #000 !important;
}

body.brand-blue .block-newsletter input.button:active,
body.brand-blue .block-newsletter input.button:focus,
body.brand-blue .block-newsletter input.button:hover,
body.brand-blue .block-newsletter-basic input.button:active,
body.brand-blue .block-newsletter-basic input.button:focus,
body.brand-blue .block-newsletter-basic input.button:hover,
body.brand-blue #newsletter-popup input.button:active,
body.brand-blue #newsletter-popup input.button:focus,
body.brand-blue #newsletter-popup input.button:hover,
body.brand-blue button.close,
body.brand-brown .block-newsletter input.button:active,
body.brand-brown .block-newsletter input.button:focus,
body.brand-brown .block-newsletter input.button:hover,
body.brand-brown .block-newsletter-basic input.button:active,
body.brand-brown .block-newsletter-basic input.button:focus,
body.brand-brown .block-newsletter-basic input.button:hover,
body.brand-brown #newsletter-popup input.button:active,
body.brand-brown #newsletter-popup input.button:focus,
body.brand-brown #newsletter-popup input.button:hover,
body.brand-brown button.close,
body.brand-grey .block-newsletter input.button:active,
body.brand-grey .block-newsletter input.button:focus,
body.brand-grey .block-newsletter input.button:hover,
body.brand-grey .block-newsletter-basic input.button:active,
body.brand-grey .block-newsletter-basic input.button:focus,
body.brand-grey .block-newsletter-basic input.button:hover,
body.brand-grey #newsletter-popup input.button:active,
body.brand-grey #newsletter-popup input.button:focus,
body.brand-grey #newsletter-popup input.button:hover,
body.brand-grey button.close,
body.brand-mauve .block-newsletter input.button:active,
body.brand-mauve .block-newsletter input.button:focus,
body.brand-mauve .block-newsletter input.button:hover,
body.brand-mauve .block-newsletter-basic input.button:active,
body.brand-mauve .block-newsletter-basic input.button:focus,
body.brand-mauve .block-newsletter-basic input.button:hover,
body.brand-mauve #newsletter-popup input.button:active,
body.brand-mauve #newsletter-popup input.button:focus,
body.brand-mauve #newsletter-popup input.button:hover,
body.brand-mauve button.close,
body.brand-yellow .block-newsletter input.button:active,
body.brand-yellow .block-newsletter input.button:focus,
body.brand-yellow .block-newsletter input.button:hover,
body.brand-yellow .block-newsletter-basic input.button:active,
body.brand-yellow .block-newsletter-basic input.button:focus,
body.brand-yellow .block-newsletter-basic input.button:hover,
body.brand-yellow #newsletter-popup input.button:active,
body.brand-yellow #newsletter-popup input.button:focus,
body.brand-yellow #newsletter-popup input.button:hover,
body.brand-yellow button.close,
body.brand-yellow .pre-footer-block-newsletter input.button:active,
body.brand-yellow .pre-footer-block-newsletter input.button:focus,
body.brand-yellow .pre-footer-block-newsletter input.button:hover {
	background: none !important;
}

/*--------------------------------------------------------------
# Editor Styles
--------------------------------------------------------------*/
h1.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input {
	font-size: 2rem;
	margin-bottom: 0;
}
h1.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input:before {
	content: "Title: "
}
div.edit-post-visual-editor__post-title-wrapper {
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgb(224,224,224);
	margin-bottom: 1.5rem;
}
