/*
Theme Name:     Rank Monsters
Description:    Blank Divi Theme for Rank Monsters
Author:         admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], input[type=date], select, textarea {
	width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
}

.rc-anchor-normal {
	width: 60% !important;
}
.wpcf7-submit {
	    max-width: 500px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 20px 22px !important;
    border: none !important;
    border-radius: 2px !important;
    background-color: #3396D1;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px !important;
    letter-spacing: 3px;
    color: #ffffff;
    text-shadow: none;

}

.wpcf7-submit:hover {
	color: #ffffff;
    background-color: rgba(128,128,128,0.7);
    text-decoration: none;
}
