/*
    Theme Name: yachtandfun-child
    Template: Impreza
    Author: okigital
    Author URI: http://oktodigital.com/
*/


/*****************************
**
** GENERAL
**
******************************/

:root {
    /***** General */
    --element-radius: 0px;
    /***** Layout */
    --page-layout-gutter: 15px;
    --page-layout-site-width: 1720px;
    /***** Typography */
    --bold-font-weight: 700;
    --default-font-weight: 400;
    --heading-font-weight: 700;
    /***** Colors */
    --success-color: #67BDC1;
    --warning-color: #FFB536;
    --error-color: #E82963;
    --color-content-bold: var(--color-content-heading);
    --color-alt-content-bold: var(--color-alt-content-heading);
    --color-footer-bold: var(--color-footer-heading);
    --color-content-primary-hover: #529699;
    --color-content-faded-alt: rgba(7, 46, 72, 0.50);
    /***** WPCF7 */
    --wpcf7-error: var(--error-color);
    --wpcf7-disabled-color: var(--color-content-faded);
    --wpcf7-disabled-border-color: #DDDDDD;
    --wpcf7-label-color: var(--color-content-heading);
    /* checkbox */
    --wpcf7-checkbox-text-color: var( --color-content-text);
    --wpcf7-checkbox-background: transparent;
    --wpcf7-checkbox-border: #CCCCCC;
    --wpcf7-checkbox-radius: 3px;
    --wpcf7-checkbox-checked-color: #FFFFFF;
    --wpcf7-checkbox-checked-border: var(--color-content-primary);
    --wpcf7-checkbox-checked-background: var(--color-content-primary);
    /* radio */
    --wpcf7-radio-text-color: var( --color-content-text);
    --wpcf7-radio-background: #FFFFFF;
    --wpcf7-radio-border: #CCCCCC;
    --wpcf7-radio-checked-border: var(--color-content-primary);
    /* response */
    --wpcf7-response-color-default: #FFFFFF;
    --wpcf7-response-background-default: var(--color-content-heading);
    --wpcf7-response-color-sent: var(--wpcf7-response-color-default);
    --wpcf7-response-background-sent: var(--wpcf7-response-background-default);
    --wpcf7-response-color-unaccepted: var(--wpcf7-response-color-default);
    --wpcf7-response-background-unaccepted: var(--wpcf7-response-background-default);
    --wpcf7-response-color-invalid: var(--wpcf7-response-color-default);
    --wpcf7-response-background-invalid: var(--wpcf7-response-background-default);
    --wpcf7-border-color: var(--color-content-border);
    --wpcf7-response-radius: 0px;
    /***** Icons / Ornaments / SVGs */
    --ornament-waves-titlebar-homepage: url('assets/imgs/ornament-waves-titlebar-homepage.svg');
    --ornament-waves-titlebar-page: url('assets/imgs/ornament-waves-titlebar-page.svg');
    --ornament-waves-banner: url('assets/imgs/ornament-waves-banner.svg');
    --ornament-quotes: url('assets/imgs/ornament-quotes.svg');
}


/*****************************
**
** HELPERS
**
******************************/

.d-none {
    display: none !important;
}

.m-0,
.wpb_wrapper .g-cols>.m-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.mb-0,
.wpb_wrapper .g-cols>.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0,
.wpb_wrapper .g-cols>.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.grayscale img {
    filter: grayscale(100%);
}

.overflow_hidden {
    overflow: hidden;
}

.overflow_visible {
    overflow: visible;
}

.color_white {
    color: #FFFFFF;
}

.w-btn,
img,
label,
.g-breadcrumbs,
::placeholder {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-post-elm.type_image,
img {
    line-height: 0;
}

.round img {
    border-radius: var(--element-radius);
}

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

.w-image.push_to_left img {
    display: block;
    margin-right: auto;
}

.w-image.push_to_right img {
    display: block;
    margin-left: auto;
}

.w-gallery-item-meta:empty,
.w-html:empty {
    display: none;
}

.border_top {
    border-top: 1px solid var(--color-content-border);
}


/**** Over Link ****/

.overLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}


/**** Placeholder Color ****/

::placeholder {
    color: var(--color-content-faded);
    opacity: 1;
}


/* .l-section.color_alternate ::placeholder,
.l-section.color_footer-bottom ::placeholder {
    color: var(--color-footer-faded);
} */


/**** Highlight Color ****/

::selection {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}

::-moz-selection {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}

.l-section.color_alternate *::selection {
    background: #FFFFFF;
    color: var(--color-content-primary);
}


/* .l-section.color_alternate *::-moz-selection {
    background: #FFFFFF;
    color: var(--color-content-primary);
} */


/**** Columns ****/

@media (min-width: 768px) {
    .columns-2 ul {
        columns: 2;
    }
}

@media (min-width: 1024px) {
    .columns-3 ul {
        columns: 3;
    }
}


/*****************************
**
** PAGE LAYOUT
**
******************************/


/*** Custom ***/

html body {
    background: var(--color-content-bg);
}

main#page-content>section:not(.color_alternate):not(.height_auto):last-child {
    border-bottom: 1px solid var(--color-content-border);
}

.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type {
    margin-top: var(--header-height);
}

.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
    padding-top: 0 !important;
}

@media (min-width: 601px) and (max-width: 1024px) {
    .header_hor .l-header.pos_fixed {
        top: 0;
    }
}


/*** Outher Container */

#page-content .l-section,
#page-footer .l-section {
    max-width: var(--page-layout-site-width);
}

@media (min-width: 1720px) {
    #page-content .w-separator.width_screen {
        margin-right: calc( var(--site-content-width) / 2 + 0px / 2 - calc(var(--page-layout-site-width) / 2));
        margin-left: calc( var(--site-content-width) / 2 + 0px / 2 - calc(var(--page-layout-site-width) / 2));
    }
}


/*** Page Layout Gutter */

.g-cols.type_default>div>.vc_column-inner,
.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: var(--page-layout-gutter);
    padding-right: var(--page-layout-gutter);
}

.g-cols.type_default,
.g-cols.via_flex.type_default {
    margin-left: calc(-1 * var(--page-layout-gutter));
    margin-right: calc(-1 * var(--page-layout-gutter));
}


/**** Page Layout Offsets */

@media (min-width: 1280px) {
    .leftOffset>.vc_column-inner>.wpb_wrapper {
        margin-left: 70px;
    }
    .rightOffset>.vc_column-inner>.wpb_wrapper {
        margin-right: 70px;
    }
    .leftOffset-small>.vc_column-inner>.wpb_wrapper {
        margin-left: 40px;
    }
    .rightOffset-small>.vc_column-inner>.wpb_wrapper {
        margin-right: 40px;
    }
}


/*** Page Container Paddings */

:root {
    --page-layout-container-padding: 20px;
}

@media (min-width: 768px) {
     :root {
        --page-layout-container-padding: 30px;
    }
}

@media (min-width: 1024px) {
     :root {
        --page-layout-container-padding: 40px;
    }
}

@media (min-width: 1280px) {
     :root {
        --page-layout-container-padding: 40px;
    }
}

.l-subheader,
.l-section:not(.width_full) {
    padding-left: var(--page-layout-container-padding) !important;
    padding-right: var(--page-layout-container-padding) !important;
}

.l-section.width_full>div>.g-cols.cols_1>div>div>.w-tabs.layout_hor .w-tabs-section-content,
.l-section.width_full>div>div>.vc_col-sm-12>div>div>.w-tabs.layout_hor .w-tabs-section-content {
    padding: var(--section-height-medium-top-padding) var(--page-layout-container-padding) var(--section-height-medium-bottom-padding);
}


/*****************************
**
** SEPARATOR SPACINGS
**
******************************/

:root {
    --separator_height_size_small: 20px;
    --separator_height_size_medium: 40px;
    --separator_height_size_large: 60px;
    --separator_height_size_huge: 80px;
}

@media (min-width: 768px) {
     :root {
        --separator_height_size_small: 20px;
        --separator_height_size_medium: 40px;
        --separator_height_size_large: 80px;
        --separator_height_size_huge: 120px;
    }
}

@media (min-width: 1024px) {
     :root {
        --separator_height_size_small: 40px;
        --separator_height_size_medium: 50px;
        --separator_height_size_large: 100px;
        --separator_height_size_huge: 200px;
    }
}

@media (min-width: 1280px) {
     :root {
        --separator_height_size_small: 40px;
        --separator_height_size_medium: 50px;
        --separator_height_size_large: 100px;
        --separator_height_size_huge: 200px;
    }
}

.l-section .w-separator.size_huge {
    height: var(--separator_height_size_huge);
}

.l-section .w-separator.size_large {
    height: var(--separator_height_size_large);
}

.l-section .w-separator.size_medium {
    height: var(--separator_height_size_medium);
}

.l-section .w-separator.size_small {
    height: var(--separator_height_size_small);
}


/* with_line */

.l-section .w-separator.size_huge.with_line {
    height: 120px;
}

@media (min-width: 768px) {
    .l-section .w-separator.size_huge.with_line {
        height: 200px;
    }
}


/*****************************
**
** SECTION SPACINGS
**
******************************/


/*** Custom Spacings */


/* .l-section.mt_medium {
    margin-top: 25px;
}

.l-section.mb_medium {
    margin-bottom: 25px;
}

.state_laptops .l-section.mt_medium {
    margin-top: 50px;
}

.state_laptops .l-section.mb_medium {
    margin-bottom: 50px;
}

.state_laptops .l-section.mt_small {
    margin-top: 25px;
}

.state_laptops .l-section.mb_small {
    margin-bottom: 25px;
}

.state_default .l-section.mt_medium {
    margin-top: 100px;
}

.state_default .l-section.mb_medium {
    margin-bottom: 100px;
}

.state_default .l-section.mt_small {
    margin-top: 50px;
}

.state_default .l-section.mb_small {
    margin-bottom: 50px;
} */

:root {
    /* small */
    --section-height-small-top-padding: 40px;
    --section-height-small-bottom-padding: 40px;
    /* medium */
    --section-height-medium-top-padding: 60px;
    --section-height-medium-bottom-padding: 60px;
}

@media (min-width: 768px) {
     :root {
        /* small */
        --section-height-small-top-padding: 40px;
        --section-height-small-bottom-padding: 40px;
        /* medium */
        --section-height-medium-top-padding: 60px;
        --section-height-medium-bottom-padding: 60px;
    }
}

@media (min-width: 1024px) {
     :root {
        /* small */
        --section-height-small-top-padding: 60px;
        --section-height-small-bottom-padding: 60px;
        /* medium */
        --section-height-medium-top-padding: 80px;
        --section-height-medium-bottom-padding: 80px;
    }
}

@media (min-width: 1280px) {
     :root {
        /* small */
        --section-height-small-top-padding: 80px;
        --section-height-small-bottom-padding: 80px;
        /* medium */
        --section-height-medium-top-padding: 100px;
        --section-height-medium-bottom-padding: 100px;
    }
}


/*** Height small */

.l-section.height_small {
    padding-top: var(--section-height-small-top-padding);
    padding-bottom: var(--section-height-small-bottom-padding);
}


/**** Height medium */

.l-section.height_medium {
    padding-top: var(--section-height-medium-top-padding);
    padding-bottom: var(--section-height-medium-bottom-padding);
}


/*****************************
**
** EDITOR STYLES
**
******************************/

.perex {
    font-size: 20px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .perex {
        font-size: 21px;
    }
}

@media (min-width: 1024px) {
    .perex {
        font-size: 24px;
    }
}

.no-wrap {
    white-space: nowrap;
}

p.label {
    color: var(--color-content-heading);
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: var(--bold-font-weight);
    text-transform: uppercase;
}

.color_footer-bottom p.label {
    color: var(--color-footer-text);
}

p.label:last-child {
    margin-bottom: 0;
}

p.small {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-faded);
}


/*****************************
**
** CUSTOM FONTs
**
******************************/


/*** Custom Font Styles */

html,
.l-header,
.widget,
.menu-item-object-us_page_block {
    font-feature-settings: 'pnum' on, 'lnum' on;
}


