/**
.---------------------------------------------------------------------.
|  @package: Theme Lazy4resume (a.k.a. Résumé)
|  @version: v1.1.5 (25 October 2018)
|  @link:    http://italinux.com/resume
|  @docs:    http://italinux.com/theme-resume
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   http://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2018                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           http://concrete5.org/help/legal/commercial_add-on_license       |
|           or just: file://theme_lazy4resume/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_blue_light'] div.form-wrapper div.form-fields select,
section.contacts[class*='flatty_blue_light'] div.form-wrapper div.form-fields option,
section.contacts[class*='flatty_blue_light'] div.form-wrapper div.form-fields input,
section.contacts[class*='flatty_blue_light'] div.form-wrapper div.form-fields textarea {
  color: #222;
  border: 1px dotted #222;
  background-color: rgba(234, 246, 253, 0.7);
}

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