/* Search widget styling */

@media only screen {
	.search_box {
		position: absolute;
		top: 5px;
		right: 10px;
		z-index: 12;
	}
	.search_widget_headerbox {
		position: relative; 
		background: transparent; 
	}
	.search_widget_headerbox .searchArea {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		vertical-align: top;
		width: 30px;
		height: 50px;
		-webkit-transition: width 500ms ease;
		   -moz-transition: width 500ms ease;
			-ms-transition: width 500ms ease;
			 -o-transition: width 500ms ease;
				transition: width 500ms ease;
	}
	.search_widget_headerbox.opened .searchArea {
		width: 230px;
	}
	.search_widget_headerbox form {
		background-color: #ededed;
	}
	.search_widget_headerbox input[type=search] {
		position: absolute;
		top: 0;
		right: 40px;
		display: block;
		width: 0;
		height: 40px;
		border-width: 0;
		border-color: #383838;
		background-color: #ededed;
		color: black;
		font-family: 'Futura LT W01 Medium Condensed';
		font-size: 26px;
		line-height: 40px;
		text-align: right;
		margin: 0; 
		padding: 0;
		z-index: 0;
		-webkit-transition: width 500ms ease;
		   -moz-transition: width 500ms ease;
			-ms-transition: width 500ms ease;
			 -o-transition: width 500ms ease;
				transition: width 500ms ease;
	}
	.search_widget_headerbox.opened input[type=search] {
		width: 60vw;
		border-width: 1px;
		padding: 0 5px;
		z-index: 3;
	}
	.search_widget_headerbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: black;
		font-size: 26px;
		font-family: 'Futura LT W01 Medium Condensed';
		text-transform: uppercase;
	}
	.search_widget_headerbox input::-moz-placeholder { /* Firefox 19+ */
		color: black;
		font-size: 26px;
		font-family: 'Futura LT W01 Medium Condensed';
		text-transform: uppercase;
	}
	.search_widget_headerbox input:-ms-input-placeholder { /* IE 10+ */
		color: black;
		font-size: 26px;
		font-family: 'Futura LT W01 Medium Condensed';
		text-transform: uppercase;
	}
	.search_widget_headerbox input:-moz-placeholder { /* Firefox 18- */
		color: black;
		font-size: 26px;
		font-family: 'Futura LT W01 Medium Condensed';
		text-transform: uppercase;
	}
	.search_widget_headerbox .searchBtn {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px;
		cursor: pointer;
		font-size: 26px;
		-webkit-transition: top 250ms linear;
		   -moz-transition: top 250ms linear;
			-ms-transition: top 250ms linear;
			 -o-transition: top 250ms linear;
				transition: top 250ms linear;
	}
	.search_widget_headerbox .searchBtn:hover {
		color: black;
		background-color: white;
	}
	.search_widget_headerbox .searchBtn:focus {
		outline: none;
	}
	.search_widget_headerbox .fa-inverse {
		color: white;
	}
	.search_widget_headerbox .fa-inverse:hover {
		background-color: white;
		color: black;
	}
}
@media only screen and (min-width: 40.063em) {
	.search_widget_headerbox.opened input[type=search] {
		width: 80vw;
	}
}
@media only screen and (min-width: 64.063em) {
	.search_box {
		width: 100%;
		max-width: 1510px;
		top: 82px;
		left: initial;
		right: 80px;
	}
	.search_widget_headerbox .searchArea {
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 36px;
		background-color: #ededed;
	}
	.search_widget_headerbox.opened .searchArea {
		width: 700px;
	}
	.search_widget_headerbox input[type=search] {
		top: 67px;
		right: 54px;
		height: 36px;
		border: 0 none;
		box-shadow: none;
		outline: none;
		font-size: 20px;
		line-height: 20px;
		padding: 0;
		-webkit-transition: top 250ms linear;
		   -moz-transition: top 250ms linear;
			-ms-transition: top 250ms linear;
			 -o-transition: top 250ms linear;
				transition: top 250ms linear;
	}
	.short .search_widget_headerbox input[type=search] {
		top: 3px;
	}
	.search_widget_headerbox.opened input[type=search] {
		width: 610px;
	}
	.search_widget_headerbox input[type=search]:focus {
		box-shadow: none;
		background-color: #ededed;
	}
	.search_widget_headerbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 24px;
	}
	.search_widget_headerbox input::-moz-placeholder { /* Firefox 19+ */
		font-size: 24px;
	}
	.search_widget_headerbox input:-ms-input-placeholder { /* IE 10+ */
		font-size: 24px;
	}
	.search_widget_headerbox input:-moz-placeholder { /* Firefox 18- */
		font-size: 24px;
	}
	.search_widget_headerbox .searchBtn {
		top: 69px;
		font-size: 17px;
		color: black;
		padding: 3px;
	}
	.search_widget_headerbox .searchBtn:hover {
		color: #ededed;
		background-color: black;
	}
	.short .search_widget_headerbox .searchBtn {
		top: 6px;
	}
	.search_widget_headerbox .fa-inverse {
		color: black;
	}
	.search_widget_headerbox .fa-inverse:hover {
		color: #ededed;
		background-color: black;
	}
	.search_widget_headerbox.opened .searchDivider {
		position: absolute;
		right: 40px;
		top: 71px;
		width: 2px;
		height: 26px;
		border-left: 1px solid black;
		z-index: 2;
		-webkit-transition: top 250ms linear;
		   -moz-transition: top 250ms linear;
			-ms-transition: top 250ms linear;
			 -o-transition: top 250ms linear;
				transition: top 250ms linear;
	}
	.short .search_widget_headerbox.opened .searchDivider {
		top: 7px;
	}
}
@media only screen and (min-width: 1200px) {
	.search_widget_headerbox.opened input[type=search] {
		width: 720px;
	}
	.search_widget_headerbox .searchBtn {
		top: 71px;
		font-size: 19px;
	}
}
@media only screen and (min-width: 1600px) {
	.search_box {
		right: 90px;
	}
}

