/* brianbushway.com - manual polish for /features/ and /contact/
   Added by Clawdbot.
*/

:root{--bb-accent:#dd9221;--bb-text:#111;--bb-muted:#555;--bb-card:rgba(255,255,255,.92)}

/* Layout sanity for WPBakery sections */
.vc_section{padding:60px 0;}
.vc_section:first-of-type{padding-top:40px;}

/* Make WPBakery boxed rows actually read nicely */
.lc_swp_boxed.force_boxed_width{
  max-width: 1140px;
  margin-left:auto;
  margin-right:auto;
}

/* Features page: VC background sections */
.vc_custom_1582334662247,
.vc_custom_1582335675688{
  background-attachment: scroll;
}

/* Contact form styling (CF7) */
.wpcf7{
  background: var(--bb-card);
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
  width:100%;
  border:1px solid rgba(0,0,0,.18);
  border-radius:8px;
  padding:12px 14px;
  font-size:16px;
  color:var(--bb-text);
  background:#fff;
}
.wpcf7 textarea{min-height:160px; resize:vertical;}
.wpcf7 input:focus,
.wpcf7 textarea:focus{
  outline:none;
  border-color: var(--bb-accent);
  box-shadow: 0 0 0 3px rgba(221,146,33,.18);
}
.wpcf7 .wpcf7-submit{
  display:inline-block;
  border:0;
  border-radius:999px;
  padding:12px 18px;
  font-weight:700;
  letter-spacing:.5px;
  background: var(--bb-accent);
  color:#fff;
}
.wpcf7 .wpcf7-submit:hover{filter:brightness(.95);}

/* Clean up overly aggressive negative margins from old VC custom css */
@media (max-width: 991px){
  .vc_custom_1582442233284,
  .vc_custom_1582442294928,
  .vc_custom_1582442320664,
  .vc_custom_1582944114158,
  .vc_custom_1582944142155,
  .vc_custom_1582442500550,
  .vc_custom_1582944245079,
  .vc_custom_1582944236169,
  .vc_custom_1582944581137,
  .vc_custom_1582442933958,
  .vc_custom_1582444952146,
  .vc_custom_1582444966624,
  .vc_custom_1582444981696,
  .vc_custom_1582447209250,
  .vc_custom_1582447195330{
    margin-top:0 !important;
  }
  .vc_custom_1582444684763,
  .vc_custom_1582444698231,
  .vc_custom_1582444789037,
  .vc_custom_1582444802114,
  .vc_custom_1582944760533,
  .vc_custom_1582446085050,
  .vc_custom_1582446936017,
  .vc_custom_1582446989999{
    margin-bottom:0 !important;
  }
}
