/*
 Theme Name: Ocean Marine Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: 'Helve-Rom';
  src: url('/wp-content/themes/ocean-child/fonts/HelveticaNeueRoman.otf');
}

@font-face {
  font-family: 'Helve-Med';
  src: url('/wp-content/themes/ocean-child/fonts/HelveticaNeueMedium.otf');
}

@font-face {
  font-family: 'Helve-Bold';
  src: url('/wp-content/themes/ocean-child/fonts/HelveticaNeueBold.otf');
}

body {
  font-family: 'Helve-Rom';
  color: #000;
  font-weight: 400;
}

.et-menu li li.menu-item-has-children>a:first-child:after {
  right: 5px;
}

.nav li li ul {
  left: 300px;
}

.acf-accordion:nth-of-type(odd) {
  background: #0477C0 !important;
  color: #fff !important;
}

.product-feature-image-block {
  overflow: hidden;
}

.product-feature-image-block img {
  max-height: 225px;
  height: 225px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.custom-product-title-slider  {
  margin-bottom: 0px !important;
}

.custom-product-title-slider .et_pb_text_inner {
  font-family: 'Helve-Bold';
  color: #fff;
  text-align: center !important;
  font-size: 40px;
  padding: 20px 0px 0px 0px;
  min-height: 48px;         /* Or whatever fits your layout */
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;  /* Center horizontally; change to flex-start for left alignment */
}

.boat-product-slide-block:hover {
  cursor: default;
}

