/*
Theme Name: Music From Batumi
Theme URI: https://musicfrombatumi.ge
Author: Music From Batumi
Author URI: https://musicfrombatumi.ge
Description: Event theme based on Evently template. Supports Polylang and Loco Translate for multilingual sites.
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: musicfrombatumi
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Main styles loaded from assets/ - see functions.php */

/*--------------------------------------------------------------
# Color overrides — Music From Batumi logo palette
# Orange, magenta, purple, indigo, teal from logo
--------------------------------------------------------------*/
:root {
  --accent-color: #ff8c00;
  --nav-hover-color: #ff8c00;
  --nav-dropdown-hover-color: #ff8c00;
  --mfb-accent-orange: #ff8c00;
  --mfb-accent-magenta: #e000e0;
  --mfb-accent-purple: #a020f0;
  --mfb-accent-indigo: #5a2d8a;
  --mfb-accent-teal: #20b2aa;
  --mfb-accent-cyan: #40e0d0;
}

/* Primary buttons & CTAs — gradient like logo (orange → magenta/purple) */
.btn-primary,
.btn-cta.btn-primary,
.hero .btn-primary,
a.btn-getstarted,
.btn-ticket,
.scroll-top:hover {
  background: linear-gradient(135deg, #ff8c00, #c040a0) !important;
  border-color: transparent !important;
}
.btn-primary:hover,
.btn-cta.btn-primary:hover,
a.btn-getstarted:hover,
.hero .btn-primary:hover,
.btn-ticket:hover,
.scroll-top:hover {
  background: linear-gradient(135deg, #e07b00, #a03090) !important;
}

/* Secondary / outline — teal accent from logo */
.btn-outline-primary,
.btn-secondary {
  color: #20b2aa;
  border-color: #20b2aa;
}
.btn-outline-primary:hover,
.btn-secondary:hover {
  background: rgba(32, 178, 170, 0.12);
  color: #189b94;
  border-color: #189b94;
}

/* Links and nav hover */
a:hover,
.navmenu a:hover,
.navmenu .active > a {
  color: var(--accent-color);
}
.footer .social-links a:hover,
.footer-facebook-cta a:hover,
.header-facebook-link:hover {
  color: #20b2aa !important;
}

/* Hero CTA link (Facebook) */
.hero-facebook-cta .btn-link:hover {
  color: #40e0d0 !important;
}

/* Decorative accents (borders, icons) where theme uses accent */
.bi-chevron-down.toggle-dropdown {
  color: var(--accent-color);
}
.schedule-timeline .session-type i,
.speaker-card .speaker-content h4 {
  color: var(--accent-color);
}

/* Founder-quote: .founder-quote--organizers > .row > .founder-quote.col-lg-12 > .founder-quote-card */
.founder-quote--organizers .founder-quote .founder-quote-card {
  background: var(--surface-color);
  padding: 1.25rem;
  border-radius: 0.5rem;
  border-left: 3px solid var(--accent-color);
}
.founder-quote--organizers .founder-img-wrap {
  /* width: 280px; */
  /* height: 280px; */
  margin: 0 auto;
  /* border-radius: 50%; */
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .founder-quote--organizers .founder-img-wrap {
    padding: 40px;
    /* width: 360px; */
    /* height: 360px; */
  }
}
.founder-quote--organizers .founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.founder-quote--organizers blockquote cite {
  display: block;
  margin-top: 0.5rem;
}
.founder-quote--organizers blockquote cite strong + span::before {
  content: " — ";
}


.img-fluid {
  height: 100%!important;
  object-fit: cover!important;
}

/* Gallery template: album list cards */
.gallery-album-cover-wrap {
  aspect-ratio: 4/3;
  background: var(--surface-color, #f8f9fa);
}
.gallery-album-cover-wrap .gallery-album-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.gallery-album-cover-link:hover .gallery-album-cover {
  transform: scale(1.03);
}
.gallery-album-card .gallery-album-title {
  color: inherit;
}
.gallery-album-cover-link:hover .gallery-album-title {
  color: var(--accent-color, #ff8c00);
}

/* CTA section: editable background from front page metabox */
.call-to-action::before {
  background-image: var(--cta-bg-url);
}