/*Search*/
.maforum-app .searchwp-modal-form-default .searchwp-modal-form__close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #330872;
	font-size: 38px;
}
.maforum-app .searchwp-modal-form-default .searchwp-modal-form__overlay {
	background: #f2f2f2;

	background-image: url('../images/wave-bg.svg');
	background-size: cover;
	background-position: center;
}
.maforum-app .searchwp-modal-form-default .searchwp-modal-form__content {
	background: transparent;
	max-width: 900px;
	margin: auto;
}
.maforum-app .searchwp-modal-form__content form.searchform input[type='text'] {
	border: 0;
	background: 0 0;
	font-family: inherit;
	font-size: 4vw;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0.1em;
	border-bottom: 1px solid rgba(112, 112, 112, 0.15);
	outline: 0;
	color: #0E1923;
}
.maforum-app .searchwp-modal-form__content form.searchform input[type='submit'] {
	display: none;
}
.maforum-app .searchwp-modal-form__content .help {
	font-size: 90%;
	font-weight: 700;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #330872;
}
.maforum-app .searchwp-modal-form__content ::-webkit-input-placeholder {
	/* Edge */
	opacity: 0.3;
}

.maforum-app .searchwp-modal-form__content :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.3;
}

.maforum-app .searchwp-modal-form__content ::placeholder {
	opacity: 0.3;
}