/*!
Theme Name: Eternal Spark Theme
Theme URI: http://eternalsparkyacht.com
Author: Martin Žunec
Description: Eternal Spark Yacht Official Handmade Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE

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

Eternal Spark Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

a:focus {
	outline: thin dotted;
}

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

main a {
    font-weight: 400;
    text-decoration: none;
}

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

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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;
}

/* Eternal Spark Yacht Customs */


/* Custom Gotham Font */

@font-face {
    font-family: 'gothamblack';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gotham-black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothambold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold_italic';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothambolditalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothambolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothambook-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothamlight-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight_italic';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothamlightitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothamlightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothammedium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothammediumitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gothammediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamthin';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gotham-thin-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamthinitalic';
    src: url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gotham-thinitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/eternal-spark-theme/fonts/gotham/gotham-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.clearFix {
	clear: both;
}

p, a, h1, h2, h3, body, button, input, select, optgroup, textarea {
    font-family: 'gothamlight';
    color: #2a2a2a;
}

h2, h3, span {
    font-family: 'gothamlight';
    color: #5c5c5c;
}

h1 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 40px;
}

p {
	font-weight: 300;
    font-size: 18px;
    margin: 0;
}

select:focus-visible {
    border: none;
    outline: none;
}

.mobile {
	display: none;
}

header#masthead {
    height: 100vh;
}

.header-inner-padding {
    height: 100%;
    padding: 6% 12%;
    background-size: cover;
    background-position: center;
    background-position-y: -20%;
    text-align: left;
    position: relative;
}

.header-titles {
	position: absolute;
    top: 14%;
    right: 13%;
}

.header-titles h1, .header-titles h2 {
	color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
    font-weight: 400;
}

.header-titles h1 {
    margin: 0;
    font-size: 5em;
    text-transform: uppercase;
    line-height: 1.2em;
}

.header-titles h2 {
    margin-bottom: 0;
    font-size: 3em;
    line-height: 1em;
}

/* Navigation
--------------------------------------------- */

.main-navigation.nav-mobile {
	display: none;
}

.main-navigation {
	display: block;
	width: 100%;
    position: fixed;
    background: linear-gradient(90deg, rgb(88 88 88 / 80%) 0%, rgba(204,204,204,80%) 100%);
    z-index: 10;
    padding: 12px 5px 2px;
    text-transform: uppercase;
    font-weight: 300;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
    padding-top: 8px;
	padding-left: 0;
    float: right;
}

.main-navigation ul ul {
	display: block;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
    top: 33px;
	left: -999em;
	z-index: 99999;
    padding: 10px 15px 0;
    background-color: rgb(135 133 133 / 50%);
}

.main-navigation ul ul li {
	text-align: left;
}

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

.navigation-logo {
	float: left;
	width: 15%;
    margin-left: 3%;
}

.navigation-logo img {
	width: 200px;
}

.navigation-menu-nest {
	float: left;
    width: 65%;
    text-align: right;
}

.main-navigation .menu a {
	display: inline-block;
    height: 33px;
	text-decoration: none;
    color: #fff;
    margin-right: 30px;
    font-size: 16px;
}

.main-navigation .social {
	float: left;
	width: 15%;
    text-align: right;
    padding-top: 8px;
    padding-right: 2%;
}

.social a {
    display: inline-block;
}

.social img {
    width: 20px;
    margin-right: 10px;
}

/* -------navigation end */

.homepage-heading:after {
    content: '';
    width: 90px;
    height: 1px;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    margin-top: 5px;
}

.quick-intro {
    padding: 5% 10% 2%;
    text-align: center;
}

.quick-intro-icons {
    padding: 0 5%;
    height: 160px;
}

.quick-intro-icon {
    width: 33.2%;
    float: left;
    text-align: center;
}

.quick-intro-icon:first-child img {
    height: 100px;
    margin-top: -20px;
}

.quick-intro-icon img {
    height: 70px;
}

.quick-intro .quick-intro-icon p {
    font-size: 20px;
    margin-top: 15px;
}

.quick-intro p {
	font-size: 20px;
    margin-bottom: 30px;
}

.quick-intro a {
    color: #1a1a1a;
}

main .cta-btn {
	font-size: 18px;
    color: #8A8A82;
    line-height: 18px;
    text-decoration: none;
    padding: 12px 15px 8px;
    border: 1px solid;
    margin: 20px 0px;
    display: inline-block;
}

.why-eternal {
	background: linear-gradient(90deg, rgba(132,115,97,1) 0%, rgba(195,176,151,1) 34%, rgba(132,115,97,1) 100%);
    color: #fff;
    height: 830px;
    padding: 2% 0;
}

.why-eternal h1 {
	margin-bottom: 45px;
}

.why-eternal h1, .why-eternal p {
	color: #fff;
}

