/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1775961465
Updated: 2026-04-12 10:37:45

*/
.primary-button .elementor-button {
	color:rgb(242 231 212 / 75%) !important;
	border:1px solid;
	border-color:rgb(242 231 212 / 40%);
	background:transparent !important;
	border-radius:0 !important;
	font-size:11px;
	letter-spacing:.2em;
	transition:all 0.3s ease;
}
.primary-button .elementor-button:hover {
	background-color:rgb(242 231 212 / 10%) !important;
	color:#fff !important;
}
.secoundary-button .elementor-button {
    color:rgb(30 56 43 / 80%);
    letter-spacing: .3em;
    transition-duration: .5s;
    font-family: Raleway,sans-serif;
    font-size:10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius:0;
    border-color: rgb(30 56 43 / 35%) !important;
    border:1px solid;
    background-color:transparent !important;
}

.secoundary-button .elementor-button:hover {
    border-color: rgb(30 56 43 / 55%);
    background-color: rgb(30 56 43 / 5%) !important;
}

@media screen and (min-width:767px) {
	
li.book-button-menu {display:none !important;}
}