.boat-product-slide-block .product-feature-image-block img {
  transition: transform 0.3s cubic-bezier(.4,0,.2,1), filter 0.3s cubic-bezier(.4,0,.2,1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.boat-product-slide-block:hover .product-feature-image-block img {
  transform: scale(1.1); /* Zooms in to 110% size */
  filter: brightness(1.05); /* Optional: a bit brighter on hover */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}




a.related-custom-more-button:after,
a.custom-woo-view:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 27%;
  height: 14px;
  width: 14px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url(/wp-content/uploads/2025/04/boat-icon.png);
}
a.related-custom-more-button,
a.custom-woo-view{
  position: relative;
  max-width: 250px;
  background: #0A1326;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  border: 0px;
  font-size: 14px;
  width: 250px;
  display: block;
}

a.custom-woo-view:hover {
  cursor: pointer;
}

.product-inner-page-price {

}

.product-template-default .product-inner-page-price .et_pb_text_inner .custom-woo-price {
  color: #0279BE;
  align-items: flex-start;
}

.custom-woo-price {
  position: relative;
  font-size: 24px;
  color: #fff;
  text-align: center !important;
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
}

.custom-woo-price {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
}

.page-id-568 .custom-woo-price {
  flex-direction: row;
}

.boat-product-slide-block {
  width: 100%;
  border: 2px solid #D5D5D5;
  border-bottom-right-radius: 55px !important;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.menu-icon-space {

}

.custom-column-flex {
  display: flex  ;
  align-items: center;
}

/*set the transition for the spacing shrinking action*/
.pa-header .et_pb_row {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*set the background color of the fixed header when scrolling*/

.et_pb_section_0_tb_header.pa-fixed-header {
  background: #fff !important;
}
.pa-fixed-header .et_pb_row {
	padding: 0px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*set the transition for the logo shrinking action*/
.pa-header .et_pb_menu__logo img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*change the logo size when the header shrinks*/
.pa-fixed-header .menu-other-logo img,
.pa-fixed-header .et_pb_menu__logo img {
  max-width: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*set the transition for the font size shrinking action*/
.pa-header .et_pb_menu ul li a {
  background: transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


.pa-header {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pa-header.pa-fixed-header {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/*change the menu font size when the header shrinks*/
.pa-fixed-header .et_pb_menu ul li a {
	font-size: 17px !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
}

.et-menu .menu-item-has-children>a:first-child:after {
  content: "";
  font-size: 16px;
  position: absolute;
  right: -11px;
  top: 26px !important;
  height: 15px;
  width: 15px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/04/menu-arrow.png');
}

.et_pb_menu .et_pb_menu__wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
}

.et_pb_menu_0_tb_header.et_pb_menu {
  background-color: transparent !important;
}
.et_pb_section_0_tb_header {
  background: transparent;
}

.et-menu a {
  color: #fff;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 17px;
  transition: 400ms !important;
}

.et-menu a:hover {
  opacity: 1;
  color: #0278BE;
}

nav.et-menu-nav {
  background: rgb(0, 0, 0, 0.5);
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 20px;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu {
  background-color: rgb(0, 0, 0, 0.5) !important;
}

.et-menu li .sub-menu li a {
  padding: 6px 20px;
  width: 100%;
}

.nav li ul {
  width: 300px;
}

ul.sub-menu li {
  width: 100%;
}

.nav li ul {
  border-top: 3px solid #EE3239; 
}

.video-banner-content h1 {
  font-family: 'Helve-Bold';
  font-size: 60px;
  color: #fff;
}

.video-banner-button a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 40px 10px 20px !important;
  border-radius: 5px;
  font-size: 18px;
  transition: 400ms;
}

.video-banner-button a:hover {
  background: #0279BE;
  border: 1px solid #0279BE;
}

.video-home-banner-column {
  padding-top: 320px !important;
  padding-bottom: 200px !important;
}

.about-button-icon a {
  position: relative;
}

.et_pb_section_0.video-home-banner-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* adjust the 0.5 for more or less darkness */
  z-index: 2;
  pointer-events: none;
}

.et_pb_section_0.video-home-banner-column {
  position: relative;
  overflow: hidden;
}

.et_pb_section_0 .et_pb_row {
  position: relative;
  z-index: 3;
}


.about-button-icon a:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 15px;
  height: 17px;
  width: 17px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/03/about-menu-icon.png');
}

.custom-menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-home,
.menu-about,
.menu-services,
.menu-download,
.menu-contact {
  position: relative;
}


.menu-home:after,
.menu-about:after,
.menu-services:after,
.menu-download:after,
.menu-contact:after{
  content: '';
  position: absolute;
  top: 13px;
  left: 15px;
  height: 17px;
  width: 17px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.menu-home:after {
  background: url('/wp-content/uploads/2025/03/home-menu-icon.png');
  transition: 400ms !important;
}

.menu-home:hover:after {
  background: url('/wp-content/uploads/2025/03/home-menu-icon-blue.png');
}

.menu-about:after {
  background: url('/wp-content/uploads/2025/03/about-menu-icon.png');
}

.menu-about:hover:after {
  background: url('/wp-content/uploads/2025/03/about-menu-icon-blue.png');
}

.menu-services:after {
  background: url('/wp-content/uploads/2025/03/services-menu-icon.png');
}

.menu-services:hover:after {
  background: url('/wp-content/uploads/2025/03/services-menu-icon-blue.png');
}

.menu-download:after {
  background: url('/wp-content/uploads/2025/03/download-menu-icon.png');
}

.menu-download:hover:after {
  background: url('/wp-content/uploads/2025/03/download-menu-icon-blue.png');
}

.menu-contact:after {
  background: url('/wp-content/uploads/2025/03/contact-menu-icon.png');
}

.menu-contact:hover:after {
  background: url('/wp-content/uploads/2025/03/contact-menu-icon-blue.png');
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-home>a,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-about>a,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-services>a,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-download>a,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-contact>a {
  padding-left: 30px;
  padding-right: 11px;
}

.et_pb_gutters3 .custom-menu-flex .et_pb_column {
  margin-right: 0;
}

.border-radius-top-left-250 {
  border-top-left-radius: 250px !important; 
}

.border-radius-top-right-250 {
  border-top-right-radius: 250px !important; 
}

.border-radius-250 {
  border-bottom-right-radius: 250px !important;
}

.border-radius-60 {
  border-bottom-right-radius: 60px !important;
}

.border-radius-55 {
  border-bottom-right-radius: 55px !important;
}

.border-radius-155 {
  border-bottom-right-radius: 155px !important;
}

.border-radius-overall {
  border-radius: 8px;
}

.footer-copy-right a,
.footer-copy-right {
  color: #fff;
  font-size: 14px;

}

.footer-custom-flex { 
  color: #fff;
}

.footer-custom-flex .et_pb_column {
  display: flex;
  column-gap: 40px;
}

.footer-module-1 {

}

.footer-module-2 {
  
}

.footer-module-3 {
  
}

.footer-module-4 {
  
}

.footer-module-5 {
  
}

.footer-module-6 {
  max-width: 125px;
}

.footer-module-7 {
  
}

.footer-module-3 h2,
.footer-module-4 h2,
.footer-module-5 h2,
.footer-module-6 h2,
.footer-module-7 h2 {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.footer-module-3 h2:before,
.footer-module-4 h2:before,
.footer-module-5 h2:before,
.footer-module-6 h2:before,
.footer-module-7 h2:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 17px;
  width: 17px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.footer-module-3 h2:before {
  background: url('/wp-content/uploads/2025/03/quick-icon.png');
}

.footer-module-4 h2:before {
  background: url('/wp-content/uploads/2025/03/business-icon.png');
}

.footer-module-5 h2:before {
  background: url('/wp-content/uploads/2025/03/visit-icon.png');
}

.footer-module-6 h2:before {
  background: url('/wp-content/uploads/2025/03/call-icon.png');
}

.footer-module-7 h2:before {
  background: url('/wp-content/uploads/2025/03/follow-icon.png');
}

.footer-module-3 a,
.footer-module-4 a,
.footer-module-5 a,
.footer-module-6 a,
.footer-module-7 a,
.footer-module-3 p,
.footer-module-4 p,
.footer-module-5 p,
.footer-module-6 p,
.footer-module-7 p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 0px;
}

.footer-module-7 p img {
  margin-right: 10px;
}

.footer-module-7 .et_pb_text_inner p:last-child img {
  margin-right: 0px;
}

/* .footer-module-7 .et_pb_text_inner a {
  display: flex;
} */

.footer-module-7 .et_pb_text_inner p {
  display: inline-block;
  margin-right: 0px; /* space between icons */
}

.footer-module-7 .et_pb_text_inner img {
  vertical-align: middle;
}

.pad-top-100 {
  padding-top: 100px !important;
}

.pad-bot-100 {
  padding-bottom: 100px !important;
}

.pad-top-80 {
  padding-top: 80px !important;
}

.pad-bot-80 {
  padding-bottom: 80px !important;
}

.pad-top-75 {
  padding-top: 75px !important;
}

.pad-bot-75 {
  padding-bottom: 75px !important;
}

.pad-top-60 {
  padding-top: 60px !important;
}

.pad-bot-60 {
  padding-bottom: 60px !important;
}

.pad-top-40 {
  padding-top: 40px !important;
}

.pad-bot-40 {
  padding-bottom: 40px !important;
}

.pad-top-30 {
  padding-top: 30px !important;
}

.pad-bot-30 {
  padding-bottom: 30px !important;
}

.dark-header h2,
.white-header h2 {
  font-family: 'Helve-Bold';
  padding-bottom: 40px;
  line-height: 75px;
}

.dark-header-sub h3 {
  font-family: 'Helve-Bold';
  color: #0A1326;
  font-size: 42px;
}

.dark-header h2 {
  color: #0A1326;
  font-size: 50px;
}

.white-header h2 {
  color: #fff;
  font-size: 60px;
}

.our-services-blurb-container {

}

.our-services-blurb-container .et_pb_blurb_content{
  position: relative;
}

.our-services-blurb-container .et_pb_blurb_content{
  position: relative;
}

.about-us-row-flex .et_pb_column {
  display: flex;
  column-gap: 30px;
  align-items: stretch;
} 

.our-services-blurb-container .et_pb_column {
  display: flex;
  column-gap: 10px;
  align-items: stretch;
  justify-content: center;
}

.service-blurb {
  position: relative;
  padding: 70px 35px 70px 35px;
}

.explore-buttons a {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  transition: 400ms;
}

.explore-buttons a:hover {
  background: #fff;
  color: #0279BE;
  border: 1px solid #0279BE; 
}

/* .service-blurb:nth-of-type(-n+3):after {
  content: 'Explore';
  position: absolute;
  bottom: 65px;
  left: 35px;
  height: 17px;
  width: 45px;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/03/boat-icon-white.png');
  background-position: 80px 7px;
  transition: 400ms;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 40px 10px 20px;
  border-radius: 5px;
}

.service-blurb:nth-child(-n+3):hover:after {
  background-color: #fff; 
  border: 1px solid #fff;
  color: #0279BE;
  background-image: url('/wp-content/uploads/2025/03/boat-icon-blue.png');
  background-position: 80px 7px;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
} */


.service-blurb.et_pb_blurb {
  display: flex;
  flex-direction: column;
}

.explore-buttons a {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  transition: 400ms;
}

.explore-buttons a:hover {
  background: #fff;
  color: #0279BE;
  border: 1px solid #0279BE; 
}

.explore-buttons a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 13px;
  height: 17px;
  width: 17px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/03/boat-icon-white.png');
  transition: 400ms;
}

.explore-buttons a:hover:after {
  background: url('/wp-content/uploads/2025/03/boat-icon-blue.png');
}

.about-us-blurb h4.et_pb_module_header,
.service-blurb h4.et_pb_module_header {
  color: #fff;
  font-size: 20px;
  font-family: 'Helve-Med';
}

.about-us-blurb .et_pb_blurb_description p,
.service-blurb .et_pb_blurb_description p {
  padding-bottom: 25px;
  color: #fff;
}

.about-us-blurb .et_pb_blurb_description,
.service-blurb .et_pb_blurb_description {
  position: relative;
}

.service-blurb .et_pb_blurb_description p:first-child {
  min-height: 120px;
}

.about-us-blurb .et_pb_blurb_description p:last-child,
.service-blurb .et_pb_blurb_description p:last-child {
  padding-bottom: 0px;
  }

  .about-us-blurb .et_pb_main_blurb_image,
  .service-blurb .et_pb_main_blurb_image {
    max-height: 55px;
    min-height: 55px;
}

.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 0;
}

.et_pb_section.et_pb_row.about-blurb-container .et_pb_column .et_pb_module:last-child,
.et_pb_section div.et_pb_row.our-services-blurb-container .et_pb_column .et_pb_module:last-child {
  margin-bottom: 2.75%;
}

.coming-soon-button a {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 50px 8px 30px;
  font-size: 16px;
  transition: 400ms;
  letter-spacing: 1px;
}

.coming-soon-button a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 22px;
  height: 17px;
  width: 17px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/03/services-menu-icon.png');
}

.coming-soon-button a:hover {
  background: #0279BE;
  border: 1px solid #0279BE;
}

.venue-module p {
  line-height: 165%;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.gallery-carousel .wpcp-single-item img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.gallery-carousel .wpcp-single-item{
  border-bottom-right-radius: 55px !important;
  border: 0px !important;
}

.our-partner-carousel {

}

#sp-wp-carousel-free-id-153.sp-wpcp-153.wpcp-image-carousel .wpcp-single-item:hover img,
#sp-wp-carousel-free-id-153.sp-wpcp-153.wpcp-post-carousel .wpcp-single-item:hover img, 
#sp-wp-carousel-free-id-153.sp-wpcp-153.wpcp-product-carousel .wpcp-single-item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.our-partner-carousel .wpcp-single-item{
  border: 0px !important;
}

body .gform_wrapper ::placeholder {
  color: #A6A6A6;
  opacity: 1; /* Ensures the color is fully applied in all browsers */
}

body .gform_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A6A6A6;
}

body .gform_wrapper ::-ms-input-placeholder { /* Microsoft Edge */
  color: #A6A6A6;
}

.gform-body input.text, 
.gform-body input.title, 
.gform-body input[type=email], 
.gform-body input[type=password], 
.gform-body input[type=tel], 
.gform-body input[type=text], 
.gform-body select {
  color: #A6A6A6 !important;
  border: 1px solid #E3E3E3 !important;
  height: 55px !important;
  line-height: 55px !important;
}

.gform-body textarea{
  border: 1px solid #E3E3E3 !important;
  color: #A6A6A6 !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: 12px !important;
}

.gform-footer.gform_footer {
  margin-top: 12px;
}

select#input_1_7 {
  padding-top: 6px !important;
}

.gform_button {
  border-radius: 5px !important;
  border: 1px solid #1783C3 !important;
  color: #1783C3 !important;
  background-color: transparent !important;
  padding: 13px 50px 13px 30px !important;
  font-size: 16px !important;
  background: url('/wp-content/uploads/2025/03/contact-menu-icon-blue.png');
  background-color: #F28500;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  transition: 400ms;
}

.gform_button:hover {
  background-color: #1783C3 !important;
  color: #fff !important;
  background: url('/wp-content/uploads/2025/03/contact-menu-icon.png');
  background-color: #F28500;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
.fa-angle-left:before,
.fa-angle-right:before {
  font-size: 45px;
}

#gform_wrapper_7,
#gform_wrapper_6,
#gform_wrapper_4,
#gform_wrapper_3,
#gform_wrapper_2,
#gform_wrapper_1 {
  margin-top: 15px;
}

.custom-banner-spacing {
  padding-top: 265px !important;
  padding-bottom: 200px !important;
}

.banner-bottom-right-border-250 {
  border-bottom-right-radius: 250px;

}

.suzuki-menu {

}

.custom-menu-left {

}

.our-venue-section {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.contact-section-spacing {
  padding-top: 145px;
  padding-bottom: 145px;
}


.et_pb_scroll_top.et-pb-icon {
	background: #0279BE !important;
}

.we-can-help-section {
  
}

.we-can-help-section h4 {

}

.we-can-help-section h3 {
  font-family: 'Helve-Bold';
  font-size: 70px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.we-can-help-section a {
  border-radius: 5px !important;
  border: 1px solid #1783C3 !important;
  color: #1783C3 !important;
  background-color: transparent !important;
  padding: 10px 50px 10px 30px !important;
  font-size: 16px !important;
  background: url('/wp-content/uploads/2025/03/contact-menu-icon-blue.png');
  background-color: #F28500;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  transition: 400ms;
}

.we-can-help-section p a {

}

.we-can-help-section a:hover {
  background-color: #1783C3 !important;
  color: #fff !important;
  background: url('/wp-content/uploads/2025/03/contact-menu-icon.png');
  background-color: #F28500;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

@media screen and (min-width: 1920px) {
  .our-services-blurb-container .et_pb_column {
    justify-content: center;
}
}

@media screen and (max-width: 1444px) {
  .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-home>a, 
  .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-about>a, 
  .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-services>a, 
  .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-download>a, 
  .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-contact>a {
    padding-left: 25px;
    padding-right: 11px;
}

.video-home-banner-column {
  padding-top: 250px !important;
  padding-bottom: 200px !important;
}

.et_pb_column.et_pb_column_3_5.et_pb_column_0.video-banner-content.et_pb_css_mix_blend_mode_passthrough {
  width: 100%;
}

}

@media screen and (max-width: 1411px) {
  .et_pb_menu__logo-wrap {
    width: 215px !important;
}

.footer-custom-flex .et_pb_column {
  flex-wrap: wrap;
  justify-content: space-evenly;
}

}

@media screen and (max-width: 1316px) {
  .et_pb_menu__logo-wrap {
    width: 150px !important;
}
}

@media screen and (max-width: 1250px) {
  .our-services-blurb-container .et_pb_column {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media screen and (max-width: 1205px) {
  .et_pb_column.et_pb_column_1_4.et_pb_column_1_tb_header.suzuki-menu.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    display: none;
}

.et_pb_column.et_pb_column_3_4.et_pb_column_0_tb_header.custom-menu-left.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
  width: 100%;
}

.about-us-blurb {
  padding: 70px 35px 70px 35px;
}

a.related-custom-more-button,
a.custom-woo-view {
    width: 80%;
}

}

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

  .about-us-row-flex .et_pb_column {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .et_pb_blurb_0.et_pb_blurb, .et_pb_blurb_1.et_pb_blurb, .et_pb_blurb_2.et_pb_blurb {
    max-width: 380px !important;
    width: 100% !important;
  }

  .custom-banner-spacing {
    padding-top: 165px !important;
    padding-bottom: 100px !important;
}

.custom-column-flex {
  flex-direction: column;
}

.custom-column-flex .et_pb_column {
  width: 100%;
}

.image-mobile-padding {
  text-align: center !important;
  padding-top: 40px;
}

}

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

  #mobile_menu1 .et_pb_menu_0_tb_header.et_pb_menu .nav li ul, 
  #mobile_menu1 .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, 
  #mobile_menu1 .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    background-color: rgb(0, 0, 0, 0.7) !important;
}

  .et_pb_section_0_tb_header.pa-fixed-header {
    background: rgb(0, 0, 0, 0.9) !important;
}
  .pa-header {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.et_pb_section_0_tb_header {
  background: rgb(0, 0, 0, 0.3) !important;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before, 
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button, 
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button, 
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
  color: #EC3337 !important;
}

ul#mobile_menu1 {
  background: rgb(0, 0, 0, 0.7) !important;
}

.et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, .03);
  color: #fff;
  padding: 10px 45px;
  display: block;
  background: rgb(0, 0, 0, 0.9) !important;
}

ul.sub-menu {
  padding-left: 0px !important;
}

.et_mobile_menu li li {
  padding-left: 0px;
}

}


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

  .we-can-help-section h3 {
    font-size: 48px;
  }

  .banner-bottom-right-border-250 {
    border-bottom-right-radius: 150px;
}

  .et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #fff;
    padding: 10px 45px;
    display: block;
}

  .footer-custom-flex .et_pb_column {
    display: flex;
    column-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
}

  .our-venue-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.contact-section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
}

  .border-radius-top-right-250 {
    border-top-right-radius: 150px !important;
}

  .border-radius-top-left-250 {
    border-top-left-radius: 150px !important;
}

