/*

Other burb plugins import this

*/
.edit-post-header-toolbar .editor-inserter,
.edit-post-header-toolbar .table-of-contents,
.edit-post-header-toolbar .editor-block-navigation {
  display: none;
}

.editor-default-block-appender {
  display: none;
}

.public-block-editor .editor-post-title__block {
  max-width: 990px;
  padding: 20px 0;
  margin: 0 auto;
}
.public-block-editor .edit-post-visual-editor {
  padding: 0 !important;
}
.public-block-editor .edit-post-header__settings .components-button {
  display: none;
}
.public-block-editor .edit-post-header-toolbar__block-toolbar {
  display: none;
}
.public-block-editor .editor-block-mover__control-drag-handle {
  display: none;
}
.public-block-editor .editor-block-list__layout .editor-block-list__block.is-selected > .editor-block-list__block-edit::before {
  outline: none;
}
.public-block-editor .edit-post-sidebar {
  display: none;
}

@media (min-width: 900px) {
  .editor-post-title__block {
    margin: 0 300px 0 auto;
  }

  .wp-block[data-type="burb/obit-obituary-copy"],
  .wp-block[data-type="burb/obit-services"] {
    float: left;
    width: 66%;
  }

  .wp-block[data-type="burb/obit-settings"] {
    float: right;
    width: 33%;
  }
  .public-block-editor .wp-block[data-type="burb/obit-settings"] {
    margin: 170px 0 0 0;
  }

  .public-block-editor .wp-block[data-type="burb/obit-photo"] {
    top: -90px !important;
    right: 81px !important;
    position: absolute;
  }
}
.fl {
  float: left;
}

