/*
Theme Name: Softom 2017
Author: Softom Tomasz Olencki
Author URI: https://softom.pl/
Description: Nowy motyw 2017 
Version: 1.0
Text Domain: softom
*/

* {
	font-family: 'Source Sans Pro', sans-serif;
}

body {
	font-size: 16px !important;
	margin: 0;
	padding: 0;
	color: #333333;
}

main {
    min-height: 100vh;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 62px;
    margin-bottom: -62px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
body.single main {
    padding-top: 90px;
}
body.home main {
    padding-top: 0;
}

a {
	color: inherit;
}
.wrapper {
	max-width:100% !important;
	width:100% !important;
}

.header {
	position: relative;
}

.dotted {
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	}

.stripped {
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	}


.lock {
	top: 0;
	bottom: auto !important;
	position: fixed !important;
	overflow: hidden;
	box-shadow: 0 0 10px #7b8e8f;
}

.admin-bar .logo-container {
	top: -32px;
}

.admin-bar .header {
	margin-top: -32px;
}
.admin-bar .lock {
	margin-top: 32px;
}

.logo-container {
	width: 100%;
	height: 100vh;
	background: url(./images/office-820390_1920.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;

}

.logo-container .logo {
	width: 40vw;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30%;
	display: block;
	position: absolute;
	z-index: 2;
}

.logo-container .logo img {
	display: block;
	width: 100%;
}

.logo-container .logo h1 {
	color: #fff;
	font-size: 1.1vw !important;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	width: 100%;
	margin: 40px 0 0 0;
	letter-spacing: 1px;
}

.logo-container:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	/*background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;*/
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
}

.nav {
	height: 60px;
	background: #FFF !important;
	box-sizing: border-box;
	width: 100%;
	padding: 0 5vw;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.nav .logo img {
	max-height: 40px;
	width: auto;
	float: left;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 10px 30px 10px 0;
}

.nav .links UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav LI {
		display: inline;
}

.nav .links {
	width: auto;
	height: 60px;
	line-height: 60px;
	text-align: right;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.nav .links a {
	font-size: 1.1vw;
	color: #333333;
	height: 60px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 0 1vw;
	padding: 0 0.5vw;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-bottom: 0px solid #2799d6;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.nav .links a:hover {
	border-bottom: 5px solid #2799d6;
}

.nav .links a.active {
	border-bottom: 5px solid #2799d6;
	color: #2799d6;
}

.nav-mob {
	display: none;
}

.marquee { 
	height: auto;
	width: 100%;
	overflow: hidden;
}

.footer {
	background: #333333;
	color: #FFF;
	margin: 0px;
	padding: 5px;
}

.footer a, .footer a:hover, .footer a.active {
	color: #FFF;
}

.copyright {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.bxSlider ul {
	list-style:none;
	padding:0px
}

.bxSlider li {
	margin:0px; 
	display:inline-block 
}

h1 {
	font-weight: 300;
	font-size: 65px !important;
	text-align: center;
	position: relative;
	display: block;
	margin: 10px auto 30px auto !important;
	padding-bottom: 20px;
}

h1:before {
	content: '';
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	height: 2px;
	background-color: #2799d6;
	bottom: 0;
}

#oferta, #kontakt {
	color: #FFF;
}

#oferta h1:before {
	background-color: #FFF;
}

.bw-logo-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.bw-logo-list ul li {
	display: inline-block;
	padding: 15px 35px;
}

.bw-logo-list ul li img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0.6;
}

.bw-logo-list ul li img:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

@media only screen and (max-width: 1025px) {
	.nav-mob {
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(255, 255, 255, 0.85);
		background: rgba(255, 255, 255, 0.85);
		border: 3px solid #2799d6;
		color: #2799d6;
		font-size: 2.8em;
		line-height: 1.5em;
		text-align: center;
		z-index: 999999;
		cursor: pointer;
	}
	
	.nav-mob i {
		padding-top: 0.25em;
		display: block;
	}
	
	.nav {
		height: 0;
		padding: 0;
		position: fixed;
		display: block;
		background-color: rgba(255, 255, 255, 0.85);
		background: rgba(255, 255, 255, 0.85);
		overflow: auto;
		top: 0;
	}
	
	.nav.active {
		height: 100%;
	}
	
	.nav .logo {
		height: auto;
		width: 40%;
		margin: 20px 30% 20px 30%;
		display: block;
	}
	
	.nav .links {
		width: 80%;
		margin: 0 10% 25px 0;
		float: right;
		height: auto;
		line-height: 180%;
		text-align: center;
	}
	
	.nav .links a {
		font-size: 1.5em;
		color: #2799d6;
		height: auto;
		width: auto;
		box-sizing: border-box;
		display: block;
		margin: 25px 0 0 0;
		border: none;
	}
	
	.nav .links a:hover {
		border-bottom: 5px solid #2799d6;
		color: #2799d6;
	}
	
	.nav .links a.active {
		color: #2799d6;
		border-bottom: 5px solid #2799d6;
	}
	
	.logo-container .logo {
		width: 70vw;
		height: auto;
		top: 20vh;
		left: 15%;
		display: block;
		position: absolute;
	}
	
	.logo-container .logo h1 {
		font-size: 5vw;
	}
}

/* z personalizacji, nie wiem czy potrzebne */
.nav{
	background: #8c7668; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right, #8c7668 , white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #8c7668, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #8c7668, white);
	background: linear-gradient(to right, #8c7668, white);
}

#woocommerce {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	max-width: 1100px; 
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #2799d6;
	border: 2px solid #2799d6;
	color: #fff;
-webkit-transition: color .3s, background .3s;
   -moz-transition: color .3s, background .3s;
	    transition: color .3s, background .3s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #fff;
	color: #2799d6;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    vertical-align: middle;
    float: none;
    width: 100px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
-webkit-transition: color .3s, background .3s;
   -moz-transition: color .3s, background .3s;
        transition: color .3s, background .3s;
}
.woocommerce mark {
    background: none;
}
.woocommerce form .form-row .required {
    text-decoration: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
    padding: 4px 8px;
    border-radius: 1px;
    border: 1px solid #333333;
}
.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 1px;
    border: 1px solid #333333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 4px 8px;
}

main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}
