/*
Theme Name:   Motomarine Child
Theme URI:    https://winnisquammarine.com/
Description:  Child theme for Motomarine
Author:       Moto Marine Digital
Author URI:   https://motomarinedigital.com/
Template:     mmarine   
Version:      1.0.0
Text Domain:  mmarine-child
*/

* {
    outline: none !important;
    text-decoration: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
    color: var(--dark-color);
    font-weight: 700;
	margin-bottom: 20px;
}

h1, .h1 {
    line-height: 105%;
}

h2,
.h2 {
    line-height: 105%;
}

h3,
.h3 {
    line-height: 105%;
}

h4,
.h4 {
    line-height: 105%;
}

.container {
    max-width: 1300px;
}

.container.wide {
    max-width: 1400px;
}

body .header-area.header-fixed:after {
	display: none;
}

body .header-area.header-fixed {
    padding: 17px 0 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body .promo-bar {
    margin: -17px 0 17px;
}

.mainmenu ul#menu-main-menu > li > a {
   text-transform: uppercase;
   font-size: 14px;
}

@media (min-width: 992px) {
    .mainmenu ul#menu-main-menu > li {
        margin: 0 20px;
    }
	
	.mainmenu ul#menu-main-menu > li > a  {
		color: #fff !important;
		opacity: 0.6;	
	}	
	
	.mainmenu ul#menu-main-menu > li:hover > a,
	.mainmenu ul#menu-main-menu > li > a :hover {
		color: #fff !important;
		opacity: 1;	
	}		
}

.header-area.header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    background: transparent;
	z-index: 77;
}
	
.site-logo img {
    max-height: 45px;
}

.header-area .container {
	max-width: 1500px;
}

.promo-bar {
	background: #1b2834;
	padding: 10px 15px;
}

.promo-bar strong,
.promo-bar b,
.promo-bar a {
	color: var(--primary-color);
}

.cta-btn {
    font-size: 16px;
    padding: 20px 40px;
}

.hero.hero-custom {
    padding: 300px 0;
}

.hero.hero-custom > img {
	object-position: center top;
}

.hero.hero-custom .col-md-6 {
    margin: 0 auto;
    width: 850px;
}

.hero-custom h1 {
    font-style: italic;
    font-size: 85px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 75px;
}

.hero-custom p {
    font-size: 20px;
    color: #fff;
    padding: 10px 50px 0;
    min-width: 100%;
}

.hero-custom .cta-btn.cta-btn-border:not(:hover) {
	border-color: #fff;
	color: #fff;
}

.hero-custom .cta-btn.cta-btn-border:not(:hover) {
    border-color: #fff;
    color: #fff;
}

.hero-custom .cta-btn {
    padding: 20px 30px;
}

.hero-custom .overlay-image {
    position: absolute;
    top: 235px;
    left: -27.6%;
}

.text-center .hero-action a {
    margin: 0 10px;
}

.promotions-v2.alt .container {
	max-width: 1350px;
}

