/*
Theme Name: Osom Business
Theme URI: https://osompress.com/osombusiness/
Author: OsomPress
Author URI: https://osompress.com/
Description: Osom Business is a WordPress block theme thoughtfully designed with big and small companies in mind, but thanks to the layout features of Site Editing, you can easily adapt it for any type of website. 
With its modern design, clean code and fast-loading performance, it ensures your website runs smoothly. Fully compatible with the Site Editor, Osom Business theme lets you choose more than 18 page and block patterns and enjoy three style variations to customize your online presence with ease, empowering you to showcase your brand effortlessly and professionally.
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: osom-business
Tags: block-patterns, block-styles, blog, custom-colors, custom-logo, custom-menu, editor-style, e-commerce, featured-images, full-site-editing, full-width-template, grid-layout, sticky-post, template-editing, theme-options, three-columns, threaded-comments, two-columns, wide-blocks
*/

/* Forms
--------------------------------------------- */

label {
    font-size: var(--wp--preset--font-size--medium);
}

input, select, textarea {
	color: var( --wp--custom--form-input--color, inherit );
	background: var( --wp--custom--form-input--background );
	border: 1px solid var( --wp--custom--form-input--border-color, currentColor );
	border-radius: 2px;   
}

input, select {
	height: 38px;
}

input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
	height: auto;
}

::-ms-input-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
::placeholder {
	color: #666;
	opacity: 1;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: var(--wp--preset--color--foreground);
	border-width: 0; 
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--wp--preset--color--background);
	cursor: pointer; 
    padding-left: var(--wp--preset--spacing--small);
    padding-right: var(--wp--preset--spacing--small);
}

input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
	-webkit-box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}