/*
Theme Name: Kalium Child
Theme URI: https://laborator.co/themes/kalium/
Template: kalium
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator: Envato, Twitter or Facebook.
Version: 2.0.3;
*/

/* CODEABLE - MARCO FACHERIS */

.featured-bg {
	height: 66vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
}
.featured-bg > .vc_column_container, .featured-bg > .vc_column_container > .vc_column-inner {
	display: flex;
}
.featured-bg > .vc_column_container > .vc_column-inner > .vc-row-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.featured-box {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
}
.featured-box .event_title_bbrd {
	margin-bottom: 15px;
	line-height: 1;
}
.featured-box .event_subtitle_bbrd {
	margin-bottom: 15px;
	line-height: 1;
}
.featured-box .event_date_bbrd {
	margin-bottom: 15px;
}
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
	line-height: 1.7;
    margin: 0 0 10px;
}
#tribe-events-content ul.tribe-events-sub-nav {
	padding: 0;
}
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next {
	width: auto;
}
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous {
	float: left;
}
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next {
	float: right;
}
@media(max-width: 768px) {
	#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next {
		width: 100%;
		float: none;
	}
}
#tribe-events a {
	text-decoration: none;
}
.tribe-events-photo-event-wrap {
	background: #F6F6F6;
}
.tribe-events-photo-event-wrap:hover {
	background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
	padding: 15px;
}
.tribe-events-list .type-tribe_events .tribe-events-event-image a {
	display: block;
	position: relative;
}
.tribe-events-list .type-tribe_events .tribe-events-event-image a:after {
	background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.tribe-events-photo-event-wrap:hover .tribe-events-event-image a:after {
    opacity: 0.5;
}
.bbrdevent_column.left {
	padding: 20px 20px 20px 40px;
}
.single-tribe_events .tribe-events-cal-links {
	display: block;
	margin-top: 20px;
}
.tribe-events-button {
	background-color: #21759b;
	background-image: none;
	border-radius: 3px;
	border-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	clear: both;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: normal;
	margin-right: 9px;
	margin-top: 21px;
	padding: 6px 9px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	zoom: 1;
}
.tribe-events-button:hover {
	color: #000 !important;
}
.tribe-events-button:after {
	display: none !important;
}