/*** Spacings ***/

.heading_space-small.wpb_text_column:not(:last-child) {
    margin-bottom: 20px;
}

.heading_space-small h3:not(:last-child) {
    margin-bottom: 20px;
}

.heading_space-big h2:not(:last-child) {
    margin-bottom: 50px;
}


/*****************************
**
** DEFAULT FONTs
**
******************************/

p,
ul,
ol,
dl,
address,
pre,
table,
blockquote,
fieldset,
.wp-caption,
.w-gallery {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    p,
    ul,
    ol,
    dl,
    address,
    pre,
    table,
    blockquote,
    fieldset,
    .wp-caption,
    .w-gallery {
        margin-bottom: 30px;
    }
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child,
.wp-caption:last-child,
.w-gallery:last-child {
    margin-bottom: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    padding-top: 0;
}


/*** Font Styles */

em {
    font-style: italic;
}

strong,
b {
    color: var(--color-content-bold);
    font-weight: var(--bold-font-weight);
}

.l-section.color_footer-bottom strong,
.l-section.color_footer-bottom b {
    color: var(--color-footer-bold);
}

.color_alternate strong,
.color_alternate b {
    color: var(--color-alt-content-bold);
}

span[style*="color:"]>strong,
span[style*="color:"]>b,
.color_alternate span[style*="color:"]>strong,
.color_alternate span[style*="color:"]>b {
    color: inherit;
}


/*** Links */

.post_content p a:not(.button):not(.w-btn):not([href^="tel:"]),
p a:not(.button):not(.w-btn):not([href^="tel:"]),
.wpb_text_column a:not(.button):not(.w-btn):not([href^="tel:"]) {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}

.no-touch .post_content p a:not(.button):not(.w-btn):not([href^="tel:"]):hover,
.no-touch p a:not(.button):not(.w-btn):not([href^="tel:"]):hover,
.no-touch .wpb_text_column a:not(.button):not(.w-btn):not([href^="tel:"]):hover {
    text-decoration: none;
}


/*** Default FA font weight */

.w-toplink span:not(.ripple-container):after,
.w-popup-closer::before,
.w-dropdown-current .w-dropdown-item:after,
.w-nav-arrow:before,
.mfp-arrow:before,
.mfp-container:after,
header#page-header .w-search-close:before,
header#page-header .w-nav-close::before,
.w-filter-list-closer:before,
.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:after {
    font-weight: var(--fa-font-weight, 400);
    font-family: var(--fa-font-family, "fontawesome");
}


/*** Custom Styling ***/

.heading_space_big h2:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .heading_space_big h2:not(:last-child) {
        margin-bottom: 50px;
    }
}


/*****************************
**
** BUTTONS
**
******************************/

.w-separator+.w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.w-btn i {
    font-size: inherit;
    vertical-align: baseline;
}

.w-btn.icon_atleft i {
    margin-right: 10px;
}

.w-btn.icon_atright i {
    margin-left: 10px;
}

.icon_color-primary i,
.w-text.icon_color-primary i,
.w-btn.icon_color-primary i {
    color: var(--color-content-primary);
    transition: color .3s ease;
}

.w-btn-wrapper.width_full {
    width: 100%;
}


/*** Primary Btn ***/

.w-btn.us-btn-style_1 {
    box-shadow: 0px 1px 1px var(--color-content-primary-hover);
}


/*** Simple Btn Styles ***/

.w-btn.us-btn-style_3 {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}

.no-touch .overLink:hover+.mainWrapper .w-btn.us-btn-style_3,
.no-touch .w-btn.us-btn-style_3:hover {
    text-decoration: none;
}

.w-btn.us-btn-style_3[href^="tel:"] {
    text-decoration: none;
}

.w-btn.us-btn-style_3 i {
    color: var(--color-content-faded-alt);
}


/*****************************
**
** WRAPPERS
**
******************************/


/***** GENERAL / FIXES *****/

.w-vwrapper>.wpb_text_column:not(:last-child) {
    margin-bottom: var(--vwrapper-gap, 1.5rem) !important;
}


/**** ContentWrapper ****/

.contentWrapper .wpb_text_column:not(:last-child) {
    margin-bottom: 50px;
}

.contentWrapper .w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}


/**** BtnWrapper ****/


/* .w-hwrapper.btnWrapper p {
    font-size: 15px;
    line-height: 1.5;
} */

.btnWrapper .w-btn-wrapper .w-btn {
    vertical-align: middle;
}

.w-hwrapper.btnWrapper {
    margin: -15px 0;
}

.w-hwrapper.btnWrapper .w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}


/**** wrapper_heading ****/

.wrapper_heading>* {
    margin: 0;
}

.wrapper_heading.w-hwrapper {
    margin-bottom: 40px;
    gap: 30px;
}

@media (min-width: 768px) {
    .wrapper_heading.w-hwrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .wrapper_heading.w-hwrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}


/**** wrapper_person ****/

.wrapper_person {
    margin-top: 70px;
    width: 100%;
    padding: 0 50px 50px;
    border: 3px solid var(--color-content-heading);
}

.wrapper_person>.person_photo {
    max-width: 140px;
    margin-top: -70px;
}

.wrapper_person>.person_photo img {
    border-radius: 50%;
    border: 3px solid var(--color-content-heading);
}

.wrapper_person .wpb_text_column.person_info {
    margin-bottom: 0;
}

.wrapper_person .person_info h3:not(:last-child) {
    margin-bottom: 20px;
}

.wrapper_person .wrapper_social {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--color-content-border);
}

.wrapper_person .wrapper_social>.wpb_text_column {
    margin-bottom: 0;
}


/* wrapper_grid */

.wrapper_grid-boxes>.vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-gap: var(--page-layout-gutter);
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .wrapper_grid-boxes>.vc_column-inner>.wpb_wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.wrapper_grid-boxes>.vc_column-inner>.wpb_wrapper>* {
    padding: 30px;
    border: 1px solid var(--color-content-border);
}

@media (min-width: 1024px) {
    .wrapper_grid-boxes>.vc_column-inner>.wpb_wrapper>* {
        padding: 50px;
    }
}

.wrapper_grid-boxes .w-iconbox .w-iconbox-meta .w-iconbox-title {
    padding: 30px 0 20px;
}

.wrapper_grid-boxes .w-iconbox .w-iconbox-meta .w-iconbox-text {
    font-size: 16px;
    line-height: 1.75;
}


/* wrapper_members */

.wrapper_members h3:not(:last-child) {
    margin-bottom: 10px;
}


/* wrapper_booking */

.wrapper_booking .booking_address {
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid var(--color-content-border);
    border-top: none;
}

.wrapper_booking .booking_address p:not(:last-child) {
    margin-bottom: 20px;
}


/**** wrapper_banner ****/

.wrapper_banner {
    padding: 40px;
    background: var(--color-content-bg-alt);
}

@media (min-width: 768px) {
    .wrapper_banner {
        padding: 50px;
    }
    .wrapper_banner.newsletter {
        padding: 50px 30px 50px 50px;
    }
}

.wrapper_banner .w-iconbox .w-iconbox-meta .w-iconbox-title {
    padding: 20px 0;
}

@media (min-width: 1280px) {
    .wrapper_banner.newsletter .w-iconbox .w-iconbox-meta .w-iconbox-title {
        max-width: 200px;
    }
}

.wrapper_banner .w-iconbox .w-iconbox-meta .w-iconbox-text {
    font-size: 16px;
    line-height: 1.5;
}

.wrapper_banner .w-btn-wrapper {
    margin: 0 !important;
}


/* ornament */

.wrapper_banner.ornament_waves {
    position: relative;
    margin-bottom: 30px;
}

.wrapper_banner.ornament_waves>* {
    position: relative;
    z-index: 6;
}

.wrapper_banner.ornament_waves::after {
    content: var(--ornament-waves-banner);
    position: absolute;
    display: block;
    left: 30px;
    bottom: -30px;
    user-select: none;
    pointer-events: none;
    z-index: 4;
    line-height: 0;
}


/**** wrapper_certifications ****/

.wrapper_certifications img {
    min-height: 80px;
    max-height: 110px;
    height: auto;
    width: auto;
}


/**** wrapper_contact ****/

.wrapper_contact {
    gap: 30px;
}

.wrapper_contact .wpb_text_column h3:not(:first-child) {
    padding-top: 0;
}

@media (min-width: 340px) {
    .wrapper_contact h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .wrapper_contact {
        gap: 50px;
    }
    .wrapper_contact h3 {
        font-size: 36px;
    }
}

@media (min-width: 1280px) {
    .wrapper_contact h3 {
        font-size: 48px;
    }
}

.wrapper_marina {
    padding: 50px;
    background: #FFFFFF;
}

.wrapper_marina {
    font-size: 16px;
    line-height: 1.75;
}

.wrapper_marina .iconsWrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--color-content-border);
}

.wrapper_marina .iconsWrapper:not(:last-child) {
    margin-bottom: 50px;
}

.wrapper_marina>.w-btn-wrapper.align_none {
    margin: 0;
}


/***** wrapper_booking *****/

.wrapper_booking {
    font-size: 16px;
    line-height: 1.75;
}


/*****************************
**
** Grid Layouts
**
******************************/


/***** Scrollable Grid *****/

:root {
    --scrollable-grid-margin: 5px;
    --scrollable-grid-item-width: 85vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
     :root {
        --scrollable-grid-margin: 10px;
        --scrollable-grid-item-width: 420px;
    }
}

@media (max-width: 1024px) {
    .w-grid.with_scroll {
        margin-right: calc(-1 * ( var(--page-layout-container-padding)));
        margin-left: calc(-1 * ( var(--page-layout-container-padding)));
    }
    .w-grid.with_scroll .w-grid-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 50%;
        margin: calc(-1 * var(--scrollable-grid-margin)) !important;
    }
    .w-grid.with_scroll .w-grid-list>* {
        scroll-snap-align: center;
        padding: var(--scrollable-grid-margin) !important;
    }
    .w-grid.with_scroll .w-grid-item {
        flex-shrink: 0;
        width: var(--scrollable-grid-item-width) !important;
    }
    .w-grid.with_scroll .w-grid-item:first-child,
    .w-grid.with_scroll .w-grid-item:last-child {
        width: calc(var(--scrollable-grid-item-width) + var(--page-layout-container-padding)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:first-child {
        padding-left: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:last-child {
        padding-right: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
}


/***** BLOG POST GRID LAYOUT *****/

.w-grid.grid_blog_listing_horizontal article .w-grid-item-h {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(7, 46, 72, 0.15);
    transition: all .3s ease;
}

.no-touch .w-grid.grid_blog_listing_horizontal article:hover .w-grid-item-h {
    box-shadow: 7px 7px 1px rgb(7 46 72 / 10%);
}

.w-grid.grid_blog_listing_horizontal article .w-grid-item-h .mainWrapper .topWrapper .metaWrapper {
    padding: 30px 30px 20px;
}

.w-grid.grid_blog_listing_horizontal article .w-grid-item-h .mainWrapper .topWrapper .metaWrapper .post_date {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.1em;
    color: var(--color-content-faded);
}

.w-grid.grid_blog_listing_horizontal article .w-grid-item-h .mainWrapper .bottomWrapper {
    margin-top: auto;
    padding: 0 30px 40px;
}

.w-grid.grid_blog_listing_horizontal article .w-grid-item-h .mainWrapper .bottomWrapper .post_title {
    font-size: 20px;
    text-decoration: none;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .w-grid.grid_blog_listing_horizontal article .w-grid-item-h .mainWrapper .bottomWrapper .post_title {
        font-size: 24px;
    }
}

.no-touch .w-grid.grid_blog_listing_horizontal .w-grid-item .w-grid-item-anchor:hover+.mainWrapper .post_title {
    text-decoration: underline;
}


/***** PARTNERS LOGO GRID LAYOUT *****/

@media (max-width: 767px) {
    .w-grid.layout_55 .w-grid-list {
        margin: -15px !important;
    }
    .w-grid.layout_55 .w-grid-item {
        padding: 15px !important;
    }
}

.w-grid.layout_55 .post_image {
    text-align: center;
}

.w-grid.layout_55 .post_image>a {
    display: block;
}

.w-grid.layout_55 .post_image img {
    max-height: 65px;
    width: auto;
}


/**** BLOG LISTING ****/

.grid_blog_listing .w-grid-item {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-content-border);
}

.no-touch .grid_blog_listing .w-grid-item .w-grid-item-anchor:hover+.wrapper_main .wrapper_content h3 {
    text-decoration: underline;
}

.grid_blog_listing .w-grid-item .wrapper_main .post_image {
    max-width: 80px;
    line-height: 0;
}

.grid_blog_listing .w-grid-item .wrapper_main .wrapper_content h3 {
    font-size: 20px;
}

@media (min-width: 768px) {
    .grid_blog_listing .w-grid-item .wrapper_main .wrapper_content h3 {
        font-size: 24px;
    }
}

.grid_blog_listing .w-grid-item .wrapper_main .wrapper_content h3:not(:last-child) {
    margin-bottom: 20px;
}

.grid_blog_listing .w-grid-item .wrapper_main .wrapper_meta .post_date {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-content-faded);
}


/***** FLEET GRID LAYOUT *****/

.grid_fleet article:hover .w-grid-item-h {
    transition: box-shadow .3s ease;
}

.no-touch .grid_fleet article:hover .w-grid-item-h {
    box-shadow: 7px 7px 1px rgb(7 46 72 / 10%);
}

.grid_fleet .wrapper_img {
    position: relative;
}

.grid_fleet .wrapper_img>.wrapper_title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    pointer-events: none;
}

