/* Site Presets */
:root {
	--blue:#28364B;
	--gold:#C6B89E;
	--gold_dark:#AB9C7F;
	--bg:#D9E0EA;
}
ul:not([class]) {
	list-style:disc outside;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap:15px;
}
ul:not([class]) li {
	position: relative;
}
html, body {
	scroll-behavior:smooth;
	overflow-x:clip !important;
	color:#000;
	font-weight: 400;
}
body {
	background-color:var(--bg);
	font-family: "Jost", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: var(--blue);
}
.bg {
	background-color:var(--bg);
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
}
p:not(:last-child) {
	margin-bottom:20px;
}
h1,
.h1 {
	font-size:50px;
}
.h2,
h2 {
	font-size:45px;
}
.h3,
h3 {
	font-size:25px;
}
.h4,
h4 {
	font-size:20px;
}
.net22-image {
	width:45px;
	margin-top:-5px;
	display: inline;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
body.page-template-template-about #hero .text.editor.text-center ,
.arno,
.navigation .main-menu li a { 
	font-family: "arno-pro-display",serif;
}
.cta {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	column-gap:20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--blue);
	background-color:#fff;
	padding:20px 40px;
	max-width:max-content;
	position:relative;
}
.cta::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background-color:var(--gold_dark);
}
.cta::before,
.cta span {
	transition:all ease-in-out 400ms;
}
.cta span {
	position:relative;
	z-index:1;
	transform:translateY(1px);
}
.cta:hover {
	color:#fff;
}
.cta:hover::before {
	width:100%;
}
.cta:not(:hover) .icon {
	opacity:0;
	transform: translateX(-20px);
}
.cta:not(:hover) .cta--text {
	transform: translateX(20px) translateY(1px);
}
.stagger--effect span {
	opacity:0;
	transition:all linear 500ms;
}
.stagger--effect span.animate {
	opacity:1;
}
/* Telos Site Presets */

/* Navigation */
.navigation {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: var(--bg);
}
.navigation .socials--list {
	position:absolute;
	top:70px;
	right:45px;
}
.navigation .cols .col--right .image {
	height: 100svh;
}
.navigation .cols .col--left {
	padding: 250px 140px 70px;
	position:relative;
}
.navigation .main-menu {
	row-gap:15px;
	margin-bottom:75px;
}
.navigation .main-menu li a {
	font-weight: 300;
	font-size: 42px;
	line-height: 50px;
	color: var(--blue);
	position:relative;
	max-width:max-content;
}
.navigation .main-menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--blue);
	transition: all ease-in-out 250ms;
}
.navigation .main-menu li a:hover::after {
	width:100%;
}
.contact--list li a {
	font-weight: 400;
	padding-bottom:5px;
	font-size: 18px;
	line-height: 1;
	color: var(--blue);
	position:relative;
	max-width:max-content;
}
.contact--list li {
	display:flex;
	row-gap:12px;
	flex-direction:column;
}
.contact--list li a::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	background-color:var(--blue);
	transition:all ease-in-out 250ms;
}
.contact--list li a:hover::after {
	width:100%;
}
.contact--list {
	max-width: max-content;
	column-gap: 45px;
}
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	transition: all linear 500ms;
	z-index:10;
}
html:not(.menu--visible) #header.scrolled {
	background-color: var(--blue);
}
html.menu--visible .logo-wrapper {
	pointer-events:none !important;
}
html.menu--visible .header-logo {
	opacity:0;
}
#header.scrolled .cta--circle {
	--size: 100px;
}
#header {
	pointer-events:none;
}
.header--content {
	padding:20px 35px;
	pointer-events:none;
}
.header--content .logo-wrapper,
.header--content #burger, 
.header--content .cta--circle {
  pointer-events: auto;
}
.header-logo {
	width: 170px;
	height: 140px;
	transition:all ease-in-out 250ms;
}
#header.scrolled .header-logo {
	width: 120px;
	height: 102px;
}
.cta--circle {
	--size:127px;
	--transition:all linear 250ms;
	position:relative;
	font-weight: 400;
	font-size: 15px;
	line-height:1;
	color: #FFFFFF;
	text-transform:uppercase;
	min-width:var(--size);
	max-width:var(--size);
	min-height:var(--size);
	max-height:var(--size);
}
.cta--circle span:not([class]),
.cta--circle::before,
.cta--circle::after {
	content:'';
	border:1px solid;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:var(--transition);
}
.cta--circle span:not([class]) {
	width:calc(var(--size) - 20px);
	height:calc(var(--size) - 20px);
	border-color:#fff;
}
.cta--circle::before {
	border-color:rgba(255, 255, 255, .7);
	width:calc(var(--size) - 10px);
	height:calc(var(--size) - 10px);
}
.cta--circle::after {
	border-color:rgba(255, 255, 255, .5);
	width:var(--size);
	height:var(--size);
}
.cta--circle span.cta--circle-text {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center;
	color:#fff;
	transition:var(--transition);
}
.cta--circle:hover span:not([class]) {
	width:100%;
	height:100%;
	background-color:#fff;
}
.cta--circle:hover::before {
	width:calc(var(--size) - 15px);
	height:calc(var(--size) - 15px);
}
.cta--circle:hover::after {
	width:calc(var(--size) - 25px);
	height:calc(var(--size) - 25px);
}
.cta--circle:hover span.cta--circle-text {
	color:#000;
}
/* Telos Navigation */


