/* ----------------------------------------------------------------------------
MIXINS, USEs AND OTHERS
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
MIXINS
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------- */
html, body {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #595959;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  padding: 0;
}

*,
*:before,
*:after {
  background: none;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button,
fieldset {
  border: none;
  padding: 0;
}

/* ----------------------------------------------------------------------------
OUTLINE
---------------------------------------------------------------------------- */
:focus:not(:focus-visible),
*:focus:not(:focus-visible) {
  outline: none !important;
}

:focus:focus-visible,
*:focus:focus-visible {
  outline: currentColor auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 2px;
}

:focus.focus-visible,
*:focus.focus-visible {
  outline: currentColor auto 1px;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 2px;
}

/* ----------------------------------------------------------------------------
MEDIA
---------------------------------------------------------------------------- */
img,
video {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* ----------------------------------------------------------------------------
SCREEN READERS
---------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ----------------------------------------------------------------------------
POINTER
---------------------------------------------------------------------------- */
a,
button:not([disabled]),
[role=button] {
  cursor: pointer;
}

/* ----------------------------------------------------------------------------
INPUTS
---------------------------------------------------------------------------- */
b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

/* ----------------------------------------------------------------------------
INPUTS
---------------------------------------------------------------------------- */
input[type=search] {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

textarea {
  height: auto;
  resize: none;
}

button {
  background: none;
}

button,
select,
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

button.link {
  font-size: inherit;
}

/* ----------------------------------------------------------------------------
TABLE
---------------------------------------------------------------------------- */
table {
  width: 100%;
}

/* ----------------------------------------------------------------------------
PAGE BREAK
---------------------------------------------------------------------------- */
.page-break--before {
  page-break-before: always;
}

/* ----------------------------------------------------------------------------
BASE: Includes
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
VENDOR
---------------------------------------------------------------------------- */
div.lt-memorial span.emoji {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

div.lt-memorial span.emoji-sizer {
  line-height: 1.2em;
  font-size: 1.2em;
  margin: 0;
}

div.lt-memorial span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1.2em;
  position: relative;
  top: -1px;
  width: 1.2em;
}

div.lt-memorial span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
}

div.lt-memorial img.emoji {
  width: 1.2em !important;
  height: 1.2em !important;
  margin: 0 !important;
  float: none !important;
  vertical-align: middle !important;
  top: -1px !important;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
@font-face {
  font-family: "obit-icons";
  src: url("fonts/icons.woff2?56480459") format("woff2"), url("fonts/icons.woff?56480459") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lt-memorial [class^=icon-]:before,
.lt-memorial [class*=" icon-"]:before,
.print [class^=icon-]:before,
.print [class*=" icon-"]:before {
  font-family: "obit-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ok:before {
  content: "\e800";
}

.icon-cancel:before {
  content: "\e801";
}

.icon-camera:before {
  content: "\e802";
}

.icon-user:before {
  content: "\e803";
}

.icon-location:before {
  content: "\e804";
}

.icon-pencil:before {
  content: "\e805";
}

.icon-email:before {
  content: "\f0e0";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-volume:before {
  content: "\f11c";
}

.icon-fullscreen:before {
  content: "\f1ff";
}

.icon-link:before {
  content: "\f22e";
}

.icon-mute:before {
  content: "\f264";
}

.icon-upload:before {
  content: "\f2c8";
}

.icon-twitter:before {
  content: "\f2e5";
}

.icon-facebook:before {
  content: "\f30c";
}

.icon-pause:before {
  content: "\f478";
}

.icon-play:before {
  content: "\f488";
}

body {
  /* ----------------------------------------------------------------------------
  CLEARFIX
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  FONT WEIGHT
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  HIDDEN
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  NOT FOUND
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  TEXT ALIGN
  ---------------------------------------------------------------------------- */
}
body .clearfix::before,
body .clearfix::after {
  content: " ";
  display: table;
}
body .clearfix::after {
  clear: both;
}
body .weight-bold {
  font-weight: bold;
}
body .hidden {
  display: none !important;
}
body .vhidden {
  visibility: hidden !important;
}
body .not-found {
  color: #666;
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}
body .not-found p + p {
  margin-top: 5px;
}
body .text-left {
  text-align: left;
}
body .text-center {
  text-align: center;
}
body .text-right {
  text-align: right;
}
body .text-underline {
  text-decoration: underline;
}
body .text-italic {
  font-style: italic;
}

/* ----------------------------------------------------------------------------
PRINT
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
.print__section {
  margin-bottom: 50px;
  position: relative;
}

/* ----------------------------------------------------------------------------
TITLE
---------------------------------------------------------------------------- */
.print__section__title {
  color: #000;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 20px;
}

/* ----------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------- */
.print__section__content {
  position: relative;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
.header {
  align-items: center;
  display: flex;
}

/* ----------------------------------------------------------------------------
IMAGE
---------------------------------------------------------------------------- */
.header__img-wrap {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  display: block;
  margin-right: 20px;
  padding: 4px;
}

.header__img {
  aspect-ratio: 1/1;
  height: 207px;
  width: 207px;
}

/* ----------------------------------------------------------------------------
INFO
---------------------------------------------------------------------------- */
.header__info {
  flex: 1;
}

/* ----------------------------------------------------------------------------
TITLE
---------------------------------------------------------------------------- */
.header__title {
  color: #000;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

/* ----------------------------------------------------------------------------
SUBTITLE
---------------------------------------------------------------------------- */
.header__subtitle {
  color: #666;
  font-size: 16px;
  margin: 12px 0 0;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
.obituary {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
.location-block {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
}

.location-block:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
HEADDER
---------------------------------------------------------------------------- */
.location-block__header {
  background: #f4f4f4;
  border-radius: 4px 4px 0 0;
  padding: 10px 17px;
  line-height: 1.334;
}

.location-block__header--white {
  background: #FFF;
}

/* ----------------------------------------------------------------------------
TITLE
---------------------------------------------------------------------------- */
.location-block__title {
  color: #404040;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* ----------------------------------------------------------------------------
BODY
---------------------------------------------------------------------------- */
.location-block__body {
  border-top: 1px dashed #E1E1E1;
  flex-wrap: nowrap;
  padding: 17px;
}

.location-block__body--flex {
  display: flex;
}

.location-block__body a {
  word-break: break-all;
}

/* ----------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------- */
.location-block__content {
  flex: 1;
  line-height: 1.4;
  padding: 0 25px 0 0;
  max-width: 310px;
}

.location-block--no-map .location-block__content {
  max-width: none;
}

/* ----------------------------------------------------------------------------
MAP
---------------------------------------------------------------------------- */
.location-block__location {
  display: flex;
  flex-direction: column;
  flex: 0 0 275px;
}

.location-block__map-wrapper {
  background: #DDD;
  flex: 1;
  min-height: 155px;
  position: relative;
}

.location-block__map {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.location-block__directions {
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------
NO MAP
---------------------------------------------------------------------------- */
.location-block--no-map .location-block__content {
  padding-right: 0;
}

.location-block--no-map .location-block__location {
  display: none;
}

/* ----------------------------------------------------------------------------
PRINT ADJUSTMENTS
---------------------------------------------------------------------------- */
.location-block {
  page-break-inside: avoid;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
DATES
---------------------------------------------------------------------------- */
.event-block__dates {
  font-size: 15px;
  margin-bottom: 15px;
}

.event-block__dates strong,
.event-block__dates span {
  color: #222;
}

/* ----------------------------------------------------------------------------
EXTRA INFORMATION
---------------------------------------------------------------------------- */
.event-block__extra-information {
  font-size: 12px;
  font-style: italic;
  margin-top: 15px;
}

/* ----------------------------------------------------------------------------
STORE
---------------------------------------------------------------------------- */
.event-block__store {
  margin: 15px 0 0;
  max-width: 280px;
}

.obit-and-service a.event-block__store__link:hover {
  text-decoration: none;
}

.event-block__store__btn {
  background: #ED5501;
  border-radius: 3px;
  color: #FFF;
  display: block;
  font-family: "Open Sans", Arial, Sans-Serif;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
}

.event-block__store__link:hover .event-block__store__btn {
  background: #F65809;
}

.event-block__store__delivery {
  color: #7ba422;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 9px;
  text-align: center;
}

/* ----------------------------------------------------------------------------
RSVP
---------------------------------------------------------------------------- */
.obit-and-service a.lt-btn-rsvp {
  background: #228fce;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 6px 0 0;
  padding: 8px 10px;
  transition: background-color 0.15s ease-in-out;
}

.obit-and-service a.lt-btn-rsvp:hover {
  background: #2d9cdc;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
.print {
  /* ----------------------------------------------------------------------------
  BASE
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  IMAGE
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  LETTERS
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  SMALL
  ---------------------------------------------------------------------------- */
}

.print .avatar {
  align-self: flex-start;
  border: 1px solid #CBCBCB;
  flex: 0 0 70px;
  height: 70px;
  padding: 1px;
  width: 70px;
}

.print .avatar__img {
  display: block;
  height: 66px;
  width: 66px;
}

.print .avatar__letters {
  align-items: center;
  color: #FFF;
  display: flex;
  font-family: "Open Sans", Arial, Sans-Serif;
  font-size: 30px;
  font-weight: 300;
  height: 66px;
  justify-content: center;
  text-transform: uppercase;
  width: 66px;
}

.print .avatar__letters--0,
.print .avatar__letters--5 {
  background: #CDDEEE;
}

.print .avatar__letters--1,
.print .avatar__letters--6 {
  background: #E8DCD0;
}

.print .avatar__letters--2,
.print .avatar__letters--7 {
  background: #DFDED9;
}

.print .avatar__letters--3,
.print .avatar__letters--8 {
  background: #D7E1D8;
}

.print .avatar__letters--4,
.print .avatar__letters--9 {
  background: #D2D6D7;
}

.print .avatar--small {
  flex: 0 0 60px;
  height: 60px;
  width: 60px;
}

.print .avatar--small .avatar__img,
.print .avatar--small .avatar__letters {
  height: 56px;
  width: 56px;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
.print div.lt-memorial {
  /* ----------------------------------------------------------------------------
  WRAPPER
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  BASE
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  REMOVE BUTTON
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  BASE: POST CONTENT
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  BASE: MESSAGE
  ---------------------------------------------------------------------------- */
  /* Quote */
  /* Link */
  /* ----------------------------------------------------------------------------
  BASE: POST MEDIA
  ---------------------------------------------------------------------------- */
  /* Poster */
  /* Wrappers */
  /* ----------------------------------------------------------------------------
  BASE: POST MEDIA GRID
  ---------------------------------------------------------------------------- */
  /* Loading */
  /* STYLING */
  /* VIDEO */
  /* REMOVE BUTTON */
  /* ----------------------------------------------------------------------------
  BASE: INFO
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  BASE: FOOTER
  ---------------------------------------------------------------------------- */
  /* Actions */
  /* Social */
  /* ----------------------------------------------------------------------------
  POST: GENERIC
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: FUNERAL PROGRAM
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: CANDLE
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: VIRTUAL GIFT
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: MEDIA
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: TRIBUTE VIDEO
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: WEBCAST
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: EXTERNAL VIDEO
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: STORE SPONSORED
  ---------------------------------------------------------------------------- */
  /* Actions */
  /* Button */
  /* Delivery */
  /* ----------------------------------------------------------------------------
  POST: STORE PURCHASE
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: HELLO GREETINGS
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  POST: EMPTY
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  PENDING APPROVAL
  ---------------------------------------------------------------------------- */
}

.print div.lt-memorial .post-wrapper {
  margin-bottom: 15px;
}

.print div.lt-memorial .post-wrapper:last-child {
  margin-bottom: 0;
}

.print div.lt-memorial .post {
  display: flex;
}

.print div.lt-memorial .post .lt-btn-remove[data-remove-post=true] {
  position: absolute;
  right: -10px;
  top: -10px;
}

.print div.lt-memorial .post__content {
  border: 1px solid #CBCBCB;
  margin-left: 11px;
  border-radius: 2px;
  flex: 1;
  padding: 14px;
  position: relative;
  z-index: 1;
}

.print div.lt-memorial .post__content:before {
  border-color: transparent transparent #CBCBCB;
  border-style: solid;
  border-width: 25px 0 12px 10px;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 0;
}

.print div.lt-memorial .post__content:after {
  border-color: transparent transparent #FFF;
  border-style: solid;
  border-width: 25px 0 10px 10px;
  content: "";
  display: block;
  height: 0;
  left: -9px;
  position: absolute;
  top: 1px;
  width: 0;
}

.print div.lt-memorial .post__message {
  color: #333;
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
  position: relative;
  z-index: 1;
}

.print div.lt-memorial .post__message--quotes {
  padding: 2px 0 0 30px;
}

.print div.lt-memorial .post__message--quotes:before {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='33' viewBox='0 0 40 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.55905 7.65355C4.59635 11.3569 4.16887 15.0893 5.03937 17.7008C8.3291 15.0884 12.901 15.6354 15.685 18.2362C18.4973 20.8635 18.7393 25.4818 16.9449 28.4724C15.4354 30.9882 12.7846 32.5039 9.8268 32.5039C3.09542 32.5039 -2.32256e-06 26.567 -1.7402e-06 19.9055C-1.36205e-06 15.58 1.10235 11.7061 3.30707 8.28348C5.5118 4.8609 8.83988 2.09975 13.2913 1.16196e-06L14.4882 2.33073C11.8005 3.46458 9.49082 5.23885 7.55905 7.65355ZM29.4803 7.65355C26.5176 11.3569 26.0901 15.0893 26.9606 17.7008C28.4305 16.567 30.0263 16 31.748 16C36.2771 16 40 19.0165 40 24.252C40 29.0663 36.3054 32.5039 31.748 32.5039C25.0167 32.5039 21.9212 26.567 21.9212 19.9055C21.9212 15.5801 23.0236 11.7061 25.2283 8.28348C27.433 4.8609 30.7611 2.09975 35.2126 3.07838e-06L36.4094 2.3307C33.7218 3.46458 31.4121 5.23885 29.4803 7.65355Z' fill='%23282828'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 23px;
}

.print div.lt-memorial .post__message a {
  text-decoration: underline;
}

.print div.lt-memorial .post__media {
  position: relative;
  z-index: 1;
  margin: 15px 0;
  overflow: hidden;
}

.print div.lt-memorial .post__media__poster,
.print div.lt-memorial .video-player__overlay__poster {
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 0.4s;
}

.print div.lt-memorial .post__media:hover .post__media__poster,
.print div.lt-memorial .video-player__overlay:hover .video-player__overlay__poster {
  transform: scale(1.08) translate3d(0, 0, 0);
}

.print div.lt-memorial .post__media__wrapper,
.print div.lt-memorial .post__media__play-btn,
.print div.lt-memorial .post__media__link {
  display: block;
  width: 100%;
}

.print div.lt-memorial .post__media__grid {
  display: block;
  margin-top: 12px;
}

.print div.lt-memorial .post__media__grid.loading {
  background: url(img/ajax-loading-buttons.gif) no-repeat center center;
  height: 150px;
  overflow: hidden;
}

.print div.lt-memorial .post__media__grid.loading > * {
  visibility: hidden;
}

.print div.lt-memorial .post__media__grid .photoset-cell {
  display: block;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.print div.lt-memorial .post__media__grid img {
  cursor: pointer;
  display: block;
  float: none;
  margin: 0;
  position: static;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 0.4s;
  width: auto;
}

.print div.lt-memorial .post__media__grid .photoset-cell__link:hover img {
  transform: scale(1.08) translate3d(0, 0, 0);
}

.print div.lt-memorial .post__media__grid span.play-icon {
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  width: 54px;
}

.print div.lt-memorial .post__media__grid .photoset-cell .lt-btn-remove {
  position: absolute;
  right: 0;
  top: 0;
}

.print div.lt-memorial .post__media__grid .photoset-cell:not(:hover) .lt-btn-remove {
  display: none !important;
}

.print div.lt-memorial .post__info {
  border-top: 1px dashed #E1E1E1;
  color: #424242;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 19px;
  margin: 15px 0 0;
  padding: 10px 0 0;
}

.print div.lt-memorial .post--store-purchase .post__info {
  padding-right: 120px;
}

.print div.lt-memorial .post--store-memorial-tree .post__info {
  padding-right: 150px;
}

.print div.lt-memorial .post__footer {
  align-items: center;
  background: #f5f5f5;
  border-top: 1px solid #dadde1;
  border-radius: 0 0 3px 3px;
  display: flex;
  font-size: 13px;
  margin: 10px -14px -14px;
  padding: 10px 14px;
}

.print div.lt-memorial .post__actions__social {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.print div.lt-memorial .post__actions__social__label {
  margin-right: 5px;
}

.print div.lt-memorial .post__actions__social .lt-btn-social {
  margin-left: 5px;
}

.print div.lt-memorial .post__actions__social .fb-like {
  height: 20px;
  max-width: 130px;
  padding-top: 1px;
}

.print div.lt-memorial .post__actions__social .fb-like:not(:empty) {
  margin-right: -11px;
}

.print body:not(.consent-functional) div.lt-memorial .post__actions__social .fb-like {
  display: none !important;
}

.print div.lt-memorial .post--candle .post__body {
  position: relative;
  z-index: 1;
}

.print div.lt-memorial .post--candle .post__body:before {
  content: "";
  float: right;
  height: 112px;
  margin-left: 20px;
  width: 136px;
}

.print div.lt-memorial .post--candle .post__candle {
  color: transparent;
  position: absolute;
  right: 0;
  top: -28px;
  width: 136px;
}

.print div.lt-memorial .post--virtual-gift .post__body {
  position: relative;
  z-index: 1;
}

.print div.lt-memorial .post--virtual-gift .post__body:before {
  content: "";
  float: right;
  height: 118px;
  margin-left: 20px;
  width: 125px;
}

.print div.lt-memorial .post--virtual-gift .post__virtual-gift {
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
}

.print div.lt-memorial .post--tribute-video .tribute-video-order-button {
  background: #5c89c6;
  border-bottom: 1px solid #37639e;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 15px 30px 15px;
  transition: background-color 0.15s ease-in-out;
}

.print div.lt-memorial .post--tribute-video .tribute-video-order-button:hover {
  background: #6791ca;
}

.print div.lt-memorial .post--store-sponsored .post__content {
  padding: 20px;
}

.print div.lt-memorial .post--store-sponsored .post__message {
  font-style: normal;
}

.print div.lt-memorial .post--store-sponsored .post__actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.print div.lt-memorial .post--store-sponsored .post__store-delivery {
  flex: 1;
}

.print div.lt-memorial .post--store-sponsored .store-sponsored-button {
  background: #ee5e0e;
  border-bottom: 1px solid #c14500;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 15px 30px 15px;
  transition: background-color 0.15s ease-in-out;
}

.print div.lt-memorial .post--store-sponsored .store-sponsored-button:hover {
  background: #F65809;
}

.print div.lt-memorial .post--store-sponsored .same-day-delivery {
  color: #84ad23;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 11px;
  padding: 1px 0 2px 34px;
  position: relative;
  z-index: 1;
}

.print div.lt-memorial .post--store-sponsored .same-day-delivery:before {
  background: transparent url(img/bg-ecommerce.png) no-repeat scroll -722px -25px;
  content: "";
  display: block;
  height: 25px;
  left: 2px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: 1;
}

.print div.lt-memorial .post--store-sponsored .free-shipping {
  color: red;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 11px;
  padding: 1px 0 2px 34px;
  position: relative;
  z-index: 1;
}

.print div.lt-memorial .post--store-sponsored .free-shipping:before {
  background: transparent url(img/bg-ecommerce.png) no-repeat scroll -808px -29px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 27px;
  z-index: 1;
}

.print div.lt-memorial .post--store-purchase .post__body:before {
  content: "";
  float: right;
  height: 111px;
  margin-left: 20px;
  width: 111px;
}

.print div.lt-memorial .post--store-purchase .post__product {
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 111px;
}

.print div.lt-memorial .post--store-purchase .post__card__image {
  display: block;
  height: 111px;
  width: 111px;
}

.print div.lt-memorial .post--store-purchase .lt-btn-store {
  bottom: 7px;
  position: absolute;
  right: 17px;
  z-index: 1;
}

.print div.lt-memorial .post--hello-greetings .post__body:before {
  content: "";
  float: right;
  height: 146px;
  margin-left: 20px;
  width: 85px;
}

.print div.lt-memorial .post--hello-greetings .post__card {
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 85px;
}

.print div.lt-memorial .post--hello-greetings .post__card__image {
  display: block;
  height: 146px;
  width: 85px;
}

.print div.lt-memorial .post--empty {
  display: block;
  text-align: center;
  margin: 50px 0 0;
  padding-bottom: 50px;
}

.print div.lt-memorial .post__empty__title {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}

.print div.lt-memorial .post__empty__message + .post__empty__message {
  margin-top: 10px;
}

.print div.lt-memorial .post__approval-message {
  background: #fff3cd;
  border-radius: 4px;
  border: 1px solid #ffeeba;
  color: #856404;
  margin: 0 0 15px;
  padding: 12px 20px;
  text-align: center;
}

/* ----------------------------------------------------------------------------
POST
---------------------------------------------------------------------------- */
.print .post-wrapper {
  position: relative;
  overflow: hidden;
}

.print .post {
  page-break-inside: avoid;
  position: relative;
}

/* ----------------------------------------------------------------------------
LINKS
---------------------------------------------------------------------------- */
.print .post .link,
.print .post a {
  text-decoration: none !important;
}

/* ----------------------------------------------------------------------------
CANDLE
---------------------------------------------------------------------------- */
.print .post--candle .post__body:before {
  height: 128px;
}

.print .post--candle .post__candle {
  top: -4px;
}

/* ----------------------------------------------------------------------------
TRIBUTE VIDEO / WEBCAST / EXTERNAL VIDEO
---------------------------------------------------------------------------- */
.print .post--tribute-video .post__media__img,
.print .post--webcast .post__media__img,
.print .post--external-video .post__media__img {
  max-width: 200px;
}

/* ----------------------------------------------------------------------------
MEDIAS
---------------------------------------------------------------------------- */
.print .post--media .post__media__list {
  display: flex;
  flex-wrap: wrap;
  margin: 12px -5px -5px -5px;
}

.print .post--media .post__media__list .post__media__img {
  height: 88px;
  margin: 5px;
  width: 126px;
}

/* ----------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------- */
.print {
  /* ----------------------------------------------------------------------------
  WRAPPER
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  BASE
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  REMOVE BUTTON
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  CONTENT
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  TEXTAREA
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  MESSAGE
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  INFO
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  FOOTER
  ---------------------------------------------------------------------------- */
}

.print .post__comments {
  margin: 15px 0 0;
  padding: 0 0 0 81px;
}

.print .comment {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.print .comment:last-child {
  margin-bottom: 0;
}

.print .comment .lt-btn-remove[data-remove-comment=true] {
  position: absolute;
  right: -8px;
  top: -8px;
}

.print .comment__content {
  background: #f6f6f6;
  border: 1px solid #CBCBCB;
  margin-left: 11px;
  border-radius: 2px;
  flex: 1;
  padding: 14px;
  position: relative;
  z-index: 1;
}

.print .comment__content:before {
  border-color: transparent transparent #CBCBCB;
  border-style: solid;
  border-width: 25px 0 12px 10px;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: -4px;
  width: 0;
}

.print .comment__content:after {
  border-color: transparent transparent #f6f6f6;
  border-style: solid;
  border-width: 25px 0 10px 10px;
  content: "";
  display: block;
  height: 0;
  left: -9px;
  position: absolute;
  top: -3px;
  width: 0;
}

.print .comment__message {
  color: #333;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  position: relative;
  z-index: 1;
}

.print .comment__info {
  border-top: 1px dashed #E1E1E1;
  color: #424242;
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

.print .comment__footer {
  align-items: center;
  background: #f6f6f6;
  border-top: 1px solid #E1E1E1;
  border-radius: 0 0 3px 3px;
  display: block;
  margin: 10px -14px -14px;
  padding: 10px 14px;
}

/* ----------------------------------------------------------------------------
COMMENTS LIST
---------------------------------------------------------------------------- */
.print .post__comments {
  position: relative;
}

/* ----------------------------------------------------------------------------
COMMENT
---------------------------------------------------------------------------- */
.print .comment {
  page-break-inside: avoid;
  position: relative;
}

/* ----------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------- */
.print .comment__content {
  background: #f8f8f8;
}