main .swiper {
    overflow-x: clip;
    overflow-y: inherit;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-caption {
    color: #989898;
    position: absolute;
    bottom: -30px;
    font-weight: 300;
    font-size: 17px;
}

.swiper-caption.accomodation-caption {
    right: 0;
}

.why-eternal-gallery {
	width: 49.9%;
	float: left;
}

.why-eternal-gallery .swiper-slide {
	background-size: cover;
    background-position: center center;
    width: 100%;
    height: 570px;
}

.why-eternal a {
    color: #fff;
}


.swiper-button-next, .swiper-button-prev {
	color: #fff;
}

.why-eternal-info {
	width: 40%;
	float: left;
    margin-left: 3%;
}


.discover-eternal {
	color: #989898;
    display: inline-block;
    margin-bottom: 30px;
}

.discover-eternal h1 {
	color: #989898;
    margin-bottom: 40px;
}

.discover-eternal h1:after {
	background-color: #989898;
}

.discover-eternal-left {
    float: left;
    width: 58%;
    padding-right: 5%;
}

.discover-eternal-left-linkbox {
    text-decoration: none;
}

.discover-eternal-left-img {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.discover-eternal-left-linkbox span {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
    display: block;
    color: #989898;
}

.discover-eternal-left-linkbox h3 {
    font-size: 28px;
    font-weight: 400;
    color: #989898;
    margin-top: 10px;
    margin-bottom: 20px;
}

.discover-eternal-left-date {
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0;
}

.discover-eternal-right {
    float: left;
    width: 42%;
}

.discover-eternal-right-img {
    width: 40%;
    height: 150px;
    float: left;
    margin-right: 50px;
    background-size: cover;
    background-position: center;
}

.discover-eternal-right-inner {
    width: 50%;
    float: left;
    text-decoration: none;
}

.discover-eternal-right-blogs {
    display: block;
    height: 190px;
}

.discover-eternal-right-inner span {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #989898;
}

.discover-eternal .discover-eternal-cta {
    text-align: center;
    width: max-content;
}


.explore-eternal {
	color: #989898;
    margin-bottom: 30px;
}

.explore-eternal h1 {
	color: #989898;
    margin-bottom: 40px;
}

.explore-eternal h1:after {
	background-color: #989898;
}

.explore-eternal a {
    width: max-content;
    margin: auto;
    margin-top: 30px;
    display: block;
    color: #989898;
}


.features-eternal {
    height: 780px;
    padding: 2% 0;
	color: #989898;
}

.features-eternal h1 {
	color: #989898;
    margin-bottom: 40px;
}

.features-eternal h1:after {
	background-color: #989898;
}

.features-eternal-single {
	width: 20%;
	float: left;
    margin-bottom: 50px;
    padding: 25px;
    height: 240px;
}

.features-eternal-single span, .features-eternal-single p {
	color: #989898;
}

.features-eternal-single span {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    display: block;
    height: 65px;
    width: 65px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 5px;
    border: 1px solid #989898;
}

.features-eternal-single p {
	text-align: center;
    font-size: 16px;
}

.water-toys {
    height: 760px;
    padding: 2% 0;
    background: linear-gradient(90deg, rgba(174,205,200,1) 0%, rgb(126 165 158) 40%, rgba(174,205,200,1) 100%);
}

.water-toys h1:after {
	background-color: #2a2a2a;
}

.water-toys-text {
    padding: 0 15% 3%;
}

.water-toys p {
    font-size: 22px;
}

.water-toys a {
    width: max-content;
    margin: auto;
    margin-top: 3%;
    display: block;
    color: #2a2a2a;
}

.water-toys .swiper-slide {
	background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
}

.WaterToysSwiper .swiper-slide.swiper-slide-next {
    height: 350px;
    margin-top: -25px;
}


.accommodation-eternal {
    height: 710px;
    padding: 2% 0;
}

.accommodation-eternal h1 {
	color: #989898;
}

.accommodation-eternal h1:after {
	background-color: #989898;
}

.accommodation-eternal-left {
    float: left;
    width: 40%;
    margin-right: 5%;
}

.accommodation-eternal-left p {
	color: #989898;
}

.accommodation-eternal-left a {
	color: #989898;
}

.accommodation-eternal-right {
    width: 55%;
    float: left;
}

.accommodation-eternal-right .swiper-slide {
	background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
}

.accommodation-graphics {
	position: relative;
}

.accommodation-back-graphics {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 5%;
    opacity: 0.9;
}

.homepage-graphics {
	position: relative;
}

.homepage-back-graphics {
    position: absolute;
    z-index: -1;
    top: 45%;
    left: 0;
    opacity: 0.9;
}


.specifications-main.homepage-specifications {
    padding: 2% 0;

}

.specifications-main.homepage-specifications h1 {
	color: #989898;
}

.specifications-main.homepage-specifications h1:after {
	background-color: #989898;
}

.specifications-main.homepage-specifications .specifications-gallery {
    width: 75%;
    padding-top: 10px;
}

.specifications-main.homepage-specifications .specifications-gallery .mini-gallery-image {
    height: 220px;
}

.specifications-main.homepage-specifications .specifications-gallery .mySlides {
    padding: 0 40px;
}

.specifications-main .specifications-gallery a.prev {
	color: #989898;
}

.specifications-main .specifications-gallery a.next {
	color: #989898;
}

.specifications-main .specifications-gallery .demo.cursor.active {
	color: #989898;
}


.full-specifications-eternal {
    padding: 2% 14%;
    background-image: url(/wp-content/themes/eternal-spark-theme/images/eternal_logo_back.jpg);
    background-position: center;
}

.full-specifications-eternal h1 {
    color: #5c5c5c;
}

.full-specifications-eternal h1:after {
	background-color: #5c5c5c;
}

.full-specifications-eternal h2 {
    font-weight: 400;
    border-bottom: 1px solid #000;
    width: max-content;
}

.full-specifications-eternal-left {
    width: 50%;
    float: left;
}

.full-specifications-eternal-left div {
    margin-bottom: 50px;
}

.full-specifications-eternal-right {
    width: 50%;
    float: left;
}

.full-specifications-eternal-right div {
    margin-bottom: 50px;
}


.single-yacht-galleries {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.single-yacht-layout .single-yacht-galleries {
    width: 100%;
}

.single-yacht-layout .single-yacht-galleries a {
    text-align: center;
}

.single-yacht-galleries a {
    display: none;
}

.single-yacht-galleries a:first-child {
    display: block;
}

.single-yacht-layout .single-yacht-galleries img {
    width: initial;
    height: inherit;
    object-fit: cover;
    filter: inherit;
}



.charter-rates-eternal {
    padding: 2% 0;
}

.charter-rates-eternal h1 {
	color: #989898;
}

.charter-rates-eternal h1:after {
	background-color: #989898;
}


.availability-eternal {
    padding: 2% 0;
}

.availability-eternal h1 {
	color: #989898;
}

.availability-eternal h1:after {
	background-color: #989898;
}

.availability-eternal-left {
    width: 50%;
    float: left;
    padding-right: 50px;
    margin-right: 2%;
    height: 510px;
    overflow: scroll;
    overflow-x: auto;
}

.availability-eternal-left .info p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7f7f7f26;
}

.availability-eternal-right {
    width: 48%;
    float: left;
    padding-left: 5%;
    margin-top: -5px;
}

.wpsbc-select-container select option {
	font-weight: 300;
    font-size: 20px;
    padding: 10px 0;
}


.book-eternal {
    padding: 2% 0;
    position: relative;
}

.book-eternal h1 {
	color: #989898;
}

.book-eternal h1:after {
	background-color: #989898;
}

.book-eternal div.wpforms-container-full .wpforms-form .wpforms-field-label {
	float: left;
	width: 35%;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}

.book-eternal div.wpforms-container-full .wpforms-form input[type=text], .book-eternal div.wpforms-container-full .wpforms-form input[type=email] {
	float: left;
	width: 60%;
    border: 2px solid #989898;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 0px;
}

.book-eternal textarea#wpforms-51-field_3 {
    font-size: 25px;
    font-weight: 300;
    border: 2px solid #989898;
    height: 300px !important;
}

.book-eternal div.wpforms-container-full .wpforms-form .wpforms-one-half {
	margin-left: 0;
}

.book-eternal div#wpforms-51-field_3-container {
    margin-top: -58px;
}

.book-eternal div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 8px 0 0 0;
    margin-left: 55px;
    text-align: center;
}

.book-eternal-widget a#bklnk1 {
    display: none;
}

.book-eternal-form-info {
    position: absolute;
    top: 320px;
}

.book-eternal-form-info p {
	font-size: 20px;
}

.book-eternal-form-info-links {
    margin-top: 8px;
}

.book-eternal a {
    font-size: 22px;
    font-weight: 300;
}

.book-eternal a img {
	width: 35px;
    margin-left: 20px;
    margin-bottom: -12px;
    filter: grayscale(100%);
}


.book-eternal-charter-rates {
    padding: 1% 15%;
    height: 270px;
}

.book-eternal-charter-title {
	width: 100%;
	text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}

.charter-box {
    width: 25%;
    float: left;
    text-align: center;
    padding: 1% 5% 3%;
    border-left: 1px solid #2a2a2a;
}

.charter-box:nth-child(5) {
    border-right: 1px solid #2a2a2a;
}

.charter-box p {
    line-height: 22px;
    margin-bottom: 20px;
}

.charter-box span {
    font-size: 24px;
}

.wpforms-submit-container {
	padding-top: 60px;
}

div#wpforms-51-field_5-container {
    float: right;
    margin-right: 70px;
}

label.wpforms-field-label-inline {
    font-weight: 300 !important;
}

button#wpforms-submit-51 {
    font-size: 24px;
    font-weight: 300;
    background: none;
    padding: 8px 23px 9px;
}

.book-eternal-map {
	margin-top: 70px;
}


.footer-eternal-logos {
    padding: 2% 0;
    border-top: 2px solid #989898;
}

