/* ============================================
   TYPOGRAPHY &amp; COLORS
   ============================================ */

html{
  font-family:serif;
  
}

body {
  background-color: #DCDDDE; /* Light gray background */
  font-size: 14px; /* Base font size */
}

/* Link styles */
a {
  color: black;  
}

a:hover {
  color: black; /* Links stay black on hover */
  text-decoration:none !important;
}


.hero-year{
position:absolute;
bottom:40px;
left:15%;
color:white;
font-size:2em;
}

.caption{
color:black;
font-size:1em;
line-height:1.2em; 
text-align:left;
font-family: 'Louize', Georgia, serif;
font-weight: 400;
font-style: normal;
padding-top:15px;
width:80%;
  }
  
.quote{
font-size:2.1em;
  }
  
  
.wpb_single_image .vc_figure-caption{
font-size:1em;
line-height:1.2em; 
text-align:left;
font-family: 'Louize', Georgia, serif;
font-weight: 300;
font-style: normal;
padding-top:0px;
padding-left:0px;
width:70%;
  
}

.center{
text-align:center;  
  
}

.right{
text-align:right !important;  

}
.push_left{
padding-left:10%;  
}

.push_left_hard{
padding-left:28%;  
}

.push_right{
padding-right:10%;  
  
  
}


hr{
background:black;  
}

p{
 font-size:1.2em;
font-family: jubilat, serif;
font-weight: 400;
font-style: normal;
}



.p1{
  font-size:1.2em;
font-family: jubilat, serif;
font-weight: 400;
font-style: normal;
}


.p3{
  font-size:1.2em;
font-family: jubilat, serif;
font-weight: 400;
font-style: normal;
margin-left:30px;
}




h1.title_page{
font-size:3.6em;  
font-family: jubilat, serif;
font-weight: 900;
font-style: normal;
color:#636466;
margin:100px 0px 20px 0px;
}



.pt-cv-view .pt-cv-title a {
font-family: jubilat, serif;
font-weight: 900;
font-style: normal;
color:#636466;
font-size:1em;  
}

.multiply{
mix-blend-mode:multiply;  
}


h1.monument_name{
font-family: 'Louize', Georgia, serif !important;
font-weight: 500;
font-style: medium;  
font-size:2em;  
color:black;
margin:0px;
}

h2.monument_subname{
font-family: jubilat, serif !important;
font-weight: 500;
font-style: medium;  
font-size:1.3em;
margin:5px 0px;
}

p.monument_desc{
 font-family: 'Louize', Georgia, serif !important;
font-weight: 300;
font-size:1em;
margin:5px 0px; 20px 0px

  
}

.pt-cv-content, .pt-cv-content * {
 font-family: 'Louize', Georgia, serif !important;
font-weight: 300;
font-size:1em;
}

.indent, .indent a{
  font-family: 'Louize', Georgia, serif !important;
font-weight: 300;
font-size:1em;
}



.pt-cv-heading{
font-family: 'Louize', Georgia, serif !important;
font-weight: 400;
font-size:1.2em; 
  
}


h6{
font-family: 'Louize', Georgia, serif !important;
font-weight: 400;
font-size:1.2em;
}


h6 strong{
font-family: 'Louize', Georgia, serif !important;
font-weight: 600;
}

/* Artists Page, Artists names style */

h2.wpb_heading.wpb_singleimage_heading {
    font-family: 'jubilat';
    font-size: 1.6em;
    text-align: center;
    line-height: 1em;
    color: #636466;
}


#work_label{
}

span.button{
    background: #E04403;
    padding: 10px 15px;
    color: #FFECE4;
    font-size: 1.2em;
    text-decoration: none;
}

span.button:hover {
    background: #E04403;
    padding: 10px 15px;
    color: #FFECE4;
    font-size: 1.2em;
    text-decoration: none;
}


.orange{
color:#E04403;  
  
}


/* Target the lightbox caption */
.caption {
   font-size:1em;
line-height:1.2em; 
text-align:left;
font-family: 'Louize', Georgia, serif !important;
font-weight: 300;
font-style: normal;
padding-top:5px;
padding-left:4px;
width:70%;
}



.alt{
position:absolute;
right:0px;
top:0px;
  
}


#cvpboxTitle {
    color: black;
font-family: 'Louize', Georgia, serif !important;
}

        
@media (max-width: 768px) {
  
  .alt{
position:relative !important;
}
        }

/* ============================================
   tags buttons
   ============================================ */
#auto-tags{
float:right;  
  
}


/* ============================================
  Tabs Custom
   ============================================ */
   

