/*
Theme Name: MyAide Child
Theme URI: https://myaide.qodeinteractive.com
Description: A child theme of MyAide
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: myaide
Template: myaide
*/

/* CRM Forms */

/* Contact and Free Quote Pages */
.mm-select-contact input[type="text"],
.mm-select-contact input[type="email"],
.mm-select-contact input[type="tel"],
.mm-select-contact textarea {
	padding: 11.5px 22px;
	margin: 0 0 15px;
	direction: ltr;
	-webkit-appearance: none;
	background-color: #f8f8f8;
	border-color: transparent;
	color: #202020;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-radius: 26px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	cursor: pointer;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: inherit;
	line-height: 27px;
	outline: 0;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.mm-select-contact .mm-submit-button {
	--shine-color: #fff;
	color: #2680eb;
	background-color: #cff3ff;
	border: 1px solid transparent;
	border-radius: 26px;
	transition: all .2s ease-in;
	overflow: hidden;
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	width: auto;
	margin: 0;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	outline: 0;
	line-height: normal;
	cursor: pointer;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 15.5px 114px;
}

/* Home Page */
.mm-select-contact.home-form {
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	max-width: 413px;
}
.mm-select-contact.home-form h3 {
	margin: 0;
	font-size: 18pt;
}
