/**
Theme Name: Mpact 2022
Author: Brandography
Author URI: https://www.brandography.com
Description: 2022 website for Mpact, formerly known as Railvolution.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mpact-2022
Template: astra
*/

.tribe-events .tribe-events-calendar-day__event--featured::after {
	display:none !important;
}
.tribe-common .tribe-common-c-svgicon--featured path {
	fill:var(--ast-global-color-0) !important;
}
.tribe-events-calendar-day__event-datetime-featured-text {
	color:var(--ast-global-color-0) !important;
}


.dots-underline .fl-heading-text:after {

}

body table.posts-data-table thead .sorting, body .fl-rich-text table.posts-data-table thead .sorting_asc, body .fl-rich-text table.posts-data-table thead .sorting_desc {
	background-image:none !important;
}



/* New Logo Slider */
.fl-post-carousel-text-wrap {
	display:none;
}
.fl-post-carousel-post {
	border:none !important;
}

.fl-module-post-carousel {
padding-left:20px;
	padding-right:20px;
}

.fl-post-carousel-svg-container {
	background:#fff;
	border-radius:50%;
	box-shadow:0 0 25px rgba(0,0,0,.1);
	padding:5px;
	display:flex !important;
	align-content:center;
	align-items:center;
	justify-content:center;
}
.fl-post-carousel-svg-container svg {
	height:20px;
	width:20px;
	position:relative;
}
.fl-post-carousel-svg-container svg path {
	fill:var(--ast-global-color-0) !important;
}
.fl-post-carousel-navigation .carousel-next {
	right:-30px;
}
.fl-post-carousel-navigation .carousel-prev {
	left:-30px;
}

.ast-search-icon {
	display:none !important;
}


/* Event Locations */

.tribe-events-calendar-day .tab-label::after {
	top:0 !important;
}

.fl-module-fl-the-events-calendar-venue .tribe-events-meta-group {
	width:100% !important;
}

.fl-module-fl-the-events-calendar-venue .tribe-venue, .fl-module-fl-the-events-calendar-venue .tribe-venue-location {
	margin-left:0 !important;
}
.location-main .tribe-events-calendar-day__event-venue-title.tribe-common-b2--bold  {
	font-weight:800 !important;
}

.location-detail {
	background:rgba(0,0,0,.05) !important;
	padding:5px 20px !important;
	border-radius:25px !important;
}

.location-main {
	margin-right:0px !important;
	font-weight:800 !important;
}

.conf .location::before {
	content:"\e95f" !important;
}
#tribe-events-content .location-detail {
	background:rgba(0,0,0,.15) !important;
}

.tribe-events-calendar-day__event-venue-title {
	margin-right:10px !important;
}

.conf-event-mode {
	position:relative;
	display:flex;
	align-items:center;
	padding-left:25px;
	left:30px;
}

.conf-event-mode:before {
	content:"";
	background:url("/wp-content/uploads/2023/08/mode-icon.png");
	background-size:contain;
	background-repeat:no-repeat;
	width:20px;
	height:15px;
	position:absolute;
	left:-25px;
}
