/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.yugong-cta {
    border: 5px solid #13296C;
    border-radius: 6px;
    padding: 40px;
    margin-top: 40px;
}

.cf-product {
    background-color: #f1f5f9;
    padding: 40px;
    margin-top: 60px;
    border-radius: 6px;
}

/* CF7 区域背景 */
.wpcf7 .cf-product {
  background-color: #f1f5f9;
  padding: 40px;
  margin-top: 60px;
  border-radius: 6px;
}

/* CF7 输入框 */
.wpcf7 .cf-product input[type="text"],
.wpcf7 .cf-product input[type="email"],
.wpcf7 .cf-product input[type="tel"],
.wpcf7 .cf-product textarea {
  border: 1px solid #13296C;
  background-color: #fff;
  padding: 12px 14px;
}

/* focus 状态 */
.wpcf7 .cf-product input:focus,
.wpcf7 .cf-product textarea:focus {
  border-color: #13296C;
  box-shadow: 0 0 0 1px rgba(14, 71, 115, 0.15);
}

/* 提交按钮 */
.wpcf7 .cf-product input[type="submit"] {
  background-color: #165dfc;
  border-color: #13296C;
  color: #fff;
}
