/*
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready,block-patterns
Version: 3.0.1741701599
Updated: 2025-03-11 13:59:59

*/

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

:root { 
	--blue: #00ccff;
	--light-blue: #e6f8fe;
	--dark: #002133; 
	--dark-1: #333333;
	--dark-2: #1a3848;
	--dark-3: #000f2f;
}

html {
	scroll-behavior: smooth;
}

*, html, body {
	margin: 0;
	padding: 0;
}

.container { 
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 30px;
}

a:visited {
	color: var(--blue);
}

a.wc-block-cart__submit-button:visited {
	color: var(--dark);
}

a.wc-block-cart__submit-button:visited:hover {
	color: var(--white);
}

a.read-more:visited {
	color: var(--blue);
}

.half-container { 
	max-width: 710px;
}

.half-container.pull-right {
	padding-left: 30px;
}

.half-container.pull-left {
	padding-right: 30px;
}

.uppercase {
	text-transform: uppercase;
}

/* Background */
.bg-white {
	background-color: var(--white);
}

.bg-black {
	background-color: var(--black);
}

.bg-blue {
	background-color: var(--blue);
}

.bg-light-blue {
	background-color: var(--light-blue);
}

.bg-dark {
	background-color: var(--dark);
}

.bg-dark-1 {
	background-color: var(--dark-1);
}

.bg-dark-2 {
	background-color: var(--dark-2);
}

.bg-dark-3 {
	background-color: var(--dark-3);
}

.text-italic,
.text-italic h1,
.text-italic h2,
.text-italic h3,
.text-italic h4,
.text-italic h5,
.text-italic h6,
.text-italic p,
.text-italic li,
.text-italic a {
	font-style: italic;
}

/* Font Colors */
.text-blue,
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6,
.text-blue p,
.text-blue li,
.text-blue a {
	color: var(--blue);
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white li,
.text-white a {
	color: var(--white);
}

.text-black,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black li,
.text-black a {
	color: var(--black);
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark li,
.text-dark a {
	color: var(--dark);
}

.text-dark-1,
.text-dark-1 h1,
.text-dark-1 h2,
.text-dark-1 h3,
.text-dark-1 h4,
.text-dark-1 h5,
.text-dark-1 h6,
.text-dark-1 p,
.text-dark-1 li,
.text-dark-1 a {
	color: var(--dark-1);
}

/* Font Weight */
.text-normal,
.text-normal h1,
.text-normal h2,
.text-normal h3,
.text-normal h4,
.text-normal h5,
.text-normal h6,
.text-normal p,
.text-normal a {
	font-weight: normal;
}

.text-semibold,
.text-semibold h1,
.text-semibold h2,
.text-semibold h3,
.text-semibold h4,
.text-semibold h5,
.text-semibold h6 {
	font-weight: 600;
}

.text-bold,
.text-bold h1,
.text-bold h2,
.text-bold h3,
.text-bold h4,
.text-bold h5,
.text-bold h6,
.text-bold p,
.text-bold a {
	font-weight: bold;
}


.text-mb-20 p,
.text-mb-20 li {
	margin-bottom: 20px;
}

.text-mb-10 p,
.text-mb-10 li {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, p, a, li {
	margin: 0;
	font-family: 'Figtree', sans-serif;
}

h1::before, 
h2::before, 
h3::before, 
h4::before, 
h5::before, 
h6::before {
	display: none !important;
}

/* Secondary Font */
.text-work-sans,
.text-work-sans h1, 
.text-work-sans h2, 
.text-work-sans h3, 
.text-work-sans h4, 
.text-work-sans h5, 
.text-work-sans h6, 
.text-work-sans p, 
.text-work-sans a, 
.text-work-sans li {
	font-family: 'Work Sans', sans-serif;
}

.menu-item-has-children:hover .sub-menu {
	display: flex;
}

.menu-item.current_page_item a,
a.active {
	color: var(--blue);
}

.menu-item.current_page_item .sub-menu a {
	color: var(--dark);
}

.menu-item.current_page_item.menu-item-has-children::after {
	border-top: 8px solid var(--blue);
}

.sub-menu {
	position: absolute;
	padding: 15px;
	list-style: none;
	background-color: var(--blue);
	border-radius: 5px;
	display: none;
	flex-direction: column;
	gap: 10px;
	width: 280px;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #fff;
	top: 10px;
	right: -15px;
}

.menu-item-has-children:hover::after {
	border-top: 8px solid var(--blue);
}

.sub-menu a {
	color: var(--dark);
}

.current-menu-parent a {
	color: var(--blue);
}

.current-menu-parent .sub-menu a {
	color: var(--dark);
}

.current-menu-parent::after {
	border-top: 8px solid var(--blue);
}

.sub-menu a:hover,
.sub-menu .current_page_item a {
	color: var(--dark);
	font-weight: 600;
}

ul {
	/* padding-left: 15px; */
}

p, li, a {
	font-size: 18px;
	line-height: 25px;
}

.text-sm,
.text-sm p,
.text-sm li {
	font-size: 16px;
	line-height: 20px;
}

nav a {
	font-size: 16px;
	line-height: 20px;
}

.list-style-none {
	list-style: none;
}

a {
	text-decoration: none;   
}

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

.transition {
	transition: 0.2s;
}

.zoom-hover:hover {
	transform: scale(1.05);
}

ul {
	padding-left: 0;
}

h1 {
	font-size: 60px;
	line-height: 65px;
}

h2 {
	font-size: 60px;
	line-height: 65px;
}

h3 {
	font-size: 48px;
	line-height: 55px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 25px;
}

h6 {
	font-size: 18px;
	line-height: 25px;
}

.btn {
	text-transform: uppercase;
	padding: 10px 40px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	display: block;
	width: fit-content;
}

.btn.primary {
	color: var(--dark);
	background-color: var(--blue);
	border: 2px solid var(--blue);
}

.btn.primary:hover {
	background-color: var(--dark);
	color: var(--white);
	transition: 0.2s;
}

.hover-primary:hover {
	color: var(--dark) !important;
	background-color: var(--blue) !important;
	border: 2px solid var(--blue) !important;
}

.btn.secondary {
	color: var(--white);
	background-color: var(--dark);
	border: 2px solid var(--dark);
}

.btn.secondary:hover {
	background-color: var(--blue);
	color: var(--dark);
	transition: 0.2s;
}

.btn.tertiary {
	color: var(--dark);
	background-color: var(--white);
	border: 2px solid var(--dark);
}

.btn.tertiary:hover {
	background-color: var(--dark);
	color: var(--white);
	border: 2px solid var(--blue);
	transition: 0.2s;
}

.btn.tertiary.blue-border {
	color: var(--white);
	background-color: transparent;
	border: 2px solid var(--blue);
}

.btn.tertiary.blue-border:hover {
	color: var(--white);
	border: 2px solid var(--blue);
	transition: 0.2s;
}

.btn.primary.rounded {
	padding: 10px 12px;
	border-radius: 50%;
}

.btn.link {
	color: var(--dark);
	padding: 0;
}

.btn.link:hover {
	text-decoration: underline;
}

.btn.primary.lower {
	text-transform: inherit;
}

.logo.btn {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 60px;
	max-width: 60px;
}

.logo.btn.secondary:hover {
	background-color: var(--dark-2);
}

/* Hero */
.heading-wrapper h1 span,
.heading-wrapper h2 span,
.heading-wrapper h3 span,
.heading-wrapper h4 span,
.heading-wrapper h5 span,
.heading-wrapper h6 span {
	position: relative;
}

.heading-wrapper h1 span::after,
.heading-wrapper h2 span::after,
.heading-wrapper h3 span::after,
.heading-wrapper h4 span::after,
.heading-wrapper h5 span::after,
.heading-wrapper h6 span::after {
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2025/03/underline.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 20px;
	bottom: -15px;
	left: 0;
	z-index: 0;
}

#featured-listing .logo-wrapper a .hover-logo {
	display: none;
}

#featured-listing .logo-wrapper a:hover .default-logo {
	display: none;
}

#featured-listing .logo-wrapper a:hover .hover-logo {
	display: block;
}

#cta-1 .heading-wrapper h3 span::after {
	height: 30px;
	bottom: -30px;
}

#hero .box {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

#featured-listing .logo-wrapper a img {
	transition: 0.2s;
}

#featured-listing .logo-wrapper a:hover img {
	transform: scale(1.05);
}

/* Featured Lisitng */
.featured-listing-boat img {
	border-radius: 10px;
}

#listing-slider .slick-track {
	display: flex;
	gap: 0 20px;
}

#featured-listing .description-wrapper p {
	font-size: 16px;
	line-height: 20px;
}

.arrow-left, .arrow-right {
	color: var(--dark);
	background-color: var(--blue);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 2px solid var(--blue);
}

.arrow-left span, .arrow-right span {
	font-size: 14px;
}

.arrow-left:hover, .arrow-right:hover {
	background-color: var(--dark);
	color: var(--white);
}

.arrow-left {
	position: absolute;
	top: 40%;
	left: -10px;
	z-index: 1;
}

.arrow-right {
	position: absolute;
	top: 40%;
	right: 415px;
	z-index: 1;
}

#featured-listing .half-container {
	max-width: 520px;
}

#listing-slider {
	width: 115%;
}

#featured-listing {
	overflow: hidden;	
}

/* Offer */
.offer-item .overlay,
.offer-item img {
	border-radius: 10px;
}

.offer-item .icon-wrapper {
	top: 40%;
}

.offer-item .icon-wrapper img {
	border-radius: 0;
}

a.offer-item:hover h4 {
	color: var(--white);
}

.rounded.rounded-1 {
	width: 150px;
	height: 150px;
	background-color: #00213391;
	border-radius: 50%;
}

.rounded.rounded-2 {
	width: 80px;
	height: 80px;
	background-color: #00ccffd6;
	border-radius: 50%;
}

.offer-item .overlay {
	opacity: 0.7;
	transition: 0.5s;
}

.offer-item:hover .overlay {
	height: 0;
}

.offer-item:hover .icon-wrapper {
	transition: 0.5s;
	opacity: 1;
}

.offer-item:hover .feat-img-wrapper::before {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	border-radius: 10px 10px 0 0;
	z-index: 1;
}

/* CTA */
#cta-1 .content-wrapper {
	border-radius: 10px;
}

#cta-1 .heading-wrapper h2 span::after {
	height: 30px;
	bottom: -20px;
}

.youtube-content-wrapper iframe {
	width: 100%;
	height: 500px;
	border-radius: 15px;
}

/* About */
#about .feat-img-wrapper img {
	border-radius: 0 10px 10px 0;
	box-shadow: 0 80px 80px -50px var(--dark);
}

#about .content-wrapper .box,
#about .content-wrapper .box iframe {
	border-radius: 10px;
}

#about .content-wrapper .box iframe {
	width: 100%;
	height: 500px;
}

