/*
Theme Name: Luxury WP Child
Description: Responsive WooCommerce Theme
Version: 1.0.0
Theme URI: http://sitesao.com/luxury/
Author: Sitesao
Template: luxury-wp
Author URI: http://sitesao.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style
*/

/*
Adding your own custom CSS rules.
*/
ul.switch {
    padding: 0;
    display: flex;
    gap: 1rem;
    width: 300px;
}

ul.switch li {
    list-style-type: none;
    flex: 1;
    background: #2c90a7;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

ul.switch li:hover {
    background: #25798c;
    cursor: pointer;
    color: white;
}

ul.switch li a,ul.switch li a:hover {
    color: white;
}

@media (min-width: 768px) {
    .page-layout-border.page-layout-right-sidebar .content-container>.container>.row {
        background: none !important;
    }
}

.bpa-front-module--staff-item-row .bpa-front-sm-card__body .bpa-front-cb__item {
    display: none;
}
