/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
Description: Child theme for Kadence
Author: Your Name
*/

/* CUSTOM CSS */

#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
	background: #FFD400 !important;
}

/* Desktop navigation colors */
.main-navigation .primary-menu-container > ul > li.menu-item > a {
	color: #000 !important;
	font-weight: 500;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
	text-decoration: underline;
}

/* flaoting whatsapp button*/
.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;

    background: #FFD000;
    color: #000;

    padding: 14px 24px;
    border-radius: 50px;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;

    border: 2px solid #000;

    box-shadow: 0 6px 18px rgba(0,0,0,0.25);

    transition: all 0.3s ease;
}
.floating-whatsapp:hover {
    background: #000;
    color: #FFD000;

    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .floating-whatsapp {
        bottom: 15px;
        right: 15px;

        padding: 12px 18px;
        font-size: 14px;
    }
}

/* Hide category and who publish post */
.entry-taxonomies,
.entry-meta.entry-meta-divider-dot{
	display: none;
	visibility: hidden;
}

/* mobile menu colors*/
.popup-drawer .drawer-inner {
	background-color: #000 !important;
}
.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
	color: #FFD400 !important;
	font-weight: 700;
}
.popup-drawer .drawer-header .drawer-toggle{
	color: #FFD400 !important;
}
.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
	font-size: 36px;
    color: black;
    font-weight: 700;
}

/* HERO za post */
.entry-hero-container-inner {
	background: none !important
}
	
.entry-hero.page-hero-section {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* optional: malo jači overlay da tekst ostane čitljiv */
.entry-hero .hero-section-overlay {
  background: rgba(0, 0, 0, 0.25) !important;
}

#inner-wrap > section > div > div.hero-container.site-container > header > h1 {
	background: rgba(255, 255, 255, 0.45);
	padding: 12px 20px;
}


@media (max-width: 1024px) {
  .entry-hero.page-hero-section {
    min-height: 550px;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .entry-hero.page-hero-section {
    min-height: 260px;
    background-position: center top;
  }
}

.entry-hero.page-hero-section {
	min-height: 550px;
	background-position: center;
}
.entry-hero.page-hero-section header.entry-header {
	min-height: 550px;
}