/*
Theme Name: Leisure Productions
Theme URI: https://example.com/leisure-productions
Author: Leisure Productions
Author URI: https://example.com
Description: WordPress theme converted from the Leisure Productions static site.
Version: 1.0.0
Text Domain: leisure-productions
*/

/* Place theme-specific overrides below if needed. Core styling lives in css/css-style.css. */

/* Contact Form 7 submit button styling to match original anchor button */
.picman_tm_cform .button p{
	margin: 0;
}
.picman_tm_cform .button .wpcf7-submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: -0.1px;
	display: block;
	width: 100%;
	line-height: 1;
	padding: 23px 35px 19px;
	border-radius: 5px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
	transition: all .3s ease;
	cursor: pointer;
}
.picman_tm_cform .button .wpcf7-submit:hover{
	background-color: transparent;
	color: #34444c;
	border-color: #34444c;
}
.picman_tm_cform .button .wpcf7-spinner{
	position: absolute;
	margin-left: 10px;
}
