/*
Theme Name:   Big Event Child Theme
Description:  Event & Conference WordPress Theme
Author:       LabArtisan
Author URL:   https://themeforest.net/user/labartisan
Template:     big-event
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  big-event-child-theme
*/

/* Write here your own personal stylesheet */

 
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    border: 0;
    border-radius: 2px;
    color: #fff;
    line-height: 1;
	background-color: #65ac4c;
    text-transform: uppercase;
    padding: 18px 26px !important;
    font-size: 14px !important;
}