/*
Theme Name:   Ollie Child
Theme URI:    https://olliewp.com
Description:  A child theme for Ollie.
Author:       OllieWP
Author URI:   http://example.com
Template:     ollie
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment
Text Domain:  ollie
*/

/* ========== Custom CSS ========== */

/* Utility Styles */

.hidden {
  display: none!important;
}

.wp-block-columns.is-layout-flex {
 flex-wrap: wrap;
}

.wp-block-column {
 min-width: 300px;
 flex: 1 1 0;
}

/* Default desktop behavior - normal order */
.wp-block-columns.reverse-responsive {
 display: flex;
 flex-direction: row;
}

/*Ollie Mobile Tools*/

/* Ollie Swap Order */
@media (max-width: 1024px) {
 .ollie-swap-order {
     flex-direction: column-reverse !important;
 }

 /* Ollie Swap Order Reverse */
 .ollie-row-reverse {
     flex-direction: row-reverse !important;
 }
}

/*Ollie hide column borders on mobile only */
@media only screen and (max-width: 767px) {
 /* replace .your‑custom‑class with whatever you saw (or your own extra class) */
 .ollie-no-border {
   border-left: none !important;
   border-right: none !important;
 }
}

/* Layout Styles */

.eyebrow-title {
  font-size: 1.2rem;
  font-weight: 700!important;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

