/*
	Theme Name: Glacier Child
	Theme URI: http://wordpress.mountainthemes.dev/glacier
	Description: Glacier Child Theme
	Author: Mountain-Themes
	Author URI: https://themeforest.net/user/mountain-themes
	Template: glacier
	Version: 1.0.0
	License: GNU General Public License version 3.0 & Envato Regular/Extended License
	License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
	Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, featured-images, full-width-template, theme-options, translation-ready
	Text Domain: glacier-child
*/


/* Copy any classes from parent theme here. They will override the parent's version. */

.contact-form input[type='text'],
.contact-form input[type='email'] ,
.contact-form input[type='tel'],
.contact-form input[type='select']{
    background: transparent;
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #EDEDED;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    outline: none;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    transition: all 0.3s!important;
}