.elementor-1731 .elementor-element.elementor-element-c134c8c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1731 .elementor-element.elementor-element-7c3eb92{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;padding:0px 0px 0px 0px;}.elementor-1731 .elementor-element.elementor-element-60202ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-7c3eb92 *//* ===== EMAIL BAR — CF7 FULL STYLE ===== */

.email-bar{
  display:flex;
  width:100%;
  border:2px solid #0b1a24;
  background:#e9e9e9;
  align-items:stretch;
  border-radius:0;
  overflow:hidden;
}

/* remove CF7 paragraph block behavior */

.email-bar p{
  display:flex;
  flex:1;
  margin:0;
}

/* CF7 span wrapper fix */

.email-bar .wpcf7-form-control-wrap{
  flex:1;
  display:flex;
}

/* ===== INPUT ===== */

.email-bar input[type="email"]{
  width:100%;
  border:none !important;
  outline:none !important;
  background:#fff !important;   /* keep same bg */
  color:#000 !important;           /* force black text */
  padding:50px 32px !important;    /* more top/bottom space */
  font-size:64px;
  font-weight:500;
  letter-spacing:0px;
  border-radius:0;
  margin:0 !important;
  box-shadow:none !important;
  line-height:1.2;
}

/* remove theme focus glow */

.email-bar input[type="email"]:focus{
  background:#e9e9e9 !important;
  color:#000 !important;
  box-shadow:none !important;
}

/* placeholder */

.email-bar input[type="email"]::placeholder{
  color:#000F1D;
  opacity:1;
  transition:opacity .15s ease;
}

/* hide placeholder on focus */

.email-bar input[type="email"]:focus::placeholder{
  opacity:0;
  border:2px solid #0b1a24;
}

/* ===== BUTTON ===== */

/* ===== BUTTON ===== */

.email-bar .email-btn{
  width:110px;
  border-left:2px solid #000;
  background:#4DA2FF;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  cursor:pointer;
  border-radius:0;
  transition:.25s;
  line-height:0;
}


/* icon */

.email-bar .email-btn img{
  width:28px;
  display:block;
  filter:none;
  transition:.25s;
}

.email-bar .email-btn:hover img{
  filter:none;
}

/* remove CF7 spinner spacing */

.email-bar .wpcf7-spinner{
  display:none !important;
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px){

  .email-bar input[type="email"]{
    font-size:20px;
    padding:20px 18px !important;
  }

  .email-bar .email-btn{
    width:70px;
  }

}/* End custom CSS */