.promotions-v2.alt .promo-card:before {
    height: 80%;
    background: linear-gradient(rgba(5, 26, 52, 0) 0%, #030911 100%);
}

.promotions-v2.alt .promo-card div h3 {
    font-size: 20px;
}

.promotions-v2.alt .promo-card div {
    padding: 20px 35px;
}

.promotions-v2.alt .promo-card .promo-img {
    height: 270px;
}


.head-box {
	position: relative;
}

.head-box img {
	height: 270px;
	width: 100%;
	object-fit: cover;
}

.head-box > div {
	background: rgb(34 43 52 / 92%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-box h3 {
	font-style: italic;
	font-size: 38px;
	line-height: 40px;
	color: #fff;
	max-width: 350px;
	margin-bottom: 25px !important;
	text-transform: uppercase;
	text-align: center;
}

.head-box .cta-btn {
	background: var(--primary-color);
	color: #fff;
}

.promotions-v2.alt {
	padding: 0;
	margin-top: -135px
}

.list-style-v2.two-col {
	display: flex;
	flex-wrap: wrap;
}

.list-style-v2.two-col li {
	width: 50%;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 5px;
	color: #051a34;
}

.list-style-v2 li {
	padding-left: 40px;
}

.list-style-v2:not(.two-col) li {
	line-height: 1.3
}

.list-style-v2:not(.two-col) li span {
	font-weight: 600;
	color: #051a34;
}	

.list-style-v2:not(.two-col) li:before {
	top: 0;
}

.list-style-v2 li:before {
	background: #e21e10;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	top: -3px;
}

body .wp-block-separator {
width: 75px;
height: 0px;
background: transparent;
border: 2px solid #707070;
opacity: 0.11 !important;	
border-radius: 10px;
}

.boat-card-v2 {
    border: none;
    background: #f9fbfa;
    padding-bottom: 0px;
    height: calc(100% - 30px);
    border-radus: 10px;
	transition: 0.3s all;
}

.boat-card-v2:hover {
    background: #f9fbfa;
	transform: translateY(-4px);
}

.boat-card-v2:after {
	content:"";
	background: var(--primary-color);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	transition: 0.3s all;
}

.boat-card-v2:hover:after {
	height: 4px;
}

.boat-card-v2 img {
    height: 230px;
}

.boat-card-v2 h3 {
    font-size: 20px;
	line-height: 23px;
    padding: 25px 25px 15px;
}

.boat-card-v2 .boat-price-wrap {
	padding: 0 25px 30px;
	display: flex;
	align-items: flex-end;
	gap: 15px;
}

.boat-card-v2 .boat-price-wrap .retail-price {

}

.boat-card-v2 .boat-price-wrap .retail-price em {
	font-style: normal;
	font-size: 12px;
	line-height: 8px;
	color: #0a2127;
	opacity: 0.65;
}

.boat-card-v2 .boat-price-wrap .retail-price > span {
	position: relative;
	color: #8b9699;
	display: block;
	line-height: 1;
	margin-bottom: -3px;
}

.boat-card-v2 .boat-price-wrap .retail-price > span i {
	font-style: normal;
	text-decoration: line-through !important;
	font-size: 14px;
}

.boat-card-v2 .boat-price-wrap .main-price {
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	color: var(--primary-color);
	font-family: Saira, sans-serif;
}

.boat-card-v2 .boat-price-wrap .saved-amount {
    font-size: 13px;
    line-height: 8px;
    opacity: 0.65;
    position: relative;
	color: #0c601b;
}

.boat-card-v2 .boat-price-wrap .price-row em {
	display: block;
	font-style: normal;
	font-size: 13px;
	line-height: 15px;
}

[class*="boat-card"] label[class*="status-"] {
    background: #e21e10;
    font-size: 9px;
    border-radius: 0px;
}

[class*="boat-card"] label[class*="status-instock"] {
    background: #071a34;
	margin: 0;
}

[class*="boat-card"] .label {
    top: 0px;
    right: 3px;
    left: auto;
	padding: 0;
	margin: 0;
}

.cards .row + .text-center a {
	margin: 0 10px;
}

.brand-logos .slide > div {
    height: 90px;
    padding: 0 30px;
    margin: 0 15px;
    border: 1px solid rgb(13 45 83 / 25%);
}

.clients + .clients {
	padding: 0 !important;
	margin-top: -45px;
}

.custom-image-text {
	background: #222b34;
}

.custom-image-text h3 {
	color: #fff;
}

.custom-image-text p {
	color: #a4a7ab;
}

.custom-image-text li {
	color: #a4a7ab;
}

.custom-image-text li span {
	color: #fff !important;
}

.custom-image-text .container {
	position: relative;
	z-index: 22;
}

body.home .clients {
	position: relative;
	z-index: 20;
}

.boat-bg-image {
    margin: -14% 0 -25%;
    position: relative;
    z-index: 2;
}

.custom-image-text .head {
	margin-bottom: 80px;
	max-width: 100%;
}

.custom-image-text .head h2 {
	padding-left: 60px;
	position: relative;
	font-style: italic;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.custom-image-text .head h2 img {
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 405px;
}

.mm-tab-pane{
	display:none;
}

.mm-tab-pane.active{
	display:block;
}

.mm-tabs-nav{
	display:flex;
	gap:30px;
	list-style:none;
	padding:0;
}

.mm-tab-trigger{
	cursor:pointer;
}

.mm-tab-trigger.active {
	font-weight:700;
}

.custom-text-tabs {
	background: #222b34;
}

.custom-text-tabs .head {
	margin-bottom: 65px;
}

.mm-tab-pane {
	position: relative;
	padding-right: 180px;
	z-index: 2;
}

.mm-tab-pane .location-img {
	position: absolute;
	bottom: -180px;
	right: 0;
	width: 350px;
	z-index: -1;
}

.mm-tab-pane h3 {
	font-style: italic;
	font-size: 35px;
	letter-spacing: -0.02em;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
}

.mm-tab-pane p {
	color: #a4a7ab;
}

.mm-tab-pane [class*="col-"] img {
	background: #0c2d55;
	padding: 0 10px 10px 0
}

.mm-tab-pane ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.mm-tab-pane ul li a {
	color: #fff;
	font-weight: 600;
	max-width: 300px;
	line-height: 1.3;
}

.mm-tab-pane ul li svg {
	width: 40px;
	height: 45px;
	margin-right: 15px;
}

.mm-tab-pane ul li:last-of-type a {
	font-family: Saira, sans-serif;
	font-size: 22px;
}

.mm-tab-pane ul li:last-of-type a span {
	display: block;
	font-family: Jost, sans-serif;
	font-size: 14px;
	color: #a4a7ab;
	font-weight: 400;
}

.mm-tabs-nav {
	margin: 50px 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	display: inline-flex;
}

.mm-tabs-nav li {
	display: flex;
	align-items: center;
	font-family: Saira;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	padding-bottom: 40px;
}

.mm-tabs-nav li.active {
	color: #fff;
}

.mm-tabs-nav li svg {
	height: 45px;
	margin-right: 18px;
}

.mm-tabs-nav li:not(.active) svg {
	filter: grayscale(1);
	opacity: 0.5
}

.mm-tabs-nav li:not(:last-child) {
	padding-right: 40px;
}

.mm-tabs-nav li:not(:last-child):after {
	content: "";
	background: #fff;
	opacity: 0.13;
	position: absolute;
	right: 3px;
	top: 3px;
	height: 44px;
	width: 1px;
}

.mm-tabs-nav li.active:before {
	content: "";
	background: #018ac1;
	position: absolute;
	left:0;
	bottom: -2px;
	height: 3px;
	width: calc(100% - 40px);
	z-index: 2;
	border-radius: 10px;
}

.mm-tabs-nav li:last-child.active:before {
	width: 100%;
}

.custom-text-tabs:before {
	content: "";
	width: 75px;
	height: 0px;
	background: transparent;
	border: 2px solid #fff;
	opacity: 0.11 !important;	
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.custom-text-tabs {
	position: relative;
	padding-bottom: 550px;
}

.custom-text-tabs .container {
	position: relative;
}

.custom-text-tabs > img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
}

.brand-slider .slide {
    padding: 30px 12px;
}

.brand-slider .slick-list {
	margin: 0 -30px;
}

body.home .brands {
	padding: 0;
	margin-top: -430px;
	position: relative;
	z-index: 1;
}

body.home .brands h3 {
	color: #fff;
} 

.brand-slider .slick-slide > div > div > a > img {
	transform: skewX(-2deg)
}

.cta-btn.cta-btn-border {
    background: transparent;
    color: #222b34;
	border-color: #222b34;
}

.brands + .image-text {
	background: linear-gradient(rgb(222 222 222 / 22%) 0%, rgba(128, 128, 128, 0) 100%);
	margin-top: 70px;
}

.brands + .image-text [class*="col-"] {
	width: 50%;
}

.brands + .image-text ul {
	margin-bottom: 15px;
}

.brands + .image-text ul li {
	margin-bottom: 20px;
}

.brands + .image-text ul li:nth-child(odd) {
	padding-right: 10px;
}

.promotions-custom .head p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}


.cp-card {
	position: relative;
	margin-top: 15px;
	transition: 0.3s all;
}

.cp-card:hover {
	transition: 0.3s all;
	transform: translateY(-10px)
}

.cp-card a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cp-card > div {
	position: absolute;
	background: linear-gradient(rgba(0, 9, 19, 0) 0%, #000913 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 30px 40px;
}

.cp-card > div > div {
	position: relative;
	padding-left: 70px;
}

.cp-card > div > div img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.cp-card-title {
	font-family: Saira;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: -0.02em;
	color: #fff;
}

.cp-card > div p {
	color: #fff;
	opacity: 0.6;
}

.custom-footer-cta {
	background: #222b34;
	padding: 100px 0;
	text-align: center;
	position: relative;
}

.custom-footer-cta > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	opacity: 0.5;
}

.custom-footer-cta .container {
	position: relative;
	z-index: 2;
}

.custom-footer-cta [class*="col-"] {
    margin: 0 auto;
    max-width: 800px;
    width: auto;
}

.custom-footer-cta h3 {
	font-style: italic;
	font-size: 80px;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

.custom-footer-cta p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	opacity: 0.6;
}

.custom-footer-cta .cta-btn-border {
	border-color: #fff;
	color: #fff;
}

.custom-footer-cta a {
	margin: 0 10px;
}

.head-box .cta-btn {
	background: var(--primary-color) !important;
	color: #fff !important;;
}

.custom-footer {
    background: #151b21;
	padding: 75px 0;
}

.cf-about {
	margin: 30px 0
}

.cf-about p {
	color: #99a1af;
}

.cf-social {
	display: flex;
	gap: 10px;
}

.cf-social a {
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.05);	
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	padding: 0;
}

.cf-social a:hover {
	background: var(--primary-color);
}

.cf-title {
	font-family: Saira, sans-serif;
	font-weight: bold;
	color: #6a7282;
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.cf-links li:not(:last-child) {
	margin-bottom: 12px;
}

.cf-links li a {
	font-size: 16px;
	color: #d1d5dc;	
}

.cf-links li a {
	font-size: 16px;
	color: #d1d5dc;	
	position: relative;
}

.cf-links li a:after {
	content: "";
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	transition: 0.3s all;
}

.cf-links li a:hover:after {
	left: 0;
	width: 100%;
}

.custom-footer .col-md-3 {
	width: 22%;
}

.custom-footer .col-md-3:first-of-type {
	width: 25%;
}

.custom-footer .col-md-3:last-of-type {
	width: 31%;
}

.custom-footer .col-md-3:nth-child(2) {
	padding-left:120px;
}

.custom-footer .col-md-3:nth-child(3) {
	padding-left:50px;
}

.cf-newsletter > p {
	font-size: 14px;
	margin: -10px 0 15px;
}

.cf-newsletter form {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	align-items: center;
}

.cf-newsletter form input[type="email"] {
	width: 100%;
	border: none;
	height: 50px;
	color: #fff;
}

.cf-newsletter .gform_body {
	width: 100%;
}

.cf-newsletter form label {
	display: none;
}

.cf-newsletter form button {
	height: 50px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #fff;
	text-transform: uppercase;
}

.cf-locations {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	margin: 50px 0 35px;
	padding: 40px 0;
}

.cf-locations ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
}

.cf-locations ul li {
	width: 33.333333%;
	padding: 0 40px;
	position: relative;
}

.cf-locations ul li:not(:last-of-type):after {
	content: "";
	background: rgba(255, 255, 255, 0.06);
	position: absolute;
	right: 50px;
	top : 0;
	width: 1px;
	height: 100%;
}

.cf-locations ul li > div:first-child {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: left;
	color: var(--primary-color);
}

.cf-locations ul li > div:first-child span {
	color: #fff;
	background: var(--primary-color);
	padding: 0 10px;
}	

.cf-locations ul li > div:first-child svg {
	width: 12px;
	margin-right: 5px;
}

.cf-locations ul li > div:nth-child(2) {
	font-family: Saira;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	margin: 5px 0;
}

.cf-locations ul li > div:nth-child(2) a {
	color: #fff;
}

.cf-locations ul li > a {
	display: table;
	font-size: 15px;
	color: #cacdd2;
	margin: 5px 0 0
}

.cf-locations ul li a svg {
	width: 15px;
	margin-right: 10px;
}

.cf-copyright {
	font-size: 14px;
	color: #6a7282;
	display: flex;
	justify-content: space-between;
}

.cf-copyright a:first-of-type ,
.cf-copyright a:nth-child(2) {
	margin: 0 7px;
}

.cf-copyright a {
	color: #6a7282;
}

.cf-copyright a:hover {
	color: #fff;
}

.footer-big-logo {
	width: 100%;
	padding: 50px 25px 0;
	position: relative;
	z-index: 1;
}

.custom-footer {
	padding-bottom: 0;
	background: url(http://winnisquammarine.pixelchefs.dev/wp-content/uploads/2026/03/footer-bg.webp) no-repeat top center;
	background-color: #151b21;
}

.custom-footer .container {
	position: relative;
	z-index: 2;
}

.custom-footer:before {
	content: "";
	background: linear-gradient(to bottom, #151b21, transparent 10%, transparent 90%, #151b21);	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6
}

.custom-footer {
     position: relative;
}

body .page-banner .rank-math-breadcrumb {
	background: transparent;
}

body .page-banner .rank-math-breadcrumb > p {
	max-width: 1400px;
}

body .page-banner .rank-math-breadcrumb .last{
	opacity: 0.6;
}

body .page-banner .rank-math-breadcrumb .separator {
	margin: 0 8px;
	background: #018AC1;
	font-size: 0px;
	display: inline-block;
	height: 6px;
	width: 6px; 
	padding: 0;
	border-radius: 50%;
	position: relative;
	top: 6px;
}

.page-banner .container {
	max-width: 1400px;
}

body .page-banner .rank-math-breadcrumb > p {
	padding: 5px 15px;
}

body .page-banner .rank-math-breadcrumb a {
    font-weight: 500;
}

.banner-text {
	max-width: 665px;
}

body .page-banner > img {
    opacity: 1;
}

.page-banner:before {
	content: "";
	background: linear-gradient(180deg, #0D2D53 0%, rgba(13, 45, 83, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-banner:after {
	content: "";
	background: linear-gradient(0deg, #011227 0%, rgba(1, 18, 39, 0.663) 53.6%, rgba(1, 18, 39, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	z-index: 1;
}

body:not(.home) .custom-text-tabs {
    padding-bottom: 100px;
    overflow: hidden;
}

body:not(.home) .image-text [class*="col-"] {
	width: 50%;
}

.timeline-wrap {
	background: #011227;	
}

.timeline-wrap .head * {
	color: #fff;
}

.timeline-wrap .it-card-v2 {
	box-shadow: none;
	background: transparent;
	color: #fff;
}

body:not(.home) .list-style-v2.two-col li {
	margin: 0 0 20px;
}


.timeline-wrap .it-card-v2 small {
	background: var(--primary-color);
	width: 100px;
	height: 100px;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	font-family: Saira, sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 100px;
	text-align: center;
}

.timeline-wrap .it-card-v2 {
	position: relative;
	padding-bottom: 0;
}

.timeline-wrap [class*="col"]:not(:last-child) .it-card-v2:after {
	content: "";
	background: var(--primary-color);;
	position: absolute;
	top: 85px;
	left: 50%;
	width: 100%;
	height: 1px;
	z-index: -1;
}

.bg_light {
	background: #F7F8F9;	
}

.page-id-9286 .form-area .c_form .gform_fields {
    display: block;
}

.page-id-9286 .form-area .c_form {
	padding-top: 40px;
}

body .bg-black {
	background: #011227 !important;
}

.bg-black ul li *{
	color: #fff !important;
}

.bg-black .list-style-v2 {
	margin: 30px 0 25px;
}

.bg-black .list-style-v2:not(.two-col) li:before {
	top: -5px;
}

.bg-black  {
	color: #fff;
}

.page-id-9299 .it.it-v2 .container {
    max-width: 1130px;
}


#gform_wrapper_10 {
	padding-top: 15px;
}

.wsm-form_wrapper .gform_body > div label ,
#gform_wrapper_11 .gform_body > div label ,
#gform_wrapper_10 .gform_body > div label {
	display: block !important;
	font-size: 15px;
	font-weight: 500;
}

.gfield--type-section {
	min-width: 100%;
}

.gfield--type-section h3 {
	font-size: 20px;
}

.wsm-form_wrapper .gform_body > div legend ,
#gform_wrapper_11 .gform_body > div legend ,
#gform_wrapper_10 .gform_body > div legend {
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3
}

.wsm-form_wrapper .gform_body > div legend span,
#gform_wrapper_11 .gform_body > div legend span ,
#gform_wrapper_10 .gform_body > div legend span {
	display: none;
}

.wsm-form_wrapper .ginput_container--name,
.wsm-form_wrapper .ginput_container_email ,
#gform_wrapper_11 .ginput_container--name,
#gform_wrapper_11 .ginput_container_email ,
#gform_wrapper_10 .ginput_container--name,
#gform_wrapper_10 .ginput_container_email {
	display: inline-flex;
	width: calc(100% + 20px);
	flex-wrap: wrap;
	margin: 0 -10px;
}

.ginput_container--name > span,
.ginput_container_email >span {
	width: 50%;
	padding: 0 10px;
}

.wsm-form_wrapper .gfield--type-name,
.wsm-form_wrapper .gfield--type-email,
#gform_wrapper_11 .gfield--type-name,
#gform_wrapper_11 .gfield--type-email,
#gform_wrapper_10 .gfield--type-name,
#gform_wrapper_10 .gfield--type-email {
	width: 100%;
}

