/*!
Theme Name: Travel One
Theme URI: https://wensolutions.com/themes/travel-one
Author: WEN Solutions
Author URI: https://wensolutions.com
Description: Travel One is a responsive Travel WordPress theme with an abundance of expressive travel features and functionalities. The theme is ideal for all travel-related businesses and blogs like Travel Agencies, Travel Blogs, Travel journal, and Tourism Websites. The modern design is fully responsive and excellent to attract potential customers. All of the sections and features in Travel One are fully customizable and absolutely easy to use. And not to forget, Travel One theme is WP Travel Plugin Compatible which is a popular travel management plugin. This allows you to add complete travel booking solutions, making it a top choice for any travel business. So, if your goal is to create a successful Travel WordPress theme, Travel One is the one to go for! Official Support Forum: https://wensolutions.com/contact/ Demo: https://demo.wensolutions.com/travel-one/
Version: 1.0.5
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: travel-one
Tags: custom-menu, custom-logo, editor-style, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, entertainment, photography, portfolio

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

Travel One 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

--------------------------------------------------------------*/
ul, ol {
  padding: 0 20px;
}

:root {
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pizza: #ca9d13;
  --wp--preset--color--tundora: #454545;
  --wp--preset--color--alabaster: #f8f8f8;
  --wp--preset--color--grey: grey;
  --wp--preset--color--silver: #ccc;
  --wp--preset--font-size--normal: 1rem;
  --wp--custom--line-height--body: 1.7;
  --wp--preset--font-family--lato-helvetica: "lato", Helvetica, sans-serif;
  --global-primary-color: var( --wp--preset--color--pizza );
  --global-primary-font: var( --wp--preset--font-family--lato-helvetica );
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  --global--spacing-unit: 20px;
  --primary-nav--padding: calc(1 * var(--global--spacing-unit));
  /* Admin-bar height */
  --global--admin-bar--height: 0;
  --button--font-family: var(--global-primary-font);
  --button--font-size: var(--wp--preset--font-size--normal);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--padding-vertical: 15px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 26px;
  }
}

:root {
  --responsive--spacing-horizontal: calc(
  	2 * var(--global--spacing-horizontal) * 0.6
  );
  --responsive--aligndefault-width: calc(
  	100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignwide-width: calc(
  	100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(
    	calc(100vw - 4 * var(--global--spacing-horizontal)),
    	910px
    );
    --responsive--alignwide-width: calc(
    	100vw - 4 * var(--global--spacing-horizontal)
    );
    --responsive--alignright-margin: calc(
    	0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
    	0.5 * (100vw - var(--responsive--aligndefault-width))
    );
  }
}
@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(
    	calc(100vw - 8 * var(--global--spacing-horizontal)),
    	910px
    );
    --responsive--alignwide-width: min(
    	calc(100vw - 8 * var(--global--spacing-horizontal)),
    	1240px
    );
  }
}
/**
 * Required Variables
 */
/*--------------------------------------------------------------
# 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;
  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:not(.components-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:not(.components-button),
input:not(.components-text-control__input),
select,
optgroup,
textarea:not(.components-textarea-control__input) {
  color: #404040;
  font-family: var(--global-primary-font);
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--custom--line-height--body);
}

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

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em {
  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-color: var(--wp--preset--color--white);
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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%;
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
}

/* Links
--------------------------------------------- */
a {
  color: var(--global-primary-color);
  color: var(--wp--preset--color--tundora);
  outline: 0 !important;
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration-thickness: 1px;
  text-decoration: underline;
}
.widget a, .entry-summery a, .entry-content a {
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration-thickness: 1px;
  text-decoration: underline;
}
.widget a:hover, .entry-summery a:hover, .entry-content a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}
a:focus-visible, a:focus {
  outline: thin dotted !important;
}
a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}
a:hover, a:active {
  color: var(--global-primary-color);
  outline: 0;
}

.has-text-color a {
  color: inherit;
}

/* Forms
--------------------------------------------- */
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control),
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control),
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control),
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control),
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control) {
  border: 0px solid;
  border-radius: 3px;
  transition: 0.2s 0.1s;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  padding: 15px 20px;
  text-decoration: none;
  cursor: pointer;
}
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-background):not(.active),
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-background):not(.active),
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-background):not(.active),
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-background):not(.active),
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-background):not(.active) {
  background-color: var(--wp--preset--color--tundora);
}
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control).active, button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):disabled,
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control).active,
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):disabled,
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control).active,
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):disabled,
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control).active,
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):disabled,
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control).active,
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):disabled {
  background-color: var(--wp--preset--color--pizza) !important;
}
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-text-color),
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-text-color),
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-text-color),
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-text-color),
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):not(.has-text-color) {
  color: var(--wp--preset--color--white);
}
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover,
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover,
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover,
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover,
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover {
  background-color: var(--global-primary-color);
  border-color: var(--global-primary-color);
  color: var(--wp--preset--color--white);
}
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover::before,
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover::before,
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover::before,
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover::before,
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):hover::before {
  width: 100%;
}
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):active, button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus,
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):active,
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus,
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):active,
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus,
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):active,
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus,
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):active,
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus {
  border-color: #aaa #bbb #bbb;
}
button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus-visible,
.wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus-visible,
input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus-visible,
input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus-visible,
input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(#primary-mobile-menu):not(.sub-menu-toggle):not(.del-btn):not(.slick-arrow):not(.mfp-arrow):not(.mfp-close):not(.react-datepicker__navigation):not(.gm-fullscreen-control):focus-visible {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}

.is-style-outline button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button),
.is-style-outline .wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button),
.is-style-outline input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button),
.is-style-outline input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button),
.is-style-outline input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button) {
  color: var(--wp--preset--color--tundora);
  border: 1px solid;
  border-color: var(--wp--preset--color--tundora);
  line-height: 1;
  padding: 15px 20px;
}
.is-style-outline button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(.has-background),
.is-style-outline .wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(.has-background),
.is-style-outline input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(.has-background),
.is-style-outline input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(.has-background),
.is-style-outline input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):not(.has-background) {
  background-color: transparent;
}
.is-style-outline button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover,
.is-style-outline .wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover,
.is-style-outline input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover,
.is-style-outline input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover,
.is-style-outline input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover {
  background-color: var(--global-primary-color);
  border-color: var(--global-primary-color);
  color: var(--wp--preset--color--white);
}
.is-style-outline button:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover::before,
.is-style-outline .wp-block-button__link:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover::before,
.is-style-outline input[type=button]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover::before,
.is-style-outline input[type=reset]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover::before,
.is-style-outline input[type=submit]:not(.menu-toggle):not(.customize-partial-edit-shortcut-button):not(.components-button):hover::before {
  width: 100%;
}

