/*
Theme Name: AnnaKolebuk.pl
Theme URI: https://wordpress.org/
Author: AnnaKolebuk.pl
Author URI: https://wordpress.org/
Description: AnnaKolebuk.pl
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: AnnaKolebuk.pl
Tags: AnnaKolebuk.pl
*/

/* reset --------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header#lead, hgroup, menu, nav, div, summary,
time, mark, audio, video,
input {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a, a * {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, div {
	display: block;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

sub {
	vertical-align: sub;
	font-size: 80%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-text-size-adjust: none;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea, select, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	font: 16px/24px 'Roboto Slab', Arial, Helvetica;
	color: #333;
	font-weight: 500;
	border: 1px solid #d7d7d7;	
}

::selection {
	background: #f1edec; 
}

::-moz-selection {
	background: #f1edec;
}

::-webkit-input-placeholder { 
  color: #333;
  opacity: 1;
}

::-moz-placeholder { 
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder { 
  color: #333;
  opacity: 1;
}

:-moz-placeholder { 
  color: #333;
  opacity: 1;
}

::placeholder { 
  color: #333;
  opacity: 1;
}

/* default --------------------------------------------------------------------------*/

body {
	font-size: 16px;
	font-family: 'Roboto Slab', Arial, Helvetica;
	color: #6a6a6a;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;	
	font-weight: 400;
}

b,strong {
	font-weight: 700;
}

/* content --------------------------------------------------------------------------*/

div.web {
	max-width: 1410px;
	padding: 0 20px;
	margin: 0 auto;
}

div.web2 {
	max-width: 1500px;
	padding: 0;
	margin: 0 auto;
}

div.web3 {
	max-width: 1500px;
	padding: 0;
	margin: 0 auto;
}

header {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}

header div.logo {
	height: 180px;
	float: left;
	background: url('images/logo.png') no-repeat center center;
	width: 100%;
	background-size: 307px;
}

header div.logo a {
	float: left;
	width: 100%;
	height: 100%;
}

header.toggle-nav {
	display: none;
}

header nav {
	float: left;
	width: 100%;
}

header nav ul {
	float: left;
	width: 100%;
	padding: 20px 0 40px 0px;
	text-align: center;
}

header nav ul li {
	padding: 0 25px;
	display: inline-block;
	position: relative;
}

header nav ul li a {
	color: #191919;
	font-size: 14px;
	font-weight: 400;
	/*font-family: 'Roboto Condensed';
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;*/
	padding: 20px 0;
}

header nav ul li a span {
	color: #7fa38c;
}

header nav ul li a:hover {
	text-decoration: underline;
	color: #7fa38c;
}

header nav ul li.menu-item-has-children ul {
	position: absolute;
	background: #fff;
	z-index: 99999;
	top: 0;
	left: 0;
	margin: 35px 0 0 0;
	padding: 10px 0;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.19);
	display: none;
	width: 220px;
}

header nav ul li.menu-item-has-children:hover ul {
	display: initial;
}

header nav ul li.menu-item-has-children ul li {
	padding: 12px 25px;
	float: none;
	margin: 0 auto;
}

header nav ul li.menu-item-has-children ul li a {
	padding: 10px 0 !important;
}

header nav ul li.menu-item-has-children ul li a:hover {
	background: none;
}

header nav ul.sub-menu {
	text-align: left;
}

div.content {
	padding: 40px 0;
	float: left;
	width: 100%;
}

div.contentnoheader {
	padding: 5px 0 40px 0;
}

div.content h1, div.content h2, div.content h3 {
	font-family: 'Playfair Display';
	color: #191919;
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 700;
}

div.priceslist {
	display: flex;
  	width: calc(100% + 20px);
	margin: 0 -10px;
}

div.pricing {
	border: 1px solid #ddd; 
	float: left; 
	padding: 30px; 
	width: calc(33.333% - 20px);	
	margin: 0 10px;
}

div.pricing span.price {
	font-family: 'Playfair Display';
	font-size: 30px;
	color: #191919;
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 300;
}

div.pricing h2 {
	font-family: 'Playfair Display';
	font-size: 30px;
	color: #191919;
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 700;
}

div.pricing ul {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	line-height: 28px;
}

div.pricing ul li {
	background: url('images/heart.png') no-repeat 0 18px;
	background-size: 10px;
	padding: 7px 0 7px 25px;
}

