/* From hover-min.css */

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #2098d1;
  color: #fff;
}

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: url('/assets/fonts/PT_Serif-Web-Regular.ttf') format('ttf');
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/proxima-nova_regular.woff') format('woff');
}

@font-face {
  font-family: 'SF UI Display Semibold';
  src: url('/assets/fonts/sf-ui-display-semibold.woff') format('woff');
}

/* navbar */

.stage {
  /* min-height: 60px; */
  min-height: 100px;
}

@media (min-width: 991px) {
  .stage {
    min-height: 60px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

/* footer block */
.app-footer {
  background-color: #fff;
}

.app-footer .app-footer-head {
  font-weight: 600;
  color: #333;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .app-footer {
    padding-top: 30px;
  }
}

.app-footer li a {
  color: #333333;
  /* opacity: 0.6; */
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: 0.2px;
  border-bottom: none;
}

.app-footer a:hover {
  color: #e8b0b3;
  opacity: 1;
  text-decoration: none;
}

/* general block overrrides */
@media (max-width: 768px) {
  .block .lead {
    line-height: 1.3;
  }
  .block h3 {
    line-height: 1.15;
  }
}

@media screen and (min-width: 768px) {
  .block {
    padding: 90px 0;
  }
}

/***** OVERRIDES *****/

body {
  font-family: 'Proxima Nova', 'Work sans', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  font-size: 14px;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

/***** Mobile Overrides ****/
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  .p-t-lg,
  .p-y-lg {
    padding-top: 20px !important;
  }

  .m-t-lg,
  .m-y-lg {
    margin-top: 20px !important;
  }

  .mobile-center {
    text-align: center;
  }

  .mobile-size-50 {
    /* IE 9 */
    -webkit-transform: scale(0.5); /* Safari */
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  #joy-nav.navbar-solid.navbar-fixed-top {
    padding-top: 0px !important;
  }

  .content-col .row.m-b-lg {
    margin-bottom: 30px !important;
  }

  .content-col.p-x-lg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  body {
    font-size: 15px;
  }
}

/***** END Mobile ****/

.text-muted {
  color: #5b6064;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Proxima Nova', 'Work sans', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  color: #5b6064;
  text-rendering: optimizeLegibility;
}

.PTSerif {
  font-family: 'PT Serif', serif;
}

h2.PTSerif {
  font-family: 'PT Serif', serif;
  font-size: 2.25em;
  line-height: 1.22;
  color: #333333;
}

h1 {
  font-family: inherit;
  font-weight: 100;
  line-height: 1.111em !important;
  font-size: 2em;
}

h1.PTSerif {
  font-family: 'PT Serif', serif;
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #333333;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.889em;
  }
}

@media (max-width: 768px) {
  h1.PTSerif {
    font-family: 'PT Serif', serif;
    font-size: 42px;
    line-height: 1.21;
    letter-spacing: -0.5px;
    color: #333333;
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 320px) {
  h1.PTSerif {
    font-family: 'PT Serif', serif;
    font-size: 38px;
    line-height: 1.21;
    letter-spacing: -0.5px;
    /* color: #333333;  */
    margin-bottom: 26px;
  }
  .joy-sub-headline {
    font-size: 18px;
  }
  .joy-section-blurb {
    font-size: 18px;
  }
}

h3 {
  font-size: 1.5em;
  font-weight: 400;
  font-family: 'Proxima Nova', 'Work sans', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
}

h3.text-content {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 150%;
  font-family: 'Proxima Nova', 'Work sans', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
}

h6.text-muted {
  font-weight: 700;
  font-size: 0.611em;
  font-family: 'Proxima Nova', 'Work sans', 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
}

h3,
h6 {
  color: rgba(51, 51, 51, 1);
}

/* PAGE: features */

.text-notation {
  opacity: 0.6;
  color: #e8b0b3;
}

p {
  color: #333;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.25px;
}

a {
  color: #e8b0b3;
  border-bottom: 2px solid #e8b0b3;
}

a:hover {
  color: #e8b0b3;
  text-decoration: none;
}

.text-muted {
  color: rgba(0, 0, 0, 0.75);
}

.blend {
  opacity: 0.87;
}

.center {
  text-align: center;
  margin: auto;
}

.navbar {
  min-height: 68px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

.navbar-nav > li > a {
  font-size: 1em;
  letter-spacing: 0.01em;
  padding: 0 20px;
  line-height: 71px;
  font-weight: 400;
  border-bottom: none;
}

.navbar-brand {
  padding: 0;
  margin-top: -14px;
  border-bottom: none;
}

#joy-nav {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  #joy-nav {
    padding-top: 30px !important;
  }
}