.grid_fleet .wrapper_img>.wrapper_title h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.2;
}

.grid_fleet .wrapper_img>.wrapper_title .boat_name {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1;
}

.grid_fleet .wrapper_content {
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid var(--color-content-border);
    border-top: none;
}

section.color_alternate .grid_fleet .wrapper_content {
    box-shadow: 0px 1px 1px rgba(7, 46, 72, 0.15);
}

.grid_fleet .wrapper_content .boat_desc {
    font-size: 16px;
    line-height: 1.5;
}

.grid_fleet .wrapper_actions {
    gap: 30px;
}

.boat_features_icons .icons {
    display: flex;
    margin: -5px -30px;
}

.boat_features_icons .icons>* {
    font-size: 16px;
    line-height: 1;
    padding: 5px 30px;
    cursor: pointer;
    color: var(--color-content-faded-alt);
}

.boat_features_icons .icons>div:not(:last-child) {
    border-right: 1px solid var(--color-content-border);
}


/*****************************
**
** BLOG POST / DEFAULT TEXT PAGE
**
******************************/

.wpb_text_column h1:not(:first-child),
.wpb_text_column h2:not(:first-child),
.wpb_text_column h3:not(:first-child) {
    padding-top: calc(20px / 2);
}

.wpb_text_column h4:not(:first-child),
.wpb_text_column h5:not(:first-child),
.wpb_text_column h6:not(:first-child) {
    padding-top: calc(20px / 2);
}

.post_content h1:not(:first-child),
.post_content h2:not(:first-child),
.post_content h3:not(:first-child) {
    padding-top: calc(20px / 2);
}

.post_content h4:not(:first-child),
.post_content h5:not(:first-child),
.post_content h6:not(:first-child) {
    padding-top: calc(20px / 2);
}


/***** BLOCKQUOTE *****/

blockquote {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: initial;
    text-align: initial;
    font-weight: inherit;
    position: relative;
    margin-bottom: 30px;
}

blockquote:not(:first-child) {
    margin-top: 50px;
}

blockquote::before {
    content: var(--ornament-waves-titlebar-homepage);
    bottom: -60px;
    right: 20px;
    left: initial;
    line-height: 0;
    transform: scale(.65);
}

blockquote {
    padding: 50px;
    font-weight: var(--bold-font-weight);
    font-size: 18px;
    line-height: 1.667;
    color: var(--color-content-heading);
    background: var(--color-content-bg-alt);
}


/***** LISTS *****/

:root {
    --ul-bullet-width: 6px;
    --ul-bullet-height: 6px;
    --ul-bullet-gap: 10px;
    --ol-number-width: 20px;
    --ol-number-gap: 10px;
}


/**** Unorder Lists ****/

.post_content ul:not(:first-child) {
    margin-top: 30px;
}

.post_content ul:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .post_content ul:not(:first-child) {
        margin-top: 40px;
    }
    .post_content ul:not(:last-child) {
        margin-bottom: 40px;
    }
}

body:not(.woocommerce-page) .wpb_text_column ul,
.post_content ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

body:not(.woocommerce-page) .wpb_text_column ul>li,
.post_content ul>li {
    padding-left: calc(var(--ul-bullet-width) + var(--ul-bullet-gap));
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
}

body:not(.woocommerce-page) .wpb_text_column ul>li:last-child,
.post_content ul>li:last-child {
    margin-bottom: 0;
}

body:not(.woocommerce-page) .wpb_text_column ul>li:last-child,
.post_content ul>li:last-child {
    margin-bottom: 0;
}

body:not(.woocommerce-page) .wpb_text_column ul>li::before,
.post_content ul>li::before {
    margin-left: calc(-1 * calc(var(--ul-bullet-width) + var(--ul-bullet-gap)));
    margin-right: var(--ul-bullet-gap);
    line-height: inherit;
    display: inline-block;
    position: relative;
    content: '';
    width: var(--ul-bullet-width);
    height: var(--ul-bullet-height);
    border-radius: 0;
    background-color: var(--color-content-primary);
    top: -2px;
}


/* second level */


/* body:not(.woocommerce-page) .wpb_text_column ul>li>ul>li::before,
.post_content ul>li>ul>li::before {
    width: var(--ul-bullet-width);
    height: var(--ul-bullet-height);
    border-radius: 50%;
    background-color: var(--color-content-secondary);
} */


/**** Order Lists ****/

.post_content ol:not(:first-child) {
    margin-top: 30px;
}

.post_content ol:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .post_content ol:not(:first-child) {
        margin-top: 40px;
    }
    .post_content ol:not(:last-child) {
        margin-bottom: 40px;
    }
}

body:not(.woocommerce-page) .wpb_text_column ol,
.post_content ol {
    counter-reset: ol-counter;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

body:not(.woocommerce-page) .wpb_text_column ol>li,
.post_content ol>li {
    counter-increment: ol-counter;
    margin-bottom: 10px;
    padding-left: calc(var(--ol-number-width) + var(--ol-number-gap));
    font-size: inherit;
    line-height: inherit;
}

body:not(.woocommerce-page) .wpb_text_column ol>li::before,
.post_content ol>li::before {
    display: inline-block;
    content: counter(ol-counter) ".";
    /* set same width to numbers */
    width: var(--ol-number-width);
    margin-left: calc(-1 * (var(--ol-number-width) + var(--ol-number-gap)));
    margin-right: var(--ol-number-gap);
    color: var(--color-content-primary);
    font-weight: var(--bold-font-weight);
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

body:not(.woocommerce-page) .wpb_text_column ol>li:last-child,
.post_content ol>li:last-child {
    margin-bottom: 0;
}


/* second level */


/* body:not(.woocommerce-page) .wpb_text_column ol>li>ol,
.post_content ol>li>ol {
    counter-reset: ol-latin-counter;
}

body:not(.woocommerce-page) .wpb_text_column ol>li>ol>li,
.post_content ol>li>ol>li {
    counter-increment: ol-latin-counter;
}

body:not(.woocommerce-page) .wpb_text_column ol>li>ol>li::before,
.post_content ol>li>ol>li::before {
    content: counter(ol-latin-counter, lower-latin) ".";
    color: var(--color-content-secondary);
} */


/*** Check List ***/

body .wpb_text_column.list_check ul>li {
    font-size: 16px;
    --ul-bullet-width: 16px;
    --ul-bullet-gap: 20px;
}

body .wpb_text_column.list_check ul>li::before {
    margin-left: calc(-1 * calc(var(--ul-bullet-width) + var(--ul-bullet-gap)));
    margin-right: var(--ul-bullet-gap);
    content: '\f00c';
    font-family: 'fontawesome';
    color: var(--color-content-primary);
    width: initial;
    height: initial;
    background-color: initial;
    top: initial;
}


/***** IMAGES AND GALLERY *****/


/* .post_content p>img {
    margin-top: 10px;
    margin-bottom: 10px;
} */

.w-gallery+.caption {
    margin-top: -20px;
}

.w-gallery-item-meta {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-content-faded);
    text-align: left;
}

.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-content-faded);
}


/** Gallery **/

.w-gallery:not(:first-child) {
    margin-top: 40px;
}

.w-gallery:not(:last-child) {
    margin-bottom: 40px;
}

.state_mobiles .w-gallery:not(:first-child) {
    margin-top: 30px;
}

.state_mobiles .w-gallery:not(:last-child) {
    margin-bottom: 30px;
}

.state_default .w-gallery.with_indents .w-gallery-list {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}

.state_default .w-gallery.with_indents .w-gallery-list>* {
    padding: 15px;
}

.w-gallery .w-gallery-item-img {
    position: relative;
    padding-bottom: calc((338 / 450) * 100%);
    background: var(--color-content-primary);
    transition: box-shadow 0.3s ease-in-out;
}

