/*
Theme Name: Brick Child
Theme URI: http://demo.select-themes.com/brick/
Description: A child theme of Brick Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: brick
*/
@import url("../brick/style.css");


.tribe-events-month #tribe-events-saturday, 
.tribe-events-month #tribe-events-sunday {
	display:none;
}

.tribe-events-month .tribe-events-calendar tbody tr td+td+td+td+td+td {
	display:none;
}

.single-tribe_events .title h1 {
	font-size: 46px !important;
	word-break: keep-all;
	line-height: 52px;
}

@media only screen and (max-width:768px) {
	.single-tribe_events .title h1 {
		font-size: 24px !important;
		word-break: keep-all;
		line-height: 30px;
	}
	.single-tribe_events .tribe-events-single-event-title {
		font-size: 18px !important;
		line-height: 24px;
	}
	.single-tribe_events h2 {
		font-size: 22px !important;
	}
}