/*
Theme Name: kids.h.a.theme
Theme URI: 
Author: Digital Plankton
Author URI: 
Description: 
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: kidshatheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

:is(h1, h2, h3, h4, h5, h6).is-style-decoration-line {
  padding: .3em;
  border: dashed 1px var(--wp--preset--color--base);
  background: var(--wp--preset--color--primary);
  box-shadow: 0px 0px 0px 5px var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}

:is(h1, h2, h3, h4, h5, h6).is-style-decoration-underline {
  padding: .3em;
  padding: .3em 0em;
  background: var(--wp--preset--color--base);
  border-bottom: 3px solid var(--wp--preset--color--secondary);
}

.wpcf7 input[name="your-name"] {
	width: 60%;
}
.wpcf7 input[name="child-name"] {
	width: 60%;
}
.wpcf7 input[name="your-email"] { 
	width: 80%;
}
.wpcf7 input[name="tel-684"] { 
	width: 60%;
}
.wpcf7 input[name="tel-802"] { 
	width: 60%;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
}

form p {
	margin-bottom:20px;
}