/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/
.form-custom #message {
    border: 1px solid #3F4A52;
    padding: 12px;
    margin-top: 16px;
}

.form-custom .breakdance-form-field__input:focus, .breakdance-form select.breakdance-form-field__input[multiple]:focus {
    box-shadow: none !important;
    outline: 0;
}
.form-custom-footer .breakdance-form-button__submit {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 5px !important;
}
.form-custom-footer input::placeholder {color: white !important;}

@media only screen and (max-width: 767px) {
	.mobile-menu-custom .breakdance-menu-list {top: 70px !important;} 
}
