@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
/** 
* General
*/
html,
body {
  overflow-x: hidden;
}

body, html {
  background: #fff;
}

p,
a,
th,
td,
button {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.hoverable:hover {
  cursor: pointer;
}

label {
  margin-bottom: 0.5rem !important;
}

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slider .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: slider 10.5s infinite;
}

.slider .hero-slide:nth-child(1) {
  background-size: cover !important;
  background: url(/images/lifenoteshero-v3.jpg?f11818c153ff106b08dfd7266d86e508) top left;
  animation-delay: 0s;
  background-repeat: no-repeat;
}

.slider .hero-slide:nth-child(2) {
  background-size: cover !important;
  background: url(/images/lifenotes-wedding-v2.jpg?5877db48a14d17888ca752faafc98c4b) top left;
  animation-delay: -3.5s;
  background-repeat: no-repeat;
}

.slider .hero-slide:nth-child(3) {
  background-size: cover !important;
  background: url(/images/lifenotes-birthday.jpg?430e87b95afdd399b2a4c1926f8161bb) top left;
  animation-delay: -7s;
  background-repeat: no-repeat;
}

@keyframes slider {
  0%, 28%, 100% {
    transform: translateX(0);
    animation-timing-function: ease;
  }
  33% {
    transform: translateX(-100%);
    animation-timing-function: step-end;
  }
  95% {
    transform: translateX(100%);
    animation-timing-function: ease;
  }
}
.password-toggler {
  width: 47px;
}

.password-toggler:hover {
  cursor: pointer;
}

.hero-info {
  padding-bottom: 130px;
  z-index: 997;
}

.logo-subtitle {
  font-size: 33px;
  color: #3F993F;
  font-family: "Open Sans", sans-serif !important;
}

.public-nav-logo span {
  font-size: 3em;
  font-weight: bold;
}

.public-nav-logo-mobile span {
  font-size: 1.7em;
  font-weight: bold;
}

.landing-hero-info {
  border-left: 5px solid #3F993F;
  height: 330px;
}

.landing-hero-info h3 {
  margin-left: 10px;
}

.custom-grey-btn {
  background-color: #dde0e3 !important;
  border: 1px solid #ced4da !important;
}

.btn-custom-blue {
  background-color: #3F993F;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
  color: #fff !important;
}

.pdf-file-btn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ql-editor p,
.accordion-body p {
  margin-bottom: 0px !important;
}

.photo-form-prev img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.audio-icon-color {
  color: #ddd;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}

.accordion-button.bg-white.text-dark.ps-1:focus {
  outline: none !important;
  box-shadow: none !important;
}

#lifeNotes img {
  width: 100% !important;
}

.sub-photo-delete {
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0px;
}

.photo-about:hover {
  cursor: pointer;
}

.navbar-brand {
  font-size: 2.9em;
}

.logo {
  font-family: "Open Sans", sans-serif;
}
.logo .logo-qr {
  font-size: 1.3em;
}

.fe-page-pad {
  padding-top: 10px;
}

.custom-btn {
  background: #3F993F;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.custom-green-btn {
  background: #3F993F !important;
  color: #fff !important;
}

.btn:hover,
.btn-get-started:hover,
.back-to-top:hover {
  background: #328632 !important;
  color: #fff !important;
}

.accordion-button {
  background: transparent !important;
  color: #000 !important;
}

.custom-btn:hover {
  background: #328632;
}

.custom-btn-dash {
  background: #3F993F;
  border: 0;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  padding: 0.375rem 0.75rem !important;
}

.custom-btn-dash:hover {
  background: #328632;
}

.green-bg {
  background: #8CB560 !important;
}

.pricing-img-container {
  height: 180px;
}

.pricing-img-container img {
  max-height: 170px;
}

.carousel__slide {
  display: block !important;
  padding-top: 15px !important;
}

.carousel__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/** 
* side offcanvas nav
*/
.side-slide-nav a.active {
  font-weight: bold;
  border-bottom: 2px solid #1d1d1d;
}

.landing-mobile-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.green-txt {
  color: #C5E0B4;
}

.landing-navbar {
  background: transparent;
  z-index: 999;
}

.landing-menu-icon {
  font-size: 3em;
}

.landingpage-hero {
  height: 70vh;
  background: url(/images/gravestone-blur-full.jpg?1d821e549ce19830c01f35fc673822fc) no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  margin-top: -114px;
}
.landingpage-hero .landing-primary-cta {
  font-size: 1.4em;
}
.landingpage-hero .hero-txt {
  top: 60%;
  transform: translate(0%, -60%);
  text-shadow: 0px 0px 26px rgb(0, 0, 0);
  z-index: 999;
}
.landingpage-hero .hero-txt h1 {
  font-size: 3em;
}
.landingpage-hero .landingpage-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  top: 0;
}