/* ACTIVE TAB (Desktop/Horizontal Layout) 
   - Targets the active tab link in horizontal tab layout
   - Makes active tab text bold */
.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab.vc_active>a{
  font-weight:700;
}

/* ALL TAB LINKS (Desktop/Horizontal Layout)
   - Removes borders and backgrounds from all tab links
   - Sets text color to black
   - Applies to both active and inactive tabs */
.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab>a {
    border-color: transparent !important;
    background-color: transparent !important;
    color: black !important;
}

/* ACTIVE ACCORDION PANEL TITLE (Mobile/Accordion Layout)
   - When tabs collapse to accordion on mobile, this styles the active panel
   - Changes text color to peach (#FFD2BF) when panel is expanded */
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a{
  color:#FFD2BF !important;
}

/* TAB LIST ITEMS
   - Styles each individual tab container
   - Adds bottom border to separate tabs
   - Sets custom font family (Jubilat) and weight */
li.vc_tta-tab {
    border-bottom: 1px solid black !important;
    font-family: 'jubilat', serif !important;
    font-weight: 600;
    font-style: normal;
}


/* PANEL BODIES, HEADINGS, AND TAB LINKS - Border Reset (First Declaration)
   - Removes default borders
   - Adds only bottom border to create horizontal lines
   - Note: This is overridden by the rule below with !important */
.vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-tab>a {
    border-width: 0px;
    border-bottom: 1px solid black;
}

/* PANEL TITLES (h4 elements)
   - Sets font size for accordion panel titles
   - Applies custom font family matching the tabs */
h4.vc_tta-panel-title {
    font-size: 1.1em;
    font-family: 'jubilat', serif !important;
    font-weight: 500;
    font-style: normal;
}

/* PANEL BODIES, HEADINGS, AND TAB LINKS - Border Reset (Second Declaration with !important)
   - Same as earlier rule but with !important to ensure it overrides other styles
   - This creates the clean horizontal line design */
.vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-tab>a {
    border-width: 0px !important;
    border-bottom: 0px solid black !important;
}

/* TABS CONTAINER Z-INDEX
   - Ensures tab navigation stays above other elements
   - Prevents content from overlapping tabs */
.vc_tta.vc_general .vc_tta-tabs-container{
  z-index:1 !important;  
}

/* ACTIVE ACCORDION PANEL TITLE - Full Styling (Mobile/Accordion Layout)
   - When panel is expanded on mobile/accordion view:
   - Black background
   - Peach text color (#FFD2BF) */
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a{
  background:black; 
  color:#FFD2BF !important;
}

/* ACCORDION PANEL TITLE HOVER STATE (Mobile/Accordion Layout)
   - When hovering over any accordion panel title:
   - Peach text color (#FFD2BF)
   - Black background
   - Creates visual feedback for user interaction */
.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover{
  color:#FFD2BF !important;
  background:black; 
}



/* ============================================
   LAYOUT &amp; STRUCTURE
   ============================================ */

/* Remove default padding from Visual Composer columns and sections */
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_section.vc_section-has-fill, 
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
.vc_section.vc_section-has-fill+.vc_section {
  padding: 5px; /* Minimal padding for Visual Composer elements */
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
padding:0px;  
}

/* Force remove padding from VC column containers */
.vc_column_container>.vc_column-inner {
  padding: 0px !important;
}

/* Remove spacing from footer wrapper */
#wrapper-footer-full {
  margin: 0px;
  padding: 0px;
  background: transparent;
}

#footer-full-content {
  margin: 0px;
  padding: 0px;
}

/* Remove padding from main wrapper */
.wrapper {
  padding: 0px;
}

footer, header{display:none;}


#comments{display:none;
}

.wp-post-image{
display:none;  
}

.post-navigation{
  display:none;  
  
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}


.vc_column_container{
padding-left:15px;  
padding-right:15px;  
  
}



@media (max-width: 768px) {
.col-md{
margin-left:0px;
margin-right:0px;
  
}  
  
}

/* ============================================
   Audio Styling
   ============================================ */


 .wrap { display: flex; gap: 24px; align-items: flex-start; }
  audio { flex-shrink: 0; }
  ol { margin: 0; font-size:1.4em;}
  li.active span { background: black; color: white; padding: 0 9px; }
  @media (max-width: 480px) {
    .wrap { flex-direction: column; }
    audio { width: 100%; }
  }

        
/* ============================================
   HEADER &amp; NAVIGATION
   ============================================ */

