/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

@media (max-width: 991px) {
	#header-mobile .mbnav .navbar-right {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	#header-mobile .mbnav .navbar-right .nasi-mobile-signin-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 34px;
		padding: 0 16px;
		border-radius: 5px;
		border: none;
		background: #f4b000;
		color: #1f1f1f;
		font-size: 14px;
		font-weight: 800;
		line-height: 1;
		text-decoration: none;
		white-space: nowrap;
		box-shadow: 4px 5px 12px #0000002b !important;
	}

	#header-mobile .mbnav .navbar-right .nasi-mobile-signin-btn:hover,
	#header-mobile .mbnav .navbar-right .nasi-mobile-signin-btn:focus {
		background: #f4b000;
		color: #fff;
		text-decoration: none;
		box-shadow: 3px 4px 8px #f4b000 !important;
	}
}