.w-gallery .w-gallery-item-img>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.w-gallery:not(.link_none) .w-gallery-item-img::after {
    content: '\f002';
    font-family: 'fontawesome';
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.no-touch .w-gallery:not(.link_none) .w-gallery-item:hover .w-gallery-item-img::after {
    opacity: 1;
}

.no-touch .w-gallery:not(.link_none) .w-gallery-item:hover .w-gallery-item-img img {
    opacity: 0.2;
}


/*** through page builder ***/


/* gallery */

.single-post .layout_gallery_default:not(:first-child) {
    margin-top: 30px;
}

.single-post .layout_gallery_default .w-grid-item-h {
    position: relative;
    background: var(--color-content-primary);
    transition: box-shadow 0.3s ease-in-out;
}

.single-post .layout_gallery_default .w-grid-item-h::after {
    content: '\f002';
    font-family: 'fontawesome';
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.single-post .layout_gallery_default .w-grid-item-h img {
    transition: opacity .3s ease;
}

.no-touch .single-post .layout_gallery_default .w-grid-item-h:hover {
    box-shadow: 7px 7px 1px rgba(7, 46, 72, 0.1);
}

.no-touch .single-post .layout_gallery_default .w-grid-item-h:hover::after {
    opacity: 1;
}

.no-touch .single-post .layout_gallery_default .w-grid-item-h:hover img {
    opacity: 0.2;
}


/*****************************
**
** IMPREZA ELEMENTS
**
******************************/


/**** BREADCRUMBS ****/

.g-breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .g-breadcrumbs {
        font-size: 16px;
    }
}

.g-breadcrumbs::before {
    content: '\f015';
    font-family: 'fontawesome';
    display: inline-block;
    margin-right: 10px;
    color: var(--color-content-faded-alt);
}

.g-breadcrumbs .g-breadcrumbs-separator {
    margin-right: 10px;
    margin-left: 10px;
    color: var(--color-content-secondary);
}

.g-breadcrumbs .g-breadcrumbs-item a {
    text-decoration: underline;
    color: var(--color-content-heading);
}

.g-breadcrumbs .g-breadcrumbs-item a:hover {
    text-decoration: none;
}

.g-breadcrumbs .g-breadcrumbs-item:last-child a {
    text-decoration: none;
    pointer-events: none;
    color: var(--color-content-heading);
}


/**** ICONBOX ****/

.w-iconbox .w-iconbox-meta a {
    text-decoration: underline;
}

.w-iconbox .w-iconbox-meta a:hover {
    text-decoration: none;
}

.w-iconbox-icon i {
    vertical-align: middle;
}


/**** Social links ****/

.w-socials .w-socials-list {
    margin: -15px;
}

.w-socials .w-socials-item .w-socials-item-link {
    padding: 15px;
}

.w-socials .w-socials-item .w-socials-item-link i {
    transition: color .3s ease;
}

.no-touch .w-socials .w-socials-item .w-socials-item-link:hover i {
    color: var(--color-content-heading);
}

.no-touch .color_footer-bottom .w-socials .w-socials-item .w-socials-item-link:hover i {
    color: #FFFFFF;
}


/**** Sharing Icons ****/

.sharingWrapper .w-text {
    margin-bottom: 30px;
}

.w-sharing.type_simple .w-sharing-list {
    margin-left: -15px;
    margin-right: -15px;
}

.w-sharing.type_simple .w-sharing-item {
    border: none;
}

.w-sharing.type_simple .w-sharing-item {
    padding: 0 15px;
    min-width: initial;
}

.w-sharing.type_simple .w-sharing-item i {
    font-size: 16px;
    color: var(--color-content-secondary);
    min-width: initial;
    opacity: 1;
}

.no-touch .w-sharing.type_simple .w-sharing-item:hover i {
    color: var(--color-content-heading) !important;
}

.w-sharing.type_simple .w-sharing-item i.fa-facebook:before {
    content: '\f39e';
}

.w-sharing.type_simple .w-sharing-item i.fa-linkedin:before {
    content: '\f0e1';
}


/**** Filter Grid ****/

.w-order .w-order-label {
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    margin-right: 15px;
}

.w-order .w-order-select {
    min-width: 220px;
}

@media (max-width: 767px) {
    .w-order {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .w-order .w-order-label {
        margin-right: 0;
    }
}


/** Popup **/

.w-popup-box-h .w-popup-box-content {
    padding: 2.78rem !important;
}


/***  trigger btn ***/

.w-btn-wrapper.w-popup:first-child {
    margin-top: 0;
}

.w-btn-wrapper.w-popup:last-child {
    margin-bottom: 0;
}


/***  closer ***/

.w-popup-closer {
    font-size: 1.33rem;
    line-height: 3.5rem;
    width: 3.5rem;
    opacity: .5;
    transition: opacity .3s ease;
}

.no-touch .w-popup-closer:hover {
    opacity: 1;
}


/*** content ***/

.w-popup-wrap {
    padding: 10px;
}

.w-popup-box-content iframe {
    width: 100%;
    max-height: 80vh;
}


/*****************************
**
** FORM INPUTS
**
******************************/


/***** General *****/

.wpcf7-form.submitting * {
    cursor: wait;
}

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none !important;
    opacity: .5;
}


/***** LAYOUT *****/


/*** Boxed Form ***/


/* .boxedForm .wpcf7 {
    background: var(--color-content-bg);
    padding: 80px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
}

.state_mobiles .boxedForm .wpcf7 {
    padding: 30px;
} */


/*** Rows and Cols ***/

.wpcf7 .formRow {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.wpcf7 .formRow>div.col,
.wpcf7 .formRow>div[class*="col-"] {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.wpcf7 .formRow>div.col.terms {
    margin-top: 0;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form label>.wpcf7-form-control-wrap {
    margin-top: 10px;
}

.wpcf7 form.wpcf7-form .formRow .radio-label+.wpcf7-form-control-wrap {
    margin-top: 14px;
}

.wpcf7 .formRow>div.col.terms .wpcf7-form-control-wrap {
    margin-top: 0;
}


/* no labels */


/* .wpcf7 .wpcf7-form .formRow .col.no-label .wpcf7-form-control-wrap {
    margin-top: 0;
}

.wpcf7 .formRow>div.col.no-label,
.wpcf7 .formRow>div.no-label[class*="col-"] {
    margin-bottom: 30px;
} */


/* line separator */

.wpcf7 hr {
    margin-top: 10px;
    margin-bottom: 30px;
    border-color: var(--color-content-border);
}


/* submit */

.wpcf7 .formRow.submit {
    margin-top: 20px;
}

.wpcf7 .formRow.submit>div.col,
.wpcf7 .formRow.submit>div[class*="col-"] {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    /* form columns */
    .wpcf7 .formRow>div.col-1\/2 {
        width: calc((1 / 2) * 100%)
    }
    .wpcf7 .formRow>div.col-1\/3 {
        width: calc((1 / 3) * 100%)
    }
    .wpcf7 .formRow>div.col-2\/3 {
        width: calc((2 / 3) * 100%)
    }
    .wpcf7 .formRow>div.col-1\/4 {
        width: calc((1 / 4) * 100%)
    }
    .wpcf7 .formRow>div.col-3\/4 {
        width: calc((3 / 4) * 100%)
    }
}

.wpcf7 .formRow.submit>.col.via_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


/*** Typography ***/

.wpcf7 form.wpcf7-form h1,
.wpcf7 form.wpcf7-form h2,
.wpcf7 form.wpcf7-form h3,
.wpcf7 form.wpcf7-form h4,
.wpcf7 form.wpcf7-form h5,
.wpcf7 form.wpcf7-form h6 {
    color: var(--color-content-heading);
}

.wpcf7 form.wpcf7-form h1:not(:last-child),
.wpcf7 form.wpcf7-form h2:not(:last-child),
.wpcf7 form.wpcf7-form h3:not(:last-child),
.wpcf7 form.wpcf7-form h4:not(:last-child),
.wpcf7 form.wpcf7-form h5:not(:last-child),
.wpcf7 form.wpcf7-form h6:not(:last-child) {
    margin-bottom: 30px;
}

.wpcf7 form.wpcf7-form h1:not(:first-child),
.wpcf7 form.wpcf7-form h2:not(:first-child),
.wpcf7 form.wpcf7-form h3:not(:first-child),
.wpcf7 form.wpcf7-form h4:not(:first-child),
.wpcf7 form.wpcf7-form h5:not(:first-child),
.wpcf7 form.wpcf7-form h6:not(:first-child) {
    padding-top: 10px;
}


/*** General Styling ***/

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
    display: block;
}

.wpcf7 form.wpcf7-form .formRow .radio-label,
.wpcf7 form.wpcf7-form .formRow label {
    color: var(--wpcf7-label-color);
    font-size: inherit;
    line-height: 1.2;
    font-weight: var(--bold-font-weight);
    font-family: var(--font-body);
    display: block;
    text-align: left;
    opacity: 1;
}


/* .l-section.color_alternate .wpcf7 form.wpcf7-form .formRow label {
    color: var(--wpcf7-label-color-alt);
} */

.wpcf7 form.wpcf7-form .formRow .radio-label abbr,
.wpcf7 form.wpcf7-form .formRow label abbr {
    text-decoration: none;
    color: var(--wpcf7-error);
}


/* not valid */

.wpcf7 input:not([type="submit"]).wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
    border-color: var(--wpcf7-error);
}

.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
    color: var(--wpcf7-error);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
    font-weight: var(--default-font-weight);
    font-family: var(--font-body);
    text-transform: initial;
}


/* inputs */

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea,
select {
    width: 100%;
}

.l-section.color_alternate input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.l-section.color_alternate textarea,
.l-section.color_alternate select {
    color: var(--color-alt-content-text);
}

.l-section.color_footer-bottom input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.l-section.color_footer-bottom textarea,
.l-section.color_footer-bottom select {
    color: var(--color-footer-text);
}

.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input:not([type="checkbox"]),
.wpcf7-form input:not([type="radio"]) {
    margin-top: 0;
}

.wpcf7-form textarea {
    height: 8rem;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    margin-top: -1px;
}

.wpcf7-form select,
.wpcf7-form select:focus {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -o-appearance: none;
    /* Opera */
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23939597%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55% !important;
}

.wpcf7-form select:disabled {
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23f9f9f9%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55% !important;
}

.wpcf7-form input:not([type="submit"]):disabled,
.wpcf7-form select:disabled,
.wpcf7-form textarea:disabled {
    color: var(--wpcf7-disabled-color);
    border-color: var(--wpcf7-disabled-border-color);
}


/** custom checkbox styling **/

.wpcf7 input[type="checkbox"] {
    display: none;
}

.wpcf7 input[type="checkbox"]+span {
    display: inline-block;
    position: relative;
    /* checkbox width + 2xborder + gap */
    padding-left: calc(18px + 2px + 12px);
    /* CHANGE - same as form input label in most cases */
    color: var(--wpcf7-checkbox-text-color);
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--default-font-weight);
    font-family: var(--font-body);
    text-transform: initial;
    opacity: 1;
}

.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]+span,
.l-section.color_alternate .wpcf7 input[type="checkbox"]+span {
    color: #FFFFFF;
}

.wpcf7 input[type="checkbox"]+span a {
    text-decoration: underline;
}

.wpcf7 input[type="checkbox"]+span a:hover {
    text-decoration: none;
}

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span::before,
.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span::after {
    display: block;
    position: absolute;
    /* (span line-height - (new input height + 2xborder) ) / 2 */
    top: calc((21px - (18px + 2px)) / 2);
    left: 0;
    /* CHANGE */
    border-radius: var(--wpcf7-checkbox-radius);
    /* height - 2xborder */
    height: calc(20px - 2px);
    width: calc(20px - 2px);
    line-height: calc(20px - 2px);
    background: var(--wpcf7-checkbox-background);
    border-width: 1px;
    border-style: solid;
}

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span::before {
    content: "";
    border-color: var(--wpcf7-checkbox-border);
}

.l-section.color_alternate .wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span::before,
.l-section.color_footer-bottom .wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span::before {
    border-color: var(--wpcf7-checkbox-border-alt);
}

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span:after {
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-regular, '400');
    content: "\f00c";
    visibility: hidden;
    text-align: center;
    /* CHANGE */
    font-size: 12px;
    color: var(--wpcf7-checkbox-checked-color);
    background: var(--wpcf7-checkbox-checked-background);
    border-color: var(--wpcf7-checkbox-checked-border);
}

.l-section.color_alternate .wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span:after,
.l-section.color_footer-bottom .wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]+span:after {
    /* color: var(--wpcf7-checkbox-checked-color-alt);
    background: var(--wpcf7-checkbox-checked-background-alt); */
    border-color: var(--wpcf7-checkbox-checked-border-alt);
}

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]:checked+span:before {
    background: transparent;
}

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]:checked+span:after {
    visibility: visible;
}


/* error state*/

.wpcf7 .formRow:not(.checkboxToggle) .wpcf7-not-valid input[type="checkbox"]+span {
    color: var(--wpcf7-error);
}

.wpcf7 .formRow:not(.checkboxToggle) .wpcf7-not-valid input[type="checkbox"]+span:before {
    border-color: var(--wpcf7-error);
}

.wpcf7 .formRow:not(.checkboxToggle) .wpcf7-not-valid input[type="checkbox"]+span:after {
    border-color: var(--wpcf7-error);
    background: var(--wpcf7-error);
}


/* disabled state */

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]:disabled+span:before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .formRow:not(.checkboxToggle) input[type="checkbox"]:disabled+span:after {
    border-color: var(--wpcf7-disabled-border-color);
    background: var(--wpcf7-disabled-border-color);
    color: var(--wpcf7-disabled-color);
}


/** custom radio styling **/

.wpcf7 .formRow:not(.fancyRadio) .wpcf7-form-control.wpcf7-radio {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}

.wpcf7 .formRow:not(.fancyRadio) .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .formRow.vertical:not(.fancyRadio) .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    gap: 16px;
}

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"] {
    display: none;
}

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]+span {
    display: inline-block;
    position: relative;
    /* radio width + 2xborder + gap */
    padding-left: calc(18px + 2px + 12px);
    /* CHANGE */
    color: var(--wpcf7-radio-text-color);
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.2;
    font-family: inherit;
    text-transform: initial;
    opacity: 1;
}

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]+span::before,
.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]+span::after {
    display: block;
    position: absolute;
    /* (span line-height - (new input height + 2xborder) ) / 2 */
    top: calc((18px - (18px + 2px)) / 2);
    left: 0;
    border-radius: 50%;
    /* CHANGE */
    background: var(--wpcf7-radio-background);
}

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]+span::before {
    content: "";
    /* height - 2xborder */
    width: calc(20px - 2px);
    height: calc(20px - 2px);
    line-height: calc(20px - 2px);
    border: 1px solid var( --wpcf7-radio-border);
}

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]:checked+span::after {
    content: "";
    /* CHANGE */
    /* width / height of center circle */
    width: 8px;
    height: 8px;
    /* (width of radio btn - center circle) / 2 */
    border: calc((20px - 8px) / 2) solid var(--wpcf7-radio-checked-border);
    /* style 2 */
    /* width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: #FFFFFF;
    top: 1px;
    left: 2px; */
}


