/*
Theme Name: Justiin Child Theme
Theme URI: https://justiin.nl
Version: 3.0.3
Description: Justiin Child Theme voor het overschrijven van het standaard thema.
Author: Justiin
Author URI: https://www.justiin.nl
template: bb-theme
*/

/* IOS Zoom + Style fix */
input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],select:focus,textarea,select,button[type="submit"] {
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* End IOS Zoom + Style fix */

/* WPForms */
@media screen and (max-width: 414px) {
	div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
		clear: both !important;
    	width: 100% !important;
    	margin-left: 0 !important;
    	margin-right: 0 !important;
    	margin-bottom: 5px !important;
	}
}
/* End WPForms */

/* Scroll */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background: #444444; 
}
::-webkit-scrollbar-thumb {
    background: #BF9564;
}
/* End Scroll */

/* Selection color */
::selection {
    background: #BF9564;
    color: #fff;
}
::-moz-selection {
    background: #BF9564;
    color: #fff;
}
/* End Selection color */