/* 

Theme Name: schoene haare
Author: IADU.pl
Author URI: http://www.iadu.pl

 */

div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none !important; }
input[aria-invalid="true"], select[aria-invalid="true"] { border: 1px solid #ff0000 !important; }

html {
    margin: 0;
    padding: 0;
    width: 100%;
	height:100%;
    min-height: 100%;
}

.popup-overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

.popup {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 6px;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	max-width: 650px;
	min-height: 100px;

}

.popup-close i {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 31px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	margin:0;
	padding:0;
	color:#6c6c6c;
	width:100%;
	min-height:100%;
	line-height: 1.75;
}

html {
	width:100%;
	min-height:100%;
}

	input[type=text], input[type=email] {
		display:block;
		float:left;
		position:relative;
		clear:both;
		padding:10px 20px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		margin-bottom:20px;

		width:100%;

		background-color:#ffffff;
	}
	
	input[type=submit] {
		display:block;
		float:left;
		position:relative;
		clear:both;
		padding:11px 20px;
		box-sizing:border-box;
		border:1px solid #0081c2;
		margin-bottom:20px;
		color:#ffffff;
		font-size: 14px;
		font-style: normal;
		font-family: "Open Sans",sans-serif;
		font-weight: 600;
		width:100%;
		border-radius:3px;
		background-color:#0081c2;
	}
	
	textarea {
		display:block;
		float:left;
		position:relative;
		clear:left;
		padding:10px 20px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		margin-bottom:20px;
		resize:none;
		width:100%;
		font-family: 'Roboto', sans-serif;
		font-size:14px;
		height:150px;
		background-color:#ffffff;
		
	}
	
	a {
		color:#6c6c6c;
	}
	
	p {
		margin-bottom:15px;
		font-size:16px;
	}

	section {
		display:block;
		position:relative;
		width:100%;
		min-height:10px;
		float:left;
	}
	
	.content {
		display:block;
		width:80%;
		max-width:1100px;
		position:relative;
		min-height:10px;
		margin:0 auto;
		font-size:16px;
	}
	
	#gallery-1 img {
		border:0 !important;
	}
	
	.logo {
		display:inline-block;
		position:relative;
		height:165px;
		float:none;
	}
	
	#main {
		padding:50px 0;
	}
	
	#main.page-main {
		margin-top:80px;
		border-top:1px solid #d5d5d5;
		min-height:300px;
	}
	
	#main .left, #main .right {
		display:block;
		float:left;
		position:relative;
		width:50%;
		text-align:justify;
		min-height:100px;
		box-sizing:border-box;
		font-size:16px;
		}
		
	#main .left p:last-of-type, #main .right p:last-of-type {
			margin-bottom:0;
	}
		
	#main .left {
		padding-right:15px;
	}
	
	#main .right {
		padding-left:15px;
	}
	
	h1, h2, h3 {
		font-family: 'Open Sans', sans-serif;
		font-weight:300 !important;
		display:block;
		float:left;
		line-height:130%;
		position:relative;
		width:100%;
		font-size:32px;
		margin:0 0 20px 0;
		text-align:left;
		padding:0;
		color:#0081c2;
	}
	
	#header {
		position:relative;
		background-color:#ffffff;
		height:250px;
		float:left;
		width:100%;
		z-index:999;
		float:none;

		}
		
	#header.scrolled {
		height:80px;
		position:fixed;
	}
	
	#header.scrolled .content {
		height:80px;
		padding-top:0;
	}
	
	#header.scrolled ul.menu {
		height:80px;
		line-height:80px;
		width:100%;
	}
	
	#header.scrolled li {
		height:80px;
		line-height:80px;
	}
	
	#header.scrolled li a {
		height:80px;
		line-height:80px;
	}
	
	#header.scrolled .logo {
		display:none;
	}
	
	#header.scrolled .mobile-logo {
		display:block;
		float:right;
		width:auto;
		height:60px;
		padding:10px 0;
	}
		
	#header .content {
		height:250px;
		text-align:center;
		padding-top:20px;
		box-sizing:border-box;
	}
		
	#header ul.menu {
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:45px;
		line-height:45px;
		list-style:none;
		padding:0;
		margin:0;
		}
		
	#header li {
		display:block;
		float:left;
		height:45px;
		line-height:45px;
		text-align:center;
	}
	
	#header li:hover ul {
		display:block;
	}
	
	
	#header li ul {
		display:none;
		position:absolute;
		width:300px;
		padding:0 0 10px 0;
		background-color:#ffffff;
	}
	
	#header li ul > li {
		display:block;
		float:left;
		position:relative;

	}
	
	
	#header li a {
		display:block;
		float:left;
		position:relative;
		text-decoration:none;
		font-family: 'Open Sans', sans-serif;
		font-size:16px;
		font-weight:400;
		color:#0081c2;
		width:100%;
		padding:0 25px;
		box-sizing:border-box;
		height:45px;
		line-height:45px;
		text-align:left;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#header li a:hover {
		background-color:#0081c2;
		color:#ffffff;
	}
	
	#header li.current-menu-item > a {
		background-color:#0081c2;
		color:#ffffff;		
	}
	
	#header li.current-menu-parent > a {
		background-color:#0081c2;
		color:#ffffff;		
	}	
	
	#slider.scrolled {

	}
		
	#slider {
		width:100%;
		height:550px;
		border:0px solid #d5d5d5;
		background-color:#f4f4f4;

	}
	
	
	#slider.scrolled {
		margin-top:80px;
	}
	
	#offer {
		background-color:#f7f7f7;
		padding:30px 0;
	}
	
	#products {
		list-style:none;
		display:block;
		float:left;
		position:relative;
		width:100%;
		min-height:100px;
		padding:0;
		margin:0;
		text-align:center;
		}
		
	#products li {
		display:block;
		float:left;
		position:relative;
		width:32%;
		padding:30px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		background-color:#ffffff;
		overflow:hidden;
	}
	
	#products li img {
		display:block;
		float:left;
		position:relative;
		width:100%;
		height:auto;
	}
	
	
	#products li h2 {
		font-size:18px;
		line-height:140%;
	}
	
	
	#products li:nth-child(2) {
		margin:0 2%;
	}
	
	.product-more {
		display:block;
		margin:20px auto 0px auto;
		height:45px;
		line-height:45px;
		text-align:center;
		width:200px;
		text-align:center;
		border:1px solid #d5d5d5;
		padding:0 20px;
		box-sizing:border-box;
		max-width:80%;
		overflow:hidden;
		text-decoration:none;
		font-family: 'Open Sans', sans-serif;
		font-size:16px;
		font-weight:400;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		}
		
	.product-more:hover {
		color:#0081c2;
		border:1px solid #0081c2;
	}
	
