/* FONTS */

html, body {
    touch-action: manipulation !important;
    overscroll-behavior: none !important;
}

.translated *{
    font-family:"DFT_N3" !important;
    font-weight:400 !important;
}

.translated .suisse{
    font-family:"DFT_N7" !important;
}

.translated span.latin-word{
    font-family: "Reckless" !important;
    font-size:inherit !important;
    line-height:inherit !important;
}

body,
p {
    font-family: "Reckless";
    font-size: 14px !important;
    line-height: 18px !important;
    color: black !important;
}
span {
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

h1 {
    font-family: "Reckless" !important;
    font-size: 48px !important;
}

h2 {
    font-family: "Reckless" !important;
    font-size: 30px !important;
    line-height: 1 !important;
}

h3 {
    font-family: "Reckless" !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
}

h4 {
    font-family: 'Suisse-Intl-Medium' !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: black !important;
}

.suisse {
    font-family: 'Suisse-Intl-Medium' !important;
}

.button-active {
    font-family: 'Reckless-Italic' !important;
    text-decoration: underline;
}

.button-active p {
    font-family: 'Reckless-Italic' !important;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child{
    margin-bottom: 0px !important;
}

.translated, .translated p, .translated span, .translated h1, .translated h2, .translated h3, .translated h4, .translated .button-active,.translated .button-active p {
    font-family:"DFT_N3" !important;
}

.translated .lang-item-en a{
    font-family: sans-serif !important;
    font-weight: 300 !important;
}

.translated  .lang-item-ch{
    font-style:italic;
}

/* SETUP */

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    background-color: #F9F9F4 !important;
    text-rendering: optimizeLegibility;
}

body a {
    position: relative;
    color: #000000;
    text-decoration: none;
    will-change: opacity, color, background-color;
    transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 400ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 400ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 400ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 400ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1), color 400ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
svg,
video {
    display: block;
    width: 100%;
    height: auto;
}

div {
    display: block;
}

.loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #000000;
    transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity;
}

.loading-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.image-loaded .loading-overlay {
    opacity: 0;
    pointer-events: none;
}

input,
select,
textarea {
    position: relative;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px;
    -o-box-shadow: 0px;
    -ms-box-shadow: 0px;
    -moz-box-shadow: 0px;
    -webkit-box-shadow: 0px;
    resize: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    white-space: nowrap;
    font-weight: normal;
    color: #000000 !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000000;
}

.overall-container {
    min-height: 100vh;
    margin-top: 82px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0px !important;
}

/* RESPONSIVE CONTENT */

.hide-when-laptop {
    display: block !important;
}

.menu-container.hide-when-laptop{
    display:flex !important;
    gap: 36px;
}

.show-when-laptop {
    display: none !important;
}

.hide-when-ipad {
    display: block !important;
}

.show-when-ipad {
    display: none !important;
}

.hide-when-small {
    display: block !important;
}

#fixedMenu{
    display: flex !important;
}

.show-when-small {
    display: none !important;
}

/* MENUS */

ul#menu-main-menu,
ul#menu-chinese-main-menu {
    list-style: none;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 36px;
    padding: 0px;
    margin: 0px;
}

.menu-item {
    display: flex;
    position: relative;
    justify-content: center;
}

.menu-item a {
    font-family: "Reckless";
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align:center;
    will-change: opacity;
    transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.translated .menu-item a {
    font-family:"DFT_N3" !important;
}

ul.sub-menu {
    display: none !important;
    position: absolute;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    top: 18px;
}

.sub-menu li:first-child {
    margin-top: 14px;
}

.sub-menu .menu-item {
    padding-bottom: 16px;
    opacity: 0;
}

.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}

.menu-item:hover>a:first-of-type {
    opacity:30%;
}

.menu-item-has-children:hover .site-container {
    filter: blur(15px);
    opacity: 0.5;
}

.footer-link {
    margin-bottom: 0px;
}

.logo-img {
    width: 67.813rem;
    height: 8rem;
}

.header-logo {
    width: 150px;
}

.search{
    width: 150px; 
}

.is-form-style.is-form-style-3 label{
    width:100% !important;
}

.search .d-flex{
   justify-content: flex-end;
}

.is-search-icon{
    display:none !important;
}

input.orig:focus::placeholder{
    opacity:0 !important;
}

div.asl_w {
    border: 0px !important;
    box-shadow: none !important;
}

.asl_w_container{
    margin: 0 auto !important;
}

div.asl_w .probox .promagnifier{
    width:0px !important;
    height:0px !important;
    box-shadow:none !important;
    border:0px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    text-align:center !important;
    font-family: "Reckless" !important;
    color: #000000 !important;
    font-size: 48px !important;
    text-align:center !important;
    box-shadow:none !important;
}

.translated #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    font-family:"DFT_N3" !important;
}

div.asl_m .probox .proinput input{
    height:fit-content !important;
    margin:0px !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
    height:fit-content !important;
}

div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings{
    display:none !important;
}

div.asl_r .results .item{
    border:0px !important;
    background: #fff;
    opacity:1;
    padding:0px !important;
}

div.asl_r .results .item .asl_content{
    display:flex;
    flex-direction: column;
    align-items:center;
    padding:0px 0px 60px 0px !important;
}

div.asl_r .results .item .asl_image{
    background:white !important;
}

div.asl_r .results .item .asl_image{
    margin: 0px 0px 24px 0px !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
    color:black !important;
    max-width:284px !important;
    text-align:center !important;
    box-shadow:none !important;
}

div.asl_r.asl_w.vertical .resdrg{
    justify-content: space-between !important;
}

.resdrg{
    margin-bottom:400px !important;
}

div.asl_r .results .item.asl_r_event .asl_image{
    background:transparent !important;
}
.asl_r_event .asl_image{
    background:transparent !important;
    object-fit:contain !important;
}

div.asl_r.asl_w.vertical .results .item {
    width: 100% !important;
    max-width:330px !important;
    display: flex !important;
    justify-content: center !important;
    flex-grow:unset !important;
}