#field_10_27,
#field_10_21,
#field_10_9,
#field_10_5 {
	width: 100%;
}

#field_10_10,
#field_10_11,
#field_10_12,
#field_10_13,
#field_10_14,
#field_10_15,
#field_10_7,
#field_10_8,
#field_10_6 {
	width: 33.3333%;
}

#field_10_22,
#field_10_23,
#field_10_19 ,
#field_10_20 ,
#field_10_18 ,
#field_10_17 {
	width: 50%;
}

body .form-area .c_form .gfield_checkbox input ,
body .form-area .c_form .gfield_radio input {
	width: 15px;
	height: 15px;
	width: auto;
	margin: 0;
	position: relative;
	top: 2px;
}

body .form-area .c_form .gfield_checkbox label ,
body .form-area .c_form .gfield_radio label {
	display: inline !important;
}

body .form-area .c_form .gfield_checkbox {
	margin-bottom: 15px;	
}

body .wsm-form_wrapper .gfield_checkbox ,
body .form-area .c_form .gfield_checkbox > div {
	display: flex;
	gap: 10px;
}

body .form-area .c_form .gfield_radio {
	display: flex;
	gap: 15px;
}

body .form-area .c_form label span {
	display: none;
}

body .form-area .c_form select {
	margin-bottom: 15px;
}

.page-id-9299 .forms-wrap .col-lg-8 {
	width: 100%;
	max-width: 950px;
}

.acc-content ol {
	margin: 15px 20px;
}

.acc-content ol li {
	list-style: decimal;
	padding-left: 5px;
}

.acc-content ol li::marker {
	color: var(--dark-color);
	font-weight: 500;
}

.gfield_description:not([class*="validation"]) {
	display: none ;
}

body .form-area .c_form .gfield_checkbox > div {
	margin-bottom: 7px;
}

body .form-area .c_form .gfield_checkbox label {
	line-height: 1.4;
	font-weight: 400 !important;
}

body.parent-pageid-11629 .banner-text {
	max-width: 100%;
}


.video-playlist-wrap {
    flex-wrap: wrap;
    padding: 15px 15px 7px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: -1px 0px 10px #00000024;
}

.video-playlist-wrap .video-main {
	width: 65%;
	padding-right: 1px;
}

.video-main iframe {
    width: 100%;
    height: 410px;
	object-fit: cover;
}

.video-playlist-wrap .video-list {
	width: 35%;
}

.playlist-count {
	display: block;
	text-align: right;
	padding: 10px 0;
	font-size: 13px;
}

.playlist-count:before {
	content: "Playlist";
	float: left;
	padding-left: 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--primary-color)
}

.video-item-wrap {
	max-height: 362px;
	overflow: auto;
	border-bottom: 1px solid #ddd;
}

.video-item-wrap::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}

.video-item-wrap::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.video-item-wrap::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}

.video-item {
	padding: 10px;
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
}

.video-item .thumb {
	display: flex;
	align-items: center;
}

.video-item .thumb img {
	width: 70px;
}

.video-item .thumb span:first-of-type {
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
	color: #999;
}

.video-item:hover .thumb span:first-of-type ,
.video-item.active .thumb span:first-of-type {
	color: #000;
}

.video-item .thumb span.duration {
	margin-left: auto;
	font-size: 15px;
	padding-left: 10px;
}

.video-item.active {
	background: #f5f5f5;
}

.page-id-9310 .page-banner:after {
    background: linear-gradient(0deg, #212c36 0%, rgba(1, 18, 39, 0.663) 53.6%, rgba(1, 18, 39, 0) 100%);
}

.brands.bg_udark {
	background: #011227 !important;
}

.bg-black + .bg_udark + .bg_udark {
	padding-top: 0px;
}

.bg_udark hr {
	display: none;
}

body.home .brands .head h2,
.brands.bg_udark .head h2 {
	color: #fff;
	text-transform: uppercase;
}


.location-v3 {
	padding: 0;
	position: relative;
}

.location-v3 [class*="col-"] {
    padding: 60px 30px 60px 0;
    width: 55%;
}

.location-v3 > img {
    width: calc(50% - 70px);
    position: absolute;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.location-v3 h2 {
	color: #fff;
}

.location-v3 p {
	color: rgba(255, 255, 255, 0.5);
}

.location-v3 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -15px
}

.location-v3 ul li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	color: #fff;
}

.location-v3 ul li a {
	color: #fff;
}

