
/* Result title */
.gs-title {
	margin-bottom: 5px !important;
	text-decoration: none !important;
}
a.gs-title, .titleLink {
	color: #000 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	line-height: 0.5em !important;
}
.gs-result .gs-title {
  color: #000 !important;
}

/* Search term result */
a.gs-title > b {
	color: #b31217 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

/* Result URL */
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #b31217 !important;
  padding-bottom: 5px !important;
}

/* Remove extra search form from results page */
form.gsc-search-box {display: none !important;}

/* Sort by */
.gsc-selected-option-container {
	background: none !important;
	color: #b31217 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

