/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

#product-3408 .out-of-stock, 
#product-3407 .out-of-stock, 
#product-3340 .out-of-stock {
    display: none !important;
}

/* ======================================================== */
/*  Custom Tab Styles (Global Reset & Consistency fixes)    */
/* ======================================================== */

/* 1. Global Reset for all Tab Types */
.tabbed > ul li,
.wpb_tabs_nav li {
    box-shadow: none !important;
    background: transparent !important;
}

.tabbed > ul li a, 
.wpb_tabs_nav li a,
.wpb_tabs_nav li a.active-tab {
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #000000 !important;
    box-shadow: none !important; 
    -webkit-box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
    padding: 15px 25px !important; 
    margin-bottom: 0px !important;
    position: relative;
    z-index: 5;
}

/* 2. Style the Text Span */
.wpb_tabs_nav li a span,
.tabbed > ul li a span {
    color: #000000 !important;
    font-weight: 400 !important; 
}

/* 3. The Active State */
.wpb_tabs_nav li.ui-tabs-active a, 
.wpb_tabs_nav li.active a,
.wpb_tabs_nav li a.active-tab {
    border-width: 2px !important; 
    background-color: transparent !important;
}

/* 4. Make text bold when active */
.wpb_tabs_nav li.ui-tabs-active a span,
.wpb_tabs_nav li.active a span,
.wpb_tabs_nav li a.active-tab span,
.wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs_nav li.active a,
.wpb_tabs_nav li a.active-tab {
    font-weight: 800 !important;
}

/* 5. Force kill ALL material and vertical modern pseudo element shadows */
/* Targeted aggressively to override Salient's inherent shadows */
.tabbed[data-style*="material"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="material"] .wpb_tabs_nav li a:after,
.tabbed[data-style*="material"] .wpb_tabs_nav li:before,
.tabbed[data-style*="material"] .wpb_tabs_nav li:after,
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a:before,
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a:after {
    display: none !important;
    box-shadow: none !important;
    background: transparent !important;
    opacity: 0 !important;
}

/* 6. Remove any bottom lines/gradients inserted by the material layout */
.tabbed[data-style*="material"] .wpb_tabs_nav:after,
.tabbed[data-style*="material"] ul:after,
.tabbed .magic-line {
    display: none !important;
}
