@import "fnt/fontello.css";
/*!
Theme Name: Pedals and Bubbles
Theme URI: https://kevdev.fr/
Author: Kevin Mouchené
Author URI: https://kevdev.fr/
Description: Theme designed for "Pedals and Bubbles"
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pandb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pandb 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

/**
 * Add the correct font 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 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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 {
	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;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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. */
#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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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 and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	font-size: 13px;
	transition: 1s opacity ease;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6em;
}
/*
body * {
	opacity: 0;
	transition: 1s opacity ease;
}
body .loading {
	opacity: 1;
}
body.loaded * {
	opacity: 1;
}
body.loaded .loading {
	opacity: 0;
}
*/

.img-icon {
    height: 4em;
		width: auto;
}

.extra-margin {
	margin: 3em auto 5em;
}

.page {
	margin: 0;
}

.main-width {
	width: 100%;
}

.chapters main#main, .chapters + aside.widget-area {
		padding: 0;
    padding-right: 3em;
    background: #ffe3af;
}

header + .main-width {
    padding: 6em 0;
}

.chapters header + .main-width {
    padding: 0;
}


.home-loop {
    background: #ffffff;
}

.home-loop article {
	/* padding: 3em 0; */
}

h1, h2, h3, h4 {
	color: #1d1c37;
	letter-spacing: 0;
  line-height: 1.4;
}


h1.entry-title {
    margin: 0 auto;
    text-align: center;
}


h2 {
    max-width: 29.4em;
    margin: 0 auto 1em;
}

a, a:visited {
	color: #d9a95d;
	text-decoration: none;
}

a:hover {
	color: #99c5cc;
	text-decoration: none;
}

p {
  max-width: 44em;
  text-align: left;
  margin: 1em auto;
  opacity: .9;
}

.menu-top-menu-main-container > div {
    position: absolute;
    top: 0;
		bottom: auto;
    background: transparent;
    margin-top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: 1s opacity ease;
    transition-delay: 1.6s;
}
@media (min-width: 37.5em) {

	.menu-top-menu-main-container > div {
		display: none;
	}
}


.entry-content ul {
  list-style: none; /* Remove default bullets */
  line-height: 1.8;
	padding-left: 0;
	margin: 1em auto;
	max-width: 44em;
}
/*
.entry-content ul li::before {
  content: "→";
  color: #d9a95d;
  font-weight: normal;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
	margin-right: .4em;
}
*/
.entry-content ul li.blocks-gallery-item::before {
	display: none;
}

i, a i { color: #d9a95d; }

.site-header {
  width: 100%;
  z-index: 5;
	padding: 1em 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: row;
	transition: .6s transform	ease-in-out;
	background-color: #1d1c37;
}
.site-header.toggled {
	flex-direction: column;
}

.home .site-header{
  position: fixed;
	/* transform: translateY(-100%); */
}
.home .site-header .site-branding {
	opacity: 0;
	transition: 1s opacity ease;
}
img.wp-image-716 {
    height: 6em;
}

.nav-menu li a {
    letter-spacing: .08em;
}

ul.products li h2.woocommerce-loop-product__title {
    height: 7em;
}

.woocommerce ul.products li.product.post-1470 .woocommerce-loop-product__title {
    padding: .5em .5em;
}

.block a[href$=\#] {
    pointer-events: auto;
}

a[href="tel:+33783887875"].cta::before {
    width: 1em;
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2021/05/call_line.svg);
	background-repeat: no-repeat;
    background-size: contain;
    height: 1.2em;
    width: 1.2em;
    vertical-align: -.3em;
    margin: 0 .3em;
}

.wp-block-columns.is-layout-flex.wp-container-3 {
    gap: 0;
}
.page-id-2223 .row {
    max-width: 95%;
    margin: auto;
}

@media screen and (max-width: 37.5em) {


a.ccta {
    position: fixed;
    bottom: 1.6em;
    right: 1.6em;
    display: block;
    background: #212121;
    z-index: 3;
    width: 6em;
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


}

dd p {
    display: inline-block;
    margin-top: 0;
}

.entry-content p a[href^="https://pedalsandbubbles.com"]::after, .entry-content ul li a[href^="https://pedalsandbubbles.com"]::after {
 display: none;
}

input.noptin-widget-submit-input {
    border: 1px solid #1d1c37!important;
    text-transform: uppercase!important;
    font-size: 1em!important;
    max-width: 10em;
    box-shadow: 0 0 0 !important;
    margin-top: 1em!important;
}

input.noptin-widget-email-input.noptin_form_input_email {
    font-size: 1em!important;
    border: 1px solid #1d1c37!important;
}
.btn-block_2347:after {
    content: '>'!important;
    transform: scale(.5,1);
    display: inline-block;
    vertical-align: -.06em;
}
a[href$=\#] {
    pointer-events: auto;
}
p#additional_sentiers_field {
    color: red;
    text-align: center;
}
p#additional_sentiers_field:before {
    content: '';
    width: 80%;
    padding-bottom: 80%;
    background: url(https://pedalsandbubbles.com/wp-content/uploads/2022/06/route.svg);
    margin: 0 auto;
    background-repeat: no-repeat;
}

h3 {
    max-width: 37.6em;
    margin: 0 auto;
}
@media screen and (max-width: 37.5em) {

	.home .site-header .site-branding {
		opacity: 1;
	}

	.home .site-header{
	  position: fixed;
		transform: translateY(-100%);
	}
}

.home.scrolled .site-header .site-branding {
	opacity: 1;
}
.hero-screen .entry-content, article, aside {
	background: #ffffff;
}
.hero-screen {
	background: transparent;
}
.entry-content {
	width: 100%;
}