div.content ul.list {
	font-size: 16px;
	line-height: 34px;
	width: 100%;
	float: left;
	column-count: 3;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

div.content ul.list li {
	background: url('images/heart.png') no-repeat 0 18px;
	background-size: 10px;
	padding: 7px 0 7px 25px;
}

div.content img.price {
	float: left;
	width: 100%;
}

div.content h1 {
	font-size: 36px;
	line-height: 40px;
}

div.content h2 {
	font-size: 28px;
	line-height: 36px;
	padding: 40px 0 0 0;
}

div.content h3 {
	font-size: 20px;
	line-height: 30px;
	padding: 40px 0 0 0;
}

div.content h2:first-of-type, div.content h3:first-of-type {
	padding: 0;
}

div.content p {
	font-size: 16px;
	line-height: 34px;
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0 0 0;
}

div.content p a {
	text-decoration: underline;
	color: #7fa38c;
	font-weight: 700;
}

div.content p a:hover {
	color: #333;
}

div.photos {
	float: left;
	width: 100%;
}

div.photos div.cols {
	width: 100%;
    margin: 0 auto;
    -moz-column-count:3;
    -moz-column-gap: 0;
    -moz-column-width: 33.333333333%;
    -webkit-column-count:3;
    -webkit-column-gap: 0;
    -webkit-column-width: 33.333333333%;
    column-count: 3;
    column-gap: 0;
    column-width: 33.333333333%;
	line-height: 0px;
	background: #fff;
}

div.photos div.cols img {
	clear: both;
	width: 100%;
	height: auto;
}

div.photos div.zdjeciapoziome img {
	float: left;
	width: 33.3333333333%;
	height: auto;
}

div.contentnews {
	float: left;
	width: 100%;
}

div.contentnews nav {
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
}

div.contentnews nav a.left {
	float: left;
}

div.contentnews nav a.right {
	float: right;
}

div.contentnews nav a {
	color: #7fa38c;
}

div.contentnews nav a:hover {
	color: #333;
}	

div.newslist {
	padding: 40px 0;
	float: left;
	width: 100%;
    -moz-column-count:3;
    -moz-column-gap: 40px;
    -moz-column-width: 33.3333%;
    -webkit-column-count:3;
    -webkit-column-gap: 40px;
    -webkit-column-width: 33.3333%;
    column-count: 3;
    column-gap: 40px;
    column-width: 33.3333%;
	line-height: 0px;
}

div.contentnews div.news {
	width: 100%;
	background: #f7f7f7;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table; 
	margin-bottom: 40px;
}

div.contentnews div.news img {
	float: left;
	width: 100%;
}

div.contentnews div.news a {
	font-size: 26px;
	line-height: 35px;
	font-family: 'Roboto Slab';
	color: #191919;
	float: left;
	width: 100%;
	font-weight: 700;
}

div.contentnews div.news a span {
	padding: 30px;
	float: left;
	width: 100%;
}

div.contentnews div.news a span:hover {
	text-decoration: underline;
}

div.contentnews div.news p {
	font-size: 16px;
	line-height: 28px;
	padding: 30px;
	margin: 0;
}

footer {
	float: left;
	width: 100%;
	border-top: 1px solid #d6d6d6;
	padding: 40px 0;
	line-height: 24px;
	font-size: 14px;
}

footer div.footer1 {
	float: left;
	width: 100%;
	text-align: center;
}

div.content div.column1 {
	float: left;
	width: 50%;
	padding: 10px 20px 0 200px;
}

div.content div.column1 fieldset.form {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
}

div.content div.column1 fieldset.form input.wpcf7-text, .wpforms-field-medium {
	width: 100% !important;
	float: left !important;
	margin: 0 0 20px 0 !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 0 !important;
	padding: 10px 20px !important;
	color: #333 !important;
	font-size: 16px !important;
	height: auto !important;
	line-height: 1.6 !important;
	max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0 !important;
}

div.content div.column1 fieldset.form textarea {
	width: calc(100% - 40px);
	float: left;
	height: 100px;
	margin: 0 0 20px 0;
	padding: 13px 20px;
	color: #333;
	font-size: 16px;
}

div.content div.column1 fieldset.form input.wpcf7-text:focus, div.content div.column1 fieldset.form textarea:focus {
	border: 1px solid #aeaeae;
}

div.content div.column1 fieldset.form .captcha {
	display: inline-block;
}

div.content div.column1 fieldset.form input.send, div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 15px !important;
	padding: 15px 30px !important;
	font-weight: 700 !important;
	background: #7fa38c !important;
	border: none !important;
	cursor: pointer !important;
	margin: 0 !important;
}

