.wpse-clearfix {
	clear:both;
	float:none;
	width:100%;
}

.wpse-processing {
	opacity:0.4;
}

.wpse-processing, .wpse-processing * {
	cursor:progress !important;
}

.wpse-container {
	clear:both;
	display:block;
	margin:0;
	padding:2px;
}

.wpse-container form {
	position:relative;
	margin:0;
	padding:0;
}

.wpse-container * {
	box-sizing:border-box;
	outline: medium none;
}

.wpse-container input, .wpse-container button {
	width:100%;
	height:45px;
	padding:5px 10px;
}

.wpse-container .field-keyword {
	display:block;
	margin-right:55px;
}

.wpse-container .field-keyword input[type="text"] {
	background: #fff;
	margin:0;
	padding:0 10px 0 15px;
	font-size:1.1em;
	color: #333333;
	border: 2px #c7c7c7 solid;
	border-right-width:0;
	border-radius: 5px 0 0 5px;
}

.wpse-container .field-submit {
	position:absolute;
	right:0;
	top:0;
	width:55px;
}

.wpse-container .field-submit button {
	background: #333333 url('../images/icon-search.png') no-repeat scroll center center / auto 50%;
	margin:0;
	padding:0;
	color: #fff;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
	border: medium none;
	text-indent:-9999;
	font-size:0;
	border-radius: 0 3px 3px 0;
}

.wpse-container .wpse-loading {
	display:none;
	background:url('../images/icon-loading-vertical.gif') no-repeat scroll center center / auto 100%;
	position:absolute;
	right:60px;
	top:0;
	bottom:0;
	width:28px;
	height:16px;
	margin:auto 0;
}

.wpse-container .search-suggestions {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	width:auto;
	left:2px;
	right:2px;
	background:#fff;
	box-shadow:0 3px 6px 0 #c7c7c7;
	border-radius: 0 0 3px 3px;
	z-index:999;
}

.wpse-container .search-suggestions .search-section {
	padding:10px 0;
	border-bottom:1px dotted #c7c7c7;
}

.wpse-container .search-suggestions .search-section:last-child {
	border-bottom:none;
}

.wpse-container .search-suggestions .search-section .heading {
	position:relative;
	margin:10px 0 8px 20px;
	padding:0;
	color:#999999;
	font-size:1em;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.wpse-container .search-suggestions .search-section .heading::before {
	content:"";
	float:left;
	padding:0;
	margin:0 8px 0 0;
	width:15px;
	height:15px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.wpse-container .search-suggestions .search-section.recent-searches .heading::before {
	background-image:url('../images/icon-clock.png');
}

.wpse-container .search-suggestions .search-section.trending-searches .heading::before {
	background-image:url('../images/icon-trending.png');
}

.wpse-container .search-suggestions .search-section ul {
	list-style:none;
	float:none;
	margin:0;
	padding:0;
}

.wpse-container .search-suggestions .search-section ul li {
	list-style:none;
	float:none;
	margin:0;
	padding:0;
	font-size:1em;
}

.wpse-container .search-suggestions .search-section ul li a {
	position:relative;
	display:block;
	margin:0;
	padding:8px 20px 8px 44px;
	text-decoration:none;
	color:#666666;
}

.wpse-container .search-suggestions .search-section ul li a:hover {
	background:#f6f6f6;
}

.wpse-container .search-suggestions .search-section .clear-search {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto 10px auto 0;
	padding:0 15px 0 0;
	font-size:0.8em;
	cursor:pointer;
	opacity:0.5;
}

.wpse-container .search-suggestions .search-section .clear-search:hover {
	opacity:1;
}

.wpse-container .search-suggestions .search-section .clear-search::after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto 0;
	padding:3px;
	width:8px;
	height:8px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../images/icon-cross.png');
	background-size:8px 8px;
	z-index:99;
}

.wpse-container .search-suggestions .search-section ul li a .clear-search {
	text-indent:-999;
	font-size:0;
}

.wpse-container .search-suggestions .search-section ul li a .clear-search::after {
	display:none;
}

.wpse-container .search-suggestions .search-section ul li a:hover .clear-search::after {
	display:block;
}

/*
 * Auto Suggest List
 */

.wpse-container .search-suggestions .search-section.auto-suggest-searches {
	border-bottom:none;
	padding-top:0;
	padding-bottom:0;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li a {
	padding:8px 20px 10px 20px;
	border-bottom:1px dotted #c7c7c7;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li:last-child a {
	border-bottom:none;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li .left-column {
	float:left;
	width:75px;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li .left-column img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li .right-column {

}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li.has-left-col .right-column {
	margin-left:90px;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li .post-title {
	margin:0 0 10px;
	padding:0;
	color:#999999;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
}

.wpse-container .search-suggestions .search-section.auto-suggest-searches ul li .post-description {
	color:#666;
}

/*
 * Browse Menu
 */
 
.wpse-container.has-browse-menu .field-keyword {
	margin-left:45px;
}

.wpse-container.has-browse-menu .field-keyword input[type="text"] {
	padding:0 10px 0 5px;
	border-left-width:0;
	border-radius: 0;
}

.wpse-container .field-category {
	position:absolute;
	left:0;
	top:0;
	width:45px;
}

.wpse-container .field-category button {
	background: #fff url('../images/icon-browse.png') no-repeat scroll center center / auto 80%;
	margin:0;
	padding:0;
	cursor:pointer;
	text-indent:-9999;
	font-size:0;
	border: 2px #c7c7c7 solid;
	border-right-width:0;
	border-radius: 5px 0 0 5px;
	z-index:990;
}

.wpse-container .field-category.active button {
	border-radius: 5px 0 0 0;
	background-color:#c7c7c7;
}

.wpse-container .field-category ul {
	margin: 0;
	padding:0;
}

.wpse-container .field-category > ul {
	display:none;
	position:absolute;
	width:200px;
	left:0;
	right:2px;
	list-style:none;
	float:none;
	margin-top:-2px;
	padding:10px 0;
	background:#c7c7c7;
	border-radius: 0 0 5px 5px;
	z-index:991;
}

.wpse-container .field-category ul li {
	display:block;
	background:transparent;
	list-style:none;
	float:none;
	margin:0;
	padding:0;
}

.wpse-container .field-category ul li a {
	display:block;
	background:transparent;
	font-size:0.9em;
	color:#333333;
	margin:0;
	padding:7px 10px;
	cursor:pointer;
	text-transform:uppercase;
}

.wpse-container .field-category > ul li a:hover, .wpse-container .field-category ul li a.active {
	background:#a7a7a7;
	color:#333333;
}

.wpse-container .field-category ul li a.active {
	font-weight:bold;
}

.wpse-container .field-category > ul > li > ul > li > a {
	padding-left:20px;
}

.wpse-container .field-category > ul > li > ul > li > ul > li > a {
	padding-left:30px;
}

.wpse-container .field-category > ul > li > ul > li > ul > li > ul > li > a {
	padding-left:40px;
}

.wpse-container .field-category > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	padding-left:50px;
}

@media only screen and (max-width: 767px) {
	.wpse-container .search-suggestions .search-section ul li a .clear-search::after {
		display:block;
	}
}