/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2024 | 14:32:53 */
::placeholder {
	color:black;
}

.contact-par a {
	text-decoration:none;
	color:var(--wp--preset--color--base-2);
}

.form-row {
	display: flex;
    flex-direction: row;
	margin-top: 0.5rem;
} 

.form-col  {
min-width:50%;
} 

.form-col p {
	margin: 0 !important;
}

.textarea-container p  {
	margin: 0 !important;	
}

.company-info .fa-brands a{
text-decoration:none!important;
}

.form-col p label br {
	display:none !important;		
}

.textarea-container p label br {
	display:none !important;		
}

.form-input {
   	width: calc(100% - 4rem);
    font-family: var(--wp--preset--font-family--body);
    font-weight: 500;
    border: none;
    border-bottom: 2px white solid;
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 1rem;
}	

.form-textarea {
    width: calc(100% - 4rem);
	font-family: var(--wp--preset--font-family--body);
	font-weight: 500;
    border: none;
    border-bottom: 2px white solid;
    padding: 1rem 1rem 0rem 1.5rem;
    font-size: 1rem;
	margin-top: 0.5rem;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--wp--preset--color--contrast-2);
	padding-top: 1rem;
    padding-right: 4rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out;
    color: var(--wp--preset--color--base-2);
    border: 1px solid white;
    cursor: pointer !important;
    font-style: normal;
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
    line-height: 1rem;
    text-transform: uppercase !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #BE811B !important;
}

@media (max-width: 992px) {	
	.ds-form-select-container {
    margin: 0 1.3rem;
  }
}

@media (max-width: 1024px) {
.form-col  {
min-width:100%;
margin-top:1.5rem; 
} 
.form-row {
    display: flex;
    flex-direction: column;
		margin-top: 0rem;
}
	.form-input {
    width: calc(100% - 2.5rem);
}	

.form-textarea {
    width: calc(100% - 2.5rem);
}
}