/**
 * @file
 * Visual styles for Tourism+'s testimonial content type.
 */
.node--type-mt-testimonial .field--name-field-mt-testimonial-image {
  margin: 0 0 20px;
}
.node--type-mt-testimonial .field--name-field-mt-testimonial-image img {
  border-radius: 100%;
  max-width: 200px;
}
.node--type-mt-testimonial .field--name-body,
.node--type-mt-testimonial .field--name-field-mt-subtitle,
.node--type-mt-testimonial .field--name-field-mt-testimonial-image,
.node--type-mt-testimonial .field--name-field-mt-testimonial-link {
  padding: 0 0 0 55px;
}
.node--type-mt-testimonial .field--name-field-mt-subtitle {
  padding-bottom: 15px;
}
.node--type-mt-testimonial .field--name-body {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.node--type-mt-testimonial .field--name-body p {
  padding: 0 0 10px;
  position: relative;
}
.node--type-mt-testimonial .field--name-body p:first-child:after {
  position: absolute;
  font-family: Georgia, Times New Roman, Serif;
  content: "“";
  left: -60px;
  top: 0px;
  font-size: 96px;
  font-style: normal;
  line-height: 1;
}

/*testimonial link field*/
.node--type-mt-testimonial .field--name-field-mt-testimonial-link a {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 23px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
}
.headings-wide-spacing-enabled .node--type-mt-testimonial .field--name-field-mt-testimonial-link a {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.node--type-mt-testimonial .field--name-field-mt-testimonial-link a:hover {
  color: #ffffff;
}
.region--light-typography .node--type-mt-testimonial .field--name-field-mt-testimonial-link a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}
.region--light-typography .node--type-mt-testimonial .field--name-field-mt-testimonial-link a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}