/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */
#gform_submit_button_1, #gform_submit_button_2 {
	width: 100%;
    padding: 15px;
	background: #0762C8;
	color: #fff;
	border-radius: 10px;
	border: none !important;
	line-height: 35px !important;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
	padding: 10px;
	line-height: 35px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: block;
    line-height: 20px;
}
.sh-social-widgets-item .icon-social-facebook:before {
    color: #1877f2 !important
}