/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/**************** Contact Form *******************/
.cf-box-shadow {
    box-shadow: 0 0 25px 10px rgb(0 0 0 / 21%);
  }

.wpcf7 {
    color: Black;
}

.wpcf7 input[type="submit"] {
    border-radius: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
 textarea {
	 border-radius: 10px
 }

 
.inside-header {
	padding: 10px 10px 10px 10px;
}