/*
Theme Name: Love Empure Child
Author: Digitex Team
Author URI: https://www.digitextechnologies.com/
Template:   love-empure
Description: Social Network and Community BuddyPress Theme
Version: 2.0.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: socialv
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


:root{
	--lem-primary-bg-color: #FF2742;
	--lem-primary-bg-text-color: #fff;
	--lem-alternate-bg-color: #000;
	--lem-alternate-bg-text-color: #fff;
	--lem-button-bg-color: #FF2742;
	--lem-button-bg-color-hover: #000;
	--lem-button-text-color: #fff;
	--lem-button-text-color-hover: #fff;
}

.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-menu-item > a,
.sf-menu li .sub-menu li.current-menu-item > a,
.sf-menu li .sub-menu li.current_page_item > a,
.sf-menu ul > li.menu-item.current-menu-parent > a,
.sf-menu ul li.current-menu-parent > a,
header .navbar-expand-xl .navbar-nav > li.current-menu-item > .nav-link,
header .navbar-light .navbar-nav > li.current-menu-item > .nav-link{
	color: #fff;
}
.sf-menu li.sfHover > a,
.sf-menu li:hover > a{
	color: #fff;
}
.tribe-common .tribe-common-c-svgicon{
	color: inherit;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item,
.tribe-events .tribe-events-c-top-bar__nav-list-item,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item,
.tribe-events-c-view-selector__list-item{
	list-style: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button{
	background-color: var(--lem-button-bg-color);
	color: var(--lem-button-text-color);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover{
	background-color: var(--lem-button-bg-color-hover);
	color: var(--lem-button-text-color-hover);
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime{
	height: auto;
	background-color: var(--lem-alternate-bg-color);
	color: var(--lem-alternate-bg-text-color);
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year,
.tribe-common .tribe-common-h5.tribe-events-calendar-latest-past__event-date-tag-daynum{
	color: var(--lem-alternate-bg-text-color);
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border{
	background-color: var(--lem-primary-bg-color);
	border-color: var(--lem-button-bg-color);
	color: var(--lem-button-text-color);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
	background-color: var(--lem-button-bg-color-hover);
	color: var(--lem-alternate-bg-text-color);
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event{
	background-color: var(--lem-alternate-bg-color);
	color: var(--lem-alternate-bg-text-color);
	border-radius: 5px;
	opacity: 1;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited
{
	color: var(--lem-alternate-bg-text-color);
}
.tribe-events .tribe-events-calendar-latest-past__event-datetime,
.tribe-events .tribe-events-calendar-list__event-datetime
{
	background-color: var(--lem-primary-bg-color);
	padding: 5px 15px;
	border-radius: 5px;
	color: var(--lem-primary-bg-text-color);
}