/*
 Theme Name:   Alaia Bay
 Author:       Ludo Solutions
 Author URI:   https://ludosolutions.ro
 Template:     twentytwentyone
 Version:      1.0.0
*/

@font-face {
    font-family: 'Josefin Sans';
    src: url('./fonts/JosefinSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('./fonts/BrandonText-Regular.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kindness Matters Regular';
    src: url('./fonts/Kindness-Matters-Regular.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kindness Matters Solid';
    src: url('./fonts/Kindness-Matters-Solid.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crystal Expanded Black';
    src: url('./fonts/Crystal-ExpandedBlack.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crystal Expanded Book';
    src: url('./fonts/Crystal-ExpandedBook.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crystal Condensed Book';
    src: url('./fonts/Crystal-CondensedBook.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crystal Book';
    src: url('./fonts/Crystal-Book.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

/*UI & General styles*/

:root {
    --main-color: #1e6092;
    --main-accent: #CA4530;
    --light-green: #0D5533;
    --charcoal: #191919;
    --white: #fff;
    --glacier: #D4C4B3;
    --sunset: #cc7a3b;
    --secondary:  rgba(185, 153, 114, 0.2);
    --background: #F5F4F2;
    --orange: #e39e1c;
    --brick: #9d3133;
    --grey: #adadad;
    --old-accent: #F8E7AF;
    --soft-white: #f2f3f4;
    --dark-chalet: #333715;

}

* {
    font-family: 'Crystal Book';
}

h1, h2, h3{
    font-family: 'Crystal Expanded Black' !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

h4, h5, h6 {
    font-family: 'Crystal Condensed Book' !important;
    text-transform: uppercase !important;
}


h1 a, h2 a, h3 a{
    font-family: 'Crystal Expanded Black';
    text-transform: uppercase !important;
    font-weight: bold !important;
}

h4 a, h5 a, h6 a {
    font-family: 'Crystal Condensed Book';
    text-transform: uppercase !important;
}

h1 {
    font-size: 80px;
}

h2, .page-template-page-content h2, h2 a {
    font-size: 24px !important;
}

@media only screen and (min-width:768px) and (max-width: 979px) {
    h2, .page-template-page-content h2, h2 a {
        font-size: 20px !important;
    }
}


h3, h4, h5, h6, h3 a, h4 a, h5 a, h6 a {
    font-size: 20px !important;
}

blockquote::before {
    color: var(--main-color);
    font-size: 80px !important;
}

.page-template-page-content p, .page-template-page-content li, .single .news-ticker li{
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .page-template-page-content p, .page-template-page-content li, .single .news-ticker li{
        font-size: 14px !important;
    }

    .single-post-article p, .single-post-article a, .single-post-article li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-article p, .single-post-article a, .single-post-article li {
        font-size: 16px;
    }

    .single-post-article ul {
        padding-left:2em;
    }
}



body {
    background-color: var(--white) !important;
}

.site a:focus, .site a:focus img {
    outline: none !important;
    text-decoration: none !important;
}

.site .button:focus, button:focus {
    outline: none !important;
}

.ticker-item a {
    background: unset !important;
}

.site-main {
    padding-top:0 !important;
    padding-bottom: 0 !important;
}

.site header a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none !important;
}

a.bbtn, .bbtn .btn-text a{
    text-decoration: none;
    color: var(--white) !important;
    font-family: 'Crystal Book' !important;
    transition: all .2s;
}

.bbtn .book-now-btn {
    top:5px !important;
    padding-left:14px !important;
    padding-right: 14px !important;
}

a.bbtn {
    margin-bottom: 5px;
}

.book-now-btn:hover > .btn-text a {
    color: var(--main-color) !important;
}

.book-now-btn .btn-text a:hover {
    color: var(--main-color) !important;
}

.btn-primary {
    position: relative;
    background-color: var(--main-color);
    padding: 14px 35px !important;
    border-radius: 20px;
    color: var(--white);
    font-size: 36px !important;
    font-family: 'Kindness Matters Regular' !important;
    text-decoration: none;
    transition: 0.5s;
    text-transform: uppercase;
    max-width: 368px;
    text-align: center;
    cursor: pointer;
    overflow:hidden !important;
    display:inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    line-height: 1em !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;


    -webkit-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out !important;
    transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out !important;
}

.btn-primary .btn-text {
    font-family: 'Kindness Matters Regular' !important;
}

.btn-secondary .btn-text, .btn-filter .btn-text {
    font-family: 'Crystal Book' !important;
    font-weight: 600;
    line-height: 1.2em;
}

.btn-filter .btn-text {
    font-size:16px !important;
}

.btn-wave-holder {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    border-radius: 20px;
    left: 0;
    bottom: 0;
    width: 1000px;
    height: 130px;
    display: block;
    background-repeat: repeat-x;
    transition: transform 1s cubic-bezier(.25,.46,.45,.94),-webkit-transform 1s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
    backface-visibility: hidden;
    transform: translateY(120%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 600 289.3' enable-background='0 0 600 289.3' xml:space='preserve' %3E%3Cpath fill='%23ffffff' d='m600,167.723v122.277H0v-122.277c43.43,0,78.64-35.2,78.64-78.63v-.09h42.72v.09c0,43.43,35.21,78.63,78.64,78.63s78.64-35.2,78.64-78.63v-.09h42.72v.09c0,43.43,35.21,78.63,78.64,78.63s78.64-35.2,78.64-78.63v-.09h42.72v.09c0,43.43,35.21,78.63,78.64,78.63Z'/%3E%3C/svg%3E");

}

.wave-holder-filter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 600 289.3' enable-background='0 0 600 289.3' xml:space='preserve' %3E%3Cpath fill='%23CA4530' d='m600,167.723v122.277H0v-122.277c43.43,0,78.64-35.2,78.64-78.63v-.09h42.72v.09c0,43.43,35.21,78.63,78.64,78.63s78.64-35.2,78.64-78.63v-.09h42.72v.09c0,43.43,35.21,78.63,78.64,78.63s78.64-35.2,78.64-78.63v-.09h42.72v.09c0,43.43,35.21,78.63,78.64,78.63Z'/%3E%3C/svg%3E");
}


/* .btn-wave-holder {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    border-radius: 20px;
    left: 0;
    bottom: 0;
    width: 1000px;
    height: 100%;
    display: block;
    background-repeat: repeat-x;
    transition: transform 1s cubic-bezier(.25,.46,.45,.94),-webkit-transform 1s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(200%);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20300%20145%22%20style%3D%22enable-background%3Anew%200%200%20300%20145%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill%3A%2396A23E%3B%7D%3C/style%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M143%2C140.4L143%2C140.4c-0.2-1.1-1.2-1.8-2.3-1.7c-0.1%2C0-12.9%2C2-20.4-5.6L11.8%2C24.7C4.3%2C17.1%2C6.2%2C4.4%2C6.2%2C4.3C6.4%2C3.2%2C5.6%2C2.2%2C4.5%2C2C3.5%2C1.9%2C2.5%2C2.6%2C2.3%2C3.7C2.2%2C4.3%2C0.1%2C18.6%2C9%2C27.5l19.2%2C19.2l-5.6%2C5.6l-0.5-0.1C19.4%2C52%2C16.7%2C53%2C14.7%2C55c-1.8%2C1.8-2.8%2C4.2-2.8%2C6.7c0%2C2.5%2C1%2C4.9%2C2.8%2C6.7c1.8%2C1.8%2C4.2%2C2.8%2C6.7%2C2.8l0%2C0c2.5%2C0%2C4.9-1%2C6.7-2.8c2-2%2C2.9-4.7%2C2.7-7.5l-0.1-0.5l5.6-5.6l55.3%2C55.3l-5.5%2C5.5l-0.5-0.1c-2.8-0.3-5.6%2C0.8-7.5%2C2.7c-1.8%2C1.8-2.8%2C4.2-2.8%2C6.7c0%2C2.5%2C1%2C4.9%2C2.8%2C6.7c1.8%2C1.8%2C4.2%2C2.8%2C6.7%2C2.8l0%2C0c2.5%2C0%2C4.9-1%2C6.7-2.8c2-2%2C2.9-4.7%2C2.7-7.5l-0.1-0.5l5.5-5.5l17.8%2C17.8c9%2C9%2C23.7%2C6.8%2C23.9%2C6.7C142.4%2C142.5%2C143.1%2C141.5%2C143%2C140.4z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v8.1c0-2.5%2C0.3-4.3%2C0.3-4.8c0.4-2.2%2C2.4-3.6%2C4.5-3.3C7%2C0.4%2C8.5%2C2.4%2C8.1%2C4.6c0%2C0.2-1.8%2C12%2C5.1%2C18.7l108.5%2C108.5c6.8%2C6.8%2C18.6%2C5.1%2C18.7%2C5.1c2.2-0.4%2C4.2%2C1.2%2C4.5%2C3.3c0.4%2C2.2-1.2%2C4.2-3.3%2C4.5c-0.2%2C0.1-2.1%2C0.3-4.8%2C0.3H300V0H0z%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.btn-wave-holder:hover {
    background: var(--main-color);
}

.wave-holder-filter {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20300%20145%22%20style%3D%22enable-background%3Anew%200%200%20300%20145%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill%3A%2396A23E%3B%7D%3C/style%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M143%2C140.4L143%2C140.4c-0.2-1.1-1.2-1.8-2.3-1.7c-0.1%2C0-12.9%2C2-20.4-5.6L11.8%2C24.7C4.3%2C17.1%2C6.2%2C4.4%2C6.2%2C4.3C6.4%2C3.2%2C5.6%2C2.2%2C4.5%2C2C3.5%2C1.9%2C2.5%2C2.6%2C2.3%2C3.7C2.2%2C4.3%2C0.1%2C18.6%2C9%2C27.5l19.2%2C19.2l-5.6%2C5.6l-0.5-0.1C19.4%2C52%2C16.7%2C53%2C14.7%2C55c-1.8%2C1.8-2.8%2C4.2-2.8%2C6.7c0%2C2.5%2C1%2C4.9%2C2.8%2C6.7c1.8%2C1.8%2C4.2%2C2.8%2C6.7%2C2.8l0%2C0c2.5%2C0%2C4.9-1%2C6.7-2.8c2-2%2C2.9-4.7%2C2.7-7.5l-0.1-0.5l5.6-5.6l55.3%2C55.3l-5.5%2C5.5l-0.5-0.1c-2.8-0.3-5.6%2C0.8-7.5%2C2.7c-1.8%2C1.8-2.8%2C4.2-2.8%2C6.7c0%2C2.5%2C1%2C4.9%2C2.8%2C6.7c1.8%2C1.8%2C4.2%2C2.8%2C6.7%2C2.8l0%2C0c2.5%2C0%2C4.9-1%2C6.7-2.8c2-2%2C2.9-4.7%2C2.7-7.5l-0.1-0.5l5.5-5.5l17.8%2C17.8c9%2C9%2C23.7%2C6.8%2C23.9%2C6.7C142.4%2C142.5%2C143.1%2C141.5%2C143%2C140.4z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v8.1c0-2.5%2C0.3-4.3%2C0.3-4.8c0.4-2.2%2C2.4-3.6%2C4.5-3.3C7%2C0.4%2C8.5%2C2.4%2C8.1%2C4.6c0%2C0.2-1.8%2C12%2C5.1%2C18.7l108.5%2C108.5c6.8%2C6.8%2C18.6%2C5.1%2C18.7%2C5.1c2.2-0.4%2C4.2%2C1.2%2C4.5%2C3.3c0.4%2C2.2-1.2%2C4.2-3.3%2C4.5c-0.2%2C0.1-2.1%2C0.3-4.8%2C0.3H300V0H0z%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain !important;
    background-repeat: no-repeat !important;

} */



.btn-secondary.restaurant-btn .btn-wave-holder {
    background-image: none;
}

.btn-secondary.restaurant-btn:hover {
    background-color: var(--white);
}

.btn-primary:hover {
    border: 2px solid var(--main-color);
}

.btn-primary:focus {
    background: var(--main-color) !important;
}

.btn-primary:hover > .btn-wave-holder, .btn-secondary:hover > .btn-wave-holder, .btn-filter:hover > .btn-wave-holder{
    transform: translateY(0%);
    transition: 1s !important;
}


.btn-primary:hover > .btn-text {
    color:var(--main-color) !important;
}

.btn-secondary:hover > .btn-text, .btn-secondary:hover > .btn-text a {
    color:var(--main-color) !important;
}

.btn-filter:hover > .btn-text {
    color: var(--white) !important;
}

.btn-text {
    position: relative;
    z-index:9;
    vertical-align: initial;
    top:3px;
}

.btn-secondary .btn-text {
    top: 1px;
}

.restaurant-btn .btn-text {
    top:3px;
}

.btn-text {
    transition: color 0.1s ease-in-out 0.1s !important;
    -webkit-transition: color 0.1s ease-in-out 0.1s !important;
    -o-transition: color 0.1s ease-in-out 0.1s !important;
}


@keyframes button-wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -600px;
    }
}


.btn-primary:focus, .btn-primary a:focus {
    background: unset;
}

.btn-secondary {
    position:relative;
    background-color: var(--secondary);
    border-radius: 20px;
    padding: 14px 35px;
    color: var(--charcoal);
    font-size: 16px;
    font-family: 'Crystal Book' !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    max-width: 500px;
    overflow:hidden !important;
    display:inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;

    
    -webkit-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.btn-secondary.w-100 {
    max-width: 100%;
}

.btn-secondary:active {
}

.btn-secondary:hover {
    border: 2px solid var(--main-color);
}


.btn-secondary:focus, .btn-secondary a:focus {
    background: unset !important;
}

.btn-secondary:focus {
    background: var(--main-color) !important;
}

.btn-filter {
    overflow: hidden !important;
    position:relative;
    transition: 0.5s !important;
    display:inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    -webkit-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out .2s, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.book-button:focus {
    text-decoration: none !important;
}

img {
    max-width: 100% !important;
}

.bkg-img {
    height: 100% !important;
}

@media only screen and (min-width: 768px) and (max-width:1100px) {
    h1 {
        font-size: 50px !important;
    }
    
    h2 {
    }
    
    h3, h4, h5, h6 {
    }

    h3, h4 {
        font-size: 16px !important;
    }

    .btn-primary, .btn-secondary {
        font-size: 20px !important;
        padding: 9px 22px !important;
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 40px !important;
    }
    
    h2 {
    }
    
    h3, h4, h5, h6 {
    }

    .btn-primary {
        font-size: 30px !important;
        padding: 9px 22px !important;
    }

    .btn-secondary {
        font-size: 20px !important;
        line-height: 1em !important;
        padding: 9px 22px !important;
    }

    .bkg-img {
        height: 50vh !important;
        margin: 1em 0 !important;
    }

    h2, .page-template-page-content h2, h2 a {
        font-size: 20px !important;
    }
}

.carousel-control-next, .carousel-control-prev {
    opacity: .7 !important;
}


/*HEADER*/

#top-header {
    background-color: var(--white);
}

#top-header > .container {
    column-gap: 41px !important;
}


#top-header i, #top-header a {
}

.top-email i, .top-phone i {
}

#top-header a {
    font-size: 16px;
    text-transform: uppercase;
}

#masthead {
    position: fixed;
	padding: 0;
    top:0;
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
    z-index:9999;
    /* height:102px !important; */
}

#masthead > .container-fluid {
    justify-content: center;
    align-items: center;
}

.header-lang-switcher {
    text-align: left;
}

.wpml-ls-legacy-dropdown {
    width:unset !important;
}

.wpml-ls-legacy-dropdown a span {
    font-size: 16px;
}

.site-header {
    row-gap: 0 !important;
}

.custom-logo {
    max-height: 61px !important;
    margin-right: 10px !important;
}

.site-logo {
    margin: 0 !important;
    margin-right: 10px !important;
    position:relative;
}

.site-logo a:focus {
    background: none !important;
}

.wpml-ls-current-language a{
    border-radius: 0px;
}

.primary-menu-container .menu-item a{
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Crystal Condensed Book';
    font-weight: 600;
}

.primary-navigation-open .menu-button-container {
    margin-top: 3rem !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background-color: var(--white) !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu::before, .primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
    border:none !important;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    height: 42px !important;
}

.main-menu-left, .main-menu-right {
    height: 80px !important;
}

.sub-menu {
    transition: all .3s;
}

.menu-item a:hover {
    text-decoration: none !important;
}

.main-menu-left .menu-item.wpml-ls-menu-item {
    display: none !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-menu-left {
        width: 60% !important;
    }

    .main-menu-right {
        width: 40% !important;
    }
}

@media only screen and (min-width: 1271px) and (max-width: 1322px) {
    .main-menu-right.px-xl-3 {
        padding-left:0 !important;
        padding-right: 0.5em !important;
    }
}

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

    .main-menu-left .menu-item {
        max-height:42px !important;
        align-items: center;
        justify-content: center;
    }

    .main-menu-left .sub-menu .menu-item {
        max-height:48px !important;
    }

    .main-menu-left .menu-item a {
        padding: 1.25em .8em 1em .8em !important;
        line-height: 1em !important;
    }

    .main-menu-left .sub-menu .menu-item a {
        padding: 1em 1em .8em 1em !important;
        line-height: 1em !important;
    }

    .main-header #primary-menu-list .sub-menu .sub-menu {
        display: none;
    }

    .main-header #primary-menu-list .sub-menu .menu-item-has-children:hover > .sub-menu {
        display:block;
        position: absolute;
        top: 0;
        left: 100%;
        min-width: max-content;
        margin-left: 0;
        border: 1px solid;
    }

    .sub-menu .menu-item-has-children > a::after {
        content: '\002B';
        display: inline-block;
        margin-left: 5px;
        color: var(--charcoal);
    }

    .main-header-menu .menu-item a:hover {
        background-color: #8e918f;
        color: var(--white) !important;
    }

    .main-header-menu .menu-item a:hover ~ .sub-menu-toggle .icon-minus {
        display: none !important;
    }

    .main-header-menu .sub-menu .menu-item :hover > a::after {
        display: none !important;
    }

    .menu-item a:focus{
        background: var(--main-color) !important;
        background-color: var(--main-color) !important;
    }


    .main-header-menu .menu-item a:focus {
        color: var(--white) !important;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        padding-top:0 !important;
    }

}

