// style.css
/*
Theme Name: LILY MAZE
Theme URI: https://lilymaze.com/
Template: twentytwentyfive
Author: EFFIE
Author URI: https://lilymaze.com/
Description: Lily Maze Custom Theme - Child theme for Twenty Twenty-Five
Version: 1.0
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/*

LILY PURPLE: hsl(330deg 80% 15%);
LILY PURPLE LIGHT: hsl(260deg 30% 50% / 20%) OR #7359a633
LILY ACCENT GREEN: #71908a
*/

body {
	background-color: transparent;
}

body {
	background-color: hsl(30deg 30% 90%);
	background-image: url("../../../lily_assets/lilymaze_pattern_line.png");
    background-size: 1000px 1000px;
	color: #140314;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "scotch-display-compressed", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: -0.15rem;
	color: hsl(330deg 80% 15%);
}

/*CONTACT FORM 7*/
div.wpcf7 label {
	font-family: Manrope, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #71908a;
}

div.wpcf7 input.wpcf7-form-control {
	margin: auto 0 2rem;
	font-family: Manrope, sans-serif;
	letter-spacing: -0.05rem;
    font-size: 1.2rem;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    text-align: center;
    color: #440726;
    padding: 1rem 0 0;
}

textarea.wpcf7-form-control {
	font-family: Manrope, sans-serif;
	font-size: 1.2rem;
	color: #440726;
    width: 100%;
    background: transparent;
    border-radius: 20px;
    margin: 1rem 0;
    border: 1px solid #3c3c3c;
    text-align: center;
}

/*END CONTACT FORM 7*/