/* 
Theme Name: Farmaleads
Theme URI:
Description: Farmaleads is a child theme of Hello Elementor
Author: R
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: farmaleads
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 */

/*
 * menu mobile custom styles
 */ 
@media (max-width: 1024px) {
    .mobile-menu {
        position: absolute;
        left: 0;
    }
    
    .mobile-menu .elementor-menu-toggle {
		padding-right: 25px;
    }
    
    .mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 65px; 
		z-index: 1;
		padding-block: 25px;
    }
}

@media (max-width: 768px) {  
    .mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 40px; 
    }
}

.bookmark-icon path {
  fill: black;
  stroke: #fff;
  stroke-width: 2px;
}

.bookmark-icon.active path {
  fill: #E42520;
  stroke: #E42520;
}
