/* FORMS *********************************************************************/

input.ninja-forms-field, textarea.ninja-forms-field {
min-height: 30px !important;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #CCC;
}
.field-wrap, #ninja_forms_required_items {
margin-bottom: 10px !important;
}
.ninja-forms-button {
    cursor: pointer;
min-height: 30px !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    border: none !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #666;
}
.ninja-forms-button:hover {
    color: #FFF;
    background-color: #006cb1;
}

/* GALLERIES *********************************************************************/

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery img {
	/*box-shadow: 0px 0px 4px #CCC;*/
	border: none;
	/*padding: 8px;
	background: #FFF;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery-columns-5 .attachment-thumbnail {
	max-width: 95%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 0;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery dl {
	margin-bottom: 4%;
}
.gallery br+br { display: none; }