/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://example.com/generatepress-child
 Description:  GeneratePress Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     generatepress
 Version:      1.0.0
*/

@import url("../generatepress/style.css");

/* Add your custom styles below */

/* CONTACT FORM 7 */

/* Add rounded corners to form fields and text area */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    border-radius: 3px;
    box-sizing: border-box;
}

.wpcf7-not-valid-tip {
	color: #ea7425 !important;
}

/* END CONTACT FORM 7 */