/*
Theme Name: Miles
Theme URI: 
Template: astra
Author: 
Author URI: 
Description: 
Tags: 
Version: 4.1.5.1686673813
Updated: 2023-06-13 16:30:13

*/

.preForm  {
	width: 32%;
	text-align:center;
	display: inline-block;
	vertical-align: top;
}

.preForm input {
	pointer-events:none;
    text-align: center;
    background: none;
    border: 0;
    font-size: 1.8em;
    font-weight: bold;
	padding: 0 !important;
	color: #000;
}

.preForm i.fas {
	border-radius: 100px;
    background: #0f96d7;
    padding: 0.8em;
    font-size: 2.5em;
    color: #fff;
}

/* .border-error,  */
.wpcf7-not-valid {
  border: 1px solid red !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-alert {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
	display:none;
}

@media (max-width: 720px) {
	.preForm input {
    	font-size: 1.2em;
	}
}