/* error state */

.wpcf7 .formRow:not(.fancyRadio) .wpcf7-not-valid input[type="radio"]+span {
    color: var(--wpcf7-error);
}

.wpcf7 .formRow:not(.fancyRadio) .wpcf7-not-valid input[type="radio"]+span::before {
    border-color: var(--wpcf7-error);
}

.wpcf7 .formRow:not(.fancyRadio) .wpcf7-not-valid input[type="radio"]:checked+span::after {
    border-color: var(--wpcf7-error);
}


/* disabled state */

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]:disabled+span::before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .formRow:not(.fancyRadio) input[type="radio"]:checked:disabled+span::after {
    border-color: var(--wpcf7-disabled-color);
    background: var(--wpcf7-disabled-border-color);
}

.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    padding: 0;
    line-height: 1;
}


/** Response output **/

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    border-radius: var(--wpcf7-response-radius);
    color: var(--wpcf7-response-color-default);
    background-color: var(--wpcf7-response-background-default);
    padding: 15px;
    display: flex;
    /* align-items: center; */
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--wpcf7-response-color-invalid);
    background-color: var(--wpcf7-response-background-invalid);
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--wpcf7-response-color-sent);
    background-color: var(--wpcf7-response-background-sent);
}

.wpcf7 form.unaccepted .wpcf7-response-output {
    color: var(--wpcf7-response-color-unaccepted);
    background-color: var(--wpcf7-response-background-unaccepted);
}

.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.sent .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before {
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-regular, '400');
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    line-height: inherit;
    flex-shrink: 0;
}

.wpcf7 form.invalid .wpcf7-response-output:before {
    content: '\f057';
}

.wpcf7 form.sent .wpcf7-response-output:before {
    content: '\f058';
}

.wpcf7 form.unaccepted .wpcf7-response-output:before {
    content: '\f06a';
}


/***** WPCF7 - Material Design Style */

.wpcf7 form.wpcf7-form .md-input {
    border-top: none;
    border-right: none;
    border-left: none;
}

.wpcf7 form.wpcf7-form label.md-label {
    top: calc((50px - 20px) / 2);
    color: var(--color-content-text);
    background: var(--color-content-bg-alt);
    position: absolute;
    left: calc(15px - 5px);
    padding: 0 5px;
    line-height: 20px;
    z-index: 10;
    background: none;
    transition: all 0.3s ease-in-out;
}

.wpcf7 form.wpcf7-form label.md-label.active {
    top: calc(-1 * (20px / 2));
    font-size: 12px;
    background: none;
    /* text-transform: uppercase; */
    transition: all 0.3s ease-in-out;
}


/***** Date Field *****/


/***** Flatpickr *****/

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    height: auto;
    min-height: 25px;
    line-height: 1;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--color-content-primary);
    border-color: var(--color-content-primary);
}

.wpcf7-form .dateField .wpcf7-form-control-wrap input {
    padding-right: 30px;
    position: relative;
}

.wpcf7-form .dateField .wpcf7-form-control-wrap::after {
    content: '\f073';
    font-family: 'fontawesome';
    font-size: 16px;
    color: var(--color-content-primary);
    font-weight: 400;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 48px;
}


/***** Number Field *****/


/* @media  (min-width: 768px) {
    .wpcf7 form.wpcf7-form .leftColumn.numberField {
        width: calc(((1 / 5) * 100%) - 15px);
    }
    .wpcf7 form.wpcf7-form .leftColumn.numberField+.rightColumn {
        width: calc(((4 / 5) * 100%) - 15px);
    }
} */

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* plus/minus btn with - 1 side border width */
    padding-right: calc(30px - 1px);
    vertical-align: middle;
    /* margin-top: 10px; */
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* margin-top: 0; */
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_plus,
.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_minus {
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 1px solid var(--wpcf7-border-color);
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 30px;
    /* input height with borders and one border of plus button (2px border) / 2 */
    height: 21.5px;
    font-size: 12px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: var(--bold-font-weight);
    /* font-family: 'silka-medium', sans-serif; */
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    color: var(--color-content-text);
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    transition-property: border-color, color, background;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_plus:hover,
.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_minus:hover {
    background-color: var(--color-content-primary);
    color: #ffffff;
    border-color: var(--color-content-primary);
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_minus {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 0;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input.wpcf7-not-valid+.btn_plus+.btn_minus {
    bottom: 25px;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons .btn_plus {
    top: 0;
    right: 0;
    line-height: 19px;
    border-top-right-radius: 0;
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input:focus+.btn_plus {
    border-top-color: var(--color-content-heading);
    border-right-color: var(--color-content-heading);
}

.wpcf7-form .numberField .wpcf7-form-control-wrap.added_buttons input:focus+.btn_plus+.btn_minus {
    border-bottom-color: var(--color-content-heading);
    border-right-color: var(--color-content-heading);
}


/*****************************
**
** HEADER
**
******************************/


/**** Helpers ****/


/** Hide element by Device Type **/

.state_default .w-nav .hide_on_desktop>a {
    display: none !important;
}

.state_laptops .w-nav .hide_on_laptops>a {
    display: none !important;
}

.state_tablets .w-nav .hide_on_tablets>a {
    display: none !important;
}

.state_mobiles .w-nav .hide_on_mobiles>a {
    display: none !important;
}


/** Hide element by Nav Type **/

.w-nav.type_desktop .hide_in_desktop_menu {
    display: none !important;
    pointer-events: none;
    user-select: none;
}

.w-nav.type_mobile .hide_in_mobile_menu {
    display: none !important;
    pointer-events: none;
    user-select: none;
}


/***** Layout *****/


/* header#page-header .l-subheader-h {
    max-width: var(--page-layout-site-width);
}

.w-nav.type_desktop .menu-item.level_1.menu-item-object-us_page_block {
    display: none;
} */

header#page-header .l-subheader-cell.at_right>*:not(:first-child) {
    margin-left: 40px;
}

.state_mobiles header#page-header .l-subheader-cell.at_right>*:not(:first-child) {
    margin-left: 20px;
}

.state_laptops.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1,
.state_default.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    left: calc(-1 * var(--page-layout-container-desktop-padding));
    right: calc(-1 * var(--page-layout-container-desktop-padding));
    padding: 0;
}

.state_tablets.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    left: calc(-1 * var(--page-layout-container-tablet-padding));
    right: calc(-1 * var(--page-layout-container-tablet-padding));
    padding: 0;
}

.state_mobiles.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    left: calc(-1 * var(--page-layout-container-mobile-padding));
    right: calc(-1 * var(--page-layout-container-mobile-padding));
    padding: 0;
}


/***** Main (middle) Header *****/


/**** Custom styling ****/


/*** Shadow ***/

.l-header.shadow_thin .l-subheader.at_middle,
.l-header.shadow_thin .l-subheader.at_bottom,
.l-header.shadow_none.sticky .l-subheader.at_middle,
.l-header.shadow_none.sticky .l-subheader.at_bottom {
    box-shadow: 0 1px 2px rgb(0, 0, 0, .15) !important;
}


/*** Menu items styling ***/


/* header#page-header .w-nav.type_mobile .menu-item .w-btn {
    margin-top: 30px;
}

.state_mobiles .w-nav.type_mobile .menu-item .w-btn {
    margin-top: 20px;
} */


/* mobile */

.w-nav.type_mobile .menu-item.level_1>a:not(.w-btn) {
    font-size: 24px;
    font-family: var(--font-body);
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    text-transform: initial;
}

.state_mobiles .w-nav.type_mobile .menu-item.level_1>a:not(.w-btn) {
    font-size: 20px;
}


/* mobile subitems */

.w-nav.type_mobile .menu-item:not(.level_1)>a:not(.w-btn) {
    font-size: 18px;
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    color: var(--color-content-heading);
}

.state_mobiles .w-nav.type_mobile .menu-item:not(.level_1)>a:not(.w-btn) {
    font-size: 18px;
}


/* desktop */

.w-nav.type_desktop .menu-item.level_1>a:not(.w-btn) {
    font-size: 18px;
    text-transform: initial;
    font-family: var(--font-body);
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
}


/* Nav Control */

header#page-header .w-nav-control>.w-nav-icon>div,
header#page-header .w-nav-control>.w-nav-icon>div::before,
header#page-header .w-nav-control>.w-nav-icon>div::after {
    border-radius: 5px;
    border-bottom-color: var(--color-content-heading);
}


/* header#page-header .w-nav-control:not(.active)>.w-nav-icon>div {
    margin-left: 2px;
}

header#page-header .w-nav-control:not(.active)>.w-nav-icon>div::before,
header#page-header .w-nav-control:not(.active)>.w-nav-icon>div::after {
    left: -2px;
} */


/* Custom underline effect */


/* .no-touch header#page-header .w-nav.type_desktop .menu-item:hover .w-nav-anchor.level_1::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    display: block;
    background: var(--color-content-primary);
    left: 20px;
    right: 20px;
} */


/**** Nav Arrow ****/


/* header#page-header .w-nav.type_desktop .menu-item .w-nav-arrow {
    display: none;
} */

header#page-header .w-nav .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 16px;
    color: var(--color-content-faded-alt);
    margin-left: 5px;
}

header#page-header .w-nav.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 18px;
}

.state_mobiles header#page-header .w-nav.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 16px;
}


/**** Dropdowns ****/

header#page-header .w-nav.type_desktop .w-nav-list.level_2 {
    padding: 10px;
}


/* header#page-header .w-nav.type_desktop .w-nav-list:not(.level_1) {
    min-width: 260px;
} */

header#page-header .w-nav.type_desktop .menu-item .w-nav-anchor:not(.level_1) {
    padding: 10px;
    white-space: initial;
}

header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-item>a,
header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-ancestor>a,
header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-page-ancestor>a {
    /* font-weight: var(--bold-font-weight); */
    color: var(--color-content-primary);
}

.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-item>a:hover,
.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-ancestor>a:hover,
.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-page-ancestor>a:hover {
    text-decoration: none;
}

.no-touch header#page-header .w-nav.type_desktop .menu-item .w-nav-anchor:not(.level_1):hover {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}

header#page-header .w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before {
    content: '\f061';
}

header#page-header .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-title {
    display: block;
    padding-right: 20px;
}

header#page-header .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-arrow {
    width: initial;
    padding-right: 15px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}


/**** Sticky Header ****/


/* header#page-header.sticky .w-image.with_transparent img:first-of-type {
    display: none;
}

header#page-header.sticky .w-image.with_transparent img:last-of-type {
    display: block;
} */


/***** Top Header *****/

:root {
    --top-header-height: 40px;
}

#page-header .l-subheader.at_top {
    border-bottom: 1px solid var(--color-content-border);
}

#page-header .l-subheader.at_top .l-subheader-cell.at_right>* {
    height: var(--top-header-height);
    line-height: var(--top-header-height);
}


/**** Text ****/

#page-header .l-subheader.at_top .w-text {
    font-size: 14px;
    line-height: 1.5;
}

#page-header .l-subheader.at_top .w-text i {
    color: var(--color-content-primary);
}

#page-header .l-subheader.at_top .w-text.icon_atleft i {
    margin-right: 10px;
}

#page-header .l-subheader.at_top .w-text.icon_atright i {
    margin-left: 10px;
}

#page-header .l-subheader.at_top .w-text a:not([href^="tel:"]) .w-text-value {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}

.no-touch #page-header .l-subheader.at_top .w-text a:not([href^="tel:"]):hover .w-text-value {
    text-decoration: none;
}

