/*!
Theme Name: Odysia Cruise
Theme URI: http://underscores.me/
Author: Matthew Rose
Author URI: http://underscores.me/
Description: A bespoke theme for Odysia Cruise
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: odysia-cruise
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.

Odysia Cruise 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
	 ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

/**
 * 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: #212121;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1rem;
	line-height: 150%;
}

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

p {
	margin-bottom: 1.5em;
}

p:empty {
    display: none;
}

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: #F8F8F8;
}

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: #156469;
	transition: 0.5s ease all;
}

a:visited {
	color: #156469;
	transition: 0.5s ease all;
}

a:hover,
a:focus,
a:active {
	color: #867156;
	transition: 0.5s ease all;
}

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

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

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

footer .site-info {
    max-width: 1024px;
    margin: 40px auto 0;
    text-align: center;
}

footer .site-info p {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.grecaptcha-badge { visibility: hidden; }

footer .site-info {
    display: flex;
    max-width: 1024px;
    margin: 40px auto 0;
    text-align: center;
    justify-content: center;
    align-content: center;
}

footer .site-info p {
    font-size: 0.8em;
    line-height: 2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 10px 0;
}

footer .site-info a {
    display: block;
    font-size: 0.8em;
    line-height: 2em;
    margin: 0 0 0 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    color: #165D5F;
    position: relative;
}


footer .site-info a:after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #165D5F;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    transition: 0.5s ease all;
}

footer .site-info a:hover:after {
    width: 100%;
    transition: 0.5s ease all;
}

html.open {
	overflow: hidden;
}

html body:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
	display: none;
	opacity: 0;
	pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
	transition: 1s ease all;
}

html.open body:before {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	transition: 1s ease all;
}

section.privacy-statement {
	width: 90%;
    max-height: 90%;
    max-width: 1080px;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    padding: 2em;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	z-index: 9;
    visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 1s ease all;
}

html.open section.privacy-statement {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	transition: 1s ease all;
}

section.privacy-statement i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 2.5rem;
    background: #065C62;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    z-index: 9;
}

section.privacy-statement h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #065C62;
    margin: 0;
}

section.privacy-statement p {
    font-size: 1rem;
    line-height: 1.7rem;
}

section.privacy-statement p:last-of-type {
    margin-bottom: 0;
}

/* Header Styles */

header.site-header {
	display: flex;
	min-height: 70px;
	background-color: #FFFFFF;
    flex-direction: column;	
	flex-wrap: wrap;
	align-content: center;
}

header.site-header section.header-container {
	display: flex;
    flex-direction: row;	
	max-width: 1280px;
    width: 100%;
	padding: 0 8px;
	height: auto;
	flex-grow: 1;
    background-color: unset;
    margin: auto;
	justify-content: space-between;
}