input[type=button],
input[type=reset],
input[type=submit] {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--tundora);
  background-color: var(--wp--preset--color--tundora);
  transition: all 1s;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--global-primary-color);
  border-color: var(--global-primary-color);
}

select,
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: 3px;
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  height: 53px;
  padding: 4px 20px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
select:focus,
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;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px;
}

input[type=checkbox] {
  display: inline;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main main" "footer footer";
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  padding-bottom: 30px;
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.page-content > *,
.page-header > * {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

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

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 482px) {
  .site-header {
    width: 100%;
  }
}
@media (max-width: 481px) {
  .site-header {
    display: grid;
    grid-template-columns: 90% auto;
    width: 100%;
  }
}
.site-header.travel-one--header-has-custom-logo .site-branding, .site-header.travel-one--header-has-site-title .site-branding, .site-header.travel-one--header-has-site-tagline .site-branding {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-header.travel-one--header-has-custom-logo .custom-logo-link {
  margin-bottom: 10px;
}
.site-header.travel-one--header-has-custom-logo:not(.travel-one--header-has-site-title) .custom-logo-link {
  margin-bottom: 0;
}
.site-header .site-description,
.site-header .site-title {
  display: none;
}
.site-header.travel-one--header-has-site-title .site-title {
  display: block;
  padding: 0 0 10px 0;
}
.site-header.travel-one--header-has-site-title:not(.travel-one--header-has-site-tagline):not(.travel-one--header-has-custom-logo) .site-title {
  padding: 0;
}
.site-header.travel-one--header-has-site-tagline .site-description {
  display: block;
}
@media screen and (min-width: 40em) {
  .site-header .site-branding {
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
  }
}
.site-header .site-branding .site-title {
  font-size: 45px;
  line-height: 1;
  margin: 0;
  padding: 15px 0 10px;
  text-align: center;
  font-weight: bold;
  font-family: var(--site-brand-font-family);
}
.site-header .site-branding .site-description {
  margin: 0;
  color: var(--wp--preset--color--grey);
}
.site-header .site-title a {
  text-decoration: none;
}

.wp-travel-multiple-currency form select {
  width: 100%;
}

/* Navigation
--------------------------------------------- */
.menu-button-container {
  display: none;
  justify-content: space-between;
  position: absolute;
  right: 0;
  padding-top: calc(0.5 * var(--global--spacing-vertical));
  padding-bottom: calc(0.25 * var(--global--spacing-vertical));
}
.menu-button-container #primary-mobile-menu {
  margin-left: auto;
  padding: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit)) calc(0.5 * var(--button--padding-horizontal));
}
@media only screen and (max-width: 481px) {
  .menu-button-container {
    display: flex;
  }
}
.menu-button-container .button.button {
  display: flex;
  font-size: 40px;
  background-color: transparent;
  border: none;
  line-height: 0;
}
.menu-button-container .button.button .dropdown-icon {
  display: flex;
  align-items: center;
}
.menu-button-container .button.button .dropdown-icon .svg-icon {
  margin-left: calc(0.25 * var(--global--spacing-unit));
}
.menu-button-container .button.button .dropdown-icon.open .svg-icon {
  position: relative;
  top: -1px;
}
.menu-button-container .button.button .dropdown-icon.close {
  display: none;
}
.menu-button-container .button.button[aria-expanded*=true] .dropdown-icon.open {
  display: none;
}
.menu-button-container .button.button[aria-expanded*=true] .dropdown-icon.close {
  display: flex;
}
.has-logo.has-title-and-tagline .menu-button-container .button.button[aria-expanded*=true] .dropdown-icon.close {
  animation-name: travelone-close-button-transition;
  animation-duration: 0.3s;
}
.menu-button-container .button.button:focus-visible, .menu-button-container .button.button:active, .menu-button-container .button.button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.primary-navigation-open .menu-button-container {
  width: 100%;
  z-index: 500;
}
@media (max-width: 481px) {
  .primary-navigation-open .menu-button-container {
    width: auto;
  }
}
.primary-navigation-open .menu-button-container #primary-mobile-menu {
  position: static;
}