.location-v3 ul li svg {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.location-v3 ul li p  {
	text-align: right;
	width: 100%;
	color: #fff;
}

.location-v3 ul li p strong {
	color: rgba(255, 255, 255, 0.5);
	float: left;
	font-weight: 300;
}

.location-v3 .cta-btn {
	min-width: 200px;
}

.location-v3 .cta-btn-border svg {
	margin-left: 15px;
}

.location-v3 + .cards .head {
	max-width: 100%;
}

.location-v3 + .cards + div {
	display: none;
}

.location-v3 li svg path {
	stroke: #028ac1;
}

.location-v3 .cta-btn-border {
    border: 1px solid rgba(255, 255, 255, 1);
    min-width: auto;
    color: #fff;
    margin-left: 3px;
}

.location-v3 ul li:nth-child(3) {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

.location-v3 ul li:nth-child(3) svg {
	margin-right: 25px;
}

.location-v3 ul li:nth-child(3) ul {
    display: flex;
    width: 100%;
	padding-left: 5px;
}

.location-v3 ul li:nth-child(3) ul li {
	display: inline-block;
	width: 50%;
	padding: 0 20px 0 0;
}

.location-v3 ul li:nth-child(3) ul li strong {
	display: block;
}
		
.page-banner.blog-single-banner {
	padding-top: 80px;
}

.page-banner.blog-single-banner img {
	object-position: 0 30%;
}

body.single-post .rank-math-breadcrumb a {
	color: #000;
}

body.single-post .rank-math-breadcrumb .separator {
	margin: 0 8px;
	background: #018AC1;
	font-size: 0px;
	display: inline-block;
	height: 4px;
	width: 4px; 
	padding: 0;
	border-radius: 50%;
	position: relative;
	top: 8px;
}

.single-post .wp-block-gallery {
	margin: 30px -15px;
}

body.blog .card-img-top {
    height: 250px;
    object-fit: cover;
    object-position: top center;
}

body.blog .blog-listing .card {
    height: calc(100% - 30px);
}

.card-v4 .cta-btn {
	padding-left: 25px;
	padding-right: 25px;
}

.awsm-job-wrap {
	max-width: 1300px;
	padding: 50px 15px;
	margin: 0 auto;
}

body .awsm-grid-item .awsm-job-item {
	border: 1px solid #eee;
}

body .awsm-grid-item .awsm-job-item img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
	margin-bottom: 20px;
}

body .awsm-grid-item .awsm-job-more {
	background: var(--primary-color);
	color: #fff;
	display: table;
	padding: 12px 30px;
	margin: 20px 0 0 0
}

body .awsm-grid-item .awsm-job-post-title {
	margin-bottom: 6px;
}

.page-banner .cta-btn-border:not(:hover) {
    border-color: var(--dark-color);
    color: var(--dark-color);
}

body.page-id-11159 .banner-text {
    max-width: 1000px;
}

.testimonials {
    background: #F7F8F9;
}


body .page-banner .ti-widget {
	width: auto !important;
	display: table !important;
	margin: -10px 0 20px;
	pointer-events: none;
}

body .page-banner .ti-widget a {
	padding: 0 !important;
}

.it.pricing-wrap .container {
	max-width: 1150px;
}

.it.pricing-wrap  .it-card-v2 em {
	font-weight: bold;
	font-style: normal;
	color: var(--primary-color);
	font-size: 20px;
}

.it.pricing-wrap  .it-card-v2 span {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 15px;
}

body .icon-stats {
	background: #011227 !important;
}

.it.icon-stats  .container {
	max-width: 1150px;
}

body .icon-stats .head h3 {
	color: #fff;
}

.it.icon-stats .it-card-v2 {
	margin-top: 50px;
	height: calc(100% - 70px);
}

.it.icon-stats .it-card-v2 small {
	background: var(--primary-color);
	color: #fff;
	width: 70px;
	height: 70px;
	display: table;
	margin: 0 auto; 
	line-height: 70px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	margin: -70px auto 0
}

.acc-content ul {
	margin-bottom: 25px;
}

.acc-content ul li {
    position: relative;
    padding-left: 25px;
    margin: 7px 0 0;
    line-height: 1.5;
}

.acc-content ul li:before {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2783ac;
	content: ""
}

.user-guide .it-card-v2 span {
    margin-top: 0px;
}

.boat-listing .container {
	max-width: 1600px;
}

.boat-listing .products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.boat-listing .products > li {
	width: 25%;
	padding: 0 10px;
	margin: 0;
}

.boat-listing .col-lg-3 {
	width: 320px;
}

.boat-listing .col-lg-9 {
	width: calc(100% - 320px);
}

.ais-Panel ul {
    column-count: 2;
}

body:not(.home) .header-area.header-fixed {
    background: linear-gradient(135deg, rgba(12, 40, 74, 1) 0%, rgba(66, 91, 119, 1) 100%);
}

.page-banner:before,
.page-banner:after {
	display: none;
}

.page-banner {
    background: #ecf9ff;
	padding: 0 0 30px;
	text-align: center;
}

.page-banner .container {
	max-width: 935px;
}

.page-banner .banner-text {
	max-width: 100%;
}

body .page-banner p {
  color: var(--text-color);
}

body .page-banner .heading {
  color: var(--dark-color);
}

.page-banner .rank-math-breadcrumb * {
  color: var(--dark-color);
}

.page-banner .rank-math-breadcrumb {
    margin-bottom: 20px;
}

body .page-banner .ti-widget {
	margin: -15px auto 10px;;  
}

.cv-box {
	margin: 15px 0;
}

.cv-box h3 {
	font-size: 32px;
	margin: 20px 0;
}

.rank-math-html-sitemap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.rank-math-html-sitemap .rank-math-html-sitemap__section:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
}

.rank-math-html-sitemap .rank-math-html-sitemap__section {
	padding-bottom: 50px;
	padding-top: 50px;
}

.rank-math-html-sitemap .rank-math-html-sitemap__section h2 {
	font-size: 30px;
}

.rank-math-html-sitemap .rank-math-html-sitemap__section ul li {
	margin: 3px 0;
	font-family: Arial;
	font-size: 14px;	
}

.mainmenu ul#menu-main-menu .sub-menu a:hover,
.mainmenu ul#menu-main-menu .sub-menu a {
	color: #000 !important;
	font-size: 14px;
}

.parent-pageid-9393 .cta {
    background: #F7F8F9;
}

.parent-pageid-9393 .custom-video {
	padding-bottom: 0px;
}

.iframe-wrap {
    width: 100%;
    border: 10px solid #f5f5f5;
    overflow: hidden;
	max-width: 1060px;
	margin: 0 auto;
}

.iframe-wrap iframe {
    width: 100%;
    height: 1090px;
    border: 0;
    display: block;
}

@media (max-width: 768px) {
    .iframe-wrap iframe {
        height: 700px;
    }
}


.instagram-wrap {
	padding-bottom: 0px;
}

.instagram-wrap .container {
	max-width: 100%;
	padding: 0;
}

.instagram-wrap .head {
	padding: 0 15px;
}

body.home .custom-footer-cta {
	padding-top: 250px;
	margin-top: -200px;
}

.boat-card-v2 img {
    height: 175px;
}

.brand-logos {
	pointer-events: none;
}

.brand-logos .slide > div {
    height: 90px;
    padding: 0 20px;
    margin: 0 15px;
    border: 1px solid rgb(13 45 83 / 25%);
    background: #fff;
}

.brand-slider .box .brand-logo img {
    height: 70px;
    margin: auto;
    max-width: 225px;
    object-fit: contain;
}

.gfield--type-time .gform-grid-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 15px;
}

.gform_body select {
	border-radius: 5px;
}

.gfield--type-time .gform-grid-row select,
.gfield--type-time .gform-grid-row input {
	margin: 0 !important;
}

.it-card-v2 > div > img {
	height: 80px;
	max-width: 110px;
	object-fit: contain;
	object-position: center;
}

body .location-header {
	background: #ecf9ff !important;
}

body .location-header .container li,
body .location-header .container li *,
body .location-header .container li a,
body .location-header .container p {
	color: var(--text-color) !important;
}

body .location-header .cta-btn.cta-btn-border:not(:hover) {
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
}

body .location-header .container li svg {
	min-width: 25px;
}

body .location-header .container li svg rect {
	fill: #028ac1;
}

body .location-header .rank-math-breadcrumb {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    color: var(--dark-color);
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}

body .location-header .rank-math-breadcrumb a {
	color: var(--dark-color);
	font-weight: 500 !important;
}

body .location-header .rank-math-breadcrumb span {
	font-weight: 400 !important;
	color: var(--dark-color);
	opacity: 0.7
}

body .location-header .rank-math-breadcrumb .separator {
	margin: 0 8px;
	background: #018AC1;
	font-size: 0px;
	display: inline-block;
	height: 4px;
	width: 4px; 
	padding: 0;
	border-radius: 50%;
	position: relative;
	top: 8px;
}

.location-v3 ul li p strong {
    font-weight: 500;
}

.image-text .table {
	margin: 15px 0 30px;
}

.image-text .table td {
	color: var(--text-color);
}

.image-text .table tr:first-child,
.image-text .table tr:nth-child(2) {
	border-top: none;
}

.image-text .table tbody tr:first-child td {
    background: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
    font-weight: 500;
    min-width: 160px;
}