/* Template Homepage */
.homepage--hero-wrapper {
	height:100svh;
	position:sticky;
	top:0;
	left:0;
	width:100%;
}
.homepage--hero-wrapper .image {
	height:100%;
	overflow:hidden;
	position:relative;
}
.homepage--hero-wrapper .image img {
	animation: scaleDown 5s ease-out forwards;
}
@keyframes scaleDown {
	from {
		transform: scale(1.35);
	}
	to {
		transform: scale(1);
	}
}
.homepage--hero-wrapper .image::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.15;
}
.homepage--hero-wrapper .content {
	position:absolute;
	z-index:1;
	left:50%;
	transform:translateX(-50%);
	bottom:55px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	row-gap:40px;
}
.homepage--hero-wrapper .content .title {
	font-weight: 300;
	font-size: 70px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	max-width:630px;
}
.homepage--about-wrapper {
	padding-top:100px;
}
body.home #main > section:not(.homepage--hero-wrapper) {
	position:relative;
	z-index:1;
}
.section--title {
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom:30px;
}
.section--subtitle {
	font-weight: 300;
	font-size: 60px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom:35px;
}
.container {
	max-width:780px;
	margin-inline:auto;
}
.cta--arrow {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--blue);
	display:flex;
	align-items:center;
	padding:0 0 8px 20px;
	padding-bottom:8px;
	max-width:max-content;
	border-bottom:1px solid #B2BFD4;
	position:relative;
}
.cta--arrow::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	background-color:var(--blue);
	width:0;
	transition:all ease-in-out 300ms;
}
.cta--arrow .icon {
	position: absolute;
	left: 0;
	top: 5px;
	transition: all ease-in-out 300ms;
	width: 12px;
	height: 12px;
}
.cta--arrow:hover {
	padding-inline:0 20px;
}
.cta--arrow:hover::after {
	width:100%;
}
.cta--arrow:hover .icon {
	left:calc(100% - 12px);
}
.homepage--about-wrapper .cta--arrow {
	margin: 55px auto 0;
}
.homepage--about-wrapper .image--wrapper {
	margin-top: 40px;
}
.homepage--about-wrapper .image--wrapper .image img {
	width: 700px;
	height: 400px;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(-10deg);
	transform-origin: center center;
}
/* .homepage--about-wrapper .image--wrapper .image--normal {
border-radius: 50%;
overflow: hidden;
transform: rotate(-10deg);
transform-origin: center center;
width: 700px;
height: 400px;
margin: auto;
} 
.homepage--about-wrapper .image--wrapper .image--effect {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 680px;
transition: all linear 600ms;
z-index: 1;
}
.homepage--about-wrapper .image--wrapper .image--effect:not(.active) {
transform: scale(.4);
transform-origin: bottom;
opacity:0;
} */

