/* 
Theme Name: Hello Elementor Child
Theme URI: https://www.wpguiders.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by WPGuiders team
Author: Elementor Team
Author URI: https://www.wpguiders.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
*/

.service-menu a.hfe-menu-item {
    border-bottom: 1px solid #D4D4D4;
    padding-left: 30px !important;
}
.service-menu .current_page_item:after {
    content: "\2192";
    position: absolute;
    right: 24px;
    font-size: 26px;
    top: 0px;
    color: #062df5;
}
.home-form input, .home-form textarea, .home-form select {
    border: 0px !important;
}
.home-form .wpforms-field {
    padding: 6px 0px !important;
}
.home-form button#wpforms-submit-334 {
    position: absolute;
    right: 23%;
    bottom: 20px;
    width: 26%;
}


@media screen and (max-width: 480px) {
  .home-form .wpforms-field, .contact-form .wpforms-field {
    padding: 6px 0px !important;
    width: 100% !important;
    margin: 0px !important;
}
.home-form button#wpforms-submit-334, .contact-form button#wpforms-submit-683 {
    position: relative;
    right: 6%;
    bottom: 0px;
    width: 78%;
    margin: 20px 20px 60px;
}
}
