/* 
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 */
.news-lttr input#form-field-email {
    padding-left: 0;
    color: #fff;
    opacity: 1;
}

.news-lttr input#form-field-email::placeholder {
    color: #fff !important;
    opacity: 1;
    font-family: 'Raleway';
}
.my-form button.elementor-button {
    margin-top: 20px;
}
.my-form label {
    padding-left: 20px;
}
.news-lttr .elementor-message.elementor-message-danger {
    position: absolute;
    font-size: 13px;
}
.scrollable-div p {
    width: 100%;
  height: 110px; /* Adjust the height as needed */
  overflow-y: scroll;
  padding-right: 5px;
}
/* Style the vertical scrollbar */

.scrollable-div p::-webkit-scrollbar {
  width: 6px; /* Adjust the width as needed */
}

.scrollable-div p::-webkit-scrollbar-thumb {
  background: #FFE000; /* Adjust the thumb color as needed */
  border-radius: 6px; /* Adjust the border radius as needed */
}

.scrollable-div p::-webkit-scrollbar-track {
  background: #f1f1f1; /* Adjust the track color as needed */
}

@media(max-width:1025px){
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
		background-color: #FFE000 !important;
		color: #fff;
	}
}
@media(max-width:700px){
	.br-remove br {
		display: none;
	}
}