/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*===================== MAIN SITE =================================*/
body {
	font-size: 14px;
}

#header {
	height: 90px;
}

.logo {
	margin: -67px 0 0 25px;
}

.logotitle {
	float: left;
	font-size: 35px;
	color: #ffffff;
	margin-left: 20px;
	font-weight: bold;
	display: inline-block;
}

.tagline {
	color: #fff;
	font-style: italic;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#container {
	width: 1024px;
	margin: 0 auto;
}

#content {
	width: 670px;
}

.wepay-donations-progress-widget {
	width: 270px !important;
}

.posts-by-tag-list {
	list-style: none;
}

.posts-by-tag-item {
	margin-top: 20px;
}

.posts-by-tag-item-title {
	font-weight: bold;
}

.label,.badge {
	background-color: transparent;
}

/*=================================================================
    Ninja Forms Styles - Start
===================================================================*/
.ninja-forms-form-wrap {
	text-align: center;
	margin-bottom: 80px;
}

.ninja-forms-form {
	text-align: left !important;
	border: solid 1px #ccc;
	padding: 30px;
	color: #050504;
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
}

.ninja-forms-form .label-left label {
	display: block !important;
	font-weight: normal !important;
}

.ninja-forms-form input[type=text] {
	margin-left: 0 !important;
	width: 300px;
	padding: 5px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	border: 1px solid #c2c2c2;
	border-color: #bbb #bebebe #c2c2c2;
	color: #5a5a5a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	background-color: #fcfcfc;
	margin: 0;
}

.ninja-forms-form input[type=text]:hover {
	background-color: #ffffff;
}

.ninja-forms-form input[type=submit] {
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: bold;
	color: #050504;
}

.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
	margin-left: 0;
}

.ninja-forms-form select {
	margin-left: 0;
	padding: 5px;
	color: #050504;
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
}

.ninja-forms-field-description {
	margin-left: 30px;
}

.ninja-forms-error-msg {
	padding: 10px;
	border: solid 2px #ffff00;
	background-color: #ff0000;
}

.ninja-forms-field-error {
	color: #ff0000;
}

hr {
	border: 0;
	width: 98%;
	height: 1px;
	background-color: #efefef;
}

/*=================================================================
    Ninja Forms Styles - END
===================================================================*/
h2 {
	font-size: 20px;
}

.table {
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.table th {
	background: #ddd;
	font-weight: bold;
	border: solid 1px #ccc;
	padding: 5px;
}

.table td {
	border: solid 1px #ccc;
	padding: 5px;
}

.posts-by-tag-item {
	margin-top: 30px !important;
}

.posts-by-tag-item-title {
	font-weight: bold;
}

#post-5 .title {
	display: none;
}

.art-page-footer {
	display: none;
}

#footer {
	height: 50px;
}

.contact-form {
	padding: 10px;
	border: solid 1px #ccc;
}