.border-radius-bottom-right-150 {
  border-bottom-right-radius: 150px !important;
}

  .video-home-banner-column {
    padding-top: 180px !important;
    padding-bottom: 80px !important;
}

.border-radius-250 {
  border-bottom-right-radius: 150px !important;
}

.video-banner-content h1 {
  font-size: 45px;
}

.white-header h2,
.dark-header h2 {
  font-size: 40px;
  line-height: 55px;
}

.page-id-285 .dark-header h2 {
  padding-bottom: 10px;
}

.pad-top-75 {
  padding-top: 45px;
}

.pad-bot-75 {
  padding-bottom: 45px;
}

.pad-bot-100 {
  padding-bottom: 60px !important;
}

.pad-top-80 {
  padding-top: 60px !important;
}

}

.outboards-grid-container {

}

.outboards-grid-container .divi-filter-archive-loop .grid-posts, 
.outboards-grid-container .divi-filter-loop-container>:not(.no-results-layout){
  grid-gap: 90px;
}

.outboards-column {

}

.outboards-wrapper {
  width: 100%;
  border-radius: 8px;
  border-bottom-right-radius: 55px;
}

.outboards-title h2 {
  color: #fff;
  font-size: 40px;
  font-family: 'Helve-Bold';
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0px;
}

.outboards-wrapper {
  position: relative;
}