header.site-header > section.header-container > nav.main-navigation {
	display: flex;
	width: auto;
	position: relative;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	flex-grow: 1;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container > ul.menu {
	display: flex;
    margin: 0px;
    padding: 0px;
    flex-grow: 1;
    justify-content: space-evenly;
    gap: 16px;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container > ul.menu li {
	align-content: center;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container a {
	height: 100%;
	align-content: center;
	color: rgb(6, 92, 98);
    font-size: 1rem;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
	border-bottom: 4px solid transparent;
	position: relative;
	transition: 0.5s ease all;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container a:hover {
	border-bottom: 4px solid rgb(6, 92, 98);
	transition: 0.5s ease all;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container .nav-search a:before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    display: block;
    text-align: center;
    font-weight: bold;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container .nav-booking a:before {
    content: '\f21a';
    font-family: 'Font Awesome 6 Free';
    display: block;
    text-align: center;
    font-weight: bold;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container .nav-trip a:before {
    content: '\f007';
    font-family: 'Font Awesome 6 Free';
    display: block;
    text-align: center;
    font-weight: bold;
}

header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container .nav-contact a:before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    display: block;
    text-align: center;
    font-weight: bold;
}

header.site-header > section.header-container > div.site-branding {
    max-width: 160.693px;
    position: relative;
    align-items: center;
	align-content: center;
}

/* Small menu. */


.menu-toggle {
	border: none;
	background: none;
	display: none;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.menu-toggle svg {
    width: 20px;
    height: 20px;
}

.menu-close {
	border: none;
	background: none;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: 1s ease all;
}
	
.menu-close svg {
	width: 24px;
	height: 24px;
}


.main-navigation ul {
	display: flex;
}

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

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

	header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		align-content: flex-start;
		top: 0;
		right: -100%;
		z-index: 999;
		transition: 0.5s ease all;
	}

	header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container > ul.menu {
		display: flex;
		flex-direction: column;
		margin-top: 100px;
	}

	header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container > ul.menu li {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container > ul.menu li a {
		font-size: 1.125rem;
		font-weight: bold;
		background: transparent;
		cursor: pointer;
		display: flex;
		padding: 8px 0px 0px;
		margin: 0px 16px 0px 44px;
		height: 100%;
		align-items: center;
		box-sizing: border-box;
	}

	header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container > ul.menu li small {
		margin: 0px 16px 0px 44px
	}

	header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container > ul.menu li a:before {
		margin-right: 10px;
	}

	html body:before {
		content: '';
		width: 100%;
		height: 100%; 
		background: rgba(0,0,0,0.75);
		backdrop-filter: blur(0px);
		position: fixed;
		visibility: visible;
		display: block;
		opacity: 0;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: 998;
		transition: 0.5s ease all;
	}

	html body.nav-open {
		overflow: hidden;
	}

	html body.nav-open:before {
		backdrop-filter: blur(2px);
		visibility: visible;
		opacity: 1;
		transition: 0.5s ease all;
	}

	body.nav-open header.site-header > section.header-container > nav.main-navigation .menu-close {
    	visibility: visible;
		opacity: 1;
		transition: 1s ease all;
	}

	body.nav-open header.site-header > section.header-container > nav.main-navigation > .menu-main-menu-container {
		right: 0;
		transition: 0.5s ease all;
	}

}

/* Menu Tooltip Styles */

/* Base hidden state */
.nav_desc {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Desktop styles */
@media screen and (min-width: 769px) {
  .nav_desc {
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    padding: 0.25em 0.5em;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 0.75rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.5em);
    border-radius: 4px;
  }

  .menu-item {
    position: relative;
  }

  .menu-item:hover .nav_desc {
    opacity: 1;
    pointer-events: auto;
  }

  .nav_desc.follow-cursor {
    position: fixed;
    transform: translate(-50%, -150%);
    z-index: 9999;
  }
}



/* Footer Styles */

footer.site-footer {
	display: flex;
    flex-direction: column;	
	flex-wrap: wrap;
	align-content: center;
}

footer.site-footer section.footer-container {
	display: flex;
    flex-direction: row;	
	max-width: 1280px;
    width: 100%;
	padding: 0 8px;
	height: auto;
	flex-grow: 1;
    background-color: unset;
    margin: auto;
	justify-content: space-between;
}

footer.site-footer > div.site-footer-top {
	display: flex;
    flex-direction: row;	
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid rgb(224, 224, 224);
	padding: 1rem;
}

footer.site-footer > div.site-footer-top p {
	font-weight: 700;
	color: rgb(33, 33, 33);
}

footer.site-footer > div.site-footer-main {
	display: flex;
	background-color: #055358;
	padding: 2rem 1rem;
}

footer.site-footer > div.site-footer-main h5 {
    font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 10px;
	color: #FFFFFF;
}

footer.site-footer > div.site-footer-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer.site-footer > div.site-footer-main ul li {
	line-height: normal;
}

footer.site-footer > div.site-footer-main ul li:not(:first-of-type) {
	margin-top: 10px;
}

footer.site-footer > div.site-footer-main ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}

footer.site-footer > div.site-footer-main > section.footer-container {
	flex-wrap: wrap;
	align-items: center;
}

footer.site-footer > div.site-footer-main > section.footer-container > div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
}

footer.site-footer > div.site-footer-main > section.footer-container > div > section {
	display: flex;
	flex-wrap: wrap;
}

footer.site-footer > div.site-footer-main figure {
	margin: 0;
}

footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-one {
	flex: 1 0 25%;
	gap: 8px;
}

footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-one > section > div {
	gap: 16px;
}

footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-one figure.abta-logo img {
	height: 40px;
}

footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-one figure.atol-logo img {
	height: 80px;
}

footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-two,
footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-three {
	flex: 1 0 37.5%;
	text-align: center;
}

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

	footer.site-footer > div.site-footer-main > section.footer-container {
		flex-direction: column;
	}

	footer.site-footer > div.site-footer-main > section.footer-container > div {
		margin-bottom: 2rem;
	}

	footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-one > section.footer-area-one {
		justify-content: center;
	}

	footer.site-footer > div.site-footer-main > section.footer-container > div.footer-area-one > section.footer-area-one a {
		max-width: 316px;
		margin-bottom: 1rem;
	}
}


/* Regular Page Styles */


section.breadcrumb {
	display: flex;
    flex-direction: column;
    background-color: #EBEBEB;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div.breadcrumb-container {
	max-width: 1280px;
    width: 100%;
    padding: 8px;
    margin: 0px auto;
}

div.breadcrumb-container p {
	margin: 0;
    font-size: 0.875rem;
}

section.breadcrumb a {
    color: #055358;
    border-bottom: 1px solid #055358;
    text-decoration: none;
    text-transform: capitalize;
}

section.breadcrumb span.breadcrumb_linked:after {
    content: ">";
    margin: 0px 0 0 0.5rem;
}

section.breadcrumb a ~ span.breadcrumb_last:before {
    content: ">";
    margin: 0 0 0 0;
}

@media (max-width: 960px) {
    section.breadcrumb .container p {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    section.breadcrumb .container p>* {
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }
}


main.main-container {
	display: flex;
    flex-direction: column;
}

main.main-container ul,
main.main-container ol {
	margin: 0;
	padding: 0;
}

main.main-container ol li {
	margin: 0.5em 0 0.5em 1.5em;
}

main.main-container ul li {
	margin: 0.5em 0 0.5em 0;
}

main.main-container ul li {
	list-style-type: none;
	position: relative;
}

main.main-container ul li ul {
    margin: 0 0 0 2rem;
}

main.main-container ul li:before {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 10px;
	color: #156469;
}

section.section-container {
	max-width: 1280px;
    width: 100%;
    background-color: unset;
    padding: 0px 8px;
    margin: 0px auto 2rem;
}

section.section-container > article {
    padding-top: 16px;
    text-align: center;
}

section.section-container.left > article {
    text-align: left;
}

section.section-container.left > article h1 {
	text-align: center;
}

section.section-container > article > * {
    margin: 0;
}

/* Accordions */

main#accordion .section-container {
    flex-direction: column;
    margin-bottom: 30px;
}

main#accordion h1 {
    color: #212121;
	text-align: center;
}

main#accordion .disclaimer-box {
    padding: 20px;
    border: 1px solid #0B112B;
}

