

/* GLOBAL ********/

p {
	margin-bottom: 15px;
}

/* CONTACT **********/

.gform_wrapper {
	margin-top: 0;
}
body .gform_wrapper input[type=text] {
	border: 2px solid #ccc;
}
body .gform_wrapper textarea {
	border: 2px solid #ccc;
}
body .gform_wrapper input[type=submit], body .gform_wrapper input[type=button], body .gform_wrapper input[type=reset] {
	border-radius: 4px;
	text-align: center;
	border-color: #363636;
	color: #ffffff;
	background-color: #363636;
}
body .gform_wrapper input[type=submit]:hover {
	background-color: #ae9b74;
	border-color: #ae9b74;
}
body .gform_wrapper .chzn-container-single .chzn-single span, body .gform_wrapper input[type=email], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper select, body .gform_wrapper textarea {
	color: #252525;
}
body .gform_wrapper textarea {
	font-size: 16px;
}
body .gform_wrapper select {
	font-size: 16px!important;
	line-height: 18px!important;
	height: 30px;
}

/* GALLERY */

.filter_holder ul li span {
	display: inline-block;
	padding: 0 15px;
}
.page-id-13 .qbutton.white {
	border-color: #fff!important;
	font-family: Overlock!important;
	font-weight: 600;
}
.page-id-13 .qbutton.white:hover {
	border-color: #ae9b74!important;
	color: #fff!important;
	font-family: Overlock!important;
	font-weight: 600;
}

/* MOBILE */

@media only screen and (max-width: 500px) {
	#wide-mobile .section_inner {
		width: 100%!important;
	}
}
@media only screen and (min-width: 1000px) {
	.error404 .content  {
		margin-top:50px;
	}
}