/* 
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 */
.page {
background: #fbf6ea;
}

nav ul ul.sub-menu {
padding-top: 15px !important;
padding-bottom: 15px !important;
}

.list-has ul {
margin-bottom: 20px;
padding-left: 20px;
}

.list-has p strong {
margin-bottom: -15px;
display: block;
}

.price-list ul {
margin-bottom: 20px;
padding: 0px;
}

.price-list ul li {
margin-bottom: 30px;
line-height: 30px;
list-style: none;
text-transform: uppercase;
}

.price-list ul li strong {
display: block;
color: #aa7706;
font-size: 20px;
font-weight: 900;
}

.price-list ul li b {
font-weight: normal;
font-size: 14px;
color: #888888;
text-transform: none;
font-style: italic;
}

@media only screen and (max-width: 1024px) {
.main-header {
top: 10px;
}

.rmp_menu_trigger {
top: 35px !important;
background: transparent !important;
border: none !important;
padding: 0px !important;
right: 55px !important;
position: absolute !important;
}

#rmp_menu_trigger-602 .responsive-menu-pro-inner, 
#rmp_menu_trigger-602 .responsive-menu-pro-inner::before, 
#rmp_menu_trigger-602 .responsive-menu-pro-inner::after {
width: 35px !important;
height: 3px !important;
background-color: #aa7706 !important;
border-radius: 10px !important;
}

.rmp-menu-additional-content,
.rmp-menu-title,
.rmp-search-box {
display: none !important;
}

#rmp-menu-wrap-602 .rmp-menu-current-item .rmp-menu-item-link {
background-color: #E6A40B !important;
}

#rmp-menu-wrap-602 .rmp-menu-item-link {
font-family: 'Poppins' !important;
font-size: 18px !important;
height: 45px !important;
line-height: 44px !important;
font-weight: 500 !important;
}

#rmp-container-602 {
background-color: #1c0b04 !important;
padding-top: 40px !important;
}
}

@media only screen and (max-width: 767px) {
.main-header {
top: 0px;
}
	
.rmp_menu_trigger {
top: 20px !important;
right: 15px !important;
}
}