/*
	Theme Name: Bigxon Child
	Theme URI: http://www.enovathemes.com/bigxon
	Template: bigxon
	Description: Bigxon - Tools And Equipment Woocommerce WordPress Theme
	Author: Enovathemes
	Author URI: http://www.enovathemes.com
	Version: 1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tested up to: 6.9
	Requires PHP: 8.0
	Tags: one-column, two-columns, right-sidebar, editor-style, featured-images, post-formats, translation-ready
	Text Domain: bigxon
	Copyright 2026 Enovathemes.com
	This theme is licensed under the GPL v2 or later.
*/

/* =Theme customization starts here
-------------------------------------------------------------- */








/* CONTACT FORM - compact spacing (puțin mai aerisit) */
.contact-form-main .wpcf7 form label{
  display:block !important;
  margin:0 0 4px !important; /* era 2px */
  line-height:1.2 !important; /* era 1.15 */
}

.contact-form-main .wpcf7 form br{
  display:none !important;
}

.contact-form-main .wpcf7 form p{
  margin:0 !important;
}

.contact-form-main .wpcf7 .wpcf7-form-control-wrap{
  display:block !important;
  margin:0 !important;
}

.contact-form-main .wpcf7 input.wpcf7-form-control,
.contact-form-main .wpcf7 select.wpcf7-form-control,
.contact-form-main .wpcf7 textarea.wpcf7-form-control{
  margin:4px 0 10px !important; /* era 2px 0 6px */
}

.contact-form-main .wpcf7 textarea{
  min-height:110px;
}

.contact-form-main .wpcf7 .cf7-login-hint{
  display:block !important;
  margin:0 0 8px !important; /* era 6px */
  font-size:12px !important;
  line-height:1.3 !important;
  color:#222 !important;
}

/* reduce spațiul dintre câmpurile succesive */
.contact-form-main .wpcf7 label + label{
  margin-top:4px !important; /* era 2px */
}





/* =================================================
   FONT PRINCIPAL + FALLBACK
   Reduce schimbarea fontului la încărcarea paginii
   Site: SculeBune.ro
   ================================================= */

body{
  font-family: "Heebo", "Segoe UI", Arial, sans-serif;
}