@media only screen and (min-width: 981px) and (max-width:1420px) {

    .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
       width: 15px !important;
    }

    .main-menu-right .btn-primary {
        padding:9px 9px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width:1271px) {
    .main-header-menu {
        padding-left:0 !important;
        padding-right: 0 !important;
    }

    .main-menu-right .btn-primary {
        font-size:20px !important;
    }

    .primary-navigation .primary-menu-container ul > .menu-item > a {
        font-size: 14px !important;
    }

    .primary-navigation .primary-menu-container ul > .menu-item .icon-plus {
        margin-left:3px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1100px) {
    .main-header-menu .menu-item a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width:980px) {
    .menu-item a {
        color: var(--white) !important;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
        background-color: var(--main-color) !important;
    }

    .primary-navigation .sub-menu {
        border: none !important;
    }

    .menu-button-container #primary-mobile-menu .close{
        color: var(--white) !important;
    }

    body.primary-navigation-open {
        overflow: hidden;
    }

    .menu-item a {
        text-align: center;
    }

    .primary-navigation-open ul .menu-item a:focus {
        background: none !important;
        color: var(--main-color) !important;
    }

    .sub-menu .menu-item a {
        text-transform: none !important;
    }

    .dropdown-menu {
        background-color: transparent !important;
        transform:translate(0px, 0px) !important;
        opacity: 0;
        visibility: hidden;
        display: block !important;
    }

    .sub-menu.dropdown-menu.show {
        position: relative !important;
        opacity: 1;
        visibility: visible;
    }
        

    #primary-menu-list .menu-item a{
        font-size: 20px !important;
    }

    #primary-menu-list .sub-menu .sub-menu .menu-item a{
        font-size: 16px !important;
    }

    .primary-navigation-open .primary-menu-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        height: unset !important;
        overflow:auto !important;
    }

    .primary-navigation-open #primary-menu-list {
        overflow: auto;
    }

    .primary-navigation-open .main-menu-right{
        width: 100% !important;
        order:  3 !important;
        align-items: center;
    }

    .primary-navigation-open .weather-widget {
        display: none !important;
    }

    .primary-navigation-open .main-menu-right .book-now-btn {
        margin: 0 auto !important;
        z-index:99999;
    }

    .primary-navigation-open #primary-menu-list {
        width: 100%;
        max-width: 360px !important;
    }

    .primary-navigation-open #primary-menu-list .menu-item a {
        padding: .6em !important
    }

    .dropdown-icon.close svg{
        width: 40px;
        height: 40px; 
        margin-right: 50px;
    }

    .primary-navigation-open #primary-menu-list .menu-item.wpml-ls-menu-item {
        display: inline-block !important;
        width:33% !important;
        margin: 50px auto;
        text-align: center;
    }

    .primary-navigation-open #primary-menu-list .menu-item.wpml-ls-menu-item a {
        font-size: 16px !important;
        font-style: italic;
    }

    .primary-navigation-open .main-menu-right .book-now-btn {
        display: none;
    }

    .dropdown-toggle.show {
        color:var(--main-color) !important;
    }

    .primary-navigation-open #freshworks-container {
        display: none;
    }

    .primary-navigation-open #primary-menu-list .book-now-btn {
        margin:0 auto !important;
        margin-bottom: 30px !important;
        flex-basis: 67% !important;
    }
}

