/*
Theme Name: Micro Jobs Theme Child
Theme URI: https://www.premiumpress.com
Template: MJ10
Author: Mark Fail - PremiumPress
Author URI: https://www.premiumpress.com
Description: Theme Developed By PremiumPress.
Version: 11.2.0.1765897867
Updated: 2025-12-17 00:11:07

*/
/* 画面幅が768px以下（スマホ想定）の場合のみ適用 */
@media screen and (max-width: 768px) {
    .footer-nav-area {
        background-color: #ee7916 !important;
    }
}
.bg-primary, .bg-primary:hover, .bg-primary:focus, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover, .badge-primary
Specificity: (0,2,1)
 {
    background: #ee7916 !important;
}
.menu-add.bg-primary {
    background-color: #ee7916 !important;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #ff935e !important;
}