@media (max-width: 37.5em) {

.entry-content {
	width: 100%;
}
}
.hero-screen .entry-content {
	padding-top: 2em;
}
span.edit-link {
    position: absolute;
}
.widget, .page-content, .entry-content, .entry-summary {
	margin: 0;
}
.wp-block-image {
	margin-bottom: 0;
	padding: 1em;
}
.post-thumbnail {
	pointer-events: none;
	position: relative;
	width: 100%;
}
.post .post-thumbnail {
    max-height: 50vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .post-thumbnail{
	background-color: #212121;
}
.home.page .post-thumbnail {
	background: transparent;
}

.page .post-thumbnail img{
		height: 25vw;
		object-fit: cover;
		opacity: .85;
}

@media screen and (max-width: 37.5em) {
	.page .post-thumbnail img{
			height: 40vw;
			object-fit: cover;
	}
}

.page .chapters .post-thumbnail img{
	height: 50vw;
}

article > .post-thumbnail + header.entry-header {
    background: transparent;
    position: absolute;
    z-index: 2;
		font-size: 1.6em;
    top: calc(12.5vw - 5.2em);
}
.chapters article > .post-thumbnail + header.entry-header {
top: calc(25vw - 7.1em);
}
@media screen and (max-width: 37.5em) {
	article > .post-thumbnail + header.entry-header {
    top: calc(12vw - 2.7em);
	}
	.chapters article > .post-thumbnail + header.entry-header {
    top: calc(20vw - 4em);
	}
}
.entry-header p {
	display: none;
}

article > .post-thumbnail + header.entry-header p {
	display: none;
}
.chapters article > .post-thumbnail + header.entry-header p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: .6em;
	letter-spacing: 0;
	display: block;
	margin-top: 4em;
}
@media screen and (max-width: 37.5em) {

	.chapters article > .post-thumbnail + header.entry-header p {
		margin-top: 2em;
	}
}
article > .post-thumbnail + header.entry-header a {
    color: #212121;
    padding: .6em 1em;
    background: #fcfcfc;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 4px;

}
article > .post-thumbnail + header.entry-header a i {color: #d9a95d;
}
article > .post-thumbnail + header.entry-header a:hover i { color: #1d1c37;}
article > .post-thumbnail + header.entry-header h1 {
	color: #fcfcfc;
	font-size: 2em;
}
@media (min-width: 37.5em) {
.post .post-thumbnail {
    max-height: 50vw;
	}
	article > .post-thumbnail + header.entry-header h1 {
		font-size: 3em;
	}
}
.post-thumbnail img {
	min-width: 100%;
}
.post-thumbnail::before {
	/*
    content: '';
    display: block;
    background: #dddddd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
     left: 0;
    width: 100%;
    transition: 1s width ease-in-out;
	*/
}
.hero-screen .post-thumbnail::before {
	display: none;
}

.activated .post-thumbnail::before {
    width: 0;
}

.site-branding {
    min-width: 11em;
}

.site-branding img {
	/*
    height: 10em;
    width: auto;
    object-fit: contain;
	*/
    height: 4.5em;
    width: auto;
    padding-top: .55em;
}

.site-branding .site-title,
.site-branding .site-description {
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}
.main-navigation {
     width: calc(100% - 14.2em);
	/* width: auto; */
	text-align: right;
}
.main-navigation.toggled {
	font-size: .9em;
    width: 100%;
	text-align: center;
}
.main-navigation ul {
	text-align: right;
}
.main-navigation.main-navigation-1 ul {
	text-align: left;
}
.main-navigation.toggled ul { text-align: center;}
.main-navigation ul li {
  float: none;
  display: inline-block;
	vertical-align: middle;
}
.main-navigation.toggled ul li {width: 100%;}

.main-navigation ul ul a {
	font-size: .8em;
}

.nav-menu li a {
  padding: 1em .6em;
  text-transform: uppercase;

  font-weight: normal;
  letter-spacing: .18em;
  font-size: 1em;

	color: #ffeecf;

}
.nav-menu li a.active, .nav-menu li.current-menu-item a {
	color: #ffffff;
}
.nav-menu li > a.active::before, .nav-menu li.current-menu-item > a::before,
.nav-menu li.current_page_ancestor > a::before {
	background:#ffffff;
}

.nav-menu li > a:hover::before, .nav-menu li.menu-item > a:hover::before {
	background:#d9a95d;
}
.nav-menu li.menu-item-109 a {
    background: #fcfcfc;
    color: #212121;
    border-radius: 4px;
		padding: .6em 1em;
}
.nav-menu li.menu-item-109 a i:before,
.nav-menu li.menu-item-197 a i:before,
.entry-content p a[href^="http:"]::after,
.entry-content ul li a[href^="http:"]::after,
.entry-content p a[href^="https:"]::after,
.entry-content ul li a[href^="https:"]::after,
.entry-content p a[href^="#part"]::after,
.entry-content ul li a[href^="#part"]::after,
.entry-content p a[href^="#part"]::after,
.entry-content ul li a[href^="#part"]::after  {
  font-family: "fontello";

  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

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

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

  color: #d9a95d;
}

.entry-content p a[href^="http:"]::after,
.entry-content ul li a[href^="http:"]::after,
.entry-content p a[href^="https:"]::after,
.entry-content ul li a[href^="https:"]::after {
 content: '\e835';
margin-left: .4em;
}

.entry-content p a[href^="#part"]::after,
.entry-content ul li a[href^="#part"]::after,
.entry-content p a[href^="#part"]::after,
.entry-content ul li a[href^="#part"]::after {
  content: '\e833';
margin-left: .4em;
}

.nav-menu li.menu-item-109 a:before { display: none; }
.nav-menu li.menu-item-109 a i:before {
	 content: '\e823';
}


.nav-menu li.menu-item-197 a:before { display: none; }
.nav-menu li.menu-item-197 a i:before {
	 content: '\e83f';
}

.nav-menu li.menu-item-109 a:hover i:before { color: #1d1c37; }
.nav-menu li.menu-item-197 a:hover i:before { color: #fcfcfc; }

@media (max-width: 37.5em) {
.menu-toggle {
	display: inline-block;
}
}
.main-navigation.toggled .menu-toggle {
    margin: 1em auto;}

.main-navigation ul li ul {
    background: #242450;
    box-shadow: none;
    text-align: left;
}

@media screen and (max-width: 37.5em) {

	.main-navigation.toggled ul ul {
		position: relative;
		width: 100%;
    float: none;
    top: 0;
    left: 0;
	}

		.main-navigation.toggled ul li.focus ul {

			display: block;
		}

	.main-navigation.toggled ul ul li {
		text-align: center;
	}
	.main-navigation.toggled ul ul a {

    margin: 0 auto;
	}
}
.entry-title {
    font-family: 'Tahu';
    font-size: 3.5em;
}
@media screen and (max-width: 37.5em) {

	.entry-title {
	    font-family: 'Tahu';
	    font-size: 2.5em;
	}
}

header.entry-header {
  letter-spacing: .55em;
	padding: 3em 1em;
	width: 100%;
	text-align: center;
}

article > header.entry-header {
		background: #ffeecf;
}
.home article > header.entry-header {
		background: transparent;
}
.post header.entry-header {
    padding-bottom: 0;
	margin-bottom: -1em;
}
.post-thumbnail img { display: block; }
.hero-screen .post-thumbnail {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	transition: .3s height ease;
}
.hero-screen .post-thumbnail img {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
  width: 100vw!important;
  height: 100vh!important;
	transition: 2s opacity ease-in-out;
	opacity: 0;
}
.loaded .hero-screen .post-thumbnail img {
	opacity: 1;
}

.menu-top-menu-main-container {
	width: 100%;
}

.animated .menu-top-menu-main-container > div  {
	opacity: 1;
}


.hero-screen::before, .hero-screen::after {
    pointer-events: none;
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2020/08/logo-pedals_and_bubbles-v.svg);
    background-color: #1d1c37;
    width: 41vh;
    height: 41vh;
    position: absolute;
    top: calc(50% - 26vh);
    z-index: 3;
    background-size: 30vh;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 2s opacity ease;
}
.hero-screen::after {
	width: 39vh;
	height: 39vh;
	border: 1px solid #d9a95d;
	background: transparent;
	z-index: 4;
  top: calc(50% - 25vh);

}

@media (max-width: 37.5em) {
	.hero-screen::before  {
    width: 50vw;
    height: 50vw;
		top: calc(50% - 36.5vw);
    background-size: 34vw;
		}
	.hero-screen::after  {
    width: 48vw;
    height: 48vw;
		top: calc(50% - 35.5vw);
		}
}

.animated .hero-screen::before, .animated .hero-screen::after{
	opacity: 1;
}

.hero-screen .post-thumbnail::after {
    content: '';
    display: block;
    background: #212121;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    opacity: 0;
	transition: 2s opacity ease;
}

.animated .hero-screen .post-thumbnail::after {
    opacity: 0.1;
}

.menu-top-menu-main-container ul {
	padding-left: 0;
	margin: 0;
	text-align: center;
}
.menu-top-menu-main-container ul li {
		list-style-type: none;
		display: inline-block;
		padding: 2em;
}
.menu-top-menu-main-container ul li {
    font-size: .85em;
}
.menu-top-menu-main-container ul li a {
	color: #fff;
  text-transform: uppercase;

  font-weight: normal;
  letter-spacing: .18em;
}

@media (max-width: 599px) {
	.menu-top-menu-main-container ul, .menu-top-menu-main-container ul li {
		padding: 1em;
	}
	.hero-screen .post-thumbnail img {
  object-position: 50% 50%;
	}
	.menu-top-menu-container ul li {
    padding: 1em 2em;
    font-size: 3vw;
		}
}

.wp-block-group,
.wp-block-media-text.alignwide,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__media img {
    min-height: 100vh;
}
@media (max-width: 599px) {
	.wp-block-media-text.alignwide {
	    display: flex;
	    flex-direction: column;
	}
}
.wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wp-block-media-text .wp-block-media-text__media img {
    object-fit: cover;
}

.site-content article, footer.site-footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.site-content article.hero-screen {
	position: inherit;
}

.wp-block-group {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
}
.wp-block-button {
    margin: 2em;
    letter-spacing: .15em;
}
.wp-block-button a, .wp-block-button a:visited {
	font-size: .9em;
	background: transparent !important;
	border: 1px solid #1d1c37;
	color: #1d1c37;
	text-transform: uppercase;
	font-style: italic;
}
.wp-block-button a:hover {
	background: #1d1c37 !important;
	border: 1px solid #fcfcfc;
	color: #fcfcfc;
}
.blocks-gallery-item {
	opacity: 0;
}
.blocks-gallery-item.slick-slide {
	opacity: 1;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-gallery, ul.blocks-gallery-grid {
	position: relative;
    max-width: calc(100vw - 7.45em);
		height: calc(60vw - 6em);
    margin: 0 0.55em;
}

.wp-block-column .wp-block-gallery {

	max-width: calc(50vw - 4em);
	height: calc(50vw - 4em);
	height: 100vh;

	margin: 0 auto;
	padding: 2em;
}


.wp-block-column ul.blocks-gallery-grid {
    max-width: calc(50vw - 8em);
		height: calc(50vw - 8em);
    margin: 0 auto;
}

li.blocks-gallery-item {
   margin: 0!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
li.blocks-gallery-item {
	height: calc(60vw - 6em);
}
.wp-block-column li.blocks-gallery-item {
	height: calc(50vw - 8em);
}

@media (max-width: 599px) {

	.wp-block-column .wp-block-gallery {
		padding: 0;
	}
.wp-block-column .wp-block-gallery, .wp-block-column ul.blocks-gallery-grid {
    max-width: calc(100vw - 6em);
		height: calc(100vw - 6em);
	}
	.wp-block-column li.blocks-gallery-item {
	height: calc(100vw - 6em);
}

}

button.slick-prev.slick-arrow.mfp-arrow.mfp-arrow-left {
	z-index: 3;
}
button.slick-next.slick-arrow.mfp-arrow.mfp-arrow-right {
	z-index: 3;
}
button.slick-arrow.slick-disabled { opacity: .39; }
.entry-content > figure.wp-block-image.size-large img {
    width: 100%;
}
input[type="submit"] {
	background: transparent;
	border: 1px solid #1d1c37;
	color: #1d1c37;
	cursor: pointer;
	border-radius: 4px;
	font-family: 'Roboto';
  padding: 1em 2em;
  letter-spacing: .15em;
}
input[type="submit"]:hover {
	background:  #1d1c37;
	color: #fcfcfc;
}
/* input.wpcf7-form-control.wpcf7-submit, .nav-menu li a[href^="tel:"] {
    background: #1d1c37;
    color: #fcfcfc;

    letter-spacing: .3em;
    border-radius: 1.2em;
    padding: .65em 2em .6em;
    font-size: 1.2em;
		margin: 0 .8em;
}
*/

.chapters .wp-block-group ul.slick-dots {
    display: flex!important;
    align-items: center;
    justify-content: center;
		margin: 0;
    transform: translateY(-2em);
}

ul .slick-dots li {
    line-height: 1;
}

ul.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 .2rem;
	outline: none;
}
ul.slick-dots li.slick-active button {
	background: #999;
}

div.wpcf7 .ajax-loader {
	display: block;
}
input[type="checkbox"] {
    vertical-align: middle;
}
.form-text p {
    font-size: 1.6em;
    text-align: center;
}

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 {
	font-family: Sans-serif;
    font-size: 1em;
    padding: .6em 1em;
    margin: .6em 0;
	max-width: 100%;
	display: block;
}

textarea {
	font-family: Sans-serif;
    font-size: 1em;
    padding: .6em 1em;

}
.yamapauthor {
	display: none;
}
footer.site-footer {
 background: #111111;
 color: #fcfcfc;
 padding: 3em 1em;
 text-align: center;
 font-size: 1em;
}
.footer-logo {
	margin: 1em;
}
.footer-logo img {
	width: 23em;
}

a.wp-block-button__link{
	position: relative;
	text-align: center;
	border-radius: 4px;
}

a.wp-block-button__link i {
  color: #d9a95d;
}

.card {
    max-width: 48%;
    display: inline-flex;
	vertical-align: top;
	margin-bottom: 1em;
}
@media (max-width: 37.5em) {
	.card {
	 max-width: 96%;
	}
}
.card a, .card a:visited {
    /* font-weight: bold; */
    opacity: .4;
    font-size: 2.2em;
    color: #000000;
    line-height: 1.2em;
    text-align: left;
    display: block;
    font-smooth: never;
    -webkit-font-smoothing: none;
    text-shadow: 0 0 0px #212121;
}
.card p {
    font-size: .85em;
}
.card p.more a {
	font-family: 'Roboto';
	font-size: 1em;
	color: #3e1443;
}
.card-thumbnail {
    width: 20vw;
    height: 20vw;
    overflow: hidden;
    border: 1px solid #D9AA5D;
}
.card-thumbnail img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
}
@media (max-width: 37.5em) {
.card {
	    max-width: 100%;
}
	.card-thumbnail {
    width: 20vw;
    height: 40vw;
    margin: 0 auto;
}
	.card-thumbnail img {
		width: 20vw;
    height: 40vw;

	}
}


.links { width: 100%; padding: 1em;}
.link-card {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.link-card .card-thumbnail,
.link-card .card-thumbnail-container {
	width: 100%;
	height: 50vw;
	position: relative;
	border: 0;

	color: #fcfcfc;
}
.link-card .card-thumbnail { width: 100%; background: #212121; }
.link-card .card-thumbnail img {width: 100%; height: 50vw; opacity: .39; border: 0;}
.link-card .card-thumbnail-container .link-card-text{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
    font-size: 1.4em;
    text-align: center;
}
.link-card .card-thumbnail-container .link-card-text a { color: #D9AA5D;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-card .card-thumbnail-container:hover img { opacity: .61; }
.link-card .card-thumbnail-container:hover .link-card-text a {
	color: #fcfcfc;
}

@media (min-width: 37.5em) {

.link-card {
	width: 25%;
}
.link-card .card-thumbnail,
.link-card .card-thumbnail-container {
	width: 100%;
	height: 25vw;

}
	.link-card .card-thumbnail img { height: 25vw; }
}

.footer-widget {
    font-size: .65em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.site-content section.widget {
	max-width: 22em;
border-left: 1px solid #1d1c37;
min-height: 17em;
padding: 0 1em;
margin: 1em 0;
}

.footer-widget section.widget {
    max-width: 16em;
}
.widget li {
    list-style-type: none;
}
@media (min-width: 782px) {
.wp-block-columns {
    flex-wrap: nowrap;
    align-items: center;
}
	}
input {
border-color: #D9AA5D;
	}
textarea{
	border-color: #D9AA5D;
}

button.menu-toggle {
  text-transform: uppercase;
  background: transparent;
  color: #fcfcfc;
  padding-bottom: .6em;
  letter-spacing: .1em;
  font-size: .6em;
	font-family: 'Roboto', sans-serif;
	border-color: #d9a95d;
}
.entry-content > p {
    margin-left: auto;
    margin-right: auto;
}
.entry-content > ul {
	max-width: 44em;
    margin-left: auto;
    margin-right: auto;
}

.entry-content blockquote.wp-block-quote {
    font-size: 1.4em;
    line-height: 1.6;
    max-width: 31.5em;
    margin: 0 auto;
    font-style: italic;
    font-family: ';;;
    /* font-family: 'Tahu'; */
}
.entry-content blockquote.wp-block-quote.has-text-align-center p { text-align: center;}

/*

li.menu-item a::before {
    content: '';
    display: inline-block;
		color: #d9a95d;
    font-size: 1.6em;
    vertical-align: 1px;
    margin-right: .25em;
		width: 6px;
		height: 6px;
		border: 1px solid #d9a95d;
		border-radius: 6px;
		background:transparent;
}

li.menu-item a:hover::before, a.wp-block-button__link:hover::before {
	background: #d9a95d;
}

li.menu-item a:hover i, a.wp-block-button__link:hover i {
	color: #fcfcfc;
}
*/
/*
span.disc::before {
    content: '';
    position: absolute;
    z-index: 2;
    margin: 1.15em;
    pointer-events: none;
		width: 6px;
		height: 6px;
		border: 1px solid #d9a95d;
		border-radius: 6px;
}
span.disc:hover::before {
		background: #d9a95d;
}
span.disc input {
	padding-left: 2.4em;
	cursor: pointer;
}
*/
span.disc input { text-transform: uppercase; }
.wp-block-column > h2 { padding: 0 1.25em; }
.wp-block-column > p,
.wp-block-column > ul li {
	padding: 0 2em;
    margin-right:auto;
	margin-left: auto;
}
@media (min-width: 1500px) {
	body {
    	font-size: .87vw;
	}
}

.woocommerce-page .site-main .main-width{
		padding: 1em 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

aside > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	background: #f3f3ff;
	padding: 1em;
}

@media (max-width: 37.5em) {
	aside > div {
	    flex-direction: column;
	}
}
aside > div > section{
	padding: 1em;
}

.blocks-gallery-grid .blocks-gallery-item figcaption{
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: .5em;
    text-align: right;
    top: 0;
    bottom: auto;
		background: transparent;
		padding: 1em;
}

.bulletList {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
		display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		z-index: 99;
}
.bulletList a {
	display: block;
	width: 8px;
	height: 8px;
	margin: 1em;
	border-radius: 10px;
	background: transparent;
	outline: none;
	border: 1px solid #1d1c37;
}
.bulletList a.bullet.active {
	background: #1d1c37;
  border: 1px solid #1d1c37;
}
.bulletList a[href="#top"] {
    color: #1d1c37;
    font-size: 1.4em;
		width: auto;
		height: auto;
    border: 0;
    margin: .75em 0 .5em 0;
}
.bulletList a[href="#top"] i {
	 color: #1d1c37;
}

.single-product .wc-bookings-booking-form fieldset {
    border: 0;
    padding: 0;
}

button.wc-bookings-booking-form-button.single_add_to_cart_button.button {
    padding: 1em 2em;
    border-radius: 4px;
    font-weight: normal;
    letter-spacing: .08em;
}

figure.wp-block-image.size-large {
    max-width: 61vw;
    margin: 0 auto;
}
.home figure.wp-block-image.size-large {
	max-width: 100%;
	padding: 0;
}
.home .entry-content > figure.wp-block-image.size-large img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    clear: none;
}
.woocommerce main#main, .woocommerce aside.widget-area,
.woocommerce-checkout main#main, .woocommerce-checkout aside.widget-area  {
    padding-right: 0;
    background: #fff;
}

.woocommerce main#main, .woocommerce aside.widget-area {
	padding: 4em 0 0;
}
.single-product main#main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 1em;
    padding-left: 1em;
}
.single-product .price  {
	text-align: center;
}
p.form-field.form-field-wide.wc_bookings_field_duration {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.wc-bookings-booking-form .form-field {
    margin: 0 auto 1em auto;
    text-align: center;
}
.woocommerce div.product form.cart {
	text-align: center;
}
.woocommerce div.product form.cart .button {
	float: none;
	background: #1d1c37;
	text-transform: uppercase;
}
.wc-bookings-booking-form { border: 0; }

.woocommerce-checkout .main-width {
    max-width: 44em;
}
.woocommerce form .form-row label.radio {
    display: inline-block;
    margin-left: 1em;
    vertical-align: 0.1em;
}
a.wp-block-button__link:hover::before, a.wp-block-button__link:hover::after {
    color: #fcfcfc;
}
.widget p, .widget ul {
    margin: 1em 0;
		padding: 0;
}
.menu-top-menu-main-container ul {
	text-align: center;
	padding-right: 2em;
	padding-left: 2em;
}
.menu-top-menu-main-container ul li ul {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.menu-top-menu-main-container ul li:hover ul {
	position: absolute;
	opacity: 1;
	pointer-events: auto;
}
.footer-logo img {
    height: 4.5em;
    width: 4.5em;
}
.entry-content > h2.has-text-align-center {
    max-width: 100%;
    padding: 2em;
    background: #ccc;
}
.home .entry-content > h2.has-text-align-center {
    max-width: 100%;
    padding: 1em;
    background: transparent;
}

.home .hero-screen 	.wp-block-columns:first-child {
    position: absolute;
    top: calc(50% + 20vh);
    width: 100%;
}
.home .hero-screen 	.wp-block-columns:first-child .wp-block-column:nth-child(1) { flex-basis: 5%!important; }
.home .hero-screen 	.wp-block-columns:first-child .wp-block-column:nth-child(2) { flex-basis: 90%!important; text-align: center;}
.home .hero-screen 	.wp-block-columns:first-child .wp-block-column:nth-child(3) { flex-basis: 5%!important; }
.home .hero-screen 	.wp-block-columns:first-child .wp-block-column:nth-child(2) .wp-block-button {
    display: inline-block; margin: 1em;
}
.home .hero-screen 	.wp-block-columns:first-child .wp-block-column:nth-child(2) .wp-block-button:last-child a.wp-block-button__link {
    border: 1px solid #fff;
    background: transparent!important;
		border-radius: 4px;
}

@media screen and (max-width: 37.5em) {
	.chapters .wp-block-group:nth-child(2n+1) .wp-block-columns {
		flex-direction: column-reverse;
	}

	.hero-screen .entry-content,
	.post-127 .entry-content {
		padding-right: 2em;
		padding-left: 2em;
	}
	.home .hero-screen .wp-block-columns:first-child {
    left: 0;
	}
}

.home .post-123 {
	padding: 0;
}
.home .post-123 h2.entry-title {
    display: none;
}

.home .post-123 header + .main-width {
	padding-bottom: 1.5em;
}

.home .post-123 header.entry-header {
	padding: 0;
}
.post-123 .wp-block-column {
    flex-basis: 50% !important;
    margin-left: 0!important;
}
.post-123 figure.wp-block-image.size-large {
    padding: 0;
		position: relative;
		background: #212121;
		cursor: pointer;
		overflow: hidden;
    max-height: 30em;
}
.post-123 figure.wp-block-image.size-large img {
	display: block;
	opacity: .8;
	transition: 1s transform ease;
}

.post-123 figcaption {
	position: absolute;
  color: #ffffff;
  top: 0;
  right: 0;
  bottom: 1em;
	pointer-events: none;
  left: 0;
  margin: auto;
  text-align: center;
  width: 11em;
  height: 3em;
  text-transform: uppercase;
  letter-spacing: .08em;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.home .post-127 {
	padding-top: 3em;
}

@media screen and (max-width: 37.5em) {
	.post-123 figcaption {
    font-size: .68em;
    bottom: 0;
	}
}
.post-123 figure:hover img {
	transform: scale(1.1);
	opacity: 1;
}
.post-123 figure:hover figcaption {
	background: #ffffff;
	color: #212121;
}

.post-123 .wp-block-columns .wp-block-column:nth-child(1) .wp-block- {
}
.wc-bookings-booking-form .form-field input[type=number] {
    margin: 0 auto;
		text-align: center;
}
.banner .main-width {
    position: absolute;
}
.banner .main-width .wp-block-button a.wp-block-button__link {
	background: #ffffff !important;
	color: #212121;
}
.banner .main-width .wp-block-button a.wp-block-button__link:hover i {
	color: #1d1c37;
}
.page .banner {
	padding-bottom: 0;
}
.page .banner .post-thumbnail {
	background: #212121;
}
.page .banner .post-thumbnail img {
	height: 20vw;
	opacity: 0.85;
}

.banner .entry-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.banner .entry-content * {
    flex-basis: 30%;
}
.banner .entry-content p {
	flex-basis: 70%;
	padding-left: 1em;
  font-family: 'Tahu';
  font-size: 3.5em;
	color: #fcfcfc;
}
@media screen and (max-width: 37.5em) {
	.banner .entry-content {
		flex-direction: column;
	}
	.page .banner .post-thumbnail img {
		height: 60vw;
	}
	.banner .entry-content p {
    margin: 0;
    font-size: 2.3em;
    padding-left: 0;
    margin-top: .8em;
	}
}
@media screen and (max-width: 37.5em) {
	.wp-block-group {
	  padding: 1em;
    padding-top: 4em;
    padding-bottom: 4em;
	}
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #cc4444;
    opacity: 1;
}

.wc-bookings-date-picker .ui-datepicker td.bookable span {
    background: #2ecc71;
    color: #fff;
}
.wc-deposits-wrapper .wc-deposits-option {
	padding: 0 1em;
}

a.button.wc-forward {
    display: none;
}

.chapters .wp-block-group *{
    opacity: 0;
    transform: translateY(3em);
		transition: .3s opacity ease-out, .6s transform ease-out;
}

.chapters .wp-block-group.activated *{
    opacity: 1;
    transform: translateY(0);
}

.woocommerce-error::before {
	display: none;
}

@media screen and (min-width: 37.5em) {
.page-id-27 .wp-block-group,
.page-id-1339 .wp-block-group {
	padding-top: 0;
	padding-bottom: 0;
}
}
@media (max-width: 37.5em) {
.chapters .wp-block-media-text .wp-block-media-text__media,
.chapters .wp-block-media-text .wp-block-media-text__media img {
    min-height: 50vh;
}
}
.error-404 {
    padding: 1em 1em 4em 1em;
    text-align: center;
}
.error-404 input.search-field {
    margin: 1em auto;
}
.error-404 .widget p {
	margin: 1em auto;
	text-align: center;
}
.woocommerce-Price-amount.amount {
    font-size: 1.4em;
    line-height: 1.4em;
}
h2 + p.has-text-align-center i {
    font-size: 10em;

}
.widget i, .widget a i {
	color: #212121;
}

.blog main#main, .search main#main {
    text-align: center;
    padding: 4em;
}
.blog main#main p, .search main#main p {
    text-align: center;
}

.blog main#main input, .search main#main input {
    margin: 0 auto;
}

.page-id-150 	blockquote.wp-block-quote {
	background-image: url(/wp-content/uploads/2020/03/quotes.svg);
	background-repeat: no-repeat;
	background-position: -2% 0%;
	background-size: 3em;
  padding-left: 1em;
  border-left: 1px solid #d9a95d;
}
img.wp-image-144 {
    min-width: 5em;
    min-height: 5em;
}

.home h2.entry-title {
    margin-bottom: 0;
}
.home header + .main-width {
	padding-top: 0;
}
.woocommerce .summary.entry-summary::after {
content: '';
    width: 20em;
    height: 6em;
    background-image: url(/wp-content/uploads/2020/03/download.png);
    background-size: contain;
    background-position: 45% 50%;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
	}

.post-thumbnail-video {
	display: flex;
	align-content: center;
	justify-content: center;
    max-height: 40vw;
}
.post-thumbnail video {
    width: 100%;
	opacity: .95;
	object-fit: cover;
}
article > .post-thumbnail-video + header.entry-header {
    top: calc(20vw - 5.2em);
}

@media screen and (max-width: 37.5em) {
	article > .post-thumbnail-video + header.entry-header {
    top: calc(20vw - 4.25em);
	}
}

blockquote.wp-block-quote.is-style-large {
	max-width: 36.5em;
}

blockquote.wp-block-quote.is-style-large p {
    font-size: 2em;
		line-height: 1.25em;
}

@media screen and (max-width: 37.5em) {
	   font-size: 1.6em;
}

.chapters .wp-block-group p+ ul li::before {
	content: '→';
	display: inline-block;
	color: #ffe3af;
	margin-right: .4em;
}

.chapters .wp-block-group ul {
	    font-size: 1.2em;
}

.entry-content p a[href="#more"]::after {
    content: 'i';
    display: inline-flex;
		font-weight: bold;
    margin-left: .4em;
    width: 1.6em;
    height: 1.6em;
    border: 1px solid #d9a95d;
    border-radius: 1em;
    font-size: 0.8em;
    align-items: center;
    justify-content: center;
    /* padding: 0.1em; */
    vertical-align: .1em;
    font-family: 'Times New Roman', serif;
}
.chapters .wp-block-group p.more-hidden {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: .6s opacity ease-out;
}
.chapters .wp-block-group.activated .no-more-hidden p.more-hidden {
	position: relative;
	opacity: 1;
}

.wp-block-media-text.alignwide p {
	width: 100%;
}

.page-id-27 .wp-block-media-text h3,
.page-id-1339 .wp-block-media-text h3 {
    font-size: 5em;
		line-height: 1.25em;
}

.home h2.entry-title {
    margin-bottom: 0;
}
.home header + .main-width {
	padding-top: 0;
}
.woocommerce .summary.entry-summary::after {
content: '';
    width: 20em;
    height: 6em;
    background-image: url(/wp-content/uploads/2020/03/download.png);
    background-size: contain;
    background-position: 45% 50%;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
	}

.post-thumbnail-video {
	display: flex;
	align-content: center;
	justify-content: center;
    max-height: 40vw;
}
.post-thumbnail video {
    width: 100%;
	opacity: .95;
	object-fit: cover;
}
article > .post-thumbnail-video + header.entry-header {
    top: calc(20vw - 5.2em);
}

@media screen and (max-width: 37.5em) {
	article > .post-thumbnail-video + header.entry-header {
    top: calc(20vw - 4.25em);
	}
}


@media (min-width: 782px) {
.chapters .wp-block-column:not(:first-child) {
    margin-left: 0;
}
}
@media (min-width: 600px) {
.chapters .wp-block-column {
    flex-basis: 50%;
}

.chapters .wp-block-column li.blocks-gallery-item {
    height: 100vh;
}

.chapters .wp-block-group__inner-container {
    width: 100%;
}

.chapters .wp-block-group {
	padding: 0;
}

.chapters .wp-block-column .wp-block-gallery {
	padding: 0;
    max-width: 100%;
    width: 100%;
}

.chapters .wp-block-column ul.blocks-gallery-grid {
	max-width: 100%;
    height: 100vh;
}

.chapters .wp-block-column:not(:first-child) {
    margin-left: 0;
}
}

.home .site-header > * {
	flex: 1;
}
.home .site-header > .site-branding {
	flex: 0;
}
.home .site-header .site-branding {
    opacity: 0.39;
}

top-menu-main-container > div {
    position: absolute;
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 37.5em) {
.hero-screen .entry-content, .post-127 .entry-content {
    padding-right: 0;
    padding-left: 0;
}
	.hero-screen .entry-content p, .post-127 .entry-content p {
    padding-right: 2em;
    padding-left: 2em;
}

}

@media screen and (max-width: 37.5em) {
.chapters .wp-block-group {
    padding: 0;
}
	}

@media (max-width: 599px) {
.chapters .wp-block-column .wp-block-gallery, .chapters .wp-block-column ul.blocks-gallery-grid {

    height: 100vw;
    max-width: calc( 100vw - 3em );
    margin: 0;
    width: 100%;
}
	.chapters .wp-block-column ul.blocks-gallery-grid {
		max-width: 100%;
	}
}

.hero-screen::before, .hero-screen::after {    width: 51vh;
    height: 51vh;
	}
.hero-screen::after {
    width: 48vh;
    height: 48vh;
    top: calc(50% - 24.5vh);
}

.nav-menu li a {
    letter-spacing: .10em;
}

.main-navigation ul ul a {
    padding: 1em 1.4em;
}

.home p {
    max-width: calc( 100% - 2em );
}

.home .post-305 a.wp-block-button__link {
    border: 0;
}
.wp-block-button a, .wp-block-button a:visited {
	font-style: normal;
    letter-spacing: 0.1em;
}
h2.widget-title {
    text-transform: uppercase;
    letter-spacing: .05em;
}
input[type="submit"] {
	font-family: 'Montserrat';
}
.home .widget-area input[type="submit"] {
	background: #1d1c37;
	color: #fcfcfc;
}
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 {
    border-radius: 4px;
	border-color: #1d1c37;
	}
.widget-area p:last-child,
.widget-area form.wpcf7-form p {

    margin-bottom: 0;
}
div.wpcf7 input.wpcf7-form-control.wpcf7-submit, div.wpcf7 .ajax-loader {
	display: inline-block;
}
.site-content section.widget {
	min-height: 0;
    margin: 2em 0;
}
.widget ul {
    margin-bottom: 0;
}
.widget ul li {
    line-height: 2.4em;
}
.widget i {
    font-size: 1.4em;
}
.widget ul li a {
	color: #1d1c37;
}
.widget ul li a.cta {
    border: 1px solid #1d1c37;
    padding: .4em .6em;
    margin-top: 0.4em;
    display: inline-block;
    border-radius: 4px;
    line-height: 2em;
}
footer.site-footer {
    background: #1d1c37;
}
.footer-widget section.widget {
    max-width: 100%;
}
.chapters .wp-block-group p + ul li::before {
	display: none;
}
.chapters .wp-block-group  p + ul {
    font-size: 1em;
}
.chapters .wp-block-group  p +  ul::before {
    content: '';
    display: block;
    max-width: 4em;
    width: 100%;
    border-bottom: 1px solid #d9a95d;
    margin: 1em 2em;
}
.entry-content blockquote.wp-block-quote {
    font-size: 1em;
}
blockquote.wp-block-quote.is-style-large {
    max-width: 43em;
}

.entry-content blockquote.wp-block-quote.has-text-align-center p {
    font-style: normal;
}
.page-id-669 .wp-block-group:last-child,
.page-id-1355 .wp-block-group:last-child {
    background: #eee;
}
.page-id-669 .wp-block-group:last-child .wp-block-button__link,
.page-id-1355 .wp-block-group:last-child .wp-block-button__link {
	background: #fcfcfc!important;
}

.page-id-669 .wp-block-group:last-child .wp-block-button__link:hover,
.page-id-1355 .wp-block-group:last-child .wp-block-button__link:hover {
	background: #1d1c37!important;
}
.page-id-669 #part-0 blockquote.wp-block-quote.has-text-align-center.is-style-large,
.page-id-1355 #part-0 blockquote.wp-block-quote.has-text-align-center.is-style-large {
    max-width: 100%;
    font-family: 'Tahu';
    font-size: 1.6em;
}
a, a:visited {
    color: #949494;
	}
.page-id-27 figure.wp-block-image.size-large,
.page-id-1339 figure.wp-block-image.size-large {
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 2em;
}
.page-id-27 figure.wp-block-image.size-large img,
.page-id-1339 figure.wp-block-image.size-large img {
    height: 25vw;
    width: 100%;
    object-fit: cover;
}
.page-id-27 figure.wp-block-image.size-large figcaption,
.page-id-1339 figure.wp-block-image.size-large figcaption {

    margin: 0;
    transform: translateY(-14vw);
    text-align: center;
    color: #fcfcfc;
}
.page-id-27 figure.wp-block-image.size-large figcaption i,
.page-id-1339 figure.wp-block-image.size-large figcaption i {
    color: #fcfcfc;
    transform: scale(7.5);
    display: block;
}
.page-id-27 #part-1,
.page-id-27 #part-5,
.page-id-27 #part-9,
.page-id-27 #part-12,
.page-id-1339 #part-1,
.page-id-1339 #part-5,
.page-id-1339 #part-9,
.page-id-1339 #part-12 {
	background: #f4f4f6;
	min-height: 0;
    padding-bottom: 4em;
}
.page-id-27 #part-1 h2,
.page-id-27 #part-5 h2,
.page-id-27 #part-9 h2,
.page-id-27 #part-12 h2,
.page-id-1339 #part-1 h2,
.page-id-1339 #part-5 h2,
.page-id-1339 #part-9 h2,
.page-id-1339 #part-12 h2 {
	font-family: 'Tahu';
    font-size: 3.5em;
}
.page-id-27 #part-1 p,
.page-id-27 #part-5 p,
.page-id-27 #part-9 p,
.page-id-27 #part-12 p,
.page-id-1339 #part-1 p,
.page-id-1339 #part-5 p,
.page-id-1339 #part-9 p,
.page-id-1339 #part-12 p {
	padding: 0 2em;
}
.page-id-27 .wp-block-group + figure.wp-block-image.size-large,
.page-id-1339 .wp-block-group + figure.wp-block-image.size-large {
	margin-bottom: 0;
}
.page-id-27 .wp-block-group + figure.wp-block-image.size-large img,
.page-id-1339 .wp-block-group + figure.wp-block-image.size-large img { display: block; }

