:root {
  --bodyFont: "Roboto", sans-serif;
  --titleFont: "Kalnia", serif;
  --primaryColor: #A67944;
  --secondaryColor: #5D7A74;
  --bodyColor: #7B7B7B;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --titleColor: #3D6059;
  --borderColor: #B4C1BF;
  --inputbgColor: #FFFFFF;
  --softbgColor: #f6f6f6;
  --transition: 0.4s all ease;
}

.tp-blockquote blockquote {
  display: flex;
  z-index: 1;
}
.tp-blockquote blockquote::before, .tp-blockquote blockquote::after {
  display: none;
}
.tp-blockquote blockquote cite {
  min-width: max-content;
  width: max-content;
  position: relative;
  z-index: 1;
}
.tp-blockquote-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.tp-blockquote-icon i {
  width: 1em;
  height: 1em;
  display: block;
}
.tp-blockquote-icon i::before {
  margin-left: 0;
  margin-right: 0;
}
.tp-blockquote-icon svg {
  display: block;
}

.tp-blockquote-position-absolute blockquote::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
  width: 2px;
  background-color: #222;
  border-radius: 0;
}

.tp-desc-before-default .tp-blockquote blockquote cite::before {
  display: none;
}

.tp-desc-before-before .tp-blockquote blockquote cite::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 2px;
  background-color: #222;
}

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