main#accordion .disclaimer-box h2 {
    margin: 0;
}

main#accordion section.accordion-section {
	margin-top: 1em;
}

main#accordion h2.accordion-title {
    padding: 10px 15px;
    background: #0B5C62;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    margin: 0;
}

main#accordion h2.accordion-title:nth-of-type(even) {
    background:#055358;
}

main#accordion h2.accordion-title:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
    transition: 0.3s ease all;
}

main#accordion h2.accordion-title.active:after {
    transform: rotate(0deg);
    transition: 0.3s ease all;
}

main#accordion div.accordion-content {
    border: 0px solid #055358;
    padding: 0 20px;
    height: 0;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	overflow: hidden;
    transition: 0.3s ease all;
}

main#accordion div.accordion-content p {
    opacity: 0;
    display: block;
	margin: 0 0 1rem;
}

main#accordion div.accordion-content ul {
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 0;
}

main#accordion div.accordion-content ul li {
    list-style: none !important;
    padding-left: 5px;
    position: relative;
}

main#accordion div.accordion-content ul li:before {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 10px;
	color: #156469;
}

main#accordion div.accordion-content.expanded {
    border: 1px solid #103A5A;
    padding: 20px;
    height: auto;
    transition: 0.3s ease all;
}

main#accordion div.accordion-content.expanded h2,
main#accordion div.accordion-content.expanded h3,
main#accordion div.accordion-content.expanded h4,
main#accordion div.accordion-content.expanded p {
    opacity: 1;
    transition: 0.3s ease all;
}

main#accordion .dataTables_wrapper .tablepress {
    width: 100%;
    margin-bottom: 1rem;
}

main#accordion .tablepress tfoot th, 
main#accordion .tablepress thead th {
    font-size: 14px;
}

.tablepress>*+tbody>*>*, 
.tablepress>tbody>*~*>*, 
.tablepress>tfoot>*>* {
    border-top: 1px solid #DDDDDD !important;
    font-size: 14px;
}

main#accordion .tablepress tr {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

main#accordion .tablepress tr:last-of-type {
    border-bottom: 1px solid #DDDDDD;
}

main#accordion section#accordionNav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

main#accordion section#accordionNav a {
    width: 15px;
    color: #0B112B;
    text-align: center;
    padding-right: 15px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

main#accordion section#accordionNav a:after {
    content: '';
    height: 10px;
    width: 1px;
    background: #4D4D4D;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