div.asl_r .results .asl_nores {
    width:100% !important;
    background: transparent !important;
    padding: 0 !important;
    color: black !important;
}

.bar1,
.bar2,
.bar3 {
    width: 32px;
    height: 1px;
    background-color: #000000;
    margin: 0px 0px 8.5px 0px;
    transition: 0.4s;
    border-radius: 3px;
}

.change .bar1 {
    transform: translateY(9.5px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translateY(-9.5px) rotate(45deg);
}

.mobile-bar {
    width: 23px !important;
}

.translated .current-lang {
    font-family:"DFT_N3" !important;
}

.current-lang {
    font-family: 'Reckless-Italic' !important;
    text-decoration: underline;
}

.lang-item {
    font-family: 'Reckless';
    font-size: 14px;
    line-height: 18px;
    list-style: none !important;
    will-change: opacity;
    transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.translated .lang-item {
    font-family:"DFT_N3" !important;
}

.lang-item:hover {
    opacity:30%;
}

.current-lang:hover{
    filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important; 
}

ul#menu-chinese-footer-menu,
ul#menu-footer-menu {
    display: flex;
    gap: 24px;
    padding-left: 24px;
    margin-bottom: 0px;
}

/* SEARCH */

.is-form-style input.is-search-input {
    font-family: "Reckless" !important;
    color: #000000 !important;
    font-size: 48px !important;
    text-align: center !important;
    text-shadow: none !important;
    opacity: 1 !important;
    background: transparent !important;
    background-image: none !important;
    margin: 0;
    margin-bottom: 40px !important;
    outline: 0 !important;
    height: fit-content !important;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: 0px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.translated .is-form-style input.is-search-input {
    font-family:"DFT_N3" !important;
}

.is-form-style input.is-search-input::placeholder{
    color:black;
    opacity:1;
}

.is-ajax-search-no-result {
    padding: 0px;
    background: transparent !important;
    text-align: center;
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.translated .is-ajax-search-no-result {
    font-family:"DFT_N3" !important;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
    display: none;
    height: auto;
    width: 500px;
    max-width: 100%;
    position: absolute;
    z-index: 999999;
    background: transparent !important;
    color: #000 !important;
    padding: 0px !important;
}

div.is-ajax-search-result{
    margin:auto;
    left:0  !important;
    right:0  !important;
    height:100% !important;
}

.is-ajax-search-details .is-ajax-search-items>div,
.is-ajax-search-post {
    background: transparent !important;
    padding: 0px !important;
}

.is-ajax-search-post {
    width: 330px !important;
}

.is-title {
    margin-top: 24px !important;
    margin-bottom: 64px !important;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a,
.is-title * {
    font-size: 14px !important;
    line-height: 18px !important;
    color: black !important;
    text-align: center !important;
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.translated .is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a,
.is-title *  {
    font-family:"DFT_N3" !important;
}

.is-search-sections .thumbnail {
    margin-right: 0px !important;
    width: 100% !important;
    height: 414px !important;
    object-fit: cover !important;
}

.is-search-sections .thumbnail img {
    float: none !important;
    max-width: 100% !important;
    width: fit-content !important;
    height: 414px !important;
    object-fit: cover !important;
    opacity: 1;
    background:white;
}

.is-ajax-search-items {
    max-height: 100vh !important;
}

.is-ajax-search-posts {
    max-width: 900px;
    display: flex;
    flex-direction: row;
    margin: auto auto 200px auto !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.is-ajax-search-post,
.is-ajax-search-post-details {
    border-bottom: 0px !important;
}

.is-search-sections {
    display: flex;
    flex-direction: column;
}

.simplebar-track {
    visibility: hidden !important;
}

input:focus input::placeholder {
    color: transparent !important;
}

#searchContainer {
    background-color: rgba(255, 255, 255, 0.5);
}

.unfixed {
    position: absolute !important;
    bottom: 179px;
  }

.search-container {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    height: 100%;
}

/* EMAIL SIGN UP */

.email-input {
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.translated .email-input {
    font-family:"DFT_N3" !important;
}

.email-input::placeholder {
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color:black;
    opacity:1;
}

.translated .email-input::placeholder  {
    font-family:"DFT_N3" !important;
}

input:focus::placeholder {
    color: transparent !important;
}

/* SLIDERS */

.gradient-overlay{
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.45) 100%);
}

.splide__arrow svg {
    opacity:0;
}

.splide__arrow {
    -ms-flex-align: center !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100% !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    opacity: 1;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    transform: none !important;
    width: 50% !important;
    z-index: 1 !important;
}

.splide__arrow--next{      
    right: 0px !important;
    cursor: url(/wp-content/themes/cindy_chao/assets/svgs/Next.svg), auto;
}

.splide__arrow--prev{      
    cursor: url(/wp-content/themes/cindy_chao/assets/svgs/Previous.svg), auto;
    left: 0px !important;
}

.slider__counter {
    font-family: "Reckless";
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    bottom: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.translated .slider__counter  {
    font-family:"Reckless" !important;
}

.autoplay .slick-slide.slick-active {
    opacity: 1;
}

/* TRANSITIONS */

#emailSignup,
#bannerLogo,
#searchContainer,
.overlay,
.gallery,
.header-logo,
.sticky-footer,
#myModa,
.event-gallery, 
.splide__track,
.collection-gallery,
.cc-window {
    will-change: opacity;
    transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

#mobile-sticky-menu-arrow{
    will-change: transform, filter;
    transition: transform, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: transform, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: transform, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: transform, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: transform, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.contact-image,
.contact-text,
.site-container,
.contact-location {
    will-change: filter;
    transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.contact-location, .collections-overall-carousel, .overall-menu-container, .slider__counter, .event-slide, .splide__slide.collection-slide .image-wrap{
    will-change: opacity, filter !important;
    transition: opacity, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -o-transition: opacity, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -ms-transition: opacity, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -moz-transition: opacity, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -webkit-transition: opacity, filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.post-img,
.post,
#mobileMenu,
#overallContainer,
.inner-menu,
.header-logo,
.search,
.burger-menu,
.slider__counter,
.content-image,
.title-image {
    will-change: filter, opacity;
    transition: filter, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: filter, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: filter, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: filter, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: filter, opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.splide__arrow {
    transition: opacity, filter, visibility 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity, filter, visibility 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity, filter, visibility 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity, filter, visibility 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity, filter, visibility 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity, filter, visibility;
}

.autoplay .slick-slide,
.item,
.timeline-image,
.timeline-year,
.modal,
#blurLogoContainer,
#blurContainer {
    opacity: 0;
    will-change: opacity;
    transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.post:hover .overlay,
.event-slide:hover .overlay, 
.image-wrap-hover:hover .overlay {
    opacity: 1 !important;
    will-change: opacity;
    transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.out-of-opacity {
    will-change: opacity;
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 500ms;
    opacity: 0,
}

.out-of-opacity.in-opacity {
    opacity: 1
}

.out-of-view {
    transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 500ms, transform 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 500ms;
    opacity: 0;
    transform: translateY(40px);
    will-change: opacity, transform;
}

.out-of-view.am-in-view {
    opacity: 1;
    transform: translateY(0px);
}

.fade-in {
    pointer-events: none;
    transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: opacity;
    opacity: 0;
}

.fade-in.visible {
    opacity: 1;
    pointer-events: all;
}

.in-view {
    opacity: 1 !important;
}

.content.in-view {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.loading-overlay {
    background:transparent !important;
    transition: opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -o-transition: opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -ms-transition: opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -moz-transition: opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -webkit-transition: pacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    transition-delay: 1000ms !important;
    transition-duration: 1000ms !important;
}

/* BLURS */

#blurContainer.active {
    opacity: 1 !important;
    z-index: 2 !important;
}

#blurLogoContainer.active {
    z-index: 4 !important;
}

#blurContainer.active-hide-all {
    z-index: 10 !important;
    opacity: 1 !important;
}

#bannerLogo.active {
    z-index: 10 !important;
}

/* MODAL */

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    overflow: hidden; 
    border-radius: 0px !important;
    background: transparent !important;
}

.modal-content img {
    position:absolute;
    object-fit: cover;
    transform-origin: center;
    max-width:100%;
    max-height:100%;
}

.modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top:24px;
    padding-right:32px;
    z-index:1;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    z-index: 1000;
    cursor: pointer;
}

.zoom-controls {
    position: fixed;
    bottom: 24px;
    right: 24px;
    gap: 14px;
    display: flex;
}

.zoom-controls button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 4.5px;
    background: transparent !important;
}

.image-details {
    position: fixed;
    bottom: 24px;
}

/* WORLD POSTS */

.posts-container {
    margin-left: -39px !important;
    margin-right: -39px !important;
}

.post {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding-left: 39px;
    padding-right: 39px;
}

.post:nth-child(8n+1),
.post:nth-child(8n+8) {
    width: 30%;
}

.post:nth-child(8n+2),
.post:nth-child(8n+7),
.post:nth-child(8n+4),
.post:nth-child(8n+5) {
    width: 25%;
}

.post:nth-child(8n+3),
.post:nth-child(8n+6) {
    width: 20%;
}

.related-posts-container {
    justify-content: space-between;
}

.related-posts-container .post:nth-child(8n+1),
.related-posts-container .post:nth-child(8n+3) {
    width: 25%;
}

.related-posts-container .post:nth-child(8n+2) {
    width: 20%;
}

.related-posts-container .post:nth-child(8n+4) {
    width: 30%;
}

.post-title {
    font-family: 'Suisse-Intl-Medium' !important;
    margin-bottom: 8px !important;
}

.translated .post-title {
    font-family:"DFT_N7" !important;
}

.post-img.portrait {
    max-height: 357px;
    object-position: top;
}

.post-img.portrait {
    max-height: 427px;
    object-position: top;
}

.center {
    margin: auto;
}

.right {
    margin-right: auto;
}

.left {
    margin-left: auto;
}

.post:hover .post-img,
.event-slide:hover .event-img,
.image-wrap-hover:hover img {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    opacity: 0.6;
}

.flexible-content {
    margin-bottom: 64px;
}

.flexible-content-image-caption{
    font-family:'Reckless-Italic' !important;
}

.translated .flexible-content-image-caption{
    font-family:'DFT_N3' !important;
}

.related-articles {
    padding-bottom: 75px;
}

.single-title-container {
    max-width: 772px;
}

.single-content-container {
    max-width: 768px;
}

.single-post-container {
    padding: 76px 24px 127px 24px !important;
}

.quote *{
    text-align:center;
    font-family: 'Suisse-Intl-Medium' !important;
}

.translated .quote *{
    font-family:"DFT_N3" !important;
}

.quote{
    max-width:512px;
    margin-left:auto; 
    margin-right:auto;
}
/* PLYR */

.plyr__control--overlaid {
    background: url(/wp-content/themes/cindy_chao/assets/svgs/Play.svg) !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: 92px !important;
    background-position:center !important;
    visibility:visible !important;
}

.plyr__controls__item.plyr__progress__container, .plyr__controls__item.plyr__time--current.plyr__time, button.plyr__control, .plyr__volume input[type=range] {
    display: none;
}

.plyr--fullscreen-enabled [data-plyr=fullscreen]{
    display:block !important;
}

.plyr__control--overlaid svg {
    opacity: 0 !important;
}

.youtube-embed{
    display:none;
}

.youtube-embed iframe{
    width:100%;
}
.image-video-plyr .plyr{
    margin:auto;
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background:transparent;
}

.instagram{
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content: center;
}

/* CATEGORIES */

.all-tag:after {
    width: 100% !important;
}

.all-tag p {
    font-family: 'Reckless-Italic' !important;
}

.translated .all-tag p{
    font-family:"DFT_N3" !important;
}

.world-intro{
    height:45rem;
    width:62.188rem;
    display:flex;
    align-items:center;
    text-align:center;
    max-width:100vw;
    padding:24px;
}

.world-intro-text{
    opacity:0;
    font-size: 48px !important;
}

.world-tag {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.world-tag:after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: #000;
    will-change: width;
    transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.world-tag:hover:after {
    width: 100%;
}

/* TIMELINE */

.timeline-container {
    align-content: center;
    flex-wrap: wrap;
}

.timeline {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center
}

.timeline-year {
    cursor: pointer;
}

.timeline-image {
    opacity: 0;
    width: 25vw;
    max-width: 515px;
    max-height: 600px;
    object-fit: contain;
    position: absolute;
    z-index: -1;
}

.anchor {
    padding-bottom: 0px;
}

.odd-year {
    margin-top: -25vh !important;
}

.even-year {
    margin-top: 5vh !important;
}

/* COLLECTION */

.thumbnails{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding:0px;
}

.index {
    position: fixed;
    height: 100%;
    top: 0;
    padding:24px;
}

/* CONTACT PAGE */

.contact-image-1 {
    width: 444px;
    margin-left: auto;
}

.contact-button:hover{
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.contact-location:hover .contact-image{
    filter:blur(15px);
    webkit-filter:blur(15px);
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #91B1A7 !important;
    border: 0px !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0px !important;
    top:0 !important;
    min-height:100px !important;
    position:absolute !important;
    z-index:2 !important;
}

.contact-image-2 {
    width: 444px;
    margin-left: 82px;
}

.contact-image-3 {
    width: 444px;
    margin-left: auto;
}

.contact-overlay-image {
    max-height: calc(100% - 100px);
    max-width: calc(100% - 100px) !important;
}

.contact-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 31rem;
    background: #91B1A7;
    padding: 24px;
    z-index: 10;
    height:100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.contact-form-overlay, .booking-form-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 31rem;
    background: #91B1A7;
    padding: 24px;
    z-index: 10;
    height:100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.translated .contact-header{
    font-family: "DFT_N7" !important;
}

.translated .bookingbutton, .translated .all-locations-select .suisse, .translated .contact-page-contact-overlay .suisse{
    font-family: "DFT_N7" !important;
}

.inner-splide{
    width:calc(100vw - 31rem);
}

.wpforms-field-large{
    background: transparent !important;
    border: 0px !important;
    padding: 0px 0px 8px 0px !important;
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: black !important;
    height: fit-content !important;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
}

.translated .wpforms-field-large{
    font-family:"DFT_N3" !important;
}

.wpforms-container .wpforms-field{
    padding-top:0px !important;
    padding-bottom:19px !important;
}

.wpforms-field-large::placeholder{
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: black !important;
    opacity:1 !important;
}

.translated .wpforms-field-large::placeholder{
    font-family:"DFT_N3" !important;
}

div.wpforms-container-full .wpforms-form textarea {
    resize: none !important;
    border: 1px solid black !important;
    min-height: 200px !important;
    padding: 8px !important;
    box-shadow:none !important;
}

.wpforms-field-label{
    font-family: "Reckless" !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: black !important;
    opacity:1 !important;
    margin-bottom:8px !important;
    font-weight:400 !important;
}

.translated .wpforms-field-label{
    font-family:"DFT_N3" !important;
}

.wpforms-field-label-inline{
    font-family: "Reckless" !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: black !important;
    opacity:1 !important;
    margin-bottom:0px !important;
    font-weight:400 !important;
}

.translated .wpforms-field-label-inline{
    font-family:"DFT_N3" !important;
}

.wpforms-field-description{
    font-family: "Reckless" !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: black !important;
    opacity:1 !important;
    margin-bottom:0px !important;
    font-weight:400 !important;
    margin-top:8px !important;
}

.translated .wpforms-field-description{
    font-family:"DFT_N3" !important;
}

div.wpforms-container-full button[type=submit]:focus:after{
    border:0px !important;
}

.wpforms-field-label-inline a{
    text-decoration:underline !important;
}

div.wpforms-container-full input[type=checkbox]:checked:before{
    box-shadow:none !important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
    border-left: 2px solid black !important;
    border-bottom: 2px solid black !important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
    left: calc(-3px + var(--wpforms-field-border-size, 1px)) !important;
    top: calc(-2.5px + var(--wpforms-field-border-size, 1px)) !important;
}

div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    border-color: black !important;
    background-color: rgb(0 0 0 / 0%) !important;
    border-radius: 0px !important;
}

div.wpforms-container-full input[type=checkbox]:focus:before, div.wpforms-container-full input[type=radio]:focus:before{
    box-shadow:none !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:hover{
    box-shadow:none !important;
}

.wpforms-submit{
    width: 100% !important;
    background: black !important;
    padding-top: 5.5px !important;
    height: fit-content !important;
    padding-bottom: 5.5px !important;
    color: #91B1A7 !important;
    border-radius: 6px !important;
    font-family: "Suisse-Intl-Medium" !important;
    font-size: 14px !important;
    line-height: 18px !important;
    box-shadow:none !important;
}

.translated .wpforms-submit{
    font-family:"DFT_N3" !important;
}

.translated .wpforms-field-description{
    font-family:"DFT_N3" !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:hover{
    box-shadow:none !important;
}

div.wpforms-container-full .wpforms-form em.wpforms-error:before{
    display:none !important;
}

div.wpforms-container-full .wpforms-form em.wpforms-error{
    padding:0px !important;
    color:black !important;
    margin-top:4px !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li{
align-items:center !important;
}

div.wpforms-container-full .wpforms-required-label{
    display:none !important;
}

.wpforms-field-large:focus{
    outline:none !important;
    box-shadow:none !important;
}

.contact-header{
    padding-top:28px;
    padding-bottom:24px;
    margin:0px;
}

.bookingbutton-container{
    gap:16px;
    padding-bottom:48px;
}

.bookingbutton{
    background-color:#F9F9F4;
    color:black;
    border-radius:6px;
    padding:5.5px 8px;
    font-family:'Suisse-Intl-Medium';
    transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor:pointer;
}

.bookingbutton:hover{
    color:#91B1A7;
    background-color:black;
}

/* EVENTS PAGE */

.contact-links {
    display: flex !important;
}

.close {
    display: block !important;
}

.mobile-close {
    display: none !important;
}

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

.event-title{
    max-width:70%;
}

.event-overlay-image {
    max-height: calc(100vh - 200px) !important;
    max-width: calc(100% - 200px) !important;
}

.event-img{
    max-width:35rem !important;
}

/* COOKIES */

.cc-content-wrapper{
    width: 26.875rem !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    display: flex !important;
    bottom: 0 !important;
    margin: auto !important;
    height: fit-content !important;
    flex-direction: column !important;
    padding:24px !important;
    background:white !important;
}

.cc-compliance{
    flex-direction:column !important;
    width:100% !important;
    gap:16px !important;
    margin-top:16px !important;
}

.cc-banner .cc-message{
    margin-right:0px !important;
}

.cc-btn, .cc-extra-link {
    display: block !important;
    padding: 5.5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Suisse-Intl-Medium' !important;
    margin: 0px !important;
    width: 100% !important;
    border-color: black !important;
    border-radius: 6px !important;
    border-width: 1px !important;
    border-style: solid !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.translated .cc-btn, .translated .cc-extra-link{
    font-family:"DFT_N3" !important;
}

.cc-allow{
    order:1 !important;
}

.cc-deny{
    order:2 !important;
}

.cc-extra-link{
    order:3 !important;
}

.cc-header{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Suisse-Intl-Medium' !important;
    text-align:left !important;
    width:100%; 
}

.translated .cc-header{
    font-family:"DFT_N3" !important;
}

.cc-animate{
    display:none !important;
}

.cc-revoke{
    display:none !important;
}

.cc-floating .cc-message{
    margin:0px !important;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover{
    background:black !important;
    color:white !important;
    text-decoration:none !important;
}

.cc-color-override--1707157062 .cc-btn:hover, .cc-color-override--1707157062 .cc-btn:focus {
    background-color: rgb(0 0 0) !important;
}

.cc-window {
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    background-color: #00000029 !important;
}

.cc-window.cc-invisible{
    opacity:0 !important;
}

/* EVENTS CAROUSEL */

.events-overall-carousel .splide__list {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.event-splide .splide__arrow {
    width: 35% !important;
}

.event-gallery .splide__arrow {
    width: 50% !important;
}

.splide__slide.event-slide, .splide__slide--clone {
    filter: blur(15px);
    -webkit-filter: blur(15px);
  }

  .event-slide.is-active.is-visible {
    filter: blur(0px);
  }

  .event-slide{
    display:flex;
    align-items: center;
    justify-content: center;
    padding-top:14px;
  }

  .events-overall-carousel.splide__slide {
    filter: blur(15px);
    transition-delay: 250ms !important;
    will-change: filter, opacity;
    transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -o-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -ms-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -moz-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -webkit-transition: filter 600ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  }

  .event-overlay, .contact-form-overlay, .booking-form-overlay{
    width: 31rem;
    background: #91B1A7;
    padding: 24px;
    height:100vh;
    overflow-y:scroll;
  }

  .event-gallery{
    width: calc(100vw - 31rem);
  }

.collection-overlay{
    overflow-x:scroll;
}

.event-overlay ul, .collection-overlay ul {
    list-style-type: "–  ";
}

.event-overlay ul, .collection-overlay ul{
    padding-left: 12px !important;
}

.event-gallery.landscape {
    padding: 142px;
}

.event-gallery.portrait {
    padding: 207px;
}

.event-gallery .slider__counter {
    width: calc(100% - 31rem);
    text-align: center;
    position: fixed;
    margin: 0px;
  }


/* ART PAGE */

.banner-container {
    padding-top: 80px;
}

.content-inner-container {
    padding-bottom: 80px;
}

.featured-img-container {
    height: 100vh;
    align-items: center;
}

.featured-title-container {
    height: 100vh;
    align-items: center;
}

.content-inner-container {
    margin-top: 0px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    height: 90vh;
}

.content-image-container {
    height: 100%;
    align-items: center;
}

.content-text-container {
    height: 100%;
    align-items: center;
}

.content-text * {
    text-align: center !important;
}

.last-content-div {
    margin-bottom: 50px !important;
}

.sticky-footer {
    justify-content: center !important;
    gap: 32px;
}

.sticky-footer-item:hover {
    cursor: pointer;
}

.sticky-footer-item:hover {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.mobile-sticky-menu-trigger{
    gap:7px;
}


@media (min-width:1920px) {

    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child,
    p:last-child {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1600px) {

    /* WORLD POSTS */

    .single-title-container {
        max-width: 511px;
    }

    .single-content-container {
        max-width: 630px;
    }

    .single-post-container {
        padding: 76px 24px 0px 24px !important;
    }

    .post {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }

    .post:nth-child(8n+1),
    .post:nth-child(8n+7) {
        width: 40%
    }

    .post:nth-child(8n+2),
    .post:nth-child(8n+4),
    .post:nth-child(8n+8) {
        width: 35%
    }

    .post:nth-child(8n+3) {
        width: 25%;
    }

    .post:nth-child(8n+5) {
        width: 20%;
    }

    .post:nth-child(8n+6) {
        width: 45%;
    }

    .related-posts-container .post:nth-child(8n+1) {
        width: 35%;
    }

    .related-posts-container .post:nth-child(8n+2) {
        width: 20%;
    }

    .related-posts-container .post:nth-child(8n+3) {
        width: 45%;
    }

    .related-posts-container .post:nth-child(8n+4) {
        display: none;
    }

    /* CONTACT PAGE */

    .contact-image-1 {
        width: 356px;
        margin-left: auto;
    }

    .contact-image-2 {
        width: 356px;
        margin-left: 59px;
    }

    .contact-image-3 {
        width: 356px;
        margin-left: auto;
    }

    /* MENUS */

    .is-ajax-search-posts {
        max-width: 720px !important;
    }

    .logo-img {
        width: 52.313rem;
        height: 6.125rem !important;
    }
}

@media (max-width:1024px) {

    /* FONTS */

    h1, .world-intro-text {
        font-size: 32px !important;
    }

    .world-intro{
        height:75vh;
    }

    /* RESPONSIVE CONTENT */

    .hide-when-laptop {
        display: none !important;
    }

    .menu-container.hide-when-laptop{
        display: none !important;    
    }

    .show-when-laptop {
        display: block !important;
    }

    .hide-when-ipad {
        display: none !important;
    }

    .show-when-ipad {
        display: block !important;
    }

    .hide-when-small {
        display: block !important;
    }

    #fixedMenu{
        display: flex !important; 
    }

    .show-when-small {
        display: none !important;
    }

    /* MODAL */

    .modal-close{
        width:100% !important;
        height:100% !important;
    }

    .zoom-controls {
        display: none;
    }

    /* WORLD POSTS */

    .post:hover .overlay,
    .event-slide:hover .overlay{
        opacity: 0 !important;
    }

    .post:hover .post-img,
    .event-slide:hover .event-img{
        filter: blur(0px) !important;
        -webkit-filter: blur(0px) !important;
        opacity: 1 !important;
    }

    .single-title-container {
        max-width: 315px;
    }

    .single-content-container {
        max-width: 562px;
    }

    .single-post-container {
        padding: 10px 24px 0px 24px !important;
    }

    .post:nth-child(8n+1),
    .post:nth-child(8n+7) {
        width: 25%;
    }

    .post:nth-child(8n+2),
    .post:nth-child(8n+8) {
        width: 45%;
    }

    .post:nth-child(8n+3) {
        width: 30%;
    }

    .post:nth-child(8n+4) {
        width: 30%;
    }

    .post:nth-child(8n+5) {
        width: 25%;
    }

    .post:nth-child(8n+6) {
        width: 45%;
    }

    .post {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }

    .related-posts-container .post:nth-child(8n+1) {
        width: 25%;
    }

    .related-posts-container .post:nth-child(8n+2) {
        width: 45%;
    }

    .related-posts-container .post:nth-child(8n+3) {
        width: 30%;
    }

    .related-posts-container .post:nth-child(8n+4) {
        display: none;
    }

    .related-title {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .categorys {
        padding-top: 16px !important;
    }

    .sticky-footer {
        justify-content: center !important;
        gap: 24px !important;
    }

    .content-image-container {
        margin-bottom: 180px !important;
    }

    /* .content-text-container {
        margin-bottom: 180px !important;
    } */

    .featured-img-container {
        margin-bottom: 96px !important;
    }

    .last-content-div {
        margin-bottom: 300px !important;
    }

    .flex-container .title {
        height: fit-content !important;
        order: 1 !important;
        margin-top: 23.875rem !important;
        margin-bottom: 21.25rem !important;
    }

    .content-overall-container {
        height: fit-content !important;
    }

    .content-inner-container {
        height: fit-content !important;
    }

    .flex-container {
        flex-direction: column;
    }

    .flex-container .col-md-12 {
        width: 100%;
    }

    .flex-container .title {
        height: 8.125rem !important;
        order: 1;
        margin-top: 12.625rem;
        margin-bottom: 11.25rem;
    }

    .content-end {
        justify-content: center !important;
    }

    .content-text-container {
        order: 1;
    }

    .content-image-container {
        order: 2;
    }

    .featured-img-container {
        height: fit-content !important;
        order: 2;
    }

    .single-title {
        font-size: 32px !important;
    }

    /* MENUS */

    .sub-menu li:first-child {
        margin-top: 0px !important;
    }

    .logo-img {
        width: 40.438rem;
        height: 4.75rem !important;
    }

    .header-logo {
        width: 8.813rem;
    }

    ul.sub-menu {
        position: static !important;
    }

    #menu-main-menu-1, #menu-chinese-main-menu-1 {
        padding: 0px;
        margin: 0px;
    }

    #menu-chinese-main-menu-1 a{
        font-size: 18px;
        line-height: 1;
    }

    ul.sub-menu {
        display: block !important;
        padding-top: 12px !important;
        padding-bottom: 8px !important;
    }

    .sub-menu .menu-item {
        padding-bottom: 12px !important;
    }

    .menu-item {
        flex-direction: column;
        opacity: 0;
        padding-bottom: 12px !important;
    }

    .menu-item-has-children>a:first-of-type {
        font-size: 14px;
        line-height: 1;
        font-family: 'Suisse-Intl-Medium' !important;
    }

    .translated .menu-item-has-children>a:first-of-type{
        font-family:"DFT_N3" !important;
    }

    .menu-item a {
        font-size: 18px;
        line-height: 1;
        text-align:left;
    }

    #mobileMenu {
        transform: translate(100%, 0px);
        display: none;
        box-shadow: none;
        display: none;
        width: 396px !important;
    }

    #mobileMenu {
        transform: translate(100%, 0px);
        display: none;
        box-shadow: none;
    }

    .mobile-fade-in {
        opacity: 0;
    }

    input:focus .orig::placeholder {
        color: transparent !important;
    }

    .orig::placeholder {
        font-family: "Reckless" !important;
        color: #000000 !important;
        font-size: 32px !important;
        text-align: center;
        opacity: 1 !important;
    }

    .translated .orig::placeholder{
        font-family:"DFT_N3" !important;
    }

    /* EMAIL SIGN UP */

    #emailSignup {
        display: none;
    }

    /* CONTACT PAGE */

    .contact-overlay, .contact-booking-form-overlay {
        width: 503px !important;
    }

    .contact-text {
        position: static !important;
        transform: none !important;
        padding-top: 24px !important;
        margin-bottom: 48px !important;
    }

    .contact-image-1 {
        width: 15.75rem !important;
        margin-left: auto !important;
        margin-bottom: 48px !important;
    }

    .contact-image-2 {
        width: 15.75rem !important;
        margin-left: 0 !important;
        margin-bottom: 48px !important;
    }

    .contact-image-3 {
        width: 15.75rem !important;
        margin-left: auto !important;
        margin-bottom: 39px !important;
    }

    /* TIMELINE */

    .anchor {
        padding-bottom: 100px;
    }

    .timeline {
        justify-content: flex-end;
        gap: 60px;
    }

    /* EVENTS CAROUSEL */

    .event-slide{
        padding-left:50px;
        padding-right:50px;
        padding-top:0px;
    }

    .splide__arrow--next {
    padding: 15px 20px 0px 20px !important;
    right: 24px !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: 14.5px !important;
    background-position: right bottom !important;
    bottom: 27px !important;
    top: auto !important;
    height: fit-content !important;
    }

    .splide__arrow--prev {
    padding: 15px 20px 0px 20px !important;
    left: 24px !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    transform: scaleX(-1) !important;
    background-size: 14.5px !important;
    opacity: 1;
    background-position: right bottom !important;
    bottom: 27px !important;
    top: auto !important;
    height: fit-content !important;
    }

    .splide__arrow--next {
    background-image: url(/wp-content/themes/cindy_chao/assets/svgs/Mobile_Arrow.svg) !important;
    }

    .splide__arrow--prev {
    background-image: url(/wp-content/themes/cindy_chao/assets/svgs/Mobile_Arrow.svg) !important;
    }

    .gradient-overlay{
        display: none;
      }

}

@media (max-width: 1024px) and (min-width: 601px) {
    .event-gallery {
      display: none !important;
    }
  }

@media (max-width:768px) {

    /* MENUS */

    .header-logo {
        width: 8.813rem;
    }

    .logo-img {
        width: 35.563rem;
        height: 4.125rem !important;
    }

    /* WORLD POSTS */

    .single-title-container {
        max-width: 275px;
    }

    .single-content-container {
        max-width: 413px;
    }

    .single-post-container {
        padding: 10px 24px 0px 24px !important;
    }

    #mobileMenu {
        display: none;
        width: 482px !important;
    }

    .post:nth-child(8n+1) {
        width: 45%;
    }

    .post:nth-child(8n+2) {
        width: 55%;
    }

    .post:nth-child(8n+3) {
        width: 45%;
    }

    .post:nth-child(8n+4) {
        width: 55%;
    }

    .post:nth-child(8n+5) {
        width: 45%;
    }

    .post:nth-child(8n+6) {
        width: 55%;
    }

    .post:nth-child(8n+7) {
        width: 45%;
    }

    .post:nth-child(8n+8) {
        width: 55%;
    }

    .related-posts-container .post:nth-child(8n+1) {
        width: 45%;
    }

    .related-posts-container .post:nth-child(8n+2) {
        width: 55%;
    }

    .related-posts-container .post:nth-child(8n+3) {
        display: none;
    }

    .related-posts-container .post:nth-child(8n+4) {
        display: none;
    }

    /* ART PAGE */

    .content-image-container {
        margin-bottom: 50px !important;
    }

    .sticky-footer-item:hover{
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }

    .content-inner-container {
        padding-bottom: 30px !important;
    }

    .content-inner-container {
        min-height: fit-content;
        justify-content: space-between;
    }

    .inner-flex-container {
        height: 50vh;
    }

    /* CONTACT PAGE */

    .contact-overlay, .contact-booking-form-overlay {
        width: 503px !important;
    }

    /* EVENTS CAROUSEL */

    .events-overall-carousel .splide__list {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .overlay{
        display:none !important;
    }
  
      .bottom-gradient,
      .mobile-close,
      .event-overlay,
      .collection-overlay {
        opacity: 0;
        will-change: opacity;
        transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
      }

      .event-slide{
        padding-left:24px;
        padding-right:24px;
      }

      .event-img.portrait {
        max-width: 261px !important;
        max-height: 331px !important;
      }
      
      .event-img.landscape {
        max-width: 261px !important;
        max-height: 331px !important;
      }

      .event-gallery .splide__slide {
        padding: 0px 24px 48px 24px !important;
      }
  
      .event-gallery .slider__counter {
        width: fit-content !important;
        margin: auto;
      }
}

@media (max-width:600px) {

    /* CONTACT PAGE */

    .contact-overlay, .contact-booking-form-overlay {
        width: 100% !important;
        background: #91B1A7 !important;
        height: fit-content !important;
        position: fixed !important;
        bottom: 0;
        top: unset !important;
    }

    #GeneralBookingForm, #GeneralContactForm{
        height:100vh !important;
        overflow:scroll !important;
        position:fixed !important;
    }

    /* COOKIES */

.cc-content-wrapper{
    width: calc(100% - 48px) !important;
}

    /* EVENTS PAGE */

    .close {
        display: none !important;
      }

      .event-title{
        max-width:100%;
    }
  
      .mobile-close {
        display: block !important;
      }

      .event-subheading {
        display: block !important;
      }

          /* EVENTS CAROUSEL */

          .event-overlay-image {
            max-width: calc(100% - 50px) !important;
            max-height: calc(100% - 50px) !important;
          }

          .inner-event-slide{
            padding-left:24px;
            padding-right:24px;
            padding-bottom:24px;
            gap:0px !important;
          }

      .event-slide {
        gap: 24px !important;
      }

      .slider__counter {
        position: absolute !important;
    }

    .splide__arrow {
        position: absolute !important;
    }

    .collection-overlay{
        overflow-x:unset !important;
    }

    .event-gallery .splide__slide img {
        vertical-align: bottom;
        margin-bottom: 67px;
        margin-top: 30px;
        object-fit: contain !important;
    }

    .event-gallery-img {
        aspect-ratio: 1/1 !important;
    }

    .event-gallery.landscape {
        padding: 0px !important;
        width: 100% !important;
    }

    .event-gallery.portrait {
        padding: 0px !important;
        width: 100% !important;
    }

    .event-overlay-container {
        flex-direction: column;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100vw;
    }

    .event-overlay {
        padding: 24px !important;
        width: 100% !important;
        z-index: 15;
        min-height:120vh;
        height:fit-content !important;
    }

    .contact-form-overlay, .booking-form-overlay {
        padding: 24px !important;
        width: 100% !important;
        z-index: 16;
        position:absolute !important;
        height:100% !important;
        min-height:fit-content !important;
    }

    .inner-splide{
        width:100%;
    }

    .event-gallery {
        width: 100%;
        position: sticky;
        top: 0;
        width: 100%;
        height: fit-content;
    }

    .event-gallery .splide {
        height: fit-content;
        width: 100%;
    }

    .event-overlay-burger-menu {
        position: absolute;
        top: 24px;
        right: 24px;
    }

    /* RESPONSIVE CONTENT */

    .show-when-small {
        display: block !important;
    }

    .hide-when-small, #fixedMenu {
        display: none !important;
    }

    /* MENUS */

    .logo-img {
        width: 20.188rem;
        height: 2.375rem !important;
    }

    .footer-links {
        gap: 16px !important;
    }

    #mobileMenu {
        display: none;
        width: 100% !important;
        box-shadow: none !important;
    }

    .menu-item:hover>a:first-of-type {
        opacity:100% !important;
    }

    /* EMAIL SIGN UP */

    #emailSignup {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 20 !important;
        margin-top: auto !important;
        margin-bottom: unset !important;
        display: none;
    }

    .is-form-style input.is-search-input {
        font-size: 32px !important;
    }

    /* TIMELINE */

    .timeline {
        height: fit-content !important;
        flex-direction: column-reverse !important;
        justify-content: flex-end !important;
        gap: 64px !important;
        align-content: center !important;
        flex-wrap: nowrap !important;
        padding-top: 100px !important;
        padding-bottom: 153px !important;
    }

    .timeline-jumpto {
        display: block;
    }

    .timeline-image {
        width: 35vw;
        top: unset !important;
        height: 100%;
        right: 24px;
        left: unset !important;
    }

    .even-year {
        right: unset !important;
        left: 24px !important;
    }

    .timeline-image {
        display: none !important;
    }

    .fourth-five {
        margin-top: 0vh !important;
    }

    .third-five {
        margin-top: 0vh !important;
    }

    .second-five {
        margin-top: 0vh !important;
    }

    .first-five {
        margin-top: 0vh !important;
    }
    

    .image-video-plyr .plyr{
        margin:0px;
    }

    .safari .youtube-embed{
        display:block;
        width:100%;
        aspect-ratio:16/9
    }
    
    .safari .youtube-embed iframe{
        width:100%;
        height:100%;
    }

    .safari .plyr{
        display:none;
    }

    .sticky-footer {
        justify-content: center !important;
        gap: 7px !important;
        align-items:center !important;
        height:fit-content !important;
    }

    /* BLURS */
    #blurLogoContainer {
        display: none;
    }

    /* SEARCH */

    .is-ajax-search-posts {
        justify-content: center !important;
    }

    .search-container-title {
        margin-bottom: 35px !important;
    }

    /* CONTACT PAGE */

    .contact-overlay, .contact-booking-form-overlay {
        height: fit-content !important;
        aspect-ratio: unset !important;
    }


    /* WORLD POSTS */

    .posts-container {
        margin-right: calc(-.5* var(--bs-gutter-x)) !important;
        margin-left: calc(-.5* var(--bs-gutter-x)) !important;
    }

    .flex-container .title {
        height: fit-content !important;
        order: 1;
        margin-top: 18.125rem;
        margin-bottom: 15.625rem;
    }

    .related-posts-container .post {
        filter: blur(0px) !important;
        -webkit-filter: blur(0px) !important;
        opacity: 1 !important;
    }

    .post {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-bottom: 40px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        filter:blur(0px) !important;
        -webkit-filter:blur(0px) !important;
        opacity:1 !important;
    }

    .single-post-container {
        flex-direction: column;
        padding: 0px 24px 0px 24px !important;
    }

    .single-title {
        padding-bottom: 40px !important;
        position: static !important;
    }

    .flexible-content {
        margin-bottom: 40px !important;
    }

    .related-articles {
        padding-bottom: 40px;
    }

    .related-posts-container {
        gap: 40px;
    }

    .related-posts-container .post:nth-child(8n+4) {
        display: none;
    }

    /* ART PAGE */

    .content{
        filter:blur(0px) !important;
        -webkit-filter:blur(0px) !important;
    }

    .banner-container {
        height: fit-content !important;
        padding-bottom: 0rem !important;
    }

    .categorys {
        flex-wrap:wrap;
        justify-content: center;
        align-content:center;
        padding-left:24px !important;
        padding-right:24px !important;
        padding-top: 0px !important;
    }

    .content-inner-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .content-inner-container {
        height: 70vh;
        justify-content: space-between;
    }

    .content-inner-container {
        margin-top: 82px !important;
    }

    .content-inner-container {
        margin-top: 0px !important;
        height: fit-content !important;
        justify-content: space-between;
    }

    .content-overall-container {
        height: fit-content !important;
    }

    .content-inner-container{
        padding-bottom: 80px;
    }

    .content-image-container {
        margin-bottom: 96px !important;
    }

    .content-text-container {
        margin-bottom: 0px !important;
    }

    .timeline-content-text-container{
        padding-left:15px;
        padding-right:15px;
    }

    .sticky-footer {
        justify-content: center !important;
        gap: unset !important;
        align-items: flex-end;
    }

    .flex-container .title {
        height: fit-content !important;
        order: 1 !important;
        margin-top: 13.219rem !important;
        margin-bottom: 11.25rem !important;
    }

    .last-content-div {
        margin-bottom: 150px !important;
    }

    div.asl_r.asl_w.vertical .resdrg{
        justify-content: center !important;
    }

}

@media (max-height:650px){
    .menu-newsletter{
        padding-bottom:12px !important;
    }

    .languages{
        padding-bottom:12px !important;
    }
}

@media only screen 
and (max-width : 900px) 
and (orientation : landscape) {
    .plyr{
        width:40% !important;
        margin-left:10% !important;
    }
}

