.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 200px !important;
}

.home #yoast-breadcrumbs {
    display: none;
}
/* Global CSS základ - Zlaté nadpisy, tmavé pozadie */
/* Vysoká priorita pre prepisovanie default štýlov témy */

/* Reset a základné nastavenia s vysokou prioritou */
/* * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
} */

/* Body - tmavé pozadie - prepisuje všetky témy */
body,
html,
body.home,
body.page,
body.single,
body.archive {
    /* background-color: #000000 !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); */
    min-height: 100vh;
    color: #ffffff ;
    font-family: Arial, sans-serif ;
    line-height: 1.4 ;
}

body {
    /* background: 
        repeating-linear-gradient(
            135deg,
            rgba(26, 26, 26, 0.8) 0px,
            rgba(26, 26, 26, 0.8) 80px,
            rgba(45, 45, 45, 0.8) 80px,
            rgba(45, 45, 45, 0.8) 160px
        ),
        linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    min-height: 100vh; */
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    background-size: 100% 80px;
    background-repeat: repeat-y;
    min-height: 100vh;

}

body.responsive .container {
    max-width: 90% !important;
}
@media screen and (max-width: 782px) {
    body.responsive .container {
        max-width: 100% !important;
    }
    
}

/* Všetky nadpisy - zlatá farba - prepisuje všetky témy */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.post-title,
.site-title,
article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #d4af37 !important;
    margin-bottom: 15px !important;
}

h1,
.entry-title,
.page-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    line-height: 1.2;
}

h2 {
    font-size: 2em !important;
    margin-bottom: 18px !important;
    line-height: 1.3;
}

h3 {
    font-size: 1.7em;
    margin-bottom: 16px;
    line-height: 1.3;
}

h4 {
    font-size: 1.4em !important;
    margin-bottom: 14px !important;
}

h5 {
    font-size: 1.2em !important;
    margin-bottom: 12px !important;
}

h6 {
    font-size: 1em !important;
    margin-bottom: 10px !important;
}

/* Základné elementy s prepisovaním */
p,
.entry-content p,
article p {
    margin-bottom: 15px;
    color: #ffffff;
}

a,
.entry-content a,
article a {
    color: #d4af37;
    text-decoration: none !important;
}

a:hover,
.entry-content a:hover,
article a:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

/* Pre WordPress obsah - prepisuje všetky témy */
.entry-content,
.page-content,
.post-content,
article,
.content,
main {
    /* background-color: #000000 !important; */
    color: #ffffff !important;
}

.entry-title,
.page-title,
.post-title {
    color: #d4af37 !important;
}

/* Header a footer */
/* header, */
.site-header,
footer,
.site-footer {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Základné container s prepisovaním */
/* .container, */
/* .content-area, */
.site-content {
    max-width: 1380px !important;
    width: 95%;
    margin: 0 auto !important;
    padding: 20px !important;
   
    padding: 30px;
    
    backdrop-filter: blur(10px);
}
@media screen and (max-width: 480px) {
    .site-content {
        padding: 0 !important;
    }
    
}
.home .site-content {
    background: rgba(42, 42, 42, 0.95);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    
    border: 1px solid rgba(255, 215, 0, 0.1);
}


/* POST IMG */
.entry-thumbnail {
overflow: hidden;
}
.entry-thumbnail a {
    display: block;
  box-sizing: border-box;
  width: 100%;
  height: 30vw;
  max-height: 400px;
  overflow: hidden;
}

.entry-thumbnail a img {
    width: 100%;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* LOGO NAV */
#masthead {
    padding: 15px !important;
}
#masthead .site-branding img {
 max-width: 80px !important;
}

#masthead .site-branding .site-description {
    display: none;
}

/* Overlay PArallax */
#parallax {
  position: relative;
  overflow: hidden;
}

#parallax .simpleParallax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* tmavý overlay s priehľadnosťou */
  pointer-events: none; /* nech overlay neblokuje kliky */
  z-index: 2; /* vyššie ako obrázok, nižšie ako ostatný obsah ak treba */
}


.tagcloud a:hover {
  background: rgba(42, 42, 42, 0.95);
}

/* QUOTE */
#parallax.quote h2::before {
    display: none;
}