/********************************************/
/* CTA Buttons (Send Flowers & Plant a Tree */
/********************************************/
.calls-to-action__banner.tribute-tech .calls-to-action__banner__flowers {
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.calls-to-action__banner.tribute-tech .calls-to-action__banner__flowers a:nth-of-type(2) {
  margin-top: 1.25rem;
}
.calls-to-action__banner.tribute-tech .calls-to-action__banner__flowers .btn-tt {
  text-transform: unset;
}
.calls-to-action__banner.tribute-tech .calls-to-action__banner__flowers .btn-flowers {
  background-color: #ff5a62 !important;
}
.calls-to-action__banner.tribute-tech .calls-to-action__banner__flowers .btn-trees {
  background-color: #3f6c4e !important;
}
@media screen and (min-width: 768px) {
  .calls-to-action__banner.tribute-tech .calls-to-action__banner__flowers {
    padding-left: 0;
    padding-right: 0;
  }

  .calls-to-action__banner.tribute-tech .calls-to-action__banner__flowers a:nth-of-type(2) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

/********************************/
/* Tree add-on purchase comment */
/********************************/
.message-item-additional-box {
  margin-top: 10px;
  background-color: #ebf0ed;
  padding: 10px 20px 10px 37px;
  border-radius: 5px;
  color: #426d4f;
  background-image: url('../images/tree-icon-green.png');
  background-repeat: no-repeat;
	background-position: 10px;
	background-size: 18px;
}

/***********************/
/* Plant a Tree Banner */
/***********************/
.tree-banner {
  background-image: url('../images/plant-a-tree.jpg');
  background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.tree-banner .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 30%;
}
.tree-banner .row-one {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
}
.tree-banner .row-one .col-right {
  margin-top: 30px;
}
@media only screen and (min-width: 800px) {
  .tree-banner .row-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .tree-banner .row-one .col-right {
    margin-top: unset;
  }
}
.tree-banner .row-two {
  position: relative;
  background-color: #3f6c4e;
  padding: 10px 30px;
  color: #fff;
  display: flex;
  align-items: center;
}
.tree-banner .row-two img {
  max-width: 25px;
  margin: 0 10px 0 0;
}
.tree-banner .col-left {
  color: #fff;
}
.tree-banner .col-left .line-one {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
.tree-banner .col-right {
  display: flex;
  justify-content: flex-end;
}
.tree-banner .col-right .banner-btn {
  align-items: center;
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-weight: 400;
  justify-content: center;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  text-transform: unset;
}
.tree-banner .col-right .banner-btn:hover {
  background-color: #3f6c4e;
  border: 2px solid #3f6c4e;
}

/*******************************/
/* Premium Tree Comment Banner */
/*******************************/
.tree-banner__premium {
  background-image: url('../images/premium-banner-bg.jpg');
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 25px;
}
.tree-banner__premium i {
  color: white;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.tree-banner__premium .banner-container {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tree-banner__premium .banner-container span {
  font-weight: bold;
}
.tree-banner__premium .banner-container .line-one {
  font-size: 20px;
  display: block;
  padding-bottom: 0;
  color: #ffffff;
}
.tree-banner__premium .banner-container .line-two {
  font-size: 20px;
  display: block;
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
}
.tree-banner__premium .banner-container .row-one {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tree-banner__premium .banner-container .row-two {
  background-color: transparent;
}
.tree-banner__premium .banner-container .row-one a {
  border: 3px solid #fff;
  border-radius: 35px;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 15px auto;
  padding: 10px 15px;
  text-decoration: none;
  width: 200px;
}
.tree-banner__premium .banner-container .row-one a:hover {
  background-color: #3f6c4e;
  border: 3px solid #3f6c4e;
}
/*.tree-banner__premium .banner-container .row-two a.banner-btn {
  align-items: center;
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-weight: 400;
  justify-content: center;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  text-transform: unset;
}
.tree-banner__premium .banner-container .row-two a.banner-btn:hover {
  background-color: #3f6c4e;
  border: 2px solid #3f6c4e;
}*/

/****************************/
/* Order Condolence Message */
/****************************/
.condolence__item-product {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 725px;
}
.condolence__item-product .col-left {
  width: 100%;
  max-width: 50px;
  margin-right: 10px;
}
.condolence__item-product .col-left img {
  width: 100%;
}
.condolence__item-product .col-right .condolence__content a {
  color: #ff5a62;
  text-decoration: underline;
}
.single-obit-content-wrapper .condolence__item-product {
  margin-top: 1rem;
}

/******************/
/* Events Sidebar */
/******************/
.obit__sidebar .btn.send-flowers-gifts-btn {
  background-color: #ff5a62 !important;
  font-size: 0.875em !important;
  font-weight: 600;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  width: 100%;
  white-space: normal;
}
.obit__sidebar .service-info-wrapper .service-info {
  margin: 0 2rem 0.75rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #E4E4E4;
}
.obit__sidebar .service-info-wrapper .service-info:last-of-type {
  border-bottom: none;
}

/********************************/
/* Icon Css - Modified below provided stylesheet to scope styles & include only currently used icons */
/* https://d1uep5tseb3xou.cloudfront.net/content/css/icomoon.v4.2.css */
/********************************/
@font-face {
  font-family: 'icomoon-store';
  src: url('../fonts/icomoon-store.eot?cheees');
  src: url('../fonts/icomoon-store-ie-fix.eot?cheees#iefix') format('embedded-opentype'),
    url('../fonts/icomoon-store.ttf?cheees') format('truetype'),
    url('../fonts/icomoon-store.woff?cheees') format('woff'),
    url('../fonts/icomoon-store.svg?cheees#icomoon-store') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.tree-banner__premium [class^="fa-"],
.tree-banner__premium [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-store' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Guardian Angel */
.tree-banner__premium .fa-angel:before {
  content: "\e921";
}
/* Infinite Love */
.tree-banner__premium .fa-infinity:before {
  content: "\ea2f";
}
/* Circle of Life */
.tree-banner__premium .fa-circle:before {
  content: "\f10c";
}
/* Hope + Faith + Love */
.tree-banner__premium .fa-cross:before {
  content: "\e91f";
}
/* Ichthys Fish */
.tree-banner__premium .fa-fish:before {
  content: "\e924";
}
/* Shooting Star */
.tree-banner__premium .fa-star:before {
  content: "\e9d9";
}
/* Heartfelt Memories */
.tree-banner__premium .fa-heart:before {
  content: "\e9da";
}

/********************************/
/* Obituary Page Styles - to ensure modal opens full width on MKJ unified sites */
/********************************/
.single-obituary .modal {
	max-width: 100% !important;
	width: 100% !important;
}
