/* 
 Theme Name:     Very Eventful Catering
 Author:         Very Eventful Catering
 Author URI:     Gene Briones
 Template:       Divi
 Version:        v.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
/* contact form */

.contact-form input:not([type='checkbox']), .contact-form textarea {
    width: 100%;
    padding: 16px;
}
.contact-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

.contact-form input[type=submit] {
    background: #c6307d;
    border-color: #c6307d;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}

.contact-form input[type=submit]:hover {
    background: transparent;
    color: #c6307d;
    cursor: pointer;
}
.contact-form span.wpcf7-list-item {
    display: block;
    margin-top: 8px;
}