/*
Theme Name: Simply180
Theme URI: https://Simply180.com
Author: Simply180
Author URI: https://Simply180.com
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.gform-theme--foundation .gform_fields {
    row-gap: 15px !important;
}

.gform_button.button {
	background-color: #d43028 !important;
    font-size: 16px !important;
	letter-spacing: 2px !important;
	border-radius: 0 !important;
}


.gform_confirmation_message_1 {

    padding: 50px 0  !important;
    border: 1px solid #000 !important;
	    text-align: center !important;
}

#gform_2  input[type="text"]  , 
#gform_2  input[type="email"]  , 
#gform_2  input[type="tel"]  , 
#gform_2  textarea{
	border-radius: 0;
    box-shadow: none;
}