/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.elementor-field-type-acceptance .elementor-field-option input {
	margin-right: 15px;
}

.elementor-field-type-acceptance .elementor-field-option label {
	line-height: 1.5;
	margin-top:-6px;
}

.e--pointer-underline .elementor-item:after {
	width: 90% !important;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.menu-item-book {
	width: 80%;
  margin: 15px auto !important;
}

.menu-item-book .elementor-item {
	color: #FFF;
	justify-content: center;
}

.sbttBacktotop {
    position: fixed;
    bottom: 20px;
    right: 60px;
    cursor: pointer;
    z-index: 1000;
}

html,
body {
	overflow-x: hidden;
}

@media (max-width: 767px) {
	.elementor-nav-menu--dropdown {
		top: 32px !important;
	}
}

.elementor-text-editor ul {
	padding-left: 15px;
}
