/*
Theme Name: Digital Six
Theme URI: https://lyon.dev
Description: Digital Six is a custom WordPress theme
Author: Lyon.dev_
Author URI: https://lyon.dev
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: digital-six
Template: hello-elementor
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

body {
	overflow-x: clip;
}

.text-balance > * {
	text-wrap: balance;
}

#navbar-fixed {
	transition: all 0.3s ease;
	&.navbar-fixed-top {
		position: fixed;
		inset: 0 0 auto 0;
		z-index: 1030;
		padding-block: .5rem;
		.navbar-menu {
			background-color: #17213960;
			backdrop-filter: blur(10px);
		}
	}
}


body.navbar-fixed {
	padding-top: 80px;
}

#contato div.wpforms-container-full select:not([multiple])>option, 
#contato select:not([multiple])>option {
	background-color: var(--e-global-color-bcf4dba)
}
@media (prefers-color-scheme: light) {
	#contato div.wpforms-container-full select:not([multiple])>option, 
	#contato select:not([multiple])>option {
		background-color: var(--e-global-color-bcf4dba)
	}
}