/* Fixed header menu */
.menu { 
  position: fixed; 
  top: 0; 
  width: 100%; 
  height: 60px; 
  text-align: center; 
  padding: 10px;
  z-index: 2 !important; /* Keeps menu above all other content */
}

/* Logo base styles */
.logo { 
  max-width: 450px; 
  transition: opacity 0.3s; /* Smooth fade transition */
  margin-top: 30px; 
}

/* Logo fade effect (for scroll animations) */
.logo.fade { 
  opacity: 0; 
}

/* Smaller logo variant (likely for scrolled state) */
.logo.small { 
  max-width: 230px; 
}

.material-icons {
      font-size: 1em !important;
      color: black;
      vertical-align: middle;
      margin-right: 15px;
      position:absolute;
      left:0px;
    }



/* ============================================
  Post back arrow / type
   ============================================ */

#back_button{
  margin-top:45px !important;
}
.back-nav-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.back-arrow {
    transition: opacity 0.3s ease;
}

.back-links {
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0;
    font-size: 1.2em;
    transition: opacity 0.3s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family:'jubilat' serif !important;
    font-weight:500 !important;
}

.back-link h6 {
    font-size: 1.2em;
    font-family: 'jubilat' !important;
    line-height: 1.8em;
}

/* Desktop hover */
@media (hover: hover) {
    .back-nav-wrapper:hover .back-arrow {
        opacity: 0;
    }

    .back-nav-wrapper:hover .back-links {
        opacity: 1;
        pointer-events: auto;
    }
}

/* Mobile/touch - active state */
.back-nav-wrapper.active .back-arrow {
    opacity: 0;
}

.back-nav-wrapper.active .back-links {
    opacity: 1;
    pointer-events: auto;
}

.back-link {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 1.2;
     font-family:'jubilat' serif !important;
    font-weight:500 !important;
}

.back-link:hover {
    color: #666;
    text-decoration: none;
}

/* ============================================
  Hamburger Menu
   ============================================ */
.hamburger {
            position: fixed;
            top: 10px !important;
            right: 13px;
            width: 40px;
            height: 40px;
            cursor: pointer;
            z-index: 3;
            background: transparent;
            border: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .hamburger span {
            display: block;
            width: 30px;
            height: 3px;
            background: #333;
            margin: 4px 0;
            transition: 0.3s;
            border-radius: 2px;
            position: absolute;
        }

        .hamburger span:nth-child(1) {
            transform: translateY(-8px);
        }

        .hamburger span:nth-child(2) {
            transform: translateY(0);
        }

        .hamburger span:nth-child(3) {
            transform: translateY(8px);
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translateY(0);
            background: #333;
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translateY(0);
            background: #333;
        }

        .fullscreen-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #d3d3d3;
            z-index: 2;
            display: flex;
            flex-direction: column;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        .fullscreen-menu.active {
            opacity: 1;
            visibility: visible;
        }

        .menu-header {
            text-align: center;
            padding: 40px 20px;
            border-bottom: 2px solid #333;
        }

        .menu-header h1 {
            font-family: serif;
            font-size: 4rem;
            font-weight: 900;
            margin: 0;
            letter-spacing: -2px;
            color: #000;
        }
        
        
        .menu-header p {
            font-family: 'Courier New', monospace;
            font-size: 1.2rem;
            font-weight: bold;
            margin: 10px 0 0;
            letter-spacing: 2px;
            color: #000;
        }

        .menu-content {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .menu-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .menu-content ul li {
            flex: 1;
            border-bottom: 2px solid #333;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align:center;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
        }

        .menu-content ul li:hover {
            background-color: #c0c0c0;
        }

        .fullscreen-menu.active .menu-content ul li {
            opacity: 1;
            transform: translateY(0);
        }

        .fullscreen-menu.active .menu-content ul li:nth-child(1) {
            transition-delay: 0.1s;
        }

        .fullscreen-menu.active .menu-content ul li:nth-child(2) {
            transition-delay: 0.15s;
        }

        .fullscreen-menu.active .menu-content ul li:nth-child(3) {
            transition-delay: 0.2s;
        }

        .fullscreen-menu.active .menu-content ul li:nth-child(4) {
            transition-delay: 0.25s;
        }

        .fullscreen-menu.active .menu-content ul li:nth-child(5) {
            transition-delay: 0.3s;
        }

        .fullscreen-menu.active .menu-content ul li:nth-child(6) {
            transition-delay: 0.35s;
        }

        .fullscreen-menu.active .menu-content ul li:nth-child(7) {
            transition-delay: 0.4s;
        }

        .menu-content ul li a {
            color: #E04403;
            font-size:4.5em;
            font-weight: 700;
            text-align:center;
            line-height:100%;
            text-decoration: none;
            transition: 0.3s;
           font-family: jubilat, serif;
          font-style: normal;
            padding: 20px;
            letter-spacing:1px;
        }

        .menu-content ul li a:hover {
            color: #ff6347;
        }



/* ============================================
   UTILITY CLASSES
   ============================================ */

.text_center {
  text-align: center;  
}  



/* ============================================
Metaslider
   ============================================ */

.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
    padding: 5px 5px !important;
}


.metaslider.ms-theme-clarity .flexslider .slides li{
     margin-bottom: 30px  !important;
    margin-top: 30px  !important;
}

.metaslider.ms-theme-clarity .flexslider {
    margin-bottom: 0px  !important;
}


.metaslider.ms-theme-clarity .flexslider .slides li {
background-color: transparent !important;
}


.metaslider.ms-theme-clarity .flexslider .caption-wrap{
border:0px solid white !important;
}


/* ============================================
   Visual Content Grid filter
   ============================================ */


#cvpboxOverlay{
  background:#FFD2BF;

}