.post-type-burb_obit {
  /* remove the add new block under the default template */
}
.post-type-burb_obit .editor-writing-flow {
  position: relative;
}
.post-type-burb_obit .edit-post-header-toolbar .editor-inserter,
.post-type-burb_obit .edit-post-header-toolbar .table-of-contents,
.post-type-burb_obit .edit-post-header-toolbar .editor-block-navigation {
  display: none;
}
.post-type-burb_obit .editor-default-block-appender {
  display: none;
}
.post-type-burb_obit .editor-post-title {
  background: black;
  color: white;
  margin-bottom: 40px;
  position: relative;
  z-index: 50;
}
.public-block-editor .post-type-burb_obit .editor-post-title {
  margin-bottom: 110px;
}
.post-type-burb_obit .editor-post-title * {
  color: white !important;
}
.post-type-burb_obit .editor-post-title textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.post-type-burb_obit .editor-block-mover {
  display: none !important;
}
.post-type-burb_obit .editor-inner-blocks .editor-block-mover {
  display: block !important;
}
.post-type-burb_obit .editor-block-list__insertion-point {
  display: none;
}
.post-type-burb_obit [data-type="burb/obit-obituary-copy"] .editor-inner-blocks {
  display: block;
}
.post-type-burb_obit [data-type="burb/obit-obituary-copy"] .editor-inner-blocks .editor-block-list__insertion-point {
  display: block;
}
.post-type-burb_obit [data-type="burb/obit-photo"] {
  z-index: 5000;
  width: 260px;
  height: 260px;
  padding: 0;
  background: white;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid white;
  box-shadow: 1px 0px 5px black;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  position: static;
}
.post-type-burb_obit [data-type="burb/obit-photo"]:hover .delete-photo {
  display: block !important;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .editor-block-toolbar {
  display: none !important;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .components-resizable-box__container img {
  object-fit: cover;
  min-width: 100%;
  width: auto;
  max-height: 100%;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .delete-photo {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .delete-photo .delete-photo-inner {
  margin: 101px auto;
  display: block;
  text-align: center;
  color: white;
  cursor: pointer;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .delete-photo .delete-photo-inner span {
  display: block;
  cursor: pointer;
}
.post-type-burb_obit [data-type="burb/obit-photo"] figure,
.post-type-burb_obit [data-type="burb/obit-photo"] .wp-block-image {
  margin: 0;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .editor-block-list__insertion-point {
  display: none;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .editor-block-list__block {
  padding: 0 !important;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .editor-block-list__block-edit {
  margin: 0 !important;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .editor-block-list__block-edit:before {
  outline: none !important;
  box-shadow: none;
  border: none;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .components-placeholder {
  background: white;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .editor-rich-text {
  display: none;
}
.post-type-burb_obit [data-type="burb/obit-photo"] .components-resizable-box__container span {
  display: none;
}

.burb-obit-services-entry-editor {
  border: 2px solid #f3f3f4;
  padding: 10px;
}
.burb-obit-services-entry-editor .controls {
  float: right;
}
.burb-obit-services-entry-editor .controls button {
  margin-left: 10px;
}

.single-burb_obit #hero .img-bg {
  background-image: url("../../img/flower-bed.jpg");
  background-size: cover;
}
.single-burb_obit h1.name {
  position: relative;
  bottom: 0;
  background: black;
  text-align: left !important;
  left: 0;
  right: 0;
  margin: 0 0 30px 0;
  font-size: 3.8em;
  display: block;
  transform: none;
  letter-spacing: 0;
  font-family: "'century-old-style-std', 'Times New Roman','Roboto','Source Sans Pro', 'Helvetica', Arial, sans-serif" !important;
  max-width: none;
  color: white;
}
@media only screen and (min-width: 768px) {
  .single-burb_obit h1.name {
    margin: 0 0 60px 0;
  }
}
.single-burb_obit h1.name.long-title {
  font-size: 3.3em;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  .single-burb_obit h1.name.long-title {
    font-size: 3.6em;
    line-height: 1.15em;
  }
}
.single-burb_obit h1.name .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px  !important;
}
@media only screen and (min-width: 768px) {
  .single-burb_obit h1.name .inner {
    padding: 29px 350px 29px 15px !important;
  }
}
.single-burb_obit h1.name .obit-hometown {
  font-size: 17px;
  line-height: normal;
  font-family: acumin-pro, Roboto, "Helvetica Neue", Arial, serif;
  font-weight: normal;
}
.single-burb_obit #hero {
  padding: 0;
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .single-burb_obit #hero {
    min-height: 200px;
  }
}
.single-burb_obit .after-hero {
  overflow: visible;
  padding: 0 !important;
}
.single-burb_obit .post-content {
  position: static;
}
.single-burb_obit .below-main-photo {
  margin-top: 55px;
}
.single-burb_obit hr.bar {
  background: #ffaa05;
  height: 4px;
  margin: 0 0 15px 0;
}
.single-burb_obit .site-inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  overflow: visible;
}

.obit-funeral-home-links {
  margin: 15px 0;
  text-align: left;
  font-size: 0.95em;
}
.obit-funeral-home-links a {
  color: inherit;
}
.obit-funeral-home-links a:hover {
  color: inherit;
}
.obit-funeral-home-links a:hover .funeral-home-details .name {
  text-decoration: underline;
}
.obit-funeral-home-links .funeral-home-img {
  float: left;
  max-width: 100px;
}
.obit-funeral-home-links .funeral-home-details {
  margin-left: 110px;
  line-height: 1.2em;
}
.obit-funeral-home-links .funeral-home-details .name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.obit-funeral-home-links .funeral-home-details .address, .obit-funeral-home-links .funeral-home-details .phone {
  display: block;
  font-size: .9em;
  line-height: 1.2em;
}

.obit-popover .components-popover__content {
  padding: 10px;
}

.obit-age {
  font-family: "'century-old-style-std', 'Times New Roman','Roboto','Source Sans Pro', 'Helvetica', Arial, sans-serif";
  font-size: 2.3em;
  text-rendering: geometricPrecision;
  margin-bottom: 21px;
}
.obit-age * {
  font-size: 1em !important;
}

.obit-age-years {
  font-size: 3.9em;
  letter-spacing: 0;
  font-family: "'century-old-style-std', 'Times New Roman','Roboto','Source Sans Pro', 'Helvetica', Arial, sans-serif";
  text-rendering: geometricPrecision;
  line-height: normal;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
.obit-age-years .label-name {
  font-size: 0.7em;
  color: grey;
  font-style: italic;
}
.obit-age-years .to {
  padding: 0 10px;
  background: url(../../img/decorative-divider.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -20px;
  width: 30px;
  display: inline-block;
  color: transparent;
  background-size: contain;
  margin: 0 10px;
}

.obit-age-dates {
  font-size: 1.6em;
  text-rendering: geometricPrecision;
  letter-spacing: 0;
  font-family: "'century-old-style-std', 'Times New Roman','Roboto','Source Sans Pro', 'Helvetica', Arial, sans-serif";
  margin-bottom: 22px;
  text-align: center;
  line-height: normal;
}
.obit-age-dates .label-name {
  font-weight: bold;
  padding-right: 7px;
}
.obit-age-dates .weekday {
  display: none;
}
.obit-age-dates .day:after {
  content: ",";
}
.obit-age-dates span {
  padding: 0 3px;
}
.obit-age-dates .obit-born-on {
  margin-bottom: 7px;
}
.obit-age-dates .obit-died-on {
  clear: both;
}

.obit-obituary-copy {
  text-align: justify;
}

body .obit-heading {
  border-top: 4px solid #ffaa05;
  text-rendering: geometricPrecision;
  font-size: 2.5em;
  text-align: left;
  font-weight: normal;
  font-family: "'century-old-style-std', 'Times New Roman','Roboto','Source Sans Pro', 'Helvetica', Arial, sans-serif";
  transform: none;
  letter-spacing: -0.5px;
  padding: 6px 0 0 0;
  line-height: 1.3em;
  margin: 0 0 17px 0;
}

body .obit-service {
  font-size: 0.9em;
  margin-bottom: 10px;
}
body .obit-service ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body .obit #minisite-header .btn {
  background-color: #006992;
}
body .obit .event-date-icon {
  background-color: #f8f8f8;
  color: #000000;
  display: table-cell;
  min-width: 42px;
  height: auto;
  text-align: center;
  font-size: 1em;
  border-radius: 2px 0 0 2px;
  line-height: 1em;
  vertical-align: middle;
  padding: 6px 7px;
  float: left;
}
body .obit .event-date-icon .month {
  color: #ed381d;
  font-weight: bold;
  line-height: 1em;
}
body .obit .event-date-icon .day {
  font-weight: 600;
  display: block;
  font-size: 1.9em;
  padding-top: 0px;
  line-height: 1em;
}
body .obit .event-date-icon.standalone {
  background-color: transparent;
  font-size: 18px;
  line-height: 1.4em;
}
body .obit .event-date-icon.standalone .month {
  color: red;
  font-weight: 300;
}
body .obit .event-date-icon.standalone .day {
  font-size: 1.7em;
  font-weight: 900;
  color: black;
}
body .obit .event-details {
  margin-left: 56px;
}
body .obit .event-details .title {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
}
body .obit .event-details .location {
  margin: 0;
  font-size: 0.95em;
  line-height: 1.2em;
}

.obit-time-select {
  display: inline;
}

.obit-time-picker .components-datetime__time {
  padding: 0 0 0 10px;
}
.obit-time-picker .components-datetime__time-field-month {
  display: none;
}
.obit-time-picker .components-datetime__time-field-day {
  display: none;
}
.obit-time-picker .components-datetime__time-field-year {
  display: none;
}

.obit-service-type {
  width: 90px;
  display: inline;
}
.obit-service-type * {
  width: 90px;
  display: inline;
}

.circle-photo {
  height: 160px;
  width: 160px;
}

.circle-photo.no-photo .circle-photo-img {
  display: none;
}

.circle-photo.main-photo {
  position: absolute;
  top: -320px;
  right: 1%;
  z-index: 5000;
  height: 350px;
  width: auto;
}
.circle-photo.main-photo .circle-photo-inner {
  width: 350px;
  height: 350px;
  max-width: 100%;
}

.circle-photo-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid white;
  background: grey;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}
.circle-photo-inner.main-photo {
  border: 10px solid white;
}

.circle-photo-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.remove-on-load {
  display: none !important;
}

.clear {
  clear: both;
  min-height: 0 !important;
}

@media (max-width: 768px) {
  .single-burb_obit #hero h1.name {
    padding: 15px !important;
  }

  .circle-photo.main-photo {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}
.obit.archive h1.display-font {
  font-family: "'century-old-style-std', 'Times New Roman','Roboto','Source Sans Pro', 'Helvetica', Arial, sans-serif" !important;
  font-weight: normal !important;
  font-size: 3.4em !important;
}
@media only screen and (min-width: 768px) {
  .obit.archive h1.display-font {
    font-size: 4.8em !important;
  }
}
@media only screen and (min-width: 1379px) {
  .obit.archive h1.display-font {
    font-size: 5.6em !important;
  }
}

ul.obit-listings {
  list-style: none;
  margin: 0;
}

.obit-listing {
  border-bottom: 2px solid #f5f4f1;
  margin-bottom: 11px;
  padding-bottom: 14px;
}
.obit-listing .post-img {
  float: none;
}
.obit-listing .post-content {
  float: none;
  margin: 35px 0 0;
  padding: 0 10px;
}
.obit-listing .circle-photo {
  margin: 0 auto;
}
.obit-listing a {
  color: black;
}
.obit-listing a:hover {
  color: #0484ab;
}
.obit-listing p {
  margin: 0 0 3px 0;
}
.obit-listing .name {
  font-size: 2em;
  font-weight: bold;
  font-family: "'century-old-style-std', 'Times New Roman','Roboto','Source Sans Pro', 'Helvetica', Arial, sans-serif";
  text-rendering: geometricPrecision;
}
.obit-listing .more-details {
  font-size: .85em;
  margin-top: 11px;
}
.obit-listing .more-details .view {
  color: #e49700;
}
.obit-listing .more-details .funeral-home {
  color: grey;
}
@media only screen and (min-width: 600px) {
  .obit-listing .post-img {
    float: right;
  }
  .obit-listing .post-content {
    float: left;
    padding: 0;
  }
}

/*# sourceMappingURL=burb-obits.css.map */