@media only screen and (min-width: 482px) and (max-width: 980px) {
    .menu-button-container {
        display: flex !important;
    }

    .header-lang-switcher {
        display: none !important;
    }

    .custom-logo {
        max-width: unset !important;
    }

    .main-header-menu .site-branding {
        max-width: unset !important;
    }

    .primary-navigation-open .primary-navigation {
        width: 100% !important;
        position: fixed !important;
        z-index: 2 !important;
    }

    .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
        position: fixed !important;
        transform: translateY(0) translateX(100%) !important;
    }

    .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
        transform: translateX(0) translateY(0) !important;
    }

    .primary-navigation-open .primary-navigation > .primary-menu-container{
        visibility: visible !important;
        opacity: 1 !important;
    }

    .primary-navigation > .primary-menu-container {
        height: 100vh !important;
        z-index: 500 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border: 2px solid transparent !important;
    }

    .primary-navigation > div > .menu-wrapper {
        padding-bottom: 100px !important;
    }

    .primary-navigation-open .primary-navigation > div > .menu-wrapper {
        padding-bottom: 0 !important;
    }

    .primary-navigation > .primary-menu-container {
        background-color: var(--main-color) !important;
    }

    .primary-navigation > div > .menu-wrapper li {
        display: block !important;
        position: relative !important;
        width: 100% !important;
    }

    .primary-navigation > .primary-menu-container {
        padding-left: var(--global--spacing-unit) !important;
        padding-right: var(--global--spacing-unit) !important;
        padding-bottom: var(--global--spacing-horizontal) !important;
        background-color: var(--main-color) !important;
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px) !important;
    }

    .primary-navigation-open .menu-button-container {
        z-index: 501 !important;
        background-color: var(--main-color) !important;
        justify-content: space-between !important;
        position: absolute !important;
        right: 0 !important;
        padding-top: calc(0.5 * var(--global--spacing-vertical)) !important;
        padding-bottom: calc(0.25 * var(--global--spacing-vertical)) !important;
    }

    .primary-navigation {
        padding: 25px !important;
        height: 50px !important;
    }

    .main-header > .col-9 {
        width: 55% !important;
    }

    .main-header > .col-3 {
        width: 45% !important;
    }

    .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
        display: none !important;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu::before, .primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
        content:none !important;
        display: unset !important;
        position: unset !important;
        width: unset !important;
        top: unset !important;
        left: unset !important;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        left: unset !important;
        margin: unset !important;
        min-width: unset !important;
        position: unset !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 620px) {
    .main-menu-left {
        width: 19% !important;
    }

    .main-menu-right {
        width: 80% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width:481px) {
    .primary-navigation-open .menu-button-container, .primary-navigation > .primary-menu-container {
        background-color: var(--main-color) !important;
    }

    .header-lang-switcher {
        display: none;
    }

    .site-branding {
        max-width: none !important;
    }

    .menu-button-container {
        padding-bottom: unset !important;
    }

    body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
        top: 5px !important;
    }

    .main-header > .col-9 {
        width: 40% !important;
    }

    .main-header > .col-3 {
        width: 60% !important;
    }

    .primary-navigation > div > .menu-wrapper {
        padding-bottom: 10px !important;
    }

    .main-menu-left {
        width:28% !important;
    }

    .main-menu-right {
        width: 72% !important;
    }

    .row .main-header {
        margin-left:5px !important;
        margin-right: 5px !important;
    }

}

@media only screen and (max-width: 536px) {
    .main-menu-right .btn-primary {
        padding:9px 22px !important;
        font-size: 30px !important;
    }

    .main-header-menu .custom-logo{
        margin-right: 0 !important;
    }

    .main-header-menu #primary-mobile-menu.button {
        padding-left:3px !important;
        padding-right: 3px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
    .main-menu-left {
        width: 75% !important;
    }

    .main-menu-right {
        width: 25% !important;
    }
}

/*FOOTER*/

.footer-newsletter {
    background-color: var(--brick) !important;
}

.footer-newsletter h2 {
    color: var(--white);
}

.footer-row a {
    text-decoration: none;
}

.footer-row a:focus {
    background: none !important;
}

.footer-bottom {
    background-color: var(--main-color) !important;
}

.footer-bottom p, .footer-bottom a{
    font-size: 16px;
    color: var(--white);
    padding: .5em 0;
}

.footer-bottom .btn-text {
    color: var(--white) !important;
}

.footer-bottom .site-tagline {
    font-size: 20px !important;
}

.footer-bottom h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px !important;
}

footer p i {
    padding-right: 5px !important;
}

.site-footer {
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
    max-width: 100% !important;
}

#main-footer {
    background-color: var(--white);
    width:100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#main-footer .footer-row {
    justify-content: center;
}

.otgs-development-site-front-end {
    display: none;
}

.alaia-group-icon {
    height:18px;
    width: auto;
    padding-right: 5px;
}

.partner-entry {
    max-width:300px !important;
}

@media only screen and (min-width: 991px) and (max-width: 1279px) {
    .footer-bottom.py-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-bottom h3 {
        font-size: 14px !important;
    }
}


@media only screen and (max-width:768px) {
    footer .partner-list {
        flex-wrap: wrap !important;
    }

    .partner-entry {
        width:150px !important;
    }
}


/*HERO BANNER*/
.hero {
    padding-top:15vh;
    padding-bottom:15vh;
    margin-bottom: 0 !important;
    position: relative;
}

.page-content-title {
    color: var(--white) !important;
    font-family: 'Kindness Matters Regular' !important;
    font-size: 120px;
    font-weight: normal !important;
    max-width: 90% !important;
}

@media only screen and (max-width:980px) {
    .page-content-title {
        font-size: 60px !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width:480px) {
    .page-content-title {
        font-size: 50px !important;
    }
}

.hero-content {
    position: relative;
    z-index: 3 !important;
}

.hero-image-overlay {
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0 !important;
    padding: 10vh 0 !important;
    background: rgba(0, 0, 0, 0.15) !important;
    align-content: center;
}


/*TWO-COL-IMAGE-TEXT*/
.two-col-text h3{
    font-size: 24px !important;
    margin-bottom:0.5em !important;
}

.two-col-text p{
    margin-bottom: 1em !important;
}

.two-col-text ul {
    margin-bottom: 1.5em !important;
}

.two-col-text .alaia-card-link {
    font-size: 24px;
    padding: 9px;
    border: 1px solid var(--charcoal);
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 1em;
}

.two-col-text .alaia-card-link::after {
    content: '\2192';
    padding-left: 1em;
}

.two-col-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

h3.media-title {
    font-size: 24px !important;
}

@media only screen and (max-width: 979px) {
    .row-img-right .two-col-text {
        order: 2 !important;
    }

    .two-col-text h3{
        font-size: 16px !important;
    }
}

/*BLURB*/
.blurb-row {
    width:50%;
    margin:0 auto !important;
}

.blurb-image {
    border-radius:20px;
}

@media only screen and (max-width:767px) {
    .blurb-row {
        width:100%;
    }
}


/*LEVEL CAROUSEL*/

#levelsCarousel {
    margin-bottom: 0 !important;
}

#levelsCarousel .carousel-item {
    cursor: pointer;
}

.carousel-inner .card-overlay {
    border-radius: 20px;
}

.carousel-inner .card-header {
    border-radius: 20px 20px 0 0 !important;
}

.carousel-inner .card-body {
    border-radius: 0 0 20px 20px !important;
}

#levelsCarousel .card-body {
    padding-bottom: 1em !important;
}

@media only screen and (min-width: 1100px) {
    #levelsCarousel .carousel-inner {
      display: flex;
    }

    #levelsCarousel .carousel-item {
      margin-right: 0;
      flex: 0 0 33.33% !important;
      display: block;
    }

    #levelsCarousel {
        padding:0 100px;
    }

    #levelsCarousel .carousel-item:not(.active){
        transform: scale(0.95);
    }
    
    #levelsCarousel .carousel-item:not(.active) .card-overlay {
        line-height: 0 !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index:1000;
    }
}

@media only screen and (min-width:1100px) and (max-width:1365px) {
    .levels-carousel-container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1099px) {
    .levels-carousel-container {
        max-width: 560px !important;
    }
}


@media only screen and (max-width: 620px) {
    .levels-carousel-container {
        max-width: 390px !important;
    }
}

@media only screen and (max-width: 480px) {
    .levels-carousel-container {
        max-width: 340px !important;
    }

    .carousel-item .card-header-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.carousel-item p {
    margin-bottom: 1em;
}

.card {
    border: none !important;
}

#levelsCarousel .carousel-item {
    position: relative;
}


.card-header {
    padding: 120px 0 !important;
    width: 100%;
    height: 310px !important;
    margin:0 !important;
    border-bottom: none !important;
    position: relative;
    border-radius: 0 !important;
}

.card-header h3 {
    color: var(--white);
    padding-top:10px;
}

.levels-carousel-container .card-header h3 {
    font-size: 28px !important;
}

.card-header i {
    font-size: 28px;
    padding-left: 5px;
}

.card-header-title {
    margin: 0 !important;
}

.card-header-title h3 {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 0 15px rgba(0, 0, 0, 0.25) !important;
}

.card-header-title .col-3 {
    padding:0 !important;
    display:flex;
    align-items: center;
}

.card-header-title i {
    padding: 0 5px !important;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 0 15px rgba(0, 0, 0, 0.25) !important;
}

.level-pattern {
    padding:21px 0;
    position:absolute;
    bottom:-1px;
    width:100%;
}

.card-body {
    text-align: left;
    padding: 1em 1em 60px 1em !important;
}

.session-availability {
    list-style: none;
    padding-left: 1em;
}

.card-body i {
    font-size: 24px;
    padding:0 5px 0 0;
}

.session-availability i {
    font-size: 16px;
    padding:0 10px;
}

.session-availability .bi-x-circle-fill {
    color: var(--grey);
}

.carousel-control-prev, .carousel-control-next{
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.carousel-control-prev:hover, .carousel-control-next:hover{
    background-color: var(--main-color) !important;
}

.level-card-button {
    position: absolute;
    bottom: 5px !important;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1399px) {
    .levels-carousel-container .card-header h3 {
        font-size: 24px !important;
    }  
}

@media only screen and (max-width: 1099px) {
    .levels-carousel-container .carousel-control-prev {
        left:-42px !important;
        width:40px !important;
        height: 40px !important;
    }
    
    .levels-carousel-container .carousel-control-next {
        right:-42px !important;
        width:40px !important;
        height: 40px !important;
    }
}

@media only screen and (max-width: 768px) {
    .levels-carousel-container .carousel-control-prev {
        top: 135px !important;
        left: -20px !important;
        width:40px !important;
        height: 40px !important;
    }
    
    .levels-carousel-container .carousel-control-next {
        top: 135px !important;
        right: -20px !important;
        width:40px !important;
        height: 40px !important;
    }

    .level-card-button {
        bottom: -10px !important;
    }
}

@media only screen and (max-width: 480px) {
    .levels-carousel-container .card-header h3 {
        font-size: 20px !important;
    }    
}



/* RELATED LEVELS CAROUSEL */

#relatedLevelsCarousel .carousel-item {
    position: relative;
    padding: 0 25px;
}

.related-levels-carousel-container .carousel-control-prev {
    left:30px;
}

.related-levels-carousel-container .carousel-control-next {
    right:30px;
}

.related-levels-carousel-container h3 {
    font-size: 28px !important;
}

@media only screen and (max-width: 1399px) {
    .related-levels-carousel-container h3 {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 979px) {
    #relatedLevelsCarousel .carousel-inner {
      display: flex;
    }

    #relatedLevelsCarousel .carousel-item {
      margin-right: 0;
      flex: 0 0 50% !important;
      display: block;
    }
}

@media only screen and (min-width: 1200px) {
    #relatedLevelsCarousel .carousel-item {
        flex: 0 0 33.33% !important;
      }
}


@media only screen and (min-width: 1600px) {
    #relatedLevelsCarousel .carousel-item {
        flex: 0 0 25% !important;
      }
}



@media only screen and (min-width: 769px) {
    #relatedLevelsCarousel {
        padding:0 100px;
    }
    
}

