@charset "UTF-8";
/* 
Theme Name: DJLab
Theme URI: 
Description: DJLab is a child theme of Hello Elementor, created by Elementor team
Author: Intuitive Design
Author URI: http://www.intuitive-design.co.uk/
Template: hello-elementor
Version: 1.0.0
Text Domain: djlab
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 
*/

:root {
  --djlab-gold: #BD9B72;
}


.form-wrapper {
  width: 100%;
}
.form-wrapper .form-row {
  margin-bottom: 15px;
}
.form-wrapper .form-row label {
  width: 100%;
}
.form-wrapper .form-row .wpcf7-form-control-wrap {
  display: block;
}
.form-wrapper .form-row .sr-only {
  visibility: hidden;
  font-size: 0;
  display: none;
}
.form-wrapper .form-row input,
.form-wrapper .form-row textarea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  background-color: #242424;
  border-color: #242424;
  color: #fff;
  border-radius: 0;
  padding: 15px;
  width: 100%;
}
.form-wrapper .form-row .wpcf7-not-valid-tip {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  padding-top: 5px;
} 
.form-wrapper .form-row input[type="submit"].wpcf7-submit {
  background-color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-eeced68-font-family), Sans-serif;
    font-size: var(--e-global-typography-eeced68-font-size);
    font-weight: var(--e-global-typography-eeced68-font-weight);
    line-height: var(--e-global-typography-eeced68-line-height);
    fill: var(--e-global-color-b22c15c);
    color: var(--e-global-color-b22c15c);
    border-radius: 20px 20px 20px 20px;
    padding: 10px 30px 10px 30px;
    width: auto;
}

.form-wrapper + .wpcf7-response-output {
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em;
}