.location-information {
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.location-information li {
	padding: 0 30px;
}

.location-information li:first-child {
	border-right: 1px solid #ddd;
}

.location-information li:before {
	display: none;
}

.location-information li i {
	background: var(--primary-color);
	margin-right: 10px;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
}

@media(min-width: 992px) {

	.section-alt [class*="col-"] {
		width: 50%;
	}
}

body:not(.home) .header-area.header-fixed {
    position: relative;
    border: none;
}

.custom-rentals .container {
	max-width: 1000px;
}

.custom-rentals .row {
	justify-content: center;
}

.custom-rentals .row [class*="col-"] {
	width: 50%;
}

.custom-rentals .card-v2 {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	display: block;
}

.custom-rentals .card-v2 img {
	height: 300px;
}

.header-area + .l-blocks-wrap > section:first-child.image-text-full {
	background: #ecf9ff;
}

.gfield--type-image_choice legend {
	font-family: Saira, sans-serif;
	font-size: 18px !important;
	font-weight: bold !important;
	color: var(--dark-color);
}


body .form-area .c_form .gfield--type-image_choice {
	margin-bottom: 20px;
}

body .form-area .c_form .gfield--type-image_choice .gfield_radio {
    display: flex;
    gap: 0px;
	flex-wrap: wrap;
	margin: 0 -5px;
}

body .form-area .c_form .gfield--type-image_choice .gfield_radio > div {
	width: calc(25% - 10px);
	margin: 0 5px;
}

body .form-area .c_form .gfield--type-image_choice.choice-3col .gfield_radio > div {
	width: calc(33.33333% - 10px);
	margin: 0 5px;
}

body .form-area .c_form .gfield--type-image_choice .gfield_radio > div > span {
	position:relative;
}

body .form-area .c_form .gfield--type-image_choice .gfield_radio > div > span input {
	position: absolute;
	top: 0;
	left: 0;;
	width: 100%;
	height: 100%;
	opacity: 0;
}

body .form-area .c_form .gfield--type-image_choice .gfield_radio > div > span label {
	background: #f5f5f5f5;
	display: block !important;
	width: 100%;
	line-height: 1.4;
	padding: 10px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

body .form-area .c_form .gfield--type-image_choice.choice-3col .gfield_radio > div > span img {
	max-height: 220px;
	width: 100%;
	object-fit: cover;
}

body .form-area .c_form .gfield--type-image_choice.choice-4col .gfield_radio > div > span label {
	min-height: 75px;
}

body .form-area .c_form .gfield--type-image_choice .gfield_radio > div label {
	background: var(--dark-color) !important;
	color: rgba(255,255,255,0.8);
}

body .form-area .c_form .gfield--type-image_choice .gfield_radio > div input:checked + label {
	background: var(--primary-color) !important;
	color: #fff;
}


.single-job-header {
	background: #ecf9ff;
	padding: 0 0 30px;
}

.single-job-header .container {
	max-width: 1100px;
}

.single-job-header .row {
	align-items: center;
}

.single-job-header .col-md-9 > div  {
	display: flex;
	align-items: center;
}

.single-job-header .col-md-9 > div > div:first-child {
	padding-right: 25px;
}

.single-job-header .col-md-9 > div h1 {
	font-size: 30px;
	margin: 0 0 10px;
}

.single-job-header .col-md-3 {
	text-align: right;
}

body.single-awsm_job_openings .rank-math-breadcrumb {
    padding: 15px 0;
    font-size: 14px;
}

body.single-awsm_job_openings .rank-math-breadcrumb a {
	color: #000;
}

body.single-awsm_job_openings .rank-math-breadcrumb .separator {
	margin: 0 8px;
	background: #018AC1;
	font-size: 0px;
	display: inline-block;
	height: 4px;
	width: 4px; 
	padding: 0;
	border-radius: 50%;
	position: relative;
	top: 8px;
}

.single-job-content .container {
	max-width: 1100px;
}

.single-job-content .container .col-md-8 {
	width: calc(100% - 330px);
	padding-right: 50px;
}

.single-job-content .container .col-md-4 {
	width: 330px;
}

body.single-awsm_job_openings .awsm-job-entry-content {
	padding: 0;
}

body.single-awsm_job_openings .awsm-job-entry-content h2,
body.single-awsm_job_openings .awsm-job-entry-content h3 {
	font-size: 32px;
	margin-top: 40px;
}

body.single-awsm_job_openings .awsm-job-entry-content li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 3px;
}

body.single-awsm_job_openings .awsm-job-entry-content li:before {
    content: "\f00c";
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
}

body.single-awsm_job_openings .awsm-job-entry-content li:before {
    background: #e21e10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    top: 2px;
}

body.single-awsm_job_openings .awsm-job-specifications-container {
	display: none;
}

.job-specs {
	background: var(--dark-color);
	padding: 20px 20px 50px;
	margin: 40px 0 0;
}

.job-specs small {
	font-family: Saira, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}

.job-specs > div {
	font-size: 14px;
	line-height: 1.5;
	margin: 25px 0 0;
	position: relative;
	padding-left: 60px;
}

.job-specs > div svg {
	background: #ffffff26;
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	color: var(--primary-color);
	padding: 10px;
	border-radius: 5px;
}

.job-specs > div span:first-of-type {
	color: #fff;
	font-weight: bold;
	display: block;
}

.job-specs > div span:last-child {
	color: rgba(255,255,255,0.8);
}


.awsm-jobs-pro-custom-form-content {
	width: calc(100% + 330px);
	margin-bottom: 60px;
}

.awsm-jobs-pro-custom-form-content:before {
	content: "Apply Now";
	background: var(--dark-color);
	color: #fff;
	font-family: Saira, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px;
	border-radius: 10px 10px 0 0
}

.awsm-jobs-pro-custom-form-content .form-v1 .c_form {
	padding-top: 20px;
	border-radius: 0;
}

.awsm-jobs-pro-custom-form-content .ginput_container_address {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.awsm-jobs-pro-custom-form-content .ginput_container_address > span {
	width: 33.3333%;
	padding: 0 10px;
}

.awsm-jobs-pro-custom-form-content .ginput_container_address > span:first-child,
.awsm-jobs-pro-custom-form-content .ginput_container_address > span:nth-child(2) {
	width: 50%;
}

.awsm-jobs-pro-custom-form-content form h3 {
	margin: 20px 0;
}

.awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_groups > div ,
.awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_header {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_header > div  {
	width: 20%;
	margin: 0;
	display: block;
	padding: 0 5px;
	font-weight: 500;
	font-size: 15px;
}

.awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_groups > div > div {
	width: 20%;
	margin: 0;
	padding: 0 5px;
}

.awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_header .gfield_header_item:last-of-type {
	display: none;
}

.awsm-jobs-pro-custom-form-content .ginput_container_fileupload {
	border: 1px dashed #666;
	padding: 40px 15px;
	text-align: center;
}

.awsm-jobs-pro-custom-form-content .gfield--type-fileupload {
	margin-bottom: 30px !important;
}

.single-job-header .job-posted-time {
    display: flex;
    align-items: center;
    gap: 6px;
}

body.single-awsm_job_openings .awsm-job-entry-content ul + p {
	margin-top: 20px;
}

.custom-cards-new .cta-btn-border {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: #fff;
}

.custom-cards-new .cta-btn-border:hover {
    background: color-mix(in srgb, var(--primary-color) 80%, black);
    border: 1px solid color-mix(in srgb, var(--primary-color) 80%, black);
    color: #FFFFFF;
}

.details-info-box .color-option .box span.color-item {
    width: 100%;
	margin-left: 10px;
}

.details-info-box .color-option {
    column-count: inherit;
    column-gap: 0px;
}

.details-info-box .inner.color::after,
.details-info-box .color-option:after {
	display: none;
}

.details-info-box .color-option .box {
    justify-content: flex-end;
	margin-bottom: 10px;
}

.details-info-box .color-option .box span:first-child {
	margin-right: auto;
}

.pdetails ul li {
	padding: 0px 0;
}

.pdetails ul li span {
	color: #000;
	font-weight: bold;
	background: #eee;
	display: inline-flex;
	padding: 10px 15px;
	margin-right: 15px;
	min-width: 200px;
}

.mega-menu {
	opacity: 0;
	visibility: hidden;
	top: calc(100% - 5px);
	transition: 0.3s all;
}

#menu-main-menu > li:hover > .mega-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.mega-boats {
	position: absolute;
	left: 0;
	background: #fff;
	padding: 20px;
	min-width: 930px;
	box-shadow: -1px 3px 9px 0px #0000001c;
}

.mm-head {
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.mm-head > div {
	font-family: Saira;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	color: #051a34;
}

body .mega-menu .mm-head > a {
	font-family: Saira;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #e11d0f !important;
}

body .mega-menu .mm-brands {
	display: flex;
	margin: 0 -5px;
	flex-wrap: wrap;
}

body .mega-menu .mm-brands > div {
	padding: 0 5px;
	width: 20%;
}

body .mega-menu .mm-brands > div a {
	border: 1px solid #ddd;
	display: flex;
	height: 90px;
	align-items: center;
	padding: 10px;
	justify-content: center;
}

body .mega-menu .mm-brands > div a:hover {
	border-color: var(--primary-color);
}

body .mega-menu .mm-brands > div a img {
	max-height: 40px;
	max-width: 150px;
}

.mm-bs-bottom {
    background: #efefef;
    margin: 15px -20px -20px;
	display: flex;
	flex-wrap: wrap
}

.mm-bs-bottom > div:first-child {
	width: 55%;
	padding: 20px;
}

.mm-bs-bottom > div:first-child span {
	font-weight: bold;
	font-size: 15px;
	color: #051a34;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	margin-bottom: 10px;
}

.mm-bs-bottom > div:first-child ul {
	column-count: 3;
}

.mm-bs-bottom > div:first-child ul li a {
	font-size: 14px;
	color: #051a34;
	font-weight: 400;
	display: table;
}

.mm-bs-bottom > div:first-child ul li a:hover {
	color: var(--primary-color);
}

.mm-bs-bottom > div:last-child {
	width: 45%;
}

.mm-promo {
	position: relative;
}

.mm-promo a {
	font-family: Saira;
	font-weight: bold;
	font-size: 14px;
	color: #fff !important;
	background: var(--primary-color);
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 6px 30px;
}

.mm-promo a:hover {
	background: color-mix(in srgb, var(--primary-color) 80%, black);
}

.mega-locations {
	position: absolute;
	left: -171px;
	background: #fff;
	padding: 20px;
	min-width: 930px;
	box-shadow: -1px 3px 9px 0px #0000001c;
}

.mm-locations {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.mm-locations > div {
	width: 33.33333%;
	padding: 0 7px;
}

.mm-location-item > div {
	position: relative;
	height: 100%;
	padding-bottom: 25px;
}

.mm-location-item > div a {
	font-size: 13px;
	text-align: left;
	color: #018ac1 !important;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	right: 0;
}

.mm-location-item .mml-title {
	font-weight: bold;
	color: #051a34;
	line-height: 1;
	margin: 10px 0 0;
}

.mm-location-item p {
	font-size: 14px;
	line-height: 26px;
	color: #051a34;
	font-weight: 400;
}

.mm-tags {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	margin: 10px 0 
}

.mm-tags span {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #051a34;
	background: #efefef;
	padding: 0 5px;
}

@media (min-width: 992px) {
    .mainmenu ul#menu-main-menu > li.menu-item-has-children > a {
        position: relative;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: table;
    }
}

@media (max-width: 991px) {
	
.mm-location-item > div a {
    bottom: 10px;
}
	
.mainmenu ul#menu-main-menu .sub-menu a {
    font-size: 16px;
}
	
.mainmenu ul#menu-main-menu > li > a {
    font-size: 16px;
}	
	
.brand-slider .box .brand-logo img {
    height: 48px;
    margin: auto;
    max-width: 105px;
    object-fit: contain;
}
	
body .cmtsfwc-Pagination, .paging {
    margin-top: 15px !important;
}
	
body .cmtsfwc-Refinements {
   margin: 0px 0 12px;
}
	
.boat-listing .products > li {
    width: 33.33333%;
}
	
.boat-listing .col-lg-3 {
	width: 100%;
}

.boat-listing .col-lg-9 {
	width: 100%;
}
	
body:not(.home)	.custom-footer-cta {
    padding: 50px 0;
}
	
body {
    font-size: 15px;
    line-height: 25px;
}
	
    body .page-banner .rank-math-breadcrumb {
        margin-bottom: 5px;
    }	
	
    body .menu-close {
        background: var(--dark-color);
    }
	
	.mm-locations > div {
		width: 100%;
	}
	
	.mm-locations > div > div {
		padding-left: 120px;
		position: relative;
	}	
	
	.mm-locations > div > div img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100px;
	}
	
    body .mega-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        min-width: 100%;
        box-shadow: none;
		display: none;
        left: 0;
		border-top: 1px solid #e5e5e5;
    }
	
	body .mainmenu > nav > ul > li.show .mega-menu {
		display: block;
	}

	body .mega-menu .mm-brands > div {
	    padding: 0 5px 10px;
	    width: 33.3333%;
	}

	body .mega-menu .mm-brands > div:nth-child(4),
	body .mega-menu .mm-brands > div:nth-child(5) {
		width: 50%;
	}

	body .mega-menu .mm-brands > div a {
		height: 70px;
	}	

	body .mega-menu .mm-brands > div a img {
	    max-height: 30px;
		width: 100%;
		max-width: 110px;
		object-fit: contain;
	}
	
	body .mega-menu .mm-head > a {
		font-size: 13px;
	}	
	
	.mm-bs-bottom > div {
		min-width: 100%;
	}	
	
    .header-navigation > div {
        width: 100%;
        max-width: 400px;
    }
	
    body .promo-slider-wrap {
        margin-bottom: 0 !important;
        margin: 0 -10px;
    }
	
    .call_action a {
        padding: 0;
        width: auto;
    }
	
	.hamburger span {
		background: #fff;
	}
	
    body .hero.hero-custom {
        padding: 150px 0 185px;
    }
	
	.hero-custom .overlay-image {
		display: none;
	}
	
	.hero .container {
		padding: 0 15px;
	}
	
	.clients + .clients {
		margin-top: -30px;
	}

	.promo-slider-wrap .slide {
		padding: 0 0 0 15px;
	}
	
	.head-box h3 {
		font-size: 30px;
		line-height: 33px;
	}	
	
	.head-box img {
		height: 220px;
	}
	
	.promotions-v2.alt .promo-card .promo-img {
		height: 220px;
	}
	
	.slick-dots li.slick-active button {
		background: var(--dark-color);
	}	

	.slick-dots li button {
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}

	.promo-slider-wrap .slick-dots {
		position: relative;
		left: -50px;
	}
	
