/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

/*cf7*/

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
        margin-bottom: 0px !important; 
        margin-top: 10px !important; 
        display: inline;
		background-color: #f6f6f600 !important;
		border-color: #212121;
		border-bottom-color: #212121 !important;
    border-top-color: #fff0 !important;
    border-left-color: #fff0 !important;
    border-right-color: #fff0 !important;
    }

    .wpcf7-form-control-wrap {
        font-size: 15px;
    }

input[type="submit"], #submit, .button {
    border-radius: 10px;
}

input[class*=apbct__email_id] {
    display: none!important;
}

input[type="submit"] {
    border-radius: 50px;
	background-color: #c0022b !important;
    padding: 17px 50px 17px 50px;
    float: right;
}
