/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root {
	--wd-title-transform: uppercase;
}
.gform_wrapper.gform-theme {
	--gf-color-primary: var(--wd-primary-color) !important;
	--gf-ctrl-btn-icon-color-hover-primary: #000000 !important;
	--gf-color-primary-darker: #000000 !important;
}



.page-title.color-scheme-light:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(34,34,34,0.35);
  position: absolute;
  z-index: 0;
  top: 0px;
}

.wpb_content_element {
	margin-bottom: 15px !important;
}

/* Form Newsletter */

form.sib_signup_form {
  position: relative;
  display: block;
  height: 50px;
  border-radius: 3px;
  background: white;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  max-width: 450px;
}
form.sib_signup_form input {
  line-height: 50px !important;
  padding: 0;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  background: #eee;
  letter-spacing: 0.02em;
}
form.sib_signup_form input:not([type=submit]) {
  width: 100%;
  display: block;
  padding: 0 150px 0 30px;
  height: unset;
}
form.sib_signup_form input:not([type=email]) {
  position: absolute;
  height: 40px;
  line-height: 40px !important;
  top: 5px;
  right: 10px;
  border-radius: 3px;
  padding: 0 25px;
  background: var(--wd-primary-color);
  color: white;
  cursor: pointer;
}
form.sib_signup_form input:not([type=email]):hover {
  background: #9ea2a2;
}
form.sib_signup_form input:focus {
  outline: none;
  background: white;
}
form.sib_signup_form input::placeholder {
  color: #909090 !important;
  opacity: 1;
}