/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.from_the_blog_excerpt {
    min-height: 190px;
}

.ywgc-predefined-amount-button.selected_button {
    background-color: greenyellow!important;
}
.open-user-map .map-wrap .leaflet-map { z-index:0!important }
.open-user-map .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content { width:400px!important }

.block-picker .block { border: 1px solid #ddd }

.block-picker::before {
  content: 'Bitte Datum und Uhrzeit anklicken';
  display: table;
  padding-bottom: 10px;
  font-weight: bold;
}

ol {
  list-style: decimal!important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.open-user-map .map-wrap { height:600px!important }

}