/* ===================================================================================

* Theme Name: Exhibz Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Exhibz is a functional Event and Conference WordPress Theme.
* Version: 2.0
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: exhibz
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


.sch-tab-clr .nav-item a:not(.active) h3::after {
  content: "👉";
  margin-left: 6px;
  filter: grayscale(100%) brightness(1000%);
}
.page-banner-title  .banner-title{
color: #1c1c24;	
}
a.navbar-brand.logo img {
    width: 220px;
}
.page-banner-title ol.breadcrumb {
    display: none;
}
.ts-map-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active, .schedule-listing .schedule-slot-time{
/* 	background-color: #E30615 !important; */
	background-color:var(--e-global-color-primary) !important;
}
.BackTo, .cf-ctimer .countdown .counter-item:nth-last-child(1), .cf-ctimer .countdown .counter-item:nth-last-child(2) {
	display:none !important;
}
.ts-speaker-info p {
/* 	color: #1c1c24 !important;	 */
	color:var(--e-global-color-secondary) !important;
}
.ts-footer, .schedule-listing .schedule-slot-info .schedule-slot-speakers {
    display: none !important;
}
/* .ts-pricing-box {
    padding: 15px 20px 10px !important;
}
.ts-pricing-price {
	margin:0px !important;
} */
.ts-speaker-popup .ts-speaker-popup-content .ts-title a, .ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover, .ts-speaker .ts-speaker-info h3.ts-title a {
	color:var(--e-global-color-primary) !important;
}
div#page-banner-area {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.ts-schedule-info ul li:nth-child(1) a {
     background-image: linear-gradient(155deg, var(--e-global-color-primary) 20%, var(--e-global-color-secondary) 70%) !important;
}
.ts-schedule-info ul li a {
    background-image:  linear-gradient(155deg, var(--e-global-color-primary) 20%, var(--e-global-color-text) 70%) !important;
 }

span.title-shape, h2.column-title::after {
	display:none !important;
}