@primary: #000; @secondary: #000; @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: @secondary; .uk-container { max-width: 1550px; } } .tm-header { z-index: 9999; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15); .uk-navbar-left { margin-top: -60px; } .uk-navbar-container { .uk-navbar-left { position: relative; width: 100% !important; .uk-navbar-nav { margin-left: auto; z-index: 1; @media (max-width: 1200px) { gap: 10px; a { font-size: .8rem; } } } } } } .home { .tm-header { .tm-headerbar-default { transition: all ease-in-out .3s; padding: 0; background: rgba(255, 255, 255, .95) !important; } &.uk-sticky-below { .tm-headerbar-default { background: rgba(255, 255, 255, 1) !important; } } } } .tm-header { .tm-headerbar-default { padding: 0; .uk-container { max-width: 1550px; } .widget_custom_html { margin-top: -35px; font-size: 14px; a:hover { color: @secondary !important; text-decoration: none; } .uk-button-text:hover { color: @tertiary !important; } } .uk-logo { z-index: 2; padding: 10px; img { transition: all ease .3s; } @media (max-width: 1200px) { img { width: 311px; } } } } } .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-target { font-size: 2.8rem; letter-spacing: 1px; @media (max-width: 960px) { font-size: 2rem; } span { display: block; &:nth-child(1) { padding-bottom: 10px; font-weight: bold; } &:nth-child(2) { font-size: 1.3rem; @media (max-width: 960px) { font-size: 1rem; } } } } } #mainpage { .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; } } } } #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; } } } } /*-----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; } } } /*-----Custom Sections-----*/ .h1-home-A { margin-top: -105px; .home-header { z-index: 1; background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, .7) 55%, rgba(255, 255, 255, 0) 100%); } // .home-header:after { // content: ""; // background: rgba(255, 255, 255, 0.6); // position: absolute; // left: 30%; // top: 0; // right: -300px; // bottom: -1px; // transform: skew(-45deg); // z-index: -1; // } } .core-grid-D { h2 { font-size: 2rem } .black_overlay-xlight { transition: all ease .3s; } .title-wrapper { transition: all ease .3s; } .height-target { height: 400px; } a { &:hover { text-decoration: none !important; .black_overlay-xlight { opacity: 0; } .title-wrapper { transform: translateY(240px); @media(max-width:960px) { transform: translateY(120px); } } } } } .our-brands-c { .overlay-target { transition: all ease .5s; opacity: 1; background: rgb(0, 0, 0); background: linear-gradient(0deg, rgba(255, 255, 255, 1) 4%, rgba(0, 0, 0, 0) 66%); } .grow-target { transition: all ease .5s; } .shop-inventory { transition: all ease .5s; margin-top: -40px; margin-bottom: 30px; opacity: 0; } img { transition: all ease .8s; } a { text-decoration: none; &:hover { .overlay-target { opacity: 0; } .grow-target { transform: scale(1.2); } .shop-inventory { opacity: 1; margin-top: 10px; margin-bottom: 0; } img { transform: scale(1.5); } } } } // Add to less #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; } } } /*-----Marine Manager-----*/ // BirdEye Less .page-id-630 { .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; } // Horizontal Nav Styles .tm-header .uk-navbar-dropdown { width: 100% !important; max-width: 1600px !important; .uk-margin-small-bottom { margin-bottom: 8px !important; } .uk-list { li { margin: 0; } } } .nav-brand-switcher-container { .uk-subnav { a { font-size: 1.2rem; } } .logo-target { border-radius: 8px; max-width: 30px; } .uk-height-small { height: 50px; } .type-target { color: @black; font-size: .75rem; } } /*-----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; } } /*-----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 Nautique Ski Sprite .nautique-ski-ski-nautique, .nautique-ski-ski-nautique-200 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Nautique_Ski_Sprite_2024.png'); } .nautique-ski-ski-nautique { background-position: 0 0%; background-size: 100%; } .nautique-ski-ski-nautique-200 { background-position: 0 100%; background-size: 100%; } //2024 Nautique Wake & Surf Sprite .nautique-wake-surf-paragon-g23, .nautique-wake-surf-paragon-g25, .nautique-wake-surf-super-air-nautique-g21, .nautique-wake-surf-super-air-nautique-g23, .nautique-wake-surf-super-air-nautique-g25, .nautique-wake-surf-super-air-nautique-s21, .nautique-wake-surf-super-air-nautique-s23, .nautique-wake-surf-super-air-nautique-s25 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Nautique_Wake-Surf_Sprite_2024.png'); } .nautique-wake-surf-paragon-g23 { background-position: 0 0%; background-size: 100%; } .nautique-wake-surf-paragon-g25 { background-position: 0 14.285714%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g21 { background-position: 0 28.571429%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g23 { background-position: 0 42.857143%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g25 { background-position: 0 57.142857%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s21 { background-position: 0 71.428571%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s23 { background-position: 0 85.714286%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s25 { background-position: 0 100%; background-size: 100%; } //2024 Nautique Multi Sport Sprite .nautique-multi-sport-super-air-nautique-gs20, .nautique-multi-sport-super-air-nautique-gs22, .nautique-multi-sport-super-air-nautique-gs24 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Nautique_Multi-Sport_Sprite_2024.png'); } .nautique-multi-sport-super-air-nautique-gs20 { background-position: 0 0%; background-size: 100%; } .nautique-multi-sport-super-air-nautique-gs22 { background-position: 0 50%; background-size: 100%; } .nautique-multi-sport-super-air-nautique-gs24 { background-position: 0 100%; background-size: 100%; } //2024 Barletta Sprite .barletta-aria, .barletta-cabrio, .barletta-corsa, .barletta-lusso, .barletta-reserve-leggera, .barletta-reserve { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Barletta_Sprite_2024.png'); } .barletta-aria { background-position: 0 0%; background-size: 100%; } .barletta-cabrio { background-position: 0 20%; background-size: 100%; } .barletta-corsa { background-position: 0 40%; background-size: 100%; } .barletta-lusso { background-position: 0 60%; background-size: 100%; } .barletta-reserve-leggera { background-position: 0 80%; background-size: 100%; } .barletta-reserve { background-position: 0 100%; background-size: 100%; } //2025 Chris Craft Sportster-Series Sprite .chris-craft-sportster25, .chris-craft-sportster28 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Chris-Craft_Sportster-Series_Sprite.png'); } .chris-craft-sportster25 { background-position: 0 0%; background-size: 100%; } .chris-craft-sportster28 { background-position: 0 100%; background-size: 100%; } //2025 Chris Craft Calypso-Series Sprite .chris-craft-calypso24, .chris-craft-calypso28, .chris-craft-calypso32, .chris-craft-calypso35 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Chris-Craft_Calypso-Series_Sprite.png'); } .chris-craft-calypso24 { background-position: 0 0%; background-size: 100%; } .chris-craft-calypso28 { background-position: 0 33.333333%; background-size: 100%; } .chris-craft-calypso32 { background-position: 0 66.666667%; background-size: 100%; } .chris-craft-calypso35 { background-position: 0 100%; background-size: 100%; } //2025 Chris Craft Catalina-Series Sprite .chris-craft-catalina24, .chris-craft-catalina28, .chris-craft-catalina30 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Chris-Craft_Catalina-Series_Sprite.png'); } .chris-craft-catalina24 { background-position: 0 0%; background-size: 100%; } .chris-craft-catalina28 { background-position: 0 50%; background-size: 100%; } .chris-craft-catalina30 { background-position: 0 100%; background-size: 100%; } //2025 Chris Craft LaunchGT-Series Sprite .chris-craft-launch-25gt, .chris-craft-launch-28gt, .chris-craft-launch-31gt, .chris-craft-launch-35gt { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Chris-Craft_LaunchGT-Series_Sprite.png'); } .chris-craft-launch-25gt { background-position: 0 0%; background-size: 100%; } .chris-craft-launch-28gt { background-position: 0 33.333333%; background-size: 100%; } .chris-craft-launch-31gt { background-position: 0 66.666667%; background-size: 100%; } .chris-craft-launch-35gt { background-position: 0 100%; background-size: 100%; } //2025 Chris Craft Launch-Series Sprite .chris-craft-launch-27 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/05/Chris-Craft_Launch-Series_Sprite.png'); } .chris-craft-launch-27 { background-position: 0 0%; background-size: 100%; }