.page-id-27 figure.wp-block-image.size-large img.wp-image-716,
.page-id-1339 figure.wp-block-image.size-large img.wp-image-716 {
    object-fit: contain;
    height: 6em;
}
.page-id-27 .wp-block-media-text h3,
.page-id-1339 .wp-block-media-text h3 {
	font-size: 3em;
}
footer.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-direction: row;
    padding-left: 3em;
    padding-right: 3em;
	}
.footer-widget {
    width: 100%;
	}
.footer-widget:first-child { text-align: left; }
.footer-widget:last-child { text-align: right; }
footer.site-footer img {
    height: 2.5em;
    margin: 0 .6em;
}

article#post-150 blockquote {
    font-size: 1.4em;
}

@media (max-width: 37.5em) {
.hero-screen::before {
    background-size: 47vw;
    top: calc(50% - 46.5vw);

    width: 45vh;
    height: 45vh;
}
	.hero-screen::after {
    width: 42vh;
    height: 42vh;
    top: calc(50% - 46.5vw);
    margin: 1.5vh 0;
}
	.banner .entry-content p {
    line-height: 1.4em;
    text-align: center;
}
	footer.site-footer img {
    margin: 0 .2em;
}
	#part-0 p {
    padding: 0 1em;
}
	.page-id-669 #part-0 blockquote.wp-block-quote.has-text-align-center.is-style-large,
	.page-id-1355 #part-0 blockquote.wp-block-quote.has-text-align-center.is-style-large {
    font-size: 1em;
}
	.page-id-669 .wp-block-group:last-child,
	.page-id-1355 .wp-block-group:last-child {
    font-size: .5em;
}
	.page-id-27 figure.wp-block-image.size-large figcaption i,
	.page-id-1339 figure.wp-block-image.size-large figcaption i {
    transform: scale(3.5);
}
	.page-id-27 figure.wp-block-image.size-large figcaption,
	.page-id-1339 figure.wp-block-image.size-large figcaption {

    transform: translateY(-18vw);

}
	.menu-top-menu-main-container > div {
    top: auto;
    bottom: 0;
		background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 100%);
	}
	.home.scrolled .site-header {
    position: fixed;
    transform: translateY(0);
}
	button.menu-toggle {
    position: absolute;
    right: 3em;
	}
	.toggled
	button.menu-toggle {
    position: relative;
    right: auto;
	}
	.page-id-27 figure.wp-block-image.size-large img,
	.page-id-1339 figure.wp-block-image.size-large img {
    height: 55vw;
}
	.page-id-27 figure.wp-block-image.size-large figcaption,
	.page-id-1339 figure.wp-block-image.size-large figcaption {
    transform: translateY(-34vw);
}
}

