/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 07:25:26 */
.contact-7-field-label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-a46e344);
	width: 100%;
}

.contact-7-field-input {
	background-color: var(--e-global-color-1544ee0);
    border-color: var(--e-global-color-a46e344);
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px 0px 0px 0px;
	font-family: var(--e-global-typography-e24a128-font-family), Sans-serif;
    font-size: var(--e-global-typography-e24a128-font-size);
    font-weight: var(--e-global-typography-e24a128-font-weight);
    line-height: var(--e-global-typography-e24a128-line-height);
	color: var(--e-global-color-a46e344);
	flex-basis: 100%;
    max-width: 100%;
	vertical-align: middle;
    width: 100%;
	flex-grow: 1;
	padding: .5rem 1rem;
    transition: all .3s;
	min-height: 40px;
	box-sizing: border-box;
	margin: 0;
}

.contact-7-field-select {
    background-color: var(--e-global-color-1544ee0);
    border-color: var(--e-global-color-a46e344);
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end: 20px;
    text-transform: inherit;
    border: 1px solid #69727d;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    min-height: 40px;
    padding: 5px 14px;
	box-sizing: border-box;
	display: block;
}

.contact-7-field-submit {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-a46e344);
    font-family: var(--e-global-typography-73c86f6-font-family), Sans-serif;
    font-size: var(--e-global-typography-73c86f6-font-size);
    font-weight: var(--e-global-typography-73c86f6-font-weight);
    border-radius: 5px 5px 5px 5px;
    flex-basis: 100%;
    min-height: 47px;
    line-height: var(--e-global-typography-accent-line-height);
    padding: 15px 30px;
    border: none;
    padding-block-end: 0;
    padding-block-start: 0;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	width: 100%;
}

.elementor-element-5e337be {
	width: 100%;
}