/* 
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
*/

.elementor-widget-text-editor p:last-child {
	margin-bottom:0;
}

.little-wine-shop-booking .ot-dtp-picker.wide {
    padding: 0;
    width: 100%;
}

.little-wine-shop-booking .ot-title {
	display:none;
}

.little-wine-shop-booking .ot-dtp-picker .ot-dtp-picker-form {
    border: none;
    display: flex;
    gap: 20px;
}

.little-wine-shop-booking .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    flex: 1;
}

.little-wine-shop-booking .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
    color: #2d333f;
    outline: 1px solid #aaa;
}

.little-wine-shop-booking .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
	border-radius: 40px;
    border: none;
    box-shadow: none;
    font-size: 14px;
}

.little-wine-shop-booking .picker__weekday {
	padding: 0 0 4px 0;
	border:none;
}

@media (min-width:768px) and (max-width:1024px) {
	
	.little-wine-shop-booking .ot-dtp-picker .ot-dtp-picker-form {
		gap:10px;	
	}
	
}

#gv-form {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.gv-field label {
	margin-bottom: 5px;
	font-weight: bold;
}

@media (max-width:767px) {
	
	.little-wine-shop-booking .ot-dtp-picker .ot-dtp-picker-form {
		flex-direction: column;
		height: auto !important;
	}
	
	.little-wine-shop-booking .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    	width: 100%;
	}
	
	
}