/*
Theme Name:           Flatsome Child
Template:			  flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.5
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome-child
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/* ROMKIDS header/menu reset */
#header .nav,
#header .nav ul:not(.nav-dropdown),
#header .nav > li,
#header .nav li,
#header .nav-sidebar,
#header .nav-sidebar ul,
#header .nav-sidebar > li,
#header .nav-sidebar li,
.off-canvas .nav,
.off-canvas .nav ul:not(.nav-dropdown),
.off-canvas .nav > li,
.off-canvas .nav li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ROMKIDS: Top-Bar-Kontakt-Nav Abstände wiederherstellen
   (Die Reset-Regel oben setzt alle #header-Nav-LIs auf margin:0.
    #header-contact braucht Standard-Spacing für die Kontakt-Einträge.) */
#header #header-contact > li {
  margin-left: 7px !important;
  margin-right: 7px !important;
  padding: 0 !important;
}
#header #header-contact > li:first-child {
  margin-left: 0 !important;
}
#header #header-contact > li > a > i + span {
  margin-left: 5px;
}
