/*
 Theme Name:   Puravi Child
 Theme URI:    https://puravi.wpengine.com/
 Description:  Puravi Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     puravi
 Version:      1.0.0
 Text Domain:  puravi-child
*/
.elementor-icon-list-icon svg {
  margin: 8px!important;
}
 .main-title-section-wrapper .main-title-section-container {
    padding: 50px 0 50px;
  }
.main-title-section-wrapper > .main-title-section-bg::after {
  background-color: rgba(8, 8, 8, 0.6);
}
.col-md-6 {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.col-md-4 {
  width: 32%;
  float: left;
  margin-right: 1%;
}
.col-md-3 {
  width: 24%;
  float: left;
  margin-right: 1%;
}
.col-md-12 {
  width: 98%;
  float: left;
  margin-right: 2%;
}
.row {
  width: 100%;
  display: inline-block;
}

.dt-sc-staff-items-container .dt-sc-staff-item.type2 > a, .dt-sc-staff-item.type2 .dt-sc-staff-options-container {
  grid-area: 1/1;
  pointer-events: none;
}
.dt-sc-staff-item .staff-details h3 a{
  pointer-events: none;
}
#wpcf7-f1142-p270-o1 .wpcf7-form-control-wrap, #wpcf7-f1237-p1234-o1 .wpcf7-form-control-wrap {
  clear: both;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

#wpcf7-f1142-p270-o1 .wpcf7-text, #wpcf7-f1142-p270-o1 .wpcf7-date, #wpcf7-f1237-p1234-o1 .wpcf7-text, #wpcf7-f1237-p1234-o1 .wpcf7-date {
  width: auto;
  height: 26px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #393636;
  padding: 0px 10px 0px 10px;
  margin-right: 5px;
  margin-top: 7px;
  font-weight: 500;
  color: #752c2c;
}
.wdt-header-menu .wdt-primary-nav > li > a {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}
#wpcf7-f1142-p270-o1 input::placeholder, #wpcf7-f1237-p1234-o1 input::placeholder {
  color: #752c2c;
  opacity: 1;
}
#footer a:not(.button):not(.elementor-button), .footer-widgets a:not(.button):not(.elementor-button) {
  color: #fff;
}
#footer a:not(.button):not(.elementor-button):hover, .footer-widgets a:not(.button):not(.elementor-button):hover {
  color: #c6923f;
}
.wdt-button, .wdt-button-holder .wdt-button {
  background-color: #c6923f!important;
  color: var(--wdtAccentTxtColor);
  justify-content: center;
  text-align: center;
}
a:hover {
  color: #c6923f;
}

@media only screen and (max-width: 600px) {
 .col-md-6 {
  width: 99%;
  float: left;
  margin-right: 1%;
}
.col-md-4 {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.col-md-3 {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.col-md-12 {
  width: 99%;
  float: left;
  margin-right: 1%;
}
}