main#accordion section#accordionNav a:last-of-type:after {
    display: none;
}

/* Formidable Forms Overrides */

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 8px;
}

.with_frm_style .frm_top_container .frm_primary_label, 
.with_frm_style .frm_hidden_container .frm_primary_label, 
.with_frm_style .frm_pos_top {
    font-weight: 500;
    margin-top: 8px;
}

.with_frm_style .frm_inside_container > input[type="text"], 
.with_frm_style .frm_inside_container > input[type="email"], 
.with_frm_style .frm_inside_container > input[type="tel"], 
.with_frm_style .frm_inside_container > select, 
.with_frm_style .frm_inside_container > textarea,
.with_frm_style input[type="text"],
.with_frm_style input[type="email"],
.with_frm_style input[type="tel"],
.with_frm_style select {
    padding: 16px !important;
    font-size: 1em !important;
}

.with_frm_style .frm_inside_container > label {
    top: calc(1px + .75 * var(--field-height));
}


.frm_style_formidable-style.with_frm_style .frm_submit {
	display: flex;
    justify-content: flex-end !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    padding: 20px 40px;
    font-size: 1rem;
    font-weight: bold;
    background-color: rgb(6, 92, 98);
	border-color: rgb(6, 92, 98);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 4px;   
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:active {
    background-color: rgb(4 69 73); 
	 border-color: rgb(4 69 73); 
}

.with_frm_style .frm_inside_container > select {
    width: 100%;
}

/* Chat Styles */

.speech-bubble {
    background: #045C62 !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.speech-bubble span:before {
    content: '\f086';
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.speech-bubble span {
    font-size: 0 !important;
}

.speech-bubble:after {
    display: none !important;
}

div#cloudlink-chat-overlay-close-button {
    background-color: #045C62 !important;
}

/* Chat Fallback Styles */

div#requestBubble {
    background: #045C62 !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    pointer-events: all;
    cursor: pointer;
    z-index: 99999999;
}

div#requestBubble i {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.chat-request-open {
    overflow: hidden !important;
}

body.chat-request-open:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
}

body.chat-request-open div#requestBubble i:before {
    content: '\f00d';
    font-size: 30px;
}

div#requestChatForm {
    position: fixed;
    width: 300px;
    height: auto;
    bottom: 100px;
    right: 20px;
    padding: 20px 20px 20px;
    border-radius: 5px;
    background: #F8F8F8;
    z-index: 99999999;
    display: none;
}

div#requestChatForm:after {
   content: '';
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 15px 10px 0 10px;
   border-color: #FFFFFF transparent transparent transparent;
   transform: rotate(0deg);
   display: block;
   position: absolute;
   bottom: -15px;
   right: 18px;
}

body.chat-request-open div#requestChatForm {
    pointer-events: all;
    display: block;
}

div#requestChatForm > .request-container {
    height: 100%;
    overflow: hidden;
}

div#requestChatForm > .request-container h1 {
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 20px;
    color: #045C62;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}

div#requestChatForm > .request-container p {
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 14px; 
    color: #212121;
    line-height: 22px;
}

div#requestChatForm .btn-chat {
    display: block;
    text-align: center;
    background: #045C62;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px;
}

div#requestChatForm .btn-chat:first-of-type {
    margin-bottom: 8px;
    background: #064145;
}

/* Hub Homepage */

main#homeHub section.hub-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #055358;
}

main#homeHub section.hub-header .container {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%;
    padding: 16px 8px;
    height: auto;
    flex-grow: 1;
    background-color: unset;
    margin: auto;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    color: #FFFFFF;
}


main#homeHub section.hub-options {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

main#homeHub section.hub-options .container {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%;
    padding: 8px;
    height: auto;
    flex-grow: 1;
    background-color: unset;
    margin: auto;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    color: #212121;
}

/* Hub Homepage Option Boxes */

main#homeHub section.hub-options > div.container > h2 {
    font-size: 1.6rem;
}

main#homeHub section.hub-options > div.container > p {
    margin-bottom: 0.5rem;
}

main#homeHub section.hub-options > div.container > p > .chat-launch {
    color: #055358;
    cursor: pointer;
}

main#homeHub section.hub-options > div.container > p > .chat-launch:after {
     content: '\f075';
     font-size: 0rem;
     font-family: 'Font Awesome 6 Free';
     margin-left: 0;
     vertical-align: super;
     transition: 0.25s ease all;
}

main#homeHub section.hub-options > div.container > p > .chat-launch:hover:after {
     font-size: 0.8rem;
     margin-left: 5px;
     transition: 0.25s ease all;
}

