.tailor-ui .tailor-products {
  margin-bottom: 1.5em;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1); }
  .tailor-ui .tailor-products .entry {
    margin-bottom: 1.5em;
    text-align: center; }
  .tailor-ui .tailor-products .entry__title {
    margin: 1em 0 0.5em; }
    .tailor-ui .tailor-products .entry__title a {
      color: inherit; }
  .tailor-ui .tailor-products .entry__price {
    display: block;
    font-size: 0.875em; }
  .tailor-ui .tailor-products .entry__thumbnail {
    overflow: hidden; }
    .tailor-ui .tailor-products .entry__thumbnail a {
      display: block;
      border: none;
      outline: none; }
    .tailor-ui .tailor-products .entry__thumbnail img {
      margin: 0; }
.tailor-ui .tailor-grid--products .tailor-grid {
  display: block; }
.tailor-ui .tailor-grid--products .tailor-grid__item {
  padding: 1em; }
.tailor-ui .tailor-list--products .entry:last-child {
  margin-bottom: 0; }
.tailor-ui .tailor-products--boxed .entry {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden; }
.tailor-ui .tailor-products--boxed .entry__content {
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em; }

.tailor-ui .pricing {
  padding: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-bottom: 1.5em;
  background-color: #fff;
  text-align: center; }
  .tailor-ui .pricing--featured {
    position: relative;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .tailor-ui .pricing ul {
    padding: 0;
    margin: 0 0 1.5em 0; }
    .tailor-ui .pricing ul li {
      padding: 0;
      list-style: none;
      display: block; }
      .tailor-ui .pricing ul li::before {
        content: '\2014';
        margin-right: 0.5em;
        color: inherit; }
.tailor-ui .pricing__title {
  font-size: 2em;
  margin: 0.5em 0 0;
  color: #1d211f; }
.tailor-ui .pricing__currency {
  font-size: 0.5em;
  vertical-align: super; }
.tailor-ui .pricing__period {
  font-size: 0.25em;
  display: inline-block;
  padding: 0 0 0 0.5em;
  vertical-align: super; }
.tailor-ui .pricing__price {
  font-size: 5em;
  font-weight: 800;
  position: relative;
  z-index: 100; }
.tailor-ui .pricing__content {
  text-align: initial;
  font-size: 0.95em;
  margin: 0;
  padding: 1.5em 0.5em 2.5em;
  list-style: none; }

@media only screen and (min-width: 980px) {
  .row .pricing {
    margin-left: calc( -strip-unit(2rem)/2rem - 1px );
    margin-right: calc( -strip-unit(2rem)/2rem - 1px ); } }
.tailor-ui .testimonial {
  position: relative;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em; }
  .tailor-ui .testimonial .testimonial__content {
    padding-left: 2em;
    margin: 0;
    border: none; }
    .tailor-ui .testimonial .testimonial__content .tailor-element:first-child {
      position: relative; }
      .tailor-ui .testimonial .testimonial__content .tailor-element:first-child p:first-child::before {
        position: absolute;
        top: -0.125em;
        left: -0.55em;
        display: block;
        content: "\201c";
        font-size: 4em;
        line-height: 1;
        font-family: Calibri, Times New Roman, serif; }
  .tailor-ui .testimonial .testimonial__attribution {
    position: relative;
    padding: 0 1em;
    font-weight: bold;
    float: right; }
    .tailor-ui .testimonial .testimonial__attribution::before {
      position: absolute;
      left: 0;
      content: "\2013\00A0";
      color: #666; }
    .tailor-ui .testimonial .testimonial__attribution .testimonial__citation {
      font-style: italic; }
    .tailor-ui .testimonial .testimonial__attribution .testimonial__author,
    .tailor-ui .testimonial .testimonial__attribution .testimonial__citation {
      padding: 0;
      margin: 0; }
  .tailor-ui .testimonial:after {
    content: "";
    display: table;
    clear: both; }

/*# sourceMappingURL=frontend.css.map */
