/* Farfaraway — Full Birth Chart Reading page
   Minimal page-specific CSS. No Bootstrap, datepicker, Grayscale, Modernizr or form-framework CSS. */

@font-face {
  font-family: courier_newregular;
  src: url('../fonts/cour-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: latoregular;
  src: url('../fonts/lato-medium-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: latoregular;
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Reading typography matches Farfaraway blog articles. */
@font-face {
  font-family: "FFA Lato";
  src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
       url('../fonts/lato-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FFA Lato";
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
       url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FFA Lato";
  src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
       url('../fonts/lato-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: trocchiregular;
  src: url('../fonts/trocchi-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  background: #eaeaea;
  color: #000;
  font-family: latoregular, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: 700;
}

/* Header */
.navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 52px;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.navbar-custom .container {
  width: 100%;
  max-width: 1170px;
  height: 52px;
  margin: 0 auto;
  padding: 0 15px;
}
.navbar-header {
  height: 52px;
}
.navbar-brand {
  display: inline-block;
  height: 52px;
  padding: 5px 0;
}
.navbar-brand img {
  display: block;
  width: 50px;
  height: auto;
}

/* Main page panel */
.detail_block {
  width: 100%;
  min-height: 100vh;
  padding: 50px 0 20px;
  background: #eaeaea;
}
.detail {
  width: 45%;
  max-width: 760px;
  min-width: 560px;
  margin: 0 auto;
  padding: 22px 3% 28px;
  background: #fff;
  color: #000;
}
#about-font {
  margin: 0 0 20px;
  color: #000;
  font-family: trocchiregular, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  font-weight: bolder;
}
.i-do {
  margin: 0 0 18px;
  color: #191919;
  font-family: "FFA Lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.65px;
  text-align: left;
}
.i-do span {
  font-size: 14px !important;
}
.i-do strong,
.i-do b {
  font-family: "FFA Lato", Arial, sans-serif;
  font-weight: 900;
}
.i-do::after {
  display: table;
  clear: both;
  content: '';
}
.profile-photo {
  float: right;
  width: 120px;
  height: 120px;
  margin: 2px 2px 8px 12px;
  border: 1px solid #fff;
  object-fit: cover;
}

/* Price and payment */
#full-birth-pricing {
  margin: 22px -15px 0 0;
  color: #000;
  font-family: latoregular, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}
#full-birth-payment-cta {
  margin-top: 8px;
}
#submitme > a {
  color: #fff;
  font-size: 15px;
  padding: 0;
}
.submitme {
  display: block;
  width: 30%;
  min-width: 150px;
  margin: 12px auto 0;
  padding: 6px;
  background: #060606;
}
.tit {
  width: 62%;
  margin: 15px auto 0;
  padding: 5px;
  color: #000;
  font-family: latoregular, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: left;
}
#submitmel1,
#submitme {
  display: block;
  width: 62%;
  margin: 0 auto;
  text-align: right;
}
.con input {
  width: 62%;
  margin-bottom: 12px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
#loadingme {
  position: absolute;
  top: 8%;
  left: 33%;
}
#loadingme img {
  width: 32%;
}
#payment_btn_n1,
#payment_btn_n2,
#payment_btn_n3 {
  position: relative;
}

/* Email gate */
#full-birth-email-form {
  display: none;
  width: 100%;
  max-width: 380px;
  margin: 16px auto 12px;
  text-align: center;
}
#full-birth-email-form label {
  display: block;
  margin-bottom: 7px;
  font-family: latoregular, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.full-birth-email-field-wrap {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
#full-birth-email {
  width: 100%;
  height: 32px;
  padding: 6px 34px 6px 8px;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #fff;
  color: #000;
  -webkit-text-fill-color: #000;
  caret-color: #000;
  font-family: latoregular, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
#full-birth-email::placeholder {
  color: #555;
  opacity: 1;
  text-align: left;
}
#full-birth-email:-webkit-autofill,
#full-birth-email:-webkit-autofill:hover,
#full-birth-email:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
#full-birth-email-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: latoregular, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  cursor: pointer;
}
#full-birth-email-status,
#full-birth-email-login {
  display: none;
  margin: 7px 0 0;
  color: #000;
  font-family: latoregular, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

/* Testimonials */
#full-birth-testimonials {
  margin-top: 30px;
  padding: 20px;
  border-top: 1px solid #ccc;
}
#full-birth-testimonials h3 {
  margin: 0 0 15px;
  color: #000;
  font-family: trocchiregular, Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
#full-birth-testimonials p {
  margin: 0 0 8px;
  color: #191919;
  font-family: "FFA Lato", Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.65px;
  text-align: left;
}

/* Footer — normal document flow, no delayed JavaScript positioning. */
#standard-footer {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 6px 8px;
  background: #fff;
  color: #000;
  text-align: center;
}
#standard-footer .footercopy {
  margin: 0;
  font-family: latoregular, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
#standard-footer .footer-line {
  margin: 2px 0 0;
  font-family: courier_newregular, monospace;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
#standard-footer .footer-line img {
  width: auto;
  height: 12px;
  margin: 0 2px;
  vertical-align: middle;
}
#standard-footer .youtube-link {
  display: inline-block;
  margin-left: 8px;
  color: #000;
  font-family: latoregular, Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

@media (max-width: 900px) {
  .detail {
    width: 70%;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .navbar-custom,
  .navbar-custom .container,
  .navbar-header {
    height: 52px;
  }
  .detail_block {
    padding-top: 62px;
  }
  .detail {
    width: 96%;
    min-width: 0;
    margin: 0 2%;
    padding: 18px 5% 24px;
  }
  .profile-photo {
    width: 104px;
    height: 104px;
    margin-left: 10px;
  }
  .submitme,
  #submitme,
  #submitmel1,
  .tit,
  .con input {
    width: 82%;
  }
  #full-birth-testimonials {
    padding: 18px 4px 10px;
  }
  #standard-footer .footer-line {
    font-size: 11px;
    white-space: normal;
  }
}
