/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.ot-dtp-picker.ot-standard{
font-family: "Josefin Slab", Sans-serif;
	width:320px !important;
	height:439px;
	position:relative;
	top: 100px;
	z-index: 2;
}

.ot-dtp-picker.ot-standard input
{
	background-color:black;
	border:none;
	box-shadow:none;
}


#ot-reservation-widget
{
	float:right !important;
	margin-top:200px !important;
}

.ot-standard .ot-dtp-picker-form
{
	margin:auto;
	display:flex;
	flex-direction:column;
	gap:10px;
	border:none !important;
	background:var(--otkit-color-background, var(--otkit-color-background-default))!important;
}
.ot-dtp-picker.ot-standard {
	height:fit-content;
}
.ot-dtp-picker-form a
{
	background-color:#e6e6e6!important;
	border:1px solid black !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#ot-reservation-widget
	{
		display:flex;
		justify-content:center;
		float:none !important;
	}
}