.page-id-27 div#part-2,
.page-id-1339 div#part-2 {
	background: #1d1c37;
    color: #fcfcfc;
    min-height: 32vw;
	padding: 4em 0;
}
.page-id-27 div#part-2 figure.wp-block-image.size-large img,
.page-id-1339 div#part-2 figure.wp-block-image.size-large img {
    height: 25vw;
    width: 100%;
    object-fit: cover;
    object-fit: contain;
    height: 4.5em;
    margin-bottom: -1em;
}
.page-id-27 div#part-2 figure.wp-block-image.size-large,
.page-id-1339 div#part-2 figure.wp-block-image.size-large {

margin-bottom: -.6em;
}
.page-id-27 #part-2 a.wp-block-button__link,
.page-id-1339 #part-2 a.wp-block-button__link {
    border-color: #fcfcfc;
    color: #fcfcfc;
}
ul.slick-dots li.slick-active button {
    background: #1d1c37;
}
ul.slick-dots li button {
    background: #949494;
	   margin: 0 .3rem;

    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-color: #fcfcfc;
}
.woocommerce.post-type-archive-product main#main {
    padding: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    width: 33.33%;
    display: inline-block;
	position: relative;
	background: #212121;
	overflow: hidden;
}


.woocommerce ul.products li.product a img {
	opacity: 0.9;
	display: block;
	margin: 0;
	transition: .3s transform ease-out;
    transform: scale(1);
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.2);
}
ul.products, ul.products.columns-4 {
    display: flex;
		margin: 0;
    width: 100%;
}

