/*
Theme Name: HRSOLUTIONS
Author: Michał
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900&display=swap');
@charset "utf-8";

*{
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
}
body {
	font: 14px 'Lato', sans-serif;
	word-wrap: break-word;
	background: #fff;
	color: #4F4F4F;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

.clearfix {
	clear: both;
}

/* style wordpress start */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* style wordpress stop */

header {
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1;
}
header .h___logo {
	display: block;
	text-align: center;
}
header .h___menu {
	list-style: none;
	margin: 5px 0;
	text-align: right;
}
header .h___menu li {
	display: inline-block;
	margin: 0 5px;
}
header .h___menu li a {
	display: inline-block;
	color: #4E4E4E;
	padding: 5px;
	font-size: 16px;
}
header .h___menu li a:hover {
	text-decoration: none;
	color: #006AFF;
}
header .h___menu li:last-child a {
	padding: 15px 15px 15px 32px;
	display: inline-block;
	color: #fff;
	background: url('images/mail.png') 5px center no-repeat, #006AFF;
}

#banner,
#page {
	margin: 70px 0 50px;
}

#offer {
	padding: 0 0 50px;
}
#offer .offer___title {
	font-size: 25px;
	padding-left: 40px;
	margin: 0 0 50px;
}
#offer .offer___title:before {
	content: "";
	background: #006AFF;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 4px;
	left: 15px;
}
#offer .offer___box {
	margin-bottom: 30px;
}
#offer .offer___box h3 {
	font-size: 22px;
	font-weight: 400;
}
#offer .offer___box article {
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 150%;
}
#offer .offer___box .offer___button_more {
	display: inline-block;
	background: #0f88f9;
	color: #fff;
	padding: 10px 25px;
	font-weight: 700;
	text-decoration: none;	
}

#o-firmie {
	border-top: 1px solid #ddd;
	padding: 80px 0;
}
#o-firmie h3 {
	font-weight: 400;
	color: #000;
	font-size: 24px;
	margin: 0 0 20px;
}
#o-firmie article {
	line-height: 150%;
}
#o-firmie .about___button_more {
	display: inline-block;
	background: #0f88f9;
	color: #fff;
	padding: 10px 25px;
	font-weight: 700;
	text-decoration: none;	
}

#quotation {
	background: url(images/quotation.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	margin: 40px 0 60px;
}
#quotation h1 {
	font-size: 48px;
	text-align: center;
	margin: 150px 0;
}

#kontakt {
	margin-bottom: 50px;
}
#kontakt .kontakt___title {
	font-size: 25px;
	padding-left: 40px;
	margin: 0 0 15px;
}
#kontakt .kontakt___title:before {
	content: "";
	background: #006AFF;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 4px;
	left: 15px;
}
#kontakt .kontakt___info {
	margin: 0 0 30px
}
#kontakt .kontakt___info p {
	margin: 0;
}
#kontakt .kontakt___form form label {
	width: 100%;
}
#kontakt .kontakt___form form input,
#kontakt .kontakt___form form select,
#kontakt .kontakt___form form textarea {
	width: 100%;
	padding: 13px;
	margin: 0;
	color: #141412;
	border: 1px solid #8E8E8E;
	vertical-align: baseline;
	background: transparent;
}
#kontakt .kontakt___form form .wpcf7-submit {
	background: #e05d22;
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
	background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	float: right;
	width: auto;
}
#kontakt .kontakt___form form .wpcf7-submit:hover {
	background: #ed6a31;
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
	background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
	outline: none;
}
#kontakt .kontakt___form form .wpcf7-captchar {
	float: left;
	width: 100px;
}

footer {
	background: linear-gradient(90deg, #F3F3F3 50%, #003C8F 50%)
}
footer p {
	margin: 0;
}
footer strong {
	font-size: 18px;
}
footer .f___menu-box {
	padding: 15px 0;
	background: #F3F3F3;
} 
footer .f___menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .f___menu li {
	margin-bottom: 5px;
}
footer .f___menu li a {
	color: #445151;
}
footer .f___about-box {
	padding: 15px 0;
	background: #F3F3F3;
}
footer .f___kontakt_box {
	padding: 15px 0 15px 15px;
	color: #fff;
}

#page .page___title {
	margin: 15px 0 30px;
	font-weight: 700;
}
#page .page___content {
	line-height: 170%;
}


/* RWD STYLe */

@media(max-width: 1200px) {
}

@media(max-width: 992px) {
}

@media(max-width: 768px) {
	header .h___menu li:last-child {
		display: none;
	}
	#o-firmie .about___box {
		margin-bottom: 50px;
	}
	#quotation h1 {
		font-size: 32px;
		margin: 80px 0;
	}
	#kontakt .kontakt___form {
		margin-top: 30px;
	}
	footer {
		background: #F3F3F3;
		text-align: center;
	}
	footer .f___menu li {
		display: inline-block;
		margin: 0 10px 10px 10px;
	}
	footer .f___kontakt_box {
		color: #445151;
	}
	footer .f___menu-box,
	footer .f___about-box,
	footer .f___kontakt_box {
		padding: 15px 30px;
	}
}