div.content div.column1 fieldset.form input.send:hover {
	background: #9a595b;
}

div.content div.column2 {
	float: left;
	width: 50%;
	padding: 0 200px 0 20px;
}

div.content div.column2 p {
	text-align: left;
}

div.main {
	float: left;
	width: 100%;
}

div.main div.session {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

div.main div.session a img {
	float: left;
	width: calc(100% - 277px);
}

div.main div.session a h2 {
	width: 267px;
	float: right;
	height: 100%;
	margin: 0 0 0 10px;
	display: table;
	color: #fff;
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	transition: all .25s ease-in-out;
	background: #fff !important;
	border: 1px solid #ddd;
	font-family: 'Playfair Display';
}

div.main div.session a h2 span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #191919 !important;
	font-family: 'Playfair Display';
}

div.main1 div.session a h2 {
	background: #d5c5ca;
}

div.main2 div.session a h2 {
	background: #6b938f;
}

div.main3 div.session a h2 {
	background: #746052;
}

div.main4 div.session a h2 {
	background: #d7b7a8;
}

div.main5 div.session a h2 {
	background: #bdb9b7;
}

div.main6 div.session a h2 {
	background: #dfb1c3;
}

div.main div.session a:hover h2 {
	opacity: 0.85;
}

span.wpcf7-not-valid-tip, div.wpforms-container-full .wpforms-form label.wpforms-error {
    float: left !important;
    width: 100% !important;
	font-weight: 700 !important;
	color: #f34e4e !important;
	font-size: 14px !important;
	margin: -15px 0 15px 0 !important;
}

.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}

.wpcf7-form-control-wrap div {
	display: inline-block;
}

div.wpcf7 .ajax-loader {
    margin: 40px 0 0 20px;
	position: absolute;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
	background: #6cbb37;
}

.wpcf7-response-output, .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message)  {
    margin: 0 !important;
	padding: 15px 20px !important;
	font-size: 14px !important;
	color: #fff !important;
	float: left !important;
	width: 100% !important;
	text-align: center;
	border: none !important;
	background: #6cbb37 !important;
}

div.content .wpforms-confirmation-container-full p {
	padding: 0 !important;
	font-size: 14px !important;
	line-height: 21px !important;
}

.sent .wpcf7-response-output {
	color: #fff;
	background: #4bb179;
}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

img.zoom {
	cursor: pointer;	
}

.grecaptcha-badge {
	display: none !important;
}

/* [LIGHTBOX BACKGROUND] */
#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.68);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
#lb-back.show {
  visibility: visible;
  opacity: 1;
}

/* [LIGHTBOX IMAGE] */
#lb-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#lb-img img.vertical {
  height: 100%;
  max-width: 100vw;
  height: auto; 
  max-height: 100vh;
}

#lb-img img.horizontal {
  width: 100%;
  max-width: 1000px;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
}


@media (max-width: 1400px) {
	
	header nav ul li {
		padding: 0 20px;
	}
				
	div.content {
		padding: 30px 0;
	}
	
	div.contentnoheader {
		padding: 5px 0 30px 0;
	}

	div.content h1 {
		font-size: 30px;
		line-height: 32px;
	}

	div.content h2 {
		font-size: 24px;
		line-height: 28px;
		padding: 30px 0 0 0;
	}

	div.content h3 {
		font-size: 18px;
		line-height: 24px;
		padding: 30px 0 0 0;
	}

	div.content p {
		font-size: 15px;
		line-height: 30px;
		padding: 25px 0 0 0;
	}
	
	div.newslist {
		padding: 30px 0;
		-moz-column-gap: 30px;
		-webkit-column-gap: 20px;
		column-gap: 30px;
	}
	
	div.contentnews div.news {
		margin-bottom: 30px;
	}
	
	div.contentnews div.news a {
		font-size: 20px;
		line-height: 30px;
	}

	div.contentnews div.news p {
		font-size: 15px;
		line-height: 27px;
	}	

	div.contentnews nav {
		padding: 0 0 30px 0;
	}

	div.contentnews nav a {
		font-size: 15px;
	}	
	
	footer {
		padding: 30px 0;
	}
	
	div.main div.session a h2 {
		width: 269px;
		margin: 0 0 0 8px;
		font-size: 20px;
		line-height: 32px;
	}

	div.content div.column1 {
		padding: 10px 20px 0 100px;
	}

	div.content div.column2 {
		padding: 0 100px 0 20px;
	}

	div.wpcf7-response-output {
		margin: 25px 0 0 0 !important;
	}
	
	div.pricing {
		padding: 20px; 
	}
	
	div.pricing span.price {
		font-size: 24px;
	}

	div.pricing h2 {
		font-size: 24px;
	}
	
	div.pricing ul {
		font-size: 15px;
		line-height: 26px;
	}
	
	div.content ul.list {
		font-size: 15px;
		line-height: 30px;
		background: url('images/heart.png') no-repeat 0 16px;
		background-size: 10px;
	}
	
	div.content ul.list li {
		background: url('images/heart.png') no-repeat 0 16px;
		background-size: 10px;
	}
	
	div.content div.column1 fieldset.form {
		margin: 25px 0 0 0;
	}

}

