/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/


.hidden {
	display: none !important;
}

.featherlight-content .hidden {
	display: block !important;
}
/*EVENTS*/

#events {
    max-width: 1000px;
    margin: auto;

}

#events .item {
    padding: 20px 0;
	border-bottom: 1px solid #998888;
	clear:both;
	overflow: hidden;
	margin: 10px 0;
}

#events .item:last-of-type {
	border-bottom: none;
	margin-bottom: 50px;
}



#events p{
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
}

#events .tickets {
	text-align: right;
}
#events a {
	color: white;
	font-family: 'Open Sans';
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	background-color: #ea0b17;
}

#events a:hover {
	background-color: rgb(175, 5, 14);

}


#events .venue p {
    color: #998888;
}

@media all and (max-width: 880px) and (min-width: 768px) {
    #events .tickets {
        font-size: 12px;
	}
	
	#events .tickets a {
		padding-left: 10px;
		padding-right: 10px;
    }
}



/*NEWS*/
.mk-news-item .item-holder {
    height: auto !important;
}

.news-full-with-image img {
    height: auto !important;
}