#about .content-wrapper-inner .description-wrapper::before {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: var(--white);
	left: -100px;
	top: 15px;
}

/* Acheivement */
.achievement-item-content p {
	font-size: 16px;
}

#achievement .achievement-item .icon-wrapper img {
	width: fit-content;
	max-width: 130px;
}

/* CTA 2 */
#cta-2 .box {
	border-radius: 10px;
}

#cta-2 .heading-wrapper h2 span::after {
	height: 40px;
	bottom: -40px;
}

#cta-2 .box .feat-logo {
	right: 30px;
	bottom: 30px;
}

#cta-2 .box .feat-logo img {
	width: 250px;
}

/* Why Choose */
.why-choose-item {
	transition: 0.2s;
}

.why-choose-item:hover {
	transform: scale(1.05);
}

.rounded-connector-wrapper .icon {
	top: 20%;
}

.why-choose-item .icon-wrapper {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.why-choose-list-wrapper-icons .row-4 {
	bottom: -350px;
}

.why-choose-list-wrapper-icons .row-2 {
	top: 40px;
}

.why-choose-list-wrapper-icons .row-3 {
	top: 270px;
}

.why-choose-list-wrapper-icons .row-2 .icon-1 {
	left: 60px;
}

.why-choose-list-wrapper-icons .row-2 .icon-2 {
	left: -55px;
}

.why-choose-list-wrapper-icons .row-3 .icon-1 {
	left: 40px;
}

.why-choose-list-wrapper-icons .row-3 .icon-2 {
	left: 35px;
}

.why-choose-list-wrapper-group {
	min-height: 900px;
}

/* Testimonial */
#testimonial .content-wrapper {
	border-radius: 0 10px 10px 0;
}

#testimonial .feat-img-wrapper {
	right: -150px;
	width: 1300px;
	top: 50px;
}

.pull-right {
	margin-left: auto;
}

.pull-left {
	margin-right: auto;
}

#testimonial {
	min-height: 900px;
}

/* Brand Promise */
#brand-promise {
	min-height: 900px;
}

#brand-promise h4 {
	font-weight: normal;
}

/* Contact */
.form-wrapper.full form {
	width: 100%;
}

.form-wrapper input,
.form-wrapper select {
	width: 100%;
	margin-bottom: 20px;
	text-align: left !important;
	height: 50px !important;
	font-size: 18px !important;
	line-height: 25px !important;
	font-family: 'Work Sans', sans-serif !important;
}

.form-wrapper input.wpcf7-not-valid {
	margin-bottom: 5px;
}

.form-wrapper span.wpcf7-not-valid-tip {
	font-size: 16px;
	text-align: left;
}

.form-wrapper .validation_message,
.form-wrapper .gform_submission_error,
.form-wrapper .wpcf7-response-output {
	margin: 0 !important;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 10px !important;
	text-align: left !important;
}

.gform_validation_errors {
	width: 80% !important;
	margin: 0 auto 20px auto !important;
}

.form-wrapper form {
	width: 80%;
	margin: 0 auto;
}

.form-wrapper textarea {
	height: 150px;
	min-block-size: 150px !important;
	text-align: left !important;
	font-size: 18px !important;
	line-height: 25px !important;
	font-family: 'Work Sans', sans-serif !important;
}

.form-wrapper .gform_drop_instructions,
.form-wrapper .gfield_label,
.form-wrapper .gfield_description,
.form-wrapper .gform_button_select_files {
	font-family: 'Work Sans', sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

.form-wrapper .gform_button_select_files {
	background-color: var(--blue) !important;
}

.form-wrapper .gform_button_select_files:hover {
	opacity: 0.8 !important;
}

.form-wrapper input::placeholder, .form-wrapper textarea, .form-wrapper textarea::placeholder {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	color: #33333382;
}

.form-wrapper input[type="submit"] {
	font-size: 16px !important;
	line-height: 20px !important;
	background-color: var(--blue) !important;
	font-family: 'Figtree', sans-serif !important;
	text-transform: uppercase !important;
	color: var(--dark) !important;
	border: 2px solid var(--blue);
	padding: 15px !important;
	border-radius: 10px !important;
	font-weight: bold !important;
	width: 100% !important;
	text-align: center !important;
}

.form-wrapper input[type="submit"]:hover {
	background-color: var(--dark) !important;
	color: var(--white) !important;
}

.form-wrapper.newsletter .gform_fields {
	display: flex;
/* 	flex-wrap: wrap;
	gap: 10px 15px; */
}

.form-wrapper.newsletter .gfield--type-text, 
.form-wrapper.newsletter .gfield--type-email {
	width: 48%;
}

.form-wrapper.newsletter br {
	display: none;
}

.form-wrapper.newsletter form {
	width: 100%;
	margin: 0;
	display: flex;
	gap: 15px;
}

.form-wrapper.newsletter form p {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
}

.form-wrapper.newsletter form .gform-body {
	width: 60%;
}

.form-wrapper.newsletter form .gform-footer {
	margin: 0;
	width: 20%;
}

.form-wrapper.newsletter form input[type="submit"] {
	width: 100% !important;
	border-radius: 10px !important;
	margin: 0 !important;
	height: 50px !important;
	border: 2px solid var(--blue) !important;
}

.form-wrapper.newsletter form input {
	margin: 0;
}

.form-wrapper.newsletter .wpcf7-response-output {
	color: var(--white);
	width: 50%;
}

/* Footer */
#footer .menus-wrapper .heading-wrapper {
	border-bottom: 1px solid #00ccff80;
}

#copyright p,
#copyright a {
	font-size: 14px;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p {
	transition: 0.2s;
}

a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
a:hover p,
a:hover a {
	color: var(--blue);
}

.btn-wrapper a img {
	transition: 0.2s;
}

.btn-wrapper a:hover img {
	transform: scale(1.05);
}

.contact-info-wrapper .description-wrapper p {
	font-size: 16px;
}

.arrow {
	width: 0;
	height: 0;
	display: block !important;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	bottom: -40px;
	cursor: pointer;
	z-index: 1;
}

.triangle-right {
	border-left: 10px solid var(--white);
	left: 50px;
}

.triangle-left {
	border-right: 10px solid var(--white);
}

/* Header */
.sticky {
	background-color: var(--dark);	
}

.sticky .logo {
	width: 200px;
}

.sticky .header-wrapper {
	padding: 15px 0;
}

header.sticky .header-wrapper .logo-wrapper img {
	width: 180px;
}

header.sticky .btn.secondary {
	background-color: var(--blue);
	color: var(--dark);
	border: 2px solid var(--blue);
}

header.sticky .btn.secondary:hover {
	background-color: var(--dark);
	color: var(--white);
}

main {
	overflow: hidden;
}

.rmp_menu_trigger {
	border: 2px solid var(--blue) !important;
}

/* Breadcrumbs */
.breadcrumbs {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: var(--white);
}

.breadcrumbs a {
	color: var(--white);
	font-weight: normal;
}

/* Contact */
#hero.contact .heading-wrapper h1 span::after {
	bottom: -20px;
}

#hero.contact .form-wrapper form {
	width: 100%;
	margin: 0;
}

.page-template-template-contact #contact,
.page-template-template-contact-v2 #contact {
	display: none;
}

#hero.contact .form-wrapper form p span:nth-child(1), 
#hero.contact .form-wrapper form p span:nth-child(3), 
#hero.contact .form-wrapper form p span:nth-child(5), 
#hero.contact .form-wrapper form p span:nth-child(7) {
	width: 48%;
	display: block;
}

#hero.contact .form-wrapper form p {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	justify-content: space-between;
	margin: 0;
}

#hero.contact .form-wrapper form p br {
	display: none;
}

#hero.contact .form-wrapper form p span:nth-child(9) {
	width: 100%;
	margin-bottom: 20px;
}

#hero.contact .form-wrapper form p input[type="submit"] {
	width: 48%;
}

#hero.contact .info-item {
	gap: 0 20px;
}

#hero.contact .info-item i {
	margin-top: 5px;
}

#map nav ul li button {
	color: var(--white);
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	background-color: var(--dark);
	padding: 15px;
	text-transform: uppercase;
	width: 200px;
	text-align: center;
	border-radius: 0;
}

#map nav ul li button:hover,
#map nav ul li button.active {
	background-color: var(--blue);
	color: var(--dark);
}

#map nav ul li {
	width: 100%;
	display: flex;
	justify-content: center;
}

#map .map-content-wrapper {
	text-align: center;
}

#map .map-content-wrapper iframe {
	width: 90%;
	height: 600px;
}

/* About */
#about.about .content-wrapper {
	border-radius: 0 15px 15px 0;
}

#hero.about .heading-wrapper h1 span::after {
	bottom: -20px;
	width: 70%;
}

#team.about .team-member .content-wrapper {
	border-radius: 15px;
	margin-top: -140px;
}

#team.about .team-member .img-wrapper {
	text-align: center;
}

#team.about .team-member .img-wrapper img {
	width: 85%;
	margin: 0 auto;
}

#team.about .team-member {
	width: 22%;
	transition: 0.2s;
}

#team.about .team-member:hover {
	transform: scale(1.05);
}

#team.about .team-members-wrapper {
	gap: 80px 30px;
}

#team.about .team-member p {
	font-size: 16px;
	line-height: 25px;
}

#team .slick-slider .slick-track {
	display: flex;
	gap: 0 30px;
	padding: 50px 0;
	justify-content: center;
}

#team .arrow-left {
	left: -50px;
	top: 50%;
}

#hero hr {
	background-color: var(--blue);
	margin: 20px 0;
}

#team .arrow-right {
	right: -50px;
	top: 50%;
}

#hero.about.inner .btn-wrapper .btn {
	gap: 0 10px;
}

/* Sort */
.sort label, .sort select, .sort select option {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: var(--dark);
}

.sort select {
	background-color: transparent;
	border: none;
}

.sort select {
	font-weight: bold;
}

/* Card */
.card {
	width: 32%;
	border-radius: 15px;
	transition: 0.2s;
}

.card .thumbnail img {
	border-radius: 10px;
	object-fit: cover;
	height: 300px;
	width: 100%;
}

.category-item a {
	font-size: 16px;
	line-height: 20px;
}

.card .read-more {
	margin-top: auto;
}

.card:hover {
	background-color: var(--dark);
}

.card:hover h1,
.card:hover h2,
.card:hover h3,
.card:hover h4,
.card:hover h5,
.card:hover h6, 
.card:hover p {
	color: var(--white);
}

.card .read-more:hover {
	text-decoration: underline;
}

.card .dot {
	width: 20px;
	height: 20px;
	margin: auto 0;
}

.card .dot:last-child {
	display: none;
}

.card .specs-price-wrapper {
	margin-top: auto;
}

.card .specs-price-wrapper .col-2 p {
	text-align: right;
}

.bullet-check {
	width: 35px;
	height: 35px;
	padding: 3px;
}

