/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Constant Contact Form Styles 
------------------------------------------------------- */
div#ctct-form-wrapper-0 {
    max-width: 720px;
    margin: auto;
}
p.ctct-form-field-email{
	padding-bottom: 0 !important;
	text-align: center !important;
}
p.ctct-form-field-email > input.ctct-email{
	display: block;
    width: 100% !important;
    padding: .5em !important;
    border: 1px solid #283878 !important;
    border-radius: 1px;
    text-align: center;
}
.ctct-form-wrapper .ctct-input-container label {
    color: #666;
    font-size: 0.8rem;
}
.ctct-form-wrapper .ctct-submit {
    cursor: pointer;
    background: #283878;
    border: 2px solid #283878;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.25em 1em;
    margin: auto auto;
    display: block;
    border-radius: 3px;
}