.footer-eternal-logos-inner {
    text-align: center;
}

.footer-eternal-logos-inner a {
	display: inline-block;
    margin-left: 4%;
    margin-right: 4%;
}

.footer-eternal-logos-inner img {
	width: 200px;
    vertical-align: middle;
}


.footer-eternal-info {
    padding: 2% 14%;
	background-color: #DFD8D0;
}

.footer-eternal-info h2 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer-eternal-info h2:after {
    content: '';
    width: 50px;
    height: 1px;
    border-radius: 20px;
    background-color: #2a2a2a;
    display: block;
    margin-top: 5px;
}

.footer-eternal-info-column1 {
    width: 31%;
    float: left;
}

.footer-eternal-info-column1 a {
	font-weight: 300;
	text-decoration: none;
    font-size: 18px;
    line-height: 40px;
}

.footer-eternal-info-column1 img {
    width: 40px;
    filter: grayscale(100%);
}

.footer-eternal-info-column2 {
    width: 41%;
    float: left;
}

.footer-eternal-info-column2 div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 300;
    font-size: 17px;
}

.footer-eternal-info-column2 div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: transparent;
    border: 1px solid #2a2a2a;
}

.footer-eternal-info-column2 div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	background-color: transparent;
    border: 1px solid #2a2a2a;
}

button#wpforms-submit-58 {
    font-size: 18px;
    font-weight: 300;
    background: none;
    padding: 10px 20px 7px;
    text-transform: uppercase;
    border-color: #333;
    color: #333;
}

div.wpforms-container-full {
    margin: 10px auto 24px;
}

.footer-eternal-info-column3 {
    width: 28%;
    float: left;
}

.footer-eternal-info-column3 a {
	display: inline-block;
    margin-right: 15px;
}

.footer-eternal-info-column3 a img {
    width: 30px;
    opacity: 60%;
}

.footer-logo {
    width: 175px;
    margin: auto;
    display: block;
    margin-top: 50px;
}

.footer-eternal-copyright {
    padding-top: 12px;
    margin-top: 27px;
    font-weight: 300;
    border-top: 1px solid #fff;
}

.footer-eternal-copyright-left {
    float: left;
    width: 40%;
}

.footer-eternal-copyright-right {
    float: left;
    width: 60%;
    text-align: right;
}

.footer-eternal-copyright-right a {
    color: #2a2a2a;
    text-decoration: none;
}

.footer-eternal-copyright-right a:after {
    content: "|";
    margin-left: 5px;
}

.footer-eternal-copyright-right a:last-child:after {
    content: "";
}


/* Page */

.page-header {
    height: 80vh;
}

.page-header .header-inner-padding {
    background-position: center;
}

.page-header .header-titles {
    position: absolute;
    bottom: 8%;
    left: 0;
    top: inherit;
    right: inherit;
    width: 100%;
    text-align: center;
}

.page-header .header-titles h1 {
    text-transform: initial;
    font-size: 76px;
    text-shadow: 3px 3px 4px rgb(0 0 0 / 60%);
}

.page-header .header-titles h1:after {
    content: '';
    width: 36%;
    height: 2px;
    display: block;
    margin: auto;
    margin-top: 15px;
}


/* Why Eternal Spark */

#whyhead .header-titles h1:after {
    background-color: #989898;
}

.why-eternal-intro {
    padding: 3% 5%;
    height: 415px;
}

.why-eternal-intro-box {
    width: 25%;
    float: left;
    padding: 2% 3%;
    text-align: center;
}

.why-eternal-intro-box img {
    margin-bottom: 25px;
}

.why-eternal-intro-box p {
    font-size: 24px;
    line-height: 28px;
}

.why-eternal-main {
    background: linear-gradient(90deg, rgba(132,115,97,1) 0%, rgba(195,176,151,1) 34%, rgba(132,115,97,1) 100%);
}

.why-eternal-box {
    position: relative;
    height: 1450px;
    margin: 0 5%;
}

.why-eternal-box .photo-1 {
	width: 62%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.why-eternal-box .photo-2 {
    position: absolute;
    right: 0;
    top: 200px;
}

.why-eternal-box .photo-2 img {
    width: 780px;
    height: 1100px;
    object-fit: cover;
}

.why-eternal-box-info {
	position: absolute;
    top: 800px;
    width: 50%;
}

.why-eternal-box-info h2 {
	font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 100px;
    color: #fff;
    text-shadow: 3px 3px 4px rgb(0 0 0 / 30%);
}

.why-eternal-box-info p {
	font-size: 28px;
    color: #fff;
    text-shadow: 3px 3px 4px rgb(0 0 0 / 30%);
}


.why-eternal-box-b {
    background: #f7f6f2;
    height: 1350px;
    margin: 0;
}

.why-eternal-box-b .photo-1 {
    position: absolute;
    left: 5%;
    top: 100px;
}

.why-eternal-box-b .photo-1 img {
    width: 780px;
    height: 1100px;
    object-fit: cover;
}

.why-eternal-box-b .photo-2 {
    position: absolute;
    right: 2.8%;
    top: 0;
    width: 74%;
    z-index: 1;
}

.why-eternal-box-b .photo-2 img {
    width: inherit;
    height: inherit;
    right: 0;
    position: absolute;
}

.why-eternal-box-b .why-eternal-box-info {
	position: absolute;
	right: 0;
    top: 800px;
    width: 50%;
}

.why-eternal-box-b .why-eternal-box-info h2 {
	font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 100px;
    color: #2a2a2a;
    text-shadow: none;
}

.why-eternal-box-b .why-eternal-box-info p {
	font-size: 28px;
    color: #2a2a2a;
    text-shadow: none;
}


/* Explore Eternal */

#explorehead .header-titles h1:after {
    background-color: #C3E6EB;
}

#explorehead .main-navigation {
    background-color: rgb(195 230 235 / 70%);
}

.explore-eternal-intro {
    padding: 2%;
}

.explore-eternal-intro-box {
    border: 3px solid #C3E6EB;
    text-align: center;
    padding: 2% 5% 4%;
}

.explore-eternal-intro-box h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
}

.explore-eternal-intro-box p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

.explore-gallery {
    margin-bottom: 50px;
}

.ExploreExteriorSwiper {
	height: 380px;
}

.ExploreExteriorSwiper .swiper-slide.swiper-slide-next {
    height: 440px;
    margin-top: -30px;
}

.ExploreInteriorSwiper {
	height: 380px;
}

.ExploreInteriorSwiper .swiper-slide.swiper-slide-next {
    height: 440px;
    margin-top: -30px;
}

.ExploreLifestyleSwiper {
	height: 380px;
}

.ExploreLifestyleSwiper .swiper-slide.swiper-slide-next {
    height: 440px;
    margin-top: -30px;
}

.explore-gallery-title {
    padding: 2% 0;
}

.explore-gallery-title h3 {
    color: #989898;
    font-weight: 300;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 50px;
}

.explore-gallery-title h2 {
    color: #989898;
    font-weight: 400;
    font-size: 70px;
    line-height: 75px;
    margin-top: 0;
    padding-left: 5px;
}

.explore-eternal-layout {
    margin-bottom: 100px;
}

.explore-eternal-layout a {
    width: 60%;
    display: block;
    margin: auto;
    position: relative;
}

img.click-full-screen {
    width: 30px;
    position: absolute;
    top: 0;
}


/* Accomodation */

