/*
 Theme Name:   Twenty Twenty One Child
 Theme URI:    http://example.com/twenty-twenty-one-child/
 Description:  Twenty Twenty Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/
:root {
    --primary-color: #00011a;
    --secondary-color: #c8c9e6;
	--gold: #D5AD6D;
    --black: #202020;
    --grey: #f2f2f2;
    --white: #ffffff;
    --primary-font: "minerva-modern", sans-serif;
    --secondary-font: 'meno-banner', serif;
    --third-font: 'Oswald',sans-serif;
    --site-max-width: 140rem;
    --average_screen: .05952vw;
  }
  html {
    font-size: 62.5%;
    width: 100%;
  	scroll-behavior: smooth;
  }


  @media only screen and (min-width: calc(98.1 * 10px)) {
    .mobile-only {
        display: none !important;
    }
	.secondary-header span.desktop-only {
		display: inline-block;
	}
  }
  @media only screen and (max-width: calc(98 * 10px)) {
    .desktop-only {
        display: none !important;
    }
	.secondary-header a {
		font-size: 1.6rem !important;
		line-height: 140%;
	}
  }
  /*@media screen and (max-width: 48rem) {
  html {
    font-size: 58%;
  }
  }*/
  /*----------thme settings--------*/
  .entry-content, .entry-summary{
    font-family: inherit;
  }
  header *, main *, footer *{
    max-width: initial;
  }
  .site-header, .site-main, .widget-area, .site-footer{
    padding-top: 0rem;
    padding-bottom:0rem;
    width: 100%;
    max-width: inherit;
  }
  .site-main > *{
    margin-top:0rem;
    margin-bottom: 0rem;
  }
  span.edit-link,
  header#masthead,
  a.skip-link {
    display: none;
  }
  .site-main > article > *,
  .site-main > .not-found > *,
  .entry-content > *,
  [class*=inner-container] > *,
  .wp-block-template-part > *,
  .wp-block-post-template :where(li > *){
    width: 100%;
    max-width: 100%;
    margin: 0rem;
  }
  section{
    max-width: inherit !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  footer.entry-footer{
    display: none;
  }
  select:focus{
    outline-offset: 0;
    outline: 0px;
  }
  .site .button:focus,
  button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus,
  .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus{
    outline-offset: 0;
    outline: 0px;
  }
  /*----------eo thme settings--------*/
  *, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    width: 100%;
    color: var(--black);
    font-size: 1.8rem;
    font-family: var(--primary-font);
    background-color: var(--white);
  }
  #page{
    overflow: hidden;
  }
  h1, h2, h3, h4{
    line-height: 110%;
    padding-bottom: 2rem;
  }
  h1, h2 {
    font-family: var(--secondary-font);
    font-weight: 700;
  }
  h1 {
    font-size: 5rem;
    font-weight: 100;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }
  h3:after {
    content: '';
    display: block;
    height: 0.2rem;
    width: 5rem;
    background: var(--primary-color);
    margin-top: 2rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  p {
    padding-bottom: 2rem;
    line-height: 180%;
  }
  a, a:focus{
    text-decoration: none;
  }
  a:focus{
    outline: inherit !important;
    background: initial !important;
    text-decoration: none !important;
  }
  a:focus img{
    outline: inherit !important;
  }
  
  ul{
    list-style: disc;
    padding-left: 1.5rem;
  }
  ol{
    padding-left: 1.5rem;
  }
  ul li, ol li {
    line-height: 180%;
    font-weight: 400;
  }
  .dark {
    color: #888888;
    background-color: #111111;
  }
  .grey{
    background-color: var(--grey);
  }
  ::selection {
    background: var(--gold) !important;
    color: #111111;
  }
  /* ------------------ Gradient Layout on hero ------------------*/
  section[class*="overlay-"] {
    position: relative;
  }
  section[class*="overlay-"]:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 1;
  }
  section[class*="overlay-"] > * {
    z-index: 2 !important;
    position: relative;
  }
  .overlay-color:before {
    background: var(--primary-color);
  }
  .overlay-dark:before {
    background: var(--black);
  }
  /* ------------------ EO Gradient Layout on hero ------------------*/
  /* Menu Style */
  .nav ul {
    list-style: none;
  }
  .nav ul li a {
    text-decoration: none;
    position: relative;
  }
  .nav .navigation-nav > ul {
    display: flex;
    justify-content: flex-end;
  }
  
  body.open-menu{
    overflow: hidden;
    position: fixed;
  }
  body.open-menu .header {
    overflow-x: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
  }
  .header {
    position: relative;
    z-index: 999;
  }
  .header-container{
    background: var(--black);
    border-bottom: solid 0.1rem var(--primary-color);
    z-index: 3;
    position: relative;
  }
  .nav {
    display: grid;
    grid-template-columns: auto 4fr;
    align-items: center;
    max-width: var(--site-max-width);
    margin: auto;
    text-align: right;
    padding: 2rem 3.5rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .nav .logo-box {
    /* width: 30rem; */
    height: unset;
  }
 .nav ul li.contact a {
    color: var(--black);
    font-weight: 600;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(221 187 135) 45%, rgb(231 201 152) 61%, rgba(213,173,109,1) 100%);
    padding-bottom: 1.5rem;
    border-radius: 1rem;
}
.boat-cta input.wpcf7-submit {
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(221 187 135) 45%, rgb(231 201 152) 61%, rgba(213,173,109,1) 100%);
	color: var(--black) !important;
}
  
  .logo-mobile{
    display: none;
  }
  
  /*--------------Mega menu header---------*/
  .menu-listing .learn-more{
    color:var(--black);
    text-transform: inherit;
    padding: 0;
    font-weight:500;
  }
  .menu-listing .learn-more::after{
    display: inline-block;
    margin-left: 0.5rem;
    content: "\35";
    font-weight: bold;
    text-decoration: none !important;
    transition: all 0.5s;
    font-size: calc(1.8rem - 0.2rem) !important;
    font-weight:600;
    letter-spacing:.1rem;
    font-family: 'ElegantIcons';
  }
  
  
  .menu-listing li button:focus{
    outline: initial;
  }
  .menu-listing li button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1rem 1.5rem;
    background: transparent !important;
    border: none;
    border-radius: 0rem;
    width: 4rem;
    height: 4rem;
    top: 0.7rem;
    margin: auto;
    right: 2rem;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    transform: none;
    color: var(--white) !important;
    z-index: 9999;
  }
  .menu-listing li button i::before{
    font-family: eleganticons;
    content:"\4c";
    speak: none;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-size: 3rem;
    display: inline-block;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    left: 0;
    top: 0;
    position: absolute;
  }
  .menu-listing li button.active-button i::before{
    transform: rotate(45deg);
  }
  
  /*.menu-listing .active-parent-current{
    border-bottom: 1.5px solid #888888;
    margin-bottom: 0;
  }*/
  .menu-listing>li:last-child.active-parent-current>a{
    border-bottom: 1.5px solid #888888;
  }
  .menu-listing .active-parent-current + li{
    margin-top: 0rem;
  }
  .menu-listing > li > a {
    text-decoration: none;
    color: #fff;
    padding: 1.5rem;
    text-transform: uppercase;
  }
  .boat-hero .boat-info .module {
    padding: 1rem;
}
.boat-hero .boat-info {
    padding-inline: 0;
}
.boat-hero .boat-info p.data {
    padding-bottom: 0;
    margin-bottom: -0.5rem;
}
.boat-hero .boat-info p.data-title {
    padding-bottom: 0;
    font-size: 1.6rem;
}
  
  
  
  
  @media only screen and (min-width: calc(98.1 * 10px)) {
    .menu-listing li button{
        display: none;
    }
    .menu-listing > li > a{
        padding-bottom: 4rem;
    }
    .menu-listing > li:hover > a {
        color: var(--gold);
    }
    .menu-listing > li > a:active {
        color: var(--primary-color);
    }
    .menu-listing > li.has-children > a {
        padding-right: 2em;
    }
    .menu-listing > li.has-children > a::before {
        content: '\33';
        font-family: 'ElegantIcons';
        font-size: 2.5rem;
        position: absolute;
        right: .4rem;
        top:calc(100% / 2 - 2.5rem);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        vertical-align: middle;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    .menu-listing > li.has-children:hover > a::before{
        transform: rotate(180deg);
    }
  
    /*.menu-listing > li.has-children:hover > a::after{
        opacity: 1 !important;
    }
    .menu-listing > li.has-children > a::after { 
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        margin-top: 1.5rem;
        display: inline-block;
        background: transparent;
        border-style: solid dashed dashed;
        border-color: transparent;
        font-size: 0;
        border-width: 1rem 1rem 0;
        padding-top: .1rem;
        border-top-color: var(--primary-color);
        opacity: 0;
        width: 0;
        height: 1.5rem;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
  
    }*/
  }
  @media only screen and (max-width: calc(125 * 10px)) and (min-width: calc(98.1 * 10px)){
    .menu-listing > li > a{
        padding-bottom: 3rem;
    }
    .menu-listing > li.has-children > a::before{
        top: calc(100% / 2 - 1.9rem);
    }
  }
  
  @media only screen and (max-width:calc(48 * 10px)) {
  }
  
  
  .mega-menu{
    padding: 2rem;
    display: none;
    text-shadow: none;
    background-color: var(--grey);
  }
  .menu-listing > li.mega-menu-width .mega-menu{
    width: 100%;
    max-width: var(--site-max-width);
    right: 0;
    text-align: left;
  }
  
  .menu-listing li .mega-menu li{
    margin: 0px;
  }
  .menu-listing li .mega-menu li a{
    color:var(--black);
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-align: left;
    display: block;
    padding: .5rem 0;
    text-transform: inherit;
    font-size: inherit;
  }
  @media only screen and (min-width: calc(48 * 10px)) {
    .mega-menu{
        padding: 2rem 3rem;
    }
  }
  @media only screen and (min-width: calc(98.1 * 10px)) {
    .mega-menu{
        top: -100rem;
        visibility: hidden;
        opacity: 0;
        left: auto;
        right: auto;
        position: absolute;
        display: block;
        padding: 3rem 4rem;
        border-top: 4px solid var(--primary-color);
    }
    .menu-listing li .mega-menu li a:hover{
        opacity: 0.8;
    }
  
    .has-children:not(.mega-menu-width) .mega-menu{
        min-width: 20rem;
    }
  
    .menu-listing > li:hover .mega-menu{
        visibility: visible;
        opacity: 1;
        z-index: 30;
        top: 100%;
        transition-delay: 0.2s;
    }
    .menu .main-nav > li:hover > a::after{
        opacity: 1 !important;
        transition-delay: 0.2s;
    }
  
  }
  @media only screen and (max-width: calc(98 * 10px)) {
    .mega-menu{
        max-width: 95% !important;
        margin: auto;
    }
  }
  @media only screen and (max-width: calc(48 * 10px)) {
    .mega-menu{
        max-width: 90% !important;
    }
  }
  
  
  
  
  
  
  .mega-menu-row{
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .mega-menu-row .mega-menu-column p{
    padding-bottom: 0;
    line-height: 150%;
  }
  .mega-menu-row .mega-menu-column img{
    margin-bottom: 1rem;
  }
  @media only screen and (min-width: calc(48.1 * 10px)) {
    .mega-menu-row{
        display: -ms-grid;
        display: grid;
        position: relative;
        width: 100%;
        margin: 0 auto;
        grid-gap: 2rem;
    }
    .mega-menu-column-1{
        -ms-grid-columns: repeat(auto-fit, minmax(min(115rem, 100%), 1fr));
        grid-template-columns: repeat(auto-fit, minmax(min(115rem, 100%), 1fr));
    }
    .mega-menu-column-2{
        -ms-grid-columns: repeat(auto-fit, minmax(min(55rem, 100%), 1fr));
        grid-template-columns: repeat(auto-fit, minmax(min(55rem, 100%), 1fr));
    }
    .mega-menu-column-3{
        -ms-grid-columns: repeat(auto-fit, minmax(min(35rem, 100%), 1fr));
        grid-template-columns: repeat(auto-fit, minmax(min(35rem, 100%), 1fr));
    }
    .mega-menu-column-4{
        -ms-grid-columns: repeat(auto-fit, minmax(min(25rem, 100%), 1fr));
        grid-template-columns: repeat(auto-fit, minmax(min(25rem, 100%), 1fr));
    }
    .mega-menu-column-5{
        -ms-grid-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr));
        grid-template-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr));
    }
    .mega-menu-column-6{
        -ms-grid-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
        grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
    }
  }
  @media only screen and (max-width: calc(48 * 10px)) {
    .mega-menu-row .mega-menu-column{
        margin-bottom: 1.5rem;
    }
  }
  
  
  
  
  /*--------------eo Mega menu header---------*/
  
  
  
  
  /*----------When Open Menu Mobile-----------*/
  
  @-webkit-keyframes animation_menu_mobile {
    0%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
    35%{
        opacity: 0;
    }
    100%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
  }
  @-moz-keyframes animation_menu_mobile {
    0%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
    35%{
        opacity: 0;
    }
    100%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
  }
  @keyframes animation_menu_mobile{
    0%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
    35%{
        opacity: 0;
    }
    100%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
  }
  @-ms-keyframes animation_menu_mobile{
    0%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
    35%{
        opacity: 0;
    }
    100%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
  }
  @-o-keyframes animation_menu_mobile{
    0%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
    35%{
        opacity: 0;
    }
    100%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
  }
  /*----------eo When Open Menu Mobile-----------*/
  
  /*----------When close Menu Mobile-----------*/
  
  @-webkit-keyframes animation_menu_mobile_close{
    0%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
    30%{
        opacity: 1;
        visibility: visible;
    }
    50%{
        opacity: 0;
        visibility: hidden;
    }
    100%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
  }
  @-moz-keyframes animation_menu_mobile_close {
    0%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
    30%{
        opacity: 1;
        visibility: visible;
    }
    50%{
        opacity: 0;
        visibility: hidden;
    }
    100%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
  }
  @keyframes animation_menu_mobile_close{
    0%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
    30%{
        opacity: 1;
        visibility: visible;
    }
    50%{
        opacity: 0;
        visibility: hidden;
    }
    100%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
  }
  @-ms-keyframes animation_menu_mobile_close{
    0%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
    30%{
        opacity: 1;
        visibility: visible;
    }
    50%{
        opacity: 0;
        visibility: hidden;
    }
    100%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
  }
  @-o-keyframes animation_menu_mobile_close{
    0%{
        visibility: visible;
        opacity: 1;
        width:100%;
    }
    30%{
        opacity: 1;
        visibility: visible;
    }
    50%{
        opacity: 0;
        visibility: hidden;
    }
    100%{
        visibility: hidden;
        opacity:0;
        width:0;
    }
  }
  /*---------eo-When close Menu Mobile-----------*/
  @media only screen and (max-width: calc(125 * 10px)) and (min-width: calc(98.1 * 10px)) {
    .nav .logo-box {
        width: 20rem;
    }
  }
  @media only screen and (max-width: calc(98 * 10px)) {
    .header-container{
        position: absolute;
        width: 100%;
    }
  
    body.open-menu .navigation-nav {
        -webkit-animation: animation_menu_mobile .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        -moz-animation: animation_menu_mobile .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        -ms-animation: animation_menu_mobile .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        -o-animation: animation_menu_mobile .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        animation: animation_menu_mobile .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    }
    .navigation-nav.animation_close{
        -webkit-animation: animation_menu_mobile_close .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        -moz-animation: animation_menu_mobile_close .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        -ms-animation: animation_menu_mobile_close .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        -o-animation: animation_menu_mobile_close .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        animation: animation_menu_mobile_close .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    }
    .navigation-nav {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        visibility: hidden;
        opacity: 0;
        width: 0;
    }
    .logo-mobile{
        display: block;
        width: 18rem;
        margin:auto;
        position: relative;
        margin-top: 5rem;
    }
    .logo-mobile img{
        width: 100%;
    }
  
    .menu-listing {
        position: absolute;
        top: 10rem;
        /*      left: 50%;
              transform: translate(-100%, 0%);*/
        list-style: none;
        text-align: left;
        width: 100%;
        display: block !important;
        padding-left: 0rem;
        padding-bottom: 5rem;
    }
    .menu-listing li {
        position: relative;
    }
    .menu-listing > li {
        width: 90%;
        margin: auto;
		padding-bottom: 2rem;
    }
    .open-menu .menu-listing li a{
        text-indent: 0;
    }
    .menu-listing li a{
        color: var(--black);
        text-indent: 40rem;
        transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;        
    }
    .menu-listing li a:link,
    .menu-listing li a:visited {
		display: inline-block;
		font-size: 3rem;
		padding: 1rem 2rem;
		text-decoration: none;
		text-transform: uppercase;
		color: var(--white) !important;
		font-family: var(--primary-font);
    }
	.navigation-nav {
		background: var(--black);
	}
    .menu-listing li a:link span,
    .menu-listing li a:visited span {
        margin-right: 1.5rem;
        display: inline-block;
    }
    .menu-listing li a:hover,
    .menu-listing li a:active {
        background-position: 100%;
        color: #90caf9;
        transform: translateX(1rem);
    }
  
  }
  @media only screen and (max-width: calc(48 * 10px)) {
    .menu-listing > li {
        width: 95%;
    }
    .nav .logo-box {
        width: 20rem;
    }
  }
  
  /*----------animation circle mobile menu---------*/
  .bg-animation-mobile, .bg-animation-mobile::before{
    display: block;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    position: absolute;
  }
  .bg-animation-mobile{
    left: 1rem;
    top: 1rem;
    right: 3.5rem;
    z-index: 2;
  }
  .bg-animation-mobile::before{
    content: "";
    display: block;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    background-color: var(--black);
    background-size: 10%;
  }
  body.open-menu .bg-animation-mobile::before {
    transform: scale(80);
    position: fixed;
  }
  @media only screen and (max-width: calc(48 * 10px)) {
    .bg-animation-mobile, .bg-animation-mobile::before{
        height: 3rem;
        width: 3rem;
    }
  }
  /*----------eo animation circle mobile menu---------*/
  
  
  
  /*----------Menu icon mobile---------*/
  body.open-menu .btn-menu{
    background-color:var(--gold);
  }
  .btn-menu {
    height: 6.1rem;
    width: 6.1rem;
    background: var(--gold);
    position: absolute;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 999;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%);
  }
  .btn-menu span.line-1{
    position: relative;
    margin-top: 2.8rem;
  }
  body.open-menu .btn-menu span.line-1,
  body.open-menu .btn-menu span.line-1:before,
  body.open-menu .btn-menu span.line-1:after {
    /* background: var(--primary-color); */
    background: var(--black);
  }
  .btn-menu span.line-1,
  .btn-menu span.line-1:before,
  .btn-menu span.line-1:after {
    width: 3.3rem;
    /* background: var(--black); */
    background: var(--black);
    height: 0.4rem;
    display: inline-block;
  }
  .btn-menu span.line-1:before,
  .btn-menu span.line-1:after {
    content: '';
    position: absolute;
    left: 0;
    transition: all .2s;
  }
  .btn-menu span.line-1:before {
    top: -1rem;
  }
  .btn-menu span.line-1:after {
    top:1rem;
  }
  body.open-menu .btn-menu span.line-1 {
    background-color: transparent;
  }
  body.open-menu .btn-menu span.line-1::before {
    top: 0;
    transform: rotate(135deg);
  }
  body.open-menu .btn-menu span.line-1::after {
    top: 0;
    transform: rotate(-135deg);
  }
  @media screen and (max-width: calc(98 * 10px)) {
  }
  @media screen and (max-width: calc(48 * 10px)) {
    .btn-menu{
        height: 5.2rem;
        width: 5.2rem;
    }
    .btn-menu span.line-1 {
        margin-top: 2.4rem;
    }
    .btn-menu span.line-1,
    .btn-menu span.line-1:before,
    .btn-menu span.line-1:after{
        width: 3rem;
    }
    .btn-menu span.line-1:before {
        top: -0.8rem;
    }
    .btn-menu span.line-1:after {
        top: 0.8rem;
    }
  }
  /*----------eo Menu icon mobile---------*/
  
  /* -------eo Mobile Menu Style -----*/
  
  /*-------block-menu-bg-----------*/
  .block-menu-bg{
    height: 6.1rem;
    width: 6.1rem;
    position: absolute;
    right: 3rem;
  }
  @media screen and (min-width: calc(98.1 * 10px)) {
    .block-menu-bg{
        display: none;
    }
  }
  @media screen and (max-width: calc(48 * 10px)) {
    .block-menu-bg{
        height: 5.2rem;
        width: 5.2rem;
    }
  }
  /*-------eo block-menu-bg-----------*/
  /*-------site content-----------*/
  @media screen and (max-width: calc(98 * 10px)) {
    .site-content{
        padding-top: 82px;
    }
  }
  @media screen and (max-width: calc(48 * 10px)) {
    .site-content{
        padding-top: 7.2rem;
    }
  }
  
  /*-------eo site content-----------*/
  
  
  /*-----form default--------*/
  form label{
    font-size: 1.5rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  .site textarea{
    border: solid 0.1rem #999;
    color: #333;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
    box-shadow: none !important;
    line-height: 1.8;
    font-size: 1.5rem;
    box-sizing: border-box;
    margin: 0px;
  }
  .site .button:not(:hover):not(:active):not(.has-background),
  button:not(:hover):not(:active):not(.has-background),
  input[type=submit]:not(:hover):not(:active):not(.has-background),
  input[type=reset]:not(:hover):not(:active):not(.has-background),
  .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
  .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
  .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background){
    background-color: var(--gold);
    color:var(--black);
    border:0px !important;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .site .button:hover, .site .button:active,
  button:hover, button:active,
  input[type=submit]:hover,
  input[type=submit]:active, input[type=reset]:hover,
  input[type=reset]:active,
  .wp-block-search .wp-block-search__button:hover,
  .wp-block-search .wp-block-search__button:active,
  .wp-block-button .wp-block-button__link:hover,
  .wp-block-button .wp-block-button__link:active,
  .wp-block-file a.wp-block-file__button:hover,
  .wp-block-file a.wp-block-file__button:active{
    background-color: var(--gold);
    border-color: inherit !important;
    color:var(--black);
    opacity: 0.8;
    border:0px !important;
    outline: 0px !important;
  }
  input:focus-visible, textarea:focus-visible{
    outline: inherit !important;
  }
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item{
    display: block;
    position: relative;
    padding-left: 30px;
    margin-left: 0px;
  }
  .wpcf7-checkbox .wpcf7-list-item input,
  .wpcf7-radio .wpcf7-list-item input{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 18px;
    height: 18px;
  }
  .wpcf7-checkbox .wpcf7-list-item span,
  .wpcf7-radio .wpcf7-list-item span{
    display: block;
    color:var(--black);
    vertical-align: middle;
  }
  /*-----eo form default--------*/
  /* Grid Layout */
  section {
    padding: 10rem 0rem;
  }
  section:not(.dark, .grey) + section:not(.dark, .grey){
    padding-top: 0rem;
  }
  .full-width-container .container, .full-width-container .container .module{
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .container {
    display: -ms-grid;
    display: grid;
    position: relative;
    max-width: var(--site-max-width);
    width: 100%;
    margin: 0 auto;
    grid-gap: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .full {
    grid-column: 1 / -1;
  }
  .center {
    text-align: center;
  }
  .module {
    padding: 3rem;
    position: relative;
  }
  header.entry-header {
    display: none;
  }
  .primary-color-box,
  .secondary-color-box,
  .black-color-box,
  .grey-color-box{
    width: 15rem;
    height: 15rem;
    border-radius: 10%;
    margin-bottom: 1.8rem;
    display: inline-block;
  }
  .primary-color-box{
    background-color: var(--primary-color);
  }
  .secondary-color-box{
    background-color: var(--secondary-color);
  }
  .black-color-box{
    background-color: var(--black);
  }
  .grey-color-box{
    background-color: var(--grey);
  }
  .two-column-full-width{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .two-column-full-width .container{
    grid-gap:0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .two-column-full-width .container .module{
    padding: 8rem 5rem;
  }
  @media screen and (min-width: calc(48 * 10px)) {
    .container-1 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    }
    .container-3 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .container-4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .container-5 {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .container-6 {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
    .container-66-33{
        -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    }
    .container-33-66{
        -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    }
    .container-75-25{
        -ms-grid-columns: 3fr 1fr;
        grid-template-columns: 3fr 1fr;
    }
    .container-25-75{
        -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    }
    .container-80-20{
        -ms-grid-columns: 4fr 1fr;
        grid-template-columns: 4fr 1fr;
    }
    .container-20-80{
        -ms-grid-columns: 1fr 4fr;
        grid-template-columns: 1fr 4fr;
    }
  }
  @media screen and (min-width: calc(98.1 * 10px)) {
    .container-2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
  }
  @media only screen and (max-width: calc(125 * 10px)) and (min-width: calc(98.1 * 10px)) {
    .container-5, .container-6 {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
  }
  @media only screen and (max-width: calc(98 * 10px)) and (min-width: calc(48 * 10px)) {
    .container-4, .container-5, .container-6 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
  }
  @media screen and (max-width: calc(160 * 10px)) {
    .two-column-full-width .container{
        width: 100%;
        max-width: 100%;
    }
  }
  @media screen and (max-width: calc(98 * 10px)) {
    .two-column-full-width .container .module{
        padding:6rem 5rem;
    }
    /*.left-image .container .module:first-child, .right-image .container .module:last-child{
        min-height: 45rem;
    }*/
  }
  @media screen and (max-width: calc(48 * 10px)) {
    /*.left-image .container .module:first-child, .right-image .container .module:last-child{
        min-height: 30rem;
    }*/
    .two-column-full-width .container .module{
        padding:4rem 3rem;
    }
  }
  /* EO Theme CSS */
  .nav li a:hover {
    color: var(--gold);
  }
  p.pre-h {
    font-family: var(--third-font);
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: var(--primary-color);
  }
  a.read-more {
    text-decoration: none !important;
    transition: all 0.5s;
    position: relative;
    font-weight: bold;
    color: var(--black);
  }
  a.read-more:after {
    content: '\35';
    font-family: 'ElegantIcons';
    margin: 0rem 0rem 0rem 0.1rem;
    transition: all 0.5s;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    vertical-align: text-bottom;
    font-size: 2.1rem;
  }
  a.read-more:hover {
    opacity: 0.8;
  }
  a.read-more:hover:after {
    margin: 0rem 0rem 0rem 0.7rem;
  }
  .dark a.read-more {
    color: #ffffff;
    border-color: #ffffff;
  }
  .dark p.pre-h {
    color: var(--primary-color);
  }
  .dark a,
  .dark h1,
  .dark h2,
  .dark h3,
  .dark h4 {
    color: #ffffff;
  }
  .center h3:after,
  h3.center:after {
    display: none;
  }
  .center p {
    text-align: center;
    max-width: 100rem;
    margin: 0 auto;
    width: 100%;
  }
  .white * {
    color: #ffffff;
  }
  img.footer-logo {
    display: block;
    width: 16rem;
    margin: 0 auto;
    padding: 3rem 0 1.5rem 0;
    max-width: 80%;
  }
  a.btn {
    text-decoration: none !important;
    color: var(--black);
    background: var(--primary-color) !important;
    font-family: var(--primary-font),sans-serif;
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 1rem;
  }
  .secondary-header {
    background: var(--gold);
  }
  .secondary-header-content-container {
    width: var(--site-max-width);
    display: grid;
    margin-inline: auto;
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 0rem 3.5rem;
  }
  .secondary-header-content-container .right {
    text-align: right;
  }
  .secondary-header-content-container p {
    padding: 0;
  }
  .right {
    grid-column: 2 / 3;
  }
  .left {
    grid-column: 1 / 2;
  }
  span.gold {
      font-weight: 900;
      color: var(--gold);
      background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(159 130 85) 45%, rgb(231 201 152) 61%, rgba(213,173,109,1) 100%);
      background: -o-linear-gradient(transparent, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block;
  }
  .hero-bg-video h1 {
      font-size: 7rem;
  }
  .hero-bg-video p.subtitle {
      font-size: 2.4rem;
  }
  .dark h2 {
      font-size: 5rem;
      font-weight: 900;
      color: var(--gold);
      background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(159 130 85) 45%, rgb(231 201 152) 61%, rgba(213,173,109,1) 100%);
      background: -o-linear-gradient(transparent, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .dark p, .dark ol li, .dark li {
      font-size: 2.2rem;
      color: #979797;
      font-family: var(--primary-font);
  }
  .dark h3 {
      color: #c3c3c3;
      font-family: var(--primary-font);
      font-size: 3.4rem;
      padding-bottom: 0;
  }
  .boat-card .content-container {
      padding: 0 !important;
  }
  h3:after {
      display: none;
  }
  .boat-card div.module {
      padding: 0;
  }
  .boat-card {
      background: #202020;
  }
  .boat-card .container {
      padding: 1.5rem;
  }
  .boat-card .module.full {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: solid 0.1rem #404040;
  }
  .boat-card p.data {
      padding-bottom: 0;
      margin-bottom: -0.5rem;
  }
  .boat-card p.data-title {
      padding-bottom: 0;
      font-size: 1.6rem;
  }
  .boat-card div.module {
      padding: 0.5rem;
  }
  .boat-card img {
      border-radius: 0.5rem 0.5rem 0 0;
	  width: 100%;
  }
  .boat-card {
      border-radius: 0 0 0.5rem 0.5rem;
  }
  section.dark {
      padding-block: 4rem;
  }
  section.dark:not(.exteriors-slider):not(.demo-day):not(.center) h2 + p {
      padding-left: 2rem;
      border-left: solid 0.2rem #202020;
      padding-bottom: 0;
  }
  a.btn {
      background: var(--gold) !important;
      /*background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(237 203 149) 0%, rgb(231 194 136) 26%, rgb(223 194 146) 35%, rgb(255 216 155) 45%, rgb(231 201 152) 61%, rgba(213,173,109,1) 99%) !important;*/
      color: white;
      font-size: 2rem;
      border: solid 0.1rem var(--gold);
      border-radius: 100rem;
      transition: all 0.3s;
  }
  a.btn-outline {
      margin-left: 1rem;
      background: none !important;
      border: solid 0.1rem;
      color: white;
      transition: all 0.3s;
  }
  a.btn:hover, a.btn-outline:hover {
      background: #ab8850 !important;
      border: solid 0.1rem #ab8850;
  }
  .boat-card:hover {
      box-shadow: 0 1rem 8rem rgba(255,255,255,0.1);
  }
  section.two-column-full-width {
      padding-block: 0;
  }
  p.overwrite-line {
      padding-left: 0 !important;
      border-left: none !important;
      padding-bottom: 2rem !important;
  }
  section.hydro {
      background: url(https://waymakerboats.com/wp-content/uploads/2023/09/boat-darkened.jpg);
      background-size: cover;
      background-position: center;
      outline: solid 0.1rem var(--gold);
      outline-offset: -2rem;
  }
  .dark.hydro p, .dark.hydro li, .hydro-mobile p, .hydro-mobile li {
      color: #c3c3c3 !important;
  }
  section.cta-section {
      background: #202020;
      padding-block: 0;
  }
  section.cta-section p {
      color: #c3c3c3;
  }
  .cta-section div.map-module {
      padding-block: 0;
  }
  .map-module iframe {
      height: 100%;
      width: 100%;
  }
  .text-module {
      padding-block: 5rem;
  }
  .event-info {
      padding-inline: 0;
      grid-gap: 3rem;
      border-top: solid 0.1rem;
      padding-top: 2.5rem;
      margin-top: 1rem;
  }
  .event-info .module {
      padding: 0;
  }
  .event-info img {
      width: 7rem;
  }
  .event-info .module {
      padding: 0;
  }
  .event-info .module p:first-of-type {
      font-size: 2rem !important;
      padding-bottom: 0;
  }
  .event-info p {
      font-size: 1.7rem !important;
  }
  .logo-content a {
      font-size: 4rem;
      color: white;
      font-family: var(--secondary-font);
  }
  .cta-section h3 {
      font-size: 2.4rem;
  }
  section.hydro-mobile div.module:first-of-type {
      min-height: 30rem;
      outline: solid 0.1rem var(--gold);
      outline-offset: -2rem;
  }
  h3.cta-h3 {
    padding-bottom: 1.5rem;
    margin-top: 0;
    padding-top: 2rem;
    border-top: solid 0.1rem;
}
p.email, p.phone {
    padding-bottom: 0.4rem;
}
section.bm23 {
    background: url(https://waymakerboats.com/wp-content/uploads/2024/11/bm23-edited.jpg);
    background-size: cover;
    background-position: center;
}
section.boat-hero {
    min-height: 90vh;
}
.boat-hero h1 {
    font-size: 6rem;
    padding-bottom: 1rem;
}
.boat-hero p {
    color: #fff !important;
}
.logo-box p {
    font-size: 4rem;
    color: white;
    font-family: var(--secondary-font);
    padding-bottom: 0;
}
ul.mega-menu {
    border-top: none;
    background: var(--black);
    box-shadow: 0 2rem 2rem rgba(255,255,255,0.3);
	border-radius: 0 0 1rem 1rem;
}
.form-module input[type=checkbox]:after {
    content: "";
    opacity: 0 !important;
    display: block !important;
    left: 2.5px !important;
    top: -1px !important;
    position: absolute !important;
    width: 7px !important;
    height: 13px !important;
    border: 2px solid var(--form--color-text) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    transform: rotate(30deg) !important;
}
.form-module input[type=checkbox], .form-module input[type=radio] {
    border: solid 1px var(--black) !important;
}
.boat-cta p.boat-name {
    font-size: 4rem;
    padding-bottom: 10px;
    line-height: 110%;
}
.boat-cta table tr td:first-of-type {
    font-weight: 900;
}
.boat-cta table tr td {
    border-inline: 0;
}
.boat-cta table tr:first-of-type td, .boat-cta table tr:last-of-type td {
    border-block: none !important;
}
.boat-cta table tr td:last-of-type {
    text-align: right;
}
.boat-cta .form-module {
    background: #202020;
    border-radius: 1rem;
}
.boat-gallery-section img {
    border-radius: 1rem;
}
section.boat-hero {
    border-bottom: solid 0.3rem var(--gold);
}
.form-module {
    padding: 0;
}
.form-container {
    padding: 3rem;
	border-radius: 0 0 1rem 1rem;
}
.form-module {
	border-radius: 0 0 1rem 1rem;
}
.form-module h3 {
    background: var(--gold);
    color: #202020;
    padding: 1rem 2rem;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}
.exteriors-slider.dark p.pre-h {
    color: #c3c3c3;
}
h2.gold-accent {
    color: #c3c3c3 !important;
    background: none;
    -webkit-text-fill-color: inherit;
}
h2.gold-accent span.gold {
    display: inline;
}
section.exteriors-slider p:has(a) {
    margin-top: 4rem;
}
.exteriors-slider {
	background: #111111 !important;
}
.nav ul li.contact a {
    background: var(--gold) !important;
    color: white;
    border: solid 0.1rem var(--gold);
    border-radius: 100rem;
    transition: all 0.3s;
    padding: 1rem 2rem;
}
ul.menu-listing * {
    font-family: var(--primary-font);
}
.mega-menu-column img {
    border-radius: 1rem;
}
div.mega-menu-column h3 {
    color: var(--gold);
    font-size: 2.6rem;
	padding-bottom: 0.5rem;
}
.menu-listing li .mega-menu li div.mega-menu-row a {
    color: var(--white);
}
p.breadcrumb a {
    color: var(--white);
    position: relative;
    transition-duration:0.3s;
}
p.breadcrumb a:before {
    content: '<';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-58%);
    opacity: 0;
	transition-duration: 0.3s;
}
p.breadcrumb a:hover {
    padding-left: 3rem;
	opacity: 0.8;
}
p.breadcrumb a:hover:before {
    opacity: 1;
    transform: translate(1rem,-58%);
}
.mega-menu-row .mega-menu-column img:hover {
    box-shadow: 0 0 2rem rgba(255,255,255,0.4);
}
section.video-section iframe {
    padding: 1rem;
    background: #202020;
}
.lordicon-container.hero-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-1rem);
}
.lordicon-container.hero-scroll lord-icon {
    display: block;
	margin-inline: auto;
}
.lordicon-container.hero-scroll p {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
	opacity: 1;
}
section.contact-hero {
    background: url(https://waymakerboats.com/wp-content/uploads/2025/01/boat-driving-black-filter-opt.jpg);
    background-size: cover;
    background-position: center right;
	padding-block: 8rem;
}
div.module.no-padding {
    padding: 0;
}
.contact-content .form-module {
    background: #202020;
}
.contact-custom-grid img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.form-module input.wpcf7-submit {
    color: white !important;
    font-size: 2rem;
    border: solid 0.1rem var(--gold);
    background: var(--gold) !important;
    border-radius: 100rem;
    transition: all 0.3s;
    font-family: var(--primary-font),sans-serif;
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    font-weight: 500;
    display: inline-block;
}
.form-module .input-fields > div:last-of-type p {
    padding-bottom: 0;
}
.contact-custom-grid div.module:first-of-type img {
    border-radius: 1rem 0 0 0;
}
.contact-custom-grid div.module:nth-of-type(2) img {
    border-radius: 0 1rem 0 0;
}
.contact-custom-grid div.module:nth-of-type(5) img {
    border-radius: 0 0 0 1rem;
}
.contact-custom-grid div.module:last-of-type img {
    border-radius: 0 0 1rem 0;
}
li.contact {
    margin-left: 1.5rem;
}
.input-fields>div{
   margin-bottom: 20px;
}
.benefits p {
    padding-left: 2rem;
    padding-block: 0;
    border-left: solid 0.2rem #979797;
}
h3.small {
    text-transform: none;
    font-size: 2.7rem;
    padding-bottom: 1.5rem;
    color: var(--gold);
	line-height: 120%;
}
.benefits {
    background: #202020;
}
.step-box p:not(.date) {
    font-size: 2rem;
    line-height: 150%;
	padding-bottom: 0;
}
.about .step-box .content {
    padding: 1.5rem;
    background: #202020;
    border-radius: 0 0 1rem 1rem;
}
.step-box img {
    border-radius: 1rem 1rem 0 0;
}
.about div.module.full img {
    width: 25rem;
    margin-bottom: 3rem;
}
.about p.date {
    position: absolute;
    background: #111111;
    padding: 0rem 2.5rem;
    color: var(--gold);
    border-radius: 0 0 1rem 1rem;
    left: 50%;
    transform: translateX(-50%);
}
.video-section p:has(> strong) {
    padding-bottom: 0 !important;
	color: var(--gold);
}
.dark p.pre-h {
    color: var(--third-color);
}
.thank-you h1 {
    color: var(--gold);
}
section.thank-you {
    height: 100vh;
}
.secondary-header {
    background: var(--gold);
}
.secondary-header div.module {
	padding: 0.3rem 0;
}

.secondary-header a {
    font-size: 1.8rem;
	
	&:hover {
		opacity: 0.8;
	}
	
}

.demo-day .highlight {
    background: #202020;
    border-radius: 1rem;
	padding-inline: 0;
}
.highlight h2 {
    font-size: 4rem;
}
.demo-day .highlight .module:not(.map-module) {
	padding: 1rem;
}
.highlight > .module {
    padding: 4rem;
}
.no-padding {
	padding: 0;
}
.highlight h3 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}
.map-wrapper {
    height: 100%;
    width: 100%;
    border-radius: 1rem 0 0 1rem;
}
.map-wrapper iframe {
    border-radius: 1rem 0 0 1rem;
    filter: grayscale(1);
}
p.location {
    padding-bottom: 0.2rem;
}
.highlight div.module.full.border {
    border-bottom: solid 0.1rem;
    margin-bottom: 2rem;
}
.calendar-module iframe {
    background: white;
    border-radius: 1rem;
}
.row-video-slider .iframe-element .video-element {
    padding-bottom: 0;
}
.swiper-slide.iframe-element {
    max-height: 800px !important;
}
.dark p:not(.breadcrumb) a:not(.btn) {
	color: var(--gold);
	text-decoration: underline;
	
	&:hover {
		opacity: 0.8;
	}
	
}
.highlight button {
    text-decoration: none !important;
    color: var(--black);
    background: var(--gold) !important;
    font-family: var(--primary-font),sans-serif;
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    font-weight: 500;
    border-radius: 100rem;
    font-size: 1.8rem;
}
p:has(a.btn-text) {
    border-left: 0;
    font-size: 1.8rem;
    margin-top: 0.2rem;
}
p.demo-fine {
    margin-top: 1.5rem;
    padding-bottom: 0;
    font-size: 1.8rem;
    font-style: italic;
}
p.address {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: solid 0.1rem;
}
p.phone {
    font-size: 3rem;
    font-weight: 600;
}
p.phone-header {
    margin-top: 2rem;
}
p.phone a {
    text-decoration: none !important;
}
.boat-card h3 {
    font-size: 2.6rem;
}
.home-contact .form-module {
    background: #202020;
    width: 80rem;
    max-width: 100%;
    margin-inline: auto;
}
section.hero-video.vertical-video .module:not(.video-module) {
    padding-block: 2rem;
}
section.hero-video.vertical-video .module.video-module {
    padding: 0;
    line-height: 0;
}
.center-v {
	align-items: center;
}
.vertical-video .video-module video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.photo-gallery img {
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
	transition: all 0.3s;
}
.photo-gallery .module img:hover {
    opacity: 0.7;
	transition: all 0.3s;
}
section.photo-gallery {
    padding-block: 0;
}
.photo-gallery a {
	position: relative;
}
.photo-gallery a .overlap-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
	transition: all 0.3s;
	pointer-events: none;
}
.photo-gallery a:hover .overlap-zoom {
    opacity: 1;
	transition: all 0.3s;
}
section.construct {
    height: 100vh;
}
section.construct .container {
    height: 90%;
}
.page-id-725 .header-container, .page-id-725 footer {
    display: none;
}
.page-id-725 div#content {
    padding-top: 0;
}


  
  
  @media screen and (min-width: calc(48.1 * 10px)) {
  
  
  
  }
  
  @media screen and (min-width: calc(98 * 10px + 1px)) {
  
  	.about .module:not(.full) {
		padding: 0.5rem;
	}
  
  }
  
  
  @media screen and (max-width: calc(98 * 10px)) {
    .reverse > .module:first-of-type {
        order: 2;
    }
    .container.logo-grid {
        grid-template-rows: 12rem;
        grid-template-columns: 50% 50%;
    }
    .container.logo-grid .module {
        padding: 1rem;
    }
    /*.secondary-header{
        display: none;
    }*/
    .secondary-header-content-container {
        grid-template-columns: 1fr;
    }
    .secondary-header-content-container .right, .secondary-header-content-container .left {
        text-align: center;
        grid-column: 1 / 3 !important;
    }
    .hero-bg-video-content {
          padding-inline: 2rem;
      }
      .hero-bg-video-content h1 {
          font-size: 5.5rem;
      }
      .logo-content a {
          text-align: center !important;
          display: block;
      }
      .hero-bg-video a.btn-outline {
          margin-left: 0;
      }
      .boat-card * {
          text-align: center;
      }
      .event-info * {
          text-align: center;
      }
      .event-info p {
          max-width: 26rem;
          display: block;
          margin-inline: auto;
      }
      .event-info h3 {
          margin-bottom: 3rem;
      }
      .map-module {
          display: none;
      }
	  ul.mega-menu {
		  border-radius: 0;
		  box-shadow: none;
		  background: #2e2e2e;
	  }
	  li.contact a {
		  display: block;
		  margin-inline: auto;
		  text-align: center;
		  margin-top: 1rem;
		  width: 100% !important;
	  }
	  .container {
	  	width: 90%;
	  }
	  .container > .container {
	  	width: 100%;
	  }
	  .vertical-video * {
	  	text-align: center;
	  }
	  .hero-video.vertical-video .container {
			display: grid;
		}
		.hero-video.vertical-video .container .video-module.module {
			grid-row-start: -1;
		}
		.construct h1 {
			font-size: 4.2rem;
		}

  }
  /*------------eo general-----------*/
  /*------sidebar--------*/
  #sidebar section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /*------eo sidebar--------*/
  /*------------------------------ pagination blog --------------------------------*/
  .pagination .nav-links > a{
    color: var(--primary-color);
    text-decoration: none;
  }
  .pagination .nav-links  .page-numbers.dots:hover{
    background-color: transparent;
    color: var(--dark);
  }
  .pagination .nav-links  .page-numbers.current{
    background-color: var(--grey);
    color: var(--primary-color);
  }
  .pagination .nav-links .page-numbers:hover{
    background: var(--primary-color);
    color: var(--grey);
  }
  .pagination .nav-links .prev.page-numbers,
  .pagination .nav-links .next.page-numbers{
    line-height: initial;
    padding-top: 2rem;
    display: flex;
    text-decoration: none;
  }
  .pagination .nav-links .prev.page-numbers:hover,
  .pagination .nav-links .next.page-numbers:hover{
    background-color: transparent;
    color: var(--primary-color);
  }
  .pagination .nav-links .prev.page-numbers .svg-icon,
  .pagination .nav-links .next.page-numbers .svg-icon{
    opacity: 0;
  }
  .pagination .nav-links .prev.page-numbers:hover .svg-icon,
  .pagination .nav-links .next.page-numbers:hover .svg-icon{
    opacity: 1;
  }
  .pagination .nav-links {
    margin-left: 0;
    padding: 0;
    margin: auto;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
  }
  .pagination .nav-links>*{
    text-align: center;
    font-weight: bold;
  }
  .archive .pagination,
  .blog-post-mention .pagination{
    margin-top: 2rem;
  }
  nav.pagination{
    width: 100%;
    max-width: 100%;
    border-top: 0rem;
  }
  @media only screen and (min-width: calc(76.9 * 10px)) {
    .pagination .nav-links > *, .pagination .nav-links .prev.page-numbers, .pagination .nav-links .next.page-numbers {
        padding: 1rem;
    }
  }
  @media only screen and (max-width: calc(76.8 * 10px)) {
    .pagination .nav-links .prev.page-numbers .svg-icon,
    .pagination .nav-links .next.page-numbers .svg-icon {
        opacity: 1;
    }
    .pagination .nav-links .prev.page-numbers,
    .pagination .nav-links .next.page-numbers{
        padding: calc(.5 * 1rem);
    }
  }
  /*------eo pagination blog---------------*/
  
  /* Footer Design */
  .main-footer p {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer {
    background: #111111;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }
  footer a {
    text-decoration: none;
    color: #818181;
    font-weight: 600;
  }
  footer p{
    color: #818181;
  }
  /* eo Footer Design */
  /*----------form recaptcha--------------*/
  .catpcha-wrapper{
    display: block;
    margin:auto;
    text-align: center;
    margin-bottom:2rem;
  }
  .catpcha-wrapper .cf7sr-g-recaptcha{
    display: inline-block;
  }
  @media only screen and (max-width: calc(48 * 10px)) {
    .catpcha-wrapper .cf7sr-g-recaptcha{
        transform: scale(0.8);
        transform-origin: top left;
    }
  }
  @media only screen and (max-width: calc(32 * 10px)) {
    .catpcha-wrapper{
        margin-bottom: 0rem;
    }
    .catpcha-wrapper .cf7sr-g-recaptcha{
        transform: scale(0.78);
    }
  }
  /*----------eo form recaptcha--------------*/
  /*------------------------------ BO Blog --------------------------------*/
  .post-listing-section .container-3 {
    -ms-grid-columns: repeat(auto-fit, minmax(min(38rem, 100%), 1fr));
    grid-template-columns: repeat(auto-fit, minmax(min(38rem, 100%), 1fr));
  }
  .post-listing-section .module {
    padding:2rem;
  }
  .post-listing-section h2.entry-title{
    font-size: 3.5rem;
    padding-bottom: 1.5rem;
  }
  .post-listing-section a{
    text-decoration: none !important;
  }
  .post-listing-section .entry-featured-image-url {
    display: block;
    position: relative;
  }
  .post-listing-section .entry-featured-image-url img{
    opacity: 0;
  }
  .pagination {
    clear: both;
  }
  a.entry-featured-image-url{
    display: block;
    height: 34rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .post-listing-section .post-meta{
    padding-bottom: 1.5rem;
  }
  .post-meta .icon_calendar{
    margin-right: 1rem;
  }
  article .entry-featured-image-url img {
    opacity: 0;
  }
  .wrapper-article{
    display: block;
    border:0.1rem solid var(--grey);
  }
  .summary-article{
    padding: 2rem;
  }
  .excerpt-post{
    padding-bottom: 1rem;
  }
  @media(max-width: calc(98 * 10px)){
    .post-listing-section article{
        min-height: inherit;
    }
  }
  @media only screen and (max-width: calc(76.8 * 10px)) {
    .post-listing-section article {
        width: 100%;
    }
    .post-listing-section a.entry-featured-image-url{
        height: auto !important;
    }
  }
  /*------------------------------ EO blog CSS --------------------------------*/
  /* ------------------ Single Custom Block CSS ------------------*/
  .single-post .container{
    max-width: 130rem;
  }
  .content-single-section{
    padding-top: 6rem;
  }
  .content-single-section .mention-information{
    padding: 1rem 0rem;
  }
  .content-single-section .mention-information span{
    display: inline-block;
    margin-top: 0.5rem;
    margin-right: 1rem;
  }
  .content-single-section h2.entry-title{
    font-weight: 600;
    font-size: 4rem;
    margin-top: 3rem;
    padding-bottom: 0rem;
  }
  .breadcrumbs-single{
    list-style-type: none;
  }
  .breadcrumbs-single li{
    display: inline-block;
    vertical-align: middle;
  }
  .breadcrumbs-single li a{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: all 0.5s;
  }
  .breadcrumbs-single li a:hover{
    opacity: 0.7;
  }
  .breadcrumbs-single li a:after {
    content: '\35';
    font-family: 'ElegantIcons';
    margin: 0rem 0rem 0rem 0.1rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    vertical-align: text-bottom;
    font-size: 2.1rem;
  }
  @media only screen and (max-width: calc(76.8 * 10px)) {
    .hero-single-section .container,
    .content-single-section .container-66-33{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 0rem;
    }
  }
  /* ------------------ EO Single Custom Block CSS ------------------*/
  
  /*------------------------------Video Background --------------------------------*/
  
  .video-hero-full-width {
    object-fit: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100.1%;
    z-index: 1;
  }
  .section-video-hero * {
    box-sizing: border-box;
  }
  .section-video-hero::before{
    content:"";
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .section-video-hero .container {
    position: relative;
    z-index: 3;
  }
  .section-video-hero {
    position: relative;
  }
  @media only screen and (min-width: 980px) {
  
  
  }
  @media only screen and (max-width: 480px) {
  	.boat-hero h1 {
    font-size: 5rem;
	}
  }
  /*------------------------------EO Video Background --------------------------------*/
  
  
  /*-------block animation------*/
  @-webkit-keyframes fadeRight{
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @-moz-keyframes fadeRight{
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @-ms-keyframes fadeRight{
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @-o-keyframes fadeRight{
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @keyframes fadeRight{
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  
  
  
  @-webkit-keyframes fadeLeft{
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @-moz-keyframes fadeLeft{
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @-ms-keyframes fadeLeft{
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @-o-keyframes fadeLeft{
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  @keyframes fadeLeft{
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
  
  @-webkit-keyframes fadeDown{
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  @-moz-keyframes fadeDown{
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  @-ms-keyframes fadeDown{
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  @-o-keyframes fadeDown{
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  @keyframes fadeDown{
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  
  @-webkit-keyframes fadeUp{
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  @-moz-keyframes fadeUp{
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  @-ms-keyframes fadeUp{
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  @-o-keyframes fadeUp{
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  @keyframes fadeUp{
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  *[class*="fade-"]{
    opacity: 0;
  }
  
  .fade-right.element-animation{
    opacity: 1;
    -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .fade-left.element-animation{
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .fade-down.element-animation{
    opacity: 1;
    -webkit-animation: fadeDown 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeDown 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeDown 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeDown 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .fade-up.element-animation{
    opacity: 1;
    -webkit-animation: fadeUp 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeUp 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeUp 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeUp 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  
  
  /*-------block animation------*/
  
  @media only screen and (max-width: 480px){
    .container{
        display: block;
    }
  }
  
  /*---------Testimonial Section----------------*/
  


  .wrap-testimonial{
    padding: 0 4rem;
    position: relative;
    max-width: initial;
  }
  .gallery-section .swiper-slide, .wrap-testimonial .swiper-slide {
    text-align: left;
    font-size: 1.8rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: baseline;
  }
  .toggle-read-more{
    color: var(--primary-color) !important;
    font-size: 1.6rem;
  }
  .gallery-section .swiper-slide img, .wrap-testimonial .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .swiper.swiper-testimonials {
    padding: 3rem 2rem;
    width: 100%;
    /* cursor: grab; */
  }
  .swiper-testimonials .quote{
    top: 0;
    left: .2rem;
  }
  .gallery-section .swiper-button-next,
  .gallery-section .swiper-button-prev,
  .wrap-testimonial .swiper-button-next,
  .wrap-testimonial .swiper-button-prev{
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 3.6rem !important;
    height: 3.6rem !important;
    opacity: 0.8;
    color: var(--secondary-color) !important;
  }
  .gallery-section .swiper-button-next,
  .wrap-testimonial .swiper-button-next{
    right: 0 !important;
  }
  
  .gallery-section .swiper-button-prev,
  .wrap-testimonial .swiper-button-prev{
    left: 0 !important;
  }
  
  .gallery-section .swiper-button-next::after,
  .gallery-section .swiper-button-prev::after,
  .wrap-testimonial .swiper-button-next::after,
  .wrap-testimonial .swiper-button-prev::after{
    font-size: 1.6rem !important;
    font-weight: 900;
    color: var(--white);
  }
  
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction{
    bottom: -0.7rem !important;
  }
  
  
  .testimonial-box {
    padding: 2.5rem;
    border-radius: 1rem;
    background-color:var(--black);
    background-position: top left;
  }
  .testimonial-box * {
    color: var(--white);
  }
  p.star-list {
    text-align: center;
    padding-bottom: 1rem;
  }
  p.star-list span {
    margin-inline: 0.2rem;
    color: var(--primary-color);
  }
  p.name {
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0.2rem;
  }
  p.title {
    text-align: right;
    padding-bottom: 0;
    font-size: calc(1em - .2rem);
    font-style: italic;
  }
  .quote {
    background: var(--primary-color);
    border-radius: 50%;
    padding: 1.2rem;
    width: 7rem;
    position: absolute;
    transform: translate(-2rem, -2rem);
    animation: 2s ease-in-out infinite alternate quoteFloat;
  }
  @keyframes quoteFloat {
    from {
        transform: translate(-2rem, -2rem) rotate(1deg);
    }
    to {
        transform: translate(-2rem, -3rem) rotate(-5deg);
    }
  }
  
  .swiper-css-mode>.swiper-wrapper{
    overflow:visible !important;
  }
  @media screen and (min-width: calc(98.1 * 10px)) {
    .swiper.swiper-testimonials {
        padding: 3rem 4rem;
    }
  }
  
  @media screen and (max-width: calc(98 * 10px)) {
    .wrap-testimonial {
        padding: 0 1rem !important;
        position: relative;
    }
    .gallery-section .swiper-button-prev {
        left: -1.4rem !important;
    }
    .gallery-section .swiper-button-next{
        right: -1.4rem !important;
    }
    .wrap-testimonial .swiper-button-prev{
        left: -1rem !important;
        display: none !important;
    }
    .wrap-testimonial .swiper-button-next{
        right: -1rem !important;
        display: none !important;
    }
  }
  @media only screen and (max-width: calc(48 * 10px)){
  
    .testimonial-section .container{
        max-width: 100%;
        display: block;
    }
    .testimonial-section .container .module{
        padding:1rem;
    }
  }
  /*---------eo Testimonial Section----------------*/
  
  /*----------Gallery Section --------------*/
  section.gallery-section h2 {
    margin-bottom: 2rem;
  }
  section.gallery-section{
    padding: 10rem 0;
    position:relative;
  }
  section.gallery-section img {
    transition: all 0.3s;
  }
  section.gallery-section img:hover {
    opacity: 0.8;
    transform: scale(1.01);
    box-shadow: 0rem 0.5rem 1rem rgb(0 0 0 / 30%);
  }
  
  .gallery-section .swiper-button-next{
    right: 10px!important;
  }
  
  .gallery-section .swiper-button-prev{
    left: 10px!important;
  }
  
  /*--------eo Gallery Section --------------*/
  
  /*---------fancybox---------*/
  .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 0.3rem !important;
    border-color: var(--secondary-color) !important;
  }
  .fancybox__toolbar .carousel__button {
    margin-inline: 0.6rem;
  }
  .has-image .fancybox__content{
    padding: 0;
    background: rgba(0,0,0,0);
    min-height: 1px;
  }
  .carousel__button svg{
    filter: initial !important;
  }
  /*---------eo fancybox---------*/
  
  
  /***********single css*************/
  img.blog-featured {
    padding: 1rem;
    background: var(--grey);
    margin: auto;
    display: block;
    width: 80rem;
  }
  
  .single h1.entry-title {
    color: var(--primary-color);
    margin-top: 2rem;
    padding-bottom: 0;
    font-size: 4.6rem !important;
    text-align: center;
    font-weight: 500;
    max-width: 80rem !important;
    margin-inline: auto;
    text-transform: initial;
  }
  
  .single .mention-information {
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2.5rem !important;
    margin-bottom: 2.5rem;
    border-bottom: solid 0.1rem #dddddd;
  }
  
  .single section {
    padding: 5rem 0rem;
  }
  
  .single .hero-single-section h2{
    text-transform: initial;
    font-weight: initial;
  }
  
  .single .widget h2 ,
  .single .widget h3 {
    font-size: 2.2rem;
  }
  
  .sidebar-form {
    padding: 2rem;
    background: var(--grey);
    border-radius: 0 0 1rem 1rem;
    border-top: solid 0.5rem var(--secondary-color);
  }
  
  .sidebar-form h2 ,
  .sidebar-form h3 {
    text-align: center;
    text-transform: uppercase;
  }
  
  .single .sidebar-form.sidebar-container h3:after{
    display: none;
  }
  
  .single .widget h3:after {
    content: '';
    display: block;
    height: 0.2rem;
    width: 5rem;
    background: var(--primary-color);
    margin-top: 2rem;
  }
  /************************/
  
  
  /*-----------ANIMATION CUSTOMIZE GRACE----------------------*/
  .customizegrace-gallery{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    margin-bottom: 3rem;
  }
  
  .customizegrace-gallery *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .customizegrace-gallery .image-wrapper {
    margin: 0 0 0.1rem 0;
    line-height: 0.1rem;
  }
  .customizegrace-detail-image{
    min-height: 0.1rem;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
  }
  .block-gallery-vertical .customizegrace-detail-image {
    padding-bottom: 100%;
  }
  .customizegrace-gallery .image-wrapper img{
   position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .customizegrace-gallery .customizegrace-before{
   z-index: 9;
   position: relative;
  }
  .customizegrace-gallery .customizegrace-after{
    position: absolute;
    width: 100%;
    top: 0;
  }
  .customizegrace-overlay{
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
  }
  
  .customizegrace-before-label, .customizegrace-after-label, .customizegrace-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  
  .customizegrace-before-label, .customizegrace-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
  }
  .customizegrace-before-label{
    opacity: 0;
  }
  .customizegrace-after-label{
    opacity: 0;
  }
  
  .customizegrace-before-label:before, .customizegrace-after-label:before {
    top:50%;
    margin-top: -1.9rem;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 3.8rem;
    padding: 0 2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .customizegrace-before-label:before{
    content:"Before";
    left:2rem;
  }
  .customizegrace-after-label:before {
    content:"After";
    right:2rem;
  }
  
  
  
  .customizegrace-overlay:hover {
    background: rgba(0,0,0,.3);
  }
  .customizegrace-overlay:hover .customizegrace-before-label {
    opacity: 1;
  }
  .customizegrace-overlay:hover .customizegrace-after-label {
    opacity: 1;
  }
  .customizegrace-handle{
    height: 5rem;
    width: 5rem;
    position: absolute;
    left: 50%;
    top: calc(50% - 2.5rem);
    border: 0.3rem solid white;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    -webkit-box-shadow: 0rem 0rem 1.2rem rgb(51 51 51 / 50%);
    -moz-box-shadow: 0rem 0rem 1.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0rem 0rem 1.2rem rgb(51 51 51 / 50%);
    z-index: 40;
    cursor: pointer;
  }
  .customizegrace-handle::before, .customizegrace-handle::after{
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
  
    width: 0.3rem;
    height: 999.9rem;
    left: 50%;
    margin-left: -1.5px;
  }
  .customizegrace-handle::before{
    bottom: 50%;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 0.3rem 0 white, 0rem 0rem 1.2rem rgb(51 51 51 / 50%);
    -moz-box-shadow: 0 0.3rem 0 white, 0rem 0rem 1.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 0.3rem 0 white, 0rem 0rem 1.2rem rgb(51 51 51 / 50%);
  }
  .customizegrace-handle::after{
    top: 50%;
    margin-top: 3rem;
    -webkit-box-shadow: 0 -0.3rem 0 white, 0rem 0rem 1.2rem rgb(51 51 51 / 50%);
    -moz-box-shadow: 0 -0.3rem 0 white, 0rem 0rem 1.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 -0.3rem 0 white, 0rem 0rem 1.2rem rgb(51 51 51 / 50%);
  }
  .customizegrace-left-arrow, .customizegrace-right-arrow{
    top: 50%;
    margin-top: -1rem;
    width: 0;
    height: 0;
    border: 1rem inset transparent;
    position: absolute;
  }
  
  .customizegrace-left-arrow {
    border-right: 1rem solid white;
    left: 50%;
    margin-left: -2.8rem;
    margin-top: -1rem !important;
  }
  .customizegrace-right-arrow {
    border-left: 1rem solid white;
    right: 50%;
    margin-right: -2.8rem;
  }
  /*-----------ANIMATION CUSTOMIZE GRACE----------------------*/
  
  /*
  * hero-bg-video video style
  */
  
  /* .page-id-7 .header{
    display: none;  
  } */
  .page-id-7 .hero-bg-video .logo-content{
    display: none;  
  }
  .page-id-7 .site-content{  
    padding-top: 0!important;
  }
  
  *, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  .hero-bg-video {
    /* height: calc(100vh - 81px); */
    height: 85vh ;
    position: relative;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-bg-video::before{
    content: '';
    position: absolute;
    max-width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
	pointer-events: none;
  }
  .hero-bg-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-bg-video-content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin: auto;
    max-width: var(--site-max-width);
  }
  
  .hero-bg-video .logo-content{
    max-width: 90%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: left;
      z-index: 2;
  }
  .hero-bg-video .logo-content  a > img{
    max-width: 400px;
    padding: 30px 20px;
    text-align: left;
  }
  @media only screen and (max-width: 480px) {
    .hero-bg-video .logo-content > a > img {
      max-width: 100%;
    }  
  }
  
  /*
  * END hero-bg-video video style
  */
  
  /*
  * hero-bg-video video style
  */
  .page-id-26 .header{/* hide temp*/
    display: none;  
  }
  
  .page-id-26 .site-content{
    padding-top: 0!important;
  }
  
  *, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  .hero-bg-default {
    height: 100vh;
    position: relative;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111111;
  }
  
  .hero-bg-default h1,
  .hero-bg-default p{
    color:#C8C9E6
  }
  
  .hero-bg-default::before{
    content: '';
    position: absolute;
    max-width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  
  .hero-bg-default-content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin: auto;
    max-width: var(--site-max-width);
  }
  
  .hero-bg-default .logo-content{
    max-width: var(--site-max-width);
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: left;
      z-index: 2;
  }
  .hero-bg-default .logo-content  a > img{
    max-width: 400px;
    padding: 30px 20px;
    text-align: left;
  }
  @media only screen and (max-width: 480px) {
    .hero-bg-default .logo-content > a > img {
      max-width: 100%;
    }  
  }
  
  /*
  * END hero-bg-default video style
  */


/* -----------Galley Slidde --------  */

.exteriors-slider {
   background-color: #00030b;
   overflow: hidden
}
.exteriors-slider .swiper-container {
   overflow: visible;
   cursor: -webkit-grab;
   cursor: grab
}
.exteriors-slider .swiper-container:not(.swiper-initialized) .swiper-slide:first-child {
    margin-left: calc( var(--average_screen) * -175 ); 
}

.exteriors-slider .swiper-initialized .swiper-slide {
    -webkit-transition: opacity .2s ease-in-out,margin .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,margin .2s ease-in-out;
    transition: opacity .2s ease-in-out,margin .2s ease-in-out
}

.exteriors-slider .swiper-initialized .swiper-slide:first-child.swiper-slide-active {
    margin-left: calc( var(--average_screen) * -175 );
}

.exteriors-slider .swiper-slide {
   opacity: .3;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: transparent;
   padding-left: calc( var(--average_screen) * 40 );
}

.exteriors-slider .swiper-slide-active {
    opacity: 1
}

.exteriors-slider__image {
    width: 100%;
    height: calc( var(--average_screen) * 710 );
    border-radius: calc( var(--average_screen) * 20 );
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}
.exteriors-slider .swiper-button-next::after,
.exteriors-slider .swiper-button-prev::after {
   display: none;
}


.exteriors-slider .swiper-button-next,
.exteriors-slider .swiper-button-prev {
   z-index: 3;
   top: calc( var(--average_screen) * 325 );
   background: rgba(0,3,11,.1);
   mix-blend-mode: normal;
   width: calc( var(--average_screen) * 60 );
   height: calc( var(--average_screen) * 60 );
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-backdrop-filter: blur(40px);
   backdrop-filter: blur(40px);
   cursor: pointer;
   margin-top:auto;
}

.exteriors-slider .swiper-button-next svg,
.exteriors-slider .swiper-button-prev svg {
   width: calc( var(--average_screen) * 30 );
   height: calc( var(--average_screen) * 30 );
}
.exteriors-slider .swiper-button-next.swiper-button-disabled,
.exteriors-slider .swiper-button-prev.swiper-button-disabled {
   opacity: 0;
   pointer-events: none
}

.exteriors-slider .swiper-button-prev {
   left: calc( var(--average_screen) * -140 );
}
.exteriors-slider .swiper-button-next {
   right: calc( var(--average_screen) * -140 );
}

.button-bg-transparent {
    background: hsla(0,0%,100%,.1);
    -webkit-backdrop-filter: blur(calc( var(--average_screen) * 40 ));
    backdrop-filter: blur(calc( var(--average_screen) * 40 ));
    border-radius: calc( var(--average_screen) * 100 );
    font-size: calc( var(--average_screen) * 15 );
    line-height: calc( var(--average_screen) * 20 );
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease-in-out;
    white-space: nowrap
}

.button-bg-transparent:hover {
    background: #ad4448
}


.exteriors-slider>.container .module{
   width:75%;
   margin:auto;
   display: block;
}
.exteriors-slider .swiper-pagination .swiper-pagination-bullet{
   background-color: #fff;
   opacity:1
}
.exteriors-slider .swiper-pagination .swiper-pagination-bullet-active{
   background-color: #ad4448;
}
@media only screen and (max-width: 480px) {
   .exteriors-slider>.container .module{
      width:85%;
   }
}
/* -------eo gallery slide-----------*/


/*-------Modal New Gallery--------*/

.gallery-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gallery-modal,.gallery-modal__outside {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.gallery-modal__outside {
    background: #00030b;
    cursor: pointer
}

.gallery-modal__popup,.gallery-modal__popup__embed,.gallery-modal__popup iframe {
    width: 100%;
    height: 100%
}

.gallery-modal__thumbnail {
    position: absolute;
    top: calc( var(--average_screen) * 20 );
    left: calc( var(--average_screen) * 160 );
    width: calc(100% - calc( var(--average_screen) * 320 ));
    height: calc( var(--average_screen) * 90 );
    z-index: 19
}

.gallery-modal__thumbnail__item {
    opacity: .6;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.gallery-modal__thumbnail__item:hover {
    opacity: .8
}

.gallery-modal__thumbnail__item_active {
    opacity: 1
}

.gallery-modal__thumbnail__item img {
    height: calc( var(--average_screen) * 90 );
    border-radius: calc( var(--average_screen) * 10 );
    background: #222327
}

.gallery-modal__thumbnail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: calc( var(--average_screen) * 10 );
    -moz-column-gap: calc( var(--average_screen) * 10 );
    column-gap: calc( var(--average_screen) * 10 );
}

.gallery-modal__thumbnail+.gallery-modal__counter {
    display: none
}

.gallery-modal__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 18
}

.gallery-modal__wrap,.gallery-modal__wrap__content {
    width: 100%;
    height: 100%
}

.gallery-modal__wrap__content img,.gallery-modal__wrap__content video {
    background: #222327;
    border-radius: calc( var(--average_screen) * 15 );
    max-width: calc(100% - calc( var(--average_screen) * 320 ));
    max-height: calc(100% - calc( var(--average_screen) * 250 ))
}

.gallery-modal__close {
    position: absolute;
    right: calc( var(--average_screen) * 110 );
    top: calc( var(--average_screen) * 60 );
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 22;
    font-weight: 500;
    font-size: calc( var(--average_screen) * 15 );
    line-height: calc( var(--average_screen) * 20 );
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-modal__close:hover path {
    fill: #ad4448;
    stroke: #ad4448
}

.gallery-modal__close svg {
    width: calc( var(--average_screen) * 20 );
    height: calc( var(--average_screen) * 20 );
    margin-right: calc( var(--average_screen) * 10 );
    display: block
}

.gallery-modal__close svg path {
    -webkit-transition: fill .2s ease-in-out,stroke .2s ease-in-out;
    -o-transition: fill .2s ease-in-out,stroke .2s ease-in-out;
    transition: fill .2s ease-in-out,stroke .2s ease-in-out
}

.gallery-modal__swiper {
    width: 100%;
    height: 100%
}

.gallery-modal__swiper__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible
}

.gallery-modal__buttons {
    position: fixed;
    z-index: 21
}

.gallery-modal__button-next,.gallery-modal__button-prev {
    width: calc( var(--average_screen) * 60 );
    height: calc( var(--average_screen) * 60 );
    top: calc(50% - calc( var(--average_screen) * 30 ));
    position: fixed;
    z-index: 12;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.gallery-modal__button-next svg,.gallery-modal__button-prev svg {
    width: calc( var(--average_screen) * 60 );
    height: calc( var(--average_screen) * 60 );
}

.gallery-modal__button-next path,.gallery-modal__button-prev path {
    -webkit-transition: fill .2s ease-in-out,stroke .2s ease-in-out;
    -o-transition: fill .2s ease-in-out,stroke .2s ease-in-out;
    transition: fill .2s ease-in-out,stroke .2s ease-in-out
}

.gallery-modal__button-next:hover path,.gallery-modal__button-prev:hover path {
    stroke: #ad4448
}

.gallery-modal__button_hide {
    opacity: 0;
    pointer-events: none
}

.gallery-modal__button-prev {
    left: calc( var(--average_screen) * 50 );
}

.gallery-modal__button-next {
    right: calc( var(--average_screen) * 50 );
}

.gallery-modal__counter {
    position: fixed;
    -ms-flex-item-align: center;
    align-self: center;
    top: calc( var(--average_screen) * 60 );
    z-index: 12;
    font-weight: 500;
    font-size: calc( var(--average_screen) * 15 );
    line-height: calc( var(--average_screen) * 20 );
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.gallery-modal__caption {
    position: absolute;
    bottom: calc( var(--average_screen) * 70 );
    color: #fff;
    font-size: calc( var(--average_screen) * 18 );
    line-height: calc( var(--average_screen) * 25 );
}

.gallery-open__trigger {
    cursor: pointer
}

.gallery-modal__wrap__content img,.gallery-modal__wrap__content video {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%
}
.link_white{
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #fff;
}
.link_white:hover{
    color: #ad4448;
}

.full-screen-link{
   margin-top:30px;
   background: #f3f3f3;
   color: #00030b;
   font-weight: 500;
   border-radius: calc( var(--average_screen) * 30 );
   padding: calc( var(--average_screen) * 10 ) calc( var(--average_screen) * 20 );
   font-size: calc( var(--average_screen) * 15 );
   line-height: calc( var(--average_screen) * 20 );
   letter-spacing: calc( var(--average_screen) * 0.03 );
   text-transform: uppercase;
   display: inline-flex;
   cursor: pointer;
   transition: color .2s ease-in-out,background-color .2s ease-in-out;
}
.full-screen-link:hover{
   color: #fff;
   background: #ad4448;
}
.full-screen-link svg{
   margin-left: calc( var(--average_screen) * 10 );
   width: calc( var(--average_screen) * 20 );
   height: calc( var(--average_screen) * 20 );
}
.full-screen-link:hover svg path{
    fill: #fff;
    stroke: #fff;
}
.modal-main-box{
   z-index: 9999;
   position: relative;
}
@media only screen and (min-width: 567px) {
   .mobile-hide{
      display: none;
   }

}
@media only screen and (max-width: 480px) {
   .exteriors-slider__buttons{
      display: none;
   }
   .full-screen-link{
      --average_screen: .26667vw;
      padding: calc( var(--average_screen) * 8 ) calc( var(--average_screen) * 20 );
      font-size: calc( var(--average_screen) * 12 );
     line-height: calc( var(--average_screen) * 20 );
   }
   .gallery-modal__close {
       --average_screen: .26667vw;
       right: calc( var(--average_screen) * 30 );
       bottom: calc( var(--average_screen) * 30 );
       top: auto;
   }
   .exteriors-slider__image{
       --average_screen: .26667vw;
       height: calc( var(--average_screen) * 200 );
   }  
   .gallery-modal img, .gallery-modal video {
       border-radius: 0;
       max-width: 100%;
       max-height: 100%;
   }
   .full-screen-link{
      margin-top: 50px;
   }
   .exteriors-slider .swiper-horizontal > .swiper-pagination-bullets{
      bottom: -3.7rem !important;
   }

}
/*------------eo new gallery---------------*/

.nav .logo-box {
  display: flex;
  width: auto;
}

.nav .logo-box > a{
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}

.nav .logo-box > a > img{
  width: 300px;
  height: auto;
}

.nav .logo-box > a:nth-child(2) > img{
  width: 170px;
}
@media only screen and (max-width: 1280px) {
  .nav .logo-box > a > img {
    width: 200px;
  }
}

@media only screen and (max-width: 1090px) {
  .nav .logo-box > a > img {
    width: 170px;
    
  }
}

@media only screen and (max-width: 1030px) {
  .nav .logo-box > a:nth-child(2) > img{
    width: 120px;
  }
}

@media only screen and (max-width: 980px) {
  .nav .logo-box > a:nth-child(1){
    border-right: none;
  }

  .nav .logo-box > a > img{
    width: 200px;
  }
}

@media only screen and (max-width: 375px) {
  .nav .logo-box > a > img{
    width: 190px;
  }
}


/*------------Slide Video--------------*/

.slider-video-section{

}
.block-slide-videos{
   padding-left: 58px !important;
   padding-right: 58px !important;
}
.video-element{
   padding-bottom: 180%;
   position: relative;
}
.video-element video{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100% !important;
   width: 100% !important;
   object-fit: cover;
}
.row-video-slider{
   display: block;
}
/*.video-element{
   position: relative;
}
.video-element video{
   height: 300px;
   width: 100%; 
}*/
.subtitle-video p, .text-block p{
   padding-bottom: 0;
}
.subtitle-video p{
   line-height: 25px;
   font-style: italic;
   font-size: 1.8rem;
}
.subtitle-video{
   position: absolute;
   bottom: 65px;
   background-color: var(--white);
   text-align: center;
   color: var(--black);
   z-index: 9;
   width: 100%;
   display: none;
}
.text-block{
   color: var(--white);
   padding: 40px 25px;
   background-color: var(--black);
}
.text-block p{
   color: var(--white);
   line-height: 30px;
}

.row-video-slider .swiper-button-next,
.row-video-slider .swiper-button-prev{
   color: var(--white);
   font-weight: 700; 
   opacity: 0.7;
   -moz-transition: all .3s ease-in;
   -o-transition: all .3s ease-in;
   -webkit-transition: all .3s ease-in;
   transition: all .3s ease-in; 
}
.row-video-slider .swiper-button-next:after,
.row-video-slider .swiper-button-prev:after{
   font-size: 35px;
}
.row-video-slider .swiper-button-next:hover,
.row-video-slider .swiper-button-prev:hover{
   opacity: 1;
}
.row-video-slider .swiper-button-next{
   right: 0px !important;
}

.row-video-slider .swiper-button-prev{
   left:0px  !important;
}
@media only screen and (min-width: 1101px) {
   .row-video-slider{
      max-width: 1100px;
   }
}
@media only screen and (max-width: 480px) {
   .row-video-slider .swiper-button-next,
   .row-video-slider .swiper-button-prev{
      font-weight: 400; 
   }
   .row-video-slider{
      width: 100%;
   }
   .block-slide-videos {
       padding-left: 35px !important;
       padding-right: 35px !important;
   }
   
}
/*------------eo Slide Video--------------*/
.post-password-message {
	margin-top: 10%!important;
	font-size: 1.9rem;
}
.post-password-form__label{
	font-size: 1.9rem;
}
.post-password-form__submit{
	margin-left: 0;
    font-size: 1.9rem!important;
}
.post-password-form{
	margin-bottom: 20%!important;
}
.userway_buttons_wrapper{
	display: none!important;
}
/* When the default WP password form is present, hide hero + footer */
body:has(.post-password-form) .hero,
body:has(.post-password-form) .header,
body:has(.post-password-form) .site-hero,
body:has(.post-password-form) .wp-block-cover.is-hero,
body:has(.post-password-form) footer,
body:has(.post-password-form) #colophon,
body:has(.post-password-form) .site-footer,
body:has(.post-password-form) .wp-site-blocks > footer,
body:has(.post-password-form) .wp-block-template-part[aria-label="Footer"] {
  display: none !important;
}
