.wpcf7-form input[type="text"] {
    width: 300px;
}
input, select, textarea {
    background: #fff;
    min-height: 20px;
    margin: 0;
    padding: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    resize: none;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.wpcf7-form input[type="text"] {
    width: 300px;
}
input[type="text"], textarea {
    background:#fff;
    min-height: 20px;
    margin: 0;
    padding: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    resize: none;
    border: none;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
        border-top-color: currentcolor;
        border-left-color: currentcolor;
    border-top: 1px solid #8b8177;
    border-left: 1px solid #8b8177;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333 !important;
}

.sf-menu li li a {
    padding: 9px 0 8px 9px;
    line-height: 21px;
    font-family: 'Condiment', cursive;
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
    color: #fff;
}


.sf-menu ul {
	width: 200px; /* left offset of submenus need to match (see below) */
	padding: 6px 20px 6px 19px;
	position: absolute;
	top: -999em;
}
