/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

   
body {
	direction: rtl;
	overflow-x: hidden;
}

.gradient-btn a, .elementor-cta__button {
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5) !important;
  border: 3px solid transparent !important;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0),        rgba(255, 255, 255, 0)), linear-gradient(101deg,#ff0d94, #5500de) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: 2px 1000px 1px #fff inset !important;
      font-family: "almoni", Sans-serif;
    }


.elementor-post__read-more {
	 box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5) !important;
  border: 3px solid transparent !important;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0),        rgba(255, 255, 255, 0)), linear-gradient(101deg,#ff0d94, #5500de) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: 2px 1000px 1px #fff inset !important;
      font-family: "almoni", Sans-serif;
	
	padding: 4px 12px;
	transition: all .4s linear !important;
}

.elementor-post__read-more:hover {
	    box-shadow:none !important;
			color: #fff !important;
}
    
.elementor-widget-form .elementor-button {
    background-color: transparent;
    font-family: "almoni", Sans-serif;
    font-weight: 400;

    background-image: 
    linear-gradient(rgba(255, 255, 255, 0),        rgba(255, 255, 255, 0)),
    linear-gradient(101deg,#ff0d94, #5500de) !important;
}

.elementor-menu-toggle {
        background-image: 
    linear-gradient(rgba(255, 255, 255, 0),        rgba(255, 255, 255, 0)),
    linear-gradient(101deg,#ff0d94, #5500de) !important;
}

.elementor-form-fields-wrapper {
	justify-content: center;
}

.elementor-nav-menu--dropdown {
	    width: 100% !important;
       left: 0 !important;
}

.error {
  color: red !important;
  border: 2px solid red !important;
}

.elementor-message-danger {
    display: none !important;
}


@media screen and (max-width: 767px) {
   .myNav {
    order: -1 !important;
}

}


