/* Search Bar [General] */
.search-bar {
	width: 100%;
	max-width: 28em;
	position: relative;
	font-size: 1.2em;
	padding-right: 6em;
	margin-bottom: 1em;
	z-index: 1;
}

.search-bar input {
	width: 100%;
	display: block;
	padding: 0.65em 1em 0.65em 3em;
	color: #31251C; /* $dark */
	font-style: italic;
	position: relative;
	border-radius: 5em;
	background-color: #FFFFFF; /* $white */
}

.search-bar ::-webkit-input-placeholder {
	color: #31251C; /* $dark */
	opacity: 1;
}

.search-bar :-moz-placeholder {
	color: #31251C; /* $dark */
	opacity: 1;
}

.search-bar ::-moz-placeholder {
	color: #31251C; /* $dark */
	opacity: 1;
}

.search-bar ::-ms-input-placeholder {
	color: #31251C; /* $dark */
	opacity: 1;
}

.search-bar icon {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0.5em;
	color: #31251C; /* $dark */
	z-index: 1;
	font-size: 1.5em;
	opacity: 0.15;
}

.search-bar button, .mobile-menu .search-bar button:hover {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #000000;
	color: #FDF1C4;
	width: 100%;
	z-index: -1;
	text-align: right;
	height: calc(100% + 2px);
	border: none;
	border-radius: 5em;
	transition: 0.35s ease;
	outline: none;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	text-transform: uppercase;
	font-size: 0.925em;
	padding: 0.5em 1.65em;
	line-height: 1;
}

.search-bar button:hover {
	background-color: #0845A2; /* $primary */
	color: #FFFFFF; /* $white */
}
/* End Search Bar [General] */

/* Search Bar [Mobile Nav] */
.mobile-menu .search-bar {
	margin: 1em auto 2em;
	font-size: 1.35em;
}
/* End Search Bar [Mobile Nav] */

/* Search Bar [Slide Area] */
.image-zone .search-bar {
	position: absolute;
	bottom: 3em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 0;
}

.image-zone .search-bar input {
	background-color: #FFFFFF; /* $white */
}

.image-zone .search-bar icon {
	color: #E03636; /* $secondary */
	opacity: 1;
}
/* End Search Bar [Slide Area] */

/* Search System [Results] */
.searchresults {
}

.searchresults .item {
	padding: 2em 0;
}

.searchresults .divider {
	width: 100%;
	height: 1px;
	background-color: rgba(49,37,28,0.102); /* alpha($dark,10%) */
}

.searchresults h3 {
	margin: 0 0 1rem;
}
/* End Search System [Results] */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
