.elementor-7338 .elementor-element.elementor-element-e777764{--display:flex;--min-height:500px;--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:-45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7338 .elementor-element.elementor-element-e777764:not(.elementor-motion-effects-element-type-background), .elementor-7338 .elementor-element.elementor-element-e777764 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://chocolatebash.com/wp-content/uploads/2026/07/joinourteam.gif");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7338 .elementor-element.elementor-element-ffa9f65{--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;}.elementor-7338 .elementor-element.elementor-element-ffa9f65:not(.elementor-motion-effects-element-type-background), .elementor-7338 .elementor-element.elementor-element-ffa9f65 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFE3E7;}.elementor-7338 .elementor-element.elementor-element-1b91579{--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;}.elementor-7338 .elementor-element.elementor-element-1b91579:not(.elementor-motion-effects-element-type-background), .elementor-7338 .elementor-element.elementor-element-1b91579 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-68f33a5 );}@media(max-width:767px){.elementor-7338 .elementor-element.elementor-element-e777764:not(.elementor-motion-effects-element-type-background), .elementor-7338 .elementor-element.elementor-element-e777764 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://chocolatebash.com/wp-content/uploads/2026/07/website-banners-mobile-3.gif");}}/* Start custom CSS for shortcode, class: .elementor-element-c40ddaf */@font-face {
  font-family: 'Brandon Grotesque Black';
  src: url('https://chocolatebash.com/wp-content/uploads/2026/06/HvDTrial_Brandon_Grotesque_black-BF64a625c944b08.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root{
  --cf7-bg: #FFE3E7;
  --cf7-text: #5D1B0F;
  --cf7-accent: #EDC4CC;
}

.wpcf7 .cf7-app-form{
  font-family: 'Brandon Grotesque Black', sans-serif;
  background: var(--cf7-bg);
  color: var(--cf7-text);
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(93,27,15,0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.wpcf7 .cf7-heading{
  width: 100%;
  font-family: 'Brandon Grotesque Black', sans-serif;
  color: var(--cf7-text);
  font-size: 32px;
  text-align: center;
  margin: 0 0 8px;
}

.wpcf7 .row{
  width: 100%;
}

.wpcf7 .row label{
  display: block;
  font-family: 'Brandon Grotesque Black', sans-serif;
  color: var(--cf7-text);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
  padding-left: 8px;
}

.wpcf7 .row label .req{
  color: #d2372a;
}

/* two-column rows on desktop */
.wpcf7 .row.half{
  width: calc(50% - 8px);
}

.wpcf7 .row.full{
  width: 100%;
}

/* base field styling — pill/rounded */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea{
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: var(--cf7-text);
  border: 1px solid var(--cf7-accent);
  border-radius: 999px;
  padding: 14px 20px;
  font-family: 'Brandon Grotesque Black', sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.wpcf7 textarea{
  border-radius: 24px;
  min-height: 120px;
  resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
  border-color: var(--cf7-text);
  box-shadow: 0 0 0 3px rgba(93,27,15,0.12);
}

/* file upload field */
.wpcf7 input[type="file"]{
  width: 100%;
  background: #fff;
  border: 1px dashed var(--cf7-text);
  border-radius: 20px;
  padding: 14px 20px;
  font-family: 'Brandon Grotesque Black', sans-serif;
  color: var(--cf7-text);
  cursor: pointer;
}

/* submit button */
.wpcf7 input[type="submit"]{
  width: 100%;
  background: var(--cf7-text);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 16px;
  font-family: 'Brandon Grotesque Black', sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  cursor: pointer;
  transition: opacity .2s, transform .1s;
}
.wpcf7 input[type="submit"]:hover{ opacity: .9; }
.wpcf7 input[type="submit"]:active{ transform: scale(0.98); }

/* validation error text */
.wpcf7-not-valid-tip{
  color: #b3261e;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 12px;
}
.wpcf7-not-valid{
  border-color: #b3261e !important;
}

/* success/error boxes */
.wpcf7 .wpcf7-response-output{
  border-radius: 16px;
  border: 1px solid var(--cf7-text);
  color: var(--cf7-text);
  padding: 12px 20px;
  margin-top: 16px;
}

/* Desktop Only — Cover Letter & Resume upload always span the full row */
@media (min-width: 769px){
  .wpcf7 .row.full textarea{
    width: 100% !important;
  }
  .wpcf7 .row.full input[type="file"]{
    width: 100% !important;
  }
}

/* TABLET — box shrinks with the screen, still centered with shadow */
@media (max-width: 1240px){
  .wpcf7 .cf7-app-form{
    width: 94%;
  }
}

/* MOBILE — edge-to-edge, single column, no shadow */
@media (max-width: 640px){
  .wpcf7 .cf7-app-form{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    gap: 8px;
  }
  .wpcf7 .row.half{
    width: 100%;
  }
  .wpcf7 .row label{
    margin-bottom: 2px;
  }
  .wpcf7 .cf7-heading{
    font-size: 24px;
  }
}/* End custom CSS */