.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFF8ED;--e-global-color-text:#3F3F3F;--e-global-color-accent:#913621;--e-global-color-58f133e:#3F3F3F75;--e-global-typography-primary-font-family:"Fjalla One";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Belleza";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-text );color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-58f133e );border-radius:50px 50px 50px 50px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-secondary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{line-height:3.2rem;}.elementor-kit-5 label{color:var( --e-global-color-text );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-58f133e );border-radius:50px 50px 50px 50px;transition:500ms;}.elementor-kit-5 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea:focus,.elementor-kit-5 .elementor-field-textual:focus{color:var( --e-global-color-primary );accent-color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:1.8rem;--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-line-height:1.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:1.6rem;--e-global-typography-primary-line-height:2.2rem;--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-line-height:1.2rem;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{padding:5px 5px 5px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* All NON-home pages */
body:not(.home){
    margin-top: 8%;
}

@media only screen and (max-width:480px){
    body:not(.home){
    margin-top: 20%;
}

}

body:not(.home) #biennale-header .header-inner {
  background: #000;
  border-bottom: solid 1px #000;
}


/*archive menu hover*/
/* force hidden state */

.archive-item{
    cursor: pointer;
    width: 100%;
}
.archive-box{
    height:0 !important;
    overflow: hidden;
    transition:height 0.4s ease;
    width: 100%;
    flex-shrink: 0;
}

/* expand only inside hovered archive item */
/* Desktop hover only */

@media (hover: hover) {
  .archive-item:hover .archive-box {
    height: 380px !important;
  }
}

/* Mobile / Tablet active state (via JS) */
.archive-item.active .archive-box {
  height: 380px !important;
}
/*archive menu hover end*/

/*red dot cursor*/

/* hide normal cursor only on header links */

/* custom cursor */
.red-dot-cursor{
  position: fixed;
  width: 40px;
  height: 40px;
  background: red;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(.22,1,.36,1), opacity 0.2s;
  z-index: 999999;
}

/* active state when hovering link */
.red-dot-cursor.active{
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.3;
}

/*red dot cursor end*/

/*header css*/
/* Keep header fixed WITHOUT transform */
#biennale-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Apply animation ONLY to inner wrapper */
#biennale-header .header-inner {
  transition: transform 0.35s ease, background 0.3s ease;
  border-bottom: solid 1px #fff;
}

/* Hide */
#biennale-header.header-hidden .header-inner {
  transform: translateY(-100%);
  border-bottom: 0px;
}

/* Show */
#biennale-header.header-visible .header-inner {
  transform: translateY(0);
}

/* Background states */
#biennale-header.header-scrolling-up .header-inner {
  background: #000;
  border-bottom: solid 1px #000;
}

#biennale-header.at-hero .header-inner {
  background: transparent;
  border-bottom: solid 1px #fff;
}
/*header css end*/


/*readmore bttn*/

.custom-read-more:not(.expanded) p:nth-of-type(2)::after {
    content: "...";
    display: inline;
}

.custom-read-more p:nth-of-type(n+3) {
    display: none;
}

.custom-read-more.expanded p {
    display: block;
}

.read-more-toggle {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    font-weight: 300;
    padding: 5px 10px 5px 10px;
    border: solid 1px rgba(0,0,0,0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.read-more-toggle:hover{
    background-color: #913621;
    color: white;
    border-color: #913621;
}

/* Tablet & below */
@media (max-width: 1024px) {

    /* Hide everything after the FIRST paragraph */
    .custom-read-more:not(.expanded) p:nth-of-type(n+2) {
        display: none;
    }

}

/*readmore bttn end*/

/*short paragraph*/
/* Hide all paragraphs except the first */
.custom-read-more-2 p:not(:first-of-type) {
    display: none;
}

/* Clamp first paragraph to 9 lines with ellipsis */
.custom-read-more-2 p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*short paragraph end*//* End custom CSS */