.accommodation-main {
    padding: 0 14%;
}

#accommodationhead .header-titles h1:after {
    background-color: #887660;
}

#accommodationhead .main-navigation {
    background: rgb(171 117 73 / 74%);
}

.accommodation-eternal-intro {
    padding: 2%;
}

.accommodation-eternal-intro-box {
    /* border: 3px solid #d8c4a9; */
    text-align: center;
    padding: 2% 5% 4%;
}

.accommodation-eternal-intro-box h2 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
}

.accommodation-eternal-intro-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.accommodation-box {
    padding: 6% 0;
    position: relative;
    margin-bottom: 50px;
    height: 80vh;
}

.accommodation-box-photos {
    width: 57%;
    float: left;
}

.accommodation-box-photos img {
    width: 45%;
    height: 242px;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.accommodation-box-info {
    width: 40%;
    float: left;
    text-align: right;
    position: absolute;
    top: 6%;
    right: 5%;
}

.accommodation-box-info h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 35px;
    color: #2a2a2a;
    text-shadow: none;
}

.accommodation-box-info p {
    font-size: 20px;
    color: #2a2a2a;
    text-shadow: none;
}

.accommodation-box-info img {
    width: 400px;
    margin-top: 40px;
}

.accommodation-box-border {
    width: 75%;
    height: 70vh;
    right: 2%;
    position: absolute;
    top: 3%;
    z-index: -1;
}

.accommodation-box.accommodation-box-b {
    height: 80vh;
}

.accommodation-box-b .accommodation-box-photos {
    width: 58%;
    float: right;
}

.accommodation-box-b .accommodation-box-photos img {
    width: 45%;
    height: 242px;
    margin-right: 2%;
    margin-bottom: 2%;
    float: right;
}

.accommodation-box-b .accommodation-box-info {
    width: 36%;
    float: left;
    text-align: left;
    position: absolute;
    top: 7%;
    left: 5%;
}

.accommodation-box-b .accommodation-box-info h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 35px;
    color: #2a2a2a;
    text-shadow: none;
}

.accommodation-box-b .accommodation-box-info p {
    font-size: 20px;
    color: #2a2a2a;
    text-shadow: none;
}

.accommodation-box-b .accommodation-box-border {
    width: 67%;
    height: 70vh;
    left: 2%;
    position: absolute;
    top: 3%;
    z-index: -1;
}

.accommodation-box:nth-child(2) .accommodation-box-border {
	border: 4px solid #887660;
}

.accommodation-box:nth-child(3) .accommodation-box-border {
	border: 4px solid #304B60;
}

.accommodation-box:nth-child(4) .accommodation-box-border {
	border: 4px solid #DD433B;
}

.accommodation-box:nth-child(5) .accommodation-box-border {
	border: 4px solid #92B7AF;
}

.accommodation-box:nth-child(6) .accommodation-box-border {
	border: 4px solid #EA956E;
}

.accommodation-box:nth-child(7) .accommodation-box-border {
	border: 4px solid #AE845C;
}

.accommodation-box:nth-child(8) .accommodation-box-border {
	border: 4px solid #7B716F;
}

.accommodation-box:nth-child(9) .accommodation-box-border {
	border: 4px solid #4F9DA9;
}

.accommodation-box:nth-child(10) .accommodation-box-border {
	border: 4px solid #C0A184;
}

.accommodation-box:nth-child(11) .accommodation-box-border {
	border: 4px solid #ECBF98;
}


/* Blog */

#bloghead .header-titles h1:after {
    background-color: #B3A08E;
}

#bloghead .main-navigation {
    background: rgb(205 103 55 / 80%);
}

.blog-eternal-intro {
    padding: 5% 0;
}

.blog-eternal-intro-box {
    border: 3px solid #CD6737;
    text-align: center;
    padding: 2% 5% 4%;
}

.blog-eternal-intro-box h2 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
}

.blog-eternal-intro-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.post-box {
    width: 29%;
    float: left;
    margin-right: 6%;
    margin-bottom: 4%;
}

.post-box:nth-of-type(3n+1) {
    margin-right: 0;
}

.post-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 10px;
}

.post-box span {
    margin-bottom: 20px;
    color: #2a2a2a;
    display: block;
}

/* .post-box:nth-child(3n+3) {
    margin-right: 0;
} */

.post-box-top {
    height: 25vh;
    background-size: cover;
    background-position: center;
}

.post-box-bottom {
    padding: 5% 0 20%;
    position: relative;
}

.post-box-bottom h3 {
	font-size: 30px;
    line-height: 35px;
	font-weight: 500;
    color: #404040;
    margin-top: 0;
    margin-bottom: 5px;
}

.experiences-color .post-box-bottom h3 {
    color: #fff;
}

.post-box-bottom h3:after {
    content: '';
    width: 95px;
    height: 2px;
    background-color: #404040;
    display: block;
    margin-top: 12px;
    margin-left: 2px;
}

.experiences-color .post-box-bottom h3:after {
    color: #fff;
}

.post-box-bottom p {
    font-size: 20px;
    line-height: 26px;
}

.experiences-color .post-box-bottom p {
    color: #2a2a2a;
}

.post-box a {
	text-decoration: none;
}

.experiences-color .post-box-bottom a, .experiences-color .post-box-bottom a:visited {
    color: #2a2a2a;
}

.experiences-color .post-box-bottom h3 {
    color: #2a2a2a;
}

.post-box .post-box-bottom-link {
    font-size: 20px;
    text-transform: uppercase;
	text-decoration: underline;
    color: #404040;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.post-box .post-box-bottom-link:visited, .post-box .post-box-bottom-link:hover {
    color: #404040;
}


.post-blog .post-box-bottom-link, .post-blog .post-box-bottom-link:visited, .post-blog .post-box-bottom-link:hover {
	color: #CD6737;
}


/* Experiences */

.archive-graphics {
	position: relative;
}

.archive-back-graphics {
    position: absolute;
    z-index: -1;
    top: 12%;
    left: 0;
    opacity: 0.9;
}

#experienceshead .header-titles h1:after {
    background-color: #4F9DA9;
}

#experienceshead .main-navigation {
    background: rgb(79 157 169 / 74%);
}

.experiences-eternal-intro {
    padding: 5% 0;
}

.experiences-eternal-intro-box {
    border: 3px solid #4F9DA9;
    text-align: center;
    padding: 2% 5% 4%;
}

.experiences-eternal-intro-box h2 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
}

.experiences-eternal-intro-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.experiences-main .post-box-bottom {
    background-color: #2E506B;
}

.experiences-main .post-box-bottom p {
	color: #fff;
}

.experiences-main .post-box-bottom h3 {
	color: #fff;
}

.post-box-bottom h3:after {
	background-color: #fff;
}

.experiences-main .post-box-bottom a {
	color: #fff;
}

.experiences-main .post-box-bottom a:visited {
	color: #fff;
}


/* Water Toys */

#watertoyshead .header-titles h1:after {
    background-color: #AECDC8;
}

#watertoyshead .main-navigation {
    background-color: rgb(174 205 200 / 70%);
}

.water-toys-main {
    padding: 5%;
    display: inline-block;
}

.water-toys-main .post-box-bottom {
    background-color: #AECDC8;
}


/* Destinations */

/* .destinations-main {
    padding: 5%;
    display: inline-block;
} */

#destinationshead .header-titles h1 {
    padding: 0px 25%;
}