@media (max-width: 1260px) { 

	header nav ul li {
		padding: 0 15px;
	}

}

@media (max-width: 1160px) { 

	header nav ul li {
		padding: 0 12px;
	}
	
	div.photos {
		background: #444;
	}

}

		
@media (max-width: 1000px) { 

	div.photos div.cols {
		-moz-column-count:1;
		-moz-column-gap: 0;
		-moz-column-width: 100%;
		-webkit-column-count:1;
		-webkit-column-gap: 0;
		-webkit-column-width: 100%;
		column-count: 1;
		column-gap: 0;
		column-width: 100%;
	}

	div.photos div.cols img {
		width: 50%;
		clear: none;
		float: left;
	}
	
	div.photos div.zdjecia6 img:nth-of-type(5) {
		width: 50%;
	}
	
	div.photos div.zdjecia6 img:nth-of-type(3)  {
		float: right;
	}
	
	div.photos div.zdjecia6 img:nth-of-type(6) {
		width: 100%;
	}
	
	div.photos div.zdjecia6 img:nth-of-type(4) {
		clear: left;
	}
	
	div.photos div.zdjecia7 img:nth-of-type(3) {
		float: right;
	}
	
	div.photos div.zdjecia7 img:nth-of-type(4) {
		width: 100%;
   		float: inherit;
	}
	
	div.photos div.zdjecia7 img:nth-of-type(6) {
	    clear: left;
	}
	
	div.photos div.zdjecia7 img:nth-of-type(7) {
	    float: inherit;
	}	
		
	div.photos div.zdjecia9 img:nth-of-type(7) {
		float: right;	
	}
	
	div.photos div.zdjecia9 img:nth-of-type(5) {
		width: 50%;
	}
	
	div.photos div.zdjecia9 img:nth-of-type(3), div.photos div.zdjecia9 img:nth-of-type(9)  {
		float: right;
	}
	
	div.photos div.zdjecia9pionowe img:nth-of-type(9) {
		width: 100%;
	}
	
	div.photos div.zdjecia9 img:nth-of-type(6) {
		clear: left;
	}
	
	div.photos div.zdjecia9 img:nth-of-type(7) {
		float: inherit;
	}

	div.photos div.zdjecia10 img:nth-of-type(4), div.photos div.zdjecia10 img:nth-of-type(7) {
		width: 100%;
	}
	
	div.photos div.zdjecia10 img:nth-of-type(5) {
		width: 50%;
	}
	
	div.photos div.zdjecia10 img:nth-of-type(3), div.photos div.zdjecia10 img:nth-of-type(9)  {
		float: right;
	}

	div.photos div.zdjecia11 img:nth-of-type(3), div.photos div.zdjecia11 img:nth-of-type(9)  {
		float: right;
	}

	div.photos div.zdjecia11 img:nth-of-type(5) {
		width: 100%;
	}
	
	div.photos div.zdjecia15 img:nth-of-type(1), div.photos div.zdjecia15 img:nth-of-type(3), div.photos div.zdjecia15 img:nth-of-type(5), div.photos div.zdjecia15 img:nth-of-type(7), div.photos div.zdjecia15 img:nth-of-type(9) {
		float: right;
	}
	
	div.photos div.zdjecia15 img:nth-of-type(11) {
		width: 100%;
	}
	
	div.photos div.zdjecia99 img:nth-of-type(2), div.photos div.zdjecia99 img:nth-of-type(4) {
		float: right;	
	}
	
	div.photos div.zdjecia99 img:nth-of-type(7) {
		width: 100%;
	}
	
	div.photos div.zdjecia1010 img:nth-of-type(3), div.photos div.zdjecia1010 img:nth-of-type(6) {
		float: right
	}
	
	div.photos div.zdjecia1010 img:nth-of-type(8) {
		float: right;
		clear: both;
	}
	
	div.photos div.zdjecia1010 img:nth-of-type(9) {
		display: none;
	}
	
	div.photos div.zdjecia1111 img:nth-of-type(2), div.photos div.zdjecia1111 img:nth-of-type(7), div.photos div.zdjecia1111 img:nth-of-type(10) {
		float: right;
	}
	
	div.photos div.zdjecia1111 img:nth-of-type(4) {
		width: 100%;
	}
	
	.wp-image-2071 {
		display: none;
	}

	header div.logo {
		float: left;
		height: 80px;
		width: 100%;
		background: url('images/logo.png') no-repeat center center;
		background-size: 200px;
		margin: 16px 0;
	}
	
	header .toggle-nav {
		float: right;
		display: block;
		height: 80px;
		width: 60px;
		background: url('images/menu.png') no-repeat center right;
		background-size: 32px 32px;
		padding: 0;
		position: absolute;
		right: 0;
		margin: 20px 20px 0 0;
		z-index: 999;
	}	

	header .close {
		float: right;
		display: block;
		height: 80px;
		width: 60px;
		background: url('images/close.png') no-repeat center right;
		background-size: 32px 32px;
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999;
		margin: 20px 20px 0 0;
	}
	
	header nav  {
		display: none;
	}
	
	header nav.visible {
		display: block;
		float: left;
		width: 100%;
		height: 100%;
		max-width: 100%;
		margin-left: 0px;
		border: none;
		margin: 0;
		position: fixed;
		overflow: auto;
		z-index: 2;
		background: #191919 !important;
		left: 0;
		top: 0;
		padding: 52px 0 0 0;
	}
	
	header nav ul {
		position: relative;
		z-index: 2;
		width: 100%;
		text-align: center;
		padding: 0;
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-webkit-flex-flow: column;
		-ms-flex-direction: column;
		flex-flow: column;
	}

	header nav ul li {
		float: left !important;
		padding: 15px 0;
		width: 100% !important;
		border: none;
		border-top: 1px solid #333;
		text-align: center !important;
	}

	header nav ul li:first-of-type {
		border: none;
	}
	
	header nav ul li a {
		font-size: 17px !important;
		line-height: 28px;
		color: #fff;
		font-weight: 700;
	}
	
	header nav ul li.menu-item-has-children:hover ul {
		display: none;
	}

	header nav ul li.menu-item-has-children ul {
		display: none;
		position: relative;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		margin: 0;
		padding: 20px 0 0 0;
	}
	
	header nav ul li.menu-item-has-children ul li {
		border: none;
	}
	
	.showsubmenu {
		display: initial !important;
	}
	
	header nav ul li a {
		font-size: 18px !important;
		line-height: 18px;
		font-weight: 700;
	}
	
	header nav ul li.menu-item-has-children ul li a {
		font-size: 15px !important;
	}
	
	div.newslist {
		padding: 20px 0;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}
	
	div.contentnews div.news {
		margin-bottom: 20px;
	}
	
	div.contentnews nav {
		padding: 0 0 20px 0;
	}

	div.photos div.zdjeciapoziome img {
		width: 50%;
	}
		
}

