/*
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
*/



/*Add your own styles here:*/
/*changes to support the signup boxes on the join us page */
.avia_ajax_form .text_input {
    text-align: center;
    font-size: 18px !important;
    background-color: white;
    font-family: Marcellus !important;
}

.avia_ajax_form .button {
    background-color: #e7e8e9 !important;
    border-radius: 20px !important;
    font-size: 24px !important;
    color: #a1a2a5 !important;
    font-family: serif !important;
    font-style: italic;
    font-weight: bold !important;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    float: right;
}