#foot-bar {
	padding:0;
	border-top:1px solid #0081c2;
}

.column {
		display:block;
		float:left;
		position:relative;
		font-size:16px;
		padding:50px 0;
		box-sizing:border-box;
		text-align:left;
		background-color:#ffffff;
		overflow:hidden;
		color:#a5a5a4;
}

.column:nth-of-type(1) {
		width:25%;
}
	
.column:nth-of-type(2) {
		width:41%;
		margin:0 2%;
		padding-right:40px;
}

.column:nth-of-type(3) {
		width:30%;
}

.product-info {
	display:block;
	float:left;
	position:relative;
	width:100%;
	min-height:10px;
	margin-bottom:20px;
}
	
#foot {
		padding:0 0 40px 0;
		height:140px;

}
	
.foot-logo {
		display:block;
		margin:0 auto;
		position:relative;
		width:100px;
		height:auto;
}

#burger {
	display:none;

}

#sidr {
	display:none;
}	


#gallery-1 .gallery-item {
	margin-bottom:30px !important;
}

	#gallery-1 .gallery-item img {
		width:90%;
		height:auto;
	}
	
	
	
	
	
	#category-posts {
		background-color:#f7f7f7;
		padding:30px 0;
	}
	
	#category-posts {
		list-style:none;
		display:block;
		float:left;
		position:relative;
		width:100%;
		min-height:100px;
		padding:0;
		margin:0;
		text-align:center;
		}
		
	#category-posts li {
		display:block;
		float:left;
		position:relative;
		width:32%;
		padding:30px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		background-color:#ffffff;
		overflow:hidden;
		margin-bottom:20px;
	}
	
	#category-posts li img {
		display:block;
		float:left;
		position:relative;
		width:100%;
		height:auto;
	}
	
	
	#category-posts li h2 {
		font-size:18px;
		line-height:140%;
	}
	
	.cennik {
		display:table;
		width:100%;
		border-collapse:collapse;
		margin:20px 0 40px 0;
	}
	
	.cennik td {
		padding:5px 10px 5px 0px;
	}
	
	.cennik td:nth-child(even) {
		color:#0081c2;
		text-align:right;
	}
	
	.team {
		display:block;
		float:left;
		position:relative;
		width:100%;
		padding:0;
		margin:0;
		text-align:center;
		list-style:none;
	}
	
	.team li {
		display:inline-block;
		width:30%;
		text-align:center;
		padding:0 20px;
		box-sizing:border-box;
	}
	
	.team li img {
		display:block;
		margin:0 auto 30px auto;
		width:90%;
		height:auto;
	}
	
	.team li .name {
		display:block;
		float:left;
		position:relative;
		width:100%;
		text-align:center;
	}
	
	
