/*
Theme Name: Waico
Theme URI: 
Author: inesmedem.com
Author URI: 
Description: Miriam García, art director, filmmaker, photographer, graphic designer and founder of Waico Studio.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.0.0 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: waico
Tags: 
*/

.hero-negative-z-index {
    z-index: -3;
  }

.subtle-text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.382);
}

.wp-block-separator,
[style*="border-top-width"],
[style*="border-bottom-width"],
[style*="border-left-width"],
[style*="border-right-width"],
[style*="border-width"] {
  border-top-width: 0.5px !important;
  border-bottom-width: 0.5px !important;
  border-left-width: 0.5px !important;
  border-right-width: 0.5px !important;
  border-color: rgba(255, 255, 255, 0.488) !important;
}

.wp-block-post-terms.taxonomy-category a {
    padding: 0.3rem !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0.8rem;
}

.wp-block-post-terms__separator {
    display: none;
}

.background-color-white {
    background-color: white;
    color: black;
}

/* Desktop: vertical dividers */
.footer-col {
  border-right: 1px solid rgba(255,255,255,0.3);
}

/* Remove border on last column */
.footer-col:last-child {
  border-right: none;
}

/* Mobile: stacked columns → horizontal dividers */
@media (max-width: 781px) {
  .footer-col {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .footer-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.wp-block-navigation__responsive-dialog {
  background-color: #000 !important;
}