/* New Effect */
.homepage--about-wrapper .image--wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: 800px;
}
.homepage--about-wrapper .image--wrapper .image--overlay::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: var(--bg);
	pointer-events: none;
	z-index: 1;
	-webkit-mask-image: radial-gradient(ellipse at center, transparent 0%, transparent 30%, black 30%);
	mask-image: radial-gradient(ellipse at center, transparent 0%, transparent 30%, black 30%);
	-webkit-mask-position: center center;
	mask-position: center center;
	/* Fallback default is now 60% 80% instead of 40% 40% */
	-webkit-mask-size: var(--mask-size, 60% 80%);
	mask-size: var(--mask-size, 60% 80%);
	transform: rotate(-10deg);
	transition: -webkit-mask-size 1.4s ease-out, mask-size 1.4s ease-out;
}
/* End New Effect */

.homepage--tours-wrapper {
	padding-block: 80px 100px;
}
.homepage--tours-wrapper .tours--loop {
	margin-top: 80px;
}
.tours--card .image {
	display:block;
	height: 660px;
}
.tours--card .tours--card-cols .col--right {
	max-width: 480px;
	margin: auto;
}
.tours--card .tours--card-cols .col--right .title {
	font-weight: 300;
	font-size: 32px;
	line-height: 1.3;
	color: var(--blue);
	margin-bottom:10px;
	transition:all ease-in-out 250ms;
}
.tours--card .tours--card-cols .col--right .title:hover {
	color:var(--gold_dark);
}
.tours--card .tours--card-cols .col--right .cta {
	margin-top:45px;
}
.tours--loop .tours--loop-flex .tours--card:nth-child(even) .col--left { grid-area: 1 / 2 / 2 / 3; }
.tours--loop .tours--loop-flex .tours--card:nth-child(even) .col--right { grid-area: 1 / 1 / 2 / 2; } 
.homepage--tours-wrapper > .cta {
	margin:125px auto 0;
}
.cta.blue {
	background-color:var(--blue);
	color:#fff;
}
.homepage--facts-wrapper {
	padding-block: 100px;
	background-color: var(--gold);
}
.container--large {
	width:1300px;
	margin-inline:auto;
}
.homepage--facts-wrapper .cols .col--left {
	max-width: 450px;
}
.homepage--facts-wrapper .cols .col--left .section--title {
	text-align:left;
}
.homepage--facts-wrapper .cols {
	column-gap: 60px;
}
.homepage--facts-wrapper .cols .col--right {
	width:100%;
}
.homepage--facts-wrapper .cols:first-child .col--right {
	padding-top: 220px;
}
.homepage--facts-wrapper .cols .col--right .facts--grid {
	border-top:1px solid var(--gold_dark);
}
.homepage--facts-wrapper .cols .col--right .facts--grid .facts--grid-single {
	border-bottom:1px solid var(--gold_dark);
	padding-block:25px;
}
.facts--grid-title {
	font-weight: 300;
	font-size: 23px;
	line-height:1.3;
	color: var(--blue);
}
.homepage--facts-wrapper .cols .col--right .facts--grid .facts--grid-single {
	border-bottom: 1px solid var(--gold_dark);
	padding: 25px 40px 25px 25px;
	column-gap: 150px;
}
.homepage--facts-wrapper .cols:last-child {
	margin-top:160px;
}
.testimonial--card .icon {
	max-width:32px;
}
.homepage--facts-wrapper .cols:last-child .col--right {
	max-width: 600px;
	margin-left: auto;
}
.testimonial--card .text.editor {
	margin-block: 20px 25px;
}
.testimonial--card .name {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #28364B;
}
.template--homepage-gallery {
	padding-top: 115px;
}
.template--homepage-gallery .text.editor {
	margin-bottom:45px;
}
.template--homepage-gallery .cta--arrow {
	margin-inline:auto;
}
.gallery--grid {
	gap: 20px;
	position: relative;
}
body.home .gallery--grid::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 584px;
	left: 0px;
	bottom: 0;
	background: linear-gradient(180deg, rgba(217, 224, 234, 0) 0%, #D9E0EA 100%);
	display: block;
}
body.home .gallery--grid {
	height: 600px;
	overflow: hidden;
}
.gallery--grid a {
	height:500px;
	width:100%;
	display:flex;
	position:relative;
}
.gallery--grid a:nth-child(3n+2) {
	transform:translateY(60px);
}
.gallery--grid a::before, 
.gallery--grid a::after {
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.gallery--grid a::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	background-image: url('../images/open-image.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	z-index: 1;
	transition: all ease-in-out 650ms;
}
.gallery--grid a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: all ease-in-out 350ms;
}
.gallery--grid a:hover::before {
	opacity: 1;
	visibility: visible;
}
.gallery--grid a:hover::after {
	opacity: .25;
	visibility: visible;
}
#hero {
	padding-top: 250px;
	margin-bottom: 100px;
}
.slider--controls {
	column-gap:25px;
}
.slider--controls > span {
	--transition:all linear 250ms;
	display:flex;
	justify-content:center;
	align-items:center;
	width:48px;
	height:48px;
	min-width:48px;
	position:relative;
	padding: 14px;
	transition:var(--transition);
}
.slider--controls > span::before,
.slider--controls > span::after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	border:1px solid var(--blue);
	transition:var(--transition);
	border-radius:50%;
}
.slider--controls > span::before {
	width:100%;
	height:100%;
}
.slider--controls > span::after {
	width:calc(100% + 10px);
	height:calc(100% + 10px);
	opacity:.67;
}
.slider--controls > span svg {
	height:100%;
	width:100%;
	position: relative;
	z-index: 1;
}
.slider--controls > span svg path {
	transition:var(--transition);
}
.homepage--facts-wrapper .cols:last-child .col--right .slider--controls {
	margin-top:10px;
	justify-content:flex-end;
}
.slider--controls > span:hover::before {
	width:calc(100% + 10px);
	height:calc(100% + 10px);
	background-color:var(--blue);
}
.slider--controls > span:hover::after {
	width:100%;
	height:100%;
}
.slider--controls > span:hover svg path {
	fill:#fff;
}
/* End Template Homepage */

