/*
Theme Name: Herrington Child
Theme URI: http://demo.bravisthemes.com/herrington
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description:Herrington is a beautifully handcrafted, pixel perfect business consulting WordPress Theme based on Elementor Page Builder & designed with great attention to details, flexibility and performance. Herrington has stunning styles and elements to help you make a professional website in no time.
Version: 1.0.7
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: herrington
Text Domain: herrington-child
Tags:accountant, advertising, agency, business, company, consulting, corporate, digital agency, digital marketing, finance, insurance, it company, management, seo, startup
Requires at least: 5.8 or Higher
Requires PHP: 7.4.x or Higher
Tested up to: 6.4.1
*/
ul li {
  list-style-position: outside;
}
ul{
    padding-left: 15px;
}

.cform .pxl-contact-form .wpcf7-submit, 
.cform .pxl-contact-form button {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0px 65px 0px 35px;
  border-radius: 5px 5px 5px 5px;
  
  background: #1F5F6B;
  margin-top: 26px;
}
.cform .pxl-contact-form .wpcf7-submit svg path{
  fill:#fff;
}
.cform .pxl-select-higthlight,
.cform .wpcf7-form-control:not(.wpcf7-acceptance){
  background-color: rgba(255,255,255,0.7)!important;
  border-radius:5px!important;
}
.cform .pxl-contact-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before{
  background-color: rgba(255,255,255,0.7)!important;
}
.cform .pxl-contact-form .wpcf7-acceptance .wpcf7-list-item-label{
  font-size: 18px; margin-right:8px;
}
.cform .blocktitle{
  margin-bottom:10px;
}
.cform .card-body{
  border: 1px solid #dedede;
  border-radius: 15px;
  margin: 30px auto 10px;
  padding: 20px 0px 10px;
}
.cform .card-body > .blocktitle:nth-of-type(1) > span{
  top: -34px;
  background-color: var(--body_bg-color);
  display: inline-block!important;
  width: auto !important;
  position: relative;
  padding: 0px 10px;
}