/*
 Theme Name:   NDFW
 Theme URI:    http://www.newdirectionsforwomen.org/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Jonathan Moretti
 Author URI:   http://www.premazon.com
 Template:     Divi
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Making Contact Form 7 Match Divi */

.wpcf7-submit {
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.wpcf7-submit {
  border-color: #5A4A87;
  background-color: #5A4A87;
  color: #fff;
  width: 100%;
}

.wpcf7-submit {
  border-color: #5A4A87;
  background-color: #5A4A87;
  color: #fff;
}

.wpcf7-submit:hover {
  border-color: #957be0;
  background-color: #957be0;
  color: #fff;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

input[type="text"],
input[type="email"],
textarea
{
	font-size: 1.2rem;
	width: 100%;
	padding: 0.4rem;
	margin: 0.3rem 0;
	border-color: #5A4A87;
	border-width: 2px;
	border-radius: 3px;
}

/* End Making Contact Form 7 Match Divi */

/* Adding Icons and Text to Top Menu */

#et-secondary-menu:before {
 font-family: 'ETmodules';
 content: "\e090";
 padding-right: 2px;
}

/* End Top Menu */