/* Search results styling */
@media only screen {
	.search_results {
		padding: 15px;
		margin: 0 0 10px 0;
	}
	.search_results .searchBox {
		position: relative;
		margin-right: 34px;
	}
	.search_results .searchBox .searchBtn {
		display: inline-block;
		position: absolute;
		top: 0;
		right: -34px;
		cursor: pointer;
		font-size: 20px;
		padding: 5px;
		color: black;
	}
	.search_results .searchBox input {
		box-shadow: none;
		outline: none;
		color: black;
		font-family: 'Lato';
		font-size: 14px;
		line-height: 20px;
	}
	.search_results_wrapper {
		padding: 0;
		margin: 20px 0;
	}
	.search_results_items .search_results_above {
		width: 100%;
	}
	.search_results_items .search_results_above h4 {
		text-align: center;
	}
	.search_results_items .search_results_pagination {
		color: black;
		font-family: 'Lato';
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}
	.search_results_items .search_results_pagination a span {
		display: inline-block;
		position: relative;
		top: 10px;
		font-size: 42px;
		color: black;
		background: transparent;
		padding: 0 6px 0 8px;
	}
	.search_results_items .search_results_pagination a span.fa-caret-left,
	.search_results_items .search_results_pagination a span.fa-angle-double-left {
		padding: 0 4% 0 0;
	}
	.search_results_items .search_results_pagination a span.fa-caret-right,
	.search_results_items .search_results_pagination a span.fa-angle-double-right {
		padding: 0 0 0 4%;
	}
	.search_results_items .search_results_notfound {
		margin: 10px 0;
	}
	.search_results_items .search_results_filters {
		padding: 10px 0;
		margin: 10px 0;
		font-family: 'Lato';
		font-size: 14px;
		line-height: 20px;
		color: black;
	}
	.search_results_items .search_results_filters .search_results_facets {
		margin-top: 10px;
	}
	.search_results_items .search_results_filters .search_results_facets a {
		display: inline-block;
		margin-bottom: 4px;
		color: black;
		text-decoration: underline;
	}
	.search_results_items .search_results_filters .search_results_facets a:hover {
		color: #ee1c24;
	}
	.search_results_items .search_results_filters .removeFilter {
		font-family: 'Lato';
		font-size: 14px;
		color: black;
		text-decoration: underline;
		margin-left: 10px;
	}
	.search_results_items .search_result_item {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 15px;
		background-color: white;
		margin: 0 0 15px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	.search_results_items .search_result_item .search_result_col {
		display: block;
	}
	.search_results_items .search_result_item .search_result_image {
		display: block;
		position: relative;
		text-align: center;
	}
	.search_results_items .search_result_item .search_result_image img {
		width: 100%;
		max-width: 250px;
	}
	.search_results_items .search_result_item_top {
		padding: 0 30px 0 0;
	}
	.search_results_items .search_result_item_top h4 {
		line-height: 26px;
	}
	.search_results_items .search_result_item_top a {
		color: black;
		font-size: 22px;
		line-height: 28px;
		text-decoration: none;
	}
	.search_results_items .search_result_item_top a:hover {
		color: #ee1c24;
	}
	.search_results_items .search_result_item em {
		font-weight: bold;
	}
	.search_results_items .search_result_item_bottom {
		color: black;
		font-size: 0.8rem;
		padding: 0 30px 0 0;
	}
	.search_results_items .search_result_item_bottom .search_type {
		display: block;
		font-style: italic;
		padding: 0 0 6px 0;
	}
	.search_results_items .search_result_item_bottom a.search_anchor {
		font-family: 'Lato';
		font-size: 16px;
		line-height: 26px;
		text-decoration: none;
	}
	.search_results_items .search_result_item_bottom a.search_anchor:hover {
		color: #ee1c24;
	}
	.search_results_items .search_result_item .search_result_item_bottom p {
		color: black;
		margin: 2px 0 0 0;
		font-family: 'Lato';
		font-size: 14px;
		line-height: 20px;
	}
	.search_results_below {
		clear: both;
	}
}
@media only screen and (min-width: 40.063em) {
	.search_results_items .search_results_above {
		float: left;
	}
	.search_results_items .search_results_above h4 {
		float: left;
		margin: 2px 30px 0 0;
	}
	.search_results_items .search_results_pagination {
		margin: 2px 0;
		float: right;
	}
	.search_results_items .search_results_pagination a span {
		top: 2px;
		font-size: 21px;
		padding: 0 6px 0 8px;
	}
	.search_results_items .search_results_pagination a span.fa-caret-left,
	.search_results_items .search_results_pagination a span.fa-angle-double-left {
		padding: 0 10px 0 0;
	}
	.search_results_items .search_results_pagination a span.fa-caret-right,
	.search_results_items .search_results_pagination a span.fa-angle-double-right {
		padding: 0 0 0 10px;
	}
	.search_results_items .search_results_pagination a span.fa-angle-double-left,
	.search_results_items .search_results_pagination a span.fa-angle-double-right {
		top: 1px;
	}
	.search_results_wrapper {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 15px;
		-webkit-column-fill: balance;
		-moz-column-fill: balance;
		column-fill: balance;
	}
	.search_results_items .search_result_item {
	}
	.search_results_items .search_result_item .search_result_image {
		padding: 10px 0;
	}
	.search_results_items .search_result_item .search_result_image img {
		width: unset;
		max-width: 100%;
	}
}
@media only screen and (min-width: 64.063em) {
	.search_results {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.search_results_wrapper {
		max-width: 1600 !important;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.search_results_below {
		padding: 15px 0;
	}
}
@media (min-width: 1300px) {
	.search_results_wrapper {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}
@media (min-width: 1600px) {
	.search_results_wrapper {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
}