.bullet-check.sm {
	width: 25px;
	height: 25px;
}

.checklist.flex {
	gap: 20px 0;	
}

.checklist li.flex {
	gap: 0 15px;
}

/* Global */
.common h1, .common h2, .common h3, .common h4, .common h5, .common h6 {
	margin-bottom: 10px;
}

.yt-wrapper iframe {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

#content.common p {
	margin-bottom: 10px;
}

.view-more-btn-wrapper button {
	background-color: var(--dark);
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 25px;
	padding: 10px 30px;
	color: var(--white);
	font-weight: 500;
	border: 2px solid var(--dark);
	border-radius: 10px;
}

.view-more-btn-wrapper button:hover {
	background-color: transparent;
	color: var(--dark);
}

#loading-indicator {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}

#ft-youtube .featured-yt-wrapper iframe {
	width: 100%;
	height: 800px;
	border-radius: 15px;
}

.cards-slider .slick-track {
	display: flex;
	gap: 0 30px;
}

.cards-slider .arrow-left {
	left: -100px;
}

.cards-slider .arrow-right {
	right: -100px;
}

.cards-slider .slick-slide {
	height: auto;
	display: flex !important;
	align-items: stretch;
}

.cards-slider .card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.boat-models-slider .model-item img {
	width: 60px;
}

.label-sold {
	padding: 20px;
	background-color: #00ccff91;
	color: var(--dark);
	font-family: 'Figtree', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	text-align: center;
	border-radius: 10px 10px 0 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#ft-img img {
	border-radius: 15px;
}

.icon-box-item.flex {
	gap: 0 20px;
}

.icon-box-item .icon-wrapper {
	border-radius: 10px;
}

.box {
	border-radius: 10px;
}

.alternate-item {
	gap: 0 30px;
}

.alternate-item img {
	border-radius: 15px;
	width: 100%;
}

.alternate-content hr {
	margin: 20px 0;
}

.alternate-item:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.alternate-item a {
	color: var(--dark);
	text-decoration: underline;
}

.alternate-item a:hover {
	color: var(--blue);
}

.alternate-content.ft-img-primary .alternate-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.alternate-content.ft-img-primary .alternate-item:nth-child(2n+1) {
	flex-direction: row;
}

.alternate-content .heading-wrapper span {
	color: var(--blue);
	font-weight: bold;
	text-transform: uppercase;
}

.alternate-content {
	gap: 50px 0;
}

p i {
	opacity: 0.6;
}

.box.circle-accent-wrapper {
	overflow: hidden;	
}

.checklist ul li {
	position: relative;
	font-weight: 600;
}

.checklist ul {
	list-style: none;
	padding-left: 30px;
}

.checklist ul li::before {
	content: '';
	background-image: url(/wp-content/uploads/2025/04/white-check.png);
	position: absolute;
	width: 25px;
	height: 25px;
	left: -30px;
	background-size: contain;
	background-color: var(--blue);
	border-radius: 50%;
	background-repeat: no-repeat;
}

.bullet-list ul li {
	margin: 0;
	width: 45%;
}

.bullet-list ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-left: 20px;
}

.map-img-item img {
	transition: 0.2s;
}

.map-img-item:hover img {
	transform: scale(1.05);
}

.icon-box-item .description-wrapper ul {
	padding-left: 20px;
}

.text-list-normal li {
	margin-bottom: 0;
}

.text-list-normal ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

.specs-table .row-item:last-child {
	border: none;
}

.alternate-item h1, .alternate-item h2, .alternate-item h3, .alternate-item h4, .alternate-item h5, .alternate-item h6 {
	margin-bottom: 10px;
}

.alternate-item iframe {
	width: 100%;
	height: 500px;
	border-radius: 15px;
}

.description-wrapper-collapsible.collapsed {
	max-height: 300px; /* adjust to fit about 2-3 paragraphs */
	overflow: hidden;
	position: relative;
}

.show-more-btn:focus,
.show-more-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

.show-more-btn:hover {
	background-color: transparent;
	text-decoration: underline;
}

.fade-out {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3em;
	width: 100%;
	background: linear-gradient(to bottom, transparent, white);
}

.error404 .content-area {
	padding-top: 200px;
	padding-bottom: 100px;
}

.error404 #site-header {
	background-color: var(--dark);
}

.search-field::placeholder {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.video-content-item .video-wrapper iframe {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

.video-content-item.border-bottom-gray-1:last-child {
	border-bottom: none;
}

/* Popup */
.popup-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	z-index: 2;
}

.popup {
	margin: 150px auto;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	z-index: 1;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: var(--dark);
	background-color: transparent;
	padding: 0;
}

.popup .close:hover {
	color: var(--blue);
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

@media screen and (max-width: 700px){
	.popup .box{
		width: 70%;
	}
	
	.popup{
		width: 70%;
	}
}


/* Events Main */
#hero.events {
	min-height: 1000px;
}

#hero.events .heading-wrapper h1 span::after {
	height: 30px;
	bottom: -25px;
}

#events form select option {
	font-weight: normal;
}

#events .event-content-wrapper {
	gap: 0 30px;
	padding: 30px 0;
	border-bottom: 2px solid #cecece;
}

#events .event:last-child .event-content-wrapper {
	border-bottom: none;
}

#events .event-content-wrapper .image-wrapper img {
	border-radius: 15px;
}

#events label span {
	font-weight: normal;
	text-transform: initial;
}

#events label {
	font-size: 16px;
	line-height: 20px;
}

#events .link-more {
	display: none;
}

#hero.event .heading-wrapper h1 span::after {
	background-size: contain;
}

#other-events.event .content-wrapper {
	border-top: 2px solid #cecece;
}

#event-details hr {
	background-color: #cecece;
	margin: 20px 0;
}

#event-details .content-wrapper {
	gap: 0 100px;
}

#event-details .lead-info-wrapper {
	gap: 0 30px;
}

#event-details .phone-link {
	font-size: 30px;
}

#event-details .lead-info-wrapper .col-2 {
	gap: 5px 0;
}

/* News */
#hero.news {
	min-height: 1000px;
}

#news-details .alternate-content {
	border-bottom: 2px solid #cecece;
}

/* Ordering Boat */
#brands.ordering-boat .content-wrapper {
	gap: 0 40px;	
}

#hero.ordering-boat::before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
}

#brands.ordering-boat .content-wrapper .box {
	border-radius: 10px;
}

#brands.ordering-boat .logo-wrapper {
	border-radius: 10px;
	transition: 0.2s;
	cursor: pointer;
}

#brands.ordering-boat .view-brand {
	bottom: -30px;
	width: 30px;
	height: 30px;
	font-size: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
}

#brands.ordering-boat .logo-wrapper:hover .view-brand {
	background-color: var(--blue);
}

#brands.ordering-boat .logo-wrapper:hover {
	transform: scale(1.05);
}

.featured-boat-inner .circle-accent {
	width: 1500px;
	height: 1500px;
	top: -55%;
	left: -20%;
}

.featured-boat-inner {
	overflow: hidden;
}

/* Courses */
#about.inner .box {
	border-radius: 0 10px 10px 0;
}

#about.inner .box.full {
	position: relative;
}


#about.inner .box.full::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
}

#about.inner .box.full.bg-dark::before {
	background-color: var(--dark);
}

#about.inner .feat-img img {
	border-radius: 10px;
}

.border-bottom-blue {
	border-bottom: 2px solid var(--blue);
}

.border-bottom-gray {
	border-bottom: 2px solid var(--dark-2);
}

.border-bottom-gray-1 {
	border-bottom: 2px solid #1a38484f;
}

.w-fit {
	width: fit-content;
}

#courses-table.courses .table-wrapper {
	padding: 2px;
	border-radius: 10px;
}

#courses-table.courses .table-heading .cell.col-1 {
	border-radius: 10px 0 0 10px;
}

#courses-table.courses .table-heading .cell.col-2 {
	border-radius: 0 !important;
	border: 2px solid var(--blue);
	background-color: var(--dark);
}

#courses-table.courses .table-heading .cell.col-2 .heading-wrapper h4 {
	color: var(--white);
}

#courses-table.courses .table-heading .cell.col-3 {
	border-radius: 0 10px 10px 0;
}

#courses-table.courses .table-footer {
	border-radius: 10px;
}

#courses-table.courses .table-body .cell {
	border-left: 2px solid var(--dark-2);
}

#courses-table.courses .table-body .cell {
	width: 30%;
}

#courses-table.courses .table-body .cell.col-2 {
	width: 40%;
}

#cta .circle-accent {
	width: 1500px;
	height: 1500px;
	bottom: -110%;
	left: -25%;
}

#courses-table.courses .table-body .cell .description-wrapper li {
	margin-bottom: 10px;
}

/* Cruz Club */
#membership.cruz-club .alternate-content {
	gap: 50px 0;
}

.annual-membership-pricing-list .am-item {
	border-bottom: 2px solid #cecece;
}

.annual-membership-pricing-list .am-item:last-child {
	border: none;
	padding: 0;
}

/* Marina */
#cta-banner.inner .circle-accent {
	width: 1500px;
	height: 1500px;
	bottom: -85%;
	left: 25%;
}

#cta-banner.inner .col-2 .description-wrapper::before {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: var(--blue);
	left: 0;
	top: 15px;
}

/* Sell Your Catamaran */
#how-to-sell.sell-boat-appraisal .circle-accent {
	top: -35%;
}

#about.sell-boat-appraisal iframe {
	width: 100%;
	height: 650px;
	border-radius: 10px;
}

#about.sell-boat-appraisal .heading-wrapper h2 span::after {
	display: none;
}

#hero.sell-boat-appraisal .heading-wrapper h1 span:last-child::after {
	display: none;
}

#about.sell-boat-appraisal .box {
	padding: 0;
}

/* Accordion */
.accordion {
	cursor: pointer;
	transition: 0.4s;
	background-color: transparent;
	padding: 0;
	font-weight: normal;
}

.accordion-wrapper.col-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}

.accordion-wrapper.col-2 .accordion-item {
	width: 48%;
}

.accordion.active {
	margin-bottom: 20px;
}

.accordion-item {
	border-bottom: 2px solid #ccc;
}

.active, .accordion:hover {
	background-color: transparent;
}

.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion-item ul {
	padding-left: 20px;	
}

.accordion-item li {
	margin-bottom: 10px;	
}

.accordion-item p,
.accordion-item li {
	font-size: 16px;
	line-height: 20px;
}

.accordion-item .more-details-wrapper .document {
	border: 2px solid var(--blue);
	width: 100px;
	border-radius: 10px;
	overflow: hidden;
}

.accordion .accordion-icon.active,
.accordion.active .accordion-icon.inactive {
	display: none;
}

.accordion .accordion-icon.inactive,
.accordion.active .accordion-icon.active {
	display: block;
}