@media (min-width:850px) {
	
	#category-posts li:nth-child(3n+2) {
		margin:0 2% 20px 2%;
	}	
	
	
	#category-posts li:nth-child(3n+4) {
		clear:left;
	}
	
}
	
@media (max-width: 1100px) {
	
	.content {
		width:93%;
	}
		
}


@media (max-width: 1000px) {
	
	.content {
		width:93%;
	}
	
	#header ul.menu {
		display:none;
	}
	
	#burger {
		display:block;
		position:absolute;
		height:50px;
		width:50px;
		box-sizing:border-box;
		line-height:50px;
		right:0;
		font-size:21px;
		border-radius:4px;
		color:#0081c2;
		text-align:center;
		border:1px solid #0081c2;
		top:15px;
	}
		

	
	
	#category-posts li {
		width:49%;
		}
	
	
	#category-posts li:nth-child(2n+2) {
		margin:0 0 20px 2%;
	}
	
	#category-posts li:nth-child(2n+3) {
		clear:left;
	}

	
	#main .left, #main .right {
		width:100%;
		margin:0 0 20px 0;
		padding:0;
	}
	
	#products li {
		width:48%;
		float:left;
		display:block;
	}

	#products li:nth-child(1) {
		margin:0;
	}	

	#products li:nth-child(2) {
		margin:0 0 0 4%;
	}
	
	#products li:nth-child(3) {
		display:none
	}
	
	

	
	.product-more {
		height:auto;
		line-height:140%;
		padding:15px 20px;
	}

	#slider {
		height:350px;
	}	
	

	
	.logo {
		display:none;
	}
	
	#gallery-1 .gallery-item {
		width:50% !important;
	}
	
	#gallery-1 .gallery-item img {
		width:95%;
		height:auto;
	}
	
	#header {
		height:80px;
		line-height:80px;
	}
	
	#header .content {
		height:80px;
		line-height:80px;
		padding:0;
	}
	
	
	.column:nth-of-type(1) {
			width:100%;
			padding:40px 0 0 0;
	}
		
	.column:nth-of-type(2) {
			width:100%;
			margin:0;
			padding:40px 0 0 0;
	}

	.column:nth-of-type(3) {
			width:100%;
			padding:40px 0;
	}
	
	.mobile-logo {
		display:none;
		height:60px;
		position:relative;
		margin:10px 0;
		float:left;
	}
	
	.mobile-logo-2 {
		display:block;
		height:35px;
		position:relative;
		margin:30px 0;
		float:left;
	}
	
	#header.scrolled .mobile-logo {
		display:none;
	}
	
	
	
	
	.team li {
		display:inline-block;
		width:45%;
		text-align:center;
		padding:0 20px;
		box-sizing:border-box;
		margin-bottom:30px;
	}
	
	.team li:last-child {
		margin-bottom:0px;
	}
	
}



@media (min-width: 1000px) {
	
	.mobile-logo {
		display:none;
	}
	
	.mobile-logo-2 {
		display:none;
	}
	
	
}
	
@media (max-width: 650px) {
	
	
	#category-posts li {
		width:100%;
		}
		
	.team li {
		display:inline-block;
		width:90%;
		text-align:center;
		padding:0 20px;
		box-sizing:border-box;
		margin-bottom:30px;
	}
	
	.team li:last-child {
		margin-bottom:0px;
	}
	
	
	#category-posts li:nth-child(2n+2) {
		margin:0 0 20px 0;
	}
	
	#category-posts li:nth-child(2n+3) {
		clear:left;
	}
	
	#category-posts li:last-child {
		margin-bottom:0;
	}
	
	#gallery-1 .gallery-item {
		width:100% !important;
	}
	
	#gallery-1 .gallery-item img {
		width:100%;
		height:auto;
	}
	

	

	
	.content {
		width:90%;
	}
	
	#products li {
		width:100%;
		float:none;
		display:inline-block;
	}

	#products li:nth-child(1) {
		margin:0;
	}

	#products li:nth-child(2) {
		display:none;
	}
	
	
	#slider {
		height:350px;
	}
	
	
}
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
		