/*Added bc at medium width screens, the nav bar was getting pushed below the logo*/
@media (min-width: 768px) and (max-width: 1000px) {
  .nav > li > a.nav-bar-spacer {
    display: none;
  }
}

#joy-nav.solid {
  opacity: 0;
}

#joy-nav.navbar-fixed-top .navbar-nav > li > a {
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}

#joy-nav.navbar-fixed-top .navbar-nav .pill:hover {
  color: #666;
  background-color: transparent;
  border-color: #e8b0b3;
}

#joy-nav.navbar-fixed-top li.curr a {
  color: #e8b0b3;
}

#joy-nav.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #e8b0b3;
  background-color: transparent;
  border-radius: 40px;
}

#joy-nav.navbar-fixed-top {
  margin-bottom: 0px;
  /* border-bottom: solid 1px #EFF0F1; */
}

#joy-nav.navbar-fixed-top .navbar-brand {
  padding: 0;
  margin-top: 0px;
}

@media (max-width: 768px) {
  .nav-bordered.nav-stacked {
    font-size: 14px;
  }
}

.nav-bordered.nav-stacked > li.active > a,
.nav-bordered.nav-stacked > li.active > a:focus,
.nav-bordered.nav-stacked > li.active > a:hover {
  border-color: #f2f2f2;
}

.nav-bordered > li > a:focus,
.nav-bordered > li > a:hover {
  color: #e8b0b3;
}

.nav-bordered > li.active > a,
.nav-bordered > li.active > a:focus,
.nav-bordered > li.active > a:hover {
  color: #e8b0b3;
}

.joy-block-content {
  background-color: #fafafa;
}

.padding-bottom {
  padding-bottom: 60px;
}

.inline-block {
  display: inline-block;
}

/* PAGE: guest List */
.joy-headline {
  font-family: 'PT Serif', serif;
  font-weight: 100;
  font-size: 2.211em !important;
  line-height: 1em !important;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .joy-headline {
    font-family: 'PT Serif', serif;
    font-weight: 100;
    font-size: 2.4em !important;
    line-height: 1em !important;
  }
}

@media (min-width: 768px) {
  .joy-headline {
    font-family: 'PT Serif', serif;
    font-size: 3em !important;
  }
}

.joy-sub-headline {
  font-size: 20px;
  font-weight: 400;
  color: #3f3f3f;
  /* opacity: 0.9; */
  line-height: 1.45;
  letter-spacing: 0.2px;
}

.btn {
  border-radius: 5px;
  padding: 10px 22px;
  letter-spacing: 0.013em;
}

.btn a {
  color: #fff;
}

.btn a:hover {
  text-decoration: none;
}

.btn:active {
  color: #fff;
  background-color: #e8b0b3;
  border-color: #e8b0b3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.btn:active a {
  color: #fff;
}

.btn-primary {
  background-color: #e8b0b3;
  border-color: #e8b0b3;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e8b0b3 !important;
  border-color: #e8b0b3 !important;
}