#page-header .l-subheader.at_top .w-text:not(:last-child) {
    margin-right: 10px;
}


/**** Socials ****/

header#page-header .w-socials .w-socials-item {
    font-size: 16px;
    height: 100%;
}

header#page-header .w-socials .w-socials-item .w-socials-item-link {
    padding: 10px 15px;
    line-height: calc(var(--top-header-height) - (2 * 10px));
}

.no-touch header#page-header .w-socials .w-socials-item .w-socials-item-link:hover i {
    color: var(--color-content-primary);
}


/**** Mobile Menu ****/

header#page-header .l-subheader.at_middle .type_mobile .w-nav-list.level_1,
header#page-header .l-subheader.at_middle .type_mobile .w-nav-list:not(.level_1) {
    background-color: var(--color-content-bg-alt);
}


/** Mobile Nav Close **/

header#page-header .w-nav-close {
    color: var(--color-content-heading);
    opacity: 1;
    font-size: 1.33rem;
    line-height: 3.5rem;
    width: 3.5rem;
}


/***** Polylang *****/


/** impreza dropdown **/

#page-header .source_polylang {
    height: 100%;
}

#page-header .source_polylang .w-dropdown-h {
    line-height: var(--top-header-height);
}

#page-header .source_polylang .w-dropdown-item {
    padding: 0 30px 0 20px;
    border-style: solid;
    border-color: var(--color-content-border);
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 0;
    border-bottom-width: 0;
    transition: border-color .3s ease;
}

#page-header .source_polylang:hover .w-dropdown-item {
    border-color: var(--color-header-middle-bg);
}

#page-header .source_polylang .w-dropdown-item::after {
    font-size: 16px;
    color: var(--color-content-faded-alt);
    margin-top: 0;
    right: 20px;
    transform: translateY(-50%);
}


/** menu nav item **/

.w-nav.type_mobile .menu-item.level_1.pll-parent-menu-item {
    margin-top: 30px;
}

.w-nav.type_mobile .menu-item.level_1.pll-parent-menu-item>a:not(.w-btn) {
    font-size: 16px;
    font-weight: var(--default-font-weight);
}


/*****************************
**
** FOOTER
**
******************************/

footer#page-footer {
    font-size: 16px;
    line-height: 1.5;
}

footer#page-footer p a {
    text-decoration: underline;
}

footer#page-footer p a:hover {
    text-decoration: none;
}


/**** Footer Menus ****/

@media (min-width: 820px) and (max-width: 1024px) {
    footer#page-footer .menu {
        columns: 2;
    }
}

footer#page-footer .menu a {
    text-decoration: underline;
}

footer#page-footer .menu a:hover {
    text-decoration: none;
}

footer#page-footer .menuWrapper .wpb_text_column:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    footer#page-footer .menuWrapper .wpb_text_column:not(:last-child) {
        margin-bottom: 30px;
    }
}

footer#page-footer .menuWrapper p.label {
    font-size: 14px;
    line-height: 1.5;
}


/**** Footer Newsletter Form ****/

footer#page-footer .wpcf7 .ajax-loader {
    display: none;
}

footer#page-footer .newsletterBox {
    position: relative;
}

footer#page-footer .newsletterBox::before {
    content: url('assets/imgs/waves-footer.svg');
    position: absolute;
    bottom: -50px;
    left: -80px;
    z-index: 4;
}

footer#page-footer .newsletterBox-inner {
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 30px 15px;
    z-index: 5;
    position: relative;
}

@media (min-width: 768px) {
    footer#page-footer .newsletterBox-inner {
        padding: 50px;
    }
}

footer#page-footer .newsletterBox h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.33;
}

footer#page-footer .newsletterBox h3:not(:last-child) {
    margin-bottom: 10px;
}

footer#page-footer .newsletterBox p:not(:last-child) {
    margin-bottom: 20px;
}

footer#page-footer .wpcf7 form.wpcf7-form .relativeBox {
    position: relative;
    margin-top: 0;
    font-size: 16px;
}

footer#page-footer .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-acceptance,
footer#page-footer .wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
    margin-bottom: 0;
}

footer#page-footer .gdpr .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

footer#page-footer .wpcf7 form.wpcf7-form .gdpr {
    margin-top: 20px;
    display: block;
}

footer#page-footer .wpcf7 form.wpcf7-form .formRow>div.col:last-child {
    margin-bottom: 0;
}


/* footer#page-footer .wpcf7 input[type="checkbox"]+span {
    color: var(--color-footer-text);
}

footer#page-footer .wpcf7 input[type="checkbox"]+span::before {
    border-color: #FFFFFF;
} */

footer#page-footer .wpcf7 input[type="email"] {
    margin: 0;
    padding-right: 70px;
    border-color: #FFFFFF;
    position: relative;
}

@media (min-width: 768px) {
    footer#page-footer .wpcf7 input[type="email"] {
        padding-right: 130px;
    }
}

footer#page-footer .wpcf7 form.wpcf7-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
}

@media (max-width: 767px) {
    footer#page-footer .wpcf7 form.wpcf7-form button[type="submit"] {
        padding: 0 18px;
    }
}

footer#page-footer .wpcf7 form.wpcf7-form button[type="submit"]>span {
    display: none;
}

@media (min-width: 768px) {
    footer#page-footer .wpcf7 form.wpcf7-form button[type="submit"]>span {
        display: block;
    }
    footer#page-footer .wpcf7 form.wpcf7-form button[type="submit"]>i {
        display: none;
    }
}

footer#page-footer .wpcf7 form.invalid .wpcf7-response-output,
footer#page-footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer#page-footer .wpcf7 form.sent .wpcf7-response-output,
footer#page-footer .wpcf7 form .wpcf7-response-output {
    border: 2px solid #FFFFFF;
}

footer#page-footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--color-content-primary);
}

footer#page-footer .wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--wpcf7-error);
}


/**** Copyright ****/

footer#page-footer .wrapper_copyright {
    width: auto;
    font-size: 16px;
    line-height: 1.75;
    gap: 30px;
}

footer#page-footer .wrapper_copyright>* {
    margin: 0;
}

@media (max-width: 767px) {
    footer#page-footer .wrapper_copyright {
        text-align: center;
        flex-direction: column-reverse;
        align-items: center;
    }
}

footer#page-footer .text_disclamer {
    font-size: 14px;
    line-height: 1.5;
}


/*****************************
**
** TITLEBARS
**
******************************/


/**** Homepage Titlebar ***/

.titlebar-hp-hero {
    position: relative;
    overflow: hidden;
    z-index: 9;
    min-height: 560px;
}

.titlebar-hp-hero .l-section-img {
    width: 100%;
    max-width: 100vw;
    left: initial;
    bottom: 50px;
}

@media (min-width: 820px) {
    /* .titlebar-hp-hero {
        min-height: 750px;
    } */
    .titlebar-hp-hero .l-section-img+.l-section-overlay {
        display: none;
    }
    .titlebar-hp-hero .l-section-img {
        max-width: 600px;
    }
}

@media (min-width: 820px) and (max-width: 1179px) {
    .titlebar-hp-hero {
        min-height: 500px;
    }
}

@media (min-width: 1180px) {
    .titlebar-hp-hero .l-section-img {
        max-width: 745px;
    }
}

@media (min-width: 1600px) {
    .titlebar-hp-hero .l-section-img {
        max-width: 1045px;
    }
}

.titlebar-hp-hero .l-section-h {
    position: relative;
}

.titlebar-hp-hero .l-section-h::after {
    content: var(--ornament-waves-titlebar-homepage);
    display: block;
    line-height: 0;
    position: absolute;
    bottom: -220px;
    left: calc((3 / 12) * 100%);
    user-select: none;
    pointer-events: none;
    line-height: 0;
}

@media (min-width: 820px) {
    .titlebar-hp-hero .l-section-h::after {
        bottom: -174px;
    }
}

@media (min-width: 1600px) {
    .titlebar-hp-hero .l-section-h::after {
        bottom: -128px;
    }
}

.titlebar-hp-hero .l-section-h .contentWrapper {
    position: relative;
    z-index: 6;
}

@media (min-width: 1280px) {
    .titlebar-hp-hero .contentWrapper h1 {
        font-size: 90px;
    }
}


/*** titlebar_page ***/