.landing-section p {
  font-size: 26px;
}
.landing-section svg {
  font-size: 50px;
}

.landing-section.green-bg {
  background: #8CB560;
  color: #fff;
}

.landing-qrcode-example {
  z-index: 999;
  bottom: -46px;
  padding: 20px 20px 0px 20px;
  background: #8CB560;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 150px;
}

.carousel__prev, .carousel__next {
  background: transparent !important;
}

.carousel__next {
  right: 20px !important;
}

.carousel__prev {
  left: 20px !important;
}

.carousel__next, .carousel_icon {
  width: 150px !important;
}

.carousel__prev, .carousel_icon {
  width: 150px !important;
}

.landing-carousel-title {
  top: 0;
  left: 0;
}
.landing-carousel-title .landing-carousel-title-container {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 15px;
  border-bottom-right-radius: 20px;
}

.landing-carousel-footer {
  bottom: 0;
}
.landing-carousel-footer .landing-carousel-footer-container {
  background: rgba(0, 0, 0, 0.8);
}

.footer-info {
  font-size: 0.8em;
}

.main-features-mobile {
  display: none;
}

.mobile-audio-container {
  padding: 0px 28px 0px 13px;
}

.mobile-audio-update-container {
  padding: 0px 13px;
}

/** 
* Backend
*/
.logo-transition {
  transition: opacity 1s linear;
}

.backend-wrapper {
  align-items: stretch;
  display: flex;
  width: 100%;
  background: #fff;
  color: #000;
}
.backend-wrapper #sideNavbar {
  direction: ltr;
  max-width: 200px;
  min-width: 200px;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  box-shadow: 10px 0px 5px 0px rgba(255, 255, 255, 0.04);
}
.backend-wrapper #sideNavbar .sidebar-brand {
  padding: 0.55rem 1.5rem 0.55rem 1.2rem;
}
.backend-wrapper #sideNavbar ul.sidebar-nav {
  margin-top: 63px;
}
.backend-wrapper #sideNavbar ul.sidebar-nav .sidebar-item {
  padding: 0.55rem 1.5rem 0.55rem 1.2rem;
}
.backend-wrapper #sideNavbar ul.sidebar-nav .sidebar-link {
  color: #999;
}
.backend-wrapper #sideNavbar ul.sidebar-nav .router-link-active.router-link-exact-active.sidebar-link {
  color: #1d1d1d;
}
.backend-wrapper .sidebar.collapsed {
  margin-left: -200px;
}
.backend-wrapper .side-navbar-container a.side-navbar-brand {
  text-decoration: none;
  color: #1d1d1d;
}
.backend-wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item {
  list-style: none;
}
.backend-wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item a {
  color: #1d1d1d;
  text-decoration: none;
}
.backend-wrapper .side-navbar-container ul.side-navbar-nav li.side-navbar-item a:hover {
  color: #328632;
}
.backend-wrapper .main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out, margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  width: 100%;
}
.backend-wrapper .main .sidebar-toggle {
  cursor: pointer;
  color: #000;
}
.backend-wrapper .content {
  direction: ltr;
  flex: 1;
  padding: 2.5rem 2.5rem 1.5rem;
}
.backend-wrapper .delete-sub-photo-container {
  background: #dc3545;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
}

.sidebar-toggle.text-dark {
  font-size: 2em;
}

.swiper {
  height: 100px;
}

/** 
* Vue swiper
*/
.swiper {
  max-height: 16% !important;
}

.swiper-slide {
  margin-right: 5px !important;
}

.video-thumb-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-thumb-slide:hover {
  cursor: pointer;
}

.about-feature-photo {
  margin-bottom: 5px;
}

.qrcode-modal-display {
  width: 100%;
}

.mobile-only {
  display: none !important;
}

.mobile-landscape-only {
  display: none !important;
}

.ql-tooltip.ql-editing {
  z-index: 999;
}

.carousel-music-col table td {
  height: 57px;
}

.landing-lf-video {
  position: relative;
  padding-bottom: 44%;
}

.landing-lf-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.position-absolute.thumbnail-title {
  bottom: 20px;
  right: 20px;
}

.position-absolute.yt-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #F00;
}

.inner-qrcode-container {
  width: 300px;
}

