.post-type-wpt-testimonial .wrap {
  background: white;
  padding: 25px;
  border-radius: 4px;
  margin-top: -10px;
  margin-bottom: 1em;
  display: table;
  width: 100%;
  max-width: 1150px;
  table-layout: fixed;
}

.post-type-wpt-testimonial .wp-heading-inline + .page-title-action {
  margin-left: 3px;
}

.post-type-wpt-testimonial .page-title-action {
  color: #fff;
  top: 0px;
  text-decoration: none;
  border-radius: 4px;
  background: #2aa8d7;
  font-size: 13px;
  font-family: "Montserrat";
  padding: 10px 15px;
  margin: 3px;
  font-weight: 700;
  line-height: normal;
  outline: 0 !important;
  border: 0px;
  display: inline-block;
}

.post-type-wpt-testimonial .page-title-action:hover {
  background-color: #2187ad;
  color: #fff;
}

.post-type-wpt-testimonial .page-title-action:active {
  margin: 3px;
  padding: 10px 15px;
  position: relative;
  top: 0px;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  text-shadow: none;
  font-weight: 700;
  font-size: 13px;
  font-family: "Montserrat";
  line-height: normal;
  color: #fff;
  background: #2187ad;
  cursor: pointer;
  outline: 0 !important;
  display: inline-block;
}

.post-type-wpt-testimonial .submit #submit {
  display: inline-block;
  color: #fff;
  top: 0px;
  text-decoration: none;
  border-radius: 4px;
  background: #2aa8d7;
  font-size: 13px;
  font-family: "Montserrat";
  padding: 10px 15px;
  margin: 3px;
  font-weight: 700;
  line-height: normal;
  outline: 0 !important;
  border: 0px;
}

.post-type-wpt-testimonial .submit #submit:hover {
  background-color: #2187ad;
  color: #fff;
}

.post-type-wpt-testimonial .submit #submit:active {
  display: inline-block;
  margin: 3px;
  padding: 10px 15px;
  position: relative;
  top: 0px;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  text-shadow: none;
  font-weight: 700;
  font-size: 13px;
  font-family: "Montserrat";
  line-height: normal;
  color: #fff;
  background: #2187ad;
  cursor: pointer;
  outline: 0 !important;
}

.post-type-wpt-testimonial .wp-heading-inline {
  font-size: 22px;
  font-weight: bold;
  padding: 0px;
}

/*
.post-type-wpt-testimonial .button{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: #2aa8d7;
  font-size: 13px;
  font-family: "Montserrat";
  padding: 6px 15px;
  margin: 3px, 3px, 3px, 0px;
  font-weight: 700;
  line-height: normal;
  outline: 0 !important;
  border: 0px;
}

.post-type-wpt-testimonial .button:hover {
    background-color: #2187ad;
  color: #fff;
}

.post-type-wpt-testimonial .button:active {
  display: inline-block;
  margin: 3px, 3px, 3px, 0px;
  padding: 6px 15px;
  position: relative;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  text-shadow: none;
  font-weight: 700;
  font-size: 13px;
  font-family: "Montserrat";
  line-height: normal;
  color: #fff;
  background: #2187ad;
  cursor: pointer;
  outline: 0 !important;
} */