@media only screen and (max-width: 768px) {
    .related-levels-carousel-container {
        max-width: 560px !important;
    }

    .related-levels-carousel-container .carousel-control-prev {
        top: 135px !important;
        left: -20px !important;
        width:40px !important;
        height: 40px !important;
    }
    
    .related-levels-carousel-container .carousel-control-next {
        top: 135px !important;
        right: -20px !important;
        width:40px !important;
        height: 40px !important;
    }

    .related-levels-carousel-container h3 {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 620px) {
    .related-levels-carousel-container {
        max-width: 390px !important;
    }
}

@media only screen and (max-width: 480px) {
    .related-levels-carousel-container {
        max-width: 340px !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }

    .related-levels-carousel-container .carousel-row {
        max-width: 340px !important;
        margin: 0 auto;
    }

    .related-levels-carousel-container .carousel-item {
        padding-left:.5em !important;
        padding-right:.5em !important;
    }

    .related-levels-carousel-container .carousel-control-prev {
        top: 135px !important;
        left: -10px !important;
        width:40px !important;
        height: 40px !important;
    }
    
    .related-levels-carousel-container .carousel-control-next {
        top: 135px !important;
        right: -10px !important;
        width:40px !important;
        height: 40px !important;
    }
}


/* LESSON INFO */
.lesson-info {
    max-width: 800px !important;
}

.lesson-steps {
    flex-wrap: wrap;
}

.lesson-step {
    flex-direction: column;
    width: 25% !important;
    padding: 1em!important;
}

.lesson-step img {
    width:50px;
    height: auto;
    margin:0 auto;
    padding-bottom: 10px;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .lesson-step {
        width: 33.33% !important;
    }
}

@media only screen and (max-width:767px) {
    .lesson-step {
        width: 50% !important;
    }
}


/*SURF LEVEL SELECTOR*/

.gform-theme--framework :where(
  :not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
  :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el)
  :not(.gform-theme__no-reset--children *):not(.gform-theme__disable)
  :not(.gform-theme__disable *):not(.gform-theme__disable-reset)
  :not(.gform-theme__disable-reset *):not(.gform_heading *)
  :not(.gfield--type-html *):not(.gfield--type-section *)
  :not(.form_saved_message > *):not(.form_saved_message_sent > *)
  :not(.gform_confirmation_message *):not(.wp-editor-container)
  :not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area)
  :not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span))
  :not(.selector-option-text):not(.btn-text):not(.btn-wave-holder):not(.short-level-book):not(.reinitialise-btn):not(.sub-btn)
) {
    all: unset;
    display: revert;
}

.gform-theme--framework :where(
  :not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
  :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el)
  :not(.gform-theme__no-reset--children *):not(.gform-theme__disable)
  :not(.gform-theme__disable *):not(.gform-theme__disable-reset)
  :not(.gform-theme__disable-reset *):not(.gform_heading *)
  :not(.gfield--type-html *):not(.gfield--type-section *)
  :not(.form_saved_message > *):not(.form_saved_message_sent > *)
  :not(.gform_confirmation_message *):not(.wp-editor-container)
  :not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area)
  :not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span))
  :not(.selector-option-text):not(.btn-text):not(.btn-wave-holder):not(.short-level-book):not(.reinitialise-btn):not(.sub-btn)
) {
    all: unset;
    display: revert;
}

.selector-option-text {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    transition: 0.5s;
    overflow:hidden !important;
    display:inline-flex !important;
    vertical-align: middle !important;
}

.selector-option-text .btn-text {
    line-height: 1.1em !important;
}

.selector-option-text .btn-wave-holder {
    display: block !important;
}


.cond-sel .gfield_radio .gform-field-label:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 0 15px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}

.cond-sel .gfield_radio .gform-field-label:hover > .selector-option-text{
    border: 2px solid var(--main-color);
    background-color: var(--main-color) !important;
}

.cond-sel .gfield_radio .gform-field-label:hover > .selector-option-text .btn-wave-holder{
    transform: translateY(15%);
    -webkit-animation: button-wave 3.5s cubic-bezier(.36,.45,.63,.53) infinite !important;
    animation: button-wave 3.5s cubic-bezier(.36,.45,.63,.53) infinite !important;
}

.cond-sel .gfield_radio .gform-field-label:hover > .selector-option-text .btn-text {
    color:var(--main-color) !important;
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
    margin: 0px 0 !important;
}


#selector .gform_wrapper.gravity-theme .gform_fields {
    display:block !important;
}

.gform_heading h2 {
    display: none;
}

.gform_wrapper .gfield_required {
    display: none !important;
}

.gform_wrapper .gfield_radio input[type=radio] {
    display: none;
}

.cond-sel .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center !important;
    column-gap: 10px;
    row-gap:10px;
    align-items: center !important;
    margin-bottom: 10px !important;
}

.cond-sel .gchoice label{
    color: var(--charcoal) !important;
    display:flex !important;
    width: 160px !important;
    height:260px !important;
    font-size:14px !important;
    padding:20px 5px 5px 5px !important;
    justify-content: end !important;
    align-items: center !important;
    border: 2px solid var(--charcoal) !important;
    border-radius: 20px;
    transition: all .2s;
}

.cond-sel .gchoice {

}

.recommended-session {
    padding: 20px 5px 5px 5px !important;
    width: 160px !important;
    height:260px !important;
    color: #fff !important;
    font-size:14px !important;
    display:flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    margin:30px auto !important;
    border: 2px solid var(--charcoal) !important;
    border-radius: 20px !important;
    background-position: center !important;
    background-size: cover !important;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 0 15px rgba(0, 0, 0, 0.25) !important;
}

.recommended-session .short-level-book {
    font-size: 20px !important;
    text-shadow: none !important;
    border-radius: 0 0 20px 20px;
    padding: 13px 7px !important;
    width: 100%;
}

.recommended-session i {
    font-size: 18px !important;
    margin: 0 1px !important;
}

.recommended-session h3 {
    font-size: 14px !important;
}

.level-color-wrap {
    display: flex;
    flex-direction: row;
}

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


.gform_footer {
    display:none !important;
}

.ginput_container_radio .gform-field-label {
    display: flex;
    flex-direction: column;
}

.ginput_container_radio .gform-field-label {
    display: flex;
    flex-direction: column;
    cursor: pointer !important;
}

.ginput_container_radio .gform-field-label .selector-option-text{
    padding-left: 8px !important;
    padding-right: 8px !important;
    width:100% !important;
    border-radius: 0 0 20px 20px;
    color: white;
    background-color: var(--main-color) !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cond-sel input:checked + .gform-field-label, .cond-sel input:checked + .gform-field-label:hover {
    box-shadow: inset 0 0 5px var(--charcoal) !important;
    transform: scale(.98) !important;
}

.cond-sel input:checked + .gform-field-label:hover > .selector-option-text, input:checked + .gform-field-label > .selector-option-text:hover {
    background-color: var(--main-color) !important;
}

.cond-sel input:checked + .gform-field-label:hover > .btn-wave-holder, input:checked + .gform-field-label .selector-option-text:hover > .btn-wave-holder {
    transform: translateY(100%) !important;
}

.cond-sel input:checked + .gform-field-label .btn-text{
    color: var(--charcoal) !important;
}

.cond-sel input:checked + .gform-field-label:hover .btn-text {
    color: var(--charcoal) !important;
}

.cond-sel input:checked + .gform-field-label .selector-option-text:hover .btn-text {
    color: var(--charcoal) !important;
}

.cond-sel input:checked + .gform-field-label .selector-option-text {
    background-color: var(--main-color) !important;
}

.gform-theme--framework .cond-sel .btn-text, .gform-theme--framework .cond-sel .btn-text::after, .gform-theme--framework .cond-sel .btn-text::before {
    box-sizing: inherit !important;
}


.ginput_container_radio .gform-field-label .selector-option-text:hover{
    background-color: var(--main-color) !important;
}

.ginput_container_radio .gform-field-label img {
    margin-bottom: 30px !important;
}

.gform-theme--foundation .gform_fields {
    column-gap: 1em !important;
    row-gap: 1em !important;
}

@media only screen and (max-width: 480px) {
    .cond-sel .gform-field-label {
        margin-inline: 0 !important;
    }
}

/* HOW TO */
.how-to {
    max-width: 600px !important;
    background-color: var(--main-color);
    color: white !important;
    border-radius: 20px !important;
}

.levels-table {
    display: flex;
    max-width: 912px !important;
    flex-direction: column;
    border: 1px solid var(--charcoal);
    padding: 0 !important;
    border-bottom: none;
    border-radius: 20px;
}

.levels-table-header {
    display: flex;
    width:100% !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid var(--charcoal);
    font-weight: bold;
}

.header-wave-type {
    padding: 0 
}

.header-wave-type, .header-level {
    flex: 0 0 30% !important;
}

.header-lesson, .header-session, .header-freesurf {
    flex: 0 0 13.33% !important;
}

.header-wave-type, .header-level, .header-lesson, .header-session, .header-freesurf {
    padding:5px !important;
    font-size: 18px !important;
}

.levels-table-row {
    display: flex;
    width: 100% !important;
    border-bottom: 1px solid var(--charcoal);
}

.levels-table-row:last-of-type {
    border-radius: 0 0 20px 20px;
}

.wave-type {
    flex: 0 0 30% !important;
    display:flex;
    align-items: center;
    padding: 0 10px;
}

.wave-content-wrapper {
    flex: 0 0 70% !important;
    display: flex !important;
    flex-direction: column !important;
}

.wave-level-wrapper {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.wave-level {
    flex: 0 0 40% !important;
    border-right: 1px solid var(--charcoal);
    padding: 5px 0;
}

.wave-lesson, .wave-session, .wave-freesurf {
    flex: 0 0 20% !important;
}

.wave-level .bi-circle-fill {
    margin: 0 2px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.25) !important;
}

@media only screen and (max-width:996px) {
    .header-wave-type, .wave-type {
        display: none !important;
    }

    .wave-content-wrapper {
        flex: 0 0 100% !important;
    }

    .wave-level {
        flex: 0 0 55% !important;
        padding: 5px !important;
        font-size: 14px !important;
    }

    .wave-lesson, .wave-session, .wave-freesurf {
        flex: 0 0 15% !important;
    }

    .header-lesson, .header-session, .header-session {
        flex: 0 0 15% !important;
    }

    .header-level {
        flex: 0 0 55% !important;
    }

    .header-wave-type, .header-level, .header-lesson, .header-session, .header-freesurf {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 600px) {
    .levels-table {
        max-width: 480px !important;
    }
}

@media only screen and (max-width: 480px) {
    .header-wave-type, .header-level, .header-lesson, .header-session, .header-freesurf {
        font-size: 12px !important;
    }

    .levels-table {
        max-width: 370px !important;
    }
}

/* FACILITIES */

.facility-feature img{
    width: 25px !important;
    height: 25px !important;
}

.facility-description {
    min-height: 120px !important;
}

.facility-button a{
    font-family: 'Crystal Book';
    color:var(--background);
    text-decoration: none;
    font-size: 20px !important;
}

.facility-image {
    border-radius: 20px !important;
}

.facility-button {
    margin:0 auto;
    max-width: 100% !important;
    cursor:pointer;
}

/*TWO-COL-IMAGE-TEXT WITH SERVICE CARDS*/

.service-card-wrapper {
    flex-direction: row !important;
    column-gap: 2%;
}

.service-card {
    position: relative;
    min-height: 200px;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.service-card .service-button {
    position: absolute;
    bottom: 1em;
    background-color: var(--main-color);
    color: white;
    text-decoration: none;
    padding: 5px 31px;
    border-radius: 20px;
}

.service-card h3 {
    color: white;
    font-size: 16px !important;
}

@media only screen and (min-width: 769px) and (max-width:1199px) {
    .service-card h3 {
        font-size: 14px !important;
    }
}


@media only screen and (min-width:980px) {
    .service-card {
        width:48% !important;
    }
}

@media only screen and (max-width:979px) {
    .service-card {
        width:100% !important;
    }
}



/* FACILITIES CAROUSEL */

@media only screen and (min-width: 768px) {
    #facilitiesCarousel .carousel-inner {
      display: flex;
    }

    #facilitiesCarousel .carousel-item {
      margin-right: 0;
      flex: 0 0 50% !important;
      display: block;
    }
}

@media only screen and (min-width: 1200px) {
    #facilitiesCarousel .carousel-item {
        flex: 0 0 33.33% !important;
      }
}


@media only screen and (min-width: 1600px) {
    #facilitiesCarousel .carousel-item {
        flex: 0 0 25% !important;
      }
}


