/* increase menu font size */
#nav-header li a {
    font-size: 20px;
    color: white !important;
    font-weight: bold;
}

/* set global font size */
/*
h1 {
    font: 35px Britannic Bold, sans-serif;
}
h2 {
    font: 30px Britannic Bold, sans-serif;
}
h3 {
    font: 25px Britannic Bold, sans-serif;
}
*/

/* hide page category, post title and author/dates */
.single  .post-byline {
    display:  none;
}
.sigle .entry-title {
    display: none;
}

.category .page-title { 
  display: none; 
}

/* remove related posts hand icon */
.heading .fa-hand-o-right::before {
    content: none;
}
.single .entry-related{
  display:none;
}

/*odstranenie you also may like sekcie*/
/*
.related-posts { display: none; }

.heading,
#reply-title {
display: none; }
*/

/*
#nav-header .nav { 
  text-align: center; }
*/
@media screen and (min-width: 725px) {
        #nav-header .nav { 
  			text-align: center; }
      }

.site-banner {
    height: 10px;
    width: 300px;
}
.tablepress-id-9 thead th,
.tablepress-id-9 tbody td,
.tablepress-id-10 thead th,
.tablepress-id-10 tbody td,
.tablepress-id-11 thead th,
.tablepress-id-11 tbody td {
  text-align: left;
}
.tablepress-id-9 th,
.tablepress-id-9 td { 
column_widths="40%|60%";
}
.tablepress-id-10 th,
.tablepress-id-10 td { 
column_widths="40%|60%";
}

.tnp-widget input.tnp-submit {
 background-color: #d6d6d6!important;
 color: #000!important;
 width: auto!important;
}

.tnp-widget input.tnp-email {
  width: auto!important;
}

.footer-widget-3 {
      text-align: center;
}

.post-date { 
  display: none;
}