/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor Child Theme
	Author: Elementor Team (Child theme by Mike Nemeth Design)
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
    Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
*/

:root {
    --color-accent: #EB6B6B;
    --color-white: #ffffff;
}


.footer-column-header {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0 1rem 0;
}

.footer-nav-menu a {
    padding-left: 0 !important;
}

.quote-form {
    margin-top: 0 !important;
}

.quote-form form {
    padding: 1rem;
    border: 1px solid #707070;
    border-radius: 5px;

}

.quote-form .wpforms-field-label,
.quote-form .wpforms-field-label-inline {
    color: var(--color-white) !important;
}

.form-accent form {
    background-color: var(--color-accent);
}

.page.home .quote-form.form-accent {
    background-color: unset;
}

.page.home .quote-form form {
    border: unset;
}

.footer-credits {
    background-color: #4d4d4d;
    color: lightgrey;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 1rem;
}

.footer-credits a {
    color: var(--color-white);
}

.footer-credits .footer-credits-inner-wrapper {
    display: flex;
    margin: auto;
    max-width: 1400px;
    justify-content: space-between;
}