/*
Theme Name: Harlem Twenty One Child Theme
Theme URI: https://harlem-stores.de
Description: Harlem theme for Twenty Twenty One.
Author: Freshheit
Author URI: https://freshheit.de/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--global--spacing-vertical: 1.5rem;
}
  
.is-dark-theme select {
  background-color: var(--global--color-background);
  color: var(--global--color-primary);
  border:0;
}

#fbuilder .ui-datepicker-inline {
  max-width: none !important;
}

.ui-datepicker tbody td,
.ui-datepicker tbody tr {
  border:0 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  height: 40px !important;
  line-height: 40px !important;
}

#fbuilder .slots,
#fbuilder .slots div {
  border:0 !important;
  padding:0 !important;
}

#fbuilder .slots div a {
  color: var(--global--color-background) !important;
  text-decoration: none;
}

#fbuilder div.cpefb_error {
  background: #f00 !important;
}
