/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 10:41:48 */
.btn-primary,
#um-submit-btn,
.btn-primary_wrapper a{
	xxxfont-family: "Work Sans";
    font-weight: 500;
    xxxletter-spacing: 1px;
	padding: 13px 29px;
    xxxline-height: 17px;
    xxxfont-size: 14px;
	background: var(--e-global-color-primary)!important;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .2s;
    border-width: 0px;
    xxxborder-style: solid;
    xxxborder-color: #ffffff;
    border-radius: 2px!important;
    width: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
}
.btn-primary:hover,
#um-submit-btn:hover,
.btn-primary_wrapper a:hover{
	filter: grayscale(0.5);
    color: #ffffff;
    xxxborder-color: #ffffff;
}
input[type="file"]{
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  margin-bottom: -1em;
  transition: all .3s;
  width: 100%;
}
