/*
Theme Name: WalterWronski
Author: Sebastian Witman
Author URI: http://keithar.com/
*/

* {
	margin: 0;
	padding: 0;

    box-sizing: border-box;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

input,
textarea {
	outline: none;
}

html {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #6a6a6a;
}

body {

}

h2 {
	font-family: 'PlayFair Display SC', serif;
	font-size: 48px;
	line-height: 42px;
	margin: 0 0 42px 0;
	font-weight: 400;
	color: #272e46;
	text-align: center;
}

a {
	color: #a6906c;
	text-decoration: none;
}

p a:not([href^='tel://']):hover {
	text-decoration: underline;
}

a[href^='tel://'] {
	color: inherit;
}

.submit {
	width: 240px;
	height: 50px;
	text-align: center;
	display: block;
	font-weight: 600;
	line-height: 48px;
	color: #a68f6c;
	font-size: 14px;
	letter-spacing: 2px;
	border: 2px solid #a68f6c;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #FFF;
}

.submit:hover {
	background: #a68f6c;
	color: #FFF;	
}

address {
	font-style: normal;
	font-size: 18px;
	color: #FFF;
}

address strong {
	font-size: 26px;
	line-height: 31px;
	font-weight: 500;
	display: block;
	margin: 0 0 15px 0;
}

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

address a {
	display: block;
}

address .street {
	display: block;
}

address a[href^='tel://'] {
	display: inline-block;
}

.centering-block {
	width: 960px;
	margin: 0 auto;
}

body > header {
	height: 108px;
	background-color: #272e46;
	z-index: 21;
	color: #6f758c;
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
}

body > header h1 {
	width: 224px;
	height: 75px;
	margin: 15px 35px 0 0;
	float: left;
	background: url('/blog/wp-content/themes/walter/img/logo-big.svg') no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
}

body > header h1 a {
	width: inherit;
	height: inherit;
	display: block;
}

body > header nav {
	display: inline-block;
}

body > header nav li {
	display: inline-block;
	margin: 0 25px;
}

body > header nav li a {
	padding: 42px 0 0 0;
	color: inherit;
	display: block;
	border-top: 3px solid transparent;
}

body > header nav li a:hover {
	color: #FFF;
}

body > header nav li a.current {
	font-weight: 600;
	border-top-color: #FFF;
}

body > header #search {
	float: right;
	display: inline-block;
	padding: 42px 0 0 0;
	vertical-align: top;
}

body > header #search label {
	margin-right: 10px;
	float: left;
	line-height: 28px;
}

body > header #search input[type='text'] {
	height: 28px;
	font-size: 15px;
	padding: 0 10px;
	color: #FFF;
	font-family: 'Source Sans Pro';
	float: left;
	background-color: #272e46;
	border: 1px solid #6f758c;
	margin-right: 10px;
}

body > header #search #searchsubmit {
	width: auto;
	padding: 0 20px;
	font-size: 15px;
	line-height: 28px;
	height: 28px;
	color: #FFF;
	display: inline-block;
	background-color: #6f758c;
	border: 0;
	font-family: 'Source Sans Pro';
	float: left;
	cursor: pointer;
}

body > header #search #searchsubmit:hover {
	background-color: #a68f6c;
	/*color: #272e46;*/
}

#container {
	width: 960px;
	padding: 90px 0;
	margin: 0 auto;
}

#container:after {
	content: '';
	display: block;
	clear: both;
}

#container #content {
	width: 660px;
	float: left;
	position: relative;
	padding: 0 40px 0 0;
}

#container #content:before {
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px solid #e7e7e7;
	position: absolute;
	right: -40px;
	top: 0;
	bottom: 0;
}

#container #content header > h1 {
	margin-bottom: 70px;
	font-weight: 400;
	text-align: center;
}

#container #content header > h1 span {
	color: #cacaca;
}

#container #content > h2 {
	margin-bottom: 70px;
}

#container #sidebar {
	float: right;
	width: 260px;
	padding: 30px 0 30px 40px;
	overflow: hidden;
	position: relative;
}

#container #sidebar li {
	list-style: none;
}

#container #sidebar h3 {
	font-size: 15px;
	font-weight: 400;
	color: #cacaca;
	margin-bottom: 30px;
}

#container #sidebar .widget_categories .cat-item {
	margin-bottom: 14px;
}

