/*!
Theme Name: Best of Elements
Theme URI: http://underscores.me/
Author: Best Of Elements
Author URI: https://bestofelements.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bestofelements
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Best of Elements is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 /* ---------- Force native spinner visible (Chrome, Edge, Safari) ---------- */
/* show the inner & outer spin buttons and override hiding by themes */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    appearance: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: none !important;
    transition: none !important;
}

/* Force native appearance on the number input itself */
input[type="number"] {
    -webkit-appearance: number-input !important;
    appearance: number-input !important;
}

/* Firefox: restore number input spinner appearance (uses different pseudo) */
input[type="number"] {
    -moz-appearance: textfield !important; /* if you want the textfield look remove this line */
}

/* If theme hides on non-hover by lowering opacity on the container,
   this forces opacity/visibility of any child spin buttons */
input[type="number"] *::-webkit-inner-spin-button,
input[type="number"] *::-webkit-outer-spin-button {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Specific for WooCommerce quantity input */
input.qty[type="number"]::-webkit-inner-spin-button,
input.qty[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    display: block !important;
}

/* Fallback: some themes add ::before/::after to fake buttons — hide those so native show */
input[type="number"]::before,
input[type="number"]::after {
    display: none !important;
    content: none !important;
}
