/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/


.ft-contact-form .wpforms-form {
    border: 1px solid #FFFFFF1A;
	padding: 25px 25px 30px;
    background: #33312f;
    border-radius: 12px;
}
.ft-contact-form .wpforms-form label {
    color: #fff !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
}
.ft-contact-form .wpforms-form input,
.ft-contact-form .wpforms-form textarea {
    border: 1px solid #FFFFFF1A !important;
	border-radius: 0px !important;
    background: #484644 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
}
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
    color: #FFFFFF80 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: 'DM Sans' !important;
}
.ft-contact-form .wpforms-form .wpforms-field {
    padding: 0px;
    margin-bottom: 25px;
}
.ft-contact-form .wpforms-form input {
    height: 50px;
}
.ft-contact-form .wpforms-form .wpforms-submit {
    border: 1px solid #FF9900;
    background: #FF9900 !important;
    height: 55px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter';
    transition: all 0.3s ease;
}
.ft-contact-form .wpforms-form .wpforms-submit:hover {
	color: #FF9900;
	background: transparent !important;
}
.straight-line span.elementor-heading-title {
    position: relative;
    padding-left: 55px;
}
.straight-line span.elementor-heading-title:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    background: #C9A84C;
    left: 0;
    top: 50%;
}
.site-color h2 span {
    color: #FF9900;
}
.style-italic h2 span {
    font-style: italic;
}


@media (max-width: 880px) {
	.footer-menu-list .hfe-nav-menu {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 0;
	}
}







