/* typografia */

p {
	font-size: 13px;
	color: #4d4949;
	letter-spacing: 2px;
	line-height: 200%;
	font-family: 'montserratlight';
	max-width: 700px;
	width: 86%;
	margin: auto;
}
b {
	font-size: 13px;
	color: #4d4949;
	letter-spacing: 2px;
	line-height: 200%;
	font-family: 'montserratbold';
}
h2[itemprop="name"] a, h2[itemprop="name"]{
	color: #4d4949;
	font-family: 'montserratlight';
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50px;
}
h2[itemprop="headline"] {
	text-align: center;
	margin-bottom: 50px;
}
.blog-galeria h2[itemprop="name"] a, .blog-galeria h2[itemprop="name"] {
	margin-bottom: 0px;
}
ul li {
	color: #4d4949;
	font-family: 'montserratlight';
}
ul {
	max-width: 700px;
	width: 86%;
	margin: auto;
}

.zawartosc a {
	color: #bf2e2e;
	transition: 300ms ease 0s;
	-moz-transition: 300ms ease 0s;
	-o-transition: 300ms ease 0s;
	-webkit-transition: 300ms ease 0s;
	font-family: 'montserratlight';
}
.zawartosc a:hover {
	color: #f94c4c;
		transition: 300ms ease 0s;
	-moz-transition: 300ms ease 0s;
	-o-transition: 300ms ease 0s;
	-webkit-transition: 300ms ease 0s;
}

p.readmore {
	
}


/* koniec typografii */

.item-page-pablo .obrazek, .blog-pablo .obrazek {
  width: 350px;
  height: 350px;
  overflow:hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: auto;
}
.item-page-pablo .obrazek img, .blog-pablo .obrazek img {
  width: 130%;
  margin-left: -13%;
  filter: saturate(60%);
  -webkit-filter: saturate(60%);
}
.item-page-pablo p {
  line-height: 190%;
  color: #828282;
  font-family: 'montserratlight', 'Arial', sans-serif;
  letter-spacing: 1px;
  max-width: 675px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  width: auto;
}


.items-more {
	display: none !important;
}
.pagination .counter {
	display: none !important;
}
.pagination-start, .pagination-end, .pagination-next, .pagination-prev {
	display: none !important;
}
.pagination ul {
	text-align: center;
}
.pagination li {
	display: inline-block;
	text-align: center;
	margin: 5px;
	font-size: 19px;
}
.pagination li span {
	color: white;
	background-color: #bf2e2e;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
}
.pagination li a {
	color: #6e6e6e;
	background-color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
}

/* PAWEL WASZKIEWICZ */

.blog-pablo {}

/*
.blog-pablo .obrazek {
	max-width: 400px;
	margin-right: auto;
	display: inline-block;
	width: 40%;
	overflow: hidden;
	margin-right: 5%;
}
*/
/*
.blog-pablo .page-header h2 {
	font-size: 25px;
	padding-bottom: 3%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #bf2e2e;
	font-family: 'montserratbold';
}
*/
.blog-pablo .items-row {
}
.blog-pablo .items-row:last-child {
	padding-bottom: 0;
}
.blog-pablo .item.column-1 {
	margin: 90px auto;
}

.blog-galeria .items-row {
margin-bottom: 90px;
overflow: hidden;
}
p.readmore a {
	text-align: center;
	letter-spacing: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #4d4949;
	display: table;
	text-transform: lowercase;
	padding-bottom: 4px;
	margin: 10px auto;
	padding: 4px 9px;
}

/* GABANGA */

.blog-gabanga .page-header h1 {
	font-size: 29px;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #0d2b74;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}
.blog-gabanga .items-row {
	position: relative;
	margin-bottom: 90px;
	display: block;
	background-color: #eeeeee;
	padding: 50px 70px;
}
.blog-gabanga .items-row:after {
	position: absolute;
	left: -51px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: block;
	content: '';
	background-image: url('/images/left.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 100%;
}
.blog-gabanga .items-row:before {
	position: absolute;
	right: -51px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	display: block;
	content: '';
	background-image: url('/images/right.svg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 100%;
}
.blog-gabanga .items-row h1 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
}
.blog-gabanga .items-row h2 {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 200%;
	text-align: left;
}
.blog-gabanga .page-header h2[itemprop="name"] {
	font-family: 'Merriweather', serif;
	font-size: 21px;
	letter-spacing: -1px;
	color:#bf2e2e;
	text-align: center;
	display: block;
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 10px;
	line-height: 100%;
}
.blog-gabanga .page-header h2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 40px;
	height: 1px;
	background-color: #bf2e2e;
	margin: auto;
}
.blog-gabanga .items-row p {
	font-size: 15px;
	font-family: 'montserratlight';
	line-height: 210%;
	letter-spacing: 2px;
	text-align: justify;
	max-width: 100%;
	width: auto;
	margin: auto;
}
span.centrowanie {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
