.obituary-left-sidebar {
  background: #7991ae !important;
  margin-top: -40px;
  z-index: 0 !important;
  padding-top: 70px;
  position: relative;
}
.obituary-left-sidebar ul.obituary-sidebar {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #444;
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.4);
}
.obituary-left-sidebar ul.obituary-sidebar li {
  list-style: none;
  border-top: 1px solid #444;
  padding: 0px;
  box-shadow: inset 0 1px 0 #ccc;
  margin: 0px;
}
.obituary-left-sidebar ul.obituary-sidebar li:hover {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.obituary-left-sidebar ul.obituary-sidebar li a {
  width: 100%;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 20px 15px;
  display: block;
}

.obiturary-main-wrapper .tabs {
  padding-top: 45px;
}
.obiturary-main-wrapper .tabs .tab {
  display: none;
}
.obiturary-main-wrapper .tabs .tab.active {
  display: block;
}
.obiturary-main-wrapper .tabs .tab .send-tribute-wrapper {
  width: 100%;
}
.obiturary-main-wrapper .tabs .tab .send-tribute-wrapper textarea {
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  height: 150px;
}
.obiturary-main-wrapper .tabs .tab .send-tribute-wrapper .buttons {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.obiturary-main-wrapper .tabs .tab .send-tribute-wrapper .buttons button {
  padding: 5px 10px;
  background: #efefef;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.obiturary-main-wrapper .tabs .tab .service-information-wrapper .info-group {
  display: flex;
  margin-top: 20px;
}
.obiturary-main-wrapper .tabs .tab .service-information-wrapper .info-group .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.obiturary-main-wrapper .tabs .tab .service-information-wrapper .info-group .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.obiturary-main-wrapper .tabs .tab .donation-wrapper .top-text {
  font-size: 17px;
}
.obiturary-main-wrapper .tabs .tab .donation-wrapper .donation-pledge {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.obiturary-main-wrapper .tabs .tab .donation-wrapper .donation-pledge .row-group {
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
.obiturary-main-wrapper .tabs .tab .donation-wrapper .donation-pledge .row-group h3 {
  text-align: center;
  line-height: 35px;
}
.obiturary-main-wrapper .tabs .tab .donation-wrapper .donation-pledge .row-group .buttons {
  display: flex;
  gap: 20px;
}
.obiturary-main-wrapper .tabs .tab .donation-wrapper .donation-pledge .row-group .buttons a {
  height: 40px;
  background: #57A957;
  border: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: bold;
}
.obiturary-main-wrapper .condolences {
  margin-top: 2rem;
}
.obiturary-main-wrapper .condolences .event-item {
  background: #f0f6fc;
  border: 1px solid #d0e3f1;
  border-left: 5px solid #2a71d0;
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.obiturary-main-wrapper .condolences .event-item .event-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.obiturary-main-wrapper .condolences .event-item .event-content .event-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.obiturary-main-wrapper .condolences .event-item .event-content .event-header .event-icon-container {
  flex-shrink: 0;
}
.obiturary-main-wrapper .condolences .event-item .event-content .event-header .event-icon-container .event-icon {
  width: 40px;
  height: 40px;
  background-color: #2a71d0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.obiturary-main-wrapper .condolences .event-item .event-content .event-header .event-meta .event-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1b3d6e;
  margin-bottom: 0.2rem;
}
.obiturary-main-wrapper .condolences .event-item .event-content .event-header .event-meta .event-item-date {
  font-size: 0.9rem;
  color: #4d6e99;
}
.obiturary-main-wrapper .condolences .event-item .event-content .tribute-message-wrapper .event-item-message {
  font-size: 1rem;
  color: #2a3e52;
  line-height: 1.6;
  white-space: pre-line;
}
.obiturary-main-wrapper #cheque-form-container.hide,
.obiturary-main-wrapper .donation-wrapper.hide {
  display: none;
}
.obiturary-main-wrapper .charity {
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  max-width: 600px;
}
.obiturary-main-wrapper .charity h3 {
  text-align: center;
  line-height: 35px;
}
.obiturary-main-wrapper .charity .address {
  text-align: center;
}
.obiturary-main-wrapper .donate-container {
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
}
.obiturary-main-wrapper .donate-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.obiturary-main-wrapper .donate-container .row label {
  flex: 0 0 100%;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
.obiturary-main-wrapper .donate-container .row label .required-indicator {
  color: red;
  margin-left: 0.25rem;
}
.obiturary-main-wrapper .donate-container .row .value {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.obiturary-main-wrapper .donate-container .row .value select,
.obiturary-main-wrapper .donate-container .row .value input.large,
.obiturary-main-wrapper .donate-container .row .value input[type=text],
.obiturary-main-wrapper .donate-container .row .value input[name=zip],
.obiturary-main-wrapper .donate-container .row .value input[name=phone],
.obiturary-main-wrapper .donate-container .row .value textarea {
  padding: 0.6rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
.obiturary-main-wrapper .donate-container .row .value select:focus,
.obiturary-main-wrapper .donate-container .row .value input.large:focus,
.obiturary-main-wrapper .donate-container .row .value input[type=text]:focus,
.obiturary-main-wrapper .donate-container .row .value input[name=zip]:focus,
.obiturary-main-wrapper .donate-container .row .value input[name=phone]:focus,
.obiturary-main-wrapper .donate-container .row .value textarea:focus {
  border-color: #007cba;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}
.obiturary-main-wrapper .donate-container .row .value textarea {
  width: 100%;
}
.obiturary-main-wrapper .donate-container .row .value select {
  width: 100px;
}
.obiturary-main-wrapper .donate-container .row .value input.large {
  flex: 1;
  min-width: 200px;
}
.obiturary-main-wrapper .donate-container .row .value .error-message {
  color: #d93025;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  display: block;
}
.obiturary-main-wrapper .donate-container .row .value .error-message.hidden, .obiturary-main-wrapper .donate-container .row .value .error-message[style*="display: none"] {
  display: none !important;
}
.obiturary-main-wrapper .donate-container .row .clear-div {
  clear: both;
}
.obiturary-main-wrapper .donate-container button[type=submit] {
  padding: 10px 15px;
}
@media (max-width: 480px) {
  .obiturary-main-wrapper .donate-container .row .value {
    flex-direction: column;
  }
  .obiturary-main-wrapper .donate-container .row .value select,
  .obiturary-main-wrapper .donate-container .row .value input.large {
    width: 100%;
  }
}
.obiturary-main-wrapper #form-message {
  margin-top: 1rem;
  font-weight: 600;
}
.obiturary-main-wrapper .success-message {
  color: green;
}
.obiturary-main-wrapper .error-message {
  color: red;
}
.obiturary-main-wrapper #send-tribute-form {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 8px;
  font-family: "Helvetica Neue", sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.obiturary-main-wrapper #send-tribute-form .send-tribute-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.obiturary-main-wrapper #send-tribute-form input[type=text] {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
}
.obiturary-main-wrapper #send-tribute-form textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
}
.obiturary-main-wrapper #send-tribute-form .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.obiturary-main-wrapper #send-tribute-form .buttons label {
  background: #444;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}
.obiturary-main-wrapper #send-tribute-form .buttons label:hover {
  background: #005177;
}
.obiturary-main-wrapper #send-tribute-form .buttons button[type=button],
.obiturary-main-wrapper #send-tribute-form .buttons button[type=submit] {
  background: #444;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
  height: 40px;
}
.obiturary-main-wrapper #send-tribute-form .buttons button[type=button]:hover,
.obiturary-main-wrapper #send-tribute-form .buttons button[type=submit]:hover {
  background: #222;
}
.obiturary-main-wrapper #send-tribute-form .buttons button[type=button].added,
.obiturary-main-wrapper #send-tribute-form .buttons button[type=submit].added {
  background: #28a745;
}
.obiturary-main-wrapper #send-tribute-form .buttons input[type=file] {
  display: none;
}
.obiturary-main-wrapper #send-tribute-form .buttons button[type=submit] {
  background: #0073aa;
}
.obiturary-main-wrapper #send-tribute-form #tribute-message {
  margin-top: 1rem;
  font-weight: 500;
}
.obiturary-main-wrapper #send-tribute-form #tribute-message.success-message {
  color: #28a745;
}
.obiturary-main-wrapper #send-tribute-form #tribute-message.error-message {
  color: #dc3545;
}
.obiturary-main-wrapper .slick-prev,
.obiturary-main-wrapper .slick-next {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 10;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.obiturary-main-wrapper .slick-prev:hover,
.obiturary-main-wrapper .slick-next:hover {
  background-color: #000;
}
.obiturary-main-wrapper .slick-prev::before,
.obiturary-main-wrapper .slick-next::before {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}
.obiturary-main-wrapper .previews {
  display: flex;
  gap: 10px;
}
.obiturary-main-wrapper .previews img {
  width: 50px;
}/*# sourceMappingURL=style.css.map */