/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* ==== Mobile header (<=768px) ==== */
@media (max-width: 768px) {

  /* Header iznad svega i sa malo “paddinga” sa strane */
  .elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 10010;
  }

  .elementor-section.elementor-section-boxed>.elementor-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Uvek pokaži hamburger, sakrij desktop meni */
  .elementor-menu-toggle {
    display: block !important;
    color: #f0e68c !important;
    font-size: 32px;
    line-height: 1;
  }

  .elementor-nav-menu--main {
    display: none !important;
  }

  /* Dropdown (mobilni meni) – crno/zlatni */
  .elementor-nav-menu--dropdown .elementor-nav-menu__container {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #000 !important;
    border: 1px solid #f0e68c;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .7);
  }

  .elementor-nav-menu--dropdown .elementor-item {
    color: #f0e68c !important;
    padding: 14px 18px;
  }

  .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    color: #fff0b3 !important;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu--main>li {
    border-bottom: 1px solid rgba(240, 230, 140, .18);
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu--main>li:last-child {
    border-bottom: none;
  }

  /* Logo i raspored */
  .elementor-location-header .elementor-widget-image img {
    max-height: 42px;
    height: auto;
    width: auto;
  }

  /* Ako treba, sakrij social ikone na mobilu (ako nisi već sakrio kroz UI) */
  .elementor-location-header .elementor-widget-social-icons {
    display: none;
  }
}

/* ACF Field Wrapper - Crno-zlatni stil */
.acf-field {
  background: transparent !important;
  margin-bottom: 20px !important;
}

/* ACF Labels - Zlatna boja */
.acf-field .acf-label label {
  color: #d4af37 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

/* ACF Input polja - SVA */
.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
  background: #1a1a1a !important;
  border: 1px solid #d4af37 !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  padding: 12px !important;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2) !important;
  height: auto !important;
}

/* Fokus - Zlatni glow */
.acf-field input:focus,
.acf-field textarea:focus,
.acf-field select:focus {
  border-color: #d4af37 !important;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5) !important;
  outline: none !important;
}

/* Placeholder */
.acf-field input::placeholder,
.acf-field textarea::placeholder {
  color: #888 !important;
}

/* Submit dugme */
.acf-form input[type="submit"],
.acf-form .acf-button,
input[type="submit"].acf-button {
  background: #d4af37 !important;
  border: none !important;
  color: #000000 !important;
  padding: 12px 30px !important;
  border-radius: 5px !important;
  font-weight: bold !important;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3) !important;
}

.acf-form input[type="submit"]:hover {
  background: #c9a12e !important;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6) !important;
  transform: translateY(-2px) !important;
}

/* ✅ ACF VISIBILITY FIELD STYLING - GLOBALNI FIX */
.acf-field[data-name="visibility_status"] .acf-label label,
.acf-field[data-name="visibility_status"] .acf-input ul li label {
  color: #d4af37 !important;
  /* Gold */
  font-weight: 600 !important;
}

.acf-field[data-name="visibility_status"] .acf-input ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.acf-field[data-name="visibility_status"] .acf-input ul li {
  margin-bottom: 8px !important;
}

/* Radio buttons style fix if needed */
.acf-field[data-name="visibility_status"] input[type="radio"] {
  accent-color: #d4af37;
  margin-right: 8px;
}