/*
Theme Name: Lanex Block Theme
Author: Lanex, LLC
Author URI: https://www.lanex.com
Theme URI: https://www.lanex.com
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: lanex-starter-theme
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.wp-block-tag-cloud.is-style-default a {
	background:  #000;
	color:  #ffffff;
}

footer {
	margin: 0;
}

.no-margin {
	margin: 0!important;
}

.frm_form_fields label {
    display: flex !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.frm_form_fields br {
	display: none;
}

.frm_form_fields p {
	margin: 0;
}
.frm_submit {
	text-align: center;
}
.frm_button_submit {
    margin: auto;
    background: #750b00!important;
    font-family: 'Manrope', sans-serif!important;
    font-size: 1em!important;
    padding: .5em 1em!important;
    color: #fff!important;
    border: 0!important;
    box-shadow: none !important;
}

.frm_button_submit:hover {
	background: #025c81!important;
}

.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
	color: #fff!important;
    font-family: 'Manrope', sans-serif!important;
}

#frm_field_69_container {
	margin-bottom: 0!important;
}

footer .wp-container-core-group-is-layout-19 {
    gap: 1em!important;
}