h1, h2, h3, h4, h5, h6 {
	color: #cd4343;
	font-weight: normal;
}

.logo h1.site-title {
	display: table-cell;
	vertical-align: middle;
	padding-top: 63px;
}

.navbar-brand {
	min-height: 50px;
	height: auto;
}

.navbar-brand a {
	color: #fff;
}

.mainmenu {
	background-color: #cd4343;
	box-shadow: 0 4px 4px 0 #ddd;
}

.mainmenu .navbar-nav > li > a {
	color: #fff;
	font-size: 18px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
}

.navbar-toggle {
	float: right;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
}

.navbar-toggle,
.navbar-toggle:hover {
	border-color: #fff;
	box-shadow: none;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.textwidget p {
	font-size: 17px;
}

.header-area h1.site-title a {
  	
}

.mfp-container button:hover {
	border: none;
	box-shadow: none;
}

.pswp button:hover {
	border: none;
	box-shadow: none;
}

.sidebar-area aside {
	background-color: #cd4343;
	color: #fff;
}

.sidebar-area aside h1,
.sidebar-area aside h2,
.sidebar-area aside h3,
.sidebar-area aside h4,
.sidebar-area aside h5,
.sidebar-area aside h6,
.sidebar-area aside a {
	color: #fff;
}

.thumbnail {
	border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	background-color: #eaeaea;
	text-transform: none;
	font-size: 17px;
}

div.wpcf7-validation-errors {
	background-color: #f7e700;
	border-radius: 4px;
    	display: block;
    	font-size: 17px;
	margin: 0;
}

span.wpcf7-not-valid-tip {
	color: #cd4343;
}

div.wpcf7-mail-sent-ok {
	background-color: #398f14;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 17px;
	margin: 0;
}

article div.entry-content input.wpcf7-submit[type="submit"] {
	background-color: #cd4343;
	color: #fff;
	box-shadow: none;
	border: none;
	text-shadow: none;
	font-size: 17px;
}

#footer-navbar .navbar-nav > li > a {
	padding-top: 0;
	font-size: 15px;
	color: #9d9d9d;
}

.footer div.site-info {
	padding-bottom: 25px;
	padding-top: 25px;
	font-size: 12px;
	color: #9d9d9d;
}

.footer div.site-info a {
	color: #000;
}

#toplink {
	position: absolute;
	right: 12px;
	top: 25px;
	font-size: 15px;
}

@media (max-width: 440px) {

	.navbar-brand {
		width: 230px;
	}

	.navbar-toggle {
		margin-top: 18px;
		margin-bottom: 18px;
	}

}

@media (max-width: 768px) {

	#toplink {
		top: 32px;
	}
	
}

@media (min-width: 768px) {

	.footer .credits {
		text-align: right;
		padding-right: 12px;
	}
	
	.footer div.site-info {
		padding: 25px;
	}

}

@media (min-width: 992px) {

	.logo > div {
		height: 170px;
	}	

	.logo h1.site-title {
		height: 170px;
	}

}