.template-search .post-meta-infos {
	display: none;
}

.template-search #searchform input#s[type='text'] {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background-color: var(--blue-trans) !important;
	border: none;
	border-radius: 30px;
	font-size: 14px !important;
	margin-bottom: 0;
	padding: 16px 15px !important;
	height: auto;
}

body#top #searchsubmit {
	right: -60px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
}