/*a.sub-desc.skip-hash {*/
/*    pointer-events: none !important;*/
/*    cursor: default !important;*/
/*    text-decoration: none !important;*/
/*    color: inherit !important;*/
/*}*/


/*a.sub-desc.skip-hash a {*/
/*    pointer-events: all !important;*/
/*    cursor: pointer !important;*/
/*    position: relative !important;*/
/*    z-index: 999 !important;*/
/*}*/

/*.scrolling-tab-nav a:not(a.skip-hash),*/
/*.wpb_tabs_nav a:not(a.skip-hash),*/
/*.tab-content a:not(a.skip-hash) {*/
/*    pointer-events: all !important;*/
/*    cursor: pointer !important;*/
/*    display: none;*/
/*}*/

/* Remove any overlay blocking clicks */
/*
.nectar-line-break {
    pointer-events: none !important;
}*/


/*.scrolling-tab-nav a,*/
/*.wpb_tabs_nav a,*/
/*.tab-content a {*/
/*    pointer-events: all !important;*/
/*    cursor: pointer !important;*/
/*}*/
/* Remove any overlay blocking clicks */
/*.nectar-line-break {*/
/*    pointer-events: none !important;*/
/*}*/

.nectar-scrolling-tabs .ui-tabs-nav li.menu-item {
  position: relative !important;
}

.tab-overlay-btn {
  display: inline-block;
  position: relative;
  z-index: 999 !important;
  margin-top: 10px;
  padding: 8px 18px;
  background: #ffac66;
  color: #000 !important;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: all !important;
}

.tab-overlay-btn:hover {
  opacity: 0.85;
}
body .navigation_func_active_link_only .scrolling-tab-nav ul li {
    opacity: 0;
    transition: none;
    display: none;
}
.nectar-scrolling-tabs .scrolling-tab-nav .active {
    opacity: 1;
    display: block;
}