/*
Theme Name: DJO (Child Theme)
Theme URI: http://w4.themedemo.co/djo
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.0.0
Author: FOXTHEMES
Author URI: https://themeforest.net/fox-themes
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: djo-child
Template: djo
*/

/* = Add your own modification from here
-------------------------------------------------------------- */
/* Generic fallback */
/* Default tab style */
.e-n-tab-title {
  background-color: #eeeeee;
  color: #222222;
  transition: all 0.3s ease;
}

/* Active tab style */
.e-n-tab-title.active,
.e-n-tab-title[aria-selected="true"] {
  background-color: #000000 !important;
  color: #ffffff !important;
}
/* Hover effect on all tabs */
.e-n-tab-title:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.e-n-tab-content {
  display: none;
}

.e-n-tab-content.active,
.e-n-tab-content.open {
  display: block;
}
.e-n-tab-title:hover,
.e-n-tab-title:focus,
.e-n-tab-title:active {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.aheto-cpt-article__date {
    white-space: nowrap;
}
.aheto-cpt-article__date::after {
    content: none !important;
}
