/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2021 | 03:33:33 */
.gform_button{
	text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.6px;
    color: #ffffff;
    background-color: #000000;
    font-weight: 700;
    background-color: #000000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 12px 24px;
}
.gform_wrapper li.gfield.gfield_error{
	background: unset;
  	border: none;
}
html, body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#page, #message{
	min-height: 72%;
}
#page .tml{
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.tml a{
	color: #FEDA00;
}
.tml input{
	font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}
.tml ul{
    list-style: none;
    padding: unset;
}
input[type="submit"]{
	padding: 12px 24px;
	cursor: pointer;
}
iframe li[data-type="control_image"]{
  display: none;
}
.elementor-widget-text-editor a{
  color: #404040;
  font-weight: bold;
}
.elementor-widget-text-editor a:hover{
  text-decoration: underline;
}