#destinationshead .header-titles h1:after {
    background-color: #fff;
    width: 65%;
}

#destinationshead .main-navigation {
    background: rgb(171 214 231 / 74%);
}


.destinations-eternal-intro {
    padding: 5% 0;
}

.destinations-eternal-intro-box {
    border: 3px solid #AECDC8;
    text-align: center;
    padding: 2% 5% 4%;
}

.destinations-eternal-intro-box h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
}

.destinations-eternal-intro-box p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}


.destinations-intro {
    background-color: #f9f9f9;
}

.destinations-grid-color {
    background-color: #f9f9f9;
}

.destinations-intro-inner {
    padding: 2% 9%;
    text-align: center;
}

.destinations-intro-inner h2 {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
}

.destinations-intro-inner p {
    font-size: 22px;
}

.destinations-intro-inner-icons {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
}

.destinations-intro-inner-icons-box {
    width: 13%;
    display: inline-block;
}

.destinations-intro-itinerary img {
    width: 100%;
}

.destinations-days-map {
    width: 60%;
    height: 600px;
    padding-top: 5%;
    padding-left: 5%;
    margin: auto;
}

.destinations-days-map-inner {
    height: 50px;
    display: block;
    margin: auto;
}

.destinations-days-map-inner p:first-child {
    width: 100px;
    text-align: right;
    border-right: 2px solid #2a2a2a;
    padding-right: 25px;
    margin-right: 25px;
}

.destinations-days-map-inner p {
    float: left;
    height: 50px;
    font-size: 21px;
    border-right: none;
}

.destinations-days-map-inner p:nth-child(2) {
    width: 350px;
}

.destinations-days-map-inner p:nth-child(3) {
    width: 100px;
}

.destinations-graphics {
	position: relative;
}

.destinations-back-graphics {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.9;
    height: 100%;
}

.destinations-content-box {
    height: 600px;
}

.destinations-content-box .destinations-galleries {
	width: 50%;
	height: 600px;
	overflow: hidden;
	float: left;
    position: relative;
}

.destinations-content-box .destinations-content-box-description {
	width: 50%;
	float: left;
    padding: 2%;
}

.destinations-content-box-b {
    height: 600px;
}

.destinations-content-box-b .destinations-galleries {
	width: 50%;
	height: 600px;
	overflow: hidden;
	float: right;
}

.destinations-content-box-b .destinations-content-box-description {
	width: 50%;
	float: left;
}

.destinations-content-box-description-day {
    font-size: 26px;
    width: 115px;
    float: left;
}

.destinations-content-box-description-day:after {
    content: '';
    width: 65px;
    height: 1px;
    display: block;
    display: none;
    margin-top: 1px;
    background-color: #2a2a2a;
}

.destinations-content-box-description-title {
	font-size: 26px;
    float: left;
}

.destinations-content-box-description p {
	font-size: 20px;
    margin-top: 20px;
}

.destinations-main .post-box-bottom {
    background-color: #aecdc8;
}

.destinations-back-graphics {
	position: absolute;
}


/* Specifications */

#specificationhead .header-titles h1:after {
    background-color: #E45A50;
}

#specificationhead .main-navigation {
    background-color: rgb(228 90 80 / 70%);
}

.specifications-main {
    padding: 0 16% 5%;
}

.specifications-gallery {
    margin: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.specifications-gallery a.prev {
    position: absolute;
    top: 40%;
    left: -5%;
    font-size: 80px;
    font-weight: 100;
    color: #e45a50;
}

.specifications-gallery a.next {
    position: absolute;
    top: 40%;
    right: -5%;
    font-size: 80px;
    font-weight: 100;
    color: #e45a50;
}

.specifications-gallery a.prev:hover, .specifications-gallery a.next {
	cursor: pointer;
}

.specifications-gallery .column {
    width: 25%;
    float: left;
    text-align: center;
}

.specifications-gallery .demo.cursor {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.specifications-gallery .demo.cursor:hover {
	cursor: pointer;
}

.specifications-gallery .demo.cursor.active {
	color: #E45A50;
    font-weight: 400;
}


.specifications-gallery .mini-gallery-image {
	height: 300px;
}

.specifications-gallery .mySlides {
    margin: 50px 0 40px;
}

.specifications-pins {
    margin-top: 80px;
    text-align: center;
}

.specifications-pins p {
    font-size: 28px;
}

.specifications-inner h2 {
    font-size: 28px;
    font-weight: 300;
    padding: 0 10px;
    border-bottom: 1px solid #2a2a2a;
    width: max-content;
    margin-top: 80px;
    margin-bottom: 40px;
}

.specifications-inner p {
    font-size: 23px;
}

.specifications-inner-general-left {
    float: left;
    width: 65%;
}

.specifications-inner-general-right {
    float: left;
    width: 35%;
}

.specifications-inner-dimensions-left {
    float: left;
    width: 50%;
}

.specifications-inner-dimensions-right {
    float: left;
    width: 50%;
}


/* Singles */

.single-template {
    display: inline-block;
    padding: 0 14%;
    margin-bottom: 50px;
}

.single-template-featured {
    height: 80vh;
    margin-bottom: 2%;
    background-position: center;
    background-size: cover;
}

.single-template-content {
    width: 65%;
    float: left;
    padding-bottom: 8%;
}

.single-template-content h1 {
    color: #4F9DA9;
}

.single-template-content h1:after {
    content: '';
    width: 300px;
    height: 4px;
    background-color: #4F9DA9;
    display: block;
    margin-top: 5px;
}

.single-template-content-intro {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 4%;
}

.single-template-content h2, h3, span {
	font-weight: 600;
}

.single-template-content p {
    margin: 20px 0;
}

.single-template-content a {
    color: #F5AA83;
	transition: 0.3s;
}

.single-template-content a:hover {
    color: #a36b4e;
}

.single-template-content .lwptoc-light .lwptoc_i {
    background: rgb(79 157 169 / 30%);
}

.single-template-sidebar {
    width: 35%;
    float: left;
    padding: 10% 0 0 10%;
}

.single-template-sidebar-calendar {
    width: 80%;
    margin-bottom: 12%;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
    font-size: 20px;
}

.single-template-sidebar-calendar .wpsbc-container {
	/* margin-left: -10px; */
}

.wpsbc-container[data-columns] .wpsbc-calendars {
	margin-left: 0;
}

.single-template-sidebar-calendar .wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
	margin-left: 0;
}

.single-template-sidebar-calendar .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header, .single-template-sidebar-calendar .wpsbc-container .wpsbc-calendars .wpsbc-calendar-wrapper {
	padding-left: 0;
}

.single-template-sidebar-book {
	text-transform: uppercase;
}

.single-template-sidebar-posts {
    width: 70%;
}

.single-template-sidebar-posts-box {
    margin-bottom: 30px;
}

.single-template-sidebar-posts-box-image {
    height: 160px;
    background-position: center;
    background-size: cover;
}

.single-template-sidebar-posts-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.single-template-sidebar-posts-box p {
    font-size: 17px;
}

.single-template-sidebar-posts-box p {
    margin-top: 10px;
}

/* Galleries */


#galleryhead .header-titles h1:after {
    background-color: #aecdc8;
}

#galleryhead .main-navigation {
    background-color: rgb(174 205 200 / 70%);
}

.galleries-eternal-intro {
    padding: 5% 0;
}

