/*
	Theme Name: Motors
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Automotive, Cars, Vehicle, Boat Dealership, Classifieds WordPress Theme by StylemixThemes.
	Version: 5.6.46
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, black, red, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors
*/

/* Override checkbox styling to restore default browser appearance */
input[type=checkbox], input[type=radio] {
    margin: 0;
    position: static;
    top: auto;
    vertical-align: baseline;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/* Remove any custom styling from uniform plugin */
.checker {
    display: none !important;
}

.checker span {
    display: none !important;
}

/* Show original checkboxes */
.checker input[type=checkbox] {
    display: inline-block !important;
    opacity: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
	line-height: normal !important;
}
