/*
Theme Name: Rowery Goleniów
Description: Rowery Goleniów
Version: 1.0
*/

/*----------- FONTS -----------*/ 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400|Oswald:200,300,400,500,600&subset=latin-ext');
/*----------- /FONTS -----------*/

html, body
{
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #3b3b3b;
background: #fff;
overflow-x: hidden;
max-width: 100%;
}

body.menu-open
{
overflow-y: hidden;
}

header
{
	background: #222326;	
	position: relative;
	z-index: 999;
}

header .container
{
	position: relative;
}

#logo
{
	top: 0;
	left: 0;
	font-size: 40px;
	text-transform: uppercase;
	color: #f40000;
	font-weight: 200;
	display: block;
	font-family: "Oswald", sans-serif;
	height: 115px;
	background: #fff;
	position: absolute;
	padding: 25px 100px 25px 0;
}

#logo:before
{
	content:'';
	width: 3000px;
	left: -3000px;
	background: #fff;
	height: 100%;
	position: absolute;
	top: 0;
}

#logo span
{
	width: 79px;
	height: 74px;
	background: url(images/logo.png);
	position: absolute;
	right: 0;
	top: 18px;
}

#logo:after
{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 115px 80px 0 0;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: -80px;
	top: 0;
}

#header-right
{
	float: right;
}

#header-contact
{
	float: right;
	color: #fff;
	font-family: "Oswald", sans-serif;
	padding: 12px 0 8px 0;
}

#header-contact p
{
	float: left;
	padding-left: 20px;
	position: relative;
	font-weight: 300;
	margin: 0;
	font-size: 15px;
	margin-left: 20px;
}

#header-contact p:first-child
{
	margin: 0;
}

#contact-place:before
{
	content:'\f041';
	font-family: "FontAwesome";
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 2px;
	top: 0;
}

#contact-phone:before
{
	content:'\f10b';
	font-family: "FontAwesome";
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 3px;
	top: 0;
}

