/* SAKRIJ SAMO NASLOV SEKCIJE (ne članke!) */
.bottom-full-width-section > .container > .row > .col-12 > h2 {
    font-size: 0 !important;
    position: relative;
}

/* Sakrij lijevi sidebar na svim stranicama osim naslovnice */
body:not(.home):not(.front-page) .secondary-left-sidebar {
    display: none !important;
}
/* Proširi sadržaj na podstranicama */
body:not(.home):not(.front-page) .newsmatic-container {
    max-width: 1400px !important;
    width: 95% !important;
}

body:not(.home):not(.front-page) #primary,
body:not(.home):not(.front-page) .site-main,
body:not(.home):not(.front-page) .content-area {
    width: 100% !important;
    max-width: 100% !important;
}

body:not(.home):not(.front-page) .newsmatic-container {
    max-width: 1800px !important;
    width: 98% !important;
}
/* Makni layout lijevog sidebara na stranicama */
.page.left-sidebar .newsmatic-container > .row {
    display: block !important;
}

.page.left-sidebar #primary,
.page.left-sidebar .primary-content,
.page.left-sidebar .content-area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.page.left-sidebar .secondary-left-sidebar {
    display: none !important;
}

body.page .site-header,
body.page .site-footer,
body.page .widget-area {
  display: none !important;
}

body.page #primary,
body.page .content-area,
body.page .site-main {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Makni naslov stranice */
.page .entry-title {
  display: none !important;
}

/* Makni sve paddinge oko contenta */
.page .entry-content,
.page .entry-content > *,
.page #primary,
.page .content-area,
.page .site-main,
.page .entry-content .wp-block-html {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.page-id-12340 .newsmatic-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-12340 .newsmatic-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-12340 .post-inner-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.page-id-12340 #theme-content {
  padding: 0 !important;
  margin: 0 !important;
}

html, body {
    overflow-x: hidden;
}

.page-id-12340 .newsmatic-container,
.page-id-12340 .post-inner-wrapper,
.page-id-12340 #primary,
.page-id-12340 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;

html,
body,
.site,
.site-content,
#page,
#content,
.newsmatic-container,
.container,
.row,
.post-inner-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}