.accordion-item .more-details-wrapper .document .overlay-action {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.accordion-item .more-details-wrapper .document .overlay-action i {
	font-size: 35px;
}

.accordion-item .more-details-wrapper .document::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	pointer-events: none;
}

/* Used Boat Single */
#hero.used-boat h1 span::after,
#hero.ordering-boat h1 span::after {
	display: none;
}

#hero.used-boat h1 span,
#hero.ordering-boat h1 span {
	color: var(--blue);
}

#about.used-boat .feat-img-wrapper img {
	box-shadow: none;
}

#about.used-boat .phone-detail-wrapper a {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}

#about.used-boat .description-wrapper ul {
	padding-left: 20px;
}

#hero.used-boat .heading-wrapper h1 span::after {
	height: 35px;
	bottom: -30px;
}

.used_boat-template-default #contact,
.new_boat-template-default #contact {
	display: none;
}

/* New Boat */
#ft-img.new-boat .featured-img-wrapper .box {
	bottom: 10%;
	right: 5%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

#about.new-boat .heading-wrapper span {
	color: var(--blue);
}

#about.new-boat .heading-wrapper span::after {
	display: none;
}

#gallery.new-boat .arrow-left {
	left: 5%;
}

#gallery.new-boat .arrow-right {
	right: 5%;
}

#gallery.new-boat .arrow-right, #gallery.new-boat .arrow-left {
	background-color: #002133db;
	border-color: #002133db;
	color: var(--white);
	
}

#gallery.new-boat .arrow-right:hover, #gallery.new-boat .arrow-left:hover {
	background-color: var(--blue);
	border-color: var(--blue);
}

#about_specs.new-boat .heading-wrapper span {
	color: var(--blue);
}

#about_specs.new-boat .heading-wrapper span::after {
	display: none;
}

#about_specs.new-boat .heading-wrapper h2 {
	font-size: 180px;
	line-height: 170px;
}

#ft-img.new-boat .featured-img-wrapper iframe {
	width: 100%;
	height: 700px;
	border-radius: 10px;
}

#new-boats-list .card .btn-wrapper .btn,
#used-boats-list .card .btn-wrapper .btn {
	width: 100%;
	text-align: center;
}

/* Slider Gallery */
.slider-nav .slick-track {
	display: flex;
	gap: 20px;
}

.slider-nav .slick-track img {
	border-radius: 10px;
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.slider-for img {
	border-radius: 10px;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.slider-nav .slick-arrow {
	display: none !important;
}

.slider-nav .slick-dots li button::before {
	font-size: 10px;
}

.slider-nav .slick-dots li.slick-active button::before {
	color: var(--blue);
}

.slider-nav .slick-dots li button::before {
	color: var(--blue);
	opacity: 0.1;
}

.slider-nav-gallery .img-nav-item img {
	width: 100px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
}

.slider-nav-gallery .slick-track {
	display: flex;
	gap: 0 15px;
}

.slider-nav-gallery .slick-slide.slick-current .img-nav-item img {
	border: 3px solid var(--blue);
	opacity: 1;
}

.slider-nav-gallery .slick-slide .img-nav-item img {
	opacity: 0.5;
	cursor: pointer;
}

.slider-for-gallery .slick-slide .img-preview img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	margin-bottom: 50px;
}

/* Single Product Woocommerce */
.woocommerce-page #main {
	max-width: 100%;
	margin-top: 130px;
}

.product-template-default #main {
	margin-top: 200px;
}

.woocommerce-breadcrumb {
	margin: 0;
}

.single-product .product {
	margin-top: 50px;
}

.woocommerce-product-details__short-description p {
	margin-bottom: 20px;
}

.single_add_to_cart_button,
input[type="submit"],
.woocommerce-page .woocommerce-message .button,
.wc-block-cart__submit-button,
.wc-block-components-button,
.woocommerce-button {
	text-transform: uppercase;
	padding: 10px 40px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: var(--dark);
	background-color: var(--blue);
	border: 2px solid var(--blue);
	font-family: 'Figtree', sans-serif;
}

.single_add_to_cart_button:hover,
input[type="submit"]:hover,
.woocommerce-page .woocommerce-message .button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-button:hover,
.woocommerce-button:hover {
	color: var(--white);
	background-color: var(--dark);
	border: 2px solid var(--blue);
}

.woocommerce-Price-amount.amount {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: var(--blue);
}

.single-product .summary .price {
	margin: 0 !important;
}

.product_meta span {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.woocommerce-page header {
	background-color: var(--dark);
	z-index: 100;
}

.product_title {
	font-size: 40px;
	line-height: 45px;
}

.single-product form.cart input {
	height: 45px;
	border-radius: 10px;
}

.woocommerce-product-gallery img {
	margin: 0 auto;
}

.woocommerce-tabs ul li.active a {
	color: var(--blue);
	box-shadow: 0 2px 0 var(--blue);
}

.woocommerce-Tabs-panel {
	max-height: 100%;
}

.woocommerce-page main header {
	background-color: transparent;
	z-index: 1;
}

.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5,
.woocommerce-page h6
.woocommerce-page li,
.woocommerce-page th,
.woocommerce-page span,
.woocommerce-page div {
	font-family: 'Figtree', sans-serif;
}

.woocommerce-page p {
	font-family: 'Work Sans', sans-serif;
}

.related.products {
	display: none;
}

/* Testimonials */

/* Seabbatical */
#hero.seabbatical .heading-wrapper h1 span::after {
	width: 50%;
	left: 25%;
}

#about.seabbatical .heading-wrapper h3 span::after {
	display: none;
}

#about.seabbatical .heading-wrapper span {
	color: var(--blue);
}

#about.seabbatical .heading-wrapper h2 {
	font-size: 90px;
	line-height: 95px;
}

/* Charter */
#experiences-table.charter .table-wrapper {
	padding: 2px;
	border-radius: 10px;
}

#experiences-table.charter .table-heading .cell.col-1 {
	border-radius: 10px 0 0 10px;
}

#experiences-table.charter .table-heading .cell.col-2,
#experiences-table.charter .table-heading .cell.col-3{
	border-radius: 0 !important;
	border: 2px solid var(--blue);
	background-color: var(--dark);
}

#experiences-table.charter .table-heading .cell.col-2 .heading-wrapper h4,
#experiences-table.charter .table-heading .cell.col-3 .heading-wrapper h4 {
	color: var(--white);
}

#experiences-table.charter .table-heading .cell.col-4 {
	border-radius: 0 10px 10px 0;
}

#experiences-table.charter .table-body .cell {
	border-left: 2px solid var(--dark-2);
}

#experiences-table.charter .table-body .cell {
	width: 30%;
}

#experiences-table.charter .table-body .cell .description-wrapper li {
	margin-bottom: 10px;
}

.table-body .description-wrapper ul {
	padding-left: 15px;
}

.table-body .btn-wrapper {
	margin-top: auto;
}

/* Responsive */
@media only screen and (max-width: 1800px) {
	#book .feat-img-wrapper img {
		width: 80%;
	}

	#book .content-wrapper .heading-wrapper {
		margin-top: 50px;
	}

	#book {
		padding: 50px 0;
	}

	#listing-slider .arrow-right {
		right: 395px;
	}
}

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

	.why-choose-list-wrapper-icons .row-3 {
		top: 280px;
	}

	#about .feat-img-wrapper img {
		width: 80%;
	}

	#about .box {
		padding: 50px 50px 50px 0;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-2 {
		left: -40px;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-1 {
		left: 50px;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-1 {
		left: 30px;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-2 {
		left: 45px;
	}

	.why-choose-list-wrapper-icons .row-4 {
		bottom: -350px;
	}

	#listing-slider .arrow-right {
		right: 370px;
	}
	
	#about.marina .feat-img-wrapper {
		text-align: right;
	}

	#about.marina .featured-contact-person .feat-img-wrapper {
		text-align: left;
	}
	
	#about.marina {
		padding-bottom: 0;
	}
	
	#about.new-boat .box {
		padding: 0;
	}
	
	#about.new-boat .feat-img-wrapper img {
		width: 100%;
	}
}

@media only screen and (max-width: 1600px) {
	#testimonial {
		min-height: 1000px;
	}

	#listing-slider .arrow-right {
		right: 340px;
	}

	#testimonial .feat-img-wrapper {
		width: 1100px;
	}
	
	.featured-boat-inner .circle-accent {
		left: -40%;
	}
	
	#cta .circle-accent {
		left: -40%;
	}
}

@media only screen and (max-width: 1560px) {
	#offer h4 {
		font-size: 20px;
		line-height: 25px;
	}

	#offer h4 br {
		display: none;
	}

	.offer-item .heading-wrapper {
		padding: 15px;
		width: 100%;
	}

	#book .feat-img-wrapper img {
		width: 70%;
	}

	#listing-slider .arrow-right {
		right: 335px;
	}
}


@media only screen and (max-width: 1400px) {
	#testimonial .feat-img-wrapper {
		width: 900px;
	}

	#testimonial .content-wrapper {
		padding-bottom: 100px;
	}
	
	#fetured-details.marina .map-img-list .map-img-item {
		width: 45%;
	}
}

