/* 
 Theme Name:   Droplet Child
 Theme URI:    
 Description:  Child theme for the droplet theme
 Author:       admin
 Author URI:   http://localhost/rob-millar-plumbers
 Template:     droplet
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #a0a0a0;
  outline: 0;
  resize: none;
  line-height: 20px;
  border-radius: 4px;
  /* box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #ffffff; */
  background: none;
  color: #000000;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 4px;
  text-align: center;
  box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #ffffff;
  letter-spacing: 2px;
}