.hero-custom h1 {
    font-size: 67px;
}
	
.boat-card-v2 h3 {
    padding: 20px 20px 15px;
}

.boat-card-v2 .boat-price-wrap {
    padding: 0 20px 20px;
}
	
    .cta-btn {
        padding-right: 25px;
        padding-left: 25px;
    }
	
}

@media (max-width: 767px) {
	
body.single-product .page-banner .rank-math-breadcrumb .separator {
    top: -6px;
}
	
body .page-banner .rank-math-breadcrumb .separator {
    height: 5px;
    width: 5px;
    top: 6px;
}
	
body.single-product .page-banner .rank-math-breadcrumb {
    margin-bottom: 0px;
    line-height: 1.2;
}
	
.custom-text-tabs .head {
    margin-bottom: 35px;
}
	
.list-style-v2:not(.two-col) li:before {
    top: -7px;
}
	
.location-information li {
    padding: 0 0px;
    display: flex;
}
	
.location-information {
    display: block;
}

.location-information li:first-child {
    border-right: none;
}
	
    .location-v3 [class*="col-"] {
        padding: 27px 15px 20px 15px;
        width: 100%;
    }
	
    .location-v3 h1 {
        font-size: 32px;
    }
	
body .location-header .rank-math-breadcrumb .separator {
    top: -6px;
}
	
body .location-header .rank-math-breadcrumb {
    max-width: 1330px;
    margin: 0 auto;
    padding: 7px 15px;
    color: var(--dark-color);
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    line-height: 1.2;
}
	
.location-v3 > img {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    object-fit: cover;
    top: 0;
    height: 290px;
}
	
body .location-header .rank-math-breadcrumb {
    top: 0;
    background: #ecf9ff;
	z-index: 2;
}	
	
body .location-header {
    padding-top: 300px;
	position: relative;
}
	
body .gfield_list_icons {
    position: absolute;
    right: 0;
    top: auto;
    width: auto !important;
    text-align: right;
    margin: 0 !important;
    bottom: -32px;
}
	
.awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_groups > div, .awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_header {
    padding: 0;
}
	
    .gfield_list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .gfield_list > div {
        width: 50%;
        padding: 0;
    }	
	
	.gfield_list > div.gfield_list_groups {
		padding-bottom: 35px;
		position: relative;
	}
	
    .awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_header > div {
        width: 100%;
        height: 59px;
        padding-right: 10px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
.awsm-jobs-pro-custom-form-content .gfield_list .gfield_list_groups > div > div {
    width: 100%;
}
	
.single-job-content .container .col-md-8 {
	width: 100%;
	padding-right: 15px;
}

.single-job-content .container .col-md-4 {
	width: 100%;
}
	
.awsm-jobs-pro-custom-form-content {
    width: 100%;
    margin-bottom: 60px;
}	
	
    .single-job-header .cta-btn {
        width: auto;
        padding: 10px 15px;
        font-size: 14px;
        margin-top: 10px;
    }
	
.single-job-header .col-md-9 > div {
    align-items: flex-start;
}
	
.card-v4 {
    margin-bottom: 30px;
}
	
body:not(.home) .image-text [class*="col-"] {
    width: 100%;
}

	.timeline-wrap [class*="col"]:not(:last-child) .it-card-v2:after {
		display: none;
	}	
	
.boat-listing .products > li {
    width: 50%;
}

    .gfield--type-fileupload {
        margin-top: 20px !important;
    }
	
	
}

@media (max-width: 600px) {

    .promo-slider-wrap {
		margin: 0 -25px;
        width: calc(200% - 20px);
    }
	
}

@media (min-width: 586px) and (max-width: 1050px) {

	body .image-text .col-sm-7 ,
	body .image-text .col-sm-5 {
		width: 50%;
	}	
	
}

@media (min-width: 768px) and (max-width: 1050px) {

body.home .brands {
    margin-top: -280px;
}
	
    .mm-tab-pane .location-img {
        bottom: -30px;
        width: 220px;
    }
	
	body.home .cards-v1 .col-md-3 {
		width: 33.3333%;
	}
	
	body.home .cards-v1 .col-md-3:nth-child(7),
	body.home .cards-v1 .col-md-3:nth-child(8)	{
		display: none;
	}
	
.mm-tab-pane {
    padding-right: 115px;
}

.mm-tab-pane h3 {
    font-size: 26px;
    line-height: 38px;
}

.mm-tabs-nav li {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 30px;
}
	
.custom-text-tabs {
    padding-bottom: 330px;
}
	
.brands + .image-text {
    margin-top: 10px;
}
	
.list-style-v2.two-col li {
    width: 100%;
	margin-bottom: 15px;
}
	
	.image-text .cta-btn {
		width: 100%;
		margin: 0 !important;
	}

	.image-text .cta-btn + .cta-btn {
		margin-top: 10px !important;
	}
	
.cp-card > div {
    padding: 15px 20px;
}	

.cp-card > div > div {
    padding-left: 60px;
}
	
body.home .custom-footer-cta {
    padding-top: 125px;
    margin-top: -100px;
    padding-bottom: 70px;
}

.custom-footer-cta h3 {
    font-size: 60px;
}

.cf-locations ul {
    margin: 0 -15px;
}
	
.cf-locations ul li {
    padding: 0 15px;
}
	
.cf-locations ul li:not(:last-of-type):after {
    right: 0;
}

.cf-locations ul li > div:nth-child(2) {
    font-size: 20px;
}

.cf-locations ul li > div:first-child {
    font-size: 12px;
}

.cf-locations ul li a {
    display: flex;
    align-items: flex-start;
}

.cf-locations ul li a svg {
    position: relative;
    top: 5px;
}
	
.cf-copyright {
    display: block;
    text-align: center;
}
	
}

@media (min-width: 586px) and (max-width: 1050px) {
	
body .custom-footer .col-md-3 {
    padding-left: 15px !important;
	width: 33.333333% !important;
}	
	
    body .custom-footer .col-md-3:first-child {
        width: 100% !important;
        margin-bottom: 30px;
        text-align: center;
    }	
	
    body .cf-logo {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
	
.cf-social {
    justify-content: center;
}
	
}

@media (max-width: 585px) {

	#calculator {
		padding-top: 0px !important;
	}
	
.sp-quick-links .cta-btn {
	width: calc(100% - 145px);
}

.sp-quick-links .cta-btn + .cta-btn {
	width: 140px;
}
	
.pdetails ul li span {
    min-width: 145px;
}	
	
.location-v3 ul li:nth-child(3) ul li {
    width: 100%;
    padding: 0 20px 0 0;
}
	
.location-v3 ul li {
    width: 100%;
}
	
#field_10_10, #field_10_11, #field_10_12, #field_10_13, #field_10_14, #field_10_15, #field_10_7, #field_10_8, #field_10_6 {
    width: 100%;
}
	
#field_10_22, #field_10_23, #field_10_19, #field_10_20, #field_10_18, #field_10_17 {
    width: 100%;
}
	