.primary-navigation {
  position: absolute;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.primary-navigation > .primary-menu-container {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  padding-bottom: var(--global--spacing-horizontal);
  transition: all 0.15s ease-in-out;
  transform: translateY(var(--global--spacing-vertical));
  background: var(--wp--preset--color--alabaster);
}
@media only screen and (max-width: 481px) {
  .primary-navigation > .primary-menu-container {
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }
  .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    position: fixed;
    transform: translateY(0) translateX(100%);
  }
  .admin-bar .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    top: var(--global--admin-bar--height);
  }
  .admin-bar .primary-navigation > .primary-menu-container {
    height: calc(100vh - var(--global--admin-bar--height));
  }
  .primary-navigation > .primary-menu-container:focus {
    border: 2px solid var(--global--color-primary);
  }
}
@media only screen and (max-width: 481px) {
  .primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
}
.primary-navigation-open .primary-navigation > .primary-menu-container {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 481px) {
  .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    transform: translateX(0) translateY(0);
  }
}
@media only screen and (min-width: 482px) {
  .primary-navigation {
    position: relative;
    margin-left: auto;
  }
  .primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    overflow: initial;
    transform: none;
  }
  .primary-navigation #toggle-menu {
    display: none;
  }
  .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    display: none;
  }
  .admin-bar .primary-navigation {
    top: initial;
  }
  .admin-bar .primary-navigation > .primary-menu-container {
    top: initial;
  }
}
.primary-navigation > div > .menu-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper {
    padding-bottom: 100px;
    top: 46px;
  }
}
.primary-navigation > div > .menu-wrapper li {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper li {
    margin: 0;
    width: inherit;
  }
  .primary-navigation > div > .menu-wrapper li:last-child() {
    margin-right: 0;
  }
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: flex;
  width: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: currentColor;
  border: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
  outline-offset: -6px;
  outline: 1px dotted currentColor;
}
@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
  }
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  height: 100%;
  display: flex;
  align-items: center;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
  margin-top: -1px;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  display: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
  display: flex;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
  display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  position: relative;
}
@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 0;
    margin: 0;
    min-width: max-content;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease;
    z-index: 88888;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: var(--wp--preset--color--alabaster);
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left {
    /* rtl:ignore */
    left: 0;
    /* rtl:ignore */
    right: auto;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:after {
    /* rtl:ignore */
    left: var(--global--spacing-horizontal);
    /* rtl:ignore */
    right: auto;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right {
    /* rtl:ignore */
    right: 0;
    /* rtl:ignore */
    left: auto;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:after {
    /* rtl:ignore */
    left: auto;
    /* rtl:ignore */
    right: var(--global--spacing-horizontal);
  }
}
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container > ul > .menu-item,
.primary-navigation .primary-menu-container .wp-travel-multiple-currency {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a,
.primary-navigation .primary-menu-container .wp-travel-multiple-currency > a {
    padding-left: var(--primary-nav--padding);
    padding-right: var(--primary-nav--padding);
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle,
.primary-navigation .primary-menu-container .wp-travel-multiple-currency > a + .sub-menu-toggle {
    margin-left: calc(5px - var(--primary-nav--padding));
  }
}
.primary-navigation a {
  display: block;
  padding: var(--primary-nav--padding) 0;
  text-decoration: none;
}
@media only screen and (min-width: 482px) {
  .primary-navigation a {
    display: block;
  }
}
.primary-navigation a + svg {
  fill: var(--primary-nav--color-text);
}
.primary-navigation a:focus {
  position: relative;
  z-index: 99999;
  outline-offset: 0;
  text-decoration-thickness: 2px;
}
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
  color: var(--global-primary-color);
}
.primary-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: var(--primary-nav--padding);
  border: 1px solid var(--primary-nav--border-color);
}
@media (max-width: 481px) {
  .primary-navigation .sub-menu {
    padding-left: var(--primary-nav--padding);
    margin-left: 0;
  }
}
.primary-navigation .sub-menu .sub-menu {
  border: none;
}
@media (max-width: 481px) {
  .primary-navigation .sub-menu .sub-menu {
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu > .menu-item > .sub-menu {
    padding: 0;
  }
}
@media only screen and (max-width: 481px) {
  .primary-navigation .sub-menu .menu-item:last-child() {
    margin-bottom: 0;
  }
}
.primary-navigation .sub-menu .menu-item:not(:last-child) a {
  border-bottom: 0;
}
.primary-navigation .sub-menu .menu-item .menu-item:first-child a {
  border-top: 0;
}
.primary-navigation .sub-menu .menu-item > a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  display: block;
  min-width: 200px;
  border: 1px solid var(--wp--preset--color--silver);
}
@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu .menu-item > a {
    border: none;
  }
}
.primary-navigation .menu-item-has-children > .svg-icon {
  display: none;
}
@media only screen and (min-width: 482px) {
  .primary-navigation .menu-item-has-children > .svg-icon {
    display: inline-block;
    height: 100%;
  }
  .primary-navigation .menu-item-has-children .sub-menu .svg-icon {
    display: none;
  }
}
.primary-navigation .menu-item-description {
  display: block;
  clear: both;
  font-size: var(--global--font-size-xs);
  text-transform: none;
  line-height: 1.7;
}
.primary-navigation .menu-item-description > span {
  display: inline-block;
}

@media only screen and (max-width: 481px) {
  .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
}
@keyframes travelone-close-button-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.comment-navigation,
.posts-navigation,
.post-navigation {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  gap: 5px;
}
.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%;
}

.post-navigation .nav-links .nav-next a {
  justify-content: flex-end;
}
.post-navigation .nav-links a {
  border: 1px solid #404040;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 599px) {
  .post-navigation .nav-links a {
    padding: 15px 10px;
  }
}
.post-navigation .nav-links a:hover .ion-ios-arrow-back::before {
  transform: translateX(-5px);
  transition: all 0.5s ease;
}
.post-navigation .nav-links a:hover .ion-ios-arrow-forward::before {
  transform: translateX(5px);
  transition: all 0.5s ease;
}

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

.post:not(body),
.page:not(body) {
  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;
}

.entry-header > * {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.home.page .entry-header {
  display: none;
}

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

.post-thumbnail {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-travel-itinerary-items .wp-travel-post-content .entry-meta {
  display: block;
}
.wp-travel-itinerary-items .wp-travel-post-content .entry-meta .wp-travel-average-review, .wp-travel-itinerary-items .wp-travel-post-content .entry-meta .wp-travel-review-text {
  margin-top: 10px;
}

body:not(.single):not(.page) .site-main > article:not(:last-child) {
  position: relative;
  padding-bottom: 20px;
}
body:not(.single):not(.page) .site-main > article:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: var(--wp--preset--color--silver);
  max-width: var(--responsive--aligndefault-width);
  left: 0;
  margin: 0 auto;
  right: 0;
}

.entry-summary > *,
.entry-content > * {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}
.entry-summary *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.entry-content *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}
.entry-summary > a.more-link,
.entry-content > a.more-link {
  display: block;
}

