/*
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.   ***************/

div.ui-datepicker .ui-corner-all > span {
	display: none;
}

.ui-datepicker-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year{
	height: 30px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}