@media only screen and (max-width: 1366px) {
	#footer .contact-info-wrapper {
	  flex-direction: column;
	  gap: 30px;
	}
	
	header .col-1 {
		width: 30%;
	}

	header .col-2 {
		width: 70%;
	}
	
	.menu-item-has-children::after {
		top: 5px;
	}

	h1 {
		font-size: 50px;
		line-height: 55px;
	}

	p, li, a {
		font-size: 16px;
		line-height: 20px;
	}

	.btn {
		padding: 8px 30px;
		font-size: 14px;
		line-height: 18px;
	}

	#hero {
		padding: 200px 0 50px 0;
	}

	#hero .heading-wrapper, #hero .description-wrapper {
		margin-bottom: 30px;
	}

	#hero .content.row-1 {
		margin-bottom: 50px;
	}

	#hero .box {
		margin: 0;
	}

	#featured-listing {
		padding: 50px 0;
	}

	#featured-listing .logo-wrapper {
		margin-bottom: 30px;
	}

	h2 {
		font-size: 45px;
		line-height: 50px;
	}

	#offer .content-wrapper {
		padding-top: 50px;
	}

	.rounded.rounded-1 {
		width: 100px;
		height: 100px;
	}

	.rounded.rounded-2 {
		width: 60px;
		height: 60px;
	}

	.offer-item .icon-wrapper img {
		width: 50%;
	}

	.btn-wrapper a img {
		width: 100px;
	}

	#cta-1 .content-wrapper {
		padding: 50px 0;
	}

	#cta-1 .heading-wrapper h2 span::after {
		height: 25px;
		bottom: -30px;
	}

	#cta-1 {
		margin-bottom: 50px;
	}

	#about .feat-img-wrapper img {
		width: 70%;
	}

	#cta-2 .box {
		padding: 50px 0;
	}

	#cta-2 .heading-wrapper h2 span::after {
		height: 30px;
		bottom: -30px;
	}

	#testimonial {
		padding: 50px 0;
		min-height: 800px;
	}

	#testimonial .content-wrapper {
		padding: 50px 0 100px 0;
	}

	#testimonial .icon-wrapper img {
		width: 50px;
	}

	h4 {
		font-size: 20px;
		line-height: 25px;
	}

	.why-choose-item .icon-wrapper img {
		width: 40px;
	}

	.why-choose-item .icon-wrapper {
		width: 80px;
		height: 80px;
	}

	#why-choose .why-choose-list-wrapper {
		top: 100px !important;
	}

	#why-choose {
		padding: 50px 0;
	}

	#brand-promise {
		min-height: 600px;
		padding: 50px 0;
	}

	#contact {
		padding: 50px 0;
	}

	.form-wrapper.newsletter form input[type="submit"] {
		height: 47px;
	}

	#book .feat-img-wrapper img {
		width: 70%;
	}

	h3 {
		font-size: 40px;
		line-height: 45px;
	}

	#listing-slider .arrow-right {
		right: 285px;
	}

	#testimonial .feat-img-wrapper {
		top: 0;
	}

	#map nav ul li button {
		font-size: 16px;
		line-height: 20px;
		padding: 10px;
	}
	
	#map .map-content-wrapper iframe {
		width: 95%;
	}
	
	#map.contact {
		padding: 50px 0;
	}
	
	#ft-img.about {
		padding: 50px 0;
	}

	#about.about .content-wrapper {
		padding-left: 50px;
	}

	#about.about {
		padding: 50px 0;
	}

	#team.about.inner .slick-list {
		width: 90%;
		margin: 0 auto;
	}
	
	#team .arrow-left {
		left: 0;
	}
	
	#team .arrow-right {
		right: 0;
	}
	
	.youtube-content-wrapper iframe {
		height: 400px;
	}
	
	#hero.events,
	#hero.news {
		min-height: 700px;
	}

	#hero.events .content.row-1 {
		padding-top: 50px;
	}
	
	#events.events {
		padding: 50px 0;
	}
	
	#ft-youtube .featured-yt-wrapper iframe {
		height: 500px;
	}

	.featured-boat-inner .content-wrapper .col-1 {
		width: 50%;
	}

	.featured-boat-inner .circle-accent {
		left: -60%;
	}
	
	#ft-img.ordering-boat {
		padding: 50px 0;
	}
	
	#buying.ordering-boat {
		padding: 50px 0;
	}
	
	#ft-img {
		padding: 50px 0;
	}

	#cta .circle-accent {
		left: -50%;
		bottom: -130%;
	}
	
	#about.inner .feat-img {
		margin-top: -200px !important;
	}
	
	#about.cruz-club .col-1,
	#about.cruz-club .col-2 {
		width: 50%;
	}

	#hero.cruz-club .content.row-1 {
		margin: 0;
	}
	
	#about.cruz-club {
		padding-top: 0;
	}
	
	#pricing.cruz-club {
		padding: 50px 0;
	}
	
	#cta-2 {
		padding: 50px 0;
	}

	#hero.marina .description-wrapper {
		margin: 0;
	}
	
	#cta.marina {
		padding: 50px 0;
	}

	#cta.marina .content-wrapper .col-2 {
		padding-left: 30px;
	}

	#why-sell.sell-boat-appraisal .icon-box-item .icon-wrapper {
		padding: 20px;
		width: 20%;
	}

	#why-sell.sell-boat-appraisal .icon-box-item .content-wrapper {
		width: 80%;
	}

	#about.sell-boat-appraisal {
		padding: 50px 0;
	}
	
	#about.sell-boat-appraisal .featured-youtube {
		margin: 0;
	}
	
	#about.sell-boat-appraisal iframe {
		height: 500px;
	}
	
	#how-to-sell.sell-boat-appraisal {
		padding: 50px 0;
	}
	
	#how-to-sell.sell-boat-appraisal .circle-accent {
		left: -40%;
	}
	
	#hero.used-boat .content,
	#hero.ordering-boat .content {
		margin: 0;
	}

	#about.new-boat .col-2 {
		padding-left: 50px;
	}

	#hero.new-boat .description-wrapper {
		margin: 0;
	}
	
	#ft-img.new-boat .featured-img-wrapper .box {
		width: 30%;
	}
	
	.slider-for-gallery .slick-slide .img-preview img {
		height: 500px;
	}
	
	#about_specs.new-boat .heading-wrapper h2 {
		font-size: 140px;
		line-height: 110px;
	}

	#testimonials.testimonials .testimonial-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.popup {
		width: 50%;
	}
}

@media only screen and (max-width: 1250px) {
	#map nav ul {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	
	#map nav ul li {
		width: 25%;
	}
}

@media only screen and (max-width: 1200px) {
	.offer-item .icon-wrapper {
		top: 60%;
	}

	#cta-1 {
		padding-top: 50px;
	}

	#about .content-wrapper .box {
		margin-top: 50px;
	}

	#book .feat-img-wrapper img {
		width: 60%;
	}

	#book {
		padding: 0 0 50px 0;
	}

	#why-choose .why-choose-list-wrapper img.icon {
		width: 40%;
	}

	#why-choose .why-choose-list-wrapper img.icon-bg {
		width: 70%;
	}

	#why-choose .why-choose-list-wrapper {
		top: 110px !important;
	}

	.why-choose-list-wrapper-icons .row-2 {
		top: 50px;
	}

	.why-choose-list-wrapper-icons .row-3 {
		top: 200px;
	}

	.why-choose-list-wrapper-icons .row-4 {
		bottom: -250px;
	}

	.why-choose-list-wrapper-group {
		min-height: 700px;
	}

	#listing-slider .arrow-right {
		right: 250px;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-1 {
		left: 60px;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-2 {
		left: -60px;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-2 {
		left: 20px;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-1 {
		left: 100px;
	}
	
	.featured-boat-inner .circle-accent {
		left: -70%;
	}

	#hero.courses .col-2 {
		width: 40%;
	}

	#about.inner .content-wrapper .box {
		margin: 0;
	}
	
	#footer .contact-info-wrapper .col-1 {
		width: 70%;
	}
}

@media only screen and (max-width: 1140px) {
	.news.card {
		padding: 20px;
	}

	.categories-list {
		gap: 0 20px;
	}

	.card .dot {
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
	#about .feat-img-wrapper img {
		width: 60%;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-1 {
		left: 20px;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-2 {
		left: -10px;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-1 {
		left: 40px;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-2 {
		left: 70px;
	}

	#achievement {
		padding-bottom: 0;
	}

	#listing-slider .arrow-right {
		right: 230px;
	}

	#testimonial .feat-img-wrapper {
		width: 800px;
	}

	#team.about .team-member {
		width: 30%;
	}
}