body .form-area .c_form .gfield--type-image_choice.choice-4col .gfield_radio > div > span label {
    min-height: auto;
}
	
body .form-area .c_form .gfield--type-image_choice .gfield_radio > div > span .gfield-choice-image-wrapper {
	display: none;
}
	
body .form-area .c_form .gfield--type-image_choice .gfield_radio > div {
    width: calc(100% - 10px) !important;
    margin: 0 5px 5px !important;
}
	
.custom-rentals .row [class*="col-"] {
    width: 100%;
}
	
.ginput_container--name > span, .ginput_container_email >span {
    width: 100%;
}
	
.awsm-jobs-pro-custom-form-content .ginput_container_address > span {
	width: 50%;
	padding: 0 10px;
}

.awsm-jobs-pro-custom-form-content .ginput_container_address > span:last-of-type,
.awsm-jobs-pro-custom-form-content .ginput_container_address > span:first-child,
.awsm-jobs-pro-custom-form-content .ginput_container_address > span:nth-child(2) {
	width: 100%;
}
	
body .wsm-form_wrapper .gfield_checkbox, body .form-area .c_form .gfield_checkbox > div {
    display: block;
}	

.video-item-wrap {
    max-height: 355px;
    border-bottom: none;
}
	
.video-main iframe {
    height: 210px;
}

.video-playlist-wrap .video-list {
    width: 100%;
}
	
.video-playlist-wrap .video-main {
    width: 100%;
    padding-right: 0;
}
	
.boat-listing .products > li {
    width: 100%;
		margin-bottom: 20px;

}
	
	.hero-custom h1 {
		font-size: 42px;
		line-height: 49px;
	}

	.hero-custom p {
		font-size: 16px;
		padding: 0px 0 0;
	}

	body .text-center .hero-action a {
		margin: 0 0 10px !important;
		width: 100%;
	}
	
	.list-style-v2.two-col li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.cta-btn {
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.cta-btn + .cta-btn {
		margin-top: 10px !important;
	}
	
	.brand-logos .slide > div {
		height: 65px;
		padding: 0 5px;
		margin: 0 5px;
	}
	
	.mm-tab-pane {
		padding-right: 0;
	}
	
.mm-tab-pane .location-img {
    display: none;
}

.mm-tab-pane [class*="col-"] img {
    margin-top: 30px;
}
	
.mm-tab-pane h3 {
    font-size: 28px;
    line-height: 37px;
}
	
.mm-tabs-nav li:not(:last-child):after,	
.mm-tabs-nav li svg {
    display: none;
}

.mm-tabs-nav li:not(:last-child) {
    padding-right: 0;
}
	
.mm-tabs-nav li {
   font-size: 14px;
   padding-bottom: 15px;
        line-height: 20px;
    }
	
.mm-tabs-nav {
    gap: 15px;
}
	
.mm-tabs-nav li.active:before {
    width: 100%;
}
	
.mm-tabs-nav {
    margin: 30px 0 0;
}
	
.custom-text-tabs {
    padding-bottom: 490px;
}
	
.brands + .image-text [class*="col-"] {
	width: 100%;
}
	
.custom-footer-cta h3 {
    font-size: 48px;
}

.custom-footer-cta br {
	display: none;
}
	
body.home .custom-footer-cta {
    padding-top: 220px;
    margin-top: -200px;
    padding-bottom: 60px;
}
	
.custom-footer .col-md-3 {
    width: 100% !important;
}

.custom-footer .col-md-3:nth-child(2),	
.custom-footer .col-md-3:nth-child(3) {
	padding: 0 15px;
    width: 50% !important;
	margin: 30px 0;
}	
	
.cf-locations ul li {
    width: 100%;
    padding: 20px 0;
}

.cf-locations ul {
    margin: -20px 0;
}

.cf-locations ul li:not(:last-of-type):after {
    content: "";
    background: rgba(255, 255, 255, 0.06);
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    height: 1px;
    bottom: 0;
}
	
.cf-copyright {
    display: block;
    text-align: center;
}	
	
	.cf-logo {
    display: table;
    margin: 0 auto;
		
	}
	
.cf-about {
    margin: 30px 0 20px;
    text-align: center;
}	

.cf-social {
    justify-content: center;
}
	
.promo-slider-wrap .slick-dots {
        position: relative;
        left: -20%;
    }
	
.related-products .card-v2 img {
    height: 220px;
}	
	
}

.custom-footer-cta [class*="col-"] {
    width: 100%;
}

body.home .custom-footer-cta {
    overflow: hidden;
}

.gsection_description {
	margin: -10px 0 20px;
	color: var(--primary-color);
}

.gsection_title {
	margin-top: 15px;
}

.name_first input + label ,
.name_last input + label {
	margin: -15px 0 15px
}

body.page-id-9299 .form-area .c_form .gfield_radio > div {
	display: flex;
	align-items: center;
	gap: 5px;
}

body.page-id-9299 .form-area .c_form .gfield_radio > div input {
	top: -1px;
}