/* Template Gallery */
.template--gallery-follow {
	margin-top:160px;	
}
.template--gallery-follow .section--title {
	margin: 0 auto 20px;
	max-width:260px;
}
.socials--list {
	column-gap:14px;
}
.socials--list li a {
	display:flex;
	width:40px;
	height:40px;
	min-width:40px;
}
.socials--list li a svg path,
.socials--list li a svg circle {
	transition:all ease-in-out 250ms;
}
.socials--list li a:hover svg circle {
	stroke:var(--blue);
	fill:var(--blue);
	opacity:1;
}
.socials--list li a:hover svg path {
	fill:#fff;	
}
/* End Template Gallery */

/* Footer */
#footer {
	margin-top:200px;
	background-color:var(--blue);
	padding:80px 60px 20px;
}
.footer--title {
	display:block;
	margin-top:140px;
	font-weight: 300;
	font-size: 46px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.sub--footer {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	margin-top:80px;
}
#footer .footer-cols .col--left {
	max-width: 700px;
}
.footer--actions {
	column-gap:100px;
}
#footer .contact--list li a {
	color:#fff;
}
#footer .contact--list li a::after {
	background-color:#465D80;
}
#footer .socials--list li a svg path {
	fill:#fff;
}
#footer .socials--list li a svg circle {
	stroke:#fff;
}
#footer .socials--list li a:hover svg circle {
	stroke: #fff;
	fill: #fff;
	opacity: 1;
}
#footer .socials--list li a:hover svg path {
	fill:var(--blue);
}
.footer-cols .col--right {
	max-width:350px;
}
.footer--video {
	padding:20px;
	position:relative;
	min-width:350px;
}
.footer--video::before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	border:1px solid #3D506D;
	transition:all ease-in-out 450ms;
}
.footer--video:hover::before {
	width:calc(100% + 10px);
	height:calc(100% + 10px);
	border-color:#fff;
}
.footer--video-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	text-transform:uppercase;
	display:block;
	color: #FFFFFF;
}
.back--top {
	text-transform:uppercase;
}
.footer--videos {
	row-gap:35px;
}
.footer--video .video {
	height:200px;
	margin-top:20px;
}
body.home #footer {
	margin-top:0;
}
/* End Footer */

