/*
Theme Name:   Motomarine Child
Theme URI:    https://www.pixelchefs.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: 17px;
    line-height: 28px;
    font-weight: 400;
   /* color: var(--text-color);*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
    color: #002C14;
    font-weight: 400;
	margin-bottom: 15px;
}

h1, .h1 {
    font-size: 60px;
    line-height: 100%;
}

.head .h3,
h2, .h2 {
    font-size: 48px;
    line-height: 100%;
}

h3, .h3 {
    font-size: 45px;
    line-height: 120%;
}

.container {
    max-width: 1300px;
}

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

.custom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 77;
}

.custom-header .container {
    max-width: 1500px;
	position: relative;
	z-index: 2;
}

.promo-bar-wrap {
    background: #033F63;
    padding: 11px 0;
}

.promo-bar-wrap .container {
    display: flex;
    justify-content: space-between;
}

.promo-bar-wrap .pb-left * {
    font-family: var(--heading-font, var(--body-font, sans-serif));
}

.promo-bar-wrap .pb-left a {
    color: #fff;
    font-size: 14px;
    margin-right: 30px;
}

.promo-bar-wrap .pb-left a svg {
    margin-right: 12px;
    width: 15px;
}

.promo-bar-wrap .pb-right {
    color: #fff;
    font-size: 14px;
}

.promo-bar-wrap .pb-right a {
    color: #fff;
}

.header-main-wrap {
    position: relative;
    z-index: 22
}

.header-main-wrap:before {
    content: "";
    background: linear-gradient(to top, rgba(10, 33, 39, 0) 0%, rgba(10, 33, 39, 0.07) 7.32%, rgba(10, 33, 39, 0.71) 56.77%, #0a2127 100%);    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-main-wrap .hm-site-logo {
    position: relative;
    top: -25px;
}

.header-main-wrap .container {
    display: flex;
    justify-content: space-between;
}

.header-main-wrap .menu {
    display: flex;
    margin: 0 -15px;
    padding: 35px 0;
}

.header-main-wrap .menu > li {
    margin: 0 15px;
}

.header-main-wrap .menu > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
	position: relative;
	padding-bottom: 5px;
}

.header-main-wrap .menu > li > a:after {
	content: "";
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	transition: 0.3s all;
}

.header-main-wrap .menu > li > a:hover:after {
	left: 0;
	width: 100%;
}

.hero-slider {
  height: 690px;
}

.hero-slide {
  height: 690px;
}

.hero-slide .container > div {
	max-width: 750px;
}

.hero-slide .overlay {
  padding-top: 150px;
}

[class*="head-label"]:after,
[class*="head-label"]:before {
	display: none;
}

[class*="head-label"] {
    font-size: 16px;
    letter-spacing: 0.1em;
}

.cta-btn {
	background: #28666E;
	font-weight: bold;
	font-size: 16px;
    border-color: #28666E;
}

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

.cta-btn.cta-btn-border-primary {
	color: #c7a044;
    border-color: #c7a044;
	background: transparent;
}

.cta-btn.cta-btn-secondary {
	color: #fff;
    border-color: #c7a044;
	background: #c7a044;
}

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

.hero-slide p {
margin: 10px 0 15px;
}

.hero-slide .cta-btn {
	margin-right: 20px;
}

body.home .hero {
	position: relative;
	overflow: hidden;
}

body.home .hero:after {
	content: "";
	width: 2px;
	height: 450px;
	background: linear-gradient(#26bdd1 0%, rgba(38, 189, 209, 0) 100%);
	position: absolute;
	right: 10%;
	bottom: -50px;
}

body.home .hero:before {
    content: "SCROLL DOWN";
    position: absolute;
    right: calc(10% - 110px);
    bottom: 130px;
    z-index: 22;
    font-size: 15px;
    letter-spacing: 0.3em;
    line-height: 30px;
    color: #fff;
    transform: rotate(90deg);
}

.custom-brands .box {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
}

.custom-brands .box > img {
	width: calc(100% + 2px);
	transition: 0.4s all;
}

.custom-brands .box:hover > img {
	transform: scale(1.2);
	transition: 1.2s all;
}

.custom-brands .box .brand-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-brands .box:before {
	content: "";
	background: #0a2127;
	opacity: 0.49;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.promo-col .promo-card:before {
	display: none;
}

.promo-col .promo-card img {
	height: auto !important;
}

.promo-col .promo-card {
	overflow: hidden;
	border-radius: 8px;
}

body.home .hero .container {
    max-width: 1100px;
}

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

[class*="boat-card"] label[class*="status-instock"] {
    background: #28666E;
}

[class*="boat-card"] .label {
    top: 7px;
    right: 10px;
    left: auto;
}

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

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

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

.boat-card-v2 .boat-price-wrap {
	padding: 0 30px 30px;
}

.boat-card-v2 .boat-price-wrap .retail-price {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
}

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

.boat-card-v2 .boat-price-wrap .retail-price > span {
	font-weight: bold;
	font-size: 18px;
	line-height: 16px;
	position: relative;
	color: #979fa2;
}

.boat-card-v2 .boat-price-wrap .retail-price > span:before {
	content: "";
	background: #0a2127;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: rotate(-5deg)
}

.boat-card-v2 .boat-price-wrap .main-price {
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	color: #c7a044;
}

.boat-card-v2 .boat-price-wrap .saved-amount {
    font-size: 12px;
    line-height: 8px;
    opacity: 0.65;
    position: relative;
    top: 4px;
}

.boat-card-v2 .boat-price-wrap .price-row {
	display: flex;
	align-items: center;
	gap: 10px;
}
	
.boat-card-v2:hover {
	background: #0a2127;
}

.boat-card-v2:hover h3 {
	color: #fff;
}

.boat-card-v2:hover .boat-price-wrap .retail-price > span {
	color: #566d73;	
}

.boat-card-v2:hover .boat-price-wrap .retail-price em {
	color: #fff;
}

.boat-card-v2:hover .boat-price-wrap .retail-price > span:before {
	background: #fff;
}

.boat-card-v2:hover .boat-price-wrap .saved-amount {
	color: #fff;
}

body .wp-block-separator {
    max-width: 100%;
}

.cta-btn.btn-border-blue {
	color: #0a2127;
	background: transparent;
	border-color: #0a2127;
}

.cta-btn.btn-border-blue:hover {
	color: #fff;
	background: #28666E;
	border-color: #28666E;
}

.custom-img-card {
	background: linear-gradient(#f7f7f7 0%, rgba(247, 247, 247, 0) 100%);	
}

.custom-img-card .box {
	background: #fff;
	border-radius: 10px;
}

.custom-img-card .box h3 {
	font-size: 28px;
}

.custom-img-card .box p {
	font-size: 16px;
}

.custom-img-card .box .cta-btn {
	width: 100%;
}

.custom-img-card .box div {
	padding: 20px 40px;
}

.custom-img-card .box img {
	border-radius: 10px;
}

.custom-img-card .box div ul {
	margin: 15px 0;
	padding: 0;
	display: flex;
	gap: 40px;
}

.custom-img-card .box div ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}

.custom-img-card .box div ul li:before {
    content: "\f00c";
    font-size: 13px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    background-color: #033f63;
    color: #fff;
}   

body .wp-block-separator {
	border-bottom: 1px solid #28666e;
	opacity: 0.09 !important;	
}

.custom-image-text-banner .title {
    font-family: Marcellus;
    font-size: 155px;
    letter-spacing: -0.07em;
    line-height: 130px;
    color: #0a2127;
    float: right;
    padding-right: 100px;
}

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

.list-style-v2 li:before {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    top: 1px;
}

.custom-image-text-banner > img {
    margin-top: -400px;
    width: 100%;
    margin-bottom: -1000px;
}

body.home .l-blocks-wrap .clients-v1 {
	position: relative;
	padding-bottom: 25px;
}

body.home .l-blocks-wrap .clients-v1 + .clients-v1 {
	padding-top: 0px !important;
}

body.home .l-blocks-wrap .clients-v1 .brand-logos .slide > div {
    background: #fff;
    padding: 0 25px;
    margin: 0 12px;
}

.custom-services .col-lg-3 {
		width: 26%;
}

.custom-services .col-lg-9 {
	width: 74%;
}


.custom-services img {
	height: 470px;
}

.cs-box img {
	object-fit: cover;
	object-position: 25%;
}

.cs-box {
	position: relative;
	display: table;
	overflow: hidden;
	border-radius: 10px;
}

.cs-box > div.default:before {
	content: "";
	background: linear-gradient(#0a2127 0%,rgba(10, 33, 39, 0) 50%, #0a2127 100%);
	opacity: 0.67;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cs-box > div.default {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	font-family: Marcellus;
	font-size: 36px;
	line-height: 35px;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 40px 30px;
}

.cs-box > div.default svg {
	display: table;
	width: 30px;
	opacity: 0.52;
	margin-bottom: 5px;
}

.cs-box > div.default em {
	width: 70px;
	height: 65px;
	background: #0a2127;
	position: absolute;
	bottom: 30px;
	left: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cs-box > div.hover:before {
	content: "";
	background: linear-gradient(rgba(10, 33, 39, 0) 0%, #0a2127 100%);	opacity: 0.67;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-box > div.hover {
	position: absolute;
	bottom: 30px;
	left: 0px;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 40px;
	height: 100%;
	opacity: 0;
}

.cs-box > div.hover span {
	font-family: Marcellus;
	font-size: 36px;
	line-height: 35px;
	color: #fff;
}

.cs-box > div.hover em {
	font-style: normal;
	margin-left: auto;
}

.custom-about-v2 .inner {
	background: #fcfdfd;
	position: relative;
	padding-left: 50%;
}

.custom-about-v2 .inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.custom-about-v2 .inner > div {
	padding: 50px;
}

.custom-about-v2 .inner .list-style-v2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;;
}

.custom-about-v2 .inner .list-style-v2 li {
	width: 50%;
}

.custom-about-v2 .inner h3 {
	margin-bottom: 20px;
}

.rent-a-boat {
    padding: 320px 0 70px;
    margin-top: -230px;
    background-position: center !important;
}

.rent-a-boat .head h3 {
	color: #fff;
}

.rent-a-boat .head p {
	color: #fff;
	font-weight: 300;
}

.rent-box {
	display: table;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.rent-box > img {
	transform: scale(1.25);
}

.rent-price {
    border-radius: 10px;
    background: #c7a044;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    padding: 10px 22px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.rent-box .default {
	position: absolute;
	background: linear-gradient(rgba(10, 33, 39, 0) 0%, #0a21279c 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	padding: 50px;
	transition: 0.3s all;
	opacity: 1;
}

.rent-box:hover .default {
	opacity: 0;
}

.rent-box .default small {
	font-size: 9px;
	line-height: 8px;
	color: #fff;
	opacity: 0.54;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
}

.rent-box .default span  {
	font-family: Marcellus;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
}

.rent-box .hover {
	border-radius: 10px 0px 10px 10px;
	background: #0a2127;	
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 30px 40px;
	z-index: 3;
	color: #fff;
	transition: 0.3s all;
}

.rent-box:hover .hover {
	bottom: 0;
}

.rent-box .hover > small {
	font-size: 13px;
	opacity: 0.54;
	display: block;
}

.rent-box .hover > p {
	font-size: 13px;
	display: block;
	line-height: 1.5;
	margin: 10px 0 0;
	font-weight: 300;
}

.rent-box .hover > span {
	font-family: Marcellus;
	font-size: 24px;
	line-height: 30px;
	display: block;
	margin: -3px 0 7px;
}

.rent-box .hover em {
	font-style: normal;
	width: 100%;
}

.location-box {
	display: table;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.location-box > img {
	max-height: 350px;
	min-width: 100%;
	object-fit: cover;
}

.custom-locations .container {
	max-width: 1100px;
}

.location-box .default {
	background: linear-gradient(rgba(10, 33, 39, 0) 0%, #0a2127 100%);	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	padding: 100px 40px 30px;
	transition: 0.3s all;
	opacity: 1;
}

.location-box:hover .default {
	opacity: 0;
}

.location-box .hover {
	background: rgba(10, 33, 39, 0.88);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	transition: 0.3s all;
	opacity: 0;
}

.location-box:hover .hover {
	opacity: 1;
}

.location-box h4 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 5px;
}


.location-box p {
	color: #fff;
	font-size: 14px;
	opacity: 0.61;
	line-height: 1.5;
}

.location-box em {
	font-style: normal;
}

.custom-locations {
	position: relative;
}

/*.custom-locations:after {
	content: "";
	width: 160px;
	height: 2px;
	background: #28666e;
	opacity: 0.09;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/

.custom-locations .inner {
	padding: 20px 0 0;
	max-width: 1000px;
	margin: 0 auto;
}

.custom-locations .inner a {
	margin: 25px 12px 0;
}

.custom-footer {
	background: #0A2127 url(/wp-content/uploads/2026/03/footer-bg.webp) no-repeat bottom left;
	background-size: cover;
	background-position: 50% 0%;
}

.footer-cta {
	padding: 70px 0 80px;
}

.footer-cta h3 {
	font-size: 90px;
	line-height: 95px;
	color: #fff;
	margin-bottom: 30px;		
}

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

.custom-footer hr {
	border: none;
	border-bottom:1px solid #707070;
	opacity: 0.11;
}

.footer-info {
	padding-top: 60px;
	padding-bottom: 40px;
}

.footer-info .cf-site-logo {
	max-width: 250px;
}

.footer-info h5 {
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer-menu {
	column-count: 2;
	column-gap: 15px;
}

.footer-menu li a {
    color: #fff;
    opacity: 0.6;
    display: table;
}

.footer-menu li a:hover {
	color: #fff;
	opacity: 1;
}

.footer-menu li {
	margin-bottom: 15px;
}

.footer-contact {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 35px;
}

.footer-contact li div {
	display: flex;
	color: #fff;
	align-items: center;
}

.footer-contact em {
	width: 58px;
	height: 58px;
	background: #c7a044;
	display: table;
	line-height: 58px;
	text-align: center;
	border-radius: 50%;
	margin-right: 18px;
}

.footer-contact a {
	font-family: Marcellus;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 28px;
	color: #fff;
}

.footer-contact a span {
	font-family: Mulish;
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	display: block;
}

.custom-footer .footer-social a {
	background: transparent;
	color: #fff;
	font-size: 20px;
	width: auto;
	margin-right: 15px;
}

.custom-footer .footer-social a:hover {
	transform: translateY(-3px);
}

.cf-copyright {
	padding: 30px 0;
}

.cf-copyright p {
	color: #a8aeb0;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2
}

.cf-copyright p a {
	color: #a8aeb0;
}

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

.bg_light {
	background: #F8F9FA;
}

.reviews-contact-block.bg-black {
    background: #0A2127 !important;
}

body .page-banner {
    padding-top: 160px !important;
    position: relative;
}

body .page-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(10, 33, 39, 0.9) 0%, rgba(10, 33, 39, 0.5) 47.12%);
	z-index: 2;
	opacity: 0.5
}

body .page-banner:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='689' height='695' viewBox='0 0 689 695' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M164.023 256.108L75.6762 0H290.763L382 256.108L224 695H0L164.023 256.108Z' fill='%23D9D9D9' fill-opacity='0.06'/%3E%3Cpath d='M471.023 264.949L382.676 14H597.763L689 264.949L531 695H307L471.023 264.949Z' fill='%23D9D9D9' fill-opacity='0.06'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 5%;
	width: 100%;
	height: 100%;
	z-index: 3
}

.page-banner .banner-text > span {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #C7A044;
}

.page-banner .banner-text h1 {
	font-weight: 400;
	font-size: 50px;
	color: #FFFFFF;
	margin: 15px 0
}

.page-banner .banner-text p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 775px;
}

body .page-banner .rank-math-breadcrumb {
    margin-bottom: 50px;
    padding: 10px 0 0;
    background: transparent;
    z-index: 4;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.page-banner .rank-math-breadcrumb .separator {
	margin: 0 5px;
}

.image-text-v7 img {
	margin: 40px 0;
	width: 100%;
	border-radius: 5px;
}

.cta-btn {
	text-transform: uppercase;	
	font-size: 14px;
	margin: 0 !important;
}

.cta-btn + .cta-btn {
	margin-left: 10px !important;
}	

ul.stats {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px 35px;
	padding-top: 5px;
}

ul.stats li {
	background: #F8F9FA;
	margin: 0 10px;
	width: calc(33.33333% - 20px);
	text-align: center;
	padding: 20px 10px;
}

ul.stats li small {
	font-family: 'Marcellus';
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	color: #0A2127;
	display: block;
	margin-bottom: 5px;
}

.list-style-v2 li {
    margin-bottom: 10px;
}

body:not(.home) .clients-v1:not(.bg_light) {
	padding-bottom: 5px;
}

body:not(.home) .clients-v1:not(.bg_light) .brand-logos .slide > div {
	border: 1px solid rgba(112,112,112,0.13);
	padding: 0 30px;
	margin: 0 15px;
}

body:not(.home) .clients-v1.bg_light .brand-logos .slide > div {
	background: #FFFFFF;
	box-shadow: 0px 0px 23.8px rgba(0, 0, 0, 0.06);
}

.rent-a-boat .cta-btn {
    margin-top: 30px !important;
}


.service-v2-inner {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(10, 33, 39, 0.12);
	border-radius: 10px;
	overflow: hidden;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0
}

.service-v2-inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 900px;
	position: relative;
}

.service-v2-inner ul li {
	width: 50%;
	text-align: center;
	padding: 20px 75px;
}

.service-v2-inner ul li img {
	display: block;
	margin: 0 auto 30px;
}

.service-v2-inner ul:before {
	content: "";
	width: 1px;
	height: 240px;
	background: rgba(10, 33, 39, 0.082);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(50% - 1px);
}

.service-notes {
    max-width: 850px;
    margin: 40px auto 0;
    text-align: center;
}


.location-v2 .item {
	font-size: 15px;	
	line-height: 1.7;
	border: 1px solid #eee;
	height: 100%;
}

.location-v2 .item iframe {
	width: 100%;
	height: 250px;
	margin: 0 0 -10px;
}

.location-v2 .item div {
	padding: 30px;
	position: relative;
}

.location-v2 .item div span {
	background: var(--primary-color);
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 3px 10px;
}

.location-v2 .row {
	margin: 0 -20px;
}

.location-v2 [class*="col"] {
	padding: 0 20px;
}

.location-v2 [class*="col"]:last-child .item div span {
	background: #0A2127;
}

.location-v2 h3 {
	font-size: 24px;
	line-height: 36px;
}

.location-v2 .item ul {
	margin: 0 0 20px;
}

.location-v2 .item ul li {
	display: flex;
	align-items: flex-start;
	margin: 0 0 10px;
}

.location-v2 .item ul li svg {
	position: relative;
	top:5px;
	margin-right: 15px;
}

.location-v2 .item .cta-btn {
	margin-top: 20px !important;
}

.bg_dark {
	background: #192F34;
}

.bg_dark .head h3,
.bg_dark .head h2 {
	color: #fff;
}

.bg_dark .it-card-v2.alt6 svg {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.bg_dark .it-card-v2.alt6 {
	padding: 0;
}

.bg_dark .it-card-v2.alt6 span {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 300;
}

.bg_dark .it-card-v2.alt6  svg path {
	fill: inherit;
}

.page-banner .container {
    z-index: 4;
}


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

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

.location-v3 > img {
	width: 45%;
	position: absolute;
	right: 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 {
	border: 1px solid rgba(255,255,255,0.2);
	min-width: auto;
}

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

.head {
    margin: 0 auto 50px;
}

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

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

body.archive .brands,
body.page-id-9144 .brands {
	padding: 0;
}

body.archive .brand-slider .slide ,
body.page-id-9144 .brand-slider .slide {
    padding: 30px 0px 0;
}

p + .cta-btn {
	margin-top: 30px !important
}

.bg-black {
	background: #0A2127 !important;
}

.bg-black .cta-btn:not([class*="btn-"]) {
	color: #fff;
    border-color: #c7a044;
	background: #c7a044;
}

.bg-black .cta-btn:not([class*="btn-"]):hover {
    background: color-mix(in srgb, var(--primary-color) 80%, black);
    border: 1px solid color-mix(in srgb, var(--primary-color) 80%, black);
	color: #fff;
}

.bg-black ul li,
.bg-black p {
	color: rgba(255, 255, 255, 0.6);	
}

.product-reusable-block > div:first-child {
	display: none;
}

.image-text:not([class*="black"]) .cta-btn-border:not(:hover) {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

body.page-id-9234 .it-card-v2.alt {
    padding: 20px 20px;
	align-items: center;
	background: transparent;
	box-shadow: none;
	margin-bottom: 0;
}

.it-card-v2 span {
	font-family: 'Marcellus';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #0A2127;
	margin-bottom: 5px;
}

.it-card-v2.alt svg {
	width: 40px;
	height: 40px;
}

body.page-id-9234 .it.it-v2 .container {
	max-width: 1200px;
}

.it:not([class*="bg"]) .it-card-v2 {
    padding: 20px 20px;
	background: transparent;
	box-shadow: none;
	margin-bottom: 0;
}

.it svg path {
	fill: inherit;
}

.it-card-v2:not(.alt) svg {
	height: 70px;
}

.it-card-v2:not(.alt) span {
	margin: 25px 0 10px;
}

.it-card-v5 > div {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 23;
    padding: 30px;
	transform: translateY(-50%);
}

.it-card-v5 > div span {
	font-family: 'Marcellus';
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
	text-transform: uppercase;
	color: #000000;
}

.it-card-v5:after {
	display: none;
}

.image-text p small {
	background: rgba(10, 33, 39, 0.03);
	border-radius: 10px;
	padding: 20px;
	display: block;
	color: #0A2127;
	line-height: 1.5;
}

.it-card-v2 em {
	font-family: 'Marcellus';
	font-weight: 400;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
color: rgba(199, 160, 68, 0.19);
	display: block;
	font-style: normal;
}

.image-text img {
	width: 100%;
}


.service-v3 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.service-v3 ul li {
	padding: 0 10px;
	margin-bottom: 20px;
	width: 25%;
}

.service-v3 ul li > div {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

.service-v3 ul li:hover > div {
	transform: translateY(-5px);
}

.service-v3 ul li > div a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 22;
}

.service-v3 ul li > div img {
	height: 300px;
}

.service-v3 ul li > div:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(0deg, rgba(10, 33, 39, 0.9) 0%, rgba(10, 33, 39, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
}

.service-v3 ul li span {
	font-family: 'Marcellus';
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	bottom: 20px;
	left: 20px;
	position: absolute;
	z-index: 2;
}

.store-hours .row {
	margin: 0 -20px;
}

.store-hours [class*="col-"] {
	padding: 0 20px;
}

.store-hours .item {
	background: #0A2127;
	padding: 40px 30px;
	border-radius: 10px;
	text-align: center;
}

.store-hours .item svg {
	display: table;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.store-hours .item span {
	font-family: 'Marcellus';
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 10px 0 5px;
	display: block;
}

.store-hours .item p {
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	max-width: 260px;
	margin: 0 auto 15px;
}

.store-hours .item p a {
	color: var(--primary-color);
	text-decoration: underline !important;
	display: table;
	text-underline-offset: 3px;
	margin: 0 auto
}

.store-hours .item em {
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.5);
}


[class*="col-md-4"] .it-card-v2.alt5 {
    align-items: center;
	margin: 15px 0
}

[class*="col-md-4"] .it-card-v2.alt5 span {
	margin-top: 0px !important;
}

[class*="col-md-4"] .it-card-v2.alt5 > div:first-child {
	min-width: 90px;
	min-height: 90px;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden;
}

[class*="col-md-4"] .it-card-v2.alt5 svg {
	width: 90px;
	height: 90px;
	border: none;
	padding: 15px;
	border-radius: 0;
}

body:not(.home) .custom-about-v2 .inner {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}

[class*="col-md-4"] .it-card-v2.alt5 svg path {
	fill: inherit;
}

.custom-locations + .rich-text {
	padding-top: 0px;
}

.cs-box:not(.act) .hover {
	opacity: 0;
	transition: 0.3s all;
	pointer-events: none;
}

.cs-box:not(.act) .default {
	opacity: 1;
	transition: 0.3s all;
}

.cs-box.act .default {
	opacity: 0;
	transition: 0.3s all;
	pointer-events: none;
}

.cs-box.act .hover {
	opacity: 1;
	transition: 0.3s all;
}

.cs-box .hover {
	bottom: 0 !important;
	align-items: flex-end !important;
	z-index: 3;
	padding: 40px !important
}

.cs-box .hover:before {
	z-index: -1;
}

.cs-box .hover em {
	margin-left: auto !important
}

.cs-box .hover img,
.cs-box .default img {
	width: 70px;
	height: auto;
}

.cs-box .default img {
	margin-bottom: 10px;
	width: 40px;
}

.cs-box .hover img {
	margin-right: 25px;
}

.cs-box .hover svg {
	margin-right: 30px;
}

.custom-services [class*="col-"] {
	transition: 0.3s all;
}

.custom-services .col-md-4 {
	width: 27%;
}

.custom-services .col-md-8 {
	width: 73%;
}

.custom-services .col-md-4.act {
	width: 73%;
}

.custom-services .col-md-4.act + .col-md-8 {
	width: 27%;
}

.cs-box img {
	width: 100%;
} 

.cs-box {
    width: 100%;
}

.custom-about-v2.ca-img-right .inner {
	padding-left: 0%;
	padding-right: 50%;
}

.custom-about-v2.ca-img-right .inner img {
	left: auto;
	right: 0;
}

.boat-card-v2 img {
    border-radius: 10px 10px 0 0;
}

body .page-banner .ti-widget {
	width: auto !important;
	display: table !important;
}

body .page-banner .ti-widget a {
	padding: 0 !important;
	margin: 0px -3px 5px; !important;
	position: relative;
	top: -10px;
}

body:not(.archive):not(.page-id-9272):not(.page-id-9234):not(.page-id-1133):not(.page-id-9293):not(.page-id-9253):not(.page-id-9144):not(.page-id-9425) .page-banner .banner-text > p {
	max-width: 540px;
}

.it-vs10:before,
.it-vs10:after {
	display: none;
}

section.it-vs10:not[id*="related"] {
	background: #0A2127;
}

section.it-vs10:not[id*="related"] .head h3 {
	color: #fff;
}

.it-vs10 .row {
	justify-content: center;
	margin: 0 -7px;
}

.it-vs10 [class*="col-"] {
	width: auto;
	padding: 0 7px;
}

.it-vs10 [class*="col-"] .it-card-v1 {
	background: transparent;
	color: #fff;
	border: 1px solid #C7A0444F;
	box-shadow: none;
	height: auto;
	padding: 12px 30px;
	margin: 0 0 14px;
	font-size: 15px;
}

section.it-vs10[id*="related"] .it-card-v1 {
	color: #000 !important;
}

.it-vs10 [class*="col-"] div.it-card-v1 {
	pointer-events: none;
}

@media(min-width: 992px) {

	body ul.menu .sub-menu {
        background: #fff;
    }

	body ul.menu > li {
		position: relative;
	}
    
    body ul.menu > li > ul {
    	position: absolute;
    	background: #fff;
    	width: 250px;
    	top: calc(100% - 5px);
    	box-shadow: 0 5px 15px #00000029;
    	z-index: 22;
    	padding-top: 12px;
    	padding-bottom: 10px;
    	opacity: 0;
    	visibility: hidden;
    	transition: 0.3s all;
    }
    
    body ul.menu > li:hover > ul {
    	top: calc(100% - 1px);
    	opacity: 1;
    	visibility: visible;
    	transition: 0.3s all;
    }	
    
    body ul.menu > li > ul:before {
    	content: "";
        background: var(--primary-color);
    	width: 100%;
    	height: 5px;
    	position: absolute;
    	top: 0;
    }
    
    body ul.menu > li > ul li {
    	width: 100%;
    	padding: 0;
    	margin: 0;
    	display: block;
    }
    
    body ul.menu > li > ul li a {
    	display: table;
    	width: 100%;
    	padding: 7px 15px;
    	line-height: 1.2;
    	margin: 0;
		font-size: 14px;
		color: #000;
		opacity: 0.6;
    }    

    body ul.menu > li > ul li a:hover {
		opacity: 1;
    }    	
}

body .brand-logos .slide > div img {
    max-height: 58px;
    max-width: 150px;
}

section.it .row {
	justify-content: center;
}

body .bg_dark .col-md-4 .it-card-v2:not(.alt) svg {
    height: 80px;
    width: 80px;
}

body .bg_dark .col-md-4 .it-card-v2:not(.alt) span {
    margin: 5px 0 0px;
}


.rental-info {
	margin: 15px 0;
}

.ri-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	font-family: 'Marcellus';
	font-size: 18px;
	color: #0A2127;
}

.ri-notes {
	background: #FEF3E2;
	border: 1px solid rgba(199, 160, 68, 0.25);
	border-radius: 8px;
	display: flex;
	padding: 15px;
}

.ri-notes p {
	font-size: 13px;
	line-height: 20px;
	color: #555555;
}

.ri-notes svg {
	margin-right: 10px;
}

.ri-notes {
	display: flex;
	align-items: center;
}

.ri-notes > img {
	max-width: 22px;
	margin-right: 10px;
}

.ri-notes > img + p {
	font-size: 16px;
}

.ri-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.ri-col {
	background: #EBEBEB;
	width: calc(50% - 10px);
	margin: 0 5px 20px;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	overflow: hidden;
}

.ri-col > div {
	background: #F7F6F4;
	margin-top: 10px;
	padding: 30px 20px 1px;
}

.ri-col {
	font-family: 'Marcellus';
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #0A2127;
	padding: 10px 0 0;
}

.ri-col ul {
	font-family: 'Mulish';
	font-size: 14px;
	line-height: 21px;
	color: #444444;
	text-align: left;
}

.ri-col ul em {
	font-style: normal;
	font-size: 12px;
	color: #999;
}

.ri-col ul li small {
	float: right;
	font-family: 'Marcellus';
	font-size: 20px;
	color: #0A2127;
}

.ri-col ul li:not(:last-child) {
	border-bottom: 1px solid #E5E5E5;
}

.ri-col ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.image-text img {
	border-radius: 10px;
}

.cta-btn-border-primary:not(:hover) {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

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

.it-card-v5 {
    width: 100%;
}

body .brand-logos.alt .slide > div img {
    max-height: 50px;
    max-width: 110px;
}

body.page-id-9234 .it svg path {
    fill: revert-layer;
}

.image-text:not([class*="dark"]) p a {
    color: #022c13;
    font-weight: 700;
}

.image-text.image-text-banner {
	padding: 60px 0;
}

.image-text.image-text-banner img {
	border-radius: 0px;
}

.page-id-9144 .cards.cards-v1 {
	padding-bottom: 60px;
}

.archive .cards.cards-v1 .card-v2 ,
.page-id-9425 .cards.cards-v1 .card-v2 ,
.page-id-9144 .cards.cards-v1 .card-v2 {
	margin-bottom: 30px;
}

.archive .cards.cards-v1 .card-v2 h3,
.page-id-9425 .cards.cards-v1 .card-v2 h3 ,
.page-id-9144 .cards.cards-v1 .card-v2 h3 {
    font-size: 26px;
}

body.home .custom-locations + .rich-text {
	background: #F8F9FA;
	padding: 70px 0
}

body.home .rich-text:last-of-type {
	padding-bottom: 0;
	margin-bottom: -250px;
}

body.home .rich-text:last-of-type .container {
	max-width: 100%;
}

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

.custom-img-card .box img {
    border-radius: 10px 10px 0 0;
}

@media(min-width:1200px) {
	.mobile-header {
		display: none;
	}
}

@media(max-width:1199px) {
	
    .image-text p + .cta-btn {
        margin-top: 30px !important;
    }
	
    body .hero-slider, body .hero-slide {
        height: 600px;
    }
	
	header.custom-header {
		display: none;
	}

	.mobile-header .promo-bar-wrap {
	    color: #fff;
	    font-size: 12px;
		text-align: center;
		line-height: 1.3;
	}

	.mobile-header .promo-bar-wrap .container {
		padding: 3px 10px;
	}
	
	#mobile-menu {
		position: fixed;
		top: 0;
		background: #063f63;
		padding-top: 140px;
		height: 100%;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all;
	}

	body.nav-act #mobile-menu {
		opacity: 1;
		visibility: visible;
	}
	
	#mobile-menu > ul {
		padding: 10px 30px 30px;;
		height: calc(100vh - 120px);
		overflow: auto;
		overflow-x: hidden;
	}

	#mobile-menu > ul > li > a {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: table;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding: 15px 0;
	}

	#mobile-menu > ul > li.menu-item-has-children {
		position: relative;
	}

	#mobile-menu > ul > li.menu-item-has-children > span {
		 color: #fff;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 25px;
	}

	#mobile-menu ul ul {
	    display: none;
	}
	
	#mobile-menu ul ul.open {
	    display: block;
	}

	.sub-menu {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding: 10px 0
	}

	.sub-menu li a {
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		display: table;
		width: 100%;
		padding: 7px 0 7px 20px;
	}
	
	.submenu-toggle {
	    cursor: pointer;
	    margin-left: 10px;
	}		
	
	.mobile-header .header-main-wrap .hm-site-logo {
		position: relative;
		top: 0;
		max-width: 200px;
		display: table;
		margin: 0 auto;
	}	
	
	.mobile-header .pb-left {
		position: absolute;
		left: 10px;
		top: 27px;
	}

	.mobile-header .pb-left a {
		margin-right: 5px;
	}

	.mobile-header .pb-left svg {
		width: 18px;
		height: 18px;
	}
	
	.mobile-header .hamburger {
		position: absolute;
		right: 10px;
		top: 27px;
		border: none;
	}

	.mobile-header .hamburger span {
		background-color: #fff;
		width: 25px;
	}
	
	.hero h1 {
		font-size: 45px;
	}	

	[class*="head-label"] {
		font-size: 12px;
		line-height: 1;
	}
	
    body {
        font-size: 15px;
        line-height: 22px;
    }
	
	p + .cta-btn {
		margin-top: 10px !important;
	}
	
	body.home .hero:after,
	body.home .hero:before {
		display: none;
	}
	
	h1, .h1 {
		font-size: 45px;
	}

	.head .h3,
	h2, .h2 {
		font-size: 32px;
	}

	h3, .h3 {
		font-size: 30px;
	}	
	
	.custom-img-card .box div ul {
		display: block;
	}
	
	.custom-image-text-banner > img {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.head {
		margin: 0 auto 30px;
	}	
	
	body.nav-act {
		overflow: hidden;
	}
	
}

@media(max-width:767px) {

	.custom-image-text-banner > img {
		margin-top: 0;
		width: 100%;
		margin-bottom: -330px;
		min-width: 767px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	body .brand-logos .slide > div img {
		max-height: 40px;
		max-width: 113px;
	}
	
	body.home .rich-text:last-of-type {
		margin-bottom: -125px;
	}

	body.home .rich-text .head {
		margin-bottom: 15px;
	}	
	
	body.home .custom-footer {
		padding-top: 80px;
	}	
	
	.footer-cta h3 {
		font-size: 45px;
		line-height: 51px;
		margin-bottom: 25px;
	}

	.footer-cta {
		padding: 58px 0 51px;
	}

	.footer-info {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.page-banner .banner-text h1 {
		font-size: 32px;
	}

	.ri-col ul li small {
		float: none;
		display: block;
	}
	
	.ri-col > div {
		padding: 20px 13px 1px;
	}

	.ri-col ul em {
		font-size: 11px;
	}
	
	.location-v3 [class*="col-"] {
		padding: 280px 30px 40px 30px;
		width: 100%;
	}

	.location-v3 > img {
		width: 100%;
		position: absolute;
		right: 0;
		height: 100%;
		object-fit: cover;
		top: 0;
		height: 250px;
	}

    .location-v2 .item {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
	
	.location-v2 .item div {
		padding: 65px 25px 30px 25px;
		position: relative;
	}	
	
	.location-v2 .item .cta-btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.rent-a-boat-v2 img {
		margin-bottom: 30px;
	}
	
}

@media(max-width:585px) {
	
    .cmtsfwc-MainPanel .boat-card-v2 {
        margin-bottom: 30px;
    }
	
	.gfield_list_header > div, .gfield_list_group > div {
		width: 60%;
		margin-right: 10px;
	}

	.gfield_list_header > div:nth-child(2), .gfield_list_group > div:nth-child(2) {
		width: calc(40% - 10px);
		margin: 0;
	}
	
	.location-v3 ul li {
		width: 100%;
	}
	
	body .page-banner .rank-math-breadcrumb {
		margin-bottom: 25px;
		font-size: 9px;
		letter-spacing: 0;
		line-height: 1.4;
	}
	
	body .page-banner {
		padding-top: 130px !important;
	}
	
	.service-v2-inner ul:before {
		display: none;
	}
	
	.service-v2-inner {
		padding: 25px;
	}

	.service-v2-inner ul li {
		width: 100%;
		padding: 20px 20px;
	}
	
	.hero h1 {
		font-size: 35px;
	}
	
	.hero-slide .overlay {
		padding-top: 130px;
		padding-bottom: 30px;
		text-align: center;
	}	
	
	.head [class*="head-label"],
    .hero [class*="head-label"] {
        padding: 0;
        margin: 0 auto 15px;
    }
	
    .cta-btn {
        width: 100%;
        font-size: 13px;
        margin: 5px 0 !important;
    }
	
	.cta-btn + .cta-btn {
		margin-left: 0px !important;
	}	
	
	.custom-image-text-banner .title {
		font-size: 44px;
		letter-spacing: 0;
		line-height: 1.2;
		float: none;
		padding-right: 0;
		padding-bottom: 10px;
		display: block;
	}	
	
	.custom-services [class*="col-"] {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	body .cs-box {
		margin-bottom: 20px;
	}
	
	body .cs-box .hover {
		display: none;
	}

	body .cs-box > img {
		height: 320px;
	}

	body .cs-box .default {
		opacity: 1 !important;
		visibility: visible !important;
	}
	
	.cs-box > div.default:before {
		background: linear-gradient(#0a2127 0%,rgba(10, 33, 39, 0) 0%, #0a2127 100%);
	}	
	
	body .custom-about-v2 .inner {
		padding: 250px 0 0 0;
	}
	
	body .custom-about-v2 .inner img {
		left: 0;
		width: 100%;
		height: 250px;
	}
	
	.custom-about-v2 .inner > div {
		padding: 30px;
	}	
	
	.custom-about-v2 .inner .list-style-v2 {
		display: block;
	}

	.custom-about-v2 .inner .list-style-v2 li {
		width: 100%;
	}
	
	.footer-info .cf-site-logo {
		margin: 0 auto 5px;
	}

	.footer-info h5 {
		font-size: 20px;
		line-height: 24px;
		margin-top: 25px;
	}	

	.footer-contact {
		display: block;
	}

	.footer-contact li {
		margin-bottom: 20px;
	}
	
    .footer-social {
        text-align: center;
        margin-bottom: 0;
    }

	.cf-copyright {
		text-align: center;
	}
	
	.cf-copyright p {
		text-align: center;
		margin: 5px 0;
	}

	.cf-copyright {
		padding: 20px 25px;
	}
	
}

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

	.related-products .col-sm-6:nth-child(3) {
		display: none;
	}

	.ppfeatures ul {
		column-count: 2;
	}
	
}

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

	.location-v3 [class*="col-"] {
		padding: 60px 25px 60px 10px;
		width: 55%;
	}
	
	body.home .custom-footer {
		padding-top: 120px;
	}
	
	body.home .rich-text:last-of-type {
		margin-bottom: -120px;
	}
	
	.footer-cta {
		padding-top: 40px;
	}
	
	.footer-cta h3 {
		font-size: 65px;
		line-height: 75px;
	}
	
    body .hero-slider, body .hero-slide {
        height: 500px;
    }
	
	.hero-slide .overlay {
		padding-top: 110px;
	}
	
	.cards.cards-v1 .col-md-3 {
		width: 33.33333%;
	}
	
	.saved-amount {
		display: none;
	}
	
    .custom-image-text-banner > img {
        margin-top: -350px;
        margin-bottom: -650px;
        min-width: 1400px;
        position: relative;
        left: calc(50% - 100px);
        transform: translateX(-50%);
    }
	
	.custom-about-v2 .cta-btn {
		width: 100%;
		margin: 5px 0 !important;
	}
	
	.custom-about-v2 .inner > div {
		padding: 25px;
	}	
	
}

@media (max-width: 1250px) {
	
	.footer-contact {
		display: block;
	}
	
	.footer-contact li {
		margin-bottom: 15px;
	}	

}

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

	body .page-banner {
		padding-top: 126px !important;
	}
	
	.custom-services [class*="col-"] {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
	
	body .cs-box {
		margin-bottom: 20px;
	}
	
	body .cs-box .hover {
		display: none;
	}

	body .cs-box > img {
		height: 320px;
	}

	body .cs-box .default {
		opacity: 1 !important;
		visibility: visible !important;
	}
	
	.cs-box > div.default:before {
		background: linear-gradient(#0a2127 0%,rgba(10, 33, 39, 0) 0%, #0a2127 100%);
	}	
	
	.custom-image-text-banner .title {
		font-size: 80px;
		line-height: 80px;
		padding-right: 20px;
	}
	
}

@media (min-width: 768px) and (max-width: 1000px) {
	
	.boat-single .row:nth-child(2) [class*="col-"]:first-child {
		width: 100%;
	}

	.boat-single .row:nth-child(2) [class*="col-"]:not(:first-child) {
		width: 50%;
	}
	
	.location-v3 ul li {
		width: 100%;
	}
	
	.ri-col ul em {
		font-size: 11px;
	}
	
	.ri-col > div {
		padding: 20px 13px 1px;
	}
	
	.ri-col ul li small {
		float: none;
		display: block;
	}
	
	.footer-info .col-md-3 {
		width: 100%;
	}

	.footer-info .col-md-3 .cf-site-logo {
		display: table;
		margin: 0 auto 30px;
	}

	.footer-info .col-md-4 {
		width: 50%;
	}

	.footer-info .col-md-5 {
		width: 50%;
	}
	
	.rent-a-boat [class*="col-"]:first-child {
		width: 100%;
		text-align: center;
	}

	.rent-a-boat [class*="col-"]:first-child [class*="head-label"] {
		margin: 0 auto 10px;
	}

	.rent-a-boat [class*="col-"]:not(:first-child) {
		width: 50%;
	}	

	.service-v2-inner ul li {
		padding: 20px 35px;
	}
	
}

@media (min-width: 1001px) and (max-width: 1199px) {

	.service-v2-inner ul li {
		padding: 20px 50px;
	}	
}

@media (max-width: 1199px) {
	
ul.stats li {
    padding: 20px 7px;
    font-size: 12px;
}
	
}

body.single-product .page-banner .rank-math-breadcrumb {
    margin-bottom: 18px;
}

.rent-a-boat [class*="col-"] .rent-box {
	width: 100%;
}

.cf-copyright {
    padding: 30px 25px;
}

.location-box {
    margin-bottom: 20px;
}

.bg-black p a {
	color: var(--primary-color) !important;
	opacity: 0.6;
}

.bg-black p a:hover {
	opacity: 1;
}

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

.custom-about-v2 .cta-btn {
	padding-left: 25px;
	padding-right: 25px;
}

.it-card-v2 > div > img {
    max-height: 69px;
}

.it-card-v2 em {
    margin-top: -30px;
}

.details-info-box .color-option .box {
    align-items: center;
}

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

@media (min-width: 992px) {
    .details-info-box .color-option {
        column-count: 1;
        column-gap: inherit;
        position: relative;
    }
	
	.pdetails ul li {
		border-bottom: 1px solid #ddd;
	}

	.pdetails ul {
		column-count: 2;
	}
	
}

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

.details-info-box .color-option .box {
    margin-bottom: 10px;
}

.ppfeatures li::before {
    background: #5d756a;
}

.ppservices .icon {
	width: 85px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	height: 85px;
	display: flex;
	align-items: center;
}

.ppservices [class*="col-"]:not(:last-child) .icon img {
	max-width: 60px;
}

body.page-id-9683 #nav_menu-3 {
	display: block !important;
}

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

body.page-id-9724 .custom-img-card .box div ul {
	display: block;
	margin-bottom: 30px;
}

body.page-id-9724 .custom-img-card .box div ul li {
	margin: 0 0 10px;
}

body.page-id-9724 .custom-img-card {
	background:#F8F9FA;
}

body.page-id-9724 .custom-img-card .box {
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.custom-img-card .box div {
    padding: 30px 40px 40px;
}

.woocommerce-no-products-found {
	padding: 50px 15px;
	text-align: center;
}

body.page-id-9337 .forms-wrap [class*="col-"] {
	padding: 0 15px;
	width: 100%;
}

body.page-id-9337 .forms-wrap [class*="col-"]:first-child {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 30px !important;
}

body.page-id-9337 .forms-wrap [class*="col-"]:last-child {
	max-width: 800px;
	margin: 0 auto !important;
}


#ui-datepicker-div {
	background: #fff;
	box-shadow: 0 5px 15px #00000033;
	padding: 10px 15px;
}

#ui-datepicker-div .ui-datepicker-header {
	padding: 0 0 10px;
}

#ui-datepicker-div .ui-datepicker-prev {
	font-size: 12px;
	text-transform: uppercase;
}

#ui-datepicker-div .ui-datepicker-next {
	font-size: 12px;
	text-transform: uppercase;
	float: right;
}

#ui-datepicker-div .ui-datepicker-header select {
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 5px;
	width: 60%;
}

#ui-datepicker-div .ui-datepicker-header select:first-child {
	margin: 0 5px 0 0;
}

#ui-datepicker-div .ui-datepicker-header select:last-child {
	width: calc(40% - 5px);
}

#ui-datepicker-div .ui-datepicker-calendar thead { 
	background: #022c13;
	color: #fff;
	border: 1px solid #022c13;
}

#ui-datepicker-div .ui-datepicker-calendar tr td { 
	border: 1px solid #ddd;
}

#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled {
	font-size: 12px;
	padding: 0 8px;
	text-align: center;
}


#ui-datepicker-div .ui-datepicker-calendar tr td a ,
#ui-datepicker-div .ui-datepicker-calendar thead {
	font-size: 12px;
	padding: 0 8px;
	text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a {
	display: table;
	width: 30px;
}

.ui-state-disabled {
	color: #ccc
}

.ui-state-active {
	background: var(--text-color);
	color: #fff;
}

.ui-datepicker-today {
    background: var(--primary-color);
    color: #fff;
}

.ui-state-active a,
.ui-datepicker-today a {
	color: #fff;
}

body.page-id-9234 .forms-wrap [class*="col-"] ,
body.page-id-9747 .forms-wrap [class*="col-"] {
	padding: 0 15px;
	width: 100%;
}

body.page-id-9234 .forms-wrap [class*="col-"]:first-child ,
body.page-id-9747 .forms-wrap [class*="col-"]:first-child {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 30px !important;
}

body.page-id-9234 .forms-wrap [class*="col-"]:last-child ,
body.page-id-9747 .forms-wrap [class*="col-"]:last-child {
	max-width: 800px;
	margin: 0 auto !important;
}

.gfield--type-address > legend {
	display: none;
}

.ginput_container_address {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.ginput_container_address span {
	width: 100%;
	padding: 0 5px;
}

.ginput_container_address .ginput_address_city,
.ginput_container_address .ginput_address_state,
.ginput_container_address .ginput_address_zip {
	width: 33.33333%;
}

.gfield select {
    width: 100%;
    border: 1px solid rgba(35, 35, 35, .1);
    margin: 0 0 20px;
    border-radius: 5px;
    height: 55px;
    padding: 0 15px;
}

.gform_fileupload_rules {
	font-size: 12px;
}

[id*="gform_multifile_upload"] {
	border: 1px dashed #ddd;	
	padding: 40px 15px;
	text-align: center;
}

[id*="gform_multifile_upload"] button {
	color: var(--primary-color);
}

.gfield--type-fileupload > label {
	display: block;
	margin: -15px 0 5px;
}

.gfield--type-fileupload > label span {
	display: none;
}

@media(max-width: 585px) {
	
.ginput_container_address {
	display: block;
}

.ginput_container_address .ginput_address_city,
.ginput_container_address .ginput_address_state,
.ginput_container_address .ginput_address_zip {
	width: 100%;
}
	
}

body.error404 .custom-header {
	background: #0b2128;
}

body.error404 .error-404 {
	padding-top: 250px;
}

form .c_form_heading {
	color: #0a2127;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: Marcellus, serif;
	font-size: 22px;
}

.gfield_list_header .gform-field-label {
	font-size: 14px;
	color: #555;
}

.text-center [class*="head-label"] a {
	color: var(--primary-color);
    display: table;
}

.sp-boat-features-list ul span {
    font-size: 12px;
}

.details-info-box .color-option {
	column-count: 1 !important;
	column-gap: 0;
}

.ppservices .it-card-v2 {
    padding: 50px 20px;
}

.ppservices .icon {
    justify-content: center;
}


body #field_13_10 {
	transform: scale(0);
	height: 0px;
	margin: 0;
	opacity: 0;
}

#field_13_9 {
	pointer-events: none;
}

#field_13_9 input {
	color: #07001cbd;
}

#field_13_1,
#field_13_3 {
	width: 50%;
}

.boat-listing .product .single_listing .top .thumbs {
    width: 450px;
}

.boat-listing .product .single_listing .top .thumbs img {
    height: 230px;
}

.boat-listing .product .single_listing .top .info {
    width: calc(100% - 450px);
}

@media(max-width: 585px) {
	
.boat-listing .product .single_listing .top .thumbs img {
    height: 170px;
}
	
.boat-listing .product .info .feature_list ul {
    font-size: 12px;
}
	
}

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

.boat-listing .product .single_listing .top .thumbs {
    width: 350px;
}

.boat-listing .product .single_listing .top .thumbs img {
    height: 190px;
}

.boat-listing .product .single_listing .top .info {
    width: calc(100% - 350px);
	padding: 25px;
}

.boat-listing .product .info .feature_list ul {
    font-size: 11px;
}

}

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

body.home .clients h3 {
	color: #28666E;
}

.rent-box > img {
    transform: scale(1.25);
    height: 505px;
    width: 100%;
    object-fit: cover;
}

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

.ppfeatures strong:last-of-type {
	margin-top: 15px;
}

.ppfeatures strong,
.ppfeatures p:not(:last-of-type) {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

.ppfeatures strong {
	margin-bottom: 5px;
	display: block;
}

.ppfeatures ul {
	margin-bottom: 30px;
}

.ppfeatures br {
	display: none;
}

body .pdetails ul li {
	padding: 0;
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	margin-bottom: -1px;
	line-height: 1.2;
}

.pdetails ul li span {
	background: #f5f5f5;
	padding: 16px 15px;
	min-width: 160px;
	margin-right: 15px;
}

.ppfeatures ul {
	column-count: 3;
}

.pp-info  .inner ul li,
.ppfeatures li {
	position: relative;
	padding-left: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.pp-info .inner ul li:before,
.ppfeatures li:before {
    position: absolute;
    content: "";
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c7a044;
    left: 0;
}
	
.pp-info .inner ul li strong {
	font-weight: 400;
}

@media (min-width: 992px) {
	
.col-md-12 .pp-info .inner ul {
	column-count: 2;
	gap: 15px;
}

}

@media (min-width: 1200px) {
	
.col-md-12 .pp-info .inner ul {
	column-count: 4;
}

}

.boat-card-price a,
.pprice li.sp-price > span + span a {
	color: var(--primary-color);
}

.boat-card-v2 .boat-price-wrap .main-price.no-pricing {
	font-size: 18px;
}

#field_14_7 > label,
#field_14_5 > label {
	display: block;
	color: #022c13;
	font-weight: 400;
	margin-bottom: 8px;
    font-family: var(--heading-font, var(--body-font, sans-serif));
}

#field_14_7 > label span ,
#field_14_5 > label span {
	display: none;
}

#field_14_8 {
	margin: 20px 0 0;
}
	
.gfield_description {
	display: none;
}

@media(min-width: 600px) {
	
.calendar_time_slots .grid-row {
	display: flex;
}
	
}

body .ga_monthly_schedule_wrapper td {
    padding: 4% 0 !important;
}

.product-attributes,
.sp-boat-features-list ul li {
    text-transform: capitalize;
}

.pprice li.sp-price.no-price span {
    font-weight: 700;
	display: block;
	width: 100%;
}

.pprice li.sp-price.no-price  a {
    color: var(--primary-color);
	font-size: 20px;
	width: 100%;
	display: table;
	text-align: center;
}

body.home .hero:before,
body.home .hero:after {
	display: none;
}

@media(min-width: 1200px) {
	
	.submenu-toggle {
		display: none;
	}
	
	.promo-bar-wrap.no-promo-bar .container {
		justify-content: flex-end;
	}

	.promo-bar-wrap.no-promo-bar .pb-left a:last-of-type {
		margin: 0;
	}
	
}


.vyt-popup > span {
	background: var(--dark-color);
}

.vyt-popup small {
	background: var(--primary-color);
}

.vyt-popup div {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}

@media(min-width: 768px) {

    .ri-col > div {
        min-height: 134px;
        height: 100%;
    }

}

body[class*="motors-for-sale"] #nav_menu-5,
body[class*="motors-for-sale"] #nav_menu-3 {
    display: none;
}

.rent-a-boat .head p {
    max-width: 600px;
}

.rent-a-boat .container {
	max-width: 1100px;
}

.carousel__thumbs .slick-list {
	margin: 0 -5px;
}

.carousel__thumbs .slick-slide > div {
	padding: 0 5px;
}

#icon-boat-check path {
	fill: #c6a044;
}

#icon-boat-check {
	min-height: 70px;
	width: auto;
}

#icon-thumbs-up {
	height: 85px;
	margin-bottom: -10px;
}

body .mfp-bottom-bar {
	display: none;
}

@media(min-width: 1200px) and (max-width: 1440px) {
.header-main-wrap .menu > li > a {
    font-size: 13px;
}

.header-main-wrap .menu > li {
    margin: 0 10px;
}

.header-main-wrap .hm-site-logo {
    max-width: 260px;
}	
}

body.archive .page-banner .banner-text h1 {
    text-transform: capitalize;
}

body .it-card-v2.alt3 {
    padding: 25px 30px 35px !important;
}

@media(min-width: 992px) {

[id*="related-links"] .head h3 {
    font-size: 38px;
}	
	
}


@media (max-width: 1199px) {
    body .hero-slider, body .hero-slide {
        height: 540px;
    }
	
    .hero-slide .overlay {
        padding-top: 115px;
    }
}

@media (max-width: 585px) {
    body .page-banner {
        padding-top: 95px !important;
    }
}

.no-results {
	padding: 80px 20px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.no-results form {
	margin: 20px 0 0;
}

body .aa-SubmitButton svg.aa-SubmitIcon {
	color: var(--primary-color);
}

body[class*="search"] .pagination-wrap {
	display: flex;
	align-items: center;	
	justify-content: center;
	gap: 5px;
}

body[class*="search"] .pagination-wrap span ,
body[class*="search"] .pagination-wrap a {
    background: white;
    border: 1px solid #ddd;
    padding: 0 5px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0px;
    opacity: 1;
	padding: 0 10px;
	font-size: 14px;
}


body[class*="search"] .pagination-wrap span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
}

.cmtsfwc-CustomHeading h2 {
    font-size: 32px;
}

@media(min-width: 1050px) {
	
.location-v2 .item ul {
    min-height: 122px;
}
	
}

@media(max-width: 585px) {

	.cmtsfwc-CustomHeading h2 {
		font-size: 21px;
		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;
    }
	
}

body .page-banner .ti-widget {
    pointer-events: none;
}

.form .gfield_validation_message {
    display: block;
}
