/*
Theme Name:   Rally Point Tactical
Theme URI:    http://studiocenter.com/
Description:  Twenty Tweenty Three Child Theme
Author:       Studio Center
Author URI:   http://studiocenter.com
Template:     twentytwentythree
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentythreechild
*/
@import url('fonts/highway-gothic-narrow-web/highway-gothic-narrow.css');
body,html{
    background-color: #000;
    color: #fff;
}
#sp-wp-carousel-free-id-33{
    position: relative;
}
#sp-wp-carousel-free-id-33::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    z-index: 10;
    height: 100%;
    width: 70px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
#sp-wp-carousel-free-id-33::after{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    z-index: 10;
    height: 100%;
    width: 70px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.sidebar-nav a{
    color: #fff;
    font-family: 'Highway Gothic Narrow', 'Courier New', Courier, monospace;
    text-decoration: none;
    position: relative;
}
.sidebar-nav a::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -4px;
    left: 0;
}
.sidebar-nav a:hover{
    color: #FFCE00;
}
.sidebar-nav a:hover::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFCE00;
    bottom: -4px;
    left: 0;
}
.no-underscore a::before, .no-underscore a:hover::before{
    display: none;
}
.sidebar-search{
    position: relative;
}
.sidebar-search label {
    display: none;
}
.sidebar-search input[type="search"]{
    background-color: #000;
    color:#fff;
    border: 1px solid #fff;
    position: relative;
}
.sidebar-search button[type="submit"]{
    position: absolute;
    display: block;
    text-indent: 10000px;
    z-index: 10;
    right: 5px;
    bottom: 10px;
    width: 15px;
    height: 11px;
    border: 0;
    background-color: transparent;
    background: no-repeat center center url('/wp-content/uploads/2023/02/magnifier.png');
    background-size: cover;
    overflow: hidden;
    padding: 0;
}
body.tax-pwb-brand #page{
    padding: 0 20px !important;
}