/*
Theme Name: Vrtic Leptir
Theme URI: https://example.com
Author: Tvoje Ime
Author URI: https://example.com
Description: WordPress tema za vrtić Leptir.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vrticleptir
*/
:root {
  --kidearn-heading-font: "Quicksand", sans-serif;
}
.main-header__logo img {
    width: 235px;
}
@media (max-width: 768px) {
    .main-header__logo img {
        width: 160px; /* ili neka druga vrednost po potrebi */
    }
}

.main-header__inner {
    padding: 7px 0;
}

.sidebar__posts__image img
 {
    width: 90px;
    height: 80px;
    object-fit: cover;
}
.blog-card-two .blog-card__content {
    padding: 0;
    padding-top: 0px;
}
.banner-two__item {
    padding: 50px;
}
.banner-two__content__bg {
    background-color: #4fc3f7;
}
.banner-two__content__title {
    font-size: 60px;
}
@media (max-width: 767px) {
    .banner-two__content__title {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 18px;
    }
}
.page-header__bg::before {
    background-color: #0033a0;
}
.main-menu .main-menu__list > li > a {
    font-weight: 700;
}
.current_page_item > a {
   color: #4fc3f7;
}