/*
Theme Name: My Twenty Seventeen
Description: My Twenty Seventeen child theme
Author: Ing. Ales Kaucky
Author URI: https://www.terceska.cz/
Template: twentyseventeen
Version: 1.1
 */
form.form_in_menu {
	width: 50%;
  margin:0 auto;
}

@media screen and ( min-width: 55em ) {
form.form_in_menu {
	width: 11em;
  position: absolute;
  right: 5em;
  top: 1.4em;
}
}

form.form_in_menu svg.icon-search {
	height: 19px;
	width: 19px;
  fill: currentColor;
	position: absolute;
	right: 4px;
	bottom: 6px;
}

form.form_in_menu button.search-submit {
	padding: 0.5em 0.9em;
}

form.form_in_menu input {
	margin: 0em;
  padding: 0.3em 0.5em;
}