.single-itineraries .entry-content,
.home.page .entry-content {
  margin-top: 0;
}

.widget-area,
.comments-pagination,
.alignwide,
.wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 482px) {
  .alignfull,
.full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-footer {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 1em;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

/* Comments
--------------------------------------------- */
.comments-area {
  background: #f8f8f8;
  overflow: hidden;
}
.comments-area > * {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}
.comments-area ol.comment-list {
  padding: 0;
  list-style: none;
}
.comments-area ol.comment-list li.comment {
  padding: 30px 35px;
  margin-bottom: 25px;
  border: thin solid #dfdfdf;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .comments-area ol.comment-list li.comment {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .comments-area ol.comment-list li.comment {
    padding: 25px 20px;
  }
}
.comments-area ol.comment-list li.comment .comment-body footer.comment-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 767px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta {
    justify-content: flex-start;
  }
}
@media (min-width: 405px) and (max-width: 599px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta {
    display: block;
  }
}
.comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
    align-items: unset;
  }
}
@media (min-width: 405px) and (max-width: 599px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
    align-items: flex-start;
  }
}
@media (max-width: 404px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
    align-items: unset;
  }
}
.comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-author img {
  width: 75px;
  border-radius: 50%;
}
.comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-author b.fn {
  padding: 0 4px 0 20px;
}
@media (max-width: 767px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
    text-align: left;
    width: auto;
    margin-left: -80px;
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
    text-align: left;
    width: auto;
    margin-left: 95px;
    margin-top: -45px;
  }
}
@media (max-width: 550px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
    width: 60%;
  }
}
@media (max-width: 404px) {
  .comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
    margin-left: 95px;
    margin-top: -43px;
  }
}
.comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata .edit-link {
  position: relative;
  margin-left: 23px;
}
.comments-area ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata .edit-link::before {
  content: "\f12c";
  font-family: "Ionicons";
  position: absolute;
  top: -3px;
  left: -15px;
}
.comments-area ol.comment-list li.comment .comment-body .comment-content {
  padding: 0 0 0 97px;
  margin: -45px 0 -5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .comments-area ol.comment-list li.comment .comment-body .comment-content {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .comments-area ol.comment-list li.comment .comment-body .comment-content {
    margin-top: -15px;
  }
}
@media (max-width: 599px) {
  .comments-area ol.comment-list li.comment .comment-body .comment-content {
    padding: 0;
    margin-top: 35px;
  }
}
@media (max-width: 404px) {
  .comments-area ol.comment-list li.comment .comment-body .comment-content {
    margin-top: 0;
  }
}
.comments-area ol.comment-list li.comment .comment-body .comment-content a {
  word-wrap: break-word;
}
.comments-area ol.comment-list li.comment .comment-body .reply {
  margin: 0 0 0 85px;
  position: relative;
  display: inline;
}
@media (max-width: 599px) {
  .comments-area ol.comment-list li.comment .comment-body .reply {
    padding: 0;
    margin-left: -12px;
  }
}
.comments-area ol.comment-list li.comment .comment-body .reply::before {
  content: "\f21e";
  font-family: "Ionicons";
  position: absolute;
  left: 13px;
  top: -2px;
}
@media (max-width: 599px) {
  .comments-area ol.comment-list li.comment .comment-body .reply::before {
    left: 13px;
  }
}
.comments-area ol.comment-list li.comment .comment-body .reply .comment-reply-link {
  padding: 10px 15px 12px 30px;
}
.comments-area ol.comment-list li.comment .comment-respond .comment-form-author,
.comments-area ol.comment-list li.comment .comment-respond .comment-form-email,
.comments-area ol.comment-list li.comment .comment-respond .comment-form-url {
  width: 45%;
}
@media (max-width: 991px) {
  .comments-area ol.comment-list li.comment .comment-respond .comment-form-author,
.comments-area ol.comment-list li.comment .comment-respond .comment-form-email,
.comments-area ol.comment-list li.comment .comment-respond .comment-form-url {
    width: 100%;
  }
}
.comments-area ol.comment-list li.comment ol.children {
  display: block;
  position: unset;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .comments-area ol.comment-list li.comment ol.children {
    margin-left: 0;
  }
}
.comments-area ol.comment-list li.comment ol.children li.comment {
  padding: 30px 0 0px 35px;
  border: none;
  margin: 0;
}
@media (max-width: 599px) {
  .comments-area ol.comment-list li.comment ol.children li.comment {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-meta .comment-metadata {
    width: 140px;
  }
}
@media (min-width: 665px) and (max-width: 767px) {
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-meta .comment-metadata {
    width: auto;
  }
}
@media (min-width: 600px) and (max-width: 664px) {
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-meta .comment-metadata {
    width: 190px;
  }
}
@media (min-width: 600px) and (max-width: 664px) {
  .comments-area ol.comment-list li.comment ol.children li.comment .comment-content {
    margin-top: 0;
  }
}
.comments-area ol.comment-list li.comment ol.children a {
  padding: 0;
}
.comments-area .comment-respond {
  margin-top: 35px;
}
.comments-area .comment-respond .comment-reply-title small {
  margin-left: 8px;
}
.comments-area .comment-respond form.comment-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.comments-area .comment-respond form.comment-form span.required {
  color: red;
}
.comments-area .comment-respond form.comment-form .comment-form-author,
.comments-area .comment-respond form.comment-form .comment-form-email,
.comments-area .comment-respond form.comment-form .comment-form-url {
  width: 30%;
}
@media (max-width: 1084px) {
  .comments-area .comment-respond form.comment-form .comment-form-author,
.comments-area .comment-respond form.comment-form .comment-form-email,
.comments-area .comment-respond form.comment-form .comment-form-url {
    width: 45%;
  }
}
@media (max-width: 400px) {
  .comments-area .comment-respond form.comment-form .comment-form-author,
.comments-area .comment-respond form.comment-form .comment-form-email,
.comments-area .comment-respond form.comment-form .comment-form-url {
    width: 100%;
  }
}
.comments-area .comment-respond form.comment-form .comment-form-author input,
.comments-area .comment-respond form.comment-form .comment-form-email input,
.comments-area .comment-respond form.comment-form .comment-form-url input {
  width: 100%;
  height: 45px;
}
.comments-area .comment-respond form.comment-form .comment-form-cookies-consent {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  cursor: pointer;
}
.comments-area .comment-respond form.comment-form .comment-form-cookies-consent > input {
  width: 2%;
  cursor: pointer;
}
@media (max-width: 599px) {
  .comments-area .comment-respond form.comment-form .comment-form-cookies-consent > input {
    width: 4%;
  }
}
.comments-area .comment-respond form.comment-form .comment-form-cookies-consent > label {
  width: 98%;
  cursor: pointer;
  padding-left: 5px;
}
@media (max-width: 599px) {
  .comments-area .comment-respond form.comment-form .comment-form-cookies-consent > label {
    width: 90%;
  }
}
.comments-area .comment-respond form.comment-form > .comment-form-comment {
  max-width: 100%;
  width: 100%;
}
.comments-area .comment-respond form.comment-form .form-submit button.submit {
  cursor: pointer;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget select {
  max-width: 100%;
}
.widget .wp-block-search__inside-wrapper button.has-icon svg {
  fill: var(--wp--preset--color--white);
}
@media (min-width: 651px) and (max-width: 1199px) {
  .widget .wp-travel-itinerary-items .wp-travel-itinerary-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
  }
} /* 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%;
}

.mfp-gallery .mfp-content .mfp-close {
  padding-left: 0 !important;
}

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

/* Footer
--------------------------------------------- */
.site-footer .widget-column .widget > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--alignwide-width);
}
.site-footer .widget-column .widget > *.alignfull {
  max-width: 100%;
}
.site-footer .footer-widget-area-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  grid-gap: 1rem;
}
.site-footer .site-info {
  padding: var(--global--spacing-vertical) var(--responsive--spacing-horizontal);
  text-align: center;
  background-color: var(--wp--preset--color--alabaster);
  max-width: var(--responsive--alignfull-width);
}

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