.galleries-eternal-intro-box {
    border: 3px solid #aecdc8;
    text-align: center;
    padding: 2% 5% 4%;
}

.galleries-eternal-intro-box h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
}

.galleries-eternal-intro-box p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

.eternal-galleries a:first-child {
    display: block;
}

.eternal-galleries a {
    display: none;
}

.eternal-galleries {
    width: 23.3%;
    float: left;
    margin-right: 20px;
    position: relative;
}

.eternal-galleries img {
    width: 410px;
    height: 330px;
    object-fit: cover;
}

.eternal-galleries.full-gallery-cta {
    width: max-content;
    margin: auto;
    float: inherit;
    clear: both;
}

.eternal-galleries.full-gallery-cta a {
    display: inline-block;
}

.gallery-shadow-overlay {
    width: 100%;
    height: 330px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg,#00000000 50%,#00000094 100%);
}

.gallery-overlay-titles {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40%;
}

.gallery-overlay-titles img {
	width: 55px;
	height: 55px;
	object-fit: inherit;
    filter: invert(100%);
}

.gallery-overlay-titles h4 {
    width: max-content;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    text-shadow: 1px 1px 3px #000000;
    margin: auto;
    padding-bottom: 5px;
}

div#gallery-full {
    width: 100%;
    text-align: center;
}

div#gallery-full .cta-btn {
    width: max-content;
    margin: 30px auto 50px;
}


/* Insta Feed */

.insta-feed {
    margin-bottom: 50px;
}

.insta-feed h1 {
    color: #989898;
    margin-bottom: 40px;
}

.insta-feed h1:after {
    background-color: #989898;
}

/* Crew */

* {
  box-sizing: border-box;
}

.crew-page {
	display: inline-block;
    padding-top: 50px;
	position: relative;
}

.crew-back-graphics {
	position: absolute;
    top: 2%;
    left: 0;
    z-index: -1;
    opacity: 0.9;
}

.crew-eternal-intro {
    padding: 2%;
    margin-bottom: 5%;
}

.crew_intro_title h2 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

.crew_intro_title p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.crew-eternal-intro-box {
    /* border: 3px solid #d8c4a9; */
    text-align: center;
    padding: 2% 5% 4%;
}

.crew-eternal-intro-box h2 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
}

.crew-eternal-intro-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.container {
	position: relative;
	display: inline-block;
}
  
.crew-left {
    width: 100%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}
    
.crewSlides {
    margin-bottom: 50px;
}   
  
.crew-image {
	background-size: cover;
	background-position: center;
	width: 352px;
	height: 352px;
	margin: auto;
	margin-bottom: 52px;
	border-radius: 50%;
} 
  
.crew-spacer {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #5c5c5c;
    margin-top: 8px;
    margin-bottom: 18px;
}

.crew-left span {
    font-family: "Libre Baskerville", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
} 
  
.crew-left .p-head {
    font-size: 33px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
} 
  
.crew-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
}   
  
.crew-right {
    width: 100%;
    float: left;
} 
  
.crew-right h6 {
    color: #5c5c5c;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
	text-align: center;
    margin: 10% 0 20%;
}

.crewdemo {
	background-size: cover;
	background-position: center;
	width: 190px;
	height: 190px;
	margin: auto;
	margin-bottom: 18px;
	border-radius: 50%;
	filter: grayscale(87%) saturate(120%);
	-webkit-filter: grayscale(87%) saturate(120%);
	-moz-filter: grayscale(87%) saturate(120%);
}

.crewSlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
  
.mini-gallery-spacer {
	height: 1px;
	width: 100%;
	background-color: #6c76848c;
	margin: 10px 0 10px 0;
} 

.column-crew {
    float: left;
    width: 16%;
    margin-right: 4%;
    margin-bottom: 48px;
}
    
.column-crew:nth-child(5n) {
	margin-right: 0
}   

.column-crew:last-child {
	margin-right: 0
}

.crewdemo {
	opacity: 0.6;
}

.active,
.crewdemo:hover {
	opacity: 1;
}


/* Pagination */

.pagination {
    clear: both;
    text-align: center;
    position: relative;
}

.pagination .page-numbers {
    font-size: 20px;
    margin-right: 12px;
}

.prev.page-numbers {
	display: none;
}

.next.page-numbers {
	display: none;
}












/* Responsive */


.mobile-responsive {
	display: none;
}

.logo-mob {
    display: none;
}


















/*

LO AND BEHOLD! HERE LIE THE MOBILE MEDIA QUERIES

 */

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

.single-template {
    display: block;
}

	}

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


	}

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


	}

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

	}

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

.desktop-responsive {
	display: none;
}

.mobile-responsive {
	display: block;
}

p {
	font-size: 18px;
    line-height: 18px;
}

h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px !important;
}

main {
	padding: 0 5%;
}

main h2, h3, h4 {
	font-size: 20px !important;
	font-weight: 600 !important;
    line-height: 24px;
}

header#masthead {
    height: 58vh;
}

.main-navigation {
    padding: 5px;
}

.navigation-menu-nest {
    float: left;
    width: 85%;
    text-align: right;
    margin-top: 50px;
}

.nav-desktop {
	display: none;
}

.main-navigation.nav-mobile {
	display: block;
}

.nav-mobile .social {
	float: right;
    padding-top: 15px;
    padding-bottom: 8px;
}

.menu {
	display: none;
}

.main-navigation ul {
    padding-bottom: 10px;
}

.nav-mobile .social img {
    filter: invert(100%);
}

.social .logo-mob {
	display: block;
    width: 160px;
    position: absolute;
    top: 14px;
    left: 20px;
    filter: inherit !important;
}


.header-titles {
    position: absolute;
    top: 22%;
    left: 0;
    text-align: center;
    width: 100%;
}

.header-titles h1 {
    font-size: 32px;
}

.header-titles h2 {
    font-size: 22px;
    margin-bottom: 3px;
}


.quick-intro {
    padding: 10% 3% 3%;
}

.quick-intro p {
    font-size: 18px;
}

.quick-intro .quick-intro-p {
    margin-bottom: 40px;
}

.quick-intro-icon {
    width: 100%;
}

.quick-intro-icon:nth-child(2) img {
    height: 65px;
}

.quick-intro .quick-intro-icon p {
    font-size: 15px;
}

main .cta-btn {
    font-size: 16px;
    padding: 8px 12px 8px;
    margin: 20px auto;
    display: block;
    width: max-content;
}


.why-eternal {
    height: 720px;
}

.why-eternal h1 {
    margin-bottom: 22px;
}

.why-eternal-gallery {
    width: 100%;
    margin-bottom: 40px;
}

.why-eternal-gallery .swiper-slide {
    height: 240px;
}

.why-eternal-info {
    width: 100%;
    margin-left: inherit;
}


.explore-eternal {
    margin-bottom: 20px;
}


.features-eternal {
    height: 1090px;
}

.features-eternal-single {
	margin-bottom: 10px;
    height: 90px;
    width: 100%;
    padding: 0 0 20px;
}

.features-eternal-single span {
    font-size: 25px;
    height: 45px;
    width: 50px;
    float: left;
    width: 12%;
    margin-right: 20px;
    margin-bottom: 25px;
    padding-top: 5px;
}

.features-eternal-single p {
    text-align: left;
    float: left;
    width: 80%;
    font-size: 16px;
}


.discover-eternal-left {
    width: 100%;
    padding-right: 0;
}

