/**
 * General styles.
 *
 */
body > .cmwp-fancy-searchform {
	display: none;
}

.fancybox-search {
	height: auto !important;
}



/**
 * Searchform styling.
 *
 */
.cmwp-fancy-searchform.fancybox-content {
	padding: 0;
	overflow: visible;
	min-width: 280px;
}
.fancybox-content .fancybox-button {
	position: absolute !important;
	top: -44px !important;
	right: -44px !important;
	z-index: 1000;
	background: transparent !important;
	border: none !important;
}

.fancybox-content .search-form {
	padding: 0;
	border: none;
}
.fancybox-content .search-form form div:after {
	content: "";
	display: block;
	clear: both;
}
.fancybox-content .search-form form div input {
	width: 100%;
	height: 60px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	margin: 0;
}
.fancybox-content .search-form form div input:placeholder {
	color: #999;
}
.fancybox-content .search-form form div button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 60px;
	border: none;
	border-radius: 0;
	background: #333;
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fancybox-content .search-form form div button:before {
	content: "\f002";
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}