@charset "UTF-8";
/*
	Theme Name: Hello Biz Child
    Template: hello-biz
	Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Copyright 2025 Elementor Team
	Version: 1.2.1
	Stable tag: 1.2.1
	Requires at least: 6.0
	Tested up to: 6.8
	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: hello-biz
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/
/* ======= */
/* global button shape */
[type=button],
[type=submit],
button {
  border: 0 !important;
}

.e-button-base {
  color: white;
  font-size: 18px;
  height: 50px;
  border-radius: 5px !important;
  background: linear-gradient(90deg, #144444 2%, #144444 52%, #8aa2a2 100%);
  padding: 10px 16px 10px 16px;
}
.e-button-base:hover {
  color: white !important;
  background: #144444 !important;
}

/* Footer */
/* ====== */
footer {
  /* Newsletter */
}
footer ._form-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
footer ._form-content label {
  display: none;
}
footer ._form-content input[type=text] {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  background-color: unset;
  color: rgba(255, 255, 255, 0.4509803922);
  height: 55px;
  border-radius: 5px 0px 5px 0px;
  border: 1px solid rgba(138, 162, 162, 0.3019607843);
  border-right: 0px;
}
footer ._form-content [type=submit] {
  border: 0 !important;
  border-radius: 0px 5px 5px 0px;
}
footer ._form-content a.mail-link {
  font-family: "Manrope";
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
footer ._form-content:hover {
  color: rgba(255, 255, 255, 0.4509803922);
}
footer {
  /* liens de menus */
}
footer li:hover span {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */