/* 
Theme Name: Hdigital Theme
Theme URI: https://hdigital.co.il/
Description: Hdigital Theme is a starter theme.
Author: Elementor Team
Author URI: https://hdigital.co.il/
Template: hello-elementor
Version: 1.0.1
Text Domain: hd
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
*/

input::placeholder, textarea::placeholder {
    opacity: 1!important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
input::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;;
}
input:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
input:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}

textarea::-webkit-input-placeholder {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

textarea:-moz-placeholder { /* Firefox 18- */
    position: absolute;
    bottom: 10px;
    left: 15px;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    position: absolute;
    bottom: 10px;
    left: 15px;
}

textarea:-ms-input-placeholder {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

textarea::placeholder {
    position: absolute;
    bottom: 10px;
    left: 15px;
}