.discover-eternal-left-img {
    height: 300px;
}

.discover-eternal-right {
    width: 100%;
    display: none;
}

.discover-eternal-right-img {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.discover-eternal-right-inner {
    width: 100%;
    margin-bottom: 20px;
}

.discover-eternal-right-inner span {
    margin-bottom: 5px;
}

.discover-eternal-left-date {
    font-size: 14px;
}


.full-specifications-eternal-left, .full-specifications-eternal-right {
    width: 100%;
}


.water-toys {
    padding: 2% 5% 12%;
    height: 660px;
}

.water-toys-text {
    padding: 0 0 15%;
}

.water-toys p { 
    font-size: 18px;
}


.accommodation-eternal {
    height: inherit;
}

.accommodation-eternal-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}

.accommodation-eternal-right {
    width: 100%;
    margin-bottom: 50px;
}

a.cta-btn.moving-btn {
    clear: both;
}

.accommodation-eternal-right .swiper-slide {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 250px;
}


.full-specifications-eternal h2 {
    font-size: 18px !important;
}

.full-specifications-eternal-general h2 {
	margin-top: 0;
}

.full-specifications-eternal p {
    line-height: 20px;
}


.swiper.CharterRatesSwiper {
    margin: 20px 0;
}

.swiper.CharterRatesSwiper .swiper-slide {
    text-align: center;
}

.swiper.CharterRatesSwiper .swiper-button-next, .swiper.CharterRatesSwiper .swiper-button-prev {
    color: #989898;
}

.availability-eternal-left {
    width: 100%;
    display: none;
}

.availability-eternal-right {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
    font-size: 24px;
    font-weight: 300;
}


.gallery-overlay-titles {
    bottom: 50px;
}

.single-yacht-layout .gallery-overlay-titles img {
	width: 80px;
}


.book-eternal {
    padding: 0 0 10%;
}

.book-eternal-charter-rates .charter-box {
	border-left: none;
}

.book-eternal-charter-rates .charter-box {
    width: 50%;
}

.book-eternal-charter-rates .charter-box:nth-child(5) {
    border-right: none;
}

.book-eternal div.wpforms-container-full .wpforms-form .wpforms-field-label {
    width: 45%;
    font-size: 20px;
}

.book-eternal form .wpforms-field-container .wpforms-field-medium {
	width: 55% !important;
}

.book-eternal div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
}

.book-eternal div#wpforms-51-field_3-container {
	margin-top: 0;
}

div#wpforms-51-field_5-container {
	float: inherit;
}

.book-eternal-form-info {
	display: none;
}

.book-eternal div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	margin-left: 0;
}


.wpsbc-calendar-header.wpsbc-heading {
    padding: 0 !important;
}


.footer-eternal-logos {
    margin-bottom: 30px;
}

.footer-eternal-logos-inner img {
    width: 150px;
}

.footer-eternal-info {
    padding: 2% 5% 110px;
    margin-bottom: 0;
}

.footer-eternal-info-column1, .footer-eternal-info-column2, .footer-eternal-info-column3 {
    width: 100%;
}

.footer-eternal-info a {
    line-height: 24px;
}

div.wpforms-container-full {
    margin: 10px auto 24px;
}

.footer-eternal-info-column3 {
	margin-bottom: 25px;
}

.footer-eternal-copyright {
    padding-top: 20px;
    height: 80px;
}

.footer-eternal-copyright-left {
    width: 100%;
    text-align: center;
}

.footer-eternal-copyright-right {
    width: 100%;
    text-align: center;
}

.footer-eternal-copyright-right a {
    display: block;
}

.footer-eternal-copyright-right a:after {
    display: none;
}


/* Page */

.page-header {
    height: 70vh;
}

.page-header .header-titles h1 {
    font-size: 35px;
    line-height: 40px;
    width: 80%;
    margin: auto;
}


/* WHY ETERNAL SPARK */

.why-eternal-main {
    padding: 5px 0 5px;
}

.why-eternal-intro {
	height: inherit;
    display: inline-block;
}

.why-eternal-intro-box {
    width: 100%;
    margin-bottom: 10px;
}

.why-eternal-intro-box img {
    margin-bottom: 5px;
}

.why-eternal-intro-box p {
    font-size: 20px;
    line-height: 22px;
}


.why-eternal-box, .why-eternal-box-b {
    height: auto;
    margin: 5% 5% 10%;
    background: none;
}

.why-eternal-box .photo-1, .why-eternal-box-b .photo-2 {
    width: inherit;
    position: initial;
    margin-bottom: 15px;
}

.why-eternal-box .photo-2, .why-eternal-box-b .photo-1 {
    position: initial;
}

.why-eternal-box .photo-2 img, .why-eternal-box-b .photo-1 img {
    width: inherit;
    height: inherit;
    position: inherit;
}

.why-eternal-box-info, .why-eternal-box-b .why-eternal-box-info {
    position: initial;
    width: 100%;
}

.why-eternal-box-info h2, .why-eternal-box-b .why-eternal-box-info h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

.why-eternal-box-info p, .why-eternal-box-b .why-eternal-box-info p {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}


/* GALLERY */ 


.eternal-galleries {
    width: 100%;
    margin-bottom: 12px;
}

.galleries-eternal-intro {
    padding: 0 0 5%;
}

.galleries-eternal-intro-box p {
    font-size: 20px;
    line-height: 22px;
}

#explorehead .main-navigation.nav-mobile {
    background-color: rgb(195 230 235 / 100%);
}

.explore-eternal-intro {
    padding: 5%;
}

.explore-eternal-intro-box {
    border: none;
    padding: 0;
}

.explore-eternal-intro-box h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}

.explore-eternal-intro-box p {
    font-size: 20px;
    line-height: 22px;
}

.explore-gallery {
    margin-bottom: 10px;
}

.explore-gallery-title h3 {
    font-size: 22px;
    line-height: 30px;
}

.explore-gallery-title h2 {
    font-size: 40px;
    line-height: 45px;
    padding-left: 0;
    text-indent: -3px;
    margin-bottom: 10px;
}


/* Accommodation */

.accommodation-main {
    padding: 0 5%;
}


/* SPECIFICATIONS */

.full-specifications-eternal {
    padding: 2% 5%;
}

.specifications-main.homepage-specifications .specifications-gallery {
    width: 100%;
    padding-top: 0;
}

.specifications-main.homepage-specifications .specifications-gallery .mySlides {
    padding: 0px 25px;
    margin: 0;
    margin-bottom: 20px;
}

.specifications-main.homepage-specifications .specifications-gallery .mini-gallery-image {
    height: 60px;
}

.specifications-main {
    padding: 5%;
}

.specifications-gallery a.prev {
    top: 20%;
    left: -5%;
    font-size: 30px;
}

.specifications-gallery a.next {
    top: 20%;
    right: -5%;
    font-size: 30px;
}

.specifications-gallery .column {
    width: 100%;
}

.specifications-gallery .demo.cursor {
    font-size: 20px;
}

.specifications-pins {
    margin-top: 30px;
}

.specifications-pins p {
    font-size: 22px;
    line-height: 26px;
}

.specifications-pins img {
    width: 24px;
}

.specifications-inner h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 24px;
}

.specifications-inner p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
}

.specifications-inner-general-left, .specifications-inner-general-right {
    width: 100%;
}

.specifications-inner-dimensions-left, .specifications-inner-dimensions-right {
    width: 100%;
}


