/*
Theme Name: Nicex (Child Theme)
Theme URI: http://madsparrow.us/
Author: Mad Sparrow
Author URI: https://themeforest.net/user/madsparrow
Description: Nicex – brings your site to life with immersive featured images and subtle animations. With a focus on portfolio sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our theme works great in many languages, for any abilities, and on any device.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, page transition
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: nicex
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
Template: nicex
*/

/* Add your own modification from here
-------------------------------------------------------------- */

.navbar-nav {
    text-transform: uppercase;
}

@media (min-width: 64rem) {
    .js .main-header__nav {
        text-align: right;
    }
}

.menu-item {
    padding-left: 10px;
    font-weight: bold;
}

.current-menu-item>a {
    color: var(--color-primary) !important;
}





.tribe-common .tribe-common-b2 {
	color: var(--color-contrast-higher);
}

.tribe-events .tribe-events-calendar-list__event-title {
    color: var(--color-contrast-higher);
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button {
    color: var(--color-contrast-higher);
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
    color: var(--color-contrast-higher);
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: var(--color-contrast-higher);
}


.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    color: var(--color-contrast-higher);
}


/* Single Event
-------------------------------------------------------------- */

#tribe-events-pg-template {
    max-width: 1240px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.tribe-events-content {
    color: #fff;
}

.tribe-events-event-image img {
    max-width: 100%;
}

.tribe-events-back a, .tribe-events-back a:visited {
    color: #fff;
}


.tribe-events-meta-group .tribe-events-single-section-title {
    color: #fff;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    color: #fff;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
    color: #dd3333;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
    color: #dd3333;
}