.mobile-only {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.menu-item-has-children::after {
		display: none;	
	}
	
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	h1 {
		font-size: 40px;
		line-height: 45px;
	}

	h2 {
		font-size: 35px;
		line-height: 40px;
	}

	#offer h4 {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}

	.rounded.rounded-1 {
		width: 80px;
		height: 80px;
	}

	.rounded.rounded-2 {
		width: 50px;
		height: 50px;
	}

	#cta-1 {
		padding-top: 100px;
	}

	#about .feat-img-wrapper {
		position: relative;
	}

	#about .content-wrapper .box {
		padding: 50px;
		text-align: center;
		width: 100%;
	}

	#about .content-wrapper .box .content-wrapper-inner .col-1 {
		display: none;
	}

	#about .content-wrapper .box .content-wrapper-inner .col-2 {
		width: 100%;
	}

	#about .content-wrapper-inner .description-wrapper::before {
		display: none;
	}

	#about .feat-img-wrapper img {
		width: 90%;
	}

	#why-choose .heading-wrapper {
		text-align: center;
	}

	#why-choose .description-wrapper {
		margin-bottom: 20px;
		text-align: center;
	}

	#why-choose .why-choose-list-wrapper {
		opacity: 0.5;
	}

	.why-choose-list-wrapper-icons .row-1 .why-choose-item {
		flex-direction: column-reverse;
		justify-content: start;
	}

	.why-choose-list-wrapper-icons .row-2 {
		flex-direction: column-reverse;
	}

	.why-choose-list-wrapper-icons .row-3 {
		flex-direction: column-reverse;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-2 {
		flex-direction: column;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-1 {
		flex-direction: column-reverse;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-2 {
		flex-direction: column;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-1 {
		flex-direction: column-reverse;
	}

	.why-choose-list-wrapper-icons .row-2 {
		top: 30px;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-1 {
		left: 0;
		top: 25px;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-2 {
		left: 0;
	}

	.why-choose-list-wrapper-icons .row-3 .icon-1 {
		left: 0;
		top: 20px;
	}

	.why-choose-list-wrapper-icons .row-2 .icon-2 {
		left: 0;
	}

	.why-choose-list-wrapper-icons .row-3 {
		top: 100px;
	}

	.why-choose-list-wrapper-group {
		min-height: 1000px;
	}

	.why-choose-list-wrapper-icons .row-4 {
		bottom: -160px;
	}

	#why-choose .why-choose-list-wrapper img.icon {
		width: 50%;
	}

	#why-choose .why-choose-list-wrapper img.icon-bg {
		width: 100%;
	}

	#book .feat-img-wrapper img {
		width: 50%;
	}

	h2 br, h3 br, h4 br, h5 br, h6 br, p br {
		display: none;
	}

	#featured-listing .logo-wrapper img {
		width: 130px;
	}

	.offer-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.offer-wrapper .offer-item {
		width: 30%;
	}

	#hero .box {
		width: 30%;
	}

	#cta-2 .box {
		padding: 50px;
	}

	#book .feat-img-wrapper {
		position: relative;
	}

	#book .feat-img-wrapper img {
		width: 70%;
	}

	#book .content-wrapper .col-1 {
		display: none;
	}

	#book .content-wrapper .col-2 {
		width: 100%;
	}

	/* 	#brand-promise .content-wrapper .col-1 {
	display: none;
} */

	#brand-promise .content-wrapper .col-2 {
		width: 100%;
	}

	#footer .menus-wrapper {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	#footer .menus-wrapper .col-1, 
	#footer .menus-wrapper .col-2, 
	#footer .menus-wrapper .col-3, 
	#footer .menus-wrapper .col-4, 
	#footer .menus-wrapper .col-5 {
		width: 50%;
		margin-bottom: 50px;
	}

	.form-wrapper.newsletter form input[type="submit"] {
		width: 20%;
	}

	.form-wrapper input[type="submit"] {
		margin-top: 20px;
	}

	#listing-slider .arrow-right {
		right: 315px;
	}

	#testimonial .feat-img-wrapper {
		right: -100px;
		width: 700px;
	}
	
	h3 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.contact-info-wrapper .contact-heading-wrapper h3 {
		text-align: left;
	}

	#hero.about .content-wrapper {
		flex-direction: column;
	}

	#hero.about .content-wrapper .col-1, #hero.about .content-wrapper .col-2 {
		width: 100%;
	}

	#hero.about .content-wrapper .col-2 .box {
		width: 40%;
	}
	
	#about.about {
		flex-direction: column;
	}
	
	#about.about .content-wrapper {
		width: 95%;
	}
	
	#about.about .content-wrapper .half-container {
		max-width: 100%;
	}
	
	#hero.about.inner .content-wrapper {
		gap: 50px 0;
	}

	#hero.about.inner {
		text-align: center;
	}

	#hero.about.inner .btn-wrapper a {
		margin: 0 auto;
	}
	
	#hero.events,
	#hero.news {
		min-height: 500px;
	}

	#hero.events .content.row-1 {
		padding-top: 20px;
	}
	
	#events .event-content-wrapper .col-1 {
		width: 25%;
	}

	#events .event-content-wrapper .col-2 {
		width: 75%;
	}
	
	
	#hero.events .heading-wrapper h1 span::after {
		height: 20px;
		bottom: -20px;
	}

	.card .thumbnail img {
		height: 250px;
	}
	
	#event-details .phone-link {
		font-size: 20px;
	}
	
	.card {
		width: 48%;
	}

	#hero.ordering-boat .box {
		width: 100%;
	}

	#brands.ordering-boat .box {
		padding: 30px;
	}
	
	#brands.ordering-boat .brands-list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px;
	}

	.checklist li.flex .description-wrapper p {
		text-align: left;
	}
	
	.featured-boat-inner .circle-accent {
		left: -85%;
	}

	.checklist li.flex .description-wrapper {
		margin: 0 !important;
	}

	.featured-boat-inner .heading-wrapper {
		text-align: left;
	}

	.icon-box-item .icon-wrapper {
		padding: 20px;
	}

	#buying.ordering-boat .cta.box {
		width: 100%;
	}
	
	.icon-box-list .icon-box-item .description-wrapper p {
		text-align: left;
	}

	#courses-table.courses .table-footer {
		flex-wrap: wrap;
	}

	#courses-table.courses .table-footer .heading-wrapper {
		width: 100%;
		text-align: center;
	}

	#cta .circle-accent {
		left: -83%;
		bottom: -175%;
	}

	#cta.courses
	#cta.charter {
		padding-top: 100px;
	}
	
	#courses-table.courses .table-heading .cell.col-1 {
		padding: 10px;
	}
	
	#courses-table.courses .table-body .cell {
		padding: 30px;
	}
	
	#courses-table.courses .table-wrapper.mobile-only .cell,
	#experiences-table.charter .table-wrapper.mobile-only .cell {
		width: 100% !important;
	}

	#courses-table.courses .table-heading .cell.col-1,
	#courses-table.courses .table-heading .cell.col-3,
	#experiences-table.charter .table-heading .cell.col-1,
	#experiences-table.charter .table-heading .cell.col-4 {
		border-radius: 10px;
	}
	
	#courses-table.courses .table-wrapper.mobile-only .table-body {
		padding-top: 0;
	}
	
	#about.inner .content-wrapper .box.full {
		padding-left: 0;
		text-align: left;
	}

	#about.cruz-club .content-wrapper {
		flex-direction: column;
		gap: 30px 0;
	}

	#about.cruz-club .col-1, #about.cruz-club .col-2 {
		width: 100%;
	}
	
	#about.cruz-club .col-2 .content-wrapper {
		padding: 0;
	}

	#pricing.cruz-club .content-wrapper {
		flex-direction: column;
		gap: 40px 0;
	}
	
	#pricing.cruz-club .content-wrapper .col-1, #pricing.cruz-club .content-wrapper .col-2 {
		width: 100%;
	}

	#hero.marina .col-1, #hero.marina .col-2 {
		width: 50%;
	}

	#hero.marina .content-wrapper {
		gap: 0 30px;
	}
	
	#cta-banner.inner .circle-accent {
		left: 30%;
	}
	
	#fetured-details.marina .content-wrapper {
		flex-direction: column;
	}
	
	#fetured-details.marina .content-wrapper .col-1, #fetured-details.marina .content-wrapper .col-2 {
		width: 100%;
	}
	
	#about.marina {
		padding-top: 0;
	}
	
	#about.marina .content-wrapper .col-1 {
		width: 100%;
	}
	
	#cta.marina .content-wrapper {
		flex-direction: column;
	}
	
	#cta.marina .content-wrapper .col-1, #cta.marina .content-wrapper .col-2 {
		width: 100%;
	}

	#cta.marina .content-wrapper .col-2 {
		padding-left: 0;
	}
	
	#about.marina .feat-img-wrapper {
		margin-top: 20px;
	}
	
	#about.marina .featured-contact-person .feat-img-wrapper {
		margin-top: 0;
	}
	
	#hero.sell-boat-appraisal .box {
		width: 100%;
	}

	#ft-img.sell-boat-appraisal {
		padding: 0;
	}

	#hero.used-boat .content,
	#hero.ordering-boat .content {
		width: 100%;
	}

	#about.new-boat .feat-img-wrapper img {
		padding: 0;
	}
	
	#about.new-boat .content-wrapper {
		flex-direction: column-reverse;
	}

	#about.new-boat .content-wrapper .col-1, #about.new-boat .content-wrapper .col-2 {
		padding: 0;
		width: 100%;
	}

	#about.new-boat .feat-img-wrapper img {
		margin: 0;
	}

	#about.new-boat .content-wrapper .col-2 .heading-wrapper, #about.new-boat .content-wrapper .col-2 .description-wrapper {
		text-align: center;
	}

	#about.new-boat .content-wrapper .col-2 .description-wrapper li {
		text-align: left;
	}
	
	#about.new-boat .content-wrapper .col-2 .description-wrapper ul {
		width: 50%;
		margin: 0 auto 10px auto;
	}
	
	#hero.new-boat .box {
		width: 100%;
	}

	#about_specs.new-boat .content-wrapper {
		flex-direction: column;
		align-items: center;
	}
	
	#about_specs.new-boat .content-wrapper .col-1, #about_specs.new-boat .content-wrapper .col-2 {
		width: 100%;
	}
	
	#alternate-content.new-boat .content-wrapper {
		width: 100%;
	}
	
	#alternate-content.new-boat .alternate-content .alternate-item {
		flex-direction: column-reverse;
		align-items: start;
	}
	
	#about_specs.new-boat {
		padding-top: 0;
	}
	
	#about .content-wrapper .box iframe {
		height: 300px;
	}

	#testimonials.testimonials .testimonial-item .col-1, #testimonials.testimonials .testimonial-item .col-2 {
		width: 100%;
	}
	
	#testimonials.testimonials .testimonial-item .col-1 img {
		width: 10%;
	}
	
	.yt-wrapper iframe {
		height: 200px;
	}

	#hero.seabbatical .content.row-1 {
		padding: 0;
	}
	
	#footer .contact-info-wrapper .col-1, #footer .contact-info-wrapper .col-2, #footer .contact-info-wrapper .col-3 {
		width: 100%;
	}
	
	.form-wrapper.newsletter form .gform-body {
	  width: 57%;
	}
	
	#footer .contact-info-wrapper .col-1 {
		width: 90%;
	}
}

@media only screen and (max-width: 980px) {
	#testimonial-list {
		padding-right: 50px;
	}

	#testimonial {
		min-height: 700px;
	}

	.form-wrapper form {
		width: 100%;
	}

	#listing-slider .arrow-right {
		right: 300px;
	}
	
	#hero.contact .col-2 {
		width: 35%;
	}

	.offer-item .overlay {
		display: none;
	}

	.offer-item .feat-img-wrapper::before {
		content: '';
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0,0,0,0) 100%);
		position: absolute;
		top: 0;
		width: 100%;
		height: 50%;
		border-radius: 10px 10px 0 0;
		z-index: 1;
	}

	.offer-item .icon-wrapper {
		opacity: 1;
	}

	#team.about {
		padding: 50px 0;
	}

	#cta-1 .content-wrapper .content-wrapper-inner {
		flex-direction: column;
		gap: 50px 0;
	}

	#cta-1 {
		padding: 50px 0;
		margin: 0;
	}

	#cta-1 .content-wrapper .content-wrapper-inner .col-1, #cta-1 .content-wrapper .content-wrapper-inner .col-2 {
		width: 100%;
	}

	#cta-1 .content-wrapper {
		padding: 0;
	}
	
	#events .event-content-wrapper {
		flex-direction: column;
	}
	
	#events .event-content-wrapper .col-1 {
		width: 50%;
	}
	
	#events .event-content-wrapper .col-2 {
		width: 100%;
	}

	#event-details .content-wrapper {
		gap: 0 50px;
	}
	
	.alternate-item:nth-child(2n+1) {
		flex-direction: column;
	}
	
	.alternate-content.ft-img-primary .alternate-item:nth-child(2n+1) {
		flex-direction: column;
	}
	
	.alternate-item {
		flex-direction: column;
	}
	
	.alternate-content.ft-img-primary .alternate-item:nth-child(2n) {
		flex-direction: column;
	}
	
	.alternate-item .col-1, .alternate-item .col-2 {
		width: 100%;
		text-align: center;
	}

	.alternate-item .col-2 .btn-wrapper {
		display: flex;
		justify-content: center;
	}
	
	#why-sell.sell-boat-appraisal .content-wrapper {
		flex-direction: column;
	}
	
	#why-sell.sell-boat-appraisal .content-wrapper .col-1, #why-sell.sell-boat-appraisal .content-wrapper .col-2 {
		width: 100%;
	}
	
	#why-sell.sell-boat-appraisal .content-wrapper .feat-img {
		text-align: center;
	}
	
	#hero.used-boat .content,
	#hero.ordering-boat .content {
		flex-direction: column;
	}
	
	#hero.used-boat .content .col-1, #hero.used-boat .content .col-2,
	#hero.ordering-boat .content .col-1, #hero.ordering-boat .content .col-2 {
		width: 100%;
	}
	
	#about.used-boat .content-wrapper {
		flex-direction: column;
	}
	
	#about.used-boat .content-wrapper .col-1, #about.used-boat .content-wrapper .col-2 {
		width: 100%;
	}
	
	#layouts.new-boat .layouts-list .layout-item {
		width: 100%;
	}

	#layouts.new-boat .layouts-list {
		gap: 50px;
	}
	
	#actions-btn.new-boat .btn-actions-wrapper {
		flex-direction: column;
	}

	#actions-btn.new-boat .btn-actions-wrapper .btn-wrapper {
		text-align: center;
	}
	
	.alternate-item iframe {
		height: 350px;
	}

	.youtube-replay-item {
		flex-direction: column;
	}
}

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

	.archive .page-header, .search .page-header, .error404 .page-header, .error-404.not-found .page-content, .no-results.not-found .page-content {
		width: 100%;
		margin: 0;
		padding: 0 30px;
	}
	
	.error404 .content-area h1 {
		font-size: 40px;
	}

	.error404 .page-header {
		text-align: center;
	}

	.error-404.not-found .page-content {
		text-align: center;
		margin-top: 20px;
	}

	#footer .contact-info-wrapper {
		flex-direction: column;
		gap: 50px;
	}

	.form-wrapper.newsletter form input[type="submit"] {
		width: 25%;
	}

	#contact .content-wrapper {
		width: 100%;
	}

	#testimonial .content-wrapper {
		width: 100%;
		background-color: #002133a8;
	}

	#testimonial {
		padding: 0;
	}

	.why-choose-list-wrapper-group {
		min-height: 1050px;
	}

	#hero .box {
		width: 50%;
	}

	#featured-listing .logo-wrapper ul {
		flex-wrap: wrap;
	}

	#featured-listing .logo-wrapper ul li {
		width: 30%;
		text-align: center;
	}

	#featured-listing .logo-wrapper ul {
		flex-wrap: wrap;
		gap: 50px 0;
		justify-content: center;
	}

	#featured-listing .row-2 .content-wrapper {
		width: 100%;
	}

	#featured-listing .row-2 {
		flex-direction: column;
	}

	#featured-listing .half-container {
		max-width: 1024px;
		margin: 0;
		padding-bottom: 50px;
	}

	h1 br {
		display: none;
	}

	#hero .content.row-2 {
		justify-content: start;
	}