#cvpboxLoadedContent{
  border:0px solid black;
}


#cvpboxClose{
background-image: url(https://monuments-exhibition.org/wp-content/uploads/Screen-Shot-2025-10-23-at-11.24.25-PM.png) !important;
    background-size: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    top: -7px;
    left: 0px;
    height: 36px;
    width: 36px;
    border: solid black 0px;
}


#cvpboxOverlay, #cvpboxWrapper, #cvpcolorbox {
  
    
}


.pt-cv-pinmas>.pt-cv-rmwrap, .pt-cv-pinmas>.pt-cv-taxoterm, .pt-cv-pinterest .edd_download_purchase_form, .pt-cv-pinterest .product, .pt-cv-pinterest .pt-cv-content, .pt-cv-pinterest .pt-cv-ctf-list, .pt-cv-pinterest .pt-cv-meta-fields, .pt-cv-pinterest .pt-cv-tao, .pt-cv-pinterest .pt-cv-title, .pt-cv-pinterest .pt-cv-woohooks, .pt-cv-pinterest .pt-cv-woorating {
    padding: 4px 0px;
    margin-bottom: 0 !important;
    background-color: #FFD2BF !important;
}


.pt-cv-pinterest:not(.pt-cv-no-bb) .pt-cv-pinmas>:last-child{
      background-color: #FFD2BF !important;
}

.pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas {
    border-top: 0px solid !important;
    box-shadow: none!important;
}


.pt-cv-custom-fields{
  display:inline !important;
}


.cvp-live-filter.cvp-button input[type=radio]:checked~div{
        background-color: black !important;
  
}



.cvp-customized input:focus, .cvp-customized input:hover, .cvp-customized input~div:focus, .cvp-customized input~div:hover, .cvp-customized select:focus, .cvp-customized select:hover {
    border-color: transparent;
    box-shadow: 0 0 0 0px  !important;
}


/* ============================================
   MAILCHIMP FORM OVERRIDES
   ============================================ */

/* Custom styling for Mailchimp embed inputs */
#mc_embed_signup input {
  border: 1px solid black !important;
  -webkit-border-radius: 0px !important; /* Remove rounded corners - Safari/Chrome */
  -moz-border-radius: 0px !important; /* Remove rounded corners - Firefox */
  border-radius: 0px !important; /* Remove rounded corners - all browsers */
  background: transparent; /* Transparent background for inputs */
  font-family: "angie-sans", sans-serif;
}

#mc_embed_signup .clear {
    text-align: center;
}

/* ============================================
   MOBILE FIXES
   ============================================ */

/* Prevent horizontal scrolling on mobile devices */
html {
  overflow-x: hidden; /* Hide horizontal overflow */
  width: 100%;
}

body {
  overflow-x: hidden; /* Hide horizontal overflow */
  width: 100%;
  margin: 0;
  padding: 0;
}





.vc_textarea_raw_html .vc_raw_html_holder textarea {
    color: #000000 !important;
    background-color: #ffffff !important;
}




/* ============================================
   WPBKAERY Customization
   ============================================ */

/* Prevent horizontal scrolling on mobile devices */



textarea.wpb_vc_param_value.wpb-textarea_raw_html.content.textarea_raw_html {
    color: black !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}


.vc_edit_form_elements .textarea_raw_html, .wpb_element_wrapper .textarea_raw_html{

color: black !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}