/*
Theme Name: Memphis
Theme URI: https://newurbanmedia.io
Template: hello-elementor
Author: New Urban Media
Author URI: https://newurbanmedia.io
Description: A custom child theme by New Urban Media
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.1.1633298365
Updated: 2021-10-03 16:59:25

*/

/*Selected Text Hilight Colors*/
::selection {
  color: #fff;
  background: #3574AD;
}
/*Selected Text Hilight Colors Firefox*/
::-moz-selection {
  color: #fff;
  background: #3574AD;
}
/*Remove Lables in Rank Math Shortcodes*/
.rank-math-contact-section label {
	display: none !important;
}


/**********TRIBE EVENTS**********
/*****FILTER BAR*****/
/***VIEW DROP-DOWN*/
.tribe-events-c-view-selector__button {
	background-color: #0000 !important;
}

.tribe-events-c-events-bar__filter-button {
	background: transparent !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus, .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
	background-color: #2b2b2b;
	border-color: var(--tec-color-icon-primary);
}
.tribe-filter-bar-c-filter__filters-close {
	background: transparent !important;
}

/***UPCOMING EVENTS DROP-DOWN DATE PICKER***/
.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden:hover {
	color: rgba(0, 0, 0, 0.8);
}

.tribe-events .tribe-events-c-top-bar__datepicker-button:focus, .tribe-events .tribe-events-c-top-bar__datepicker-button:hover {
	color: #000;
}

/*****VIEWS*****/
/***ARCHIVE***/
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding: 0;
}
/***MAP VIEW***/
.tribe-events-pro-map__event-card-button {
	background: #fff !important;
}
.tribe-events-pro .tribe-events-pro-map__event-card-button {
	border: 1px solid var(--tec-color-border-default);
	text-align: left;
	background: #00000008;
}
.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev {
	background: transparent;
}
.tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next {
	background: transparent;
}
.tribe-events-c-subscribe-dropdown__button-text.tribe-events-c-subscribe-dropdown__button--active {
	background: transparent !important;
	color: inherit !important;
}
.tribe-events-c-subscribe-dropdown__button-text {
	background: transparent !important;
	color: inherit !important;
}
.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
	background: transparent;
}

/***TICKET REGISTER MODAL***/
.tribe-common-b2.tribe-tickets__attendee-tickets-item-remove {
	background: transparent !important;
}

/***SINGLE EVENT***/
.tribe-related-events-title a {
	color: #171717 !important;
}