/*
Theme Name: Antonius
Template: onepress
Version: 1.0.0
Text Domain: onepress-child
*/
 

/* renderowanie abc_ui */
.abc-render table {
  border: 0px;
  margin-bottom: 0px;
}
/* szer. komórki z przyciskiem play */
#abc-container0 table tr td:nth-of-type(1) { width: 100px }

/* glosy w poziomie */
#abc-voices0.abc-voices { width: 100%; }
#abc-voices0.abc-voices br { display: none }

/* nuty na środek */
/* #abc-render0 { text-align: center; } */

/* border off */
.abc-render table {
  border: 0px;
  margin-bottom: 0px;
}
.abc-render table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 0px;
}

/* modyfikacje szablonu */
#primary {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* wylaczamy sciezke nawigacji */
.breadcrumbs {display:none;}

h1 {
  font-size: 26pt !important;
  font-weight: bold !important;
}
h2 {
  font-size: 16pt !important;
  font-weight: bold !important;
  margin-top: 20px !important;
}

/* koleczko w listach drugiego poziomu */
.entry-content ul ul li {
  list-style: circle;
}
.entry-content {
  margin-top: 10px;
} 
.entry-content ul {
  margin: 0px;
}
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

.entry-meta .posted-on {
  display: none;
}
.entry-meta {
  margin-bottom: 0px;
	padding-bottom: 0px;
}

/* zwrotki preformatowane */
.wp-block-preformatted {
  padding-left:20px;
}

/* nazwy głosów powyżej playera */
.wp-block-audio figcaption {
  text-align: center;
  margin-top: -.50em;
  margin-bottom: 1.5em;
}

/* chmura tagów */
.tag-cloud-link {
  font-size: 9pt !important;
}
