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

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

button, input[type=button], input[type=submit], .btn {
    border-radius: 0px;
}
select{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D5D5D5;
    border-radius: 3px 3px 3px 3px;
}
.wpcf7-form p textarea, .wpcf7-form p input[type="email"], .wpcf7-form p input[type="text"], .wpcf7-form p select {
    width: 100%;
    margin-top: 10px;
}