/* WP Travel
--------------------------------------------- */
.post-type-archive-itineraries.sidebar-right article > .entry-content,
.tax-itinerary_types.sidebar-right article > .entry-content,
.tax-travel_locations.sidebar-right article > .entry-content,
.tax-travel_keywords.sidebar-right article > .entry-content,
.tax-activity.sidebar-right article > .entry-content {
  grid-template-areas: "toolbar" "main" "sidebar";
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-itineraries.sidebar-right article > .entry-content,
.tax-itinerary_types.sidebar-right article > .entry-content,
.tax-travel_locations.sidebar-right article > .entry-content,
.tax-travel_keywords.sidebar-right article > .entry-content,
.tax-activity.sidebar-right article > .entry-content {
    grid-template-areas: "toolbar toolbar" "main sidebar";
    grid-template-columns: minmax(min-content, 910px) 330px;
  }
}
.post-type-archive-itineraries article > .entry-content,
.tax-itinerary_types article > .entry-content,
.tax-travel_locations article > .entry-content,
.tax-travel_keywords article > .entry-content,
.tax-activity article > .entry-content {
  grid-template-areas: "toolbar" "main" "sidebar";
  display: grid;
  grid-template-areas: "toolbar" "main";
  grid-gap: 2rem;
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .post-type-archive-itineraries article > .entry-content,
.tax-itinerary_types article > .entry-content,
.tax-travel_locations article > .entry-content,
.tax-travel_keywords article > .entry-content,
.tax-activity article > .entry-content {
    grid-template-areas: "toolbar toolbar" "main sidebar";
    grid-template-columns: minmax(min-content, 910px) 330px;
  }
}
.post-type-archive-itineraries article > .entry-content > *,
.tax-itinerary_types article > .entry-content > *,
.tax-travel_locations article > .entry-content > *,
.tax-travel_keywords article > .entry-content > *,
.tax-activity article > .entry-content > * {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-itineraries .wp-travel-toolbar,
.tax-itinerary_types .wp-travel-toolbar,
.tax-travel_locations .wp-travel-toolbar,
.tax-travel_keywords .wp-travel-toolbar,
.tax-activity .wp-travel-toolbar {
  grid-area: toolbar;
  max-width: var(--responsive--alignwide-width);
  width: 100%;
  gap: 1.5em;
  padding: 0 25px;
  margin-bottom: 0;
}
.post-type-archive-itineraries .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter,
.tax-itinerary_types .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter,
.tax-travel_locations .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter,
.tax-travel_keywords .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter,
.tax-activity .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-type-archive-itineraries .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field select,
.tax-itinerary_types .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field select,
.tax-travel_locations .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field select,
.tax-travel_keywords .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field select,
.tax-activity .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-toolbar-filter-field select {
  height: 53px !important;
}
.post-type-archive-itineraries .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button,
.tax-itinerary_types .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button,
.tax-travel_locations .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button,
.tax-travel_keywords .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button,
.tax-activity .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button {
  padding: 10px 9px;
}
.post-type-archive-itineraries .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button .btn-wp-travel-filter,
.tax-itinerary_types .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button .btn-wp-travel-filter,
.tax-travel_locations .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button .btn-wp-travel-filter,
.tax-travel_keywords .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button .btn-wp-travel-filter,
.tax-activity .wp-travel-toolbar .wp-toolbar-left .wp-travel-post-filter .wp-travel-filter-button .btn-wp-travel-filter {
  padding: 8px 12px;
}
.post-type-archive-itineraries .wp-travel-toolbar .wp-travel-view-mode-lists,
.tax-itinerary_types .wp-travel-toolbar .wp-travel-view-mode-lists,
.tax-travel_locations .wp-travel-toolbar .wp-travel-view-mode-lists,
.tax-travel_keywords .wp-travel-toolbar .wp-travel-view-mode-lists,
.tax-activity .wp-travel-toolbar .wp-travel-view-mode-lists {
  padding: 25px 0;
}
.post-type-archive-itineraries .wp-travel-toolbar a,
.tax-itinerary_types .wp-travel-toolbar a,
.tax-travel_locations .wp-travel-toolbar a,
.tax-travel_keywords .wp-travel-toolbar a,
.tax-activity .wp-travel-toolbar a {
  text-decoration: none;
}
.post-type-archive-itineraries .wp-travel-toolbar .active-mode a,
.tax-itinerary_types .wp-travel-toolbar .active-mode a,
.tax-travel_locations .wp-travel-toolbar .active-mode a,
.tax-travel_keywords .wp-travel-toolbar .active-mode a,
.tax-activity .wp-travel-toolbar .active-mode a {
  color: var(--global-primary-color);
}
@media (max-width: 767px) {
  .post-type-archive-itineraries .wp-travel-toolbar,
.tax-itinerary_types .wp-travel-toolbar,
.tax-travel_locations .wp-travel-toolbar,
.tax-travel_keywords .wp-travel-toolbar,
.tax-activity .wp-travel-toolbar {
    padding: 0;
  }
}
.post-type-archive-itineraries .wp-travel-archive-content,
.tax-itinerary_types .wp-travel-archive-content,
.tax-travel_locations .wp-travel-archive-content,
.tax-travel_keywords .wp-travel-archive-content,
.tax-activity .wp-travel-archive-content {
  grid-area: main;
}
.post-type-archive-itineraries #wp-travel-secondary,
.tax-itinerary_types #wp-travel-secondary,
.tax-travel_locations #wp-travel-secondary,
.tax-travel_keywords #wp-travel-secondary,
.tax-activity #wp-travel-secondary {
  grid-area: sidebar;
  width: 100%;
}

