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


.read-more-button {
    display: none; /* Initially hidden */
    margin-top: 10px;
    cursor: pointer;
    background: transparent !important;
    border: none;
    color: #333333 !important;
    text-decoration: none;
    padding: 0 !important;
    box-shadow:none !important;
    font-weight: 700;
}

.read-more-button:hover {
    color: #ffffff !important;
}
.read-more-button i{
    margin-left:0.5em;
}
.read-more > .elementor-widget-container {
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.elementor-nav-menu__container.elementor-nav-menu--dropdown{
	padding-bottom: 24px;
}
