﻿/*
 * 4.8 SEARCH
 * ============================================================================
 */

.search-section{
	
}

.search-section .search-input-wrap{
	padding-top: 1.8rem;
	text-align: center;
}

.search-section .search-input-wrap input[type="text"], .search-section .search-input-wrap input[type="search"]{
	width: 472px;
	height: 4rem;
	margin-left: 6rem;
	padding-right: 1rem;
	padding-left: 1rem;
	border-width: 5px;
	border-style: solid;
	border-radius: 12px;
}
.search-section .search-input-wrap button, .search-section .search-input-wrap input[type="submit"]{
	width: 5.5rem;
	max-width: 100%;
	height: 4rem;
	border: none;
	background: none;
}

.search-count{
	margin-top: 1.5rem;
	text-align: center;
}

.search-results-title{
	display:none;
	width: 100% !important;
	overflow: hidden !important;
	position: absolute !important;
	/*top: calc(100% + 34px);*/
	left: 0 !important;
	background: rgba(0, 0, 0, 0.3) !important;
    top: 32px !important;
    padding: 30px 0 !important;
}
.search-results ul{
	margin: 54px -10px 0 -10px;
	padding: 0;
}
.search-results li{
	display: block;
	position: relative;
	margin: 23px 0 0 0;
	padding: 0 40px 2px 40px;
}
.search-results li:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	/*border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #f4f4f4;
	background-color: #f9f9f9;*/
}
.search-results li:last-of-type:after{
	display: none;
}
.search-results li a{
	display: inline-block;
	text-decoration: none;
}
.search-results li img{
	width: 116px;
	height: auto;
	float: left;
	vertical-align: bottom;
}
.search-results li .search-results-text{
	margin-left: 142px;
}


/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1280px){
	
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	
}
@media all and (max-width: 906px){
	
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (max-width: 768px){
	.search-section .search-input-wrap input[type="text"], .search-section .search-input-wrap input[type="search"]{
		width: 290px;
		height: 48px;
		max-width: 100%;
		margin-left: 0;
		font-size: 24px;
	}
	.search-section .search-input-wrap button, .search-section .search-input-wrap input[type="submit"]{
		height: 48px;
	}
	.search-results li{
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	.search-results li img{
		width: 60px;
	}
	.search-results li .search-results-text{
		margin-left: 70px;
	}
}
@media all and (max-width: 540px){
	
}
@media all and (max-width: 480px){
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */
	
}