/* 	#cta-1 .content-wrapper {
		padding: 50px;
		position: relative;
	}

	#cta-1 .content-wrapper::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 50%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0,0,0,0) 100%);
		top: 0;
		left: 0;
	}

	#cta-1 h2 {
		color: var(--white);
	}
 */
	#cta-1 .heading-wrapper, #cta-1 .description-wrapper, #cta-1 .btn-wrapper-group {
		position: relative;
	}

	#cta-1 h2 span {
		display: block;
		width: fit-content;
	}

	.achievement-list-wrapper .achievement-item {
		width: 45%;
	}

	#testimonial .half-container {
		width: 100%;
		margin: 0 auto;
		padding: 0 30px;
	}

	#testimonial {
		min-height: 600px;
	}

	#listing-slider .arrow-right {
		right: 420px;
	}

	#testimonial .feat-img-wrapper {
		right: 0;
		width: 116%;
	}
	
	#hero.contact .col-1, #hero.contact .col-2 {
		width: 100%;
	}
	
	#hero.contact .content-wrapper {
		flex-direction: column;
	}
	
	#team.about .team-member {
		width: 45%;
	}

	#events .event-content-wrapper {
		text-align: center;
	}

	#events .event-content-wrapper .col-1 {
		width: 100%;
	}

	#ft-youtube .featured-yt-wrapper iframe {
		height: 350px;
	}
	
	#event-details .content-wrapper {
		flex-direction: column;
	}

	#event-details .content-wrapper .col-1, #event-details .content-wrapper .col-2 {
		width: 100%;
	}
	
	#event-details .content-wrapper .lead-info-wrapper .col-1 {
		width: 30%;
	}

	#event-details .content-wrapper .lead-info-wrapper .col-2 {
		width: 70%;
	}

	#other-events {
		padding-bottom: 50px;
	}
	
	.heading-wrapper h1 span {
		display: block;
	}
	
	h1 {
		width: fit-content;
		margin: 0 auto;
	}
	
	.card {
		width: 100%;
	}
	
	.card .thumbnail img {
		height: 300px;
	}

	#hero .heading-wrapper, #hero .description-wrapper {
		text-align: center;
	}

	#hero .btn-wrapper {
		text-align: center;
		display: flex;
		justify-content: center;
	}

	#hero .box {
		margin: 0 auto;
	}

	#hero .content-wrapper.flex {
		flex-direction: column;
	}

	#hero .content-wrapper .col-1, #hero .content-wrapper .col-2 {
		width: 100%;
	}
	
	#hero.ordering-boat .box {
		width: 50%;
	}
	
	.breadcrumbs {
		text-align: center;
	}

	.featured-boat-inner .circle-accent {
		border-radius: 0;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.featured-boat-inner .content-wrapper .col-1 {
		width: 100%;
	}

	#brands.ordering-boat .content-wrapper {
		gap: 30px;
		flex-direction: column;
	}

	#brands.ordering-boat .content-wrapper .col-1, #brands.ordering-boat .content-wrapper .col-2 {
		width: 100%;
		text-align: center;
	}
	
	.featured-boat-inner .heading-wrapper {
		text-align: center;
	}

	#buying.ordering-boat .icon-wrapper, #buying.ordering-boat .heading-wrapper {
		text-align: center;
	}

	#courses-table.courses .table-footer {
		flex-direction: column;
	}
	
	#hero .content-wrapper .col-2 .feat-logo-list {
		justify-content: center;
		margin: 0;
	}
	
	#cta.courses .content-wrapper,
	#cta.charter .content-wrapper {
		width: 100%;
	}

	#cta.courses,
	#cta.charter {
		padding: 50px 0;
	}

	#cta .circle-accent {
		left: 0;
		bottom: 0;
		border-radius: 0;
		opacity: 0.8;
	}
	
	#about.inner .content-wrapper {
		flex-direction: column;
	}
	
	#about.inner .content-wrapper .col-1, #about.inner .content-wrapper .col-2 {
		width: 100%;
	}
	
	#about.inner .feat-img {
		margin-top: 0 !important;
	}
	
	#about.inner .content-wrapper {
		padding: 20px 0;
	}
	
	#about.inner .box.full::before {
		display: none;
	}
	
	#about.inner .box {
		border-radius: 10px;
	}
	
	#about.inner .content-wrapper .box.full {
		padding: 50px;
		text-align: center;
	}
	
	#about.inner .content-wrapper {
		text-align: center;
	}
	
	#about.inner .content-wrapper .heading-wrapper.w-fit {
		margin: 0 auto 15px auto;
	}
	
	#pricing.cruz-club .content-wrapper-inner {
		flex-direction: column;
	}
	
	#pricing.cruz-club .content-wrapper-inner .box {
		width: 100%;
	}

	#pricing.cruz-club .content-wrapper .col-1 {
		padding: 0;
		text-align: center;
	}

	#cta-banner.inner .content-wrapper .content-wrapper-inner {
		flex-direction: column;
		gap: 20px 0;
	}
	
	#cta-banner.inner .content-wrapper .content-wrapper-inner .col-1, #cta-banner.inner .content-wrapper .content-wrapper-inner .col-2 {
		width: 100%;
		text-align: center;
	}
	
	#cta-banner.inner .content-wrapper .description-wrapper {
		padding: 0;
	}

	#fetured-details.marina {
		padding-top: 0;
		text-align: center;
	}
	
	.checklist ul {
		width: 70%;
		margin: 0 auto;
	}
	
	.bullet-list ul {
		text-align: left;
	}

	.featured-contact-person .heading-wrapper, .featured-contact-person .description-wrapper {
		text-align: left;
	}
	
	#about.marina .featured-contact-person .feat-img-wrapper {
		text-align: center;
	}
	
	#about.marina .feat-img-wrapper img {
		border-radius: 10px;
	}
	
	#cta.marina .feat-img-wrapper {
		text-align: center;
	}
	
	#hero.marina .checklist.flex {
		width: 40%;
		margin: 0 auto;
	}
	
	#fetured-details.marina ul li {
		text-align: left;
	}
	
	.box .bullet-list ul {
		list-style: none;
		text-align: center;
		padding: 0;
	}
	
	.box .bullet-list ul li {
		width: 100%;
	}
	
	#about.marina .feat-img-wrapper {
		text-align: center;
	}
	
	#how-to-sell.sell-boat-appraisal .circle-accent {
		left: 0;
		top: 0;
	}
	
	.accordion-wrapper.col-2 .accordion-item {
		width: 100%;
	}

	#hero.new-boat .content-wrapper .col-2 .feat-logo-wrapper, #hero.new-boat .content-wrapper .col-2 .checklist {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	
	.youtube-replay-item .col-1, .youtube-replay-item .col-2 {
		width: 100%;
		text-align: center;
	}
	
	.yt-wrapper iframe {
		height: 300px;
	}

	#hero.seabbatical .heading-wrapper h1 span::after {
		display: none;
	}
	
	#about.seabbatical .heading-wrapper h2 {
		font-size: 50px;
		line-height: 55px;
	}

	#about.seabbatical .content-wrapper {
		flex-direction: column;
	}
	
	#about.seabbatical .content-wrapper .col-1, #about.seabbatical .content-wrapper .col-2 {
		width: 100%;
		text-align: center;
	}
	
	.video-content-item .video-content-wrapper {
		flex-direction: column;
	}
	
	.video-content-item .video-content-wrapper .col-1, .video-content-item .video-content-wrapper .col-2 {
		width: 100%;
		text-align: center;
	}
	
	#about.seabbatical .heading-wrapper h2 {
		font-size: 40px;
		line-height: 45px;
	}
	
	.content .box,
	.content-wrapper .box,
	.box-content-group {
		flex-direction: column;
		gap: 20px;
	}
	
	 #hero .box p {
		 text-align: center !important;
	}
	
	#footer .contact-info-wrapper .col-1 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.form-wrapper.newsletter form {
	  flex-direction: column;
	}
	
	.rmp_menu_trigger {
		top: 30px !important;
		right: 10% !important;
	}
	
	.achievement-list-wrapper .achievement-item {
		width: 100%;
	}

	#footer .contact-info-wrapper div {
		width: 100%;
	}

	.form-wrapper.newsletter .wpcf7-spinner {
		display: none;
	}

	#testimonial-list {
		padding-right: 0;
	}

	#listing-slider .arrow-right {
		right: 400px;
	}

	#cta-2 .box .feat-logo img {
		width: 100px;
	}

	#brand-promise .col-2 {
		display: none;
	}

	#brand-promise {
		position: relative;
	}

	#brand-promise::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.25);
		top: 0;
		z-index: 1;
	}

	#brand-promise .content-wrapper {
		position: relative;
		z-index: 2;
	}
	
	#hero.contact .form-wrapper form p input[type="submit"] {
		width: 100%;
	}

	#map .map-content-wrapper iframe {
		height: 300px;
	}
	
	#map nav ul li {
		width: 30%;
	}

	#hero.about {
		text-align: center;
	}
	
	#hero.about .content-wrapper .col-2 .box {
		width: 50%;
		margin: 0 auto;
		text-align: left;
	}
	
	#hero.events,
	#hero.news,
	#hero.seabbatical {
		text-align: center;
	}

	#hero.event {
		text-align: center;
	}
	
	#event-details.event {
		text-align: center;
	}

	#event-details .lead-info-wrapper {
		gap: 10px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#event-details .content-wrapper .col-1 {
		margin-bottom: 20px;
	}
	
	#cta-banner.inner .box {
		padding: 30px;
	}
	
	.slider-for img {
		height: 300px;
	}

	#testimonials.testimonials .testimonial-item .col-1 img {
		width: 15%;
	}

	.popup {
		width: 80%;
	}
}