@media only screen and (min-width: 769px) {
    #facilitiesCarousel {
        padding:0 100px;
    }
    
}

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

    .facilities-carousel-container .carousel-control-prev {
        top: 135px !important;
        left: -20px !important;
        width:40px !important;
        height: 40px !important;
    }
    
    .facilities-carousel-container .carousel-control-next {
        top: 135px !important;
        right: -20px !important;
        width:40px !important;
        height: 40px !important;
    }
}

#facilitiesCarousel .carousel-item {
    position: relative;
    padding: 0 25px;
}

@media only screen and (min-width: 768px) {
    #facilitiesCarousel .facility-description {
        min-height: 180px !important;
    }
}

@media only screen and (max-width: 480px) {
    #facilitiesCarousel .carousel-item {
        padding: 0 !important;
    }
}


/* MULTI COLUMNS FEATURES */

.features-container {
    margin-top: 0 !important;
    max-width: 1000px !important;
}

.feature-card {
    flex: 1 1 0;
}

.feature-card .feature-image {
    border-radius: 20px;
}

.feature-description {
    min-height: 120px !important;
}

.feature-button a{
    font-family: 'Crystal Book';
    color:var(--background);
    text-decoration: none;
    font-size: 20px !important;
}

.feature-button {
    margin:0 auto;
    max-width: 100% !important;
    cursor:pointer;
}

@media only screen and (max-width: 768px) {
    .feature-card {
        flex: 0 0 100% !important;
        max-width: 560px !important;
    }
}

@media only screen and (max-width: 480px) {
    .feature-card {
        max-width: 320px !important;
    }
}


/*GALLERY*/

.gallery-modal {
    display:none !important;
}


.gallery-image img {
    width:100%;
    height: auto;
    cursor: pointer;
    border-radius: 20px;
}

.gallery-image img:hover {
    transition: 1s;
    filter: brightness(110%) contrast(120%);
}

@media only screen and (max-width: 767px) {
    .gallery-section .row .gallery-image {
        display: none;
    }

    .gallery-section .row .gallery-image:first-child {
        display: unset;
    }

    #imagesCarousel .carousel-control-prev {
        left: 0 !important;
    }

    #imagesCarousel .carousel-control-next {
        right: 0 !important;
    }
}

@media only screen and (max-width:480px) {
    .slb_container {
        top: 50vh !important;
        transform: translateY(-50%) !important;
    }
}

@media only screen and (min-width: 768px) {
    #imagesCarousel .carousel-inner {
      display: flex;
    }

    #imagesCarousel .carousel-item {
      margin-right: 0;
      flex: 0 0 50% !important;
      display: block;
    }
}

@media only screen and (min-width: 1200px) {
    #imagesCarousel .carousel-item {
        flex: 0 0 33.33% !important;
      }
}


@media only screen and (min-width: 1600px) {
    #imagesCarousel .carousel-item {
        flex: 0 0 25% !important;
      }
}


@media only screen and (min-width: 769px) {
    #imagesCarousel {
        padding:0 100px;
    }
    
}

#imagesCarousel .carousel-item {
    position: relative;
    padding: 0 5px;
}

@media only screen and (min-width: 768px) {
    #imagesCarousel .facility-description {
        min-height: 180px !important;
    }
}

/* RATES */

.rates-col {
    position: relative;
}

.age-group * {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.age-group .child-icon {
    font-size: 12px !important;
}

.age-group .adult-icon {
    font-size: 16px !important;
}

.rates-grid {
    border-left: 3px solid var(--charcoal);
    border-right: 3px solid var(--charcoal);
    border-top: 3px solid var(--charcoal);
    margin-left:0 !important;
    margin-right: 0 !important;
}

.rates-grid:last-of-type {
    border-bottom: 3px solid var(--charcoal);
}

.rates-grid.first-rate-row {
    border-radius: 20px 20px 0 0 !important;
}

.rates-grid.first-rate-row .price-type {
    border-radius: 17px 0 0 0 !important;
}

.rates-grid.last-rate-row {
    border-radius: 0 0 20px 20px !important;
    border-bottom: 3px solid var(--charcoal);
}

.rates-grid.last-rate-row .price-type {
    border-radius: 0 0 0 17px;
}

.rates-grid .price-type {
    background-color: var(--main-color);
    color: var(--charcoal);
}

.rates-grid .price-type p {
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size:14px !important;
}

.price-type{
    padding: 25px 0 !important;
    border-right: 3px solid var(--charcoal);
}

.child-rate {
    padding: 22px 0 !important;
    border-right: 3px solid var(--charcoal);
}

.rates-book-button {
    width: unset !important;
    padding: 0 !important;
    margin-top:3px !important;
}

.rates-book-button .btn-primary {
    padding: 9px 35px !important;
}

.available-levels-label {
    font-size: 20px !important;
}

.available-levels {
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 160px !important;
}

.available-levels .wave-level {
    width:50% !important;
    border: none !important;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .age-group * {
        font-size: 13px !important;
    }
    
}

@media only screen and (max-width: 1083px) {
    .rates-book-button .btn-primary {
        padding: 11px 35px !important;
    }
}

@media only screen and (max-width: 752px) {
    .rates-col {
        margin-bottom: 3em;
    }
}

@media only screen and (max-width: 480px) {
    .child-rate {
        padding: 20px 0 !important;
    }
}

/* COURS PARTICULIERS & COACHING */
.course-col {
    flex-direction: column;
}

.course-col img {
    border-radius: 20px;
}

.course-col i {
    padding-right: 5px !important;
    font-weight: bold !important;
}

.course-button a {
    color: var(--white);
    text-decoration: none;
    font-weight: bold !important;
}

.available-course-levels {
    flex-wrap: wrap;
    flex-direction: column;
}

.available-course-levels .wave-level {
    width:100% !important;
    border: none !important;
}

.course-tarifs li {
    margin-left: 1em !important;
}

/* CONTACT FORM */

.contact-form-row form label.gfield_label, .contact-form-row .gfield--type-time .gfield_label,  .contact-form-row .gfield--type-choice .gfield_label, .contact-form-row .gfield--type-consent .gfield_label{
    font-weight: bold !important;
}

.contact-form-row .ginput_container select, .contact-form-row .ginput_container textarea, .contact-form-row .ginput_container input {
    text-align: left !important;
}

.newsletter-optin legend.gfield_label{
    display: none;
}

.contact-form-row .gform_footer {
    display: block !important;
}

.contact-form-row .gform_footer .gform_button {
    width: 100% !important;
    background-color: var(--main-color) !important;
    font-family: 'Kindness Matters Regular' !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
    padding: 14px 35px !important;
    padding-top:20px !important;
    color: var(--white) !important;
}

.contact-form-row input::placeholder {
    color: #ccc !important;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
    border-radius: 20px !important;
}

.gform_footer input {
    border-radius: 20px !important;
}

.gfield .ginput_container_select .option {
    font-family: "Crystal Condensed Book" !important;
}

.contact-form-row .gfield--type-choice .gform-field-label {
    text-align: left;
}

.contact-form-row .gfield--type-choice .gform-field-label a {
    text-decoration: underline;
    cursor: pointer;
}

.gfield--type-time.gfield--input-type-time .gfield_label {
    text-align: left;
}


/* SINGLE BUTTON */
.container-single-button {
    margin-top:0 !important;
}



/* UPCOMING EVENTS */
.upcoming-event {
    border: 1px solid var(--main-color);
    border-radius: 20px;
    border-right: none;
}

.upcoming-event .event-date {
    padding-left: 1em !important;
}

.upcoming-events-list {
    max-width: 700px;
    margin: 0 auto;
}

.upcoming-event .event-title {
    text-align: center;
}

.upcoming-event .event-title a{
    text-decoration: none;
}

.event-link {
    background-color: var(--main-color);
    border-radius: 0px 20px 20px 0px;
    position: relative;
}

.event-link a {
    color: var(--white);
    text-decoration: none;
}

.sold-out {
    color: var(--brick);
}

.ouvert {
    color: var(--main-color);
}

@media only screen and (max-width: 768px) {
    .upcoming-event * {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 480px) {
    .upcoming-event * {
        font-size: 12px !important;
    }
}

/* POST FEED */

.post-type-filter, .event-subfilter {
    max-width: 1150px;
    margin: 0 auto !important;
    column-gap: 1.5%;
}

.post-type-filter .post-type-item, .event-subfilter .post-type-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-type-item {
    flex: 0 0 23.5%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 0 15px rgba(0, 0, 0, 0.25) !important;
    padding: 9px 0;
    cursor: pointer;
}

.post-type-item i {
    margin-left: 10px;
}

i.blog, i.post {
    color: var(--grey);
}

i.news, i.news-post {
    color: var(--charcoal);
}

i.events, i.event {
    color: var(--main-color);
}

.post-type-item.active {
    background-color: var(--main-color);
    color: var(--white);
}

.event-subfilter {
    display:none !important;
}

.show-subfilters {
    display: flex !important;
}

.filtered-posts {
    max-width: 1000px;
    margin: 0 auto !important;
}

.filtered-post-entry a.more-link {
    display:none !important;
}

.filtered-post-entry-wrapper {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.filtered-post-image img {
    border-radius: 20px;
}

.filtered-post-content .published-at {
    color: var(--grey);
}

.filtered-post-content .published-at em {
    font-family: 'Crystal Condensed Book';
}

.filtered-post-excerpt {
    font-size: 16px !important;
}

.event-countdown {
    font-size: 16px !important;
}

.filtered-post-read-more {
    font-family: 'Crystal Expanded Book';
    font-size:20px !important;
    text-decoration: underline;
    text-underline-offset: 7px !important;
    text-decoration-thickness: 1px !important;
}

.filtered-post-read-more:hover {
    text-decoration: underline;
}

.event-type-meta i.event {
    color:var(--main-color);
}

.event-type-meta i.news-post {
    color:var(--charcoal);
}

.event-type-meta i.post {
    color:var(--grey);
}

.event-type-meta {
    text-transform: uppercase;
    font-size: 16px !important;
}

.event-type-meta strong {
    font-family: 'Crystal Condensed Book' !important;
}

.filtered-post-content h3 a {
    text-decoration: none;
    font-family: 'Crystal Condensed Book' !important;
    font-weight: 600 !important;
}

.loading-placeholder img{
    width:180px !important;
    height:180px !important;
}

.post-type-filter .post-type-item, .event-filter {
    text-transform: uppercase;
}

.current-page {
    text-decoration: underline;
}

.post-pagination {
    border: 1px solid var(--charcoal);
    border-radius: 20px;
    width:max-content !important;
    margin: 0 auto;
}

.post-pagination .pagination-button {
    padding: 0 10px;
    cursor: pointer;
    font-weight: bold;
}

@media only screen and (min-width:1200px) and (max-width: 1399px) {

    .post-type-filter .post-type-item{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .post-type-filter .post-type-item .btn-text {
        font-size: 16px !important;
    }
}


@media only screen and (max-width: 1199px) {
    .post-type-filter .post-type-item {
       flex: 0 0 49% !important;
       font-size: 16px !important;
    }

    .event-subfilter .post-type-item {
        flex: 0 0 44% !important;
        font-size: 16px !important;
    }

    .event-countdown, .event-type-meta {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 430px) {
    .post-type-filter .post-type-item {
       font-size: 13px !important;
       padding-left: 0.2em !important;
       padding-right: 0.2em !important;
    }

    .event-subfilter .post-type-item .btn-text{
        font-size: 12px !important;
    }

    .post-type-filter .post-type-item .btn-text {
        font-size: 12px !important;
    }

    .event-countdown, .event-type-meta {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 375px) {
    .post-type-filter .post-type-item {
       font-size: 12px !important;
    }

    .event-subfilter .post-type-item .btn-text{
        font-size: 12px !important;
    }

    .post-type-filter .post-type-item .btn-text {
        font-size: 12px !important;
    }
}

/* COMPANY PRESENTATION */

@media only screen and (min-width: 1024px) {
    .container-company {
        max-width: 980px !important;
    }    
}

.presentation-image img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.company-values {
    column-gap: 4%;
    flex-wrap: wrap;
}

.company-value {
    min-height: 128px;
    flex: 0 0 48%;
    background-position: left;
    background-size: 128px;
    background-repeat: no-repeat !important;
    padding-left: 64px;
}

.company-value p {
    font-size: 24px !important;
}

@media only screen and (max-width: 1279px) {
    .company-value p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:480px) {
    .company-values {
        column-gap: 0;
    }

    .company-value {
        min-height: 64px;
        flex: 0 0 100%;
        background-size: 64px !important;
        padding-left: 32px;
    }

    .company-value p {
        font-size: 16px !important;
    }
}

/* ALAIA BAY CARD */

.container-alaia-card .alaia-card-link {
    font-size: 24px;
    padding: 9px 32px;
    border: 1px solid var(--charcoal);
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

.container-alaia-card .alaia-card-link::after {
    content: '\2192';
    padding-left: 0.5em;
}

.card-price-groups {
    flex-wrap: wrap;
    column-gap: 2%;
}

.cpg-wrapper {
    width:fit-content;
}

.cpg {
    flex: 0 0 49%;
}

.cpg-price {
    font-weight: bold;
    font-family: 'Crystal Book';
}

.cpg-price span {
    font-size: 24px !important;
}

.card-strike {
    position: relative;
}

.card-strike::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color:var(--brick);
    
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.card-benefits-list {
    max-width: 870px !important;
}

.card-benefit {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    border-radius: 20px;
}

.exclusive-packs-list, .card-terms, .col-card-info{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    border-radius: 20px;
}

.exclusive-packs-title-col h3{
    position: absolute;
    transform: rotate(-90deg) translate(-50%);
    transform-origin: 0% 25%;
    font-size: 16px !important;
}

.col-packs-list, .col-card-terms {
    padding: 25px !important;
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .container-alaia-card .alaia-card-link {
        font-size: 20px !important;
        padding: 9px !important;
    }

    .container-alaia-card {
        max-width: 900px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .exclusive-pack-item div{
        font-size: 16px !important;
    }
}

/* FREE BLOCK */

.free-block p {
    margin-bottom: 1em !important;
}


/* ACCOMMODATION */
.area-selector {
    flex-wrap: wrap !important;
}

.area-select {
    max-width: fit-content !important;
}

.locations-list h2 a {
    text-decoration: none;
}

.locations-list img {
    border-radius: 20px;
}

.location-active {
    background: var(--main-color) !important;
    color: var(--white) !important;
}

.location-row {
    animation: fade-out 1s !important;
}

.location-row .carousel-control-prev {
    left: 0 !important;
}

.location-row .carousel-control-next {
    right: 0 !important;
}

/* WIDGETS */

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

    .tudor-watch-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 100%;
        margin-bottom: .5rem;
    }

    .tudor-watch-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    .tudor-watch-wrapper iframe{
        transform: scale(.5) translate(-50%, -50%)!important;
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: 510px;
        height: 510px;
        aspect-ratio: 1 / 1;
        transform-origin: top left;
        box-shadow: none;
        pointer-events: visible;
    }
}

.weather-widget {
    flex-direction: column;
}

.weather-widget-toggle {
    display:none;
}

.weather-widget-content {
    width: 100% !important;
    flex-direction: column;
}

.weather-data-row {
    flex-wrap: wrap;
    flex-direction: row;
}

.weather-widget .w-code-img {
    width:16px !important;
    height:16px !important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-right: 0.1em;
}

.weather-widget .bi-droplet {
    font-size:16px !important;
    margin-right: 0.1em;
}

.weather-widget .tide-icon {
    height: 16px !important;
    width:16px !important;
    margin-right: 0.1em;
}

.weather-widget p {
    font-size:11px !important;
}


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

    .weather-widget {
        padding: 10px 5px 10px 5px !important;
        position: fixed;
        right:-160px;
        top:50%;
        background-color: var(--white);
        border: 1px solid var(--charcoal);
        border-right: none !important;
        border-radius: 20px 0 0 20px;
        margin-right:0 !important;
        flex-direction: row;
        width: 180px !important;
        transition: right 0.3s ease;
    }

    .weather-widget-toggle {
        display: flex;
        width: 6% !important;
        margin-right: 6%;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
    }

    .weather-widget.active {
        right: 0; /* Slide into view */
    }

    .weather-widget-toggle-button {
        height:34px !important;
        width: 9px !important;
        background-color: var(--grey);
        border-radius: 20px;
    }

    .weather-widget-content {
        width: 88% !important;
    }

    .weather-widget p {
        font-size:10px !important;
    }
}

@media only screen and (min-width:981px) and (max-width: 1100px) {
    .weather-widget {
        padding: 10px 5px 10px 5px !important;
        position: fixed;
        right:-200px;
        top:50%;
        background-color: var(--white);
        border: 1px solid var(--charcoal);
        border-right: none !important;
        border-radius: 20px 0 0 20px;
        margin-right:0 !important;
        flex-direction: row;
        width: 200px !important;
        transition: right 0.3s ease;
    }

    .weather-widget-toggle {
        display: flex;
        width: 6% !important;
        margin-right: 6%;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
    }

    .weather-widget.active {
        right: 0; /* Slide into view */
        margin-right: 0 !important;
    }

    .weather-widget-toggle-button {
        height:34px !important;
        width: 9px !important;
        background-color: var(--grey);
        border-radius: 20px;
    }

    .weather-widget-content {
        width: 88% !important;
    }
}

.news-ticker a {
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none !important;
    font-size: 24px !important;
    line-height: 1.5em;
    font-family: 'Crystal Condensed Book' !important;
}

#news-ticker ul {
    white-space: nowrap;
    overflow: hidden;
    max-width: unset !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
}

#news-ticker ul {
    margin-right: 20px;
    animation: ticker 15s linear infinite;
}

#news-ticker ul li {
    margin-left: 30px;
}


@keyframes ticker {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media only screen and (max-width:1199px) {
    #news-ticker ul {
        flex-wrap: nowrap;
        overflow: unset;
    }

    @keyframes ticker {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
}

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

    @keyframes ticker {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-150%);
        }
    }
    
}


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

    @keyframes ticker {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-200%);
        }
    }

    .news-ticker a {
        font-size: 20px !important;
    }
    
}

