/* Change entry title size on posts | 35043663-hc (db) */
article .entry-title {
    font-size: 50px;
}

/* Add padding to all group blocks with a background color | 5605607-zen tcrv */
.wp-block-group.has-background {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}
/* End | 5605607-zen tcrv */

/*  hide page titles -- 37568720-hc (DOC) */
.page h1.entry-title {
  display: none;
}

/* Blog wide layout  / 6571585-zen rw */  
 
div.content-wrapper.with-featured-image {
  margin: -4.7em 0 0 20px;
  padding: 1.3em 5px;
}

div.content-wrapper .content-area {
  max-width: 800px;
}

/*Hide footer on specific page 6751829-zen*/
.page-id-7179 #tertiary,
.page-id-7179 .site-footer,
.page-id-1470 #tertiary,
.page-id-1470 .site-footer,
.page-id-6426 #tertiary,
.page-id-6426 .site-footer,
.page-id-6231 #tertiary,
.page-id-6231 .site-footer,
.page-id-4762 #tertiary,
.page-id-4762 .site-footer,
.page-id-5345 #tertiary,
.page-id-5345 .site-footer{
	display:none;
}

/* Change the language for the previous post" and "next post" links  / 9035236-zen NG */

div.nav-previous span {
   text-indent: -999999px;
   line-height: 0px;
}

div.nav-next span {
   text-indent: -999999px;
   line-height: 0px;
    direction:rtl;
}

div.nav-previous span:after {
  content: "Předchozí příspěvek";
  text-indent: 0;
  display: block;
  line-height: initial;
}

div.nav-next span:after {
  content: "Další příspěvek";text-indent: 0;
  text-indent: 0;
  display: block;
  line-height: initial;
}

/* Change the language for the Continue Reading links / 9055358-zen NG */

.more-link::after {
 content: "Pokračovat ve čtení";
 color: ##15b6b8;
 font-size: 18px;
}

.more-link {
 font-size: 0;
}

.more-link::after {
content: "Pokračovat ve čtení";
color: ##15b6b8;
font-size: 18px;
}

.more-link {
font-size: 0;
}

/* 1) Výchozí chování – na webu schovat */
.hidden-block {
  display: none !important;
}

/* 2) V editoru Gutenberg ten blok zase zobrazit */
body.wp-admin .hidden-block,
.block-editor-page .hidden-block,
.editor-styles-wrapper .hidden-block {
  display: block !important;
}

.ref-box {
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #E1E1E1;
  background: #F7F7F7;
}

/* Skrytí hlavičky (header, menu, navigace) na konkrétní stránce */
.page-id-12534 header,
.page-id-12534 .site-header,
.page-id-12534 #masthead,
.page-id-12534 nav,
.page-id-12534 .nav,
.page-id-12534 .main-navigation,
.page-id-12534 .wp-block-template-part-header,
.page-id-12534 .wp-block-template-part__header {
    display: none !important;
}

/* Skrytí hlavičky (header, menu, navigace) na stránce 12689 */
.page-id-12689 header,
.page-id-12689 .site-header,
.page-id-12689 #masthead,
.page-id-12689 nav,
.page-id-12689 .nav,
.page-id-12689 .main-navigation,
.page-id-12689 .wp-block-template-part-header,
.page-id-12689 .wp-block-template-part__header {
    display: none !important;
}

/* Skrytí patičky (footer) na stránce 12689 */
.page-id-12689 #tertiary,
.page-id-12689 .site-footer,
.page-id-12689 footer,
.page-id-12689 #colophon {
    display: none !important;
}

/* Skrytí hlavičky na stránkách 10894, 12797, 12801 */
.page-id-10894 header,
.page-id-12797 header,
.page-id-12801 header {
    display: none !important;
}

/* Skrytí patičky (footer) na stránkách 10894 + 12797 + 12801 */
.page-id-10894 #tertiary,
.page-id-10894 .site-footer,
.page-id-10894 footer,
.page-id-10894 #colophon,

.page-id-12797 #tertiary,
.page-id-12797 .site-footer,
.page-id-12797 footer,
.page-id-12797 #colophon,

.page-id-12801 #tertiary,
.page-id-12801 .site-footer,
.page-id-12801 footer,
.page-id-12801 #colophon {
    display: none !important;
}