/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.6.2
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */




/* MOBILNE IKONICE - WORDPRESS MENI KLASE */
@media (max-width: 768px) {
    /* Osnovni stil za sve ikonice */
    .menu-item > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
        font-weight: 900;
        margin-right: 10px;
        display: inline-block;
        width: 20px;
        text-align: center;
        content: ""; /* Podrazumevano prazno */
    }
    
    /* SPECIFIČNE IKONICE PO KLASAMA */
    
    /* Finansijski Kalkulator */
    .menu-item.menu-finansijski > a:before {
        content: "\f53c"; color:#0066cc; /* fa-money-bill-1-wave */
    }
    
    /* Fitnes i Zdravlje */
    .menu-item.menu-fitnes > a:before {
        content: "\f004"; color:#0066cc; /* fa-heart */
    }
    
    /* Konvertori */
    .menu-item.menu-konvertori > a:before {
        content: "\f2f1"; color:#0066cc; /* fa-rotate */
    }
    
    /* Ćirilica u Latinici */
    .menu-item.menu-cirilica > a:before {
        content: "\f079"; color:#0066cc; /* fa-retweet */
    }
    
    /* Žena */
    .menu-item.menu-zena > a:before {
        content: "\f221"; color:#0066cc; /* fa-venus */
    }
    
    /* Automobili i Vozila */
    .menu-item.menu-automobili > a:before {
        content: "\f63c"; color:#0066cc; /* fa-truck-pickup */
    }
    
    /* Matematički */
    .menu-item.menu-matematicki > a:before {
        content: "\f698"; color:#0066cc; /* fa-square-root-variable */
    }
    
    /* Ako Font Awesome ne radi, koristi emoji fallback */
    .menu-item.menu-finansijski > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
    }
    
    .menu-item.menu-fitnes > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
    }
    
    .menu-item.menu-konvertori > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
    }
    
    .menu-item.menu-cirilica > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
    }
    
    .menu-item.menu-zena > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
    }
    
    .menu-item.menu-automobili > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
    }
    
    .menu-item.menu-matematicki > a:before {
        font-family: 'Font Awesome 6 Free', Arial, sans-serif;
    }
    
}



/* Sakrij sidebar widget na mobilnim uređajima */
@media (max-width: 768px) {
    /* Ako imaš specifičan ID ili klasu za widget */
    #calculator-sidebar-unique,
    .calculator-sidebar-widget,
    .calc-sidebar-widget {
        display: none !important;
    }
    
    /* ILI ako je widget u sidebar area */
    #sidebar,
    .sidebar,
    .widget-area,
    aside.sidebar {
        display: none !important;
    }
    
    /* ILI specifično za widget po njegovom ID-u */
    .widget_custom_html, /* Custom HTML widget */
    .widget_text { /* Text widget */
        display: none !important;
    }
}