/* VIDEO HERO */

.video-hero {
    position: relative !important;
    padding:0 !important;
    max-width: 100% !important;
}

.hero-overlay {
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0 !important;
    padding: 10vh 0 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    align-content: center;
}

.video-banner {
    position: relative;
    width:100% !important;
    max-width: 100% !important;
    line-height: 0 !important;
}

.video-banner-mobile {
    position: relative;
    line-height: 0 !important;
    width:100% !important;
    max-width: 100% !important;
}

.video-banner-mobile {
    display:none;
}

.video-banner video{
    width: 100% !important;
}

.video-banner-mobile video {
    width:100%;
    height: auto;
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
    .video-hero .page-content-title {
        font-size: 60px !important;
    }
}

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

    .video-banner {
        display: none !important;
    }

    .video-banner-mobile {
        display: block !important;
        max-height: 100vh;
        overflow: hidden;
    }
}


/* SINGLE POST TEMPLATES */
.archive-button {
    padding: 14px 3px !important;
    max-width: unset !important;
}

.single .single-title-wrapper, .page .single-title-wrapper {
    width: 90% !important;
    z-index: 3 !important;
}



/* COOKIE CONSENT */

.page-id-1290 .cky-box-bottom-left {
    display: none;
}

.page-id-1290 .cky-revisit-hide {
    display: flex;
}

.cky-revisit-bottom-left {
    bottom:9px !important;
}

@media only screen and (max-width: 480px) {
    .cky-revisit-bottom-left {
        left: 4px !important;
    }
}

/* Chatbox */
#chatbase-bubble-button {
    right: 15px !important;
    bottom: 9px !important;
}

@media only screen and (max-width: 480px){
    #chatbase-bubble-button {
        right: 4px !important;
    }
}

/* NEWSLETTER SUBSCRIBE */

.newsletter-subscribe_wrapper {
    max-width: 600px !important;
}

.newsletter-subscribe {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.newsletter-subscribe .gform_footer {
    display: block !important;
    text-align: center;
    margin-block-start: 0 !important;
}

.newsletter-subscribe .gform_footer input {
    position: fixed;
    bottom:0 !important;
    background-color: var(--main-color) !important;
    font-size: 24px !important;
    font-family: 'Crystal Book' !important;
    text-transform: uppercase !important;
    padding-top:8px !important;
    visibility: hidden !important;
}

.newsletter-subscribe input {
    height: 68px !important;
}

.newsletter-subscribe input[type=email] {
    min-width: 300px !important;
}

.sub-btn {
    z-index:9 !important;
    top:4px !important;
}

.newsletter-subscribe .gform_fields {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: center !important;
}

.newsletter-subscribe_wrapper .gform_submission_error  {
    color: var(--white) !important;
    font-size: 16px !important;
    text-transform: unset !important;
    font-size: "Crystal Condensed Book" !important;
}

.newsletter-subscribe_wrapper .gform_validation_errors {
    border:none !important;
    box-shadow: none !important;
}

.newsletter-subscribe_wrapper .gform_validation_errors .gform-icon {
    display: none !important;
}

.newsletter-subscribe .gfield_validation_message {
    display: none !important;
}

@media only screen and (max-width: 1100px) {
    .newsletter-subscribe input {
        height: 52px !important;
    }
}

@media only screen and (max-width:509px) {
    .newsletter-subscribe .gform_footer input {
        margin-top: 1em !important;
    }
}

/* BOARDS LIST */

.boards-brand {
    font-size: 16px !important;
}

.boards-models {
    font-size: 12px !important;
}

.boards-list-wrapper h3 {
    text-transform: unset !important;
}

@media only screen and (max-width:991px) {
    .boards-list-wrapper {
        max-width: 480px !important;
    }
}

/* FULL WIDTH BANNER */
.full-banner-container {
    --bs-gutter-x: 0 !important;
    overflow: hidden !important;
}

.full-hero-image {
    padding-left: 0 !important;
    padding-right: 0 !important;   
}

/* TWIN FIN */

.twinfin-link {
    display: flex;
    align-items: center;
    margin-right: 1em;
}

.restaurant-btn svg {
    max-height: 30px !important;
    margin-bottom: 4px !important;
}

.restaurant-btn {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.restaurant-btn:hover > .btn-text svg path{
    fill: var(--main-color) !important;
}

body.primary-navigation-open .restaurant-btn {
    display: none;
}

@media only screen and (min-width: 481px) and (max-width: 1322px) {
    .twinfin-link {
        margin-right: .5em;
    }
}

@media only screen and (max-width: 1420px) {
    .restaurant-btn  {
        padding: 9px 15px !important;
    }
}

@media only screen and (max-width: 1271px) {
    .restaurant-btn  {
        padding: 5px 12px !important;
    }
}

/* MEGA MENU */

.menu-desktop-wrapper.d-flex, .menu-mobile-wrapper.d-flex {
    display:none !important;
}

@media only screen and (max-width: 963px) {
    .menu-mobile-wrapper.d-flex {
        display: flex !important;
    }
}

@media only screen and (min-width: 964px) {
    .menu-desktop-wrapper.d-flex {
        display: flex !important;
    }
}

#menu-controls {
    flex-direction: row;
    cursor: pointer;
}

#menu-controls p {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Crystal Condensed Book';
    font-weight: 600;
}

#menu-controls i {
    font-size:40px;
}

