/*
 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"] {
    background-color: var(--accent-4);
    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;
}

.wpcf7 input[type="submit"] {
    background-color: black;
    border-radius: 10px;
}



#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}