/**
* Theme Name: Catera Child
* Description: This is a child theme of Catera, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: catera
* Version: 1.0.1
*/

footer .join-us-form {
  width: 100%;
  padding: 0 15px;
  max-width: 350px;
}

footer .join-us-form input.wpcf7-form-control.wpcf7-email {
  max-width: 350px;
  display: block;
  margin: auto;
  border-radius: 4px;
  padding: 10px;
  background: #efefef;
  text-transform: none;
}

footer .join-us-form input[type="submit"] {
  background-color: #fff;
  color: #000;
  padding: 4px 16px;
  margin: auto;
  display: block;
}

footer .join-us-form wpcf7-response-output,
footer .join-us-form span.wpcf7-list-item {
  color: #fff;
  margin: 1.5rem 0;
  font-size: 11px;
}

/**
*/
.elementor-subtotal-wrapper {
  display: inline-block;
  height: auto;
  min-width: 300px;
  background-color: #09574a;
  position: absolute;
  z-index: 9999;
  color: #ebc6a4;
  border-radius: 20px;
  top: 22%;
  font-family: var(--e-global-typography-secondary-font-family);
}
.subtoal-wrapper {
  padding: 32px;
  display: inline-block;
}
.elementor-subtotal-wrapper button {
  height: 0.5em;
  width: 0.5em;
  background: transparent;
  color: #ebc6a4;
  border: none;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.elementor-subtotal-wrapper p {
  margin: 0;
}
.subtoal-wrapper li {
  display: flex;
  justify-content: center;
  align-items: center;
}
