
/* Podtržení nadpisu */
.type-page .entry-title::after {
	background-color: #dd9933; 	 
}

/* Pozadí submenu */
.primary-navigation li a:hover, .primary-navigation li:hover a {
 	background-color: #5b331b; 
}

/* Hlavička tabulek */
.tablepress tfoot th, .tablepress thead th {
  	background-color: #dd9933;
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
 	background-color: #E7B870;
}

/* Skrytí default obrázku šablony a textu "Welcome" */
#page-banner, #cta {
	display: none !important; 
}

/* Hlavička - zúžení horního pruhu s obrázkem */
.header-bg {
	padding: 0; 
}

/* Hlavička - Přebarvení pozadí názvu webu na průhledné a barvy textu */
.site-info.fade-logo {
 	background-color: transparent !important; 
}
h3.site-tagline, a.site-tagline {
	font-family: Tahoma, sans-serif !important;
  	color: #732500 !important;
  	text-transform: initial;
  	font-weight: 700 !important;
}
.site-tagline:before {
 	background-color:#732500 !important;
}
.site-title h1, .site-title a {
	font-family: Tahoma, sans-serif !important;
  	color: #732500 !important;
  	text-transform: initial;
  	font-weight: 800 !important;
}
/* Hlavička - změna pozice názvu webu */
.header-inner {
 	text-align: left;
  	margin-left: 10%;
  	margin-right: 10%;
}

/* Patička - bottom */
#puresimple-bottom-section {
 	background-color: white !important; 
}
#bottom-wrapper {
	/* display: none; */ /* Skrývání patičky */
  	background-color: white !important;
  	background: initial !important;
}
#bottom-wrapper h3 {
	color: #424242; 
}
#bottom-wrapper .widget-title {
	color: #424242 !important; 
}

#site-footer {
 	font-weight: 200 !important; 
}

/* Mapy */

/* Skrývání náhledového obrázku a metadat v příspěvcích */
.featured-image-single {
 display: none; 
}
.entry-footer.single-footer {
 display: none; 
}

/* Změna nadpisu v aktuálních příspěvcích */
.chpcs_title a, .chpcs_title a:hover, .chpcs_title a:visited {
  font-size: 1.0rem;
  color: #c69f63 !important;
}

.chpcs_more a, .chpcs_more a:hover, .chpcs_more a:visited {
  color: #c69f63 !important;
}

.chpcs_foo_content p {
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}