@media screen and (max-width: 37.5em) {

ul.products, ul.products.columns-4 {
    display: block;
		margin: 0;
	width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
}
}
ul.products li h2.woocommerce-loop-product__title {
    position: absolute;
    color: #ffffff;
    top: 0;
    right: 0;
    bottom: 1em;
    pointer-events: none;
    left: 0;
    margin: auto;
    text-align: center;
    width: 12em;
    height: 7em;
    text-transform: uppercase;
    letter-spacing: .08em;
    border: 1px solid #ffffff;
		background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: normal;
    margin: auto!important;
	text-shadow: 1px 1px 2px #212121
}
ul.products li:hover h2.woocommerce-loop-product__title {
	background: #ffffff;
	color: #1d1c37;
	text-shadow: 0 0 0 #212121;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    background: #212121;
}
.woocommerce ul.products li.product a img {
    opacity: .6;
}
.archive article > header.entry-header {
    background: #ffffff;
}
.archive .site-content article {
	align-items: stretch;
}

.post-103 header#champagne-cycling-tour {
    display: none;
}

input.noptin-widget-email-input.noptin_form_input_email {
    margin-bottom: 1em;
}
.woocommerce div.product {
    width: 100%;
    max-width: 44em;
}
.cc-window.cc-floating.cc-type-info.cc-theme-block {
    position: fixed;
		z-index: 9999999;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 1em;
	transition: .6s opacity ease;
}
.cc-window.cc-floating.cc-type-info.cc-theme-block.cc-invisible {
	opacity: 0;
	pointer-events: 0;
}
a.cc-btn.cc-dismiss {
    padding: 12px 24px;
    display: block;
    border-radius: 4px;
    white-space: nowrap;
	margin: 0 .6em;
}
.page-id-105 .main-width {
    padding: 0;
}
/*
body.post-type-archive.post-type-archive-product header {
    background: transparent;
}
*/
a[href$=\#] {
  pointer-events: none;
}
body.loaded * {
    opacity: 1;
}
.wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