.btn-joy {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  border-radius: 5px;
  font-size: 1.25em;
  line-height: 2em;
  padding: 6px 45px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-joy-main {
  background-color: #77728c;
  border-color: #77728c;
  font-weight: 400;
}

.navbar-btn {
  padding: 6px 14px;
  margin-top: 17px;
  border: none;
}

.navbar-btn-gray {
  border: 1px solid #ebebeb;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #b5b2c4;
  border-color: #b5b2c4;
}

.btn-joy-main:hover {
  background-color: #b5b2c4;
  border-color: #b5b2c4;
}

@media (max-width: 768px) {
  .btn-create {
    margin-top: 20px !important;
  }
}

.btn-icon {
  margin-right: 10px;
  margin-bottom: 2px;
}

.trustedby h3 {
  font-size: 1.25em;
  margin-bottom: 16px;
}

.trustedby p {
  font-style: italic;
}

.downloadarea {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.radius {
  border-radius: 50%;
}
@media (max-width: 768px) {
  .downloadarea {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.eula-section,
.privacy-section {
  margin: 2%;
  border: 1px solid #d2d2d2;
  padding: 20px;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}

/********** Common ***********/

.clickable {
  cursor: pointer;
}

.click-emphasized {
  border-bottom: solid 1px;
  display: inline;
  cursor: pointer;
}
.click-emphasized a {
  text-decoration: none;
  color: initial;
}
a.button-link-dark {
  background-color: rgb(63, 63, 63) !important;
  border: none;
}
a.button-link-dark:hover {
  background-color: rgb(103, 103, 103) !important;
}

.photo-byline {
  text-align: left;
  color: rgba(51, 51, 51, 0.25);
  font-size: 0.875em;
  font-weight: 400;
  border-bottom: none;
}

@media (max-width: 576px) {
  .testimonial-caption {
    text-align: center;
  }
  .photo-byline {
    text-align: center;
  }
}

.testimonial blockquote {
  padding: 20px 80px;
  margin-bottom: 0;
  position: relative;
  border: none;
  border-radius: 8px;
  font-style: italic;
  color: #333;
  font-size: 1.25em;
  letter-spacing: 0.4px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial p {
  margin: 8px 0 0 20px;
  text-align: center;
  color: #e8b0b3;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
}

blockquote img {
  width: 143px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

blockquote div.row {
  margin-top: 30px;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  content: '\201C';
  position: absolute;
  font-size: 100px;
  line-height: 1;
  color: #333;
  opacity: 0.25;
  font-style: normal;
}

.testimonial blockquote:before {
  top: 0;
  left: 20px;
}

.testimonial blockquote:after {
  content: '\201D';
  right: 20px;
  bottom: -0.5em;
}

@media (max-width: 420px) {
  .testimonial blockquote {
    padding: 10px;
  }
  .testimonial blockquote:before {
    top: -10px;
    left: -35px;
  }
  .testimonial blockquote:after {
    content: '\201D';
    right: -30px;
    bottom: -55px;
  }
}

/* PEOPLE / TESTIMONIALS PAGE */

@media (max-width: 576px) {
  .testimonials-page img {
    margin: 0 auto;
  }
}

.get-started-footer {
  margin-bottom: -100px;
}

.get-started-footer h3 {
  font-weight: 600;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .get-started-footer {
    text-align: center;
  }
}

/* Fix for navbar overlapping with icon on smaller screens */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* NAVBAR BUTTONS SWITCHING */

.menu2create {
  width: 245px;
  opacity: 0;
  position: absolute;
  left: -245px;
  top: 1px;
  z-index: -5;
  color: white;
  font-weight: 600;
}

.show {
  opacity: 1 !important;
  z-index: 5;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

.menu2create:hover {
  color: white;
  outline: none;
}

.menu2createMobile {
  width: 250px;
  color: white;
  font-weight: 600;
}

.navbar-solid {
  max-height: 134px;
  overflow-y: hidden;
}

.mobile-nav > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mobile-nav > li > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none !important;
}

/* MOBILE MENU SIDEBAR */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 220px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -220px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -220px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

body .modal-admin {
  background-color: white;
}

/* PINK LINK HOVER EFFECT */

.pink-link a {
  text-decoration: none;
  margin: 0 2px;
  position: relative;
  border-bottom: none;
}

.pink-link a:before {
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e4a1a4;
  content: '';
  opacity: 0.4;
  -webkit-transform: scaleX(0.9);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pink-link a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
}

.lazy {
  filter: blur(2px);
}