/* Single Tours */
.single--tours-hero h1.section--subtitle {
	max-width:580px;
	margin-inline:auto;
}
b, strong {
	font-weight: 500;
}
.single--tours-hero .image {
	height:620px;
	margin-top:50px;
}
.single--tours-meta {
	row-gap: 8px;
}
.single--tours-specs {
	border-top:1px solid rgba(40, 54, 75, .2);
	margin-block:50px;
}
.single--tours-specs .single {
	padding-block:40px;
	border-bottom:1px solid rgba(40, 54, 75, .2);
}
.single--tours-specs .single .subtitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom:20px;
	color: var(--blue);
	font-family: "Jost", sans-serif;
}
.single--tours-main__header {
	min-width: calc(100% + 240px);
	margin-left: -120px;
}
.single--tours-specs .single .text.editor ul {
	list-style:none;
	row-gap: 8px;
}
.single--tours-form h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom:20px;
	color: var(--blue);
	font-family: "Jost", sans-serif;
}
.tours--form-label {
	display:block;
	margin-bottom:10px;
	font-size: 18px;
	line-height: 1.3;
	color: var(--blue);
}
.tours--form-single.item--boats .tours--form-label,
.tours--form-single.item--notice .tours--form-label {
	margin-bottom:14px;
	font-weight: 500;
}
.single--tours-form .subtitle {
	margin-bottom:35px;
}
.tours--form-single.item--boats {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(40, 54, 75, .2);
}
.tours--form-single.item--meta {
	margin-top: 35px;
	padding-bottom:40px;
	border-bottom: 1px solid rgba(40, 54, 75, .2);
}
.tours--form-single.item--meta > .flex {
	column-gap:30px;
}
.tours--form-single .single .wpcf7-form-control-wrap {
	display:block;
	width:100%;
}
.tours--form-single .single textarea,
.tours--form-single .single input {
	border: 1px solid rgba(40, 54, 75, .2);
	display: block;
	background-color: transparent;
	height: 45px;
	padding: 15px;
	width: 100%;
	outline:none;
}
.tours--form-single .single textarea {
	resize:none;
	height:170px;
}
.tours--form-single .single {
	position:relative;
}
.tours--form-single.item--meta .single .icon {
	position:absolute;
	top: 50px;
	z-index:1;
	right:20px;
}
.tours--form-single .single .plus--minus-wrapper {
	position:relative;
}
.tours--form-single .single .plus--minus-wrapper > span:not(.wpcf7-form-control-wrap) {
	position:absolute;
	top:50%;
	z-index:1;
	transform:translateY(-50%);
	cursor:pointer;
	width: 30px;
	text-align: center;
	display:flex;
	justify-content:center;
	align-items:center;
	height: 100%;
	user-select:none;
}
.tours--form-single .single .plus--minus-wrapper > span.minus {
	left:10px;
}
.tours--form-single .single .plus--minus-wrapper > span.plus {
	right:10px;
}
.tours--form-single .single .plus--minus-wrapper input {
	-webkit-appearance:textfield;
	appearance:textfield;
	text-align:center;
}
.tours--form-single .single .plus--minus-wrapper input::-webkit-inner-spin-button, 
.tours--form-single .single .plus--minus-wrapper input::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.tours--form-single.item--main {
	margin-top: 40px;
}
.tours--form-single.item--main > .grid {
	gap:20px;
}
.tours--form-single.item--main > .grid .single.full {
	grid-column: span 2;
}
.tours--form button.cta.blue {
	border: none;
	cursor: pointer;
	margin: 40px auto 0;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: var(--blue);
	border-color: var(--blue);
}
.boats--options {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--blue);
}
.boats--options .single {
	padding:30px 50px;
}
.boats--options .single .title {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	transition:all ease-in-out 250ms;
	display:flex;
	align-items:center;
	column-gap:6px;
}
.boats--options .single .title::before {
	content:'';
	display:block;
	min-width:13px;
	height:13px;
	width:13px;
	border-radius:2px;
	text-align:center;
	font-size: 12px;
	overflow:hidden;
	border:1px solid var(--blue);
	transition:all ease-in-out 250ms;
}
.boats--options .single.active .title::before {
	content:'✓';
}
.boats--options .single .capacity {
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	transition:all ease-in-out 250ms;
}
.boats--options .single.active,
.boats--options .single:hover {
	background-color:#fff;
}
.boats--options .single > .flex {
	justify-content:space-between;
	margin-top:15px;
}
.boats--options .single .image {
	border-radius:5px;
	overflow:hidden;
	height:120px;
}
input[name="your-boat"] {
	pointer-events:none;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
.wpcf7-response-output {
	display:none !important;
}
/* End Single Tours */

/* Template About */
body.page-template-template-about #hero .text.editor.text-center {
	font-weight: 300;
	font-size: 46px;
	line-height: 44px;
}
body.page-template-template-about #hero .container {
	max-width: 1250px;
}
.template--about-wrapper {
	padding-top: 60px;
}
.template--about-wrapper .image {
	height: 600px;
	min-width: 450px;
	width: 450px;
}
.template--about-wrapper .cols {
	column-gap:100px;
	margin-bottom:100px;
}
.template--about-secondary {
	padding-block:100px 125px;
	background-color:var(--gold);
}
.template--about-secondary .cols {
	margin-bottom:0;
}
.template--about-secondary .section--subtitle {
	max-width:450px;
	font-weight: 300;
	font-size: 46px;
	line-height: 44px;
	text-transform:unset;
	display:block;
	text-align:left;
	margin-top:-180px;
}
.template--about-secondary .cols .col--left {
	padding-bottom: 200px;
}
.template--about-wrapper .container--large {
	width: 1100px;
}
.page--parallax::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.4;
}
.page--parallax {
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	height:720px;
	position:relative;
}
body.page-template-template-about #footer {
	margin-top:0;
}
.page--parallax .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position:relative;
	z-index:1;
}
.page--parallax .content .section--subtitle {
	color:#fff;
	text-transform:unset;
}
/* End Template About */

