/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

/* Change main primary color */
:root {
    --primary-color: #324FA6;
}

/* Force override for buttons and links if necessary */
.martfury-button, 
.product-price, 
.navigation .menu > li > a:hover {
    color: white !important;
    background-color: #324FA6 !important;
}

/* Move Joinchat button above the mobile bottom menu */
@media (max-width: 767px) {
    .joinchat {
        /* Adjust the 80px based on how tall your menu bar is */
        bottom: 75px !important; 
        z-index: 9999 !important;
    }
}