article.post {
	width: 620px;
	margin: 0 auto;
	padding-bottom: 70px;
	line-height: 24px;
	display: block;
}

article.post p {
	margin-bottom: 24px;
}

article.post .more-link {
	display: block;
	clear: both;
	padding: 24px 0 0 0;
}

article.post .post-edit-link {
		display: none;
}

.entry-title {
	font-family: 'PlayFair Display SC', serif;
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
	color: #272e46;
	margin-bottom: 8px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover {
	color: #a6906c;
	text-decoration: underline;
}

.entry-date {
	font-size: 13px;
	color: #7b7b7b;
	display: block;
	text-align: center;
}

.author,
.meta-sep {
	display: none;
}

.entry-meta {
	display: block;
	margin-bottom: 30px;
}

.entry-content {
	/*font-size: 18px;
	line-height: 30px;*/
}

.entry-content ul {
	margin-bottom: 24px;
	margin-left: 48px;
}

#contact {
	padding: 90px 0 0 0;
	background-color: #272e46;
	color: #FFF;
}

#contact h2 {
	color: #FFF;
	margin-bottom: 42px;
}

#contact address {
	margin-bottom: 50px;
}

#contact .detail-data {
	line-height: 24px;
	color: #6f758c;
	margin: 0 250px 0px 0;
	float: left;
}

#contact .detail-data p {
	margin-bottom: 24px;
}

#contact .detail-data p span {
	display: block;
}

#contact .person-contact {
	float: left;
	font-size: 18px;
	line-height: 26px;
	padding: 10px 60px 0 0;
}

#contact .person-contact:last-of-type {
	padding-right: 0;
}

#contact .person-contact strong {
	font-weight: 500;
	display: block;
}

#contact .person-contact a {
	display: block;
}

#contact .person-contact p {
	margin-bottom: 24px;
}

#contact #map {
	height: 500px;
	background-color: #edeef2;
	clear: both;
}

#contact footer {
	padding: 36px 0 50px 0;
	color: #6f758c;
	background: url('/blog/wp-content/themes/walter/img/logo-footer.svg') no-repeat right bottom;
	background-size: 418px 172px;
	clear: both;
}

#contact footer .fb-link {
	display: inline-block;
	margin-bottom: 40px;
}

#contact footer .fb-link:hover {
	text-decoration: underline;
}

#contact footer .fb-link:before {
	content: '';
	width: 11px;
	height: 22px;
	display: inline-block;
	background: url('/blog/wp-content/themes/walter/img/fb-icon.svg') no-repeat;
	background-size: 100% 100%;
	margin: 0px 10px 0 0;
	position: relative;
	top: 5px;
}

#contact footer > p {
	line-height: 24px;
}

#contact footer > p a {
	color: inherit;
}

#contact footer > p a:hover {
	color: #a6906c;
}

.entry-footer .cat-links {
	color: #cacaca;
}

.entry-footer .comments-link:before {
	content: '\2022';
	display: inline-block;
	color: inherit;
	margin: 0 10px;
	font-size: 16px;
	color: #cacaca;
}

.comment-form-comment {
	padding: 30px 0 0 0;
}

.comment-form-comment label {
	display: block;
	color: #cacaca;
	margin-bottom: 15px;
}

.comment-form-comment textarea {
	width: 620px;
	height: 240px;
	padding: 20px;
	display: block;
	border: 1px solid #cacaca;
	margin-bottom: 15px;
	font-size: 15px;
	color: #6a6a6a;
	line-height: 24px;
}

.comment-form-comment textarea:focus {
	border-color: #a68f6c;
}

#comments {
	padding: 0 0 70px;
}

#comments h3 {
	font-family: 'PlayFair Display SC', serif;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 24px;
}

#comments-list > ul {
	padding-top: 0;
}

#comments-list ul {
	display: block;
	/*padding: 24px 0 24px;*/
}

#comments-list ul ul {
	padding-top: 24px;
	padding-left: 50px;
}

#comments-list li {
	list-style: none;
	padding: 0 0 24px;
	line-height: 24px;
}

#comments-list .comment-author {
	line-height: 14px;
}

#comments-list .comment-author img {
	float: left;
	margin: 0 10px 0 0;
}

#comments-list .comment-meta {
	font-size: 12px;
	color: #cacaca;
}

#comments-list .comment-meta a {
	color: inherit;
}