.wp-travel-post-item-wrapper .wp-travel-post-wrap-bg .wp-travel-post-info .favourite {
  top: 3px;
}

@media (max-width: 992px) {
  .widget .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists {
    top: 11px;
  }
}
.wptravel-layout-v1 .wp-travel-itinerary-list .wp-travel-post-info .wp-travel-add-to-wishlists {
  top: 18px;
}

@media (max-width: 992px) {
  .wptravel-layout-v1 .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists {
    top: 26px;
  }
}
@media (max-width: 768px) {
  .wptravel-layout-v1 .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists {
    top: 11px;
  }
}
@media (max-width: 992px) {
  .wptravel-layout-v1 .widget .wp-travel-default-article .wp-travel-entry-content-wrapper .description-left .wp-travel-add-to-wishlists {
    top: 11px;
  }
}

.widget-area .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right, .footer-inner-wrapper .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
  padding: 0 20px 15px;
}

.page .entry-content > .wp-travel {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

body.single-itineraries:not(.has-wptravel-block) .entry-summary > *,
body.single-itineraries:not(.has-wptravel-block) .entry-content > * {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}
body.single-itineraries:not(.has-wptravel-block) .site-main {
  margin-top: 25px;
}

#shopping-cart .cart-summary .cart-header .subtitle strong {
  background-color: var(--global-primary-color);
}

@media (max-width: 992px) {
  #trip_outline .tc-content img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #trip_outline .tc-content img {
    margin: 0 1em 1em 0;
    width: auto;
  }
}
@media (max-width: 450px) {
  #trip_outline .tc-content img {
    width: 100%;
  }
}
#trip_outline .tc-content.right {
  border-left-color: #f8c107;
}
#trip_outline .tc-content.left {
  border-right-color: #f8c107;
}
#trip_outline .itenary .image {
  border-color: #f8c107;
  background: #f8c107;
}

.wp-travel-trip-duration .trip-duration-calender input {
  padding-left: 55px !important;
}
.wp-travel-trip-duration .calender-icon {
  width: 47px !important;
  height: 47px !important;
  top: 30px !important;
  left: 2px !important;
}
.wp-travel-trip-duration .calender-icon::before {
  right: 16px !important;
  top: 12px !important;
}

a.wptravel-book-your-trip {
  background-color: var(--wp--preset--color--tundora) !important;
  color: var(--wp--preset--color--white) !important;
  border: 0px solid;
  border-radius: 3px;
  transition: 0.2s 0.1s;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  padding: 15px 20px !important;
  text-decoration: none;
  cursor: pointer;
}

.dashboard-tab .resp-tabs-container {
  overflow: auto;
}
.dashboard-tab .resp-tabs-container .order-list-table th, .dashboard-tab .resp-tabs-container .order-list-table td {
  text-align: left;
}
.dashboard-tab .book-more a {
  background: var(--wp--preset--color--tundora) !important;
  transition: 200ms ease-in-out;
}
.dashboard-tab .book-more a:hover {
  background: var(--wp--preset--color--pizza) !important;
}

.wp-travel .checkout-page-wrap .wp-travel-radio-group.wp-travel-payment-field {
  flex-wrap: wrap;
  justify-content: right;
}
.wp-travel .checkout-page-wrap .wp-travel-radio-group.wp-travel-payment-field label:not(.radio-checkbox-label) {
  width: 25%;
}
.wp-travel .checkout-page-wrap .wp-travel-radio-group.wp-travel-payment-field .wp-travel-radio {
  width: 70%;
}
@media (max-width: 1032px) {
  .wp-travel .checkout-page-wrap .wp-travel-radio-group.wp-travel-payment-field {
    justify-content: start;
  }
}
.wp-travel .checkout-page-wrap .wp-travel-form-field.wp-travel-radio-group {
  display: block;
}
.wp-travel .checkout-page-wrap .wp-travel-text-info .wp-travel-info-content {
  font-weight: 900;
}
.wp-travel .required-label {
  color: #ff0000;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 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: 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;
}

