/*
Theme Name: oochale
Theme URI: http://webshop.local/
Author: Tvoje ime
Author URI: http://tvoj-sajt.com/
Description: Opis tvoje teme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: davathema
*/


/* Pravilno prilagođeni CSS */
#wpadminbar {
    display: none !important;
}
.main-container {
    padding: 0;
}

/* Sakrij title samo na Basic templatu */
body.page-template-template-parts-page-basic .site-title,
body.page-template-template-parts-page-basic .site-branding,
body.page-template-template-parts-page-basic h1.entry-title {
  display: none !important;
}
body.page-template-template-parts-page-basic #header,
body.page-template-template-parts-page-basic #footer {
  display: none !important;
}

/* Za 4K ekran (2560px i šire) */
@media (min-width: 2560px) {
    .main-container {
        max-width: 65%;
    }
}

/* Za ekrane između 1920px i 2560px (oko 2K ekrani) */
@media (min-width: 2000px) and (max-width: 2559px) {
    .main-container {
        max-width: 80%;
    }
}

/* Za ekrane manji od FullHD (ispod 1920px) */
@media (max-width: 1999px) {
    .main-container {
        max-width: 100%;
    }
}