/* Template FAQ */
.template--faq-wrapper .single .section--title {
	text-transform:unset;
	margin-bottom:14px;
}
.template--faq-wrapper .single {
	position:relative;
	padding-bottom:40px;
	margin-bottom:40px;
}
.template--faq-wrapper .single:not(:last-child)::after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:220px;
	height:1px;
	background-color:var(--blue);
	opacity:.2;
}
/* End Template FAQ */

/* Template Contact */
.template--contact-wrapper .cols .col--right {
	padding-block: 300px 150px;
	max-width:700px;
	margin-inline:auto;
}
.template--contact-wrapper .cols .col--right .section--title,
.template--contact-wrapper .cols .col--right .section--subtitle {
	text-align:left;
}
.template--contact-wrapper .cols .col--right .section--subtitle {
	text-transform:unset;
	font-weight: 300;
	font-size: 46px;
	line-height: 44px;
}
.template--contact-wrapper .cols .col--right .contact--list {
	margin-block: 100px 40px;
}
.template--contact-wrapper .cols .col--right .socials--list {
	justify-content:flex-start;
}
.template--contact-wrapper .cols .col--left .image {
	height:100svh;
	position: sticky;
	top: 0;
}
body.page-template-template-contact #footer {
	margin-top:0;
}
.contact--form button.cta {
	border:none;
	cursor:pointer;
	margin-left:auto;
}
.contact--form .single .wpcf7-form-control-wrap {
	display:block;
	width:100%;
}
.contact--form .single textarea,
.contact--form .single input {
	display:block;
	width:100%;
	height:45px;
	padding-bottom:12px;
	border:none;
	outline:none;
	background-color:transparent;
	border-bottom:1px solid var(--blue);
}
.contact--form .single textarea {
	resize:none;
	height:170px;
}
.contact--form {
	row-gap:30px;
}
.iti {
	width: 100%;
}
#telephone {
	padding: 0 0 0 100px !important;
}
/* End Template Contact */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, .iti--separate-dial-code .iti__selected-flag, .iti__country.iti__highlight {
	background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
	border-right: 1px solid var(--blue);
	padding-left: 0;	
}
.tours--form .iti--separate-dial-code .iti__selected-flag {
	border-color: rgba(40, 54, 75, .2);
	padding-left:8px;
}
body:not(.home) #header:not(.scrolled) .cta--circle span.cta--circle-text,
html.menu--visible #header:not(.scrolled) .cta--circle span.cta--circle-text {
	color:var(--blue);
}
body:not(.home) #header:not(.scrolled) .cta--circle::before,
html.menu--visible #header:not(.scrolled) .cta--circle::before {
	border-color:rgba(40, 54, 75, .7);
}
body:not(.home) #header:not(.scrolled) .cta--circle span:not([class]),
html.menu--visible #header:not(.scrolled) .cta--circle span:not([class]) {
	border-color:var(--blue);
}
body:not(.home) #header:not(.scrolled) .cta--circle::after,
html.menu--visible #header:not(.scrolled) .cta--circle::after {
	border-color:rgba(40, 54, 75, .5);
}
body:not(.home) #header:not(.scrolled) .cta--circle:hover span:not([class]),
html.menu--visible #header:not(.scrolled) .cta--circle:hover span:not([class]) {
	background-color: var(--blue);
}
body:not(.home) #header:not(.scrolled) .cta--circle:hover .cta--circle-text,
html.menu--visible #header:not(.scrolled) .cta--circle:hover .cta--circle-text {
	color:#fff;
}
html.menu--visible,
html.menu--visible body {
	overflow:hidden !important;
}
body.home .header-logo.blue {
	display:none;
}
body:not(.home) #header.scrolled .header-logo.blue,
body:not(.home) #header:not(.scrolled) .header-logo.white {
	opacity:0;
}
.message__sent-actions > .flex {
	column-gap:20px;
}
.single--tours-form .message__sent-actions {
	text-align: center;
}
.single--tours-form .message__sent-actions > .flex {
	justify-content:center;
}
.socials--item.tiktok a {
	border:1px solid rgb(40, 54, 75, .3);
	border-radius: 50%;
	color:var(--blue);
}
.socials--item.tiktok a:hover {
	background-color:var(--blue);
	border-color:var(--blue);
	color:#fff;
}
#footer .socials--item.tiktok a {
	border-color: rgba(255, 255, 255, .3);
	color:#fff;
}
#footer .socials--item.tiktok a:hover {
	background-color: #fff;
	color:var(--blue);
}