/* ACCOMMODATION */

.accommodation-eternal-intro {
    padding: 5%;
}

.accommodation-eternal-intro-box {
    border: none;
    padding: 0;
}

.accommodation-eternal-intro-box p {
    font-size: 20px;
    line-height: 22px;
}


.accommodation-box, .accommodation-box.accommodation-box-b {
    height: inherit;
    padding-bottom: 40px;
    border-bottom: 1px solid #989898;
}

.accommodation-box-photos, .accommodation-box-b .accommodation-box-photos {
    width: inherit;
    float: inherit;
    margin-top: inherit;
}

.accommodation-box-photos img, .accommodation-box-b .accommodation-box-photos img {
    width: inherit;
    height: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    float: inherit;
}

.accommodation-box-info, .accommodation-box-b .accommodation-box-info {
    width: inherit;
    float: inherit;
    position: initial;

}

.accommodation-box-border, .accommodation-box-b .accommodation-box-border {
	display: none;
}

.accommodation-box-info h2, .accommodation-box-b .accommodation-box-info h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: left;
}

.accommodation-box-info p, .accommodation-box-b .accommodation-box-info p {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
}


/* EXPERIENCES */

.experiences-eternal-intro-box h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}

.experiences-eternal-intro-box p {
    font-size: 20px;
    line-height: 22px;
}


/* BLOG */


.blog-eternal-intro {
    margin-bottom: 20px;
}

.blog-eternal-intro-box p {
    font-size: 20px;
    line-height: 22px;
}

.post-box {
    width: 100%;
    margin-bottom: 12%;
}

.post-box-top {
    height: 25vh;
}


/* .post-box-bottom {
    height: 290px;
} */

.post-box-bottom {
    height: 180px;
    border-bottom: 1px solid #5c5c5c1a;
}

.post-box-bottom h3 {
    font-size: 30px;
    line-height: 28px;
}

.post-box-bottom p {
    font-size: 20px;
    line-height: 24px;
}

.post-box span {
    margin-bottom: 15px;
    font-size: 15px;
}

.post-box .post-box-bottom-link {
    font-size: 18px;
}


/* SINGLE BLOG */

.single-template-featured {
    height: 35vh;
}

.single-template {
    padding: 5%;
    display: inherit;
}

.single-template-content {
    width: 100%;
}

.single-template-content h1 {
	font-size: 24px;
}

.single-template-content-intro {
    line-height: 24px;
}

.single-template-content p {
    margin: 20px 0;
}

.single-template-content p img {
    margin: 20px 0;
}

.single-template-sidebar {
    width: 100%;
    padding: 0;
    float: inherit;
    clear: both;
}

.single-template-sidebar-calendar {
    width: 100%;
    margin-bottom: 5vh;
}

.single-template-sidebar-posts {
    width: 100%;
}

.single-template-sidebar-posts-box-image {
    height: 210px;
    background-size: cover;
}

.single-template-sidebar-calendar .wpsbc-container {
    margin-left: inherit;
}

.wpsbc-container[data-columns] .wpsbc-calendars {
    margin-left: inherit;
    margin-right: inherit;
}

.wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
    margin-right: inherit;
}

.single-template-sidebar-calendar .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header, .single-template-sidebar-calendar .wpsbc-container .wpsbc-calendars .wpsbc-calendar-wrapper {
	padding-right: 0;
}


/* CREW */

.crew-left {
    width: 100%;
}

.crew-image {
    width: 300px;
    height: 300px;
}

.crew-right {
    width: 100%;
}

.crewSlides {
    height: inherit;
    margin-bottom: 50px;
}

.crewdemo {
    width: 150px;
    height: 150px;
}

.column-crew {
    width: 46%;
    margin-right: 5%;
    margin-bottom: 0;
}

.column-crew:nth-child(5n) {
    margin-right: 5%;
}

.column-crew:nth-child(even) {
    margin-right: 0;
}

.crew-page {
    display: inline-block;
    padding-top: 30px;
}

.crew_intro_title {
	margin-bottom: 20px;
}

.crew_intro_title p {
    font-size: 18px;
    line-height: 18px;
}



/* DESTINATIONS */

#destinationshead .header-titles h1 {
    font-size: 45px;
    line-height: 50px;
    width: 80%;
    margin: auto;
    padding: 0;
}


.destinations-content-box, .destinations-content-box-b {
	height: inherit;
}

.destinations-content-box .destinations-galleries, .destinations-content-box-b .destinations-galleries {
    width: 100%;
    height: 300px;
    float: left;
}

.destinations-content-box .destinations-content-box-description, .destinations-content-box-b .destinations-content-box-description {
    width: 100%;
    padding: 5% 5% 7%;
}

.destinations-content-box-description p {
    font-size: 20px;
    line-height: 24px;
}

.destinations-content-box-description-day {
    font-size: 22px;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.destinations-content-box-description-day:after {
    width: 58px;
}

.destinations-intro-inner p {
    font-size: 22px;
    line-height: 24px;
}


.destinations-intro-inner-icons {
    margin-top: 40px;
    margin-bottom: 10px;
}

.destinations-intro-inner-icons-box {
    width: 100%;
    margin-bottom: 25px;
}


.destinations-intro-itinerary.mobile-responsive {
    height: 190px;
    background-position: right;
    background-size: cover;
}


.destinations-days-map {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}

.destinations-days-map-inner {
	width: inherit;
    height: 70px;
    text-align: center;
}

.destinations-days-map-inner p {
	font-weight: 400;
}

.destinations-days-map-inner p:first-child {
	width: 15%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    text-align: left;
}

.destinations-days-map-inner p:nth-child(2) {
    font-weight: 600;
}

.destinations-days-map-inner p, .destinations-days-map-inner p:nth-child(2) {
    width: 50%;
    text-align: inherit;
    font-size: 15px;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    height: 30px;
}

.destinations-days-map-inner p:nth-child(3) {
    width: 17%;
}

.destinations-days-map-inner p:last-child {
	width: 18%;
}


/* Pozadinske grafike */

.archive-back-graphics {
	display: none;
}

.accommodation-back-graphics {
    display: none;
}

.crew-back-graphics {
	display: none;
}


	}			


/* Hail Satan and Heavy Metal */

@media (-webkit-device-pixel-ratio: 1.5), (-moz-device-pixel-ratio: 1.5) {

html {
    zoom: 0.7;
}


    }


@media (-webkit-device-pixel-ratio: 1.375), (-moz-device-pixel-ratio: 1.375) {

:root {
    zoom: 0.76;
}

.quick-intro-icons {
    margin-bottom: 10px;
}

.accommodation-box.accommodation-box {
    height: 95vh;
}

.accommodation-box .accommodation-box-border {
    height: 80vh;
}

.accommodation-box.accommodation-box-b {
    height: 95vh;
}

.accommodation-box-b .accommodation-box-border {
    height: 80vh;
}

    }


/* Igor LAPTOP Alert */
@media (-webkit-device-pixel-ratio: 1.25), (-moz-device-pixel-ratio: 1.25) {
    
:root {
zoom: 0.85;
}    

.accommodation-box {
    height: 90vh;
}

.accommodation-box-border {
    height: 80vh;
}


@-moz-document url-prefix() {
    @media only screen and (max-width: 1700px) {
        html {
            transform: scale(0.8);
            transform-origin: 0 0;
            width: 125%;
        }
    }
}  

