/* Tutaj do siteorigins sa style */
.dojodigital_toggle_title {

}

/* Enter Your Custom CSS Here */
.entry-content p {
    text-align: justify;
    text-justify: inter-word;
}

.entry-content li {
    text-align: justify;
    text-justify: inter-word;
  	margin-top: 15px;
    margin-bottom: 15px;
}


tab1 { padding-left: 2em;}



pm {
		font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
}


.site-title {
    display: none;
}

.site-description {
    display: none;
}

.breadcrumbs span[property="name"] {
/*    font-size: 10px; */
}

.thumb-post .overlay-post-content {
  -webkit-box-shadow: inset 0px -226px 110px -91px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -226px 110px -91px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -226px 110px -91px rgba(0, 0, 0, 0.75);
  bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}

.nav-links .nav-next a {
  text-transform: none;
}

.main-navigation ul ul a {
  text-transform: none;
}

.main-navigation.sec-main-navigation ul ul a {
  text-transform: none;
}

.entry-title a {
  text-transform: none;

}

.footer-widget .widget-title {
  text-transform: none;
}

.nav-links .nav-previous a {
  text-transform: none;
}

.wrap-breadcrumb li {
  text-transform: none;
}

/*
Aby header dał moje logo na środku bez tej reklamy to musiałem odnaleźć plik php w inc -> hooks -> header.php i następnie w tym pliku pozmieniać nazwę kontenera na site branding na moją dałem  a było  to było w lini 268 i pewnie bedzei trzeba co update zmieniać.

wieć .my-header edytuje boź na 100%
.site-header .header-right wyłącza reklame w header
.site-header .site-branding usawia logo na środku.
*/

.my-header {
	width: 100%;
}

.site-header .header-right {
/*    text-align: right; */
    display: none;
}
 
.site-header .site-branding {
    margin: 0px auto 0px;
    width: 325px;
}
 

/*
Tutaj zmieniam, żeby nie było footer
*/

#colophon {
  	display: none;
}
/* To zmieniłem w pliku plugina - tutaj w custom css nie działa
.ez-toc-widget-container.counter-numeric li {
list-style-type: disc;
}


/*
Poniżej trwają prace nad moją super ładną tabelką do danych :)

*/

.tabela-dane-fin div {

}

.tabela-dane-fin table{ 

  border-collapse: separate;
  background:white;
  overflow:hidden;
  max-width:700px; 
  width:95%;
  margin:0 auto;
  position:relative;
  border-radius: 10px !important;
  -moz-border-radius: 10px;
  border: 1px solid rgba(29,150,178,1);
  border-bottom: none;
  border-spacing: 0; 
  table-layout: auto;
}
  
.tabela-dane-fin tr:first-of-type{
  }

.tabela-dane-fin tr{

  }
.tabela-dane-fin tr:last-of-type{
border-bottom: none;
}

.tabela-dane-fin th {
      background-color: rgba(29,150,178,1); 
			border: none;
      font-weight: bold;
      text-align: center;
      color: black;
			font-size: 14px
      }

.tabela-dane-fin td{
      /*background-color: rgba(29,150,178,1);*/
			border: 1px white;
      border-bottom: 1px solid rgba(29,150,178,1);
      font-weight: normal;
      text-align: center;
      color: black;
			font-size: 12px
}

.tabela-dane-fin td:first-of-type{
        text-align: left;
  		
}



.tabela-dane-fin td:hover { background: #666; color: #FFF; } 
  