#menu-icon {
    transition: transform 0.4s ease-in-out;
}

#menu-controls.menu-controls-open #menu-icon {
    transform: rotate(45deg);
}

#menu-controls:hover > p {
    background-color: var(--main-color);
    color: var(--white);
    transition: background-color 200ms linear;
    border-radius: 20px;
}

.mega-menu-overlay.overlay-open {
    position: absolute;
    /* top:102px; */
    left:0;
    width:100%;
    height:100vh;
    z-index:99;
    background-color: rgba(0,0,0,.3);
}

.mega-menu {
    display: none;
    width: fit-content !important;
}

.mega-menu-active {
    display: block;
    animation: slideIn .5s forwards;
}

.mega-menu-desktop {
    position: fixed;
    /* top: 102px; */
    left:0;
    background-color: transparent;
    z-index:999;
    bottom:0;
    overflow-y:scroll;
    overflow-x: hidden;
    background-color: var(--soft-white);
    scrollbar-width: none;
}

.mega-menu-desktop::-webkit-scrollbar-button {
    display:none !important;
}

.mega-menu-off {
    display: block;
    animation: slideOut .5s forwards;
}

.mega-menu .site-branding {
    padding-top: 0px !important;
}

.mm-col {
    display:none;
    background-color: var(--soft-white);
    width: 30vw !important;
    opacity: 0;
    transform: translateX(100%);
    padding-bottom: 3rem;
}

.mm-col-second-level {
    display:none;
}

.mm-col-third-level {
    display:none;
}

.mm-col-second-level .menu-items-list, .mm-col-third-level .menu-items-list {
    padding-top: 150px;
}

.mm-col-active, .mm-col-default-active {
    display: block;
    animation: slideIn .5s forwards;
    z-index: 3;
}

.mm-col-default-active {
    z-index: 5;
}

.mm-col-second-level {
    z-index: 4;
}

.mm-col-third-level {
    z-index: 3;
}

.mm-col-hide {
    display: block;
    animation: slideOut .5s forwards;
    z-index:2;
}


@keyframes slideIn {
    from {
        opacity: 0.5;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.selected-menu-item {
    text-decoration: solid underline var(--main-color) 3px;
    text-underline-offset: 8px !important;
}

.mm-second-level-item {
    display: none;
}

.mm-third-level-item {
    display: none;
}

.show-child-item {
    display:block;
}

.mega-menu .custom-logo {
    max-height:100px !important;
}

.mega-menu .top-level-items {
    padding-top:30px;
}

.menu-items-list {
    list-style: none;
    padding-left:0;
}

.mm-item a{
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'Crystal Condensed Book';
    font-weight: 800;
}

.mm-top-level-item.py-2 {
    padding-top:0.6em !important;
}

.mm-top-level-item a {
    font-family: 'Crystal Expanded Black';
}

.mm-top-level-item a{
    font-size:32px;
}

.mm-second-level-item a, .mm-third-level-item a{
    font-size: 24px;
}

.mm-item {
    padding-left:1em;
    padding-right: 1em;
    border-radius: 20px;
    cursor: pointer;
}

.mega-menu .wpml-ls-item a span{
    font-family: 'Crystal Condensed Book' !important;
}

.header-lang-switcher {
    max-width: 200px;
}

.mm-item-has-children i{
    font-size: 32px !important;
}

.mm-second-level-item.has-children i, .mm-third-level-item.has-children i {
    line-height: 1px !important;
}

.mm-second-level-item.has-children .bi::before, .mm-third-level-item.has-children .bi::before {
    vertical-align: -.22em !important;
}

.mm-second-level-item.py-2, .mm-third-level-item.py-2 {
    padding-top: .6rem !important;
}

.mega-menu .current-menu-item {
    background-color: var(--main-color);
}

.mega-menu .current-menu-item a {
    color: var(--white);
}

.mega-menu .header-lang-switcher {
    padding-left: 1em !important;
}

.mega-menu .mm-item:hover {
    background-color: var(--main-color);
    transition: background-color 200ms linear;
}

.mega-menu .mm-item:hover a {
    color: var(--white);
    transition: background-color 200ms linear;
}

.mega-menu .mm-item:hover .bi-arrow-right {
    color: var(--white);
    transition: background-color 200ms linear;
}

.mega-menu .mm-item:hover a:focus {
    background-color: transparent !important;
}

.mega-menu .mm-item a:focus {
    background-color: var(--soft-white) !important;
}

/* MOBILE MENU UPDATES */

@media only screen and (min-width:981px) and (max-width:1280px) {
    #menu-controls p {
        font-size: 32px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1750px) {
    .mm-top-level-item a{
        font-size:24px;
    }

    .mm-second-level-item a, .mm-third-level-item a {
        font-size: 20px;
    }

    .mm-item-has-children i{
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mm-top-level-item a{
        font-size:22px;
    }

    .mm-second-level-item a, .mm-third-level-item a {
        font-size: 18px;
    }

    .mm-item-has-children i{
        font-size: 22px !important;
    }
}


@media only screen and (min-width: 964px) and (max-width: 1199px) {
    .mm-top-level-item a{
        font-size:15px;
    }

    .mm-second-level-item a, .mm-third-level-item a {
        font-size: 15px;
    }

    .mm-item-has-children i{
        font-size: 15px !important;
    }
}


@media only screen and (min-width: 481px) and (max-width: 980px) {
    .primary-navigation-open #primary-menu-list {
        overflow: unset !important;
    }
}

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

    .primary-navigation > .primary-menu-container {
        background-color: var(--soft-white) !important;
    }

    .primary-navigation-open .menu-button-container {
        background-color: var(--soft-white) !important;
    }

    .menu-button-container #primary-mobile-menu .close {
        color: var(--charcoal) !important;
    }

    .menu-item a {
        color: var(--charcoal) !important;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
        background-color: var(--soft-white) !important;
    }

    .dropdown-toggle.show {
        color: var(--charcoal) !important;
    }

    .primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
        text-decoration: solid underline var(--main-color) 3px !important;
        text-underline-offset: 5px;
    }


    .primary-navigation-open ul .menu-item a:focus {
        background: none !important;
        color: var(--charcoal) !important;
        text-decoration: underline !important;
    }

    .primary-navigation-open .menu-button-container {
        width:fit-content !important;
    }

    .primary-navigation > .primary-menu-container {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }

    .primary-navigation-open #primary-menu-list .menu-item a {
        padding: 10px !important
    }

    .primary-navigation-open .menu-item.dropdown-item {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    
    .menu-item-has-children .dropdown-toggle::after {
        display: inline-block;
        margin-left: .2em;
        vertical-align: .2em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        rotate: -90deg;
    }

    .sub-menu .menu-item-has-children .dropdown-toggle::after {
        vertical-align: .1em !important;
    }

    .menu-item-has-children a.dropdown-toggle[aria-expanded="true"]:after {
        rotate: 0deg !important;
    }

    .main-header-menu .menu-item a {
        text-align: left !important;
        font-family: 'Crystal Expanded Black';
    }

    .main-header-menu .sub-menu .menu-item a {
        font-family: 'Crystal Condensed Book';
    }

    .primary-navigation-open #primary-menu-list > li.menu-item > .sub-menu.show{
        padding-bottom:10px !important;
        margin-bottom:10px !important;
    }

    .main-header-menu #primary-menu-list > li.menu-item-has-children > ul {
        border-bottom: 1px solid rgba(83, 139, 168, .6) !important;
        border-radius: 0;
    }

    .main-header-menu #primary-menu-list > li.menu-item-has-children.wpml-ls-menu-item > ul {
        border-bottom: none !important;
    }

    .main-header-menu .wpml-ls-item a {
        text-align: center !important;
        justify-content: center !important;
    }

    .primary-navigation-open #primary-menu-list .menu-item.wpml-ls-menu-item {
        display: block !important;
        width:60% !important;
        margin: 0px auto;
        text-align: center;
    }

    .primary-navigation-open #primary-menu-list > .wpml-ls-menu-item {
        margin-top:1.5em !important;
    }

    .mobile-menu-logo {
        width:100% !important;
        text-align: center;
        margin-bottom: 1.5em;
    }

    .mobile-menu-logo img {
        width:120px;
        height: auto;
    }

    .mobile-menu-logo a:focus {
        background: none !important;
    }

    .menu-button-container #primary-mobile-menu .svg-icon {
        width:36px;
        height:36px;
    }

    .primary-navigation > .primary-menu-container {
        bottom:auto	 !important;
    }

    .primary-navigation-open .primary-menu-container {
        height: 100vh !important;
    }

    .primary-navigation-open #primary-menu-list {
        overflow: auto !important;
    }

    .sub-menu.collapsing {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        transition: height 0.3s ease-in-out;
    }
    
}


@media only screen and (max-width: 480px) {
    .menu-mobile-wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .primary-navigation > .primary-menu-container {
        overflow-x: unset !important;
    }
}

/* ADVANTAGES */

@media only screen and (min-width: 1024px) {
    .container-advantages {
        max-width: 640px !important;
    }    
}

.advantages-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4%;
}

.advantage {
    padding: 5px 20px 10px 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    min-height: 90px;
    flex: 0 0 48%;
}

@media only screen and (max-width:480px) {
    .advantages-list {
        column-gap: 0;
    }

    .advantage {
        flex: 0 0 100%;
    }
}

/* REVIEWS & RATINGS */

.reviews-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4%;
}

.review {
    padding: 35px 50px;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 0 15px rgba(0, 0, 0, 0.25) !important;
    min-height: 400px;
    flex: 0 0 30.666%;
}

.review-name {
    font-size: 24px !important;
    font-weight: bold;
}


@media only screen and (max-width:768px) {
    .reviews-list {
        column-gap: 0;
    }

    .review {
        flex: 0 0 100%;
    }
}

/* ROOM FEATURES */

@media only screen and (min-width: 1024px) {
    .container-room-features {
        max-width: 960px !important;
    }    
}

.room-feature {
    padding: 5px 20px 10px 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}


@media only screen and (max-width: 1280px) {
    .room-feature {
        font-size: 16px !important;
    }
}


/* 2 COL TEXT IMAGES FEATURES */

.features-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2%;
}

.feature {
    padding: 5px 20px 10px 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    min-height: 64px;
    flex: 0 0 32%;
}

@media only screen and (max-width: 1199px) {
    .feature {
        font-size: 1rem;
    }
}

@media only screen and (max-width:480px) {
    .features-list {
        column-gap: 0;
    }

    .feature {
        flex: 0 0 50%;
    }
}


/* TOP BADGE */

.top-badge {
    position:absolute;
    top:0;
    left:0;
    background-color: var(--glacier);
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    border-bottom-right-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 8px -1px, rgba(0, 0, 0, 0.15) 0px 4px 6px -1px !important;
    transition: box-shadow 0.3s ease-in-out;
    z-index:999;
    height: 100px;
}

.top-badge:hover {
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 20px -2px, rgba(0, 0, 0, 0.15) 0px 6px 8px -2px !important; */

    box-shadow: 
        rgba(0, 0, 0, 0.25) 0px 12px 20px -2px,  /* Main shadow */
        rgba(0, 0, 0, 0.15) 0px 6px 8px -2px,    /* Secondary shadow */
        rgba(0, 0, 0, 0.3) -2px 15px 20px -5px !important; /* Extra shadow to accentuate the top-left corner */
}

.badge-cta-title {
    font-size: 20px !important;
    font-family: 'Crystal Expanded Book' !important;
    font-weight: 900 !important;
}

.badge-cta-text, .badge-cta-button {
    font-size: 15px !important;
}

.badge-image-container {
    width: 0;
    overflow: hidden;
    transition: width .5s ease-in-out;
}