@media only screen and (max-width: 640px) {
	#footer {
		padding: 50px 0;
	}

	h1, h2, h3, h4, h5, h6, p {
		text-align: center;
	}

	#hero .box p {
		text-align: left;
	}

	.btn-wrapper {
		text-align: center;
	}

	#hero .box {
		width: 100%;
	}

	#featured-listing .half-container {
		padding: 30px;
	}

	.link-wrapper {
		text-align: center;
	}

	.offer-wrapper .offer-item {
		width: 45%;
	}

	.offer-item img.feat-img {
		height: 300px;
		object-fit: cover;
	}

	#cta-1 .description-wrapper p {
		text-align: left;
	}

	#cta-1 .content-wrapper {
		background-position: 70%;
	}

	#cta-1 .content-wrapper::before {
		height: 100%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.59) 0%, rgba(0,0,0,0) 100%);
	}

	#cta-1 h2 {
		color: var(--dark);
		text-align: left;
	}

	#cta-1 .btn-wrapper-group {
		flex-direction: column;
		align-items: start;
	}

	.achievement-list-wrapper .achievement-item {
		flex-direction: column;
	}

	#testimonials .icon-wrapper {
		text-align: center;
	}

	#footer .menus-wrapper .heading-wrapper h6 {
		text-align: left;
	}

	.form-wrapper.newsletter form input[type="submit"] {
		width: 30%;
	}

	#testimonial-list .arrow.triangle-left {
		left: 42%;
	}

	#testimonial-list .arrow.triangle-right {
		left: 55%;
	}

	#testimonial .icon-wrapper {
		text-align: center;
	}

	.form-wrapper.newsletter .wpcf7-form-control-wrap {
		width: 70%;
	}

	#listing-slider .arrow-right {
		right: 330px;
	}

	#cta-2 .box .feat-logo img {
		width: 100px;
	}
	
	#map nav ul li {
		width: 40%;
	}
	
	#hero.contact .form-wrapper form p span:nth-child(1), 
	#hero.contact .form-wrapper form p span:nth-child(3),
	#hero.contact .form-wrapper form p span:nth-child(5),
	#hero.contact .form-wrapper form p span:nth-child(7) {
		width: 100%;
	}
	
	 #hero.about .content-wrapper .col-2 .box {
		 width: 70%;
	}
	
	#cta-1 .heading-wrapper h2, #cta-1 .heading-wrapper h3, #cta-1 .description-wrapper p {
		text-align: center;
	}

	#cta-1 .btn-wrapper-group {
		align-items: center;
	}
	
	#cta-1 .heading-wrapper h3 span::after {
		height: 20px;
		bottom: -20px;
	}

	#brand-promise .heading-wrapper h3, #brand-promise .heading-wrapper h4 {
		text-align: left;
	}
	
	#brand-promise .btn-wrapper {
		text-align: left;
	}

	.card .thumbnail img {
		height: 250px;
	}

	.categories-list {
		justify-content: center;
	}
	
	.card .read-more {
		text-align: center;
	}
	
	.icon-box-list .icon-box-item {
		width: 100%;
	}
	
	#hero.ordering-boat .box {
		width: 80%;
	}
	
	 #about.inner .content-wrapper .box.full {
		 padding: 30px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.btn-actions-wrapper {
		justify-content: center;
	}

	.ft-offer-logo {
		justify-content: center;
	}
	
	.featured-contact-person .heading-wrapper h4, .featured-contact-person .heading-wrapper h5, .featured-contact-person .heading-wrapper h6, .featured-contact-person .description-wrapper p {
		text-align: left;
	}

	#fetured-details.marina .map-img-list {
		gap: 50px 0;
	}

	#fetured-details.marina .map-img-list .map-img-item {
		width: 100%;
	}
	
	.featured-contact-person {
		flex-direction: column;
	}
	
	.featured-contact-person .feat-img-wrapper, .featured-contact-person .content-wrapper {
		width: 100%;
	}

	.featured-contact-person .feat-img-wrapper img {
		width: 60% !important;
	}

	.featured-contact-person .feat-img-wrapper {
		text-align: center;
	}

	.featured-contact-person .heading-wrapper h4, .featured-contact-person .heading-wrapper h5, .featured-contact-person .heading-wrapper h6, .featured-contact-person .description-wrapper p {
		text-align: center;
	}
	
	#why-sell.sell-boat-appraisal .icon-box-item .content-wrapper .heading-wrapper h5 {
		text-align: left;
	}

	#about.sell-boat-appraisal iframe {
		height: 300px;
	}
	
	.accordion-wrapper.col-2 .accordion-item p {
		text-align: left;
	}
	
	.card .specs-price-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	
	.card .specs-price-wrapper .col-1, .card .specs-price-wrapper .col-2 {
		width: 100%;
		justify-content: center;
	}
	
	.card .specs-price-wrapper .col-2 p {
		text-align: center;
	}
	
	#about.used-boat .phone-detail-wrapper {
		text-align: center;
	}
	
	#about.used-boat .phone-detail-wrapper a {
  		font-size: 24px;
		line-height: 30px;
	}
	
	.specs-table .row-item .content-wrapper p {
		text-align: right;
	}
	
	.slider-for-gallery .slick-slide .img-preview img {
		height: 300px;
	}
	
	#about_specs.new-boat .heading-wrapper h2 {
		font-size: 100px;
		line-height: 85px;
	}

	#about_specs.new-boat .specs-table .row-item p {
		text-align: left;
	}

	#cta-2 .box .feat-logo {
		right: 10px;
	}

	.popup .btn-wrapper {
		display: flex;
		justify-content: center;
	}

	.table-body .btn-wrapper {
		display: flex;
		justify-content: center;
	}
	
	#ft-img.new-boat .featured-img-wrapper .box {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#ft-img.new-boat .featured-img-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#ft-img.new-boat {
	  padding-top: 0;
	}

	#ft-img.new-boat .featured-img-wrapper {
		flex-direction: column-reverse;
		display: flex;
	}

	#ft-img.new-boat .featured-img-wrapper .box {
		position: relative;
		bottom: 0;
		right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.offer-wrapper .offer-item {
		width: 80%;
	}

	#cta-1 .description-wrapper {
		width: 100%;
	}

	#listing-slider .arrow-right {
		right: 270px;
	}

	#why-choose {
		padding: 50px 0 150px 0;
	}

	#map nav ul li {
		width: 46%;
	}
	
	#team .team-member {
		width: 100%;
	}
	
	#team .team-member .img-wrapper img {
		width: 30%;
	}

	#team .team-member .content-wrapper {
		padding-top: 100px;
		margin-top: -80px;
	}
	
	#team .team-members-wrapper {
		gap: 50px 30px;
	}

	#hero.about .content-wrapper .col-2 .box {
		width: 100%;
	}

	#hero.about .content-wrapper .col-2 .box .box-content-group {
		justify-content: end;
	}
	
	#team.about .team-member .img-wrapper img {
		width: 50%;
	}

	#team.about .team-member {
		width: 90% !important;
		margin: 0 auto;
	}

	#team.about .team-member .content-wrapper {
		margin-top: -80px;
	}

	#cta-2 .box .feat-logo {
		right: 0;
		bottom: 0;
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

	.youtube-content-wrapper iframe {
		height: 250px;
	}

	#brand-promise .heading-wrapper h3 {
		font-size: 24px;
		line-height: 30px;
	}

	#brand-promise .heading-wrapper h4 {
		font-size: 16px;
		line-height: 20px;
	}

	#brand-promise .col-1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		height: 500px;
		justify-content: end;
	}
	
	#brand-promise .heading-wrapper h3, #brand-promise .heading-wrapper h4 {
		text-align: center;
	}
	
	#brand-promise .btn-wrapper {
		text-align: center;
	}
	
	#brands.ordering-boat .logo-wrapper {
		padding: 20px;
	}

	#brands.ordering-boat .logo-wrapper a {
		text-align: center;
	}

	#brands.ordering-boat .logo-wrapper img {
		width: 90%;
	}
	
	.featured-boat-inner {
		padding: 50px 0;
	}
	
	#about.new-boat .content-wrapper .col-2 .description-wrapper ul {
		width: 100%;
	}

	#testimonials.testimonials .testimonial-item .col-1 img {
		width: 25%;
	}
	
	.form-wrapper.newsletter .gform_fields {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
}

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

	.rmp_menu_trigger {
		top: 20px !important;
	}

	.rmp-menu-wrap {
		margin-top: 90px;
	}

	#book .content-wrapper .heading-wrapper {
		margin-top: 0;
	}

	#footer .menus-wrapper .col-1, 
	#footer .menus-wrapper .col-2, 
	#footer .menus-wrapper .col-3, 
	#footer .menus-wrapper .col-4, 
	#footer .menus-wrapper .col-5 {
		width: 100%;
		text-align: center;
	}

	#footer .menus-wrapper .heading-wrapper h6 {
		text-align: center;
	}

	#featured-listing .logo-wrapper ul li {
		width: 55%;
	}

	.achievement-list-wrapper .achievement-item {
		width: 100%;
	}

	#cta-2 .heading-wrapper h2 span::after {
		display: none;
	}

	#listing-slider {
		width: 90%;
	}

	#listing-slider .arrow-right {
		right: -15px;
	}

	#team .team-member .img-wrapper img {
		width: 40%;
	}

	#hero.about.inner img {
		width: 60%;
	}
	
	 #map nav ul li button {
    	font-size: 12px;
		 line-height: 15px;
	}
	
	#map nav ul li button {
		width: 150px;
	}
	
	 #map nav ul {
		 gap: 10px;
	}

	.bullet-check {
		width: 30px;
		height: 30px;
	}

	.icon-box-item .icon-wrapper {
		padding: 10px;
	}

	.btn-actions-wrapper {
		flex-direction: column;
	}

	.popup {
		width: 90%;
	}
}

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

	.icon-box-list .icon-box-item {
		flex-direction: column;
		gap: 10px;
	}

	.icon-box-list .icon-box-item .description-wrapper {
		width: 100%;
	}

	.icon-box-list .icon-box-item .description-wrapper p {
		text-align: center;
	}

	.icon-box-list {
		gap: 30px 0;
	}
	
	#hero.ordering-boat .box {
		width: 100%;
	}

	#why-sell.sell-boat-appraisal .icon-box-item .icon-wrapper {
		padding: 15px;
		width: 30%;
	}

	#why-sell.sell-boat-appraisal .icon-box-item .content-wrapper .heading-wrapper h5 {
		text-align: center;
	}
	
	#why-sell.sell-boat-appraisal .icon-box-item .content-wrapper {
		width: 100%;
	}
}