p.wc-bookings-date-picker-timezone-block {
    text-align: center;
}

.wc-bookings-booking-form .block-picker li {
	float: none;
}

div#sbi_load {
    margin-top: 1.6em;
}

img.wp-image-1726,
img.wp-image-1727 {
    width: 6em;
    height: 6em;
}

article#post-1206 blockquote {
    font-size: 1.4em;
}

.page-id-1206 blockquote.wp-block-quote {

    background-image: url(/wp-content/uploads/2020/03/quotes.svg);
    background-repeat: no-repeat;
    background-position: -2% 0%;
    background-size: 3em;
    padding-left: 1em;
    border-left: 1px solid #d9a95d;
}

.woocommerce div.product.product_cat-uncategorized-fr p.price {
	color: #ffffff;
    transform: translateX(-1em);
}
.woocommerce div.product.product_cat-uncategorized-fr p.price span {
	color: #77a464;
}
.cta-terroir,
.cta-history,
.cta-cuisine,
.cta-cycling {
	margin: 0;
  min-height: 30vw;
    background: #212121;
}
.cta-terroir.wp-block-button a.wp-block-button__link,
.cta-history.wp-block-button a.wp-block-button__link,
.cta-cuisine.wp-block-button a.wp-block-button__link,
.cta-cycling.wp-block-button a.wp-block-button__link {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 30vw;
    border-radius: 0;
    border: 0;
    justify-content: center;
    align-items: center;
	background-position: 50%!important;
	background-size: 100% auto!important;
	transition: 1s background ease;
}
.cta-terroir.wp-block-button a.wp-block-button__link:hover,
.cta-history.wp-block-button a.wp-block-button__link:hover,
.cta-cuisine.wp-block-button a.wp-block-button__link:hover,
.cta-cycling.wp-block-button a.wp-block-button__link:hover {
	background-size: 110% auto!important;
}

