/*
Theme Name: ConferPress child
Template: conferpress
*/

@import url("../conferpress/style.css");
/* Theme customization starts here
-------------------------------------------------------------- */

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], select, textarea {
    border-radius: 0;
    background: #fff;
    border: solid 1px #f4efed;
}
.wpcf7-form p textarea, .wpcf7-form p input[type="email"], .wpcf7-form p input[type="text"], .wpcf7-form p input[type="tel"],
.wpcf7-form p select{
	margin-top: 5px;
	width: 100%;
}
.wpcf7-form p{
	margin-bottom:10px;
}