/* Enter Your Custom CSS Here */
#top-elements {
    height: 62px;
}

/* About widget */
.about {
	text-align:justify;
}


/* Contact form */
input.wpcf7-form-control.wpcf7-submit {
    width: 70%;
    border: 1px solid #B99B21;
    background: #E1C65A;
    color: #FFF;
    height: 3em;
    font-size: small;
}

input.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    padding: 5px;
}
