/*
Theme Name: Attorna Child
Author: Goodlayers
Author URI: http://www.goodlayers.com/
Description: Your description goes here
Version: 1.0
Template: attorna

This is the child theme for Attorna theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

#gform_1 input, #gform_1 textarea, #gform_2 input, #gform_2 textarea, #gform_2 select {
  font-size: 15px;
  padding: 20px 22px;
  border-radius: 0;
  border: 0;
  background: #fff;
}

#gform_2 input, #gform_2 textarea, #gform_2 select{
	background: #f4f4f4;
}

#gform_submit_button_1, #gform_submit_button_2 {
  background: #b1976b !important;
	transition: all linear .25s;
}

#gform_submit_button_1:hover, #gform_submit_button_2:hover{
	opacity: .7 !important;
}

.d_none {
    display: none;
}

div#gform_confirmation_message_1, div#gform_confirmation_message_2 {
    font-size: 24px;
    color: #000;
}