/*
Template:       banizzo
Theme Name:     Banizzo Child
Theme URI: https://banizzo.codexup.com/
Author: CodeXup
Author URI: https://codexup.com/
Description: Banizzo is a lightweight, clean and minimal agency theme perfect for a digital agency, creative agency, startup agency, agency, blog and many more. It is fully responsive and browser compatibility. It is a simple, easy-to-use, modern and creative, user-friendly WordPress theme. The codes included in the theme are made SEO-friendly so that people can easily notice you and you get more visitors. The clean and secure HTML codes of this theme make your website function smoothly on several platforms and as these are optimized codes, your website will have a faster page load time to load quickly.
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: banizzo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

#btn_contact.leadbutton {
  display: inline-block;
  font-size: 14px;
  color: var(--white);
  font-family: var(--font-roboto);
  padding: 16px 30px;
  border-radius: 3px;
  background-image: linear-gradient(to right, var(--primary) 25%, var(--secondary) 50%, var(--primary) 75%, var(--secondary) 100%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  transition: all 0.5s;
  text-transform: uppercase;
  height: auto;
  border: 0px;
  font-weight: normal;
  box-shadow: none;
  margin: 20px auto;
}