.outboards-display-image {

}


.brochure-download-button {

}

.brochure-download-button a.dmach-acf-value {
  position: relative;
  max-width: 250px;
  background: #0A1326;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  padding: 10px 10px;
}

.brochure-download-button a.dmach-acf-value:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 16%;
  height: 14px;
  width: 14px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/04/boat-icon.png');
}

.om-enquire-button .et_pb_text_inner a {
  position: relative;
  max-width: 250px;
  background: #0A1326;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  display: block;
}

.om-enquire-button .et_pb_text_inner a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 16%;
  height: 14px;
  width: 14px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/03/contact-menu-icon.png');
}

.om-enquire-button .et_pb_text_inner {
  text-align: center;
}

/**/

.boat-row-section {

}

.boat-download-button {

}

.boat-row-section-column {
  
}

.boat-download-button a.dmach-acf-value {
  position: relative;
  max-width: 250px;
  background: #0A1326;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  padding: 10px 10px;
}

.boat-download-button a.dmach-acf-value:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 16%;
  height: 14px;
  width: 14px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/04/boat-icon.png');
}

/* Make the parent a positioning context and set a fixed height */
.outboards-wrapper {
  position: relative;
  padding: 10px 20px 40px 20px !important;
}

.outboards-display-image img {
  max-height: 350px;
  object-fit: contain;
}

