/*
Theme Name:   Storefront Child
Theme URI:    http://example.com/storefront-child/
Description:  Storefront Child Theme
Author:       Το όνομά σου
Author URI:   http://example.com
Template:     storefront
Version:      1.0.0
Text Domain:  storefront-child
*/

/* Header: center search below branding */
.site-header .site-branding {
	float: none !important;
	width: 100% !important;
	text-align: center;
	margin-right: 0 !important;
	margin-bottom: 0.5em !important;
}

.site-header .site-search {
	float: none !important;
	width: 100% !important;
	clear: both;
	display: flex;
	justify-content: center;
}

.site-header .site-search .ssp-search-wrapp {
	max-width: 800px !important;
	width: 100%;
}
