/**
 * Theme Name: Davis with color button
 * Template: davis
 */
@import url('../davis/style.css');

.wpcf7 input[type="submit"]
{
background-color: /* rgba(17, 17, 17, 0.52);*/ rgb(28,61,173);
color: #fff;
/* float: right;
margin-top: 0px; */
}

#menu-toggle {
 display: none;
}