/**
 * @file
 * Visual styles for Style+'s service content type.
 */
.node--type-mt-service .field--name-field-image {
  margin-bottom: 30px;
}
.node--type-mt-service .field--name-field-mt-price {
  font-size: 24px;
  line-height: 1.4;
}
.node--type-mt-service .field--name-field-mt-price + .field {
  padding-top: 15px;
}
.node--type-mt-service .field--name-field-mt-buy-link a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
}