main#homeHub section.hub-options > div.container > p > .chat-hours {
    color: #055358;
    font-weight: bold;
    cursor: pointer;
}

main#homeHub section.hub-options div.option-boxes-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 8px;
    margin: 16px auto;
}

main#homeHub section.hub-options div.option-boxes-group > div.option-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.3333333% - 8px);
    flex-wrap: wrap;
    padding: 24px 16px;
    border: 1px solid #212121;
    border-radius: 5px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

main#homeHub section.hub-options div.option-boxes-group > div.option-box i {
    font-size: 36px;
    color: #055358;
    margin-bottom: 8px;
}

main#homeHub section.hub-options div.option-boxes-group > div.option-box h3 {
    font-size: 1.2rem;
    margin: 0;
}

main#homeHub section.hub-options div.option-boxes-group > div.option-box p {
    font-size: 0.9rem;
    margin: 1rem 0;
}

main#homeHub section.hub-options div.option-boxes-group > div.option-box a {
    display: flex;
    background: #055358;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 16px;
    text-decoration: none;
    border-radius: 5px;
    justify-content: center;
}

/* Chat Hours Tooltip Styling */

.chat-hours {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.chat-tooltip {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
  pointer-events: none;
}

.chat-tooltip.visible {
  display: block;
}

.tooltip-content {
  background: #ffffff;
  border: 1px solid #055358;
  padding: 10px 12px;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 6px;
  min-width: 240px;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
  position: relative;
}

.chat-tooltip.visible .tooltip-content {
  opacity: 1;
  transform: translateY(10px);
}

.tooltip-content h4 {
  margin: 8px 0;
}

.tooltip-content table {
  margin: 0;
}

.tooltip-content table tr td:nth-of-type(2) {
  font-weight: normal;
}

.tooltip-arrow {
  width: 0;
  height: 0;
  border-top: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #055358;
  margin: 0 auto;
  position: absolute;
  top: -12px;
  left: 50%;
}

/* Hub Search Styles */

.hub-search {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-bar {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
}

.form-group {
    position: relative;
}

.search-bar .form-group i {
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #055358;
}

input.form-control,
select.form-control {
  background-color: #fff;
  color: #055358;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px 10px 40px;
  font-size: 1rem;
  line-height: 1.4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

select.form-control::-ms-expand {
    display: none;
}

.search-bar .form-group input,
.search-bar .form-group select {   
    width: 100%;
    height: 48px;
}

.search-bar button {
    width: 110px;
    height: 48px;
}

.search-bar .form-group.free-text {
    flex: 1 0 25%;
}

.search-bar .form-group.date-picker {
    flex: 1 0 15%;
}

.search-bar .form-group.cruise-duration {
    flex: 1 0 15%;
}

.search-bar .form-group.departure-port {
    flex: 1 0 15%;
}

.search-bar button {
    background: #887458;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s ease all;
}

.search-bar button:hover {
    background: #FFFFFF;
    color: #887458;
    transition: 0.3s ease all;
}

@media (min-width: 769px) and (max-width: 1024px) {
   
   .search-bar .form-group.free-text,
   .search-bar .form-group.date-picker, 
   .search-bar .form-group.cruise-duration,
   .search-bar .form-group.departure-port {
      flex: 1 0 calc(50% - 4px);
   }

   .search-bar button {
      flex: 1 0 100%;
   }
}

@media (max-width: 768px) {

   .search-bar .form-group.free-text {
       flex: 1 0 100%;
    }

   .search-bar .form-group.date-picker {
      flex: 1 0 100%;
   }

   .search-bar .form-group.cruise-duration,
   .search-bar .form-group.departure-point {
      flex: 1 0 25%;
   }

   .search-bar button {
      flex: 1 0 100%;
   }
   
   main#homeHub section.hub-options div.option-boxes-group > div.option-box {
      flex: 1 1 100%;
   }
}

/* Flatpickr Styles */

.flatpickr-prev-month,
.flatpickr-next-month {
  color: #055358; /* or whatever your accent is */
  font-size: 1.2em;
}


.flatpickr-monthSelect-month,
.flatpickr-monthSelect-month.startRange {
    border-radius: 0;
}

.flatpickr-monthSelect-month.selected, 
.flatpickr-monthSelect-month.startRange, 
.flatpickr-monthSelect-month.endRange {
    background-color: #055358;
    box-shadow: none;
    color: #FFFFFF;
    border-radius: 0;
    border-color: #055358;
}