/*!
Theme Name: PalocPaintball
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: SzaboArtDesign
Author URI: www.szaboartdesign.hu
Description: A child theme for the PalocPaintball
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: PalocPaintball
*/

/* Theme customization starts here
-------------------------------------------------------------- */

input,textarea,button,select,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}
/* Global focus and active - outline */
*:focus,
*:active{
	outline: 0;
}

/* prevent image user select */
img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* autofill blue background correction */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}