.cta-terroir.wp-block-button a.wp-block-button__link::before,
.cta-history.wp-block-button a.wp-block-button__link::before,
.cta-cuisine.wp-block-button a.wp-block-button__link::before,
.cta-cycling.wp-block-button a.wp-block-button__link::before {
content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cta-terroir.wp-block-button a.wp-block-button__link span,
.cta-history.wp-block-button a.wp-block-button__link span,
.cta-cuisine.wp-block-button a.wp-block-button__link span,
.cta-cycling.wp-block-button a.wp-block-button__link span {
		z-index: 3;
		position: relative;
    color: #ffffff;
    pointer-events: none;
    margin: auto;
    text-align: center;
    width: 11em;
    height: 3em;
    text-transform: uppercase;
    letter-spacing: .08em;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.cta-terroir.wp-block-button a.wp-block-button__link:hover span,
.cta-history.wp-block-button a.wp-block-button__link:hover span,
.cta-cuisine.wp-block-button a.wp-block-button__link:hover span,
.cta-cycling.wp-block-button a.wp-block-button__link:hover span {
	background: #ffffff;
	color: #1d1c37;
}

.cta-terroir.wp-block-button a.wp-block-button__link {
	background-image: url(https://pedalsandbubbles.com/wp-content/uploads/2020/09/home-terroir.jpg) !important;

}

.cta-history.wp-block-button a.wp-block-button__link {
	background-image: url(https://pedalsandbubbles.com/wp-content/uploads/2020/09/home-history.jpg) !important;
}

.cta-cuisine.wp-block-button a.wp-block-button__link {
	background-image: url(https://pedalsandbubbles.com/wp-content/uploads/2020/09/home-cuisine.jpg) !important;
}

.cta-cycling.wp-block-button a.wp-block-button__link {
	background-image: url(https://pedalsandbubbles.com/wp-content/uploads/2020/09/home-cycling.jpg) !important;
}

.hero-screen .post-thumbnail video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
  width: 100vw!important;
  height: 100vh!important;
	transition: 2s opacity ease-in-out;
	opacity: 0;
}

.loaded .hero-screen .post-thumbnail video {
	opacity: 1;
}

.hero-screen .post-thumbnail {
	min-height: 100vh;
}
div#top.menu {
    font-size: .8em;
}
.wp-block-group.grey {
    background: #eee;
}

.wp-block-group.grey .wp-block-button__link {
    background: #fcfcfc!important;
}

.page-id-105 .main-width, .page-id-1336 .main-width {
    padding: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
}

.animated .hero-screen::before, .animated .hero-screen::after {
    opacity: 0;
}

img.wp-image-1726 {
    height: 6em;
}

.wp-block-button.aligncenter {
    text-align: center;
}

.page-id-27 #part-1, .page-id-27 #part-5, .page-id-27 #part-9, .page-id-27 #part-12, .page-id-1339 #part-1, .page-id-1339 #part-5, .page-id-1339 #part-9, .page-id-1339 #part-12 {
    padding-bottom: 3em;
}


.post-1351 .wp-block-column {
    flex-basis: 50% !important;
    margin-left: 0!important;
}

@media screen and (max-width: 37.5em) {

.wp-block-group {
    padding: 1em 0;
}
}



@media (max-width: 37.5em) {

	.post-123 figure.wp-block-image.size-large {
	max-height: 9em;
	}
	.entry-content > p {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
}

.chapters .wp-block-group {
    padding: 0;
}
}
@media screen and (max-width: 37.5em) {
.wp-block-group {
    padding: 1em;
    padding-top: 4em;
    padding-bottom: 4em;
}
.wp-block-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
}
.chapters .wp-block-group {
    padding: 2em 0;
}
	.chapters .wp-block-column .wp-block-gallery, .chapters .wp-block-column ul.blocks-gallery-grid {
    height: auto;
	}

	header + .main-width {
    padding: 0;
}
	.wp-block-group, .wp-block-media-text.alignwide, .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__media img {
    min-height: 0;
}
}