.badge-cta-link:hover .badge-image-container{
    width: 80px;
}

.badge-image-container img {
    width: 100%;
    display: block;
}

.badge-cta-button h4 {
    text-transform: unset !important;
    font-family: 'Crystal Condensed Book' !important;
    font-style: italic !important;
    text-decoration: underline;
    font-weight: 500 !important;
}


.badge-cta-link {
    cursor: pointer !important;
    text-decoration: none !important;
}

.badge-cta-link:active, .badge-cta-link:focus {
    background-color: transparent !important;
}

@media only screen and (max-width: 980px) {
    .top-badge {
        padding: 0.8rem;
    }

    .badge-cta-title {
        font-size: 16px !important;
        line-height: 1.1em !important;
    }

    .badge-cta-text, .badge-cta-button {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 480px) {
    .top-badge {
        max-width: 80%;
    }
}


/* CAROUSEL INDICATORS */

.carousel-indicators [data-bs-target] {
    height:20px !important;
    width: 20px !important;
    border-radius: 50% !important;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 4px 6px -1px, rgba(0, 0, 0, 0.5) 0px 2px 4px -1px !important;
}

.carousel-indicators button {
    background-color: rgba(255,255,255, .8) !important;
    border: 2px solid var(--white) !important;
}

.carousel-indicators button.active {
    background-color: var(--white) !important;
}


/* ADJ */

.mega-menu-desktop .mm-col-third-level {
    display: none !important;
}

.room-card-price, .room-card-price strong {
    font-family: 'Crystal Expanded Black' !important;
}

.room-card-price .bi-arrow-return-right {
    padding-left: 30px;
}

.home .two-col-image.bkg-img {
    background-position: right;
}

.btn-text.btn-typo {
    top: 0 !important;
}

.btn-filter .btn-text {
    top: 1px !important;
}

.video-embed .wp-video-shortcode video {
    padding-bottom: 13.25px;
}

html[lang="de-DE"] .footer-row.footer-bottom h3 {
    font-size: 14px !important;
    /* font-family: 'Crystal Condensed Book' !important; */
}

.mm-item a:focus {
    color: var(--charcoal) !important;
}

.mm-item.current-menu-item span.mm-item-has-children i{
    color: var(--white) !important;
}

.mega-menu .mm-item.selected-menu-item:hover a {
    color: var(--white) !important;
}

.restaurant-btn .btn-text svg path{
    fill: var(--charcoal);
}

.btn-primary.contact-footer {
    background-color: var(--dark-chalet) !important;
    color: var(--charcoal) !important;
}

.twinfin-link:focus, .bbtn:focus, .event-link a:focus {
    background: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .btn-text {
        top:0;
    }
}

@media only screen and (min-width: 768px) {
    .mountains {
        display:none !important;
    }
}

@media only screen and (max-width: 480px) {
    .upcoming-event .event-date {
        padding: .5rem 0.25rem !important;
    }

    .btn-text {
        top:0;
    }
}

/* CONTACT FORM  */

.contact-form-row .gform-field-label {
    text-align: left !important;
}

/*SITE SWITCHER*/

.mobile-menu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.alaia-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.alaia-logos img {
    height: 64px;
    width: 64px;
}

.alaia-logos > a {
    padding: 16px !important;
}

.mega-menu-logos img{
    width: 64px;
    height: 64px;
}

.mega-menu-logos > a{
    padding: 10px !important;
}

.mega-menu-logos a:focus {
    background: none !important;
}

.alaia-switcher {
    margin-top: 30px !important;
}


@media only screen and (max-width: 1599px) {
    .mega-menu-logos img{
        width: 48px;
        height: 48px;
    }
}


@media only screen and (max-width: 1200px) {
    .mega-menu-logos img{
        width: 40px;
        height: 40px;
    }
    
    .mega-menu-logos > a{
        padding: 5px !important;
    }
}

/*CHECK IN GUIDE*/

.guide-carousel {
    max-width: 900px;
    margin:0 auto;
}

.step-number {
    position: absolute;
    text-align: center;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    color: var(--white);
    font-size: 30px;
    line-height: 30px !important;
    font-family: 'Crystal Expanded Black' !important;
    font-weight: bold !important;
    padding: 20px;
    border-radius: 50%;
}

.step-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    min-height: 150px;
    padding-left: 100px;
}

.step-button {
    margin-right: 10px;
}

.step-button img {
    max-height: 18px;
    max-height: 18px;
    padding-right: 10px;
}

.step-button:hover .btn-text {
    color: var(--white) !important;
}


.guide-carousel .carousel-indicators {
    bottom: -80px !important;
}

.guide-carousel .carousel-indicators [data-bs-target] {
    height:20px !important;
    width: 20px !important;
    border-radius: 50% !important;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 4px 6px -1px, rgba(0, 0, 0, 0.5) 0px 2px 4px -1px !important;
}

.guide-carousel .carousel-indicators button {
    background-color: var(--charcoal) !important;
    border: none !important;
}

.guide-carousel .carousel-indicators button.active {
    background-color: var(--main-color) !important;
}


@media only screen and (max-width: 992px) {
    .guide-carousel .carousel-control-prev, .guide-carousel .carousel-control-next  {
        top: unset !important;
        bottom: 0 !important;
        transform: translateY(calc(3rem + 40px)) !important;
    }
}

@media only screen and (max-width: 480px) {
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 20px !important;
        padding: 10px;
    }

    .step-wrapper {
        padding-left: 50px;
        min-height:260px;
    }
}

/* RATES */

.rates-table-wrapper {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important; */
    /* background-color: var(--secondary); */
}

.rates-table-wrapper p {
    font-size: 20px !important;
    padding: 0 .25em !important;
}

.rates-table-title {
    display: block;
    background-color: var(--secondary);
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Crystal Condensed Book';
    font-weight: 900;
    font-size: 20px;
    font-style: italic;
    border-radius: 20px;
}

.rates-table-title:focus {
    background: var(--secondary) !important;
    color: var(--charcoal) !important;
}

.rates-table-title[aria-expanded="true"] {
    background-color: var(--white) !important;
    color: var(--charcoal) !important;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 3px -1px, rgba(0, 0, 0, 0.06) 0px -2px 4px -1px !important;
}

.rates-table-title[aria-expanded="true"] img{
    transform: rotate(90deg);
}

.access-table .access-row {
    border-bottom: 1px solid var(--charcoal);
}

.access-table .access-row:last-of-type {
    border-bottom: none;
}

.rates-table.show {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px 0px, rgba(0, 0, 0, 0.06) 0px 4px 0px -1px !important;
    background-color: var(--white);
}

@media only screen and (max-width: 480px) {
    .rates-table-wrapper p {
        font-size: 16px !important;
    }
}

/* ACTIVITY SLIDER */
.activity-slider-row {
    width: calc(100% - 70px);
    margin: 0 auto !important;
}

#activitySlider {
    border: 1px solid var(--secondary);
    border-radius: 20px;
}

#activitySlider .carousel-indicators {
    left: -70px;
    margin:0 !important;
    flex-direction: column;
    bottom: unset !important;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50px;
    align-items: center;
    border: 1px solid var(--secondary);
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#activitySlider .carousel-indicators button {
    margin:5px 0 !important;
    padding: 0;
    box-shadow: none !important;
    border: 1px solid var(--charcoal) !important;
}

#activitySlider .carousel-indicators button.active {
    background-color: var(--charcoal) !important;
}

h3.activity-name {
    font-style: italic;
    font-weight: bold !important;
    color: var(--white) !important;
}

.activity-image {
    border-radius: 20px;
}

#activitySlider .btn-discover {
    width: fit-content !important;
}

@media only screen and (max-width: 979px) {
    .activity-slider-row {
        width: 100%;
        margin: 0 auto !important;
    }

    #activities-slider{
        display: none;
    }
}

/* ACTIVITY LIST */

.activities-description {
    max-width: 800px;
    margin: 2em auto;
}

.activity-list {
    column-gap: 1.3333%;
}

.activity-card {
    position: relative;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: 0.6667% !important;
    margin-bottom: 0.6667% !important;
    /* min-height: 200px; */
}

.activity-0, .activity-3 {
    width: 32% !important;
    padding-bottom:16% !important;
}

.activity-1, .activity-2 {
    width: 16% !important;
    padding-bottom: 16% !important;
}

.activity-card-overlay {
    position: absolute;
    width: 100%;
    height:100%;
    left:0;
    top:0;
    border-radius: 20px;
    z-index:10;
    background-color: rgba(0, 0, 0, .5);
}

.activity-card-name {
    position: absolute;
    z-index:20;
    bottom: 0px;
    left: 0px;
    padding: 0 10px;    
}

.activity-card-name .activity-name-superscript {
    color: var(--white);
    text-transform: uppercase;
    font-style: italic;
}

@media only screen and (max-width: 980px) {
    .activity-m-0, .activity-m-1 {
        width: 49.3333% !important;
        padding-bottom: 49.3333% !important;
    }

    .activity-m-2 {
        width: 100% !important;
        padding-bottom: 49.3333% !important;
    }

    .activity-card-name h3 {
        font-size: 16px !important;
    }
}


@media only screen and (max-width: 480px) {
    .activity-card-name .activity-name-superscript {
        font-size: 14px !important;
    }
    .activity-card-name h3 {
        font-size: 13px !important;
    }
}


/* INFRASTRUCTURE FEATURES */

.feature-bkg-image {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius:20px;
    width: 100%;
    padding-bottom: 100%;
}

.single-main-image.feature-bkg-image {
    padding-bottom: 50%;
}

.secondary-images {
    row-gap: calc(var(--bs-gutter-x));
    flex-direction: column;
}

.infrastructure-feature-description h4 {
    margin-bottom: 1em;
}

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

    .feature-images .col-md-8 {
        order: 3;
    }

    .main-image {
        padding-bottom: 50%;
    }

    .feature-images {
        row-gap: calc(var(--bs-gutter-x));
    }

    .secondary-images {
        flex-direction: row !important;
        column-gap: calc(var(--bs-gutter-x));
    }

    .secondary-image {
        width: calc((100% - calc(var(--bs-gutter-x)))/2);
        padding-bottom: calc((100% - calc(var(--bs-gutter-x)))/2);
    }
}

/* ACTIVITIES WITH FILTERS */

@media only screen and (min-width: 980px) {
    #activities-filtered {
        display: none;
    }
}

.activity-filter-btn {
    cursor: pointer;
    font-weight: bold;
    margin-right: 10px;
}

.activity-filter-btn:not(.activity-btn-active) {
    background-color: var(--white) !important;
    color: var(--charcoal) !important;
}

.activity-btn-active {
    background-color: var(--main-color);
    color: var(--white);
}

#activities-filtered .activity-card.hide {
    display: none;
}

@media only screen and (max-width: 480px) {
    .activity-filter-btn.btn-secondary {
        /* font-size: 16px !important; */
        padding: 5px 12px !important;
        margin-right: 8px !important;
    }
}

.primary-navigation-open .bbtn.distributor {
    margin: 0 auto !important;
}


/* FACILITY CARDS */

.facility-card-wrapper .accordion-header button {
    background-color: var(--main-color) !important;
}

.facility-card-wrapper .accordion-header button::after {
    filter: invert(1) !important;
}

.facility-card-wrapper h2 button{
    font-family: 'Crystal Condensed Book' !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
}

.facility-accordion-content h1, .facility-accordion-content h2, .facility-accordion-content h3 {
    color: var(--main-color) !important;
    padding: 1rem 0 !important;
}

.facility-accordion-content ul {
    margin-bottom: 1rem !important;
}


/* LIGHTBOX */

.slb_group_status, .slb_data_title {
    display: none !important;
}