/*
Theme Name: EvK 2026 by blackbird9
Theme URI: 
Author: blackbird9
Author URI: 
Description: Custom block theme for Evk Financial Planning prepared by blackbird9.
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evk-2026-by-blackbird9
Tags: 
*/


/* --------
/* FORMS
/* -------- */

form
{
	position: relative;
	width: 100%;
}

label
{
	margin: 1rem;
}

input, textarea
{
	position: relative;
	font-size: 1.2rem;
	border: solid 1px var(--wp--preset--color--custom-accent);
	width: 90%;
	padding: 0.75rem 1rem;
	margin: 0.5rem 0;
}

input
{
	min-height: 1.5rem;
	border-radius: 2rem;
	max-width: 30rem;
}

input::placeholder,
textarea::placeholder
{
	color: var(--wp--preset--color--custom-secondary);
}

input[type="checkbox"] {
	width: 2rem;
	height: 2rem;
	position: relative;
	top: 0.5rem;
	margin: 0 0.5rem 0 0;
  }

textarea
{
	height: 6rem;
	border-radius: 1rem;
}

input[type="submit"],
.formlayer-form button.formlayer-submit-btn
{
	padding: 1rem 4rem;
	margin: 1.5rem 0 2rem;
	background-color: var(--wp--preset--color--custom-accent);
	font-weight: bold;
	color: white;
	/* tweaks for Formlayer */
	box-shadow: none;
	/* unlike other fields */
	width: auto;
	max-width: none;
}

input[type="submit"]:hover
{
	background-color: black;
}


/* tweaks for Ultra Addons For Contact Form 7 ----*/

.wpcf7-list-item label
{
	margin: 0 0 1rem 0;
}

/* in-built arthimetic spam captcha */
.uacf7_spam_recognation
{
	margin: 1rem;
	border-radius: 1rem;
	border: solid 1px var(--wp--preset--color--custom-secondary);
	padding: 0.5rem 1rem;
	width: fit-content;
}


/* tweaks for Image Captcha ----*/

/* container object */
.kc_captcha .captcha-image
{
	margin: 1rem;
	border: solid 1px var(--wp--preset--color--custom-secondary);
	border-radius: 1rem;
	padding: 0.5rem 1rem 0 1rem;
}

/* inner icons */
.kc_captcha label
{
	margin-bottom: 0;
}



/* tweaks for Formlayer ---- INCOMPLETE*/

.x .formlayer-form label.formlayer-label
{
	font-weight: normal;
	font-size: var(--wp--preset--font-size--medium);
}