#contact-email:before
{
	content:'\f003';
	font-family: "FontAwesome";
	font-size: 15px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

#menu-top
{
	float: right;
	padding: 15px 0 20px 0;
}

#menu-top li 
{
	display: block;
	float: left;
	margin-left: 45px;
}

#menu-top li:first-child
{
	margin: 0;
}

#menu-top li a
{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	font-family: "Oswald", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#menu-top .current-menu-item a, #menu-top a:hover
{
	color: #f40000;
}

.menu-mobile
{
	display: none;
}

#header-image
{
	height: 250px;
	margin-bottom: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(images/bg-heading.jpg);
}

#slider
{
	margin-bottom: 60px;
}

.heading
{
	position: relative;
	font-size: 30px;
	color: #222326;
	font-weight: 300;
	text-align: center;
}

.heading:after
{
	content:'';
	width: 100%;
	height: 1px;
	background: #bcbdbd;
	position: absolute;
	top: 50%;
	left: 0;
}

.heading span
{
	display: inline-block;
	background: #fff;
	padding: 0 30px;
	z-index: 99;
	position: relative;
	text-transform: uppercase;
}

#bikes-slider-container
{
	position: relative;
}

#bikes-slider-prev,
#bikes-slider-next
{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	font-size: 30px;
	cursor: pointer;
	z-index: 99;
}

#bikes-slider-prev
{
	left: 0;
}

#bikes-slider-next
{
	right: 0;
}

#bikes-slider
{
	margin-bottom: 70px;
}

.bikes-slide
{
	text-align: center;
	color: #222326;
	padding: 0 20px;
}

.bikes-slide img
{
	margin-bottom: 10px;
}

.bikes-slide span
{
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
}

.home-content
{
	margin-bottom: 70px;
}

.home-content-left
{
	background: url(images/img-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home-content-right
{
	background: #222326;
	color: #fff;
}

.home-content-right > div
{
	width: 570px;
	max-width: 100%;
	padding: 60px;
}

.home-content-right > div p:last-child
{
	margin: 0;
}

.home-content-right *
{
	color: #fff;
}

.offer-boxes
{
	margin-bottom: 70px;
}

.offer-boxes a
{
	display: block;
	text-align: center;
	font-weight: 300;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.offer-boxes a span
{
	display: block;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.offer-boxes a:hover
{
	color: #f40000;
}

.google-map
{
	width: 100%;
	height: 570px;
	margin-bottom: 60px;
}

.infoBox
{
	position: relative;
	background: #fff;
	padding: 0;
	font-size: 14px;
	color: #0000;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.15);
	text-align: left;
}

.infoBox:after
{
	content:'';
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    z-index: 2;
}

.infoBox div
{
	padding: 10px 15px;
	z-index: 3;
	position: relative;
	background: #fff;
	text-align: center;
}

.infoBox div p
{
	margin-bottom: 10px;
}

.infoBox div img
{
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.infoBox div p:last-child
{
	margin-bottom: 0;
}

.infoBox .section-title
{
	padding-bottom: 10px;
	font-size: 28px;
	margin-bottom: 20px;
}

.infoBox .map-testimonial
{
	font-size: 12px;
}

.infoBox .map-testimonial p
{
	font-size: 12px;
	line-height: 18px;
}

.infoBox img
{
	display: block;
	z-index: 10;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 11px;
	height: 12px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea
{
	width: 100%;
	padding: 10px 15px;
	background: #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

.wpcf7 textarea
{
	height: 110px;
	display: block;
	resize: none;
}

.wpcf7-submit
{
	float: right;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background: #f40000;
	padding: 7px 35px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Oswald", sans-serif;
}

.wpcf7 p
{
	margin: 0 0 15px 0;
}

.wpcf7 span
{
	display: block;
	position: relative;
}

span.wpcf7-not-valid-tip
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f40000;
	width: 100%;
	padding: 9px 15px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

.contact-row
{
	margin: 0 -40px;
}

.contact-row > div
{
	padding: 0 40px;
}

#content
{
	margin-bottom: 80px;
}

#content ul
{
	margin-bottom: 30px;
}

#content ul li
{
	padding-left: 15px;
	position: relative;
}

#content ul li:before
{
	content:'';
	width: 5px;
	height: 5px;
	background: #f40000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}

.big-heading-wrap
{
	background: #222326;
	z-index: 999;
	position: relative;
}

.big-heading-wrap > .container
{
	position: relative;
	height: 90px;
}

.big-heading
{
	font-size: 30px;
	color: #fff;
	background: #f40000;
	height: 115px;
	position: absolute;
	left: 15px;
	top: 0;
	text-transform: uppercase;
	font-weight: 300;
	padding: 20px 0;
}

.big-heading:before
{
	content:'';
	width: 3000px;
	left: -3000px;
	background: #f40000;
	height: 100%;
	position: absolute;
	top: 0;
}

.big-heading:after
{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 115px 80px 0 0;
	border-color: #f40000 transparent transparent transparent;
	position: absolute;
	right: -80px;
	top: 0;
}

footer
{
	background: #222326;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 50px 0;
}

footer p
{
	float: left;
	margin: 0;
}

#menu-footer
{
	float: right;
}

#menu-footer li
{
	float: left;
	display: block;
	margin-left: 20px;
}

#menu-footer li a
{
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#menu-footer .current-menu-item a, #menu-footer a:hover
{
	color: #f40000;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

h1,h2,h3,h4,h5,h6
{
color: #222326;
margin: 0 0 25px 0;
font-weight: 300;
line-height: normal;
font-family: "Oswald", sans-serif;
}

#content .title a
{
text-decoration: none;
font-style: normal;
}

h1
{
font-size: 36px;
}

h2
{
font-size: 30px;
}

h3
{
font-size: 26px;
}

h4
{
font-size: 17px;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
line-height: 23px;
}

p
{
margin: 0 0 25px 0;
line-height: 23px;
}

a, a:hover, a:focus
{
color: inherit;
text-decoration: none;
}

input:focus, textarea:focus
{
	outline: none;
}

img
{
max-width: 100%;
height: auto;
border: 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
