/*
Theme Name: Max Vision
Theme URI: 
Author: Max Vizia LTD
Author URI: 
Description: Modern Block Theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: max-vision
Tags: 
*/

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

/* Parts
--------------------------------------------- */
footer.wp-block-template-part {
	margin-block-start: 0;
}

/* Links
--------------------------------------------- */
a {
	text-decoration-color: #2ABF5A;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px!important;
}

footer.wp-block-template-part a {
	text-decoration: none;
}

/* Details
--------------------------------------------- */
summary {
	font-weight: 700;
}

/* Lists
--------------------------------------------- */
.wp-block-list.is-style-checkmark-list {
    padding-left: 1rem;
}

/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	outline: none;
	background: transparent none;
	border: none;
	border-bottom: 1px solid var(--wp--preset--color--contrast);
	color: currentColor;
	padding: 1rem .5rem;
	font-family: inherit;
	line-height: inherit;
	transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	background-color: inherit;
	font-size: var(--wp--preset--font-size--medium);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--accent-1);
}

select {
	border: 1px solid var(--wp--preset--color--light-gray);
	font-size: var(--wp--preset--font-size--medium);
}

select:focus {
	border-color: ;
}

textarea {
	resize: vertical;
	height: 6rem;
}

/* Cf7
--------------------------------------------- */
.wpcf7-submit {
	border-width: 0;
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--accent-1);
	font-family: inherit;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 600;
	line-height: inherit;
	padding-top: 1rem;
	padding-right: 2.25rem;
	padding-bottom: 1rem;
	padding-left: 2.25rem;
	text-decoration: none;
	border-radius: 9999px;
	box-shadow: none;
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	word-break: break-word;
	cursor: pointer;
}

.wpcf7-submit:focus {
	outline-color: var(--wp--preset--color--contrast);
	outline-offset: 2px;
}

.wpcf7-submit:hover {
	background-color: var(--wp--preset--color--primary);
	border-color: transparent;
	color: var(--wp--preset--color--base);
}
