/*Wyjustowanie wszystkich tekstów*/
body {
  text-align: justify;
}

/*przezroczystość formularzy kontaktowych */
input[type=text], input[type=email], input[type=password], textarea {
    opacity: 0.5;
}

/* move anchor down */
.anchor:before{
    display:block;
    position:relative;
    margin-top: -80px;
    height:80px;
    content: " ";
    visibility:hidden;
}

/*Tabs*/
  .su-tabs-nav {
    font-size: 20px }
  .su-tabs.my-custom-tabs .su-tabs-pane {
    padding: 1em;
    font-size: 20px;
  }

/*Tabelka*/
.CSSTableGenerator {
	margin:0;
  padding:0;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
}
.CSSTableGenerator table{
  border-collapse: collapse;
  border-spacing: 0;
  border:1px solid #000000;
	width:100%;
	height:100%;
	margin:0;
  padding:0;
}
.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:1px 1px 1px 1px;
	padding:10px;
	font-size:13px;
	font-weight:normal;
	color:#000000;
}

/*Licznik*/
.tminus_countdown {
  zoom:2;
}
.countdown{
  color: #ffffff;
	text-align: center;
  zoom: 1.4;
}

/*Nagłówki*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 0.5em 0;
}
.entry-content h1 {
  font-size: 2em;
  text-align: center;
}
article.post .entry-header h1.entry-title a, article.page .entry-header h1.entry-title a{
  font-size: 1.6em;
}
.entry-content h2 {
  font-size: 1.6em;
}
.entry-content h3 {
  font-size: 1.5em;
}
.entry-content h4 {
  font-size: 1.4em;
}
.entry-content h5 {
  font-size: 1.2em;
}
.entry-content h6 {
  font-size: 1.1em;
}

/*Przyciski*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #81d742;
    border-radius: 100px;
    background: #81d742;
    box-shadow: none;
    color: #FFF;
    font-size: 13px;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
}

/*Wyśrodkowanie w pionie i poziomie*/
.middlec {
  width:100%;
  max-width: 1080px;
  text-align: center;
  position: absolute;
	top: 50%;
  left:50%;
	transform: translate(-50%,-50%);
  text-shadow: 2px 2px #000000;
  background-color: rgba(47, 48, 51,0.5);
  border-radius: 5px;
  color:#ffffff;
}

.middlec h1, .middlec h2, .middlec h3{
    color:#ffffff;
}

.middler{
  height:350px;
  position:relative;
}


/*mniejsze wciecie wylistowań*/
ul,ol {
  margin:0;
}

/*Stylizowanie formularzy podsowych*/
.pods-field{
    display: flex;
}

.pods-field.pods-form-ui-row-type-pick ul{
 list-style-type: none;
 overflow: visible;  
}

.pods-pick-values li .pods-boolean input{
	position: relative;
  margin: auto 5px;
  top:0;
}

.pods-field-input .infografiki{
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translate(0,-50%);
}

.pods-form-front .pods-field-input .pods-boolean input{
  padding:0px;
  top:0;
}

.pods-form-ui-comment{
  font-style:italic;
  font-size: 0.8em;
}

/*Powiększenie Popupów*/
.cl-popup-box{
  font-size: 1.2em;
}


/*Modyfikacja szablonu punktu programu*/
article.jetpack-portfolio .entry-header .entry-thumbnail img{
  display:none;
}

.program{
  margin:0 -15px;
}

.szczegoly{
  padding: 0 15px;
}

.infografiki img{
  width:50px;
  height:50px;
}

/*Info ikony*/
i.infografika {
  border: solid 3px;
  padding: 5px;
  font-size: 34px;
  color: #000000;
  background-color: #ffffff;
}

.opisy{
  padding: 0 15px;
}

.wstep-fabularny{
  font-style:italic;
  font-size: 0.8em;
}
.opis{
  font-size: 0.8em;
}
.wymagania{
  font-size: 0.8em;
}
.uwagi{
  font-size: 0.8em;
}

@media (min-width: 780px) {

.szczegoly{
  width:35%;
  float:left;
}

.opisy{
  float:left;
  width:55%;
}
}

/*Akordeon Q&A*/
.so-widget-ink-filt-ardn .accordion .content.active a{
  padding:0;
  text-decoration: none;
  display: inline-block;
}

.so-widget-ink-filt-ardn .accordion .content.active i{
  display: inline;
	padding: 3px;
	border: solid 3px;
}
/*Akordeon z Harmonogramem*/
.su-spoiler i.infografika{
		border: none;
  	padding: 0;
  	font-size: inherit;
}

@media (min-width: 780px) {
	.su-spoiler i.infografika{
		border: solid 3px;
  	padding: 5px;
  	font-size: 34px;
  	color: #000000;
    background-color: #ffffff;
  	display: inline-block;
  	position: absolute;
  	top: 50%;
  	right: 20px;
  	transform: translate(0,-50%);
  }
}

/*Strona partnerów*/

.partnerzy .widget_vantage-social-media .social-media-icon.social-media-icon-mail{
    background: #81d742;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #81d742), color-stop(1, #92e853));
    background: -ms-linear-gradient(bottom, #81d742, #92e853);
    background: -moz-linear-gradient(center bottom, #81d742 0%, #92e853 100%);
    background: -o-linear-gradient(#92e853, #81d742);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92e853', endColorstr='#81d742', GradientType=0);
    border: 1px solid #92e853;
}
.partnerzy .widget_vantage-social-media .social-media-icon.social-media-icon-mail:hover{
    background: #b2e88a;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b2e88a), color-stop(1, #a0e66d));
    background: -ms-linear-gradient(bottom, #b2e88a, #a0e66d);
    background: -moz-linear-gradient(center bottom, #b2e88a 0%, #a0e66d 100%);
    background: -o-linear-gradient(#a0e66d, #b2e88a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0e66d', endColorstr='#b2e88a', GradientType=0);
    border: 1px solid #81d742;
}

article.partner .entry-header .entry-thumbnail img{
  display:none;
}