/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

button, input[type=button], input[type=reset], input[type=submit] {
    text-decoration: none;
    padding: 8px 16px;
    font-size: 15px;
    margin-bottom: 1em;
    width: auto;
    height: auto;
    line-height: normal;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #02a2b2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

button a {
	color: #fff;
}

page-section-content vc_row-fluid page-section-fullwidth {
	padding: 0 15px 140px;
}

.events-table .event-time {width:30%;}
.events-table .event-description {width:30%;}
.events-table .event-excerpt {width:40%}
.events-table tr {border-bottom: 1px solid #000;}
.events-table tr:last-child {border: none;}