/*
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.
/*--------------------------------------------------------------*/

/*** BOTON ENVIAR ESPECIALES **/
#gform_submit_button_4 {
  background-color: #009444;
}

/*** BOTON ENVIAR WORTHINGTON **/
#gform_submit_button_5 {
  background-color: #E73137;
}

/*** BOTON ENVIAR ORBIS **/
#gform_submit_button_6 {
  background-color: #006963;
}

/*** BOTON ENVIAR TUBULARES **/
#gform_submit_button_7 {
  background-color: #FDC600;
}

/*** BOTON ENVIAR ELECTROFORJADAS **/
#gform_submit_button_8 {
  background-color: #62BEC1;
}

/*** BOTON ENVIAR COMPONENTES **/
#gform_submit_button_9 {
  background-color: #6c4092;
}

/*** GRAVITY FORMS STYLE FIXES SERVIACERO**/
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-color: #DFDFDF !important;
}

input[id^="gform_submit_button_"] {
	padding:20px 45px !important;
}

.breakdance .main-menu-especialidad.breakdance-menu-list>.breakdance-link.breakdance-menu-link--active {
  background:#09F;
}


/** RELATED PRODUCTS  */

.wvs-archive-variations-wrapper.wvs-pro-loaded, .bde-woo-product-footer {
	display: none;
}