.wsm-form_wrapper .gform_body > div label, #gform_wrapper_11 .gform_body > div label, #gform_wrapper_10 .gform_body > div label {
    font-size: 14px;
}

.form-area .c_form .gfield {
    padding: 0 6px;
}

.form-area .c_form .gform_fields {
    margin: 0 -6px;
}

@media (min-width: 1100px) {
    body.single-product .single-featured-image img, body .thumbsSlider .main-thumb-slider .image img {
        object-fit: contain;
    }
}

body .mega-menu .mm-brands > div a img {
    width: 100%;
}

@media(min-width: 992px) and (max-width: 1400px) {
	
    .mainmenu ul#menu-main-menu > li.menu-item-has-children > a {
        font-size: 13px;
    }	

    .mainmenu ul#menu-main-menu > li {
        margin: 0 7px;
    }
	
    .site-logo {
        width: 200px;
    }
	
	.cta_action a {
		padding: 20px;
	}
	
	body .mega-boats {
		min-width: 732px;
	}

	.mm-promo img {
    	height: 100%;
    	object-fit: cover;
    	object-position: left;
	}	
	
	.mega-locations {
		left: -136px;
		min-width: 732px;
	}
	
}

.boat-listing {
	padding-top: 25px !important;
}

@media (min-width: 768px) {
    body .location-header .rank-math-breadcrumb {
        max-width: max-content;
        margin: 0;
        padding: 0 15px;
        color: var(--dark-color);
        font-weight: 500;
        font-size: 14px;
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
        z-index: 5;
        padding-left: 50%;
    }
}

@media (min-width: 1100px) {
    body.single-product .single-featured-image img, body .thumbsSlider .main-thumb-slider .image img {
        background: #f5f5f5;
    }
	
	body.single-product .page-banner {
		text-align: left;
	}	
}

.dp-wrap span ,
.pp-wrap span {
    position: absolute;
    bottom: 7px;
    right: 28px;
}

.form .gfield_validation_message {
    margin: 0px 0 10px;
    line-height: 1;
}

.details-info-box .color-option .box span {
    display: flex !important;
    align-items: center;
}

#field_18_8 .gfield_description {
	display: block;
	font-size: 12px;
	display: block;
	margin: -12px 0 10px;
}

@media (min-width: 992px) {
	
.mm-location-item > div {
	position: relative;
	height: 100%;
	padding: 15px 15px 25px 15px;
	border: 1px solid #eee;
	overflow: hidden;
}

.mm-location-item > div a:before {
	content: "";
	position: absolute;
	top: -1500%;
	left: -500%;
	width: 1000%;
	height: 3000%;
}	

.mm-location-item > div img {
	margin: -15px -15px 15px;
	width: calc(100% + 30px);
	max-width: inherit;
}

.mm-location-item > div a {
	font-size: 13px;
	text-align: left;
	color: #018ac1 !important;
	font-weight: 400;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
	
}

body[class*="outboard-motor"] #nav_menu-5,
body[class*="outboard-motor"] #nav_menu-3 {
	display: none;
}

.woocommerce-no-products-found {
	font-size: 20px;
	color: var(--dark-color);
	padding: 60px 15px;
	text-align: center;
}

.cmtsfwc-Filter-productAttribute--engine-type ul,
.cmtsfwc-Filter-productAttribute--brand ul {
	column-count: initial !important;
}

[class*="boat-card"] label[class*="status-clearance"] {
	background: var(--primary-color);
}

[class*="boat-card"] label[class*="status-featured"] {
	background: var(--dark-color);
}

.boat-card-v2 .boat-price-wrap .no-price {
	font-size: 20px;
	margin: 5px 0 0;
	display: block;
}

.related-links {
	padding: 50px 0;
}

.related-links h4 {
	font-size: 26px;
	margin-bottom: 10px;
}

.related-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 0;
}

.related-links ul li {
	padding: 0;
}

.related-links ul li:before{
	display: none;
}

.related-links ul li a {
	display: table;
	border: 1px solid #ddd;
	padding: 4px 10px;
	font-size: 14px;
}

.related-links ul li a:hover {
	border: 1px solid var(--dark-color);
	background: var(--dark-color);
	color: #fff;
}

section.it-header .ti-widget,
.location-header .ti-widget {
	display: table !important;
	width: auto !important;
	margin: -5px 0 10px;
}

section.it-header .ti-widget {
	display: table !important;
	width: auto !important;
	margin: -10px 0 10px;
}

section.it-header .ti-header,
.location-header .ti-header {
	padding: 0 !important;
}

@media(min-width: 768px) and (max-width: 1450px) {
	
.location-v3 [class*="col-"] {
    width: 50%;
}

.location-v3 > img {
    width: calc(50% - 40px);
}
	
}

body .image-text .rank-math-breadcrumb {
	margin: -50px 0 50px;
}

body .image-text .rank-math-breadcrumb a {
	color: var(--dark-color);
	font-weight: 500 !important;
}

body .image-text .rank-math-breadcrumb span {
	font-weight: 400 !important;
	color: var(--dark-color);
	opacity: 0.7
}

body .image-text .rank-math-breadcrumb .separator {
	margin: 0 8px;
	background: #018AC1;
	font-size: 0px;
	display: inline-block;
	height: 4px;
	width: 4px; 
	padding: 0;
	border-radius: 50%;
	position: relative;
	top: 8px;
}

@media(max-width: 991px) {
	
body .image-text .rank-math-breadcrumb {
    margin: 0;
    background: #ecf9ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}

}

@media(min-width: 768px) and (max-width:991px) {
	
    section.it-header {
        padding: 65px 0 45px;
    }
	
	.image-text-full.img-text-left > img {
		width: 48%;
	}	
	
}

.boat-listing h2.heading {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
}

@media(min-width: 1350px) {

    .archive .cmtsfwc-SearchBox {
        padding-left: 55%
    }

    .boat-listing h2.heading {
        margin: 0 0 -25px;
        top: 15px;
    }
}

[class*="boat-card"] label[class*="status-"] {
    min-width: auto;
    margin: 0 0 0 -2px;
}

.boat-card-v2 {
    border: none;
    padding-bottom: 75px;
	position: relative;
}

.boat-card-v2 .boat-price-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
}

.mm-promo {
	position: relative;
	overflow: hidden;
}

.mm-promo a:before {
	content: "";
	position: absolute;
	top: -500%;
	left: -500%;
	width: 1000%;
	height: 1000%;
}

@media(max-width: 585px) {

	.boat-listing h2.heading {
		font-size: 20px;
		line-height: 1.2;
		margin: 9px 0 0;
		position: absolute;
		top: 30px;
		left: 0px;
		width: 100%;
		padding: 0 25px;
	}

    body .boat-listing {
        padding-top: 110px !important;
		position: relative;
    }
	
}

@media (max-width: 991px) {
    body .cmtsfwc-Refinements {
        margin: 6px 0 6px;
    }
}

.page-id-9393 .card-v2 .cta-btn {
	padding: 16px 15px;
}

body .ais-Panel ul {
    max-height: max-content;
}

body .pprice li.sp-low > span + span {
    color: var(--text-color);
}

body .form-area .c_form legend span.gfield_required ,
body .form-area .c_form label span.gfield_required {
	display: inline;
	font-size: 0px;
}

body .form-area .c_form legend > span.gfield_required:after ,
body .form-area .c_form label > span.gfield_required:after {
	content: "*";
	color: red;
	font-size: 14px;
}

body .promo-wrapper div.card-v2 {
	padding-bottom: 0;
}

.custom-promo-new .cp-card {
	pointer-events: none;
}

.custom-promo-new .cp-card > div > div img {
	display: none;
}

.custom-promo-new .cp-card > div > div {
	padding: 0;
}

.custom-promo-new .cp-card > div {
    position: absolute;
    background: linear-gradient(rgba(0, 9, 19, 0) 60%, #000913 100%);
}

.hero.hero-custom {
    padding: 240px 0 150px;
}

@media (max-width: 991px) {
    body .hero.hero-custom {
        padding: 150px 0 70px;
    }
}


body.home .custom-footer-cta {
    padding-top: 100px;
    margin-top: 0;
}

.form-area .gfield--type-turnstile {
	margin-bottom: 20px !important;
}

.no-boats-msg {
	padding: 20px 0 0;
	text-align: center;
}

.no-boats-msg p {
	border: 1px solid #eee;
	padding: 5px;
	color: var(--dark-color);
}

body.archive .card-img-top {
    height: 250px;
    object-fit: cover;
    object-position: top center;
}

body.archive .blog-listing .card {
    height: calc(100% - 30px);
}

body .cbtn-custom a.cta-btn {
	padding-left: 20px;
	padding-right: 20px;
}

.boat-card-v2 img[src*="product-def"] {
	object-position: center 80%;
	object-fit: cover;
}

body.page .cmtsfwc-Filter-productAttribute--brand {
	display: none !important;
}
