/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

form[id*="nugtr-search_form"] {
	position: relative;
	margin-bottom: 35px;
}

form[id*="nugtr-search_form"] > input {
	display: block;
	width: 100%;
	margin-bottom: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

form[id*="nugtr-search_form"] > button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	border-width: 0;
	background-color: transparent;
	opacity: 0.3;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

form[id*="nugtr-search_form"] > button:hover {
	opacity: 1;
}

form[id*="nugtr-search_form"] > button:focus {
	outline: none;
}

.results .wpb_wrapper {
	height: 100%;
}

.results .wpb_wrapper > .wpb_text_column {
	height: calc(100% - 35px);
}

.results .result {
	background-color: #fff;
	margin-bottom: 35px !important;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.results .result .wpb_single_image {
	max-height: 150px;
	overflow: hidden;
}

.results .result .vc_custom_heading {
	margin: 0 !important;
	padding: 20px 15px;
	box-sizing: border-box;
}

.results .result p,
.results .result a {
	padding: 0 15px;
	box-sizing: border-box;
}

/* jQuery UI autocomplete */
.ui-autocomplete {
	z-index: 501;
}
