/* xl - DESKTOP STYLES */ 
.et_post_meta_wrapper h1 {
    font-weight: 600 !important;
	font-size: 30px !important;
	font-style: normal !important;
	text-decoration: none !important;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: transparent;
    letter-spacing: -1px !important;
    line-height: 1.2 !important;
    text-align: left !important;
}


/* Tlačítko Clanky ------------------------------------------------------------------*/
.odkaz_clanky {
  font-size: 13px;
  color: rgb(0,140,0) !important;
  background-color: rgb(255,255,255);
  padding: 4px 10px 4px 10px;
  margin-left:0px;
  margin-right:12px;
  border: 1px solid rgb(90,220,90);
  border-radius: 0px;
  text-decoration: none;
  line-height:50px;
  word-break: keep-all;
 }
.odkaz_clanky:hover {
  color: rgb(255,255,255) !important;
  background-color: rgb(0,100,0);
  border-color: rgb(0,100,0);
  text-decoration: none;
  word-break: keep-all;
 }

/* Modrý odkaz ve článcích autora a kategorie -------------------------------- */
.et_pb_post .more, .et_pb_post .post-meta a {
    text-decoration: none;
    color: #0000ff !important;
}

#left-area .post-meta a {
    color: #0000ff;
    text-decoration: none !important;
}

/* Posunutí výpisu článku dolů pod nadpis -------------------------------- */
.et_pb_post .post-meta {
    margin-bottom: 10px;
}

/* Posunutí textu článku dolů pod nadpis -------------------------------- */
.et_pb_post .entry-content {
     padding-top: 0px;
	line-height:1.4em;
}

/* Odstranění svislé čáry mezi menu a textem článku -------------------------- */
#main-content .container:before {
	background: none;
}