/* Blocks
--------------------------------------------- */
.wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-travel-booking-wrapper .wp-travel-booking-enquiry .dashicons {
  padding-top: 4px;
}

@media (max-width: 400px) {
  .wp-travel-content .wp-travel-trip-detail .trip-price {
    font-size: 16px;
  }
}
.wp-travel-content .wp-travel-average-review {
  width: 90px;
}
@media (max-width: 400px) {
  .wp-travel-content .wp-travel-average-review {
    margin-top: 3px !important;
  }
}

.wp-travel-tab-wrapper #slider-tab .resp-tabs-list {
  display: flex;
  align-items: center;
  padding: 0;
}
.wp-travel-tab-wrapper #slider-tab .resp-tabs-list button.slick-arrow.slick-prev, .wp-travel-tab-wrapper #slider-tab .resp-tabs-list button.slick-arrow.slick-next {
  font-size: 0 !important;
}
.wp-travel-tab-wrapper #slider-tab .resp-tabs-list button.slick-arrow.slick-prev::before, .wp-travel-tab-wrapper #slider-tab .resp-tabs-list button.slick-arrow.slick-next::before {
  color: var(--wp--preset--color--tundora);
}
.wp-travel-tab-wrapper .resp-tabs-container {
  border: none !important;
}
.wp-travel-tab-wrapper .resp-tabs-container .tab-list-content .wp-travel-advanced-gallery-items-list {
  padding: 0;
}
@media (max-width: 768px) {
  .wp-travel-tab-wrapper .resp-tabs-container .tab-list-content .wp-travel-advanced-gallery-items-list {
    padding: 25px 10px;
  }
}
@media (max-width: 460px) {
  .wp-travel-tab-wrapper .resp-tabs-container .tab-list-content .wp-travel-advanced-gallery-items-list {
    padding: 25px 0;
  }
}
.wp-travel-tab-wrapper .resp-tabs-container .tab-list-content #booking .wptravel-recurring-dates .qty-spinner button {
  padding: 5px 10px !important;
}
.wp-travel-tab-wrapper .resp-tabs-container .tab-list-content #booking .wptravel-recurring-dates .qty-spinner span {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-travel-tab-wrapper .resp-tabs-container .tab-list-content #booking .wptravel-recurring-dates .wp-travel-booking__selected-time button:disabled {
  background-color: var(--global-primary-color) !important;
}
.wp-travel-tab-wrapper .resp-tabs-container .resp-tab-content-active ul,
.wp-travel-tab-wrapper .resp-tabs-container .resp-tab-content-active ol {
  padding: 0 15px;
}

.mfp-content .mfp-close {
  border: none !important;
  position: absolute !important;
  left: unset !important;
  padding: 0 !important;
  color: rgb(250, 48, 48) !important;
  font-size: 21px !important;
}

.wp-travel-post-item-wrapper .wp-travel-post-wrap-bg .wp-travel-post-info {
  justify-content: space-between;
  align-items: unset;
}
.wp-travel-post-item-wrapper .wp-travel-post-wrap-bg .wp-travel-post-info .wp-detail-review-wrap .wp-travel-trip-detail {
  padding: 0;
}

.mfp-gallery button.mfp-arrow {
  border: none;
  margin: 0;
}
.mfp-gallery button.mfp-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  width: auto;
  height: auto;
  position: unset;
  top: 0;
  left: 0;
  color: #fff;
  border: none;
  opacity: 1;
  margin: 0;
}
.mfp-gallery button.mfp-arrow::after {
  content: none;
}
.mfp-gallery button.mfp-arrow.mfp-arrow-left {
  float: left;
}
.mfp-gallery button.mfp-arrow.mfp-arrow-left::before {
  content: "\f053";
}
.mfp-gallery button.mfp-arrow.mfp-arrow-right {
  float: right;
}
.mfp-gallery button.mfp-arrow.mfp-arrow-right::before {
  content: "\f054";
}

#booking .wp-travel-booking__pricing-wrapper .wp-travel-booking__pricing-name button {
  margin-bottom: 1em !important;
}
#booking .wptravel-pax-selector .qty-spinner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}
@media (max-width: 991px) {
  #booking .wptravel-pax-selector .qty-spinner button {
    padding: 0 8px !important;
    margin-inline: 0 !important;
  }
}
@media (max-width: 991px) {
  #booking .wptravel-pax-selector .qty-spinner span {
    height: 23px;
  }
}
@media (max-width: 991px) {
  #booking.wp-travel-calendar-view .wptravel-pax-selector .qty-spinner span {
    height: 30px;
  }
}

.wp-travel-list-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__selected-time {
  margin-top: 0.7em;
}
@media (max-width: 575px) {
  .wp-travel-list-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__selected-time {
    text-align: left;
  }
  .wp-travel-list-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__selected-time h4 {
    width: 100%;
  }
  .wp-travel-list-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__selected-time button:disabled {
    float: none;
  }
}

@media (max-width: 990px) {
  .wp-travel-booking__panel-bottom .left-info p {
    margin-bottom: 5px;
  }
}
.wp-travel-booking__panel-bottom .right-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: right !important;
}
.wp-travel-booking__panel-bottom .right-info p {
  margin: 0;
}

.wp-travel-list-view .wp-travel-booking__selected-time button:nth-child(2) {
  margin-bottom: 0.5rem;
}

@media (min-width: 991px) {
  .wptravel-block-wrapper.wptravel-block-trip-search .wp-travel-search input:not([type=submit]),
.wptravel-block-wrapper.wptravel-block-trip-search .wp-travel-search select {
    height: 45px;
  }
}

.wptravel-block-wrapper.wptravel-block-trip-enquiry form .wp-travel-form-field select {
  height: 53px !important;
}

