/*
Theme Name: Mia Familia
Author: Mia familia 
Author URI: http://miafamillia.hr/
Description: Veleprodaja vrhunske hrane, fokus na kvaliteti i svježini. Idealno za restorane i trgovine. Partner u gastronomiji s tradicijom! 
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/* ------------------------------------------------------------------
   Fix (2026-08-22): the side menu is an Elementor popup (#1922),
   fixed left, 320px wide, shown on desktop (>=1201px) on every page
   except the front page. Page content was centered over the FULL
   viewport, so on screens narrower than ~1840px it slid underneath
   the menu. Offset the page wrapper so content centers in the space
   to the right of the menu. Popup is desktop-only, so no offset on
   tablet/mobile. Front page (.home) and Under-construction (5424)
   are excluded from the popup, so they keep full width.
   ------------------------------------------------------------------ */
@media (min-width: 1201px) {
  body:not(.home):not(.page-id-5424) #page {
    margin-left: 320px;
  }
}

/* ------------------------------------------------------------------
   2026-08-22: brand-red link color site-wide. The7 paints generic
   anchors via  a { color: var(--the7-links-color) }  (was #999999,
   defined on :root in uploads/the7-css/css-vars.css). This sheet
   loads after it, so redefining the vars recolors all text links;
   menu/button/widget links with explicit colors are unaffected.
   ------------------------------------------------------------------ */
:root {
  --the7-links-color: #FF0000;
  --the7-links-hover-color: #C40000;
}
