/* 
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
*/

/*
    Add your custom styles here
*/
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cf7-style-05 .row{
  margin-left:-5px;
  margin-right:-5px;
}
.cf7-style-05 .col-xs-12{
  padding-left:5px;
  padding-right:5px;
}
.cf7-style-05 .wpcf7-form-control-wrap{
  margin-bottom:10px;
}
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-select,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-date,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-text,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-textarea{
  background-color:#fff;
  border-color:#2a3e4e;
  border-width:1px;
  color:#000;
  padding:14px 20px;
  font-size:12px;
  line-height:20px;
  margin-bottom: 10px;
}
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-select:focus,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-date:focus,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-text:focus,
.cf7-style-05 .wpcf7-form-control-wrap .wpcf7-textarea:focus{
  border-color:#2a3e4e;
}
.cf7-style-05 .wpcf7-submit{
  width:100%;
  border-width:0;
  padding:15px 30px;
  font-size:16px;
  font-weight:normal;
}
input.wpcf7-form-control.wpcf7-submit.button_new.size-full {
    border: 1px solid #2a3e4e !important;
    background-color: #fff;
    color: #2a3e4e;
}
input.wpcf7-form-control.wpcf7-submit.button_new.size-full:hover {
    border: 1px solid #2a3e4e !important;
    background-color: #A8DAEF;
    color: #2a3e4e;
}

.elementor-nav-menu:after {
    visibility: visible !important;
    overflow: visible !important;
    font-family: 'dashicons' !important;
    position: relative;
    top: 10px;
    left: -15px;
    font: icon !important;
    content: url(https://wam-solutions.com/wp-content/uploads/2020/05/test.png) !important;
    padding-left: 3px;
}