/* Fade effect for both images */
.outboards-display-image {
  transition: opacity 0.5s ease;
  max-height: 350px;
}

/* Initially, the display image is fully visible and hover image is hidden */
.outboards-display-image {
  opacity: 1;
  z-index: 2;
}

.outboards-wrapper .outboards-display-image {
  transition: 400ms;
}

/* When hovering over the wrapper, fade out the display image and fade in the hover image */
.outboards-wrapper:hover .outboards-display-image {
  opacity: 1;
  transform: scale(0.85); 
  transition: 400ms;
}

.outboards-display-image .dmach-acf-item-container .dmach-acf-item-content {
  display: flex;
  justify-content: center;
}

a.prev.page-numbers,
a.next.page-numbers {
   display: none !important;
}

.divi-filter-pagination ul.page-numbers li {
  border: 0px solid #d3ced2;
  border-left-width: 0;
}

.divi-filter-pagination ul.page-numbers li span.current {
  background-color: #0A1326 !important;
  color: #fff;
  font-size: 17px !important;
}

a.page-numbers {
  font-size: 17px !important;
}

#outboard-motors-form {

}


/* .new-or-pre-loved-boat-new-boat {
  border: 2px solid #D5D5D5;
  border-radius: 8px 8px 55px 8px;
} */



