/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
	background-color: #f78762;
	color: #fff;
	border-radius: 4px;
	padding: 11px 25px 11px 20px;
	font-family: var(--tec-font-family-sans-serif);
	font-size: 14px;
	border: 0;
	font-weight: 700;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover, .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
	background-color: #f78762cc;
	outline: none;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill{
	padding: 11px 20px;
}

.tribe-events-pro-photo__event-venue.tribe-common-b2 span {
    font-weight: 600;
}

/*.tribe-filter-bar-c-pill__pill-label::after {
   content: " ˅"; 
 	font-size: 14px;
    margin-left: 3px;
    font-weight: 600;
}*/
.tribe-filter-bar-c-pill__pill-label {
  position: relative;
  padding-right: 20px; 
}

.tribe-filter-bar-c-pill__pill-label::after {
    content: "";
    position: absolute;
    top: 51%;
    right: -19px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill .tribe-filter-bar-c-pill__pill-label::after {
	display: none;
}

span.tribe-events-cost, .tribe-events-venue-details {
	font-family: "Roboto";
    font-size: 20px;
}

.single-tribe_events .tribe-events-venue-details {
    margin-top: 10px;
}

.single-tribe_events .event-header-container{
	display: flex; 
	flex-wrap: wrap; 
	margin-bottom: 30px;
}

.single-tribe_events .event-details-column{
	flex: 1; 
	min-width: 300px; 
	padding-right: 30px;
}

.single-tribe_events .event-image-column{
	flex: 1; 
	min-width: 300px;
}

.single-tribe_events .tribe-events-schedule {
	margin: 10px 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img{
	height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
	transform: none;
}

.tribe-events-series-relationship-single-marker.tribe-common.tribe-events-series-relationship-single-marker--pill {
    display: none;
}

.site-content {
	margin-top: 0px;
}

.kl-blog-post-details{
	display: none;
}

@media only screen and (max-width: 767px) {
.single-tribe_events .tribe-events-venue {
    margin-bottom: 25px;
	}
}
