/**
 * Frontend CSS for public-facing functionality
 *
 * @package    The Events Calendar Extension: Registration
 * @author     Tobias Fritz - http://wordpress.e-colori.com
 * @since      1.0.0
 * @link       http://wordpress.e-colori.com
 * @copyright  2015 e-colori.com
 * @subpackage /public/css
 */

/*-----------------------------------------------------------------------------------*/
/*  General
/*-----------------------------------------------------------------------------------*/


.smaller {
    font-size: 80% !important; 
}
#wpecr_support{
    margin-top: 1em;
}



/*-----------------------------------------------------------------------------------*/
/*  registration form
/*-----------------------------------------------------------------------------------*/


.wpecr_registration_form label, .wpecr_registration_form label + a {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    padding-right: 1em;
}

.wpecr_registration_form .label_checkbox {
    width: auto;
    float: none;
    text-align: left;
    vertical-align: top;   
}

/*-----------------------------------------------------------------------------------*/
/*  registration button
/*-----------------------------------------------------------------------------------*/

.wpecr_button, .wpecr_login_form #wp-submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: linear-gradient(to bottom, #ccc 0%, #3f3f3f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); **/
    background: #b2c85b;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: none none solid;
    border-width: medium medium 2px;
    display: inline-block;
    padding: 8px 18px 8px;
    margin: 1em 1em 0em 0em;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3 !important;
    text-decoration: none !important;
    margin: 1em 0em;
}

.wpecr_button:hover, .wpecr_login_form #wp-submit:hover {
    background: #AAA;
    color: #FFFFFF;
    border-color: -moz-use-text-color -moz-use-text-color #DDD;
    border-style: none none solid;
    border-width: medium medium 2px;
    cursor: pointer;
}