.page-id-325 .dmach_carousel_container .slick-slide {
  margin: 0 35px;
}

.boat-row-section {
  padding: 0px !important;
  padding-right: 30px !important;
}

.boat-row-section-content,
.boat-row-section-thumbnail {
  margin: 0px !important;
  width: 100%;
}

.boat-row-section-content .et_pb_column {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 55px !important;
}

.boat-row-section-thumbnail {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid #D5D5D5;
  border-bottom: 0px;
}

.boat-row-section-content {
  border: 2px solid #D5D5D5;
  border-bottom-right-radius: 55px !important;
  border-bottom-left-radius: 8px;
  border-top: 0px;
}

.infanta-inflatables-section .boat-row-section-thumbnail img {
  object-fit: contain;
}

.boat-row-section-thumbnail img {
  width: 100%;
  height: 300px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.boat-new-title .entry-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 30px 0px 30px 0px;
}

.boat-new-contact-button {
  margin-bottom: 30px;
  margin-top: 15px;
}

.boat-new-contact-button a {
  position: relative;
  max-width: 250px;
  background: #0A1326;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  border: 0px;
  font-size: 14px;
  width: 250px;
  display: block;
}

.boat-new-contact-button a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 32%;
  height: 14px;
  width: 14px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url('/wp-content/uploads/2025/04/boat-icon.png');
}