@media (max-width: 900px) { 

	div.content {
		padding: 20px 0;
	}
	
	div.contentnoheader {
		padding: 0 0 20px 0;
	}
		
	div.content h1 {
		font-size: 30px;
		line-height: 40px;
	}

	div.content h2 {
		font-size: 24px;
		line-height: 34px;
		padding: 25px 0 0 0;
	}

	div.content h3 {
		font-size: 20px;
		line-height: 30px;
		padding: 25px 0 0 0;
	}	
	
	div.content p {
		font-size: 14px;
		line-height: 22px;
		padding: 20px 0 0 0;
	}
		
	div.contentnews div.news a {
		font-size: 18px;
		line-height: 28px;
	}
	
	div.contentnews div.news a span {
		padding: 20px;
	}

	div.contentnews div.news p {
		font-size: 14px;
		line-height: 22px;
		padding: 20px;
	}	

	div.contentnews nav a {
		font-size: 14px;
	}
	
	div.main div.session {
		margin: 0 0 20px 0;
	}

	div.main div.session a h2 {
		width: 272px;
		margin: 0 0 0 5px;
		font-size: 18px;
		line-height: 26px;
	}
	
	div.main div.session a h2 br {
		display: none;
	}
	
	div.main div.session a h2 span {
		padding: 0 20px;
	}
	
	div.content div.column1 {
		padding: 10px 10px 0 0;
	}

	div.content div.column2 {
		padding: 10px 0 0 10px;
	}
	
	div.content div.column1 fieldset.form input.wpcf7-text {
		margin: 0 0 10px 0;
		padding: 10px 20px;
		font-size: 14px;
	}

	div.content div.column1 fieldset.form textarea {
		margin: 0 0 10px 0;
		padding: 10px 20px;
		font-size: 14px;
		height: 140px;
	}

	div.content div.column1 fieldset.form input.send {
		font-size: 15px;
		padding: 15px 20px;
	}
	
	span.wpcf7-not-valid-tip {
		font-size: 13px;
		margin: -5px 0 15px 0;
	}

	div.wpcf7-response-output {
		margin: 25px 0 0 0 !important;
		font-size: 13px;
	}
	
	div.content img.price {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	
	div.priceslist {
		display: block;
	}

	div.pricing {
		width: 100%;
		margin: 0;
		float: left;
		margin-bottom: 10px;
		padding: 15px;
	}
	
	div.pricing ul {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0 0 0;
	}
	
	div.pricing ul li {
		background: url('images/heart.png') no-repeat 0 14px;
		background-size: 10px;
		padding: 4px 0 4px 25px;
	}
	
	div.pricing span.price, div.pricing h2 {
		font-size: 18px;
	}
	
	div.content ul.list {
		font-size: 13px;
		line-height: 21px;
		column-count: 2;
	}
	
	div.content ul.list li {
		background: url('images/heart.png') no-repeat 0 14px;
		background-size: 10px;
	}

}

@media (max-width: 700px) { 		

	div.content h1 {
		font-size: 22px;
		line-height: 27px;
	}

	div.content h2 {
		font-size: 18px;
		line-height: 24px;
	}

	div.content h3 {
		font-size: 16px;
		line-height: 23px;
	}

	div.content p {
		font-size: 13px;
		line-height: 19px;
	}
	
	div.newslist {
		-moz-column-count:2;
		-moz-column-width: 50%;
		-webkit-column-count:2;
		-webkit-column-width: 50%;
		column-count: 2;
		column-width: 50%;
	}
		
	div.contentnews div.news a {
		font-size: 17px;
		line-height: 24px;
	}

	div.contentnews div.news p {
		font-size: 13px;
		line-height: 19px;
	}	

	div.contentnews nav a {
		font-size: 13px;
	}	
	
	footer {
		line-height: 23px;
		font-size: 13px;
	}
	
	div.main div.session {
		display: block;
	}
	
	div.main div.session a img {
		width: 100%;
	}
	
	div.main div.session a h2 {
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
		margin: 5px 0 0 0;
	}	
	
	div.main div.session a h2 span {
		padding: 20px;
	}
	
	div.content div.column1 {
		padding: 10px 0 0 0;
		width: 100%;
	}

	div.content div.column2 {
		padding: 0;
		margin: -20px 0 0 0;
		width: 100%;
	}
	
	div.content div.column2 p {
		text-align: center;
	}
	
}

@media (max-width: 550px) { 

	div.newslist {
		-moz-column-count:1;
		-moz-column-width: 100%;
		-webkit-column-count:1;
		-webkit-column-width: 100%;
		column-count: 1;
		column-width: 100%;
	}
	
	div.contentnews nav {
		padding: 0 0 20px 0;
	}
		
	div.newslist {
		padding: 20px 0 0 0; 
	}
	
		
	div.main div.session a h2 {
		margin: 4px 0 0 0;
		font-size: 16px;
	}	
	
	div.main div.session a h2 span {
		padding: 15px 20px;
	}
	
	div.content div.column1 fieldset.form {
		margin: 15px 0 0 0;
	}

}


