/*
Theme Name: Evans Companies
Theme URI: https://evanscompaniesmn.com/
Template: hello-elementor
Author: WP CodeUs
Author URI: https://wpcodeus.com/
Description: A custom theme for Evans Companies. Required Hello Elementor theme to be installed.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769618136
Updated: 2026-01-28 16:35:36

*/


/* Global */

h6 {
  position: relative;
  display: inline-block;
  padding-left: 70px !important;
}

h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #38C3E7;
  transform: translateY(-50%);
}


/* Default Button */

.elementor-button-icon {
    font-size: 14px;
    top: 1.75px;
    position: relative;
    padding-left: 12px;
	fill: #ffffff !important;
}
.elementor-button {
    position: relative;
}
.elementor-button .elementor-button-icon {
    display: inline-block; /* important so transform works properly */
    transition: transform 0.3s ease;
}
.elementor-button:hover .elementor-button-icon {
    transform: translateY(-4.75px) rotate(45deg);
}


/* Header */

.ec-sticky-header.elementor-sticky--active {
    background-color: rgba(30, 30, 30, 1) !important;
    /* backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ec-sticky-header.elementor-sticky--active .ec-header-logo img {
    height: 50px !important;
}
.ec-sticky-header.elementor-sticky--active {
    min-height: 80px !important;
}
@media (max-width: 1000px) {
	.ec-sticky-header.elementor-sticky--active {
		background-color: rgba(30, 30, 30, 1) !important;
		/* backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px); */
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
}


/* Breadcrumbs */

.rank-math-breadcrumb span {
	color: #fff !important;
}
.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
	text-transform: uppercase;
	font-family: Montserrat !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}
.rank-math-breadcrumb a:hover {
	color: #fff !important;
}
@media (max-width: 780px) {
	.rank-math-breadcrumb span,
	.rank-math-breadcrumb a {
		font-size: 12px !important;
	}
}

/* ================================
   Formidable Forms
   ================================ */

/* Base inputs (text, email, tel, url, number, password, search) */
.frm_forms .frm_fields_container input[type="text"],
.frm_forms .frm_fields_container input[type="email"],
.frm_forms .frm_fields_container input[type="tel"],
.frm_forms .frm_fields_container input[type="url"],
.frm_forms .frm_fields_container input[type="number"],
.frm_forms .frm_fields_container input[type="password"],
.frm_forms .frm_fields_container input[type="search"] {
    border: 1px solid #ffffff26 !important;
    border-radius: 0px !important;
    resize: none;
    font-size: 15.1px !important;
    line-height: 17px !important;
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    position: relative !important;
    width: 100% !important;
    padding: 19px 20px !important;
    font-weight: 400 !important;
    outline: 0 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    margin-top: 1px !important;
}

/* Labels */
.frm_forms .frm_primary_label {
    font-family: 'Inter', Arial, sans-serif !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    font-size: 15.25px !important;
    color: #05142b !important;
    position: relative !important;
    bottom: 10px !important;
    text-transform: none !important;
    display: none !important;
}
.single-proposal .frm_forms .frm_primary_label {
    display: block !important;
    padding-bottom: 8px !important;
}
/* Textarea */
.frm_forms .frm_fields_container textarea {
    border: 1px solid #ffffff26;
    border-radius: 0px !important;
    resize: none !important;
    font-size: 15.1px !important;
    line-height: 17px !important;
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 0 0px !important;
    padding: 20px 20px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    outline: 0 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 150px !important;
}
/* Submit button */
.frm_forms .frm_submit .frm_button_submit,
.frm_forms .frm_submit .frm_button {
    color: #ffffff !important;
    border-color: #38c3e7 !important;
    background-color: #1e1e1e !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 0px !important;
    height: 48px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    border-width: 1px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
	padding-top: 14px !important;
    padding-bottom: 14px !important;
    letter-spacing: 0px !important;
    min-width: 160px !important;
    text-align: center !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
}
.frm_forms .frm_submit .frm_button_submit:hover,
.frm_forms .frm_submit .frm_button:hover {
    border-color: #38c3e7 !important;
    background-color: #38C3E766 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
/* Footer spacing/alignment */
.frm_forms .frm_submit {
    margin: 0 !important;
    text-align: left !important;
    padding-top: 10px !important;
}
/* Overall validation (form-level) */
.frm_forms .frm_error_style,
.frm_forms .frm_error_style .frm_message {
    background-color: #e3b1b16e !important;
    color: #28606e !important;
    border-radius: 9px !important;
    padding: 16px 25px !important;
}
/* Field error state (no padding/margin background) */
.frm_forms .frm_form_field.frm_blank_field,
.frm_forms .frm_form_field.frm_error {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    background-color: transparent !important;
}
/* Field validation message */
.frm_forms .frm_error {
    padding-top: 5px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    line-height: 23px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    margin-top: 8px !important;
    margin-bottom: -10px !important;
    background-color: #e3b1b100 !important;
    color: #b44646 !important;
    border-radius: 0px !important;
    padding: 0px 22px !important;
}
}
/* Confirmation / success message */
.frm_forms .frm_success_style,
.frm_forms .frm_message,
.frm_forms .frm_success_style .frm_message {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 25px !important;
    padding: 16px 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    border: 1px solid #eee !important;
    background-color: #1e1e1e !important;
    border-radius: 9px !important;
}
/* Selects */
.frm_forms .frm_fields_container select {
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
    font-size: 15.1px !important;
    height: 56.5px !important;
    line-height: 56.5px !important;
    background-color: #ffffff !important;
    color: #484b51 !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 0 0px !important;
    padding: 0 20px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    outline: 0 !important;
    box-sizing: border-box !important;
    margin-top: 1px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/* Custom select arrow (no font dependency; inline SVG) */
.frm_forms .frm_fields_container .frm_form_field select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23111827' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 8px;
}
/* Placeholder */
.frm_forms .frm_fields_container ::placeholder {
    color: #9b9c9e !important;
    font-weight: 400 !important;
    font-size: 15.1px !important;
}
/* Field spacing & grid gap */
.frm_forms .frm_form_fields .frm_form_field {
    margin: unset !important;
    margin-top: 0px !important;
    margin-bottom: 17px !important;
}
.frm_forms .frm_form_fields {
    grid-column-gap: 21px !important; /* applies when Formidable renders CSS grid */
}
/* Focus styles (keep border 1px, add box-shadow ring) */
.frm_forms .frm_fields_container input[type="text"]:focus,
.frm_forms .frm_fields_container input[type="email"]:focus,
.frm_forms .frm_fields_container input[type="tel"]:focus,
.frm_forms .frm_fields_container input[type="url"]:focus,
.frm_forms .frm_fields_container input[type="number"]:focus,
.frm_forms .frm_fields_container input[type="password"]:focus,
.frm_forms .frm_fields_container input[type="search"]:focus,
.frm_forms .frm_fields_container textarea:focus,
.frm_forms .frm_fields_container select:focus {
    border: 1px solid #38c3e7 !important;
    box-shadow: unset !important;
}
