/**
 * Theme Name: B&S Elementor Child Theme
 * Version: 2.0
 * Template: hello-elementor
 * Author: BUTTER AND SALT tech marketing GmbH
 * Author URI: https://www.butter-and-salt.de/
 * Customer: Photon AG
 * Text Domain: bns
 */
/*


























CUSTOM */
.g-text-1 h1,
.g-text-1 h2,
.g-text-1 h3,
.g-text-1 h4,
.g-text-1 h5,
.g-text-1 h6,
.g-text-1 p,
.g-text-1 a {
  background: -webkit-linear-gradient(00deg, #007fc5, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text-2 h1,
.g-text-2 h2,
.g-text-2 h3,
.g-text-2 h4,
.g-text-2 h5,
.g-text-2 h6,
.g-text-2 p,
.g-text-2 a {
  background: -webkit-linear-gradient(00deg, #6900c6, #000000);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body div.bns-wpforms-colored {
  --wpforms-page-break-color: #007fc5;
  --wpforms-button-border-radius: 34px 34px 34px 34px;
  --wpforms-button-border-style: solid;
  --wpforms-button-border-color: #000000;
  --wpforms-button-border-size: 0px 0px 0px 0px;

  --wpforms-button-text-color: #ffffff;

  /* custom vars */
  --wpforms-button-padding: 14px 16px 14px 16px;
  --wpforms-button-font-family: "Montserrat", Sans-serif;
  --wpforms-button-font-weight: 700;
  --wpforms-button-line-height: 1;
  --wpforms-button-background-image: linear-gradient(90deg, #007fc5 0%, #000000 100%);

  --wpforms-button-hover-text-color: #ffffff;
  --wpforms-button-hover-background-color: transparent;
  --wpforms-button-hover-background-image: linear-gradient(90deg, #000000 0%, #007fc5 100%);
}