.react-datepicker-wrapper .wp-travel-date-picker-btn, .wptravel-block-trip-calendar .wp-travel-date-picker-btn {
  padding: 0 0 0 1em !important;
}

.react-datepicker-popper button {
  border: none !important;
  position: absolute !important;
  left: unset;
  margin-right: 0 !important;
  top: 12px !important;
  background: transparent !important;
}
.react-datepicker-popper button.react-datepicker__navigation--previous {
  left: 10px !important;
}
.react-datepicker-popper button.react-datepicker__navigation--next {
  left: unset !important;
  right: 5px !important;
}

@media (max-width: 481px) {
  #reviews {
    padding-inline: 0;
  }
}
#reviews .commentlist li.comment {
  border: thin solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 18px;
  background: none;
}
#reviews .commentlist li.comment .comment_container img.avatar {
  width: auto;
  border-radius: 50%;
  margin-right: 1em;
}
#reviews .commentlist li.comment .comment_container .comment-text .wp-travel-average-review {
  margin-top: 6px;
}
#reviews .commentlist li.comment .comment_container .comment-text .meta {
  display: inline;
}
#reviews .commentlist li.comment .comment_container .comment-text .description {
  margin-top: 45px;
}
@media (max-width: 575px) {
  #reviews .commentlist li.comment .comment_container .comment-text .description {
    margin-top: 0;
  }
}
#reviews .commentlist li.comment .comment_container .comment-text .description p {
  display: flex;
  padding-left: 0;
}
#reviews .commentlist li.comment ul.children {
  margin-left: 0;
  padding: 0 !important;
}
#reviews .commentlist li.comment ul.children li.comment {
  border: none;
}
@media (max-width: 700px) {
  #reviews .commentlist li.comment ul.children li.comment {
    padding-inline: 12px;
  }
}
#reviews .commentlist li.comment .reply {
  display: inline;
  margin-left: 15px;
}
#reviews .commentlist li.comment .reply::before {
  content: "\f21e";
  font-family: "Ionicons";
  position: absolute;
  left: -15px;
  top: -3px;
}
#reviews .comment-respond .comment-form-rating {
  margin-top: 0;
}
#reviews .comment-respond .rate_label {
  text-decoration: none;
}
#reviews .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 766px) {
  #reviews .comment-respond .comment-form-cookies-consent {
    align-items: baseline;
  }
}
#reviews .comment-respond .comment-form-cookies-consent input {
  width: 15px;
  height: 15px;
}
@media (max-width: 600px) {
  #reviews .comment-respond .comment-form-cookies-consent input {
    width: 25px;
  }
}

.wptravel-block-wrapper.wptravel-block-trip-filters .wp-travel-form-field.wp-travel-trip-duration .calender-icon {
  width: 48px;
  height: 47px;
  top: 30px;
  left: 3px;
}
.wptravel-block-wrapper.wptravel-block-trip-filters .wp-travel-form-field.wp-travel-trip-duration .calender-icon::before {
  top: 13px;
  right: 17.5px;
}
@media (max-width: 1085px) {
  .wptravel-block-wrapper.wptravel-block-trip-filters .wp-travel-form-field.wp-travel-trip-duration .calender-icon {
    width: 48px;
    height: 49px;
    top: 29px;
    left: 2px;
  }
}
.wptravel-block-wrapper.wptravel-block-trip-filters .wp-travel-form-field.wp-travel-trip-duration input {
  padding-left: 58px !important;
}
.wptravel-block-wrapper.wptravel-block-trip-filters .wp-travel-form-field.wp-travel-trip-duration input[type=text] {
  padding: 3px 10px;
}
@media (max-width: 500px) {
  .wptravel-block-wrapper.wptravel-block-trip-filters .wp-travel-form-field.wp-travel-trip-duration span.trip-duration-calender {
    width: 100%;
  }
}

.wp-travel.trip-headline-wrapper .featured-side-image.left-plot .wp-travel-view-gallery a:hover {
  background-color: var(--global-primary-color);
  color: #ffffff;
}

.wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .tbody-table tr td {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 451px) and (max-width: 576px) {
  .wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .tbody-table tr td {
    flex-wrap: nowrap;
  }
}
@media (max-width: 450px) {
  .wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .tbody-table tr td:not(:nth-child(2)) {
    text-align: left;
  }
}
@media (max-width: 450px) {
  .wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .tbody-table td::before {
    padding-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .components-checkbox-control input[type=checkbox] {
    margin-top: 5px;
    display: inline;
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 450px) and (max-width: 575px) {
  .wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .components-base-control__field .components-checkbox-control__input {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 450px) {
  .wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .components-base-control__field .components-checkbox-control__input {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 450px) and (max-width: 575px) {
  .wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .components-base-control__field label {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .wp-travel-list-view .wptravel-recurring-dates .wptravel-recurring-table-wrapper .wptravel-recurring-table .components-base-control__field label {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .resp-tab-content .wp-travel-list-view .wp-travel-booking__trip-option-list .qty-spinner span {
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .resp-tab-content .wp-travel-list-view .wp-travel-booking__trip-option-list .item-price {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .resp-tab-content .wp-travel-list-view .wp-travel-booking__trip-option-listbutton {
    padding: 0px 10px;
    top: -2px;
  }
}

.widget-area .widget_block .wp-travel-itinerary-items ul.wp-travel-itinerary-list {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 651px) and (max-width: 1199px) {
  .widget-area .widget_block .wp-travel-itinerary-items ul.wp-travel-itinerary-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1199px) {
  .wptravel-block-wrapper.wptravel-block-trip-filters {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .wptravel-block-wrapper.wptravel-block-trip-enquiry {
    padding: 0px;
  }
}

.widget_wp_travel_trip_enquiry_form_widget h2.widget-title {
  margin-bottom: 5px;
}

.wp-travel-entry-content-wrapper .description-left .entry-meta {
  display: block;
}

.widget .trip-duration-calender input {
  padding-right: 0;
}