@media (max-width: 767px) {
    .titlebar_page.l-section.height_medium {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.titlebar_page>.l-section-img {
    display: none;
}

@media (min-width: 768px) {
    .titlebar_page>.l-section-img {
        top: 0;
        left: 50%;
        display: block;
    }
    .titlebar_page>.l-section-img+.l-section-overlay {
        left: 50%;
    }
}

@media (min-width: 992px) {
    .titlebar_page>.l-section-img {
        left: 50%;
    }
    .titlebar_page>.l-section-img+.l-section-overlay {
        display: none;
    }
}


/* ornament */

.titlebar_page {
    position: relative;
    /* margin-bottom: 50px; */
}

.titlebar_page::after {
    content: var(--ornament-waves-titlebar-page);
    display: block;
    position: absolute;
    bottom: -50px;
    left: 80%;
    transform: translate(-50%, 10%) scale(.5);
    user-select: none;
    pointer-events: none;
    line-height: 0;
}

@media (min-width: 768px) {
    .titlebar_page::after {
        left: 50%;
        transform: translateX(-50%) scale(.75);
    }
}

@media (min-width: 1024px) {
    .titlebar_page::after {
        transform: translateX(-50%) scale(1);
    }
}


/**** titlebar_blog ****/

.titlebar_blog {
    overflow: hidden;
    /* margin-bottom: 50px; */
}

@media (max-width: 767px) {
    .titlebar_blog.l-section.height_medium {
        padding-top: 20px;
    }
}

.titlebar_blog .breadcrumbsWrapper {
    margin-bottom: 20px;
}

.titlebar_blog .g-breadcrumbs {
    margin-bottom: 0;
}

.titlebar_blog .metaWrapper .post_date {
    font-size: 16px;
    line-height: 1.5;
}

.titlebar_blog .post_image {
    position: relative;
    overflow: visible;
}

@media (max-width: 768px) {
    .titlebar_blog .post_image.has_ratio>div {
        padding-bottom: calc((3 / 4) * 100%) !important;
    }
}

.titlebar_blog .post_image::after {
    content: var(--ornament-waves-titlebar-page);
    display: block;
    position: absolute;
    top: -100px;
    right: -50px;
    user-select: none;
    pointer-events: none;
    line-height: 0;
    transform: scale(.75);
}

@media (min-width: 1024px) {
    .titlebar_blog .post_image::after {
        transform: scale(1);
    }
}


/***** titlebar_boat *****/

.titlebar_boat {
    position: relative;
}

@media (max-width: 767px) {
    .titlebar_boat.l-section.height_medium {
        padding-top: 20px;
    }
}

.titlebar_boat::after {
    content: var(--ornament-waves-titlebar-page);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(.75);
    user-select: none;
    pointer-events: none;
    line-height: 0;
}

@media (min-width: 768px) {
    .titlebar_boat::after {
        bottom: 305px;
        transform: translateX(-50%) scale(1);
    }
}

@media (min-width: 1024px) {
    .titlebar_boat::after {
        bottom: 105px;
    }
}

.titlebar_boat.height_medium {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .titlebar_boat+.section_video {
        margin-top: -100px;
        position: relative;
        z-index: 4;
    }
}

.titlebar_boat .boat_name {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-primary);
}


/*****************************
**
** Custom Elements
**
******************************/


/***** SPECIAL OFFERS LISTING *****/

.speciaOffers {
    --scrollable-grid-margin: 5px;
    --scrollable-grid-item-width: 85vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .speciaOffers {
        --scrollable-grid-margin: 10px;
        --scrollable-grid-item-width: 420px;
    }
}

.speciaOffersWrapper .specialOffers>.gridList {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}


/** scroll **/

@media (max-width: 1024px) {
    .speciaOffersWrapper .specialOffers.with_scroll {
        margin-right: calc(-1 * ( var(--page-layout-container-padding)));
        margin-left: calc(-1 * ( var(--page-layout-container-padding)));
    }
    .specialOffers.with_scroll>.gridList {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 50%;
        margin: calc(-1 * var(--scrollable-grid-margin)) !important;
    }
    .specialOffers.with_scroll>.gridList>* {
        scroll-snap-align: center;
        padding: var(--scrollable-grid-margin) !important;
    }
    .specialOffers.with_scroll .specialOffer {
        flex-shrink: 0;
        width: var(--scrollable-grid-item-width) !important;
    }
    .specialOffers.with_scroll .specialOffer:first-child,
    .specialOffers.with_scroll .specialOffer:last-child {
        width: calc(var(--scrollable-grid-item-width) + var(--page-layout-container-padding)) !important;
    }
    .specialOffers.with_scroll .gridList .specialOffer:first-child {
        padding-left: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
    .specialOffers.with_scroll .gridList .specialOffer:last-child {
        padding-right: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
}


/** styling **/

.speciaOffersWrapper .gridList article.specialOffer {
    width: calc((12 / 12) * 100%);
    padding: 15px;
}

@media (min-width: 768px) {
    .speciaOffersWrapper .gridList article.specialOffer {
        width: calc((6 / 12) * 100%);
    }
}

@media (min-width: 1024px) {
    .speciaOffersWrapper .gridList article.specialOffer {
        width: calc((4 / 12) * 100%);
    }
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-top-width: 0;
    background: #FFFFFF;
    transition: all .3s ease;
}

.no-touch .speciaOffersWrapper .gridList article.specialOffer:hover>.innerWrapper {
    box-shadow: 7px 7px 1px rgba(7, 46, 72, 0.1);
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper {
    position: relative;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .post_image {
    line-height: 0;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .post_image .placeholder {
    padding-bottom: calc((250 / 370) * 100%);
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .post_image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .metaWrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .metaWrapper>.innerWrapper {
    padding: 15px 30px;
    position: relative;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .metaWrapper>.innerWrapper>.metaOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 2;
    user-select: none;
    pointer-events: none;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .metaWrapper .metaList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 4;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .metaWrapper .cat {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: var(--bold-font-weight);
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .metaWrapper .cat>i {
    margin-right: 10px;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .imgWrapper .metaWrapper .date {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .contentWrapper {
    padding: 30px;
    border-left: 1px solid var(--color-content-border);
    border-right: 1px solid var(--color-content-border);
    transition: border-color .3s ease;
}

.no-touch .speciaOffersWrapper .gridList article.specialOffer>.innerWrapper:hover .contentWrapper {
    border-color: var(--border-hover-color, var(--color-content-primary));
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .contentWrapper .post_title {
    font-size: 24px;
    line-height: 1.333;
    margin-bottom: 10px;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .contentWrapper .subTitle {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    color: var(--color-content-faded);
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .contentWrapper .boat_desc {
    font-size: 16px;
    line-height: 1.5;
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .priceWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    gap: 10px;
    border-top: 1px solid var(--color-content-border);
    border-left: 1px solid var(--color-content-border);
    border-right: 1px solid var(--color-content-border);
    border-bottom: 1px solid var(--color-content-border);
    transition: border-color .3s ease;
}

.no-touch .speciaOffersWrapper .gridList article.specialOffer>.innerWrapper:hover .priceWrapper {
    border-left-color: var(--border-hover-color, var(--color-content-primary));
    border-right-color: var(--border-hover-color, var(--color-content-primary));
    border-bottom-color: var(--border-hover-color, var(--color-content-primary));
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .priceWrapper .price .regularPrice,
.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .priceWrapper .price .salePrice {
    display: block;
    font-weight: var(--bold-font-weight);
    font-size: 24px;
    line-height: 1;
    color: var(--color-alt-content-heading);
}

.speciaOffersWrapper .gridList article.specialOffer>.innerWrapper .priceWrapper .price .salePrice+.regularPrice {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: var(--color-content-faded);
    text-decoration: line-through;
}

.speciaOffersWrapper .offers_filter {
    margin-bottom: 50px;
    border-bottom: 1px solid var(--color-content-border);
}

.speciaOffersWrapper .offers_filter .filter_list_inner {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 50%;
}

.speciaOffersWrapper .offers_filter .filter_list_inner .filter_link {
    display: block;
    flex-shrink: 0;
    position: relative;
    background: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-content-faded-alt);
    opacity: 1;
    text-align: center;
    padding: 13px 30px;
    scroll-snap-align: center;
    transition: all .3s ease;
}

@media (max-width: 600px) {
    .speciaOffersWrapper .offers_filter .filter_list_inner .filter_link {
        min-width: 51%;
    }
}

.no-touch .speciaOffersWrapper .offers_filter .filter_list_inner .filter_link:hover {
    color: #FFFFFF;
    background: var(--term-hover-color, var(--color-content-heading));
}

.speciaOffersWrapper .offers_filter .filter_list_inner .filter_link.active {
    color: var(--term-hover-color, var(--color-content-heading));
    pointer-events: none;
}

.speciaOffersWrapper .offers_filter .filter_list_inner .filter_link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: var(--term-hover-color, var(--color-content-heading));
}


/* loader */

.speciaOffersWrapper .gridList>.item.loader {
    width: 100%;
    text-align: center;
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--color-content-primary);
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/***** Search Filter *****/

.filterWrapper {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(7, 46, 72, 0.15);
    position: relative;
    z-index: 10;
    margin-top: 70px;
}

.filterWrapper form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filterWrapper form .formFields {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    width: 100%;
    flex-wrap: wrap;
    margin: -15px 0;
}

.filterWrapper form .formFields .formInput {
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.filterWrapper form .formFields .formInput:not(:last-child) {
    border-bottom: 1px solid var(--color-alt-content-border);
}

@media (min-width: 768px) {
    .filterWrapper form .formFields .formInput {
        width: calc((4 / 12) * 100%);
        padding: 15px;
    }
    .filterWrapper form .formFields .formInput.dateField {
        width: 50%;
    }
    .filterWrapper form .formFields .formInput:nth-last-child(2) {
        border-bottom: none;
    }
}

@media (min-width: 1280px) {
    .filterWrapper form {
        flex-wrap: nowrap;
    }
    .filterWrapper form .formFields {
        flex-wrap: nowrap;
        margin: 0;
    }
    .filterWrapper form .formFields .formInput {
        padding: 0 20px;
        width: auto;
        flex-grow: 1;
    }
    .filterWrapper form .formFields .formInput:not(:last-child) {
        border: none;
        border-right: 1px solid var(--color-alt-content-border);
    }
}

.filterWrapper form .formFields .formInput label {
    font-size: 14px;
    line-height: 1.57;
    text-transform: uppercase;
    color: var(--color-content-faded);
    cursor: default;
}

.filterWrapper form .formFields .formInput label .form-control-wrap {
    margin-top: 6px;
}

.filterWrapper form .formFields .formInput select,
.filterWrapper form .formFields .formInput input {
    border: none;
    padding: 0;
    min-height: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    cursor: pointer;
}

.filterWrapper form .btn.submit {
    background: var(--color-content-primary);
    color: #FFFFFF;
    box-shadow: 0px 1px 1px var(--color-content-primary-hover);
    transition: background .3s ease;
    font-size: 16px;
    padding: 0.94em 1.5em;
    margin: 0 20px 30px;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-transform: uppercase;
    width: 100%;
}

.filterWrapper form .btn.submit .label {
    margin-right: 10px;
}

@media (min-width: 1280px) {
    .filterWrapper form .btn.submit {
        padding: 20px;
        width: 120px;
        height: 120px;
        flex-shrink: 0;
        font-size: 32px;
        margin: 0;
    }
    .filterWrapper form .btn.submit .label {
        display: none;
    }
}

.filterWrapper form .btn.submit:hover {
    background: var(--color-content-primary-hover);
}


/***** Date Field *****/

.filterWrapper form .formFields .formInput.dateField input {
    padding-right: 20px;
    position: relative;
}

.filterWrapper form .formFields .formInput.dateField input::placeholder {
    color: var(--color-content-heading);
    opacity: 1;
}

.filterWrapper form .dateField .form-control-wrap::after {
    content: '\f783';
    font-family: 'fontawesome';
    font-size: 16px;
    color: var(--color-content-faded-alt);
    font-weight: 400;
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .filterWrapper form .dateField .form-control-wrap::after {
        bottom: 20px;
        right: 15px;
    }
}

@media (min-width: 1280px) {
    .filterWrapper form .dateField .form-control-wrap::after {
        bottom: 6px;
        right: 20px;
    }
    .filterWrapper form .formFields .formInput.dateField {
        max-width: 180px;
    }
}


/**** Members ****/

.members>.innerGrid {
    display: grid;
    grid-gap: var(--page-layout-gutter);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
}

@media (min-width: 768px) {
    .members>.innerGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.members .member {
    margin-top: 70px;
    width: 100%;
    padding: 0 30px 30px;
    border: 3px solid var(--color-content-heading);
}

@media (min-width: 1024px) {
    .members .member {
        padding: 0 50px 50px;
    }
}

.members .member>.innerWrapper {
    height: 100%;
}

.members .member .mainWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.members .member .contentWrapper .name {
    margin-bottom: 10px;
}

.members .member .contentWrapper .position {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--color-content-faded);
    margin-bottom: 30px;
}

.members .member .contentWrapper .desc {
    margin-bottom: 0;
}

.members .member .contentWrapper>*:last-child {
    margin-bottom: 0;
}

.members .member .imageWrapper {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    position: relative;
    margin-bottom: 20px;
}

.members .member .imageWrapper>.placeholder {
    padding-bottom: 100%;
}

.members .member .imageWrapper img {
    border-radius: 50%;
    border: 3px solid var(--color-content-heading);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.members .member .actionsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--color-content-border);
    width: 100%;
}

.members .member .actionsWrapper .social_text {
    margin-bottom: 0;
    color: var(--color-content-heading);
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: var(--bold-font-weight);
    text-transform: uppercase;
}

.members .member .actionsWrapper .socialWrapper {
    display: flex;
    margin: -15px;
}

.members .member .actionsWrapper .socialWrapper>* {
    padding: 15px;
}

.members .member .actionsWrapper .socialWrapper a {
    color: var(--color-content-secondary);
    font-size: 16px;
    line-height: 1;
    display: block;
}

.no-touch .members .member .actionsWrapper .socialWrapper a:hover {
    color: var(--color-content-heading);
}


/* small */

.members.members_small .member {
    border: none;
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(7, 46, 72, 0.15);
}

.members.members_small .member .contentWrapper .name {
    font-size: 20px;
}

@media (min-width: 768px) {
    .members.members_small .member .contentWrapper .name {
        font-size: 24px;
    }
}

.members.members_small .member .imageWrapper {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    position: relative;
}

.members.members_small .member .imageWrapper img {
    border: 3px solid #FFFFFF;
}

.members.members_small .member .actionsWrapper {
    justify-content: center;
    gap: 0;
}

.members.members_small .member .actionsWrapper .social_text {
    display: none;
}


/***** Boat Features Cards *****/

.bfcWrapper {
    position: relative;
    z-index: 8;
}

.bfcWrapper .bfc>.innerGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

@media (min-width: 768px) {
    .bfcWrapper .bfc>.innerGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .bfcWrapper .bfc>.innerGrid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.bfcWrapper .bfc .card>.innerWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.bfcWrapper .bfc .card .icon {
    font-size: 32px;
    line-height: 1;
    color: var(--color-content-primary);
}

.bfcWrapper .bfc .card .icon:not(:last-child) {
    margin-bottom: 20px;
}

.bfcWrapper .bfc .card {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(7, 46, 72, 0.15);
}

@media (min-width: 768px) {
    .bfcWrapper .bfc .card {
        padding: 30px;
    }
}

.bfcWrapper .bfc .card .title {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.33;
    text-transform: uppercase;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
}

.bfcWrapper .bfc .card .contentWrapper:not(:last-child) {
    margin-bottom: 10px;
}

.bfcWrapper .bfc .card .value>a {
    text-decoration: underline;
}

.no-touch .bfcWrapper .bfc .card .value>a:hover {
    text-decoration: none;
}


/***** Boat Media *****/

.panorama_trigger>.innerWrapper,
.video_trigger>.innerWrapper {
    position: relative;
}


/* 
.boatMedia > .innerGrid>* {
    width: 50%;
} */

.boatMedia>.innerGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

@media (min-width: 768px) {
    .boatMedia>.innerGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .boatMedia>.innerGrid {
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
    }
}

.boatMedia>.innerGrid .item {
    min-height: 180px;
}

.boatMedia>.innerGrid .item .imgWrapper {
    position: relative;
    line-height: 0;
    height: 100%;
}

.boatMedia>.innerGrid .item .imgWrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.boatMedia>.innerGrid .trigger {
    position: relative;
}

.boatMedia>.innerGrid .trigger::after {
    content: '';
    display: block;
    background: var(--color-content-heading);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    user-select: none;
    pointer-events: none;
}

.boatMedia>.innerGrid .trigger>.innerWrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1280px) {
    .boatMedia>.innerGrid .trigger>.innerWrapper {
        justify-content: flex-end;
    }
}

.boatMedia>.innerGrid .trigger>.innerWrapper>*:not(.overLink) {
    position: relative;
    z-index: 4;
}

.boatMedia>.innerGrid .trigger i {
    font-size: 16px;
    color: var(--color-content-primary);
    margin-bottom: 10px;
}

.boatMedia>.innerGrid .trigger .contentWrapper:not(:last-child) {
    margin-bottom: 5px;
}

.boatMedia>.innerGrid .trigger h3 {
    color: #FFFFFF;
}

.boatMedia>.innerGrid .trigger p {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
}

.boatMedia>.innerGrid .gallery_trigger {
    cursor: pointer;
}


/** iconsWrapper **/

.iconsWrapper .icons .innerGrid {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.iconsWrapper .icons .icon .mainWrapper {
    display: flex;
    gap: 20px;
}

.iconsWrapper .icons .icon a {
    text-decoration: underline;
}

.no-touch .iconsWrapper .icons .icon a:hover {
    text-decoration: none;
}


/*** Features ****/

.featuresWrapper .features .feature {
    padding: 10px;
    border-bottom: 1px solid var(--color-content-border);
}

.featuresWrapper .features .feature .innerWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

@media (max-width: 767px) {
    .featuresWrapper .features:not(.nowrap) .feature .innerWrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.w-tabs.accordion .featuresWrapper .features .feature:last-child {
    border-bottom: 0;
}

.w-tabs.accordion .featuresWrapper .features .feature {
    padding-left: 0;
    padding-right: 0;
}

.w-tabs.accordion .w-tabs-section-header,
.w-tabs.accordion>div>div>.w-tabs-section-content {
    padding-left: 10px;
    padding-right: 10px;
}


/***** Menu *****/

.custom_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

.custom_menu ul li.menu-item:not(:last-child) {
    margin-bottom: 10px;
}

.custom_menu ul li a {
    text-decoration: underline;
}

.no-touch .custom_menu ul li a:hover {
    text-decoration: none;
}

.custom_menu ul li.menu-item .custom_menu-arrow::before {
    content: '\f107';
    vertical-align: top;
    font-family: var(--fa-font-family, "fontawesome");
    font-weight: var(--fa-font-weight, 400);
    display: inline-block;
    margin-left: 5px;
    transition: transform .3s ease;
}

.custom_menu ul li.menu-item.active .custom_menu-arrow::before {
    transform: rotate(180deg);
}

.custom_menu ul li.menu-item.active>a {
    color: var(--color-content-primary);
}

.custom_menu ul li>ul {
    margin-top: 10px;
    margin-left: 10px;
}


/*****************************
**
** SIDEBAR
**
******************************/

@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar>.vc_column-inner>.wpb_wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .sidebar {
        margin-top: 50px !important;
    }
}

@media (min-width: 1025px) {
    .sidebar>.vc_column-inner {
        margin-left: 30px;
    }
}


/**** Blog Categories ****/

.categoriesWrapper:not(:last-child) {
    margin-bottom: 30px;
}

.categoriesWrapper .categories {
    border: 3px solid var(--color-content-heading);
    padding: 30px;
    height: 100%;
}

.categoriesWrapper .categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categoriesWrapper .categories ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    border-top: 1px solid var(--color-content-border);
    margin: 0;
}

.categoriesWrapper .categories ul>li:first-child {
    border-top: 1px solid var(--color-content-heading);
}

.categoriesWrapper .categories ul>li a {
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
}

.no-touch .categoriesWrapper .categories ul>li:not(.current-cat) a:hover {
    color: var(--color-content-primary);
}

.categoriesWrapper .categories ul>li.current-cat a {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

.categoriesWrapper .categories ul>li>span {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: var(--bold-font-weight);
    background: var(--color-content-bg-alt);
    color: var(--color-content-heading);
}

.categoriesWrapper .categories ul>li.current-cat>span {
    background: var(--color-content-primary);
    color: #FFFFFF;
}


/*****************************
**
** TABS
**
******************************/

.w-tabs-section-content {
    padding: 60px 30px;
    padding-bottom: 0;
}

.w-tabs.style_trendy.layout_hor>.w-tabs-list .w-tabs-list-bar {
    height: 3px;
    background: var(--color-content-heading);
}

.w-tabs.style_trendy>.w-tabs-list .w-tabs-item {
    max-width: 160px;
    font-size: 16px;
    line-height: 1.33;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-content-faded-alt);
    opacity: 1;
    text-align: left;
    padding: 10px 15px;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .w-tabs.style_trendy>.w-tabs-list .w-tabs-item {
        padding: 10px 20px;
    }
}

.w-tabs.style_trendy>.w-tabs-list .w-tabs-item .w-tabs-item-title {
    min-height: 42px;
    display: block;
}

.w-tabs.style_trendy>.w-tabs-list .w-tabs-item:not(.active):focus,
.no-touch .w-tabs.style_trendy>.w-tabs-list .w-tabs-item:not(.active):hover,
.w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active {
    color: var(--color-content-heading);
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-title {
    font-size: 16px;
    line-height: 1.33;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-content-faded-alt);
    opacity: 1;
    text-align: left;
    transition: all .3s ease;
}

.w-tabs.accordion .w-tabs-section.active .w-tabs-section-title {
    color: var(--color-content-heading);
}


/*****************************
**
** SWIPER SLIDERS
**
******************************/


/***** General Styles *****/

.swiper .swiper-slide {
    height: auto;
}

.swiper.swiper-css-mode>.swiper-wrapper {
    overflow-y: hidden;
}


/***** Pagiantion and Navigation *****/

.sliderContainer .swiper-button-prev,
.sliderContainer .swiper-button-next {
    width: var(--swiper-navigation-size, 60px);
    height: var(--swiper-navigation-size, 60px);
    border-radius: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    background: var(--color-content-heading);
    opacity: .75;
    transition: all .3s ease;
}

.sliderContainer .swiper-button-next.swiper-button-disabled,
.sliderContainer .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.no-touch .sliderContainer .swiper-button-prev,
.no-touch .sliderContainer .swiper-button-next {
    opacity: .3;
}

.no-touch .sliderContainer .swiper-button-prev:hover,
.no-touch .sliderContainer .swiper-button-next:hover {
    opacity: 1;
    background: var(--color-content-heading);
}

.sliderContainer .swiper-button-prev {
    left: var(--swiper-navigation-offset, 50px);
}

.sliderContainer .swiper-button-next {
    right: var(--swiper-navigation-offset, 50px);
}

.sliderContainer .swiper-button-prev::after,
.sliderContainer .swiper-button-next::after {
    font-family: 'fontawesome';
    font-size: 16px;
    line-height: var(--swiper-navigation-size, 60px);
    color: #FFFFFF;
}

.sliderContainer .swiper-button-prev::after {
    content: '\f060';
}

.sliderContainer .swiper-button-next::after {
    content: '\f061';
}

.sliderContainer .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 1px solid var(--color-content-primary);
    transition: all .3s ease;
}

.no-touch .sliderContainer .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.sliderContainer .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--color-content-primary);
    border-color: var(--color-content-primary);
}


/***** main slider *****/

.mainSlider {
    --swiper-navigation-size: 40px;
    --swiper-navigation-offset: 20px;
}

@media (min-width: 768px) {
    .mainSlider {
        --swiper-navigation-size: 50px;
        --swiper-navigation-offset: 30px;
    }
}

@media (min-width: 1280px) {
    .mainSlider {
        --swiper-navigation-size: 60px;
        --swiper-navigation-offset: 50px;
    }
}

.mainSlider .slideItem .imgWrapper {
    line-height: 0;
    position: relative;
}

.mainSlider .slideItem .imgWrapper>.placeholder {
    padding-bottom: calc((1720 / 1720) * 100%);
}

@media (min-width: 768px) {
    .mainSlider .slideItem .imgWrapper>.placeholder {
        padding-bottom: calc((800 / 1720) * 100%);
    }
}

@media (min-width: 1280px) {
    .mainSlider .slideItem .imgWrapper>.placeholder {
        padding-bottom: calc((600 / 1720) * 100%);
    }
}

.mainSlider .slideItem .imgWrapper>.placeholder+img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/**** Testimonial Slider ****/

.testimonial-slider-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.testimonial-slider-controls .testimonial-slider-prev,
.testimonial-slider-controls .testimonial-slider-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-content-heading);
    transition: all .3s ease;
}

.no-touch .testimonial-slider-controls .testimonial-slider-prev:not(.swiper-button-disabled):hover,
.no-touch .testimonial-slider-controls .testimonial-slider-next:not(.swiper-button-disabled):hover {
    box-shadow: 0 4px 4px rgba(7, 46, 72, 0.1);
}

.testimonial-slider-controls .swiper-button-disabled {
    opacity: .5;
    cursor: default;
}

.testimonialSlider .slideItem .mainWrapper .text {
    font-size: 18px;
    line-height: 1.5;
}

.testimonialSlider .slideItem .mainWrapper .text:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .testimonialSlider .slideItem .mainWrapper .text {
        font-size: 24px;
    }
    .testimonialSlider .slideItem .mainWrapper .text:not(:last-child) {
        margin-bottom: 60px;
    }
}

.testimonialSlider .slideItem .mainWrapper .author {
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
}

.testimonialSlider .slideItem .mainWrapper .author:not(:last-child) {
    margin-bottom: 10px;
}

.testimonialSlider .slideItem .mainWrapper .position {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-content-faded);
    text-transform: uppercase;
}


/*****************************
**
** PAGES and SECTIONS
**
******************************/


/***** Contact Page *****/

.wpcf7 .form_heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid var(--color-content-heading)
}

.wpcf7 .formRow.submit .close a {
    font-size: 16px;
    line-height: 1;
    color: var(--error-color);
}


/***** Testimonial Section *****/

.section_testimonial>.l-section-h {
    position: relative;
}

.section_testimonial>.l-section-h::after {
    content: var(--ornament-quotes);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
    line-height: 0;
    z-index: 4;
}

@media (min-width: 1025px) {
    .section_testimonial>.l-section-h::after {
        top: calc(100% + 30px);
        bottom: initial;
        right: 0;
    }
}


/***** Marina Section *****/

.section_marina>.l-section-h {
    position: relative;
}

.section_marina>.l-section-h::after {
    content: var(--ornament-waves-titlebar-page);
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    transform: translateY(-100%) scale(.75);
    user-select: none;
    pointer-events: none;
    line-height: 0;
}

@media (min-width: 768px) {
    .section_marina>.l-section-h::after {
        transform: translateY(-100%) scale(1);
        top: -50px;
        right: 0;
    }
}


/*****************************
**
** PLUGINS
**
******************************/


/* Lightbox Gallery */

.pswp {
    --pswp-bg: var(--color-content-overlay);
}


/**** TIPPY ****/

.tippy-box {
    border-radius: 0px;
    background-color: var(--color-content-heading);
    font-size: 14px;
}

.tippy-box>.tippy-content {
    padding: 12px 20px;
}