/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

body {
	overflow-x: hidden;
	width: 100vw;
}

#menu-footer-menu-2025 a:hover {
	text-decoration: underline;
}

#dci-main-nav-2025 img {
	height: 80px;
	width: auto;
}

#dci-main-nav-2025 fl-photo {
	display: flex;
}

#dci-main-nav-2025 li:hover {
	text-decoration: underline;
}

#dci-main-nav-2025 .fl-row-full-width {
    max-width: 2000px;
}

.hero-text-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
}

.dci-sticky-col {
	position: sticky;
	top: 20px;
}

.dci-sidebar-contact-form {
    width: 100%;
    background-color: #D9D9D9;
    padding: 40px 40px 0 40px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    font-family: 'Montserrat';
}

h3.dci-heading {
    color: #eba22b;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}

label.dci-cf-form-label {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.dci-cf-submit-btn {
    width: 100%;
    background-color: #eba22b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    padding: 24px 12px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    min-height: 50px;
}

input.wpcf7-form-control.wpcf7-text {
    min-height: 50px;
}

@media (min-width: 1020px) {
	
	.hero-text-wrapper {
		max-width: 800px;
	}
}