/** 
* Media queries
*/
@media screen and (max-width: 390px) {
  .landing-navbar .landing-menu-icon {
    padding-right: 20px !important;
  }
  .landing-navbar .custom-btn {
    font-size: 0.6em;
  }
  .landingpage-hero .landing-primary-cta {
    font-size: 0.95em !important;
  }
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .dashboard-mobile-header-pad {
    padding: 0px 20px;
  }
  .dashboard-mobile-container-pad {
    padding: 20px 20px !important;
  }
  .landing-menu-icon {
    padding-right: 25px !important;
    font-size: 2em;
  }
  .lifenotes-logo img,
.lifenotes-logo a img {
    height: auto !important;
    width: 90% !important;
    max-height: none !important;
  }
  .logo-subtitle {
    font-size: 6vw;
    margin-bottom: 2px;
  }
  .dashboard-mobile-header-pad .container {
    padding: 0px !important;
  }
  .navbar-brand {
    font-size: 2em;
  }
  .mobile-w-100 {
    width: 100% !important;
  }
  .offcanvas-start {
    width: 100%;
  }
  .landingpage-hero .hero-txt h1 {
    font-size: 1.2em;
  }
  .landing-cta-container,
.landingpage-hero .hero-txt h1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .slider.slider-mobile .hero-slide:nth-child(1) {
    background-size: cover !important;
    background: url(/images/lifenoteshero-mobile-v3.jpg?f0e8edf0dfadc0806a7fbce9ec58c884) center;
    animation-delay: 0s;
    background-repeat: no-repeat;
  }
  .slider.slider-mobile .hero-slide:nth-child(2) {
    background-size: cover !important;
    background: url(/images/lifenotes-wedding-mobile-v2.jpg?db0809dbf2d110ad225da7960dd6f05a) center;
    animation-delay: -3.5s;
    background-repeat: no-repeat;
  }
  .slider.slider-mobile .hero-slide:nth-child(3) {
    background-size: cover !important;
    background: url(/images/lifenotes-birthday-mobile.jpg?6609bd0536c23dcd85114314ad2f1594) center;
    animation-delay: -7s;
    background-repeat: no-repeat;
  }
  .custom-btn {
    font-size: 0.8em;
  }
  .main-features-desktop {
    display: none !important;
  }
  .main-features-mobile {
    display: block !important;
  }
  .landing-section h2 {
    font-size: 1.2em;
  }
  .landing-section p {
    font-size: 1em;
  }
  .landing-section .main-features {
    padding-top: 70px !important;
  }
  .landing-qrcode-example {
    bottom: -60px;
    padding: 10px 10px 0px 10px;
    width: 100px;
    font-size: 0.8em;
    left: 25px;
  }
  .inner-qrcode-container {
    width: 100%;
  }
  .landing-lf-video iframe {
    height: 218.5px !important;
  }
  .auto-logo-sm-center {
    text-align: center;
  }
  .mobile-fw-btn {
    width: 100%;
  }
  .landing-carousel-footer-container {
    padding: 4px 0px !important;
  }
  .main-features {
    padding-top: 80px !important;
  }
  #lifeNotes img {
    width: 100%;
  }
  .dashboard-table {
    width: 800px;
  }
  .audio-delete-btn {
    text-align: start !important;
  }
  .carousel-music-container .carousel-music-col {
    width: 33.33% !important;
  }
  .carousel-music-col p {
    font-size: 0.87em !important;
  }
  .slideshow-caption-container {
    bottom: 100px !important;
  }
  footer a {
    font-size: 0.9em;
  }
  footer .footer-info p {
    font-size: 0.8em;
  }
  /* Portrait */
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .landingpage-hero {
    background: url(/images/gravestonehero-sheet-mobile.jpg?d9176981cd4f43d15dcc9d93e3910097) no-repeat;
    background-position: bottom;
  }
  .landingpage-hero .landing-primary-cta {
    font-size: 1em;
  }
}
@media only screen and (max-width: 768px) and (min-device-width: 412px) and (max-device-width: 915px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .landingpage-hero {
    height: 50vh !important;
    background-position: center left !important;
  }
}
@media screen and (min-width: 768px) {
  .photo-about img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .photo-caption-container {
    width: 310px;
  }
  .slideshow-caption-container {
    bottom: 74px;
  }
}
@media screen and (min-width: 990px) {
  img.about-feature-photo {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 915px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: none !important;
  }
  .mobile-landscape-only {
    display: block !important;
  }
  .landing-lf-video iframe {
    height: 392px !important;
  }
}
