/*!
Theme Name: crush-tours
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crush-tours
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.

crush-tours is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
} */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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




/*
 * Custom styles
 */

 /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, footer,
header, nav, section { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
figcaption, figure, main { display: block; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup,
select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"],
[type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"],
[type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }

/*
 *  Custom styles
 */

 @font-face {
	font-family: 'ArnoPro';
	src: url('fonts/ArnoPro-Italic.woff2') format('woff2'),
			url('fonts/ArnoPro-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'ArnoPro';
	src: url('fonts/ArnoPro-Regular.woff2') format('woff2'),
			url('fonts/ArnoPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
 /* font-family: 'Montserrat', sans-serif; */


/*
 *  Animations
 */
 @-webkit-keyframes slideDown {
	0% { transform: translateY(-100%) }
	100% { transform: translateY(0%) }
}
 @keyframes slideDown {
	0% { transform: translateY(-100%) }
	100% { transform: translateY(0%) }
}

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

html, body { height: 100%; }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; height: auto; font-size: 16px; font-weight: 500; font-family: 'Montserrat', sans-serif; line-height: 1.375; color: #383633; overflow-anchor: none; }

p { font-size: 15px; line-height: 1.67; letter-spacing: 0.0125em; margin-top: 0; margin-bottom: 22px; }

h1, h2, h3, h4, h5, h6 { font-family: 'ArnoPro', sans-serif; font-weight: 400; margin-top: 0; color: inherit; color: #073380; }

h1 { font-size: 56px; line-height: 1.17; margin-bottom: 35px; }
h2 { font-size: 45px; line-height: 1.25; letter-spacing: 0.020em; margin-bottom: 32px; }
h3 { font-size: 22px; line-height: 1.25; margin-bottom: 17px; color: inherit; }
h4 { font-size: 24px; font-family: 'Montserrat', sans-serif; line-height: 1.53; margin-bottom: 21px; }
h5 { font-size: 18px; line-height: 1.53; font-family: 'Montserrat', sans-serif; }

ul, ol { margin: 0 0 25px; }

figure { margin: 0 0 25px; }
img { display: block; max-width: 100%; height: auto; }
figcaption { font-weight: 400; font-style: italic; line-height: 1.89; margin-top: 15px; }

a { color: #BF0C32; text-decoration: none; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; outline: 0; }
a:hover, a:focus { outline: 0; color: #000000; }

blockquote { margin: 0 0 30px; }
blockquote, blockquote p { font-size: 24px; font-weight: 400; font-style: normal; line-height: 1.51208333; color: inherit; margin-bottom: 28px; }
cite { font-size: 24px; line-height: 1.51208333; font-weight: 400; font-style: normal; display: table; margin: 36px auto 0; }

iframe, video { display: block; max-width: 100%; border: 0; }

/* Form */

label { display: block; font-size: 15px; font-weight: 400; color: #647f93; text-transform: uppercase; margin-bottom: 4px; }

input[type=date], input[type=email], input[type=password],
input[type=search], input[type=tel], input[type=text],
input[type=url], select, textarea { color: #383633; font-size: 21px; font-weight: 400; font-family: inherit; line-height: normal; display: block; width: 100%; padding: 16px 12px; letter-spacing: 1.2px; box-shadow: none; border: 1px solid #fff; margin-bottom: 0; border-radius: 0; transition: border-color .3s ease-in-out,background-color .3s ease-in-out; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; -webkit-appearance: none; background-color: #fff; text-overflow: ellipsis; }

input[type=date]:focus, input[type=email]:focus, input[type=password]:focus,
input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus,
input[type=url]:focus, select:focus, textarea:focus { border-color: #383633; }

textarea { height: 190px; resize: none; }
select { -webkit-appearance: none; -moz-appearance: none; background-image: none; cursor: pointer; padding-right: 30px; color: #647f93; }
select:focus { box-shadow: none; }
select::-ms-expand { display: none; }
option { color: #525252; }
select:focus + .select-icon { transform: rotate(-45deg); top: 24px; }
.select-wrap { position: relative; z-index: 1; }
.select-wrap:after { position: absolute; border-style: solid; border-width: 1px 1px 0 0; border-color: #777777; width: 9px; height: 9px; top: 19px; right: 22px; transform: rotate(135deg); z-index: 1; content: ''; pointer-events: none; }

input[type=date]:focus, input[type=email]:focus, input[type=password]:focus,
input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus,
input[type=url]:focus, select:focus, textarea:focus { outline: 0; }

.elem-list { padding-left: 0; margin: 0; list-style-type: none; display: block; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }
.elem-list-item { margin-bottom: 31px; width: 100%; position: relative; }
.elem-list-item.half { width: calc(50% - 14px); }
.elem-list-item:last-child { margin-bottom: 0; }
.select-wrap { position: relative; }
.select-icn { width: 13px; height: 13px; position: absolute; top: 0; bottom: 0; right: 14px; margin: auto; pointer-events: none; width: 0; height: 0; border-style: solid; border-width: 7px 6.5px 0 6.5px; border-color: #647f93 transparent transparent transparent; }
/* .select-icn:before, .select-icn:after { content: ''; background-color: #000; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; }
.select-icn:before { width: 3px; height: 100%; }
.select-icn:after { height: 3px; width: 100%; } */
.select-wrap select:focus + .select-icn { transform: scale(-1); }

.elem-list-item.submit-wrap { display: flex; flex-wrap: wrap; justify-content: center; }
.elem-list-item.submit-wrap .btn, .elem-list-item.submit-wrap [type=button], .elem-list-item.submit-wrap [type=reset], .elem-list-item.submit-wrap [type=submit] { margin: 0 12px; }
.elem-list-item.submit-wrap .btn.outline { border-color: #383633; color: #383633; }
.elem-list-item.submit-wrap .btn.outline:hover, .elem-list-item.submit-wrap .btn.outline:focus { background-color: #383633; color: #fff; }
.elem-list-item.submit-wrap .wpcf7-spinner { margin: 0 -24px 0 0; }

body :-moz-placeholder { color: #bbb9b5; font-family: inherit; }
body ::-webkit-input-placeholder { color: #bbb9b5; font-family: inherit; }
body ::-moz-placeholder { color: #bbb9b5; opacity:1; font-family: inherit; }
body :-ms-input-placeholder { opacity:1; color: #bbb9b5; font-family: inherit; }


input[type=date].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=text].wpcf7-not-valid,
input[type=url].wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid { color: #ff0000; border-color: #f00; }

.wpcf7-not-valid:-moz-placeholder { color: #f00; font-family: inherit; }
.wpcf7-not-valid::-webkit-input-placeholder { color: #f00; font-family: inherit; }
.wpcf7-not-valid::-moz-placeholder { color: #f00; opacity:1; font-family: inherit; }
.wpcf7-not-valid:-ms-input-placeholder { opacity:1; color: #f00; font-family: inherit; }
.wpcf7-form-control-wrap { position: static; }

.wpcf7-not-valid-tip { display: none; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output { border: 0; margin: 37px 0 0; padding: 0; color: #f00; text-align: center; font-size: 22px; font-weight: 500; line-height: normal; }

.wpcf7 form.sent .wpcf7-response-output { color: #4bb543; }

.wpcf7 .ajax-loader { position: absolute; bottom: 17px; right: -27px; margin: 0; }
.wpcf7 form.invalid .wpcf7-response-output { display: none; }
input[type=date].wpcf7-not-valid,input[type=email].wpcf7-not-valid,input[type=password].wpcf7-not-valid,input[type=search].wpcf7-not-valid,input[type=tel].wpcf7-not-valid,input[type=text].wpcf7-not-valid,input[type=url].wpcf7-not-valid,select.wpcf7-not-valid,textarea.wpcf7-not-valid { color: red; border-color: red; }
.wpcf7-not-valid:-moz-placeholder { color: red; font-family: inherit; }
.wpcf7-not-valid::-webkit-input-placeholder { color: red; font-family: inherit; }
.wpcf7-not-valid::-moz-placeholder { color: red; opacity: 1; font-family: inherit; }
.wpcf7-not-valid:-ms-input-placeholder { opacity: 1; color: red; font-family: inherit; }
.wpcf7-form-control-wrap { position: static; }
.wpcf7-not-valid-tip { display: none; }
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output { border: 0; margin: 37px 0 0; padding: 0; color: red; text-align: left; font-size: 16px; font-weight: 500; line-height: normal; }
.wpcf7 form.sent .wpcf7-response-output { color: #4bb543; text-align: center; }
.wpcf7 .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; margin: 0; padding: 0; border: 0; }
/* Form */

.btn, .btn:visited, [type=button], [type=reset],
[type=submit], button { font-size: 15px; font-family: inherit; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; line-height: 1; text-decoration: none; color: #fff; background: transparent; display: table; margin: 0; padding: 10px 15px 12px; min-width: auto; text-align: center; border-radius: 5px; margin-top: 23px; border: solid 1.5px #647f93; cursor: pointer; background-color: #647f93; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
.btn:hover, .btn:focus,
[type=button]:hover, [type=reset]:hover, [type=submit]:hover,
[type=button]:focus, [type=reset]:focus, [type=submit]:focus { outline: 0; background: #383633; color: #fff; border-color: #383633; }

.btn.outline, .btn.outline:visited, [type=button].outline, [type=reset].outline, [type=submit].outline { background-color: transparent; color: #647f93; }
.btn.outline:hover, .btn.outline:focus { background-color: #647f93; border-color: #647f93; color: #fff; }

.all-caps { font-size: 17px; font-weight: 700; line-height: 1.2; display: table; text-decoration: underline; }
.all-caps:hover,
.all-caps:focus { color: #0099ae; }

.bg-img { background-size: cover; background-repeat: no-repeat; background-position: center center; }
.ofi { -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; font-family: 'object-fit: cover; object-position: center;'; }

.container { max-width: 1083px !important; width: 100%; margin: 0 auto; padding: 0 50px; }
.page-content, .entry-content, .entry-summary, .post, .page { margin: 0; }

.vce { margin-bottom: 0 !important; min-height: auto !important; }
.vce > br { display: none; }
.vcv-header { position: absolute; top: 0; left: 0; right: 0; z-index: 125; }
.sticky .header-top, .menu-open .header-top { display: none; }
.sticky .vcv-header { -webkit-animation: slideDown 0.5s linear 0s; animation: slideDown 0.5s linear 0s; box-shadow: 0px 0px 18.9px 2.1px rgb(0 0 0 / 7%); position: fixed; background-color: #fff; }
.menu-open .vcv-header { -webkit-animation: none; animation: none; position: fixed; }
.vce-row-container { width: 983px; margin: 0 auto; }
.header-wrap { padding: 22px 0; }
.header-wrap .vce-row-content { min-height: auto !important; align-items: center; }
.header-wrap .vce { margin-bottom: 0 !important; min-height: auto !important; }
.vcv-content--boxed .entry-content>[data-vce-boxed-width=true], .vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true], .vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true], .vcv-footer>[data-vce-boxed-width=true], .vcv-header>[data-vce-boxed-width=true] { max-width: 983px !important; width: 100%; }

body .vcv-header>[data-vce-boxed-width=true] { max-width: 100% !important; padding: 0 !important; }
body .vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,
.vce-row-content { max-width: 1083px; width: 100%; margin: 0 auto; padding: 0 50px; align-items: center; }


.header-top { background-color: #383633; color: #fff; padding: 19px 0; }
.top-info { margin: 0; padding: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.top-info li { display: flex; align-items: center; font-size: 15px; font-weight: 500; margin-right: 2.5%;/* 25px */ }
.top-info li:last-child { margin-right: 0; }
.top-info li a { display: flex; align-items: center; }
.top-info li a:hover .top-info-text { text-decoration: underline; }
.top-info-icon { margin-right: 6px; }
.top-info-icon img { max-height: 25px; }
.top-info-text { line-height: 1; }
.header-top-right {  }
.header-top .btn.outline { color: #fff; border-color: #fff; margin: 0 15px 0 0; }
.header-top .btn.outline:hover, .header-top .btn.outline:focus { background-color: #fff; color: #383633; }

.header-top-right .vce { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.social { display: flex; flex-wrap: wrap; align-items: center; list-style-type: none; padding: 0; margin: 0; }
.social li { margin-left: 15px; }
.social a { display: block; }
.social a:hover, .social a:focus { opacity: 0.6; }

.menu-header-menu-container {  }
.menu-header-menu-container .menu { display: flex; flex-wrap: wrap; justify-content: flex-end; padding: 0; margin: 0; list-style-type: none; }
.menu-header-menu-container .menu li { font-size: 15px; font-weight: 500; margin-left: 5.2%; }
.menu-header-menu-container .menu li:first-child { margin-left: 0; }
.menu-header-menu-container .menu a { color: #383633; }
.menu-header-menu-container .menu a:hover, .menu-header-menu-container .menu a:focus,
.menu-header-menu-container .menu .current-menu-item > a { color: #647f93; }
.menu-header-menu-container .menu ul { background-color: #fff; width: 200px; display: block; padding: 5px 0; left: -15px; top: calc(100% + 10px); opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out; position: absolute; }
.menu-header-menu-container .menu li:hover > ul, .menu-header-menu-container .menu li.focus > ul { left: -15px; opacity: 1; visibility: visible; }
.menu-header-menu-container .menu ul:before { content: ''; position: absolute; bottom: 100%; left: 0; right: 0; height: 10px; }
.menu-header-menu-container .menu li li { margin-left: 0; }
.menu-header-menu-container .menu ul a { width: 100%; padding: 8px 15px; }

/*Menu icon*/
.menu-icon { width: 35px; height: 27px; position: relative; cursor: pointer; display: none; z-index: 6; }
.menu-icon span { display: block; position: absolute; height: 4px; width: 100%; background-color: #383633; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
.menu-icon span:last-of-type { margin-bottom: 0; }
.menu-icon span:nth-child(1) { top: 0; }
.menu-icon span:nth-child(2) { top: 11px; left: auto; right: 0; }
.menu-icon span:nth-child(3) { top: 22px; }
.menu-icon.active span { background-color: #fff; }
.menu-icon.active span:nth-child(1) { top: 11px; transform: rotate(135deg); }
.menu-icon.active span:nth-child(2) { opacity: 0; right: 0; visibility: hidden; }
.menu-icon.active span:nth-child(3) { top: 11px; transform: rotate(-135deg); }
/*Menu icon*/

.entry-header { display: none; }
.hero-slider .vce-row-content { max-width: 100%; width: 100%; margin: 0 auto; padding: 0; }
.hero-slider .vce-timeline-slideshow-item { padding: 0 !important; position: relative; z-index: 1; }
.hero-slider .vce-timeline-slideshow-item-wrap { max-width: 1083px !important; width: 100%; margin: 0 auto; padding: 0 23.5% 0 50px; }
.hero-slider .vce-timeline-slideshow-item h2 { font-size: 61px; color: #383633 !important; margin-bottom: 13px; }
.hero-slider .vce-timeline-slideshow-item p { font-size: 21px; line-height: 1.71428571; letter-spacing: 0.0125em; }
.hero-slider .vce-timeline-slideshow-item p span { color: #383633 !important; }
/* .hero-slider .vce-timeline-slideshow-line { display: none !important; } */
.hero-slider  .vce-timeline-slideshow-line { background-color: #647f93 !important; }
.hero-slider .vce-timeline-slideshow-item-wrap br { display: none; }
.vce-timeline-slideshow-item-background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; z-index: -1; }
.hero-slider .vce-timeline-slideshow-item { min-height: 778px; }
.hero-slider .btn-grp .btn { font-size: 21px; border-radius: 2.5px; }
.hero-slider .btn-grp .btn.outline { color: #383633; border-color: #383633; }
.hero-slider .btn-grp .btn.outline:hover,
.hero-slider .btn-grp .btn.outline:focus { background-color: #383633; color: #fff; }


.hero-cta { background-color: #f4f0ea; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 40px 0; margin-top: -58px; }
.hero-cta br { display: none; }
.hero-cta-link { display: flex; align-items: center; padding: 0 30px; }
.hero-cta-title { font-size: 21px; text-transform: uppercase; color: #647f93; letter-spacing: 1.3px; }
.hero-cta-icon { margin-right: 10px; }
.hero-cta-icon img { width: 26px; height: auto; }

/* .hero-slider .vce-button--style-basic.vce-button--style-basic--size-medium { font-size: 15px; font-family: inherit; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; line-height: 1; text-decoration: none; color: #fff; background-color: transparent; display: table; margin: 0; padding: 11px 15px; min-width: auto; text-align: center; border-radius: 5px; margin-top: 23px; border: solid 1.5px #647f93; cursor: pointer; background-color: #647f93; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } */

.tour-packages { padding-bottom: 68px; z-index: 1; }
.tour-packages:before { content: ''; position: absolute; top: 98px; left: 0; width: 359px; height: 697px; background-image: url(images/bg-grape-left.jpg); background-repeat: no-repeat; background-position: left top; background-size: contain; z-index: -1; }
.tour-packages:after { content: ''; position: absolute; top: -235px; right: 0; width: 498px; height: 787px; background-image: url(images/bg-grape-multi-right.jpg); background-repeat: no-repeat; background-position: right top; background-size: contain; z-index: -1; }
.tour-packages .container, .tour-packages .vce-row-content { max-width: 1083px; width: 100%; margin: 0 auto; padding: 0 50px; }
.tour-packages-title { margin-bottom: 28px; }
.tour-packages-title h2 { text-transform: uppercase; font-size: 21px; font-weight: 500; font-family: 'Montserrat', sans-serif; line-height: 1.71428571; text-align: center; color: #383633; letter-spacing: 1.3px; }
.tour-packages-title > br { display: none; }
.tour-packages-title > :last-child { margin-bottom: 0; }

.tour-packages-list { display: flex; flex-wrap: wrap; }
.tour-packages-item { width: calc((100% - 30px) / 3); margin-right: 15px; margin-bottom: 15px; position: relative; z-index: 1; height: 0; padding-bottom: 28.25%; }
.tour-packages-item:nth-child(3n) { margin-right: 0; }
.tour-packages-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.tour-packages-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 28px; background-color: transparent; transition: background-color 0.3s ease-in-out; }
.tour-packages-content h3 { text-transform: uppercase; font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif; line-height: 1.25; text-align: center; color: #fff; letter-spacing: 1px; margin-bottom: 0; }
.tour-packages-content img { margin-bottom: 30px; opacity: 0; transition: opacity 0.3s ease-in-out; }
.tour-packages-content > br { display: none; }
.tour-packages-content > :last-child { margin-bottom: 0; }
.tour-packages-item:hover .tour-packages-content,
.tour-packages-item:focus .tour-packages-content { background-color: rgba(45, 71, 91, 0.85); }
.tour-packages-item:hover .tour-packages-content img,
.tour-packages-item:focus .tour-packages-content img { opacity: 1; }

.tour-packages-guide { position: relative; z-index: 1; color: #ffffff; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 52px 62px 57px; }
.tour-packages-guide:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background-color: #383633; background-image: url(images/video-bg.png); background-repeat: no-repeat; background-position: center center; background-size: cover; background-blend-mode: multiply; }
.tour-packages-guide-content { width: 50%; }
.tour-packages-guide-content p { margin: 0; }/* temp */
.tour-packages-guide br { display: none; }
.tour-packages-guide-content > :last-child { margin-bottom: 0; }
.tour-packages-guide-video { width: 40.5%; }

/* .media__wrap { width: 74%; margin: 32px auto; } */
.media { /* border: 12px solid #DDDDDD; */ height: 0; padding-bottom: 54.55%; position: relative; overflow: hidden; }
.media iframe, .media video { height: 100%; width: 100%; opacity: 0; visibility: hidden; transition: opacity .3s ease-in-out,visibility .3s ease-in-out; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; height: 100%; width: 100%; min-width: calc(100% + 20px); min-height: calc(100% + 20px); }
.media.playing iframe, .media.playing video { opacity: 1; visibility: visible; }
/* .play-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: opacity .3s ease-in-out; } */
.play-video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; }
.playing .play-video { opacity: 0; visibility: hidden; }
.play-video path { transition: fill 0.3s ease-in-out; }
.play-video:hover path, .play-video:focus path { fill: #073380; }

.explore { padding: 84px 0 88px !important; }
.explore-content { width: 53%; }
.explore-content h2 { font-size: 41px; color: #647f93; margin-bottom: 16px; }
.explore .vce-row-content { max-width: 1083px; width: 100%; margin: 0 auto; padding: 0 50px; }

.btn-grp { display: flex; flex-wrap: wrap; align-items: flex-start; margin-top: 27px; }
.btn-grp .btn { margin-top: 0; margin-right: 19px; margin-bottom: 10px; }
.btn-grp .btn:last-child { margin-right: 0; }


.vcv-footer { padding: 55px 0; }
.vcv-footer .vce > br { display: none; }
.vcv-footer .vce .btn:not(.outline) { margin-top: 7px; background-color: #383633; border-color: #383633; margin-bottom: 18px; }
.vcv-footer .vce .btn:not(.outline):hover, .vcv-footer .vce .btn:not(.outline):focus { background-color: #647f93; border-color: #647f93; }
.vcv-footer h3 { font-size: 34px; line-height: 1.15; margin-bottom: 4px; }
.vcv-footer p { line-height: 1.54; margin-bottom: 0; }
.vcv-footer p a:not(.btn) { color: #383633; }
.vcv-footer p a:not(.btn):hover, .vcv-footer p a:not(.btn):focus { color: #647f93; }
.vcv-footer .vce > :last-child { margin-bottom: 0; }
.vcv-footer .social { margin-top: 25px; }
.vcv-footer .social li { margin-left: 0; margin-right: 15px; }


.intro-content { text-align: center; padding: 130px 14.5% 77px; }
/* .intro-content .vce { max-width: 1083px; width: 100%; margin: 0 auto; padding: 0 10.8%; } */
.intro-content-wrap { position: relative; z-index: 2; }
.intro-content-wrap .vce-row-content { max-width: 1083px; width: 100%; margin: 0 auto; padding: 0 50px; }
.intro-content h2 { color: #647f93; font-size: 41px; margin-bottom: 16px; }
.intro-content .vce > br { display: none; }
.intro-content .vce > :last-child { margin-bottom: 0; }


.vce-row.vce-element--has-background.hero-inner { padding: 212px 0 148px; color: #383633; }
.hero-inner .vce-row-content .vce-col.hero-inner-content { max-width: 55% !important; }
.hero-inner-content h1, .hero-inner-content h2, .hero-inner-content h3,
.hero-inner-content h4, .hero-inner-content h5, .hero-inner-content h6 { color: inherit; }
.hero-inner-content h1 { font-size: 61px; margin-bottom: 15px; letter-spacing: 1.2px; }
.hero-inner-content p { font-size: 21px; line-height: 1.71428571; letter-spacing: 0.0125em; }
.hero-inner-content .btn-grp .btn { font-size: 21px; }
.hero-inner-content .btn.outline, .hero-inner-content .btn.outline:visited { color: #383633; border-color: #383633; }
.hero-inner-content .btn.outline:hover, .hero-inner-content .btn.outline:visited:hover,
.hero-inner-content .btn.outline:focus, .hero-inner-content .btn.outline:visited:focus { background-color: #383633; color: #fff; }
.generic-content-wrap { padding: 80px 0; }
.generic-content-wrap:before { content: ''; position: absolute; top: 98px; right: 0; width: 359px; height: 697px; background-image: url(images/bg-grape-left.jpg); background-repeat: no-repeat; background-position: left top; background-size: contain; transform: scaleX(-1); }
.generic-content-inner { width: 72%; margin: 0 auto; }
.generic-content-inner h2 { font-size: 41px; letter-spacing: 1px; margin-bottom: 16px; color: #647f93; }
.generic-content-inner p { margin-bottom: 25px; }
.generic-content-inner em.author { font-size: 45px; line-height: 1.2; font-family: adorn-coronet, sans-serif; font-weight: 400; font-style: normal; display: block; margin-top: -14px; line-height: 1; margin-left: -6px; letter-spacing: 0.3px; }

.cta-wrap { padding: 23px 0 100px; }
.cta-wrap .vce-element--has-background >.vce-col-inner >.vce-col-content { padding: 0; }
.cta-link { height: 315px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; padding: 20px; position: relative; z-index: 1; }
.cta-link:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; opacity: 0; transition: opacity 0.3s ease-in-out; background-color: #2d475b; }
.cta-link:hover, .cta-link:focus { color: #fff; }
.cta-link:hover:before, .cta-link:focus:before { opacity: 0.85; }
.cta-icon { display: block; margin-bottom: 14px; }
.cta-icon img { max-height: 33px; }
.cta-link-text { font-size: 21px; line-height: 1.2; text-transform: uppercase; letter-spacing: 1.4px; color: inherit; }

.vce-row.vce-element--has-background.hero-contact { padding: 212px 0 131px; color: #383633; position: relative; z-index: 1; }
.vce-row.vce-element--has-background.hero-contact:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #e3dfd1; z-index: 1; opacity: 0.70; mix-blend-mode: screen; }
.vce-row.vce-element--has-background.hero-contact:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(176deg, rgba(255,255,255,0.2) 4%, rgba(76,154,255,0) 100%); }
.hero-contact .vce-row-content { position: relative; z-index: 1; }
.hero-contact-content { text-align: center; }
.hero-contact-content h1, .hero-contact-content h2, .hero-contact-content h3,
.hero-contact-content h4, .hero-contact-content h5, .hero-contact-content h6 { color: inherit; }
.hero-contact-content h1 { font-size: 61px; margin-bottom: 15px; letter-spacing: 1.2px; }
.hero-contact-content p { font-size: 21px; line-height: 1.71428571; letter-spacing: 0.0125em; }
.contact-inner-wrap { padding: 53px 66px 63px; background-color: #f4f0ea; position: relative; z-index: 1; margin-top: -62px; margin-bottom: 97px; }


.generic-content {  }

dt { font-weight: 400; }
.mec-calendar.mec-event-calendar-classic .mec-calendar-header { margin: 0; background-color: #f4f0ea; }
.mec-calendar .mec-calendar-header h2 { font-size: 41px; font-weight: 400; margin-bottom: 0; color: #383633; }
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month { background: transparent; height: auto; border: 0; box-shadow: none; }
.mec-load-month-link { font-size: 0; display: block; }
.mec-load-month:hover i, .mec-load-month-link:hover i { color: #383633 !important; }
.mec-skin-monthly-view-month-navigator-container { background-color: #f4f0ea; padding: 38px 0 22px; position: relative; }
.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month { top: 50%; transform: translateY(-50%); }
.mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i { font-size: 42px; color: #647f93; }
.mec-calendar .mec-table-nullday { color: #c7c6c5; }
.calendar-row .vce-row-content { max-width: 100%; }
.mec-calendar .mec-calendar-table-head dt { font-weight: 400; color: #647f93; }
.mec-calendar dt { font-size: 21px; }
.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day { font-size: 21px; color: #383633; }
.event-single-link-simple { color: #383633; background-color: #dee9f0; margin-bottom: 5px; }
.mec-event-container-simple .mec-monthly-tooltip h4 { font-size: 15px; font-weight: 500; color: #383633; }
.mec-calendar.mec-event-calendar-classic dl dt { text-align: center; }
.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt { background-color: #f4f0ea; border-color: #e9e9e8; border-top: 0; border-bottom: 0; }
.mec-calendar.mec-event-container-simple .mec-calendar-row dt, .mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child, .mec-calendar.mec-event-container-simple .mec-calendar-table-head dt, .mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child { border-width: 1px; border-color: #e9e9e8; }
.mec-calendar.mec-event-calendar-classic dl:last-child dt { border-bottom: 0; }

.vce-row.vce-element--has-background.hero-events { padding: 188px 0 79px; color: #383633; position: relative; z-index: 1; }
.vce-row.vce-element--has-background.hero-events:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #e3dfd1; z-index: 1; opacity: 0.70; mix-blend-mode: screen; }
.hero-events .vce-asset-background-simple--position-center-top .vce-asset-background-simple-item { background-position: center center; }
.hero-events .vce-row-content { position: relative; z-index: 1; }
.hero-events { text-align: center; }
.hero-events h1, .hero-events h2, .hero-events h3,
.hero-events h4, .hero-events h5, .hero-events h6 { color: inherit; }
.hero-events h1 { font-size: 61px; margin-bottom: 15px; letter-spacing: 1.2px; }
.hero-events p { font-size: 21px; line-height: 1.71428571; letter-spacing: 0.0125em; }
.hero-events-content { width: 640px; margin: 0 auto; max-width: 100%; }

.vce-row.vce-element--has-background.hero-sip-sip { padding: 188px 0 79px; color: #383633; position: relative; z-index: 1; }
.vce-row.vce-element--has-background.hero-sip-sip:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #e3dfd1; z-index: 1; opacity: 0.70; mix-blend-mode: screen; }
/* .hero-sip-sip .vce-asset-background-simple--position-center-top .vce-asset-background-simple-item { background-position: center center; } */
.hero-sip-sip .vce-row-content { position: relative; z-index: 1; }
.hero-sip-sip { text-align: center; }
.hero-sip-sip h1, .hero-sip-sip h2, .hero-sip-sip h3,
.hero-sip-sip h4, .hero-sip-sip h5, .hero-sip-sip h6 { color: inherit; }
.hero-sip-sip h1 { font-size: 61px; margin-bottom: 15px; letter-spacing: 1.2px; }
.hero-sip-sip p { font-size: 21px; line-height: 1.71428571; letter-spacing: 0.0125em; }
.hero-sip-sip-content { padding: 0 20px; }

.img-txt-wrap { margin: 98px 0 106px; }
.img-txt-wrap .vce-row-content { max-width: 955px; }
.txt-side { padding-top: 10px; padding-right: 10px; }
.txt-side h2 { font-size: 41px; color: #647f93; letter-spacing: 1px; margin-bottom: 16px; }
.txt-side p { letter-spacing: 0.1px; }
.txt-side .vce > :last-child { margin-bottom: 0; }
.img-txt-wrap .vce-element--has-background { max-height: 316px; }
.img-txt-wrap .vce-element--has-background + .vce-col .txt-side { padding-right: 0; padding-left: 30px; }

.book-cta {  }
.book-cta .vce-element--has-background>.vce-col-inner>.vce-col-content { padding: 63px 30px 74px; }
.book-cta .vce-col-content { text-align: center; }
.book-cta-content { width: 450px; margin: 0 auto; max-width: 100%; }
.book-cta-content small { font-size: 15px; text-transform: uppercase; color: #647f93; display: block; font-weight: 400; }
.book-cta-content h2 { font-size: 41px; color: #647f93; margin-bottom: 15px; }
.book-cta-content p { font-weight: 400; }
.book-cta-content .btn { margin-left: auto; margin-right: auto; margin-top: 28px; }
.book-cta .vce-asset-background-simple--position-center-center .vce-asset-background-simple-item { background-color: #f4f0ea; }

.back-to-wrap { padding: 38px 0 77px; }
.back-to-content { text-align: center; }
.back-to-content .btn { margin-left: auto; margin-right: auto; padding: 10px 15px 11px; }
.back-to-content .btn.outline,
.back-to-content .btn.outline:visited { color: #383633; border-color: #383633; }
.back-to-content .btn.outline:hover, .back-to-content .btn.outline:visited:hover,
.back-to-content .btn.outline:focus, .back-to-content .btn.outline:visited:focus { color: #fff; background-color: #383633; }


.hero-tour {  }
.vce-row.vce-element--has-background.hero-tour { padding: 188px 0 79px; color: #383633; position: relative; z-index: 1; }
.vce-row.vce-element--has-background.hero-tour:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #e3dfd1; z-index: 1; opacity: 0.70; mix-blend-mode: screen; }
.hero-tour .vce-asset-background-simple--position-center-top .vce-asset-background-simple-item { background-position: center center; }
.hero-tour .vce-row-content { position: relative; z-index: 1; }
.hero-tour { text-align: center; }
.hero-tour h1, .hero-tour h2, .hero-tour h3,
.hero-tour h4, .hero-tour h5, .hero-tour h6 { color: inherit; }
.hero-tour h1 { font-size: 61px; margin-bottom: 15px; letter-spacing: 1.2px; }
.hero-tour p { font-size: 21px; line-height: 1.71428571; letter-spacing: 0.0125em; }
/* .hero-sip-sip-content { padding: 0 20px; } */

.tour-main-row { position: relative; z-index: 1; }
.tour-main-row:before { content: ''; position: absolute; top: 21px; left: -84px; width: 498px; height: 787px; background-image: url(images/bg-grape-multi-right.jpg); background-repeat: no-repeat; background-position: right top; background-size: contain; transform: scaleX(-1); }
.tour-main-row:after { content: ''; position: absolute; bottom: 0; right: 0; width: 359px; height: 697px; background-image: url(images/bg-grape-left.jpg); background-repeat: no-repeat; background-position: left top; background-size: contain; z-index: -1; transform: scaleX(-1); }

.default-content { text-align: center; padding: 65px 0 72px; width: 70%; margin: 0 auto; }
.default-content h2 { font-size: 41px; color: #647f93; margin-bottom: 16px; }
.default-content p { font-weight: 400; }
.default-content .vce > :last-child { margin-bottom: 0; }
.tour-bg-content { color: #fff; padding: 66px 77px 74px; width: 69%; }
.tour-bg-content a { color: inherit; text-decoration: underline; }
.tour-bg-content a:hover, .tour-bg-content a:focus { text-decoration: none; }
.tour-bg-content h1, .tour-bg-content h2, .tour-bg-content h3,
.tour-bg-content h4, .tour-bg-content h5, .tour-bg-content h6 { color: #fff; }
.tour-bg-content h2 { font-size: 41px; margin-bottom: 21px; }
.tour-bg-content p { font-size: 21px; letter-spacing: 0; line-height: 1.71428571; margin-bottom: 25px; font-weight: 400; }
.tour-bg-col.vce-element--has-background>.vce-col-inner>.vce-col-content { padding: 0; }
.tour-bg-content .vce > :last-child { margin-bottom: 0; }

.tour-links-list { display: flex; flex-wrap: wrap; justify-content: center; padding: 44px 0; }
.tour-link { width: 25%; text-align: center; color: #383633; min-height: 189px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 15px 0; }
.tour-link:hover, .tour-link:focus { background-color: #f4f0ea; }
.tour-links-image { margin-bottom: 11px; }
.tour-links-image img { margin: 0 auto; mix-blend-mode: multiply; max-height: 100px; max-width: 100px; }
.tour-links-content { padding: 0 12%; }
.tour-links-content p { text-transform: uppercase; margin: 0; font-size: 15px; color: inherit; font-weight: 400; }

/* .tour-cta-wrap .vce-row-content { max-width: none; padding: 0; } */
.tour-cta-wrap.vce-row--col-gap-30>.vce-row-content>.vce-col { margin: 0; width: 50%; flex-basis: 50% !important; max-width: 50% !important; }
.tour-cta-wrap .vce-row-content, .tour-cta-wrap .vce-row-content .vce-col,
.tour-cta-wrap .vce-row-content .vce-col-inner { position: static; }
.tour-cta-col .vce-asset-background-simple-container { width: 50%; }
.tour-cta-wrap .vce-col:nth-child(odd) .vce-asset-background-simple-container { right: auto; }
.tour-cta-wrap .vce-col:nth-child(even) .vce-asset-background-simple-container { left: auto; }
.vce-element--has-background.tour-cta-col>.vce-col-inner>.vce-col-content { padding: 0; }
.tour-cta-content { padding: 85px 60px 94px; color: #fff; }
.tour-cta-wrap .vce-col:nth-child(odd) .tour-cta-content { padding-left: 0; }
.tour-cta-wrap .vce-col:nth-child(even) .tour-cta-content { padding-right: 0; }
.tour-cta-content h1, .tour-cta-content h2, .tour-cta-content h3,
.tour-cta-content h4, .tour-cta-content h5, .tour-cta-content h6 { color: inherit; }
.tour-cta-content h2 { font-size: 41px; margin-bottom: 17px; }
.tour-cta-content p { letter-spacing: 0.1px; font-weight: 400; }
.tour-cta-content .btn { margin-top: 28px; line-height: 1.25; padding: 9px 15px; }
.tour-cta-content .btn.outline { color: inherit; border-color: currentColor; }
.tour-cta-content .btn.outline:hover,
.tour-cta-content .btn.outline:focus { border-color: #647f93; }
.tour-cta-col .vce-asset-background-simple-container { pointer-events: all; }
.tour-cta-col .vce-asset-background-simple-item:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #4a6578; opacity: 0.75; transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out; }
.tour-cta-col:hover .vce-asset-background-simple-item:before { background-color: #383633; opacity: 1; mix-blend-mode: multiply; }


.vce-row.vce-element--has-background.hero-discover { padding: 212px 0 0; color: #383633; position: relative; z-index: 1; }
.vce-row.vce-element--has-background.hero-discover:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #e3dfd1; z-index: 1; opacity: 0.70; mix-blend-mode: screen; }
.hero-discover .vce-asset-background-simple--position-center-top .vce-asset-background-simple-item { background-position: center center; }
.hero-discover .vce-row-content { position: relative; z-index: 1; }
.hero-discover-content { text-align: center; }
.hero-discover-content h1, .hero-discover-content h2, .hero-discover-content h3,
.hero-discover-content h4, .hero-discover-content h5, .hero-discover-content h6 { color: inherit; }
.hero-discover-content h1 { font-size: 61px; margin-bottom: 15px; letter-spacing: 1.2px; }
.hero-discover-content p { font-size: 21px; line-height: 1.71428571; letter-spacing: 0.0125em; }
.hero-discover-content { margin-bottom: 83px; }
.discover-list br { display: none; }
.discover-list-item { width: 25%; text-align: center; margin-bottom: 57px; padding: 0 3.5%; }
.discover-list { display: flex; flex-wrap: wrap; align-items: flex-start; background-color: #f4f0ea; padding: 65px 0 12px; }
.discover-list-image { margin-bottom: 0; }
.discover-list-image img { margin: 0 auto; }
.discover-list-content {}
.discover-list-content h3 { font-size: 41px; color: #383633; line-height: 1.15; margin-bottom: 3px; }
.discover-list-content p { font-size: 15px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; margin: 0; line-height: 1.2; }
.discover-list-content > :last-child { margin-bottom: 0; }

.discover-book-row { padding-bottom: 139px; }
.discover-book-row .vce-col { background-color: #383633; color: #fff; }
.discover-book-row h1, .discover-book-row h2, .discover-book-row h3,
.discover-book-row h4, .discover-book-row h5, .discover-book-row h6 { color: inherit; }
.discover-book-row .vce-col.discover-book-content { padding: 78px 0 78px 84px; width: 60%; max-width: none !important; flex-basis: auto !important; }
.discover-book-content .vce { position: relative; z-index: 1; }
.discover-book-content h2 { font-size: 41px; margin-bottom: 21px; }
.discover-book-content p { font-size: 21px; font-weight: 500; }
.discover-book-row .vce-col.discover-book-content { padding: 78px 0 82px 84px; width: 60%; max-width: none !important; flex-basis: auto !important; margin-right: -15% !important; }
.discover-book-row .vce-col.discover-book-image { width: 55%; flex-basis: auto !important; max-width: none !important; }
.discover-book-row .btn-grp { margin-top: 37px; }
.discover-book-row .btn-grp .btn { font-size: 21px; border-radius: 2px; }
.discover-book-row .btn-grp .btn:hover,
.discover-book-row .btn-grp .btn:focus { background-color: #fff; color: #383633; }
.discover-book-row .btn-grp .btn.outline { color: #fff; border-color: #fff; }
.discover-book-row .btn-grp .btn.outline:hover,
.discover-book-row .btn-grp .btn.outline:focus { background-color: #fff; color: #383633; }

.insta-content { text-align: center; color: #fff; }
.insta-content h1, .insta-content h2, .insta-content h3,
.insta-content h4, .insta-content h5, .insta-content h6 { color: inherit; }
.insta-content h2 { font-size: 41px; margin-bottom: 13px; }
.insta-content .btn { margin-left: auto; margin-right: auto; margin-top: 13px; }
.insta-content .btn.outline { color: #fff; border-color: #fff; }
.insta-content .btn.outline:hover, .insta-content .btn.outline:focus { background-color: #fff; color: #647f93; }
.insta-row .vce-asset-background-simple-item:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: #4a6578; opacity: 0.75; }
.insta-row.vce-row.vce-element--has-background { padding: 90px 0 107px; }

.mec-calendar { margin: 0; }

.p-404 .vce-asset-background-zoom-container .vce-asset-background-zoom-item { background-color: #e3dfd1; background-blend-mode: multiply; }

#splw-location-weather-452.splw-main-wrapper { margin-bottom: 0 !important; }
#splw-location-weather-452 .splw-weather-title { display: none; }
.splw-lite-wrapper { padding-top: 0 !important; }
.splw-lite-wrapper .splw-lite-body { padding-bottom: 0 !important; }
.splw-lite-wrapper .splw-lite-current-temp,
.splw-lite-wrapper .splw-lite-current-text { margin: 0 !important; }
.splw-lite-wrapper .splw-cur-temp { align-items: center; }
.splw-lite-wrapper .splw-lite-current-temp span.cur-temp { font-size: 15px; font-weight: 500; font-family: 'Montserrat', sans-serif; line-height: 1; }
.splw-lite-wrapper .splw-lite-current-temp img { max-height: 40px; margin-right: 6px; }


.wpcf7-form-control-wrap.tour-members { width: 188px; display: block; position: relative; }
.wpcf7-form-control-wrap.tour-members .select-icn { top: 0; margin: auto; }
.wpcf7-form-control-wrap.contact-package { position: relative; display: block; }
.wpcf7-form-control-wrap.contact-package .select-icn { top: 0; margin: auto; right: 12px; }
.wpcf7-radio label { font-size: 14px; line-height: 1.43; letter-spacing: 0; }
.wpcf7-radio label span { position: relative; display: table-cell; align-items: center; padding-left: 30px; vertical-align: middle; }
.wpcf7-radio label span:before { content: ""; width: 24px; height: 24px; border: 2px solid #d9d3ca; border-radius: 50%; vertical-align: middle; background-color: transparent; margin-right: 13px; transition: box-shadow .3s ease-in-out,background-color .3s ease-in-out; position: absolute; top: 2px	; left: 0; }
.wpcf7-radio label span:after { content: ""; width: 24px; height: 24px; border: 2px solid #d9d3ca; border-radius: 50%; vertical-align: middle; background-color: transparent; margin-right: 13px; transition: box-shadow .3s ease-in-out,background-color .3s ease-in-out; position: absolute; top: 2px; left: 0; }
.wpcf7-radio input[type=checkbox]:checked, .wpcf7-radio input[type=checkbox]:not(:checked),
.wpcf7-radio input[type=radio]:checked, .wpcf7-radio input[type=radio]:not(:checked) { position: absolute; left: -9999px; }
.wpcf7-radio input[type=checkbox]:checked:focus+span:before, .wpcf7-radio input[type=checkbox]:not(:checked):focus+span:before,
.wpcf7-radio input[type=radio]:checked:focus+span:before, .wpcf7-radio input[type=radio]:not(:checked):focus+span:before { border-color: #637f93; box-shadow: 0 0 2px 0 #637f93; }
.wpcf7-radio input[type=checkbox]:checked+span, .wpcf7-radio input[type=checkbox]:not(:checked)+span,
.wpcf7-radio input[type=radio]:checked+span, .wpcf7-radio input[type=radio]:not(:checked)+span { position: relative; cursor: pointer; }
.wpcf7-radio input[type=checkbox]:checked+span:before, .wpcf7-radio input[type=radio]:checked+span:before { background-color: #637f93; border-color: #637f93; z-index: 1; }
.wpcf7-radio input[type=checkbox]:checked+span:after, .wpcf7-radio input[type=radio]:checked+span:after { opacity: 1; }
.wpcf7-radio input[type=checkbox]:disabled+span, .wpcf7-radio input[type=radio]:disabled+span { color: #aaa; }
#el-5e50d031 .wpcf7-radio label { font-size: 15px; color: #9c9b99; font-family: 'Montserrat', sans-serif; }
#el-5e50d031 .wpcf7-radio input[type=radio]:checked+span,
#el-5e50d031 .wpcf7-radio input[type=checkbox]:checked+span { color: #383633; }
#el-5e50d031 label { letter-spacing: 0.5px; line-height: 30px; }

.elem-list br { display: none; }
.wpcf7-list-item { margin-left: 0; }
#el-5e50d031 select { font-size: 15px; }
.wpcf7-radio .wpcf7-list-item { margin-right: 24px; min-width: 78px; }

#el-5e50d031 input[type=date], #el-5e50d031 input[type=email], #el-5e50d031 input[type=password],
#el-5e50d031 input[type=search], #el-5e50d031 input[type=tel], #el-5e50d031 input[type=text],
#el-5e50d031 input[type=url], #el-5e50d031 select, #el-5e50d031 textarea { padding: 10px; border-radius: 5px; border: 2px solid #637f93; font-size: 15px; }

#el-5e50d031 .btn, #el-5e50d031 .btn:visited, #el-5e50d031 [type=button],
#el-5e50d031 [type=reset], #el-5e50d031 [type=submit], #el-5e50d031 button { background-color: transparent; color: #647f93; border: 1px solid #647f93; border-radius: 3px; width: 100%; margin: 0; }
#el-5e50d031 .btn:hover, #el-5e50d031 .btn:visited:hover, #el-5e50d031 [type=button]:hover,
#el-5e50d031 [type=reset]:hover, #el-5e50d031 [type=submit]:hover, #el-5e50d031 button:hover,
#el-5e50d031 .btn:focus, #el-5e50d031 .btn:visited:focus, #el-5e50d031 [type=button]:focus,
#el-5e50d031 [type=reset]:focus, #el-5e50d031 [type=submit]:focus, #el-5e50d031 button:focus { background-color: #647f93; color: #fff; }


.amount-select { display: flex; flex-wrap: wrap; justify-content: space-between; }
#el-5e50d031 .amount-select label { font-size: 15px; line-height: 1.43; letter-spacing: 0; font-family: 'Montserrat', sans-serif; }
.amount-select label span { position: relative; display: table-cell; align-items: center; padding-left: 30px; vertical-align: middle; display: block; border: 2px solid #d9d3ca; border-radius: 3px; font-family: 'Montserrat', sans-serif; padding: 8px 16px; display: flex; align-items: center; z-index: 1; }
.amount-select label span:before { content: ""; width: 43px; height: 60px; border: 0; display: block; margin-right: 17px; background-repeat: no-repeat; background-size: contain; background-position: center center; }
.amount-select label span:after { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: -1; border: 2px solid transparent; border-radius: 3px; top: -2px; left: -2px; right: -2px; bottom: -2px; }

.amount-select label input.Craft + span:before { background-image: url(images/form-beer.png); }
.amount-select label input.Wine + span:before { background-image: url(images/form-wine.png); }
.amount-select label input.Cider + span:before { background-image: url(images/beer-cider.png); }
.amount-select label input.Spirits + span:before { background-image: url(images/form-spirits.png); }

.amount-select input[type=checkbox]:checked, .amount-select input[type=checkbox]:not(:checked) { position: absolute; left: -9999px; }
.amount-select input[type=checkbox]:checked:focus+span:before, .amount-select input[type=checkbox]:not(:checked):focus+span:before { border-color: #637f93; box-shadow: 0 0 2px 0 #637f93; }
.amount-select input[type=checkbox]:checked+span, .amount-select input[type=checkbox]:not(:checked)+span { position: relative; cursor: pointer; }
/* .amount-select input[type=checkbox]:checked+span:before { background-color: #637f93; border-color: #637f93; z-index: 1; } */
.amount-select input[type=checkbox]:checked+span:after { background-color: #f3efe9; border-color: #637f93; }
.amount-select input[type=checkbox]:disabled+span { color: #aaa; }

.amount-select .wpcf7-list-item { width: calc(50% - 10px); margin-bottom: 16px; }

.vce-popup-root-container button.vce-popup-root-close-button { margin: 0; }
.vce-popup-root-close-color--555555 .vce-popup-root-close-button span { position: relative; }
.vce-popup-root-close-color--555555 .vce-popup-root-close-button span:before,
.vce-popup-root-close-color--555555 .vce-popup-root-close-button span:after { content: ''; position: absolute; background-color: #000; margin: auto; top: 0; left: 0; right: 0; bottom: 0; transform: rotate(45deg); }
.vce-popup-root-close-color--555555 .vce-popup-root-close-button span:before { width: 16px; height: 2px; }
.vce-popup-root-close-color--555555 .vce-popup-root-close-button span:after { width: 2px; height: 16px; }

@media (max-width: 1366px) {
	.hero-slider .vce-timeline-slideshow-item-wrap { padding-right: 39%; }
	.hero-slider .vce-timeline-slideshow-item h2, .hero-inner-content h1,
	.hero-contact-content h1, .hero-sip-sip h1, .hero-events h1, .hero-tour h1,
	.hero-discover-content h1 { font-size: 50px; }
	.hero-slider .vce-timeline-slideshow-item p, .hero-inner-content p,
	.hero-contact-content p, .hero-sip-sip p, .hero-events p, .hero-tour p,
	.hero-discover-content p { font-size: 20px; }
	.hero-slider .btn-grp .btn { font-size: 18px; }
	.vcv-footer h3 { font-size: 34px; }
	.mec-calendar .mec-calendar-header h2 { margin: 0 0 27px; }
	.tour-packages:after { width: 400px; top: -125px; height: 510px; }
	.tour-main-row:before { width: 400px; height: 510px; }
	.tour-packages:before, .generic-content-wrap:before, .tour-main-row:after { width: 260px; height: 490px; }
}
@media (max-width: 1199px) {
	.hero-slider .vce-timeline-slideshow-item h2, .hero-inner-content h1,
	.hero-contact-content h1, .hero-sip-sip h1, .hero-events h1, .hero-tour h1,
	.hero-discover-content h1 { font-size: 42px; line-height: 1.15; }
	.hero-slider .vce-timeline-slideshow-item p, .hero-inner-content p,
	.hero-contact-content p, .hero-sip-sip p, .hero-events p, .hero-tour p,
	.hero-discover-content p { font-size: 18px; }
	.hero-slider .btn-grp .btn { font-size: 15px; }
	.hero-slider .vce-timeline-slideshow-item-wrap { padding-right: 50%; }
	.intro-content { text-align: center; padding: 80px 10% 77px; }
	.explore-content { width: 60%; }
	.explore-content h2 { font-size: 38px; }
	.vcv-footer h3 { font-size: 30px; }

	.tour-bg-content { width: 70%; padding: 50px; }
	.tour-bg-content p { font-size: 18px; }

	.discover-book-row .vce-col.discover-book-content { padding: 50px 0 50px 50px; }
	.discover-book-content h2 { font-size: 40px; }

	.hero-inner-content .btn-grp .btn { font-size: 18px; }

	.discover-list-item { padding: 0 3%; }

	.cta-wrap { padding: 0; }
	.hero-cta-link { padding: 0 20px; }
	.hero-cta-title { font-size: 21px; }
	.cta-wrap { padding-bottom: 80px; }
}
@media (max-width: 991px) {
	.vcv-footer h3 { font-size: 28px; }
	.top-info-icon img { max-height: 17px; }
	.splw-lite-wrapper .splw-lite-current-temp img { max-height: 27px; }
	.vce-row--col-gap-30[data-vce-do-apply*="93757f8f"]>.vce-row-content>.vce-col--md-auto { margin: 0; }
	body .vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vce-row-content { padding: 0 30px; }
	.menu-header-menu-container .menu li { margin-left: 3.5%; }
	.hero-slider .vce-timeline-slideshow-item-wrap { padding-left: 30px; }
	.hero-slider .vce-timeline-slideshow-item-wrap { padding-right: 40%; }
	.hero-slider .vce-timeline-slideshow-item { min-height: 600px; padding-top: 100px !important; }
	.intro-content { padding-left: 8%; padding-right: 8%; }
	.intro-content h2 { font-size: 36px; }
	.tour-packages-item { width: calc((100% - 30px) / 2); padding-bottom: 275px; }
	.tour-packages-item:nth-child(3n) { margin-right: 15px; }
	.tour-packages-guide { padding: 30px; }
	.tour-packages-guide-video { width: 45%; }
	body .vcv-footer>[data-vce-boxed-width=true] { max-width: 100% !important; }
	.tour-packages .container, .tour-packages .vce-row-content, .intro-content-wrap .vce-row-content, .explore .vce-row-content { padding: 0 30px; }
	.explore-content { width: 75%; }
	.hero-inner .vce-row-content .vce-col.hero-inner-content { max-width: 66% !important; }
	.generic-content-inner { width: 80%; }

	.contact-inner-wrap { padding: 40px; }
	input[type=date], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea { font-size: 18px; }

	.tour-link { width: 33.3333333%; }
	.tour-links-content { padding: 0 10%; }

	.discover-book-row .vce-col.discover-book-content { padding: 30px 0 30px 30px; width: 66%; margin-right: -21% !important; }
	.discover-book-content h2 { font-size: 32px; }
	.discover-book-content p { font-size: 18px; }
	.discover-book-row .btn-grp .btn { font-size: 18px; }

	.tour-cta-content { padding: 50px 30px; }
	.tour-cta-content h2 { font-size: 38px; }

	.txt-side h2 { font-size: 38px; }
	.vcv-footer p { font-size: 15px; }

	.mec-event-container-simple .mec-monthly-tooltip h4 { font-size: 14px; }
	.hero-cta-link { padding: 0 10px; }
	.hero-cta-title { font-size: 18px; }

	.insta-content h2 { font-size: 38px; }
	.cta-wrap { padding-bottom: 70px; }
	.hero-cta-title { letter-spacing: 0; }

	#el-3bb7775a { margin-left: -50px; }
	.vce-popup-root-wrapper #el-bf29c53c {  }
}
@media (max-width: 768px) {
	/* .mec-event-container-simple .mec-calendar-side { min-width: 1000px!important; } */
	.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4 { word-break: break-word; }
}
@media (max-width: 767px) {
	.header-top-right { display: none !important; }
	body .vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vce-row-content { padding: 0 20px; }
	.header-top { padding: 10px 0; }
	.top-info { justify-content: center; }
	.top-info li { font-size: 12px; margin-right: 10px; }
	.top-info-icon img { max-height: 13px; }
	.splw-lite-wrapper .splw-lite-current-temp img { max-height: 23px; }

	.main-navigation { position: fixed !important; top: 0; height: 100vh; overflow: auto; left: 0; right: 0; color: #fff; background-color: #383633; z-index: 5; display: block; padding: 20px 30px; transform: translateY(-100vh); transition: transform 0.3s ease-in-out; }
	.menu-open .main-navigation { transform: translateY(0); }
	.menu-header-menu-container { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%) translateZ(0px); max-height: calc(100% - 40px); padding-top: 20px; }
	.menu-icon { display: block; position: absolute; top: -37px; right: 0; }

	.menu-header-menu-container .menu { display: block; padding: 0 30px; }
	.menu-header-menu-container .menu a { color: #fff; order: -1; }
	.menu-header-menu-container .menu li { margin-left: 0; text-align: center; font-size: 20px; margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; }
	.menu-header-menu-container .menu li:last-child { margin-bottom: 0; padding-bottom: 20px; }
	.menu-header-menu-container .menu ul { position: static; opacity: 1; visibility: visible; padding: 0; margin: 0 -30px; width: calc(100% + 60px); }
	.main-navigation .menu-header-menu-container ul ul a { color: #383633; }
	.menu-header-menu-container .menu li li { margin-bottom: 0; font-size: 16px; }
	.menu-header-menu-container .menu li li:last-child { padding-bottom: 0; }
	.arrow { width: 30px; height: 30px; position: relative; margin-left: 5px; margin-right: -40px; top: -1px; }
	.arrow:before, .arrow:after { content: ''; position: absolute; background-color: #fff; top: 50%; left: 50%; }
	.arrow:before { width: 12px; height: 2px; margin-top: -1px; margin-left: -6px; }
	.arrow:after { width: 2px; height: 12px; margin-top: -6px; margin-left: -1px; }
	.arrow.up:after { opacity: 0; }

	.hero-slider .vce-timeline-slideshow-item-wrap { padding-right: 30px; }
	.intro-content { padding-left: 0; padding-right: 0; }
	.intro-content h2 { font-size: 32px; }
	.tour-packages-title h2 { font-size: 17px; }
	.tour-packages-item { width: 100%; padding-bottom: 275px; margin-right: 0; }
	.tour-packages-item:nth-child(3n) { margin-right: 0; }
	.tour-packages-guide { flex-direction: column; }
	.tour-packages-guide-content { width: 100%; }
	.tour-packages-guide-video { width: 100%; order: -1; margin-bottom: 30px; }
	.media { padding-bottom: 56.25%; }
	.explore-content { width: 100%; }
	.explore-content h2 { font-size: 32px; }
	.vcv-footer .vce-col { margin-bottom: 40px; }
	.vcv-footer .vce-col:last-child { margin-bottom: 0; }

	.hero-inner .vce-row-content .vce-col.hero-inner-content { max-width: 100% !important; }
	.generic-content-inner { width: 100%; }
	.cta-wrap .vce-element--has-background.vce-col { margin-bottom: 30px; }

	.elem-list-item.half { width: 100%; }
	.contact-inner-wrap { padding: 30px; margin-top: 0; width: calc(100% + 40px); margin-left: -20px; margin-bottom: 20px; }

	.img-txt-wrap { margin: 0 0 50px; }
	.img-txt-wrap .vce-element--has-background { max-height: 316px; height: 0; padding-bottom: 56.25%; position: relative; width: calc(100% + 40px); margin-left: -40px; max-width: none; flex: auto; left: 20px; order: -1; margin-bottom: 30px; }
	.img-txt-wrap .vce-element--has-background .vce-col-inner { position: static; }
	.txt-side { padding-right: 0; }
	.img-txt-wrap .vce-element--has-background + .vce-col .txt-side { padding-left: 0; }
	.book-cta .vce-element--has-background>.vce-col-inner>.vce-col-content { padding: 50px 30px; }
	.book-cta .vce-row-content { padding: 0; }
	.txt-side h2 { font-size: 36px; }
	.back-to-wrap { padding: 38px 0; }
	.vce-row.vce-element--has-background.hero-sip-sip, .vce-row.vce-element--has-background.hero-events,
	.vce-row.vce-element--has-background.hero-tour, .vce-row.vce-element--has-background.hero-discover { padding-top: 190px; }

	.default-content { width: 100%; }
	.tour-bg-content { width: 100%; padding: 30px; position: relative; z-index: 1; }
	.tour-bg-content:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background-color: rgba(0,0,0,0.4); }
	.tour-bg-content h2 { font-size: 36px; }
	.tour-bg-content p { font-size: 16px; }

	.tour-link { width: 50%; }
	.tour-links-content { padding: 0 10px; }

	.tour-cta-wrap.vce-row--col-gap-30>.vce-row-content>.vce-col { flex-basis: auto !important; max-width: none !important; width: calc(100% + 40px); position: relative; margin: 0 0 0 -20px; padding: 0 20px; }
	.tour-cta-col .vce-asset-background-simple-container { width: 100%; }
	.tour-cta-content { padding-left: 0; padding-right: 0; }

	.discover-list { width: calc(100% + 40px); margin-left: -20px; padding: 30px 0 12px; }
	.discover-list-content h3 { font-size: 36px; }
	.discover-list-item { width: 50%; }
	.hero-discover-content { margin-bottom: 70px; }

	.discover-book-row .vce-col.discover-book-image { width: 100%; order: -1; }
	.discover-book-row .vce-col.discover-book-image .vce-col-inner { height: 0; padding-bottom: 56.25% !important; }
	.discover-book-row .vce-col.discover-book-content { width: 100%; margin-right: 0 !important; padding: 20px; }
	.discover-book-row .vce-row-content { padding: 0; }
	.discover-book-row { padding-bottom: 40px; }

	.book-cta-content h2 { font-size: 38px; line-height: 1.12; }
	.elem-list-item.submit-wrap .btn, .elem-list-item.submit-wrap [type=button], .elem-list-item.submit-wrap [type=reset], .elem-list-item.submit-wrap [type=submit] { margin: 0 12px 12px; }

	.mec-calendar .mec-calendar-header h2 { font-size: 32px !important; margin: 0 0 5px; }
	.mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i { font-size: 25px; }
	.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month { line-height: 1; }

	.hero-slider .vce-timeline-slideshow-item h2, .hero-inner-content h1, .hero-contact-content h1, .hero-sip-sip h1, .hero-events h1, .hero-tour h1, .hero-discover-content h1 { font-size: 38px; line-height: 1.10; margin-bottom: 5px; }
	.hero-slider .vce-timeline-slideshow-item p, .hero-inner-content p, .hero-contact-content p, .hero-sip-sip p, .hero-events p, .hero-tour p, .hero-discover-content p { font-size: 16px; line-height: 1.5; }

	.vce-row.vce-element--has-background.hero-contact { padding-top: 190px; padding-bottom: 80px; }

	.hero-cta { flex-direction: column; padding: 30px 0 5px; }
	.hero-cta-link { margin-bottom: 25px; }
	.insta-content h2 { font-size: 32px; }
	.cta-wrap { padding-bottom: 50px; }

	#el-bf29c53c[data-vce-do-apply*=all][data-vce-do-apply*=el-bf29c53c], #el-bf29c53c [data-vce-do-apply*=all][data-vce-do-apply*=el-bf29c53c], #el-bf29c53c[data-vce-do-apply*=margin][data-vce-do-apply*=el-bf29c53c], #el-bf29c53c [data-vce-do-apply*=margin][data-vce-do-apply*=el-bf29c53c] { margin-left: 0 !important; }

	.amount-select .wpcf7-list-item { width: 100%; }
	.amount-select label span { justify-content: center; }
	.elem-list p { width: 100%; }
	#el-3bb7775a { margin-left: 0; }
	#el-aaf9cf0c h2 { font-size: 36px; margin-bottom: 15px; }
	#btn > div { margin-bottom: 15px; }
	#el-5e50d031 .btn, #el-5e50d031 .btn:visited, #el-5e50d031 [type=button], #el-5e50d031 [type=reset], #el-5e50d031 [type=submit], #el-5e50d031 button { white-space: normal; line-height: 1.25; }

	.vce-popup-root-container button.vce-popup-root-close-button { right: 20px !important; }
}
@media (max-width: 575px) {
	.tour-link { width: 100%; }
	.discover-list-content p { font-size: 12px; }
	.hero-cta-title { font-size: 16px; }
	.hero-cta-icon img { width: 20px; }
}
@media (max-width: 479px) {
	.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2 { font-size: 13px; margin-top: 0px; margin-bottom: 15px; }
}