@primary: #061741; @secondary: #77c0ff; @tertiary: #000; @white: #fff; @black: #000; @muted: #D8DBDD; @darkGrey: #191919; @grey: #333; .black_overlay { &-xlight { background: rgba(0, 0, 0, .3); } &-light { background: rgba(0, 0, 0, .5); } &-medium { background: rgba(0, 0, 0, .65); } &-dark { background: rgba(0, 0, 0, .8); } } .white_overlay { &-xlight { background: rgba(255, 255, 255, .3); } &-light { background: rgba(255, 255, 255, .5); } &-medium { background: rgba(255, 255, 255, .65); } &-dark { background: rgba(255, 255, 255, .8); } } .primary_overlay { &-xlight { background: rgba(0, 0, 0, .3); } &-light { background: rgba(0, 0, 0, .5); } &-medium { background: rgba(0, 0, 0, .65); } &-dark { background: rgba(0, 0, 0, .8); } } .secondary_overlay { &-xlight { background: rgba(200, 13, 36, .3); } &-light { background: rgba(200, 13, 36, .5); } &-medium { background: rgba(200, 13, 36, .65); } &-dark { background: rgba(200, 13, 36, .8); } } .background_color { &-black { background-color: @black; } &-tertiary { background-color: @tertiary; } &-grey { background-color: @grey !important; } &-darkGrey { background-color: @darkGrey !important; } } .border_radius { &-3 { border-radius: 3px; } &-5 { border-radius: 5px; } &-10 { border-radius: 10px; } &-15 { border-radius: 15px; } &-20 { border-radius: 20px; } &-100 { border-radius: 100%; } &-top-3 { border-top-right-radius: 3px; border-top-left-radius: 3px; } &-top-5 { border-top-right-radius: 5px; border-top-left-radius: 5px; } &-top-10 { border-top-right-radius: 10px; border-top-left-radius: 10px; } &-top-15 { border-top-right-radius: 15px; border-top-left-radius: 15px; } &-top-20 { border-top-right-radius: 20px; border-top-left-radius: 20px; } &-bottom-3 { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } &-bottom-5 { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } &-bottom-10 { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } &-bottom-15 { border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; } &-bottom-20 { border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; } } /*-----Nav Menu Styles-----*/ .tm-toolbar { z-index: 9999; background: @primary; border-bottom: 1px solid #8992ab; a{ &:hover{ color:#ffe607; } } .uk-container { max-width: 1550px; } } .uk-logo { margin-top: -40px; background: @primary; } .tm-header { z-index: 9999; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15); background-color: @primary; } .tm-header-mobile { .uk-navbar-container { background: @secondary; .uk-navbar-toggle-icon svg { fill: #fff; } } z-index: 9000; .uk-navbar { min-height: 88px; } .uk-logo { img { padding: 10px; max-width: 140px; } } .mobile-nav .mobile-subnavs .uk-offcanvas-bar { max-width: none !important; width: 100%; padding-top: 60px; } .mobile-nav .mobile-subnavs .uk-offcanvas-close { left: 10px; right: auto; } .mobile-nav .uk-nav-sub .logo-target { width: 30px; } #tm-dialog-mobile #custom_html-2 a:hover { color: @secondary !important; } } .uk-modal { z-index: 9999; .uk-modal-dialog { overflow: hidden; } } .uk-lightbox { z-index: 9999; } .uk-lightbox-toolbar-icon { position: absolute; top: 60px; right: 3%; } .uk-lightbox-toolbar-icon { position: absolute; top: 160px; right: 3%; } .uk-navbar-toggle-icon { svg { fill: @secondary; } } .uk-navbar-container { .uk-container { max-width: 1550px; } } /*-----Dropdown Styles-----*/ .uk-navbar-dropdown { display: none; width: 100% !important; max-width: 1000px !important; left: unset !important; right: 0 !important; padding: 0px; } /*-----PageHeader Styles-----*/ #frontpage { .h1-home-A{ .uk-card{ margin-bottom: 0; @media (max-width: 1200px) { margin-bottom: 100px; } } } .h1-home-A .h1-target { font-size: 3.8rem; letter-spacing: 1px; text-shadow: #000 1px 0 10px; @media (max-width: 960px) { font-size: 2rem; } span { display: block; &:nth-child(1) { padding-bottom: 10px; text-transform: uppercase; font-weight: bold; } &:nth-child(2) { font-size: 1.3rem; width: 50%; @media (min-width: 960px) { margin-left: auto; } @media (max-width: 960px) { font-size: 1rem; margin: auto; } } } @media (max-width: 960px) { background-color: rgba(0, 0, 0, .3); padding: 20px; border-radius: 5px; } } } /*-----Footer Styles-----*/ #footer { a { &:hover { color: @secondary; } } } /*-----Content-----*/ .content-section { p { font-size: 18px; } h2 {} } .nr-content { .card-border-target { .uk-card-default { border-bottom: 4px solid @primary; } } .widget-menu { background: @white; .parent-page { h3 { background: @primary; color: @white; margin: 0; padding: 8px 20px; transition: all ease .3s; } &:hover { h3 { background: @secondary !important; } text-decoration: none !important; } } .uk-list { margin-top: 0; border: 1px solid @primary; li { padding: 6px 0 6px 10px; margin-bottom: 10px !important; border-bottom: 1px solid #bbb; a { color: @darkGrey; } } } } } /*-----Forms-----*/ .gf_simple_horizontal { @media(max-width:960px) { .gform_body { display: flex !important; max-width: 100% !important; } .gfield_visibility_hidden { padding-right: 0 !important; } .spacer { padding-right: 0 !important; } .gfield { display: block !important; padding-bottom: 10px; } .gform_footer { display: flex !important; justify-content: center !important; max-width: unset !important; } } } /*-----Circle Arrows in Small Container, this is everything you need-----*/ .slider-arrows() { background: @secondary; color: @white; padding: 8px; border-radius: 100%; height: 40px; width: 40px; } .uk-position-center-left { svg { .slider-arrows(); } &-out { svg { .slider-arrows(); } } } .uk-position-center-right { svg { .slider-arrows(); } &-out { svg { .slider-arrows(); } } } .slider-arrows-target { .uk-position-center-left-out { @media (max-width: 1550px) { right: 93%; } @media (max-width: 960px) { right: 90%; } @media (max-width: 640px) { right: 80%; } @media (max-width: 425px) { right: 70%; } } .uk-position-center-right-out { @media (max-width: 1550px) { left: 93%; } @media (max-width: 960px) { left: 90%; } @media (max-width: 640px) { left: 80%; } @media (max-width: 425px) { left: 70%; } } } .uk-light hr { border-top-color: rgba(255, 255, 255, .5); } /*-----Custom Sections-----*/ #events{ /* Container */ .nr-header { display: flex !important; width: 100% !important; justify-content: space-between !important; align-items: center !important; margin-bottom: 1rem; } #calendar .nr-header > tbody, #calendar .nr-header > tbody > tr { display: contents !important; } #calendar .nr-header-left, #calendar .nr-header-center, #calendar .nr-header-right { display: block !important; } #calendar .nr-header-center { flex: 1 1 auto !important; } #calendar .nr-header-right { flex: 0 0 auto !important; text-align: right !important; } /* Title & nav buttons */ .nr-header-left h2.month-title { font-size: 1.75rem; margin: 0; font-weight:bold; } .nr-header-right .nr-button { background: transparent; border: 1px solid #ccc; padding: 0.4rem 0.8rem; border-radius: 4px; cursor: pointer; font-size: 1.5rem ; margin-left: 0.5rem; transition: background 0.2s, border-color 0.2s; } .nr-header-right .nr-button:hover { background: #f5f5f5; border-color: #bbb; } /* Main calendar grid */ .nr-border-separate { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .nr-border-separate thead th { padding: 0.75rem 0; font-weight: 500; color: #555; border-bottom: 2px solid #eee; } .nr-border-separate tbody td { width: 14.28%; vertical-align: top; padding: 0.5rem; border-bottom: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; height: 100px !important; min-height: 100px !important; position: relative; } .nr-border-separate tbody tr:last-child td { border-bottom: none; } .nr-border-separate tbody td:last-child { border-right: none; } /* Day numbers */ .nr-day-number { font-weight: bold; margin-bottom: 0.25rem; display: block; color: #444; } .nr-today { background: #e8f4ff; } /* Event pills */ .nr-event-item { display: block; margin: 0.2rem 0; padding: 0.2rem 0.4rem; background: #007bff; color: #fff; border-radius: 3px; font-size: 0.85rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: pointer; transition: background 0.2s; } .nr-event-icon { display: inline-block; width: 20px; height: 20px; } .nr-event-item:hover { background: #0056b3; } /* Modal tweaks */ #calendar-modal .uk-modal-dialog { max-width: 400px; } #calendar-modal-content h2 { margin-top: 0; font-size: 1.5rem; } #calendar-modal-content p { margin: 0.5rem 0; line-height: 1.4; } #calendar-modal-content a { color: #007bff; text-decoration: none; } #calendar-modal-content a:hover { text-decoration: underline; } // Mobile @media (max-width: 960px) { /* Reduce header font & button size on smaller screens */ .nr-header-left h2.month-title { font-size: 1.25rem; } .nr-header-right .nr-button { margin-left: 1.3rem; } /* Tighter padding & fixed height for day cells */ .nr-border-separate tbody td { height: 100px !important; min-height: 100px !important; padding: 0.25rem !important; } /* Slightly smaller day numbers */ .nr-day-number { font-size: 0.9rem; } /* Scale down event pills */ .nr-event-item { font-size: 0.75rem; padding: 0.15rem 0.3rem; } } @media (max-width: 960px) { /* force equal columns and limit their maximum width */ .nr-border-separate { table-layout: fixed !important; width: 100% !important; } .nr-border-separate tbody td { /* each cell takes 1/7 of the container but never wider than 60px */ width: calc(100% / 7) !important; max-width: 60px !important; } } } // Inventory Archive Dark Mode #inventory-archive { #root { background-color: @primary; background-image: url("/wp-content/uploads/2025/05/background_waves_black0-2badad25.webp"); background-attachment: fixed; backface-visibility: hidden; &>div>section { background-color: transparent; } .ais-Stats-text { color: white; } } .hits-empty-state { color:#fff; } .clear-filters{ color:#fff; } .mm-app-wrapper { .disabled\:opacity-40:disabled { opacity: 1; } button.p-1 { color: #fff; } #infinite_list{ .px-2{ color: #fff; } } } } .core-grid { h2{ text-shadow: #000 1px 0 10px; } .black_overlay-xlight { transition: all ease .3s; } a { &:hover { text-decoration: none; .black_overlay-xlight { opacity: 0; } } } } .utl-quick-search-bar { margin-top: -140px; } .our-brands { .overlay-target { transition: all ease .5s; opacity: 1; background: rgb(0, 0, 0); background: linear-gradient(0deg, #ffffff 15%, rgba(0, 0, 0, 0) 84%); } .grow-target { transition: all ease .5s; } .shop-inventory { transition: all ease .5s; opacity: 0; } .svg-target { transition: all ease .5s; margin-top: 200px; margin-bottom: 50px; } img { transition: all ease .8s; } a { overflow: hidden; text-decoration: none; display: block; &:hover { .svg-target { margin-top: 100px; margin-bottom: 150px; } .shop-inventory { opacity: 1; } img { transform: scale(1.5); } } } } /*-----Marine Manager-----*/ // BirdEye Less .page-id-646 { .uk-article-title { padding: 30px 0px; text-align: center; margin: 0px; } #tm-main { padding-top: 0px; background-color: #f3f3f3; .uk-margin-medium { margin-top: 0px !important; } .uk-container { max-width: none; } } .review-wrapper { max-width: 1000px; margin: auto; hr { display: none; } } .grid--1of3 { display: none; } .actionButtonWrapper { display: flex; justify-content: center; #LoadReviews { display: none; } a { margin: 0px 10px; border: none; overflow: visible; font: inherit; -webkit-appearance: none; border-radius: 0; display: inline-block; box-sizing: border-box; padding: 0 30px; vertical-align: middle; font-size: .95rem; line-height: 38px; text-align: center; text-decoration: none; transition: .1s ease-in-out; transition-property: color, background-color, background-position, background-size, border-color, box-shadow; font-weight: 600; text-transform: uppercase; background-origin: border-box; background-color: @secondary; color: white !important; } } .visible-xs { display: none; } .block { article { background-color: white; padding: 20px; border-radius: 10px; border: 2px solid @primary; margin: 20px 0px; box-shadow: 0 5px 15px rgba(0, 0, 0, .3); } } .star-num { margin-left: 5px; font-size: 16px; img { position: relative; top: -2px; margin: 5px; height: 18px; filter: brightness(.25); } } .on-brand { font-size: 18px; a { color: @secondary !important; } } .date { font-size: 18px; margin-left: 5px; } .heading { font-size: 20px; font-weight: 600; } .content { font-size: 18px; } .powered { margin-top: 10px; display: flex; justify-content: center; img { height: unset; } } .block { img { height: 50px; width: auto; } } #tm-sidebar { display: none; } } /*-----Horizontal Nav-----*/ .nav-brand-switcher-container { .logo-icon-target { width: 20px; } } .tm-header .uk-navbar-dropdown .uk-list .el-item { margin-top: 0; } .uk-navbar-dropdown { display: none; width: 100% !important; max-width: 1300px !important; left: unset !important; right: 0 !important; padding: 0px; } /*-----Discover Inventory-----*/ .discover-inventory-A { // Slider Arrows .featured-slider { .uk-position-center-left-out { right: 97%; @media (max-width: 960px) { right: 90%; } } .uk-position-center-right-out { left: 97%; @media (max-width: 960px) { left: 90%; } } } .new-used { .uk-position-center-left-out { right: 93%; @media (max-width: 1250px) { right: 90%; } } .uk-position-center-right-out { left: 93%; @media (max-width: 1250px) { left: 90%; } } } } /*-----Forms-----*/ .gf_simple_horizontal { @media(max-width:960px) { .gform_body { display: flex !important; max-width: 100% !important; } .gfield_visibility_hidden { padding-right: 0 !important; } .spacer { padding-right: 0 !important; } .gfield { display: block !important; padding-bottom: 10px; } .gform_footer { display: flex !important; justify-content: center !important; max-width: unset !important; } } } .boat-single-form { .gform_wrapper { margin-top: -20px !important; } } .get-more-info-form { .gform_footer { margin-top: 10px !important; padding: 0 !important; } .gform_footer input { border-radius: 5px !important; background-color: #000 !important; font-weight: bold !important; border: 1px solid @secondary !important; } .gform_wrapper select { height: 45px !important; } .gform_wrapper .ginput_container_select { margin-bottom: 16px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper input[type=text] { height: 45px; margin-bottom: 16px; } .gform_wrapper.gravity-theme .gfield textarea.small { height: 65px !important; } .gform_wrapper.gravity-theme .gform_fields { row-gap: 0 !important; } .gform_wrapper.gravity-theme .gform_footer { justify-content: center; } .gfield_checkbox { display: flex; justify-content: space-between; margin-bottom: 10px; @media(max-width:1450px) { display: block !important; } @media(max-width:1200px) { display: flex !important; justify-content: space-between; } @media(max-width:500px) { display: block !important; } } .gfield_checkbox label { max-width: calc(100% - 0px) !important; font-size: 12px !important; } .gfield-choice-input { margin: 0px -2px 0px 7px !important; } @media(max-width: 1550px) { .gfield_checkbox { display: flex; justify-content: flex-start; .gchoice { @media(max-width:1450px) { float: left; margin: 0; width: 40%; } @media(max-width:1200px) { float: unset; margin: unset; width: unset; } @media(max-width:500px) { float: left; margin: 0; width: 40%; } } } } .gform_confirmation_wrapper { height: 300px; position: relative; } .gform_confirmation_message { position: absolute; top: 40px; } } /*-----Custom Sections-----*/ .company-header { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } /*-----PageHeader Styles-----*/ #subpage { .header { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } } .company-header { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } /*-----Inventory Archive-----*/ // Css Updates to fix broken styles coming from the inventory cards // Inventory Archive Header #inventory-archive { .h1-target { font-size: 2.3rem; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } // Inventory Feed Cards :root { --mm-cta-view-boat-bg: @secondary; --mm-cta-view-boat-bg-hover: darken(@secondary, 25%); --mm-cta-view-boat-text: @white; --mm-cta-check-availability-bg: var(--mm-cta-view-boat-bg); --mm-cta-check-availability-bg-hover: var(--mm-cta-view-boat-bg-hover); --mm-cta-check-availability-text: var(--mm-cta-view-boat-text); --mm-usage-badge-bg: rgb(242, 242, 242); --mm-usage-badge-shadow: transparent; --mm-usage-badge-text: lighten(@primary, 10%); --mm-title-link-hover: var(--mm-cta-view-boat-bg); --mm-monthly-payment-link: darken(@primary, 20%); --mm-cta-request-pricing-bg: darken(@primary, 20%); --mm-cta-request-pricing-shadow: @primary; --mm-cta-request-pricing-bg-hover: @secondary; --mm-cta-request-pricing-text: @white; --mm-featured-bg: @primary; --mm-featured-text: @white; --mm-featured-card-gradient-to-100: @muted; --mm-featured-card-gradient-via-50: @muted; --mm-filter-accent: darken(@primary, 20%); --mm-cta-show-more-bg: @primary; --mm-cta-show-more-bg-hover: darken(@primary, 20%); --mm-cta-show-more-text: @white; } // Empty Inventory .hits-empty-state { text-align: center; } .hits-empty-state-image { margin: auto; } /*-----Boat Single-----*/ #boat-single { .total-views-box { @keyframes pulse-orange { 0% { box-shadow: 0 0 0 0 rgba(0, 207, 255, 1); } 70% { box-shadow: 0 0 0 10px rgba(49, 155, 66, 0); } 100% { box-shadow: 0 0 0 0 rgba(49, 155, 66, 0); } } } .price-header span { border-bottom: 1px solid #fff; } .h1-target { font-size: 3rem; margin: 0; } @media(max-width: 1550px) { .h1-target { font-size: 2.5rem } } @media(max-width: 640px) { .h1-target { font-size: 2rem; margin-bottom: 20px; } } .banner-text { padding: 5px 10px; background: #1753c8; border-radius: 5px; color: #fff; font-size: 1.2rem; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .uk-card-default { box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); } .slideshow-panel { img { border-radius: 5px; } } .uk-button { border-radius: 5px !important; } .uk-list-striped { border-radius: 5px; border: 1px solid #ebebeb; } .uk-list-striped>:nth-of-type(odd) { background: #ebebeb; } .uk-list-striped>:nth-of-type(odd) { background: #fff; } .uk-list-striped li { justify-content: space-between; display: flex; font-weight: bold; } .form-panel { .gform_footer { margin-top: 10px !important; padding: 0 !important; } .gform_footer input { border-radius: 5px !important; background-color: #000 !important; font-weight: bold !important; } .gform_wrapper select { height: 45px !important; } .gform_wrapper .ginput_container_select { margin-bottom: 16px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper input[type=text] { height: 45px; margin-bottom: 16px; } .gform_wrapper.gravity-theme .gfield textarea.small { height: 65px !important; } .gform_wrapper.gravity-theme .gform_fields { row-gap: 0 !important; } .gform_wrapper.gravity-theme .gform_footer { justify-content: center; } .gfield_checkbox { display: flex; justify-content: space-between; margin-bottom: 10px; } .gfield_checkbox label { max-width: calc(100% - 0px) !important; font-size: 14px; } .gfield_checkbox { display: flex; justify-content: space-between; } .gfield_checkbox label { max-width: calc(100% - 0px); font-size: 13px; } @media(max-width: 1550px) { .gfield_checkbox { display: block; .gchoice { float: left; max-width: unset; margin-left: 0%; width: 40%; } } } } .pay-calc-panel { .calculator-settings { margin: 25px auto !important; } .calc-subtotal { height: 100%; } .calc-subtotal-wrapper { height: 100%; } .calc-list-inner { height: 98%; } } .slideshow-panel { .uk-slidenav-container { position: relative; .uk-position-center-left { left: 10px; } } } } .details-mobile { @media(max-width:960px) { .nav_item { padding: 5px 7px; text-align: center; a { font-size: .8rem; padding: 0; } } } } /*-----Brand Archive-----*/ // Brand Archive #brand-archive { .h1-target { span { display: block; font-weight: bold; &:nth-child(1) { font-size: 2.3rem; margin-bottom: 10px; } &:nth-child(2) { font-size: 1.5rem; } } } .brand-archive-header-2 .image-target { clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%); } } /*-----Manufacturer Single-----*/ /*-----Usage Single-----*/ /*-----Pay Calc-----*/ .financing-calculator { .number-input { position: relative; width: ~"calc(100% - 40px)"; padding: 6px 16px 4px 16px; border: 4px solid transparent; font-size: 16px; -moz-appearance: textfield; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ &::-webkit-outer-spin-button { -webkit-appearance: none; } &::-webkit-inner-spin-button { -webkit-appearance: none; } &:focus { border: @secondary 4px solid; outline: 0 !important; } } .input-container { position: relative; margin-bottom: 10px; .up-down-container { position: absolute; right: 0; top: 22px; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ a { display: block; height: 18px; width: 24px; position: relative; &.up { .uk-icon { position: relative; top: -5px; left: 4px; color: black; } } &.down { .uk-icon { position: relative; top: -5px; left: 4px; color: black; } } } } .form-label { font-size: 14px; } .form-sub-label { font-size: 14px; margin-top: 3px; margin-bottom: 0px; } } .summary-list { p { font-size: 16px; margin: 0px; } } } /*-----Mobile Menu-----*/ #tm-dialog-mobile { background: @primary; top: 129px !important; &:not(.uk-open) { display: none !important; } .uk-offcanvas-bar .uk-subnav-pill>.uk-active>a { background: @secondary; } .icon-target { width: 35px; } .mobile-subnavs .uk-offcanvas-bar { max-width: none !important; width: 100%; padding-top: 60px; } .mobile-subnavs .uk-offcanvas-close { left: 10px; right: auto; } .uk-nav-sub .logo-target { width: 30px; } .uk-navbar-toggle { color: @secondary; } .tm-header-mobile { .uk-navbar-left { img { height: 60px; padding: 5px 0px; width: auto; } } .uk-logo img { padding: 10px; max-width: 285px; } } #tm-dialog-mobile { background-color: @primary !important; z-index: 999 !important; } #custom_html-3 { margin-top: 10px; .toggle_sub { display: none !important; } .uk-nav-sub ul { padding-left: 0px; } ul.uk-nav-sub { padding-left: 0px !important; } .uk-nav-accordion>li>a { font-size: 20px; line-height: 22px; font-weight: 600; color: white; &:hover { color: @secondary; } } .uk-accordion>li { &>a { font-size: 18px; line-height: 20px; padding: 5px 0px; color: white; &:hover { color: @secondary; } } ul { font-size: 16px; font-weight: 600; p { font-weight: 500; color: white; } a:hover { color: @secondary; } } } .logo-square-container { width: 35px; padding: 4px; border-radius: 5px; background-color: white; &.supreme>* { max-height: 35px; } &>* { width: 100%; height: auto; } } .socials { .uk-icon { padding: 8px; } } .uk-offcanvas-bar:not(.no-image-back) { .image-container { background-color: white; border-radius: 5px; } } .uk-offcanvas { z-index: 9999 !important; } .uk-offcanvas-bar { background-color: @primary; h5 { width: 100%; border-bottom: 2px solid @secondary; font-size: 1.75rem; } .nav-divider { border-bottom: 2px solid @secondary; margin-bottom: 20px; } .brand-logo-container>* { max-width: 250px; width: 100%; } .image-container { padding: 5px; } .models-grid { p { font-size: 18px; } } } p { margin: 0px; color: white; } a { color: white; &:hover { color: @secondary !important; } } .uk-icon { color: white; } } } /*-----Sprites-----*/ // 2024 Cobalt CS-Series Sprite .cobalt-cs-series-220s, .cobalt-cs-series-cs22, .cobalt-cs-series-cs23, .cobalt-cs-series-newcs22, .cobalt-cs-series-newcs23 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Cobalt_CS-Series_Sprite_24.png'); } .cobalt-cs-series-220s { background-position: 0 0%; background-size: 100%; } .cobalt-cs-series-cs22 { background-position: 0 24.452555%; background-size: 100%; } .cobalt-cs-series-cs23 { background-position: 0 48.905109%; background-size: 100%; } .cobalt-cs-series-newcs22 { background-position: 0 74.169742%; background-size: 100%; } .cobalt-cs-series-newcs23 { background-position: 0 100%; background-size: 100%; } // 2024 Cobalt R-Series Sprite .cobalt-r-series-r30, .cobalt-r-series-r33, .cobalt-r-series-r35, .cobalt-r-series-r4, .cobalt-r-series-r6, .cobalt-r-series-r8 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Cobalt_R-Series_Sprite_24.png'); } .cobalt-r-series-r30 { background-position: 0 0%; background-size: 100%; } .cobalt-r-series-r33 { background-position: 0 20.01992%; background-size: 100%; } .cobalt-r-series-r35 { background-position: 0 39.940535%; background-size: 100%; } .cobalt-r-series-r4 { background-position: 0 59.760956%; background-size: 100%; } .cobalt-r-series-r6 { background-position: 0 79.880478%; background-size: 100%; } .cobalt-r-series-r8 { background-position: 0 100%; background-size: 100%; } // 2024 Cobalt A-Series Sprite .cobalt-a-series-a29 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Cobalt_A-Series_Sprite_24.png'); } .cobalt-a-series-a29 { background-position: 0 100%; background-size: 100%; } //2024 Supra Sprite .supra-sa, .supra-se, .supra-sl, .supra-sv { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Supra_24_Sprite.png'); } .supra-sa { background-position: 0 0%; background-size: 100%; } .supra-se { background-position: 0 33.333333%; background-size: 100%; } .supra-sl { background-position: 0 66.666667%; background-size: 100%; } .supra-sv { background-position: 0 100%; background-size: 100%; } //2024 Moomba Sprite .moomba-craz, .moomba-kaiyen, .moomba-makai, .moomba-max, .moomba-mojo, .moomba-mondo, .moomba-tykon { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Moomba_Sprite_2024.png'); } .moomba-craz { background-position: 0 0%; background-size: 100%; } .moomba-kaiyen { background-position: 0 16.666667%; background-size: 100%; } .moomba-makai { background-position: 0 33.333333%; background-size: 100%; } .moomba-max { background-position: 0 50%; background-size: 100%; } .moomba-mojo { background-position: 0 66.666667%; background-size: 100%; } .moomba-mondo { background-position: 0 83.333333%; background-size: 100%; } .moomba-tykon { background-position: 0 100%; background-size: 100%; } //2025 Sylvan Sprite .a-series, .g-series, .l-series, .m-series, .mirage-cruise, .mirage-fish, .mirage-x-series, .s-series { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Sylvan_2025_sprite.png'); } .a-series { background-position: 0 0%; background-size: 100%; } .g-series { background-position: 0 14.285714%; background-size: 100%; } .l-series { background-position: 0 28.571429%; background-size: 100%; } .m-series { background-position: 0 42.857143%; background-size: 100%; } .mirage-cruise { background-position: 0 57.142857%; background-size: 100%; } .mirage-fish { background-position: 0 71.428571%; background-size: 100%; } .mirage-x-series { background-position: 0 85.714286%; background-size: 100%; } .s-series { background-position: 0 100%; background-size: 100%; } //2025 Sea Hunt Gamefish-Series Sprite .sea-hunt-gamefish-25, .sea-hunt-gamefish-27cb, .sea-hunt-gamefish-27fs, .sea-hunt-gamefish-28cb, .sea-hunt-gamefish-28fs, .sea-hunt-gamefish-30cb, .sea-hunt-gamefish-30fs { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Sea-Hunt_Gamefish-Series_Sprite.png'); } .sea-hunt-gamefish-25 { background-position: 0 0%; background-size: 100%; } .sea-hunt-gamefish-27cb { background-position: 0 16.666667%; background-size: 100%; } .sea-hunt-gamefish-27fs { background-position: 0 33.333333%; background-size: 100%; } .sea-hunt-gamefish-28cb { background-position: 0 50%; background-size: 100%; } .sea-hunt-gamefish-28fs { background-position: 0 66.666667%; background-size: 100%; } .sea-hunt-gamefish-30cb { background-position: 0 83.333333%; background-size: 100%; } .sea-hunt-gamefish-30fs { background-position: 0 100%; background-size: 100%; } //2025 Sea Hunt Ultra-Series Sprite .sea-hunt-ultra-219, .sea-hunt-ultra-229, .sea-hunt-ultra-234, .sea-hunt-ultra-235se, .sea-hunt-ultra-239se, .sea-hunt-ultra-245se, .sea-hunt-ultra-255se, .sea-hunt-ultra-265se, .sea-hunt-ultra-275se, .sea-hunt-ultra-305se { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Sea-Hunt_Ultra-Series_Sprite.png'); } .sea-hunt-ultra-219 { background-position: 0 0%; background-size: 100%; } .sea-hunt-ultra-229 { background-position: 0 11.392405%; background-size: 100%; } .sea-hunt-ultra-234 { background-position: 0 22.78481%; background-size: 100%; } .sea-hunt-ultra-235se { background-position: 0 34.177215%; background-size: 100%; } .sea-hunt-ultra-239se { background-position: 0 45.56962%; background-size: 100%; } .sea-hunt-ultra-245se { background-position: 0 55.743243%; background-size: 100%; } .sea-hunt-ultra-255se { background-position: 0 66.168009%; background-size: 100%; } .sea-hunt-ultra-265se { background-position: 0 77.471264%; background-size: 100%; } .sea-hunt-ultra-275se { background-position: 0 88.735632%; background-size: 100%; } .sea-hunt-ultra-305se { background-position: 0 100%; background-size: 100%; } //2025 Sea Hunt BX-Series Sprite .sea-hunt-bx-22br, .sea-hunt-bx-25fs { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Sea-Hunt_BX-Series_Sprite.png'); } .sea-hunt-bx-22br { background-position: 0 0%; background-size: 100%; } .sea-hunt-bx-25fs { background-position: 0 100%; background-size: 100%; } //2025 Sea Hunt Escape-Series Sprite .sea-hunt-escape-25, .sea-hunt-escape-28 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Sea-Hunt_Escape-Series_Sprite.png'); } .sea-hunt-escape-25 { background-position: 0 0%; background-size: 100%; } .sea-hunt-escape-28 { background-position: 0 100%; background-size: 100%; }