/* 

Theme Name: Iwona´s Sattel-Service
Author: IADU.pl
Author URI: http://www.iadu.pl

 */

	html {
		margin: 0;
		padding: 0;
		width: 100%;
		height:100%;
		min-height: 100%;
	}
	
input, textarea {
    -webkit-appearance: none;
}

	

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; }

	body {
		font-family: 'Roboto', sans-serif;
		font-size:15px;
		font-weight:300;
		margin:0;
		padding:0;
		color:#000000;
		width:100%;
		min-height:100%;
		line-height: 1.75;
	}

	html {
		width:100%;
		min-height:100%;
		background-color:#e2e2e2;
	}

	input[type=text], input[type=email] {
		display:block;
		float:left;
		position:relative;
		clear:both;
		padding:10px 15px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		margin-bottom:20px;
		width:100%;
		border-radius:0px;
		background-color:#ffffff;
	}
	
	input[type=submit] {
		display:block;
		float:left;
		position:relative;
		clear:both;
		padding:10px 15px;
		box-sizing:border-box;
		border:1px solid #000000;
		margin-bottom:20px;
		color:#ffffff;
		font-size: 14px;
		font-style: normal;
		font-family: "Open Sans",sans-serif;
		font-weight: 600;
		width:100%;
		border-radius:0px;
		background-color:#000000;
	}
	
	textarea {
		display:block;
		float:left;
		position:relative;
		clear:left;
		padding:10px 15px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		margin-bottom:20px;
		resize:none;
		width:100%;
		font-family: 'Roboto', sans-serif;
		font-size:14px;
		height:100px;
		border-radius:0px;
		background-color:#ffffff;
		
	}
	
	a {
		color:#000000;
	}
	
	p {
		margin-bottom:15px;
		font-size:15px;
	}
	
	#map {
		height:350px;
		border-bottom:1px solid #929292;
	}

	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:15px;
	}
	
	#gallery-1 img {
		border:0 !important;
	}
	
	.logo {
		display:inline-block;
		position:relative;
		height:120px;
		margin:15px auto;
		float:none;
	}
	
	#main {
		padding:50px 0;
		min-height:200px;
	}
	
	#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:15px;
		}
		
	#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: 'Encode Sans Condensed', sans-serif;
		font-size:18px;
		font-weight:500;
		display:block;
		float:left;
		line-height:130%;
		position:relative;
		width:100%;
		margin:0 0 20px 0;
		text-align:left;
		padding:0;
		color:#9e192a;
	}
	
	#header {
		position:relative;
		background-color:#ffffff;
		height:200px;
		float:left;
		width:100%;
		z-index:999;
		float:none;
		overflow:hidden;
		}
		
	#header .content {
		height:200px;
		text-align:center;
		box-sizing:border-box;
	}
		
	#header ul.menu {
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		box-sizing:border-box;
		height:45px;
		list-style:none;
		padding:0;
		margin:0;
		overflow:hidden;
		}
		
	#header li {
		display:block;
		float:left;
		height:45px;
		text-align:center;
		box-sizing:border-box;
	}
	
	#header li:hover ul {
		display:block;
	}
	
	
	#header li ul {
		display:none;
		position:absolute;
		width:300px;
		padding:0 0 10px 0;
		background-color:#9e192a;
	}
	
	#header li ul > li {
		display:block;
		float:left;
		position:relative;

	}
	
	#header li:first-child {
		padding-left:0;
	}
	
	#header li:last-child {
		padding-right:0;
	}
	
	
	#header li a {
		display:block;
		float:left;
		position:relative;
		text-decoration:none;
		font-family: 'Encode Sans Condensed', sans-serif;
		font-size:16px;
		font-weight:500;
		color:#9e192a;
		width:100%;
		padding:0 25px;
		box-sizing:border-box;
		height:45px;
		line-height:45px;
		text-align:center;
		border:0px solid #ffffff;
		border-radius:0px;
		-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 {
		border:0;
		background-color:#9e192a;
		color:#ffffff;
		text-decoration:none;
	}
	
	#header li.current-menu-item > a {
		border:0;
		background-color:#9e192a;
		color:#ffffff;
		text-decoration:none;
	}
	
	#header li.current-menu-parent > a {
		border:0;
		background-color:#9e192a;
		color:#ffffff;
		text-decoration:none;
	}	
	
	#slider.scrolled {

	}
		
	#slider {
		width:100%;
		height:500px;
	}
	
	
	#slider .content {
		height:500px;
		border-radius:0px;
		overflow:hidden;
	}
	
	
	#slider.scrolled {
		margin-top:80px;
	}
	
	
	#main h1 {
		font-size:22px;
	}
	
	
	#galerie {
		padding:50px 0;
		background-color:#e9e9e9;
		background-image:url('img/bg.jpg');
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	#grid {
		list-style:none;
		display:block;
		float:left;
		position:relative;
		width:100%;
		min-height:100px;
		padding:0;
		margin:0;
	}
	
	#grid li {
		list-style:none;
		display:block;
		float:left;
		position:relative;
		width:32%;
		min-height:150px;
		box-sizing:border-box;
		padding:25px;
		margin:0;
		border-radius:0px;
		overflow:hidden;
		border:0px solid #d5d5d5;
		background-color:#ffffff;
	}
	
	
	#grid li h2 {
		height:50px;
		line-height:50px;
		display:block;
		float:left;
		font-size:20px;
		position:relative;
		margin:0;
		padding:0;
		font-family: 'Encode Sans Condensed', sans-serif;
		font-weight:500;
		text-align:center;
	}
	
	
	#grid li:nth-child(2) {
		margin:0 2%;
	}
	
	
	#grid li img {
		display:block;
		float:left;
		position:relative;
		width:100%;
		height:auto;
	}
	
	
	#grid li .info {
		display:block;
		float:left;
		position:relative;
		width:100%;
		text-align:center;
	}
	
	
	.product-more {
		display:block;
		margin:20px auto 0px auto;
		height:35px;
		line-height:33px;
		text-align:center;
		width:100%;
		position:relative;
		float:left;
		border:1px solid #d5d5d5;
		padding:0 20px;
		box-sizing:border-box;
		overflow:hidden;
		text-decoration:none;
		font-family: 'Encode Sans Condensed', sans-serif;
		font-size:16px;
		font-weight:400;
		border-radius:0px;
		-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:#9e192a;
		border:1px solid #000000;
	}
	
	#foot-bar {
		padding:0;
		background-color:#9e192a;
	}
	
	#foot-bar .square {
		left:50%;
		margin-left:-25px;
		bottom:-18px;
		display:block;
		position:absolute;
	}

	#foot-bar a {
		color:#b8b8b8;
		text-decoration:none;
	}

	#foot-bar h1, #foot-bar h2, #foot-bar h3 {
		color:#ffffff;
		font-size:20px;
	}

	.column {
			display:block;
			float:left;
			position:relative;
			font-size:16px;
			padding:50px 0;
			box-sizing:border-box;
			text-align:left;
			overflow:hidden;
			color:#ffffff;
	}

	.column:nth-of-type(1) {
			width:32%;
	}
		
	.column:nth-of-type(2) {
			width:32%;
			margin:0 2%;
	}

	.column:nth-of-type(3) {
			width:32%;
	}
	
	#foot {
			text-align:center;
			min-height:50px;
			padding:50px;
			box-sizing:border-box;
			line-height:140%;
	}

	#burger {
		display:none;

	}

	#sidr {
		display:none;
	}
	
	
	.gallery {
		background-color:#f6f6f6;
		margin-top:30px !important;
		display:block;
		float:left;
		position:relative;
		box-sizing:border-box;
		border-radius:0px;
		overflow:hidden;
		padding:30px 0 0 0;
	}


	#gallery-1 .gallery-item {
		margin-bottom:30px !important;
	}

	#gallery-1 .gallery-item img {
		border-radius:0px;
		overflow:hidden;

	}
	
	.mobile-logo {
		display:none;
	}
	
	.cennik {
		display:table;
		width:100%;
		border-collapse:collapse;
		border:1px solid #d5d5d5;
		margin-bottom:30px;
	}
	
	
	.cennik:last-of-type {
		margin-bottom:0;
	}
	
	.cennik td {
		padding:5px 10px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
	}
	
	.cennik td:nth-child(odd) {
		width:65%;
	}
	
	.cennik td:nth-child(even) {
		width:35%;
	}
	
	.opinie {
		display:block;
		float:left;
		position:relative;
		width:100%;
		min-height:100px;
		box-sizing:border-box;
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.opinie li {
		list-style:none;
		margin:0 0 30px 0;
		padding:15px;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		border-radius:0px;
	}
	
	
	.opinie li:last-child {
		margin:0;
	}
	
	

	
	.post {
		display:block;
		float:left;
		position:relative;
		margin:0 0 30px 0;
		padding:30px;
		width:100%;
		box-sizing:border-box;
		border:1px solid #d5d5d5;
		border-radius:0px;
	}
	
	.aktualnosci {
		margin-bottom:-30px;
	}
	
	.post p:last-of-type {
		margin-bottom:0;
	}
	
	.post .post-image {
		display:block;
		float:left;
		position:relative;
		width:35%;
		min-height:100px;
		padding-right:30px;
		box-sizing:border-box;
	}
	
	.post .post-image img {
		display:block;
		float:left;
		position:relative;
		width:100%;
		height:auto;
	}
	
	.post .post-content {
		display:block;
		float:left;
		position:relative;
		width:65%;
		min-height:100px;
		box-sizing:border-box;
	}
	
	
@media (min-width:850px) {
	
	
}
	
@media (max-width: 1100px) {
	
	.content {
		width:93%;
	}
		
}


@media (max-width: 900px) {
	
	#grid li {
		width:45%;
		display:inline-block;
		float:none;
		margin-bottom:30px;
	}
	
	#grid {
		text-align:center;
	}
	
	
	#grid li:nth-child(2) {
		margin:0 2% 30px 2%;
	}
	
	#grid li:nth-child(2n+2) {
		margin:0 2% 30px 2%;
	}
	
	#grid li:last-child {
		margin-bottom:0;
	}
	
	#main {
		min-height:200px;
	}
	
	.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:0px;
		color:#9e192a;
		text-align:center;
		border:1px solid #9e192a;
		cursor:pointer;
		top:15px;
	}
		
	#main .left, #main .right {
		width:100%;
		margin:0 0 20px 0;
		padding:0;
	}
	

	
	.logo {
		display:none;
	}
	
	#gallery-1 .gallery-item {
		width:50% !important;
	}
	
	#gallery-1 .gallery-item img {
	}
	
	
	#header {
		height:80px;
		line-height:80px;
	}
	
	#header .content {
		height:80px;
		line-height:80px;
		padding:0;
	}
	
	
	#galerie {
		background-size:cover;
	}
	
	
	.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:block;
		height:60px;
		position:relative;
		margin:10px 0;
		float:left;
	}
	
	#slider {
		margin-top:0px;
	}
	
}

	
@media (max-width: 650px) {
	
	#header {
		position:fixed;
		top:0;
	}
	
	#slider {
		margin-top:80px;
	}
	
	
	#grid li {
		width:100%;
		margin-bottom:30px;
	}
	
	
	#grid li:nth-child(2) {
		margin:0 0 30px 0;
	}
	
	#grid li:nth-child(2n+2) {
		margin:0 0 30px 0;
	}
	
	#grid li:last-child {
		margin-bottom:0;
	}
	
	#gallery-1 .gallery-item {
		width:50% !important;
	}
	
	#gallery-1 .gallery-item img {
		width:70%;
		height:auto;
	}
	
	.content {
		width:90%;
	}
	

	
	
}
	
	
		