.boat-new-contact-button .et_pb_text_inner {
margin-bottom: 30px;
}

.product-banner-category h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.product-inner-buttons {

}

.product-inner-buttons .et_pb_text_inner {
  display: flex;
  column-gap: 10px;
}

#boat-products-form {

}


a.custom-enquire-boats {
  position: relative;
  background: #0A1326;
  color: #fff !important;
  border-radius: 5px;
  padding: 12px 20px;
  border: 1px solid #000;
  font-size: 16px;
  display: block;
  transition: 400ms;
}


a.custom-brochure-boats {
  position: relative;
  background: #fff;
  color: #0279BE !important;
  border-radius: 5px;
  padding: 12px 20px;
  border: 1px solid #0279BE;
  font-size: 16px;
  display: block;
  transition: 400ms;
}


.custom-product-accordions-block {

}

.custom-product-accordions-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

/* First row (header) */
.custom-product-accordions-block table tr:first-child {
  background: #0279BE;
}

.custom-product-accordions-block table tr:first-child td {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 12px 10px;
  border: none;
}

/* Odd rows (white), Even rows (light blue) after header */
.custom-product-accordions-block table tr:not(:first-child):nth-child(odd) td {
  background: #D7F0FF;
}
.custom-product-accordions-block table tr:not(:first-child):nth-child(even) td {
  background: #fff;
}

.custom-product-accordions-block table td {
  padding: 12px 10px;
  border: none;
}

.custom-product-accordions-block table h3 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 0px;
}

.custom-product-accordions-block h5.et_pb_toggle_title {
  font-size: 20px;
  color: #fff !important;;
  font-family: 'Helve-Bold';
}

