/**
.---------------------------------------------------------------------.
|  @package: Theme Lazy5basic (a.k.a. theme Personal Pro)
|  @version: v1.3.9 (12 June 2020)
|  @link:    http://italinux.com/personal-pro
|  @docs:    http://italinux.com/theme-personal-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   http://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2020                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_lazy5basic/LICENSE.TXT                    |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields select,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields option,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields input,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields textarea {
  color: #222;
  border: 1px dotted #222;
  background-color: rgba(253, 252, 234, 0.7);
}

section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields:not(.disabled) select:hover,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields:not(.disabled) select:focus,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields:not(.disabled) input:hover,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields:not(.disabled) input:focus,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields:not(.disabled) textarea:hover,
section.contacts[class*='flatty_yellow_light'] div.form-wrapper div.form-fields:not(.disabled) textarea:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(95, 92, 0, 0.6);
   -khtml-box-shadow: 0 0 2px 1px rgba(95, 92, 0, 0.6);
     -moz-box-shadow: 0 0 2px 1px rgba(95, 92, 0, 0.6);
       -o-box-shadow: 0 0 2px 1px rgba(95, 92, 0, 0.6);
          box-shadow: 0 0 2px 1px rgba(95, 92, 0, 0.6);
}
