/*
Theme Name: Brockett Hello Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1707834477
Updated: 2024-02-13 14:27:57

*/

:root {
    /* Standard Colors */
    --clr-white: #fff;
    --clr-black: #000;
    --clr-black-alt1: #231f20;
    --clr-black-alt2: #292929;
    --clr-light-border: #ddd;

    /* Add Elementor Global Colors Here for this site */
    --clr-primary: #d82b3e;
    --clr-secondary: #71471d;
    --clr-text: #3d3533;
    --clr-accent: #fbd335;
    --highlight-button: #95BA45;

    /* HEADING */
    --ele-ff-heading: 'Raleway', sans-serif;
    --ele-heading-line-height: 1.2;
    --ele-heading-font-weight: 800;
    /* TEXT */
    --ele-ff-text: 'Raleway', sans-serif;
    --ele-text-line-height: 1.6;
    --ele-text-font-weight: 500;
    /* ACCENT */
    --ele-ff-accent: 'Kaushan Script', sans-serif;
    --ele-accent-line-height: 1.2;
    --ele-accent-font-weight: 400;
}

/* Moving the ADA and cookie buttons up a bit on mobile to get it out of the way of contact bar the bottom. Turn off if needed. */
@media(max-width: 767px){
	.userway_buttons_wrapper {
		bottom: 50px !important;
	}
	.cky-btn-revisit-wrapper {
		bottom: 50px !important;
	}
}

.elementor-element .inline-link a {
    color: var(--clr-primary);
    font-weight: 700;
    text-decoration: none;
}
.elementor-element .inline-link a:hover {
    color: var(--clr-primary);
    font-weight: 700;
}
.list-padding-fix ul {
    padding-left: 20px;
}

#gform_fields_1 input:focus,
#gform_fields_1 textarea:focus {
    border: none; 
    outline: 1px solid rgb(103, 109, 118);
}

input[type="submit"].gform_button.button{
	background-color: #d82b3e !important;
	font-family: var(--ele-ff-heading) !important;
	text-transform: uppercase !important;
}