.et_pb_toggle_open .et_pb_toggle_title, 
.et_pb_toggle_open h5.et_pb_toggle_title {
  color: #0A1326 !important;;
}

.custom-product-accordions-block .et_pb_toggle_close {
  padding: 20px;
  background: #0279BE !important;
}

.custom-product-accordions-block .et_pb_toggle {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px !important;
  border-radius: 8px 8px 30px 8px;
}


.product-inner-gallery img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.custom-related-block {

}

.custom-related-block .type-product {
  background-image: url(/wp-content/uploads/2025/04/Frame-32.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.custom-related-block ul.products li.product a img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  pointer-events: none;
  cursor: default;
}

.custom-related-block  h2.woocommerce-loop-product__title {
  font-family: 'Helve-Bold';
  color: #fff;
  text-align: center !important;
  font-size: 40px;
  padding: 20px 0px 0px 0px;
  min-height: 48px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#sc-event-modal { 
  display: none; 
  position: fixed; 
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.7); z-index: 9999;
  justify-content: center; align-items: center;
}
#sc-event-modal[style*="flex"] { display: flex !important; }
#sc-event-modal-content { 
  background: #fff; padding: 30px; max-width: 600px; width: 90%; border-radius: 12px; position: relative; 
  box-shadow: 0 6px 30px rgba(0,0,0,0.15);
}
#sc-modal-close { 
  position: absolute; top: 10px; right: 10px; font-size: 22px; background: none; border: none; cursor: pointer;
}

.sc-modal-button:hover {
  background: #fe9e68;
  color: #fff;
}

.sc-frontend-single-event__details__calendar.sc-frontend-single-event__details-row {
  display: none;
}

.sc-frontend-single-event__details__add-to-calendar__menu li:first-child {
  display: none !important;
}

#sc_calendar td.calendar-day {
  height: 140px;
}

#sc_calendar td div.sc_day_div a {
  color: #000;
  overflow: hidden;
  white-space: pre-wrap;
  display: block;
  padding: 2px 2px !important;
  margin: 1px 0;
  border: none;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: normal;
  position: relative;
  z-index: 2;
  cursor: pointer;
  box-shadow: none;
}

.sc_event_category-coastal-catc .sc_day_div {
  background: #FFCC00 !important;
}

.sc_event_category-inland-catr-e-skippers .sc_day_div {
  background: #0279BE !important;
}

.sc_event_category-src-vhf-course-sodwana .sc_day_div {
  background: #30CE24 !important;
}

.sc_event_category-src-vhf-course-pretoria .sc_day_div {
  background: #C0C0C0 !important;
}

.tablenav-feeds {
  display: none;
}

#sc_events_calendar_head {
  padding: 10px;
  background: #fff;
  border: 0px solid rgba(130, 130, 130, 0.2);
}

.training-block-header {

}

#sc_calendar td div.sc_day_div {
  padding: 6px;
  margin-top: 30px;
}

.training-block-header h3 {
  font-family: 'Helve-Bold';
  padding-bottom: 70px;
}

#sc_calendar td div.day-number {
  color: #575757;
  font-size: 18px;
}

#sc_calendar td div.day-number {
  right: 50%;
}

button#sc-book-now-btn {
  border-radius: 5px !important;
  border: 1px solid #1783C3 !important;
  color: #1783C3 !important;
  background-color: transparent !important;
  padding: 10px 30px 10px 30px !important;
  font-size: 16px !important;
  transition: 400ms;
}

button#sc-book-now-btn:hover {
  background-color: #1783C3 !important;
  color: #fff !important;
}

/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #fff;
	background: #0279BE;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

/* Ensure image block is positionable */
.product-feature-image-block {
  position: relative;
}

/* Add the "SOLD" banner */
.product-feature-image-block.sold::after {
  content: "SOLD";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  background: rgba(255, 0, 0, 0.85);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  z-index: 99;
  pointer-events: none;
}


/* When out of stock: make the button invisible and non-interactive */
.post_content_wrapper.product_visibility-outofstock .out-of-stock-button {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.custom-price-note {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #EC3339;
  margin-bottom: 4px;
}


