/*
  Button Popup
=================================================*/
.pf4_the_popup {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none; }

.pf4_the_popup.active {
  display: block; }

.pf4_the_popup_content {
  background-color: #ffffff;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  box-sizing: border-box;
  padding: 12px;
  padding-top: 15px;
  position: relative;
  text-align: center;
  color: #000; }

.pf4_popup_close {
  color: #fff;
  background-color: #000;
  height: 30px;
  width: 30px;
  line-height: 26px;
  display: block;
  text-align: center;
  font-size: 20px;
  position: absolute;
  border-radius: 100%;
  font-family: cursive;
  top: -12px;
  right: -12px;
  margin: 0; }

.pf4_popup_close:hover {
  color: #000;
  background-color: #fff; }

.pf4_popup_inside {
  background-color: #fff;
  padding: 30px 30px;
  margin-top: 0px; }

.pf4_the_popup h2 {
  margin-bottom: 11px; }

.pf4_the_popup .kajabi-form--inline {
  padding: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0); }

.pf4_the_popup #kajabi-form .kajabi-form__btn {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  display: block;
  width: 97%;
  margin-left: 1.5%;
  padding: 10px 20px;
  float: left;
  margin-top: 5px; }

.pf4_the_popup #kajabi-form .kajabi-form__btn:hover {
  opacity: 0.9;
  background-color: #000 !important; }

.pf4_the_popup #kajabi-form .kajabi-form__form-item input {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #DBDBDB;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  border-radius: 0;
  height: 49px; }

.pf4_the_popup p {
  margin: 0 auto;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px; }

.pf4_the_popup #kajabi-form .kajabi-form__content {
  max-width: 100%; }

.pf4_the_popup #kajabi-form fieldset {
  background-color: #fff;
  padding: 35px 30px; }

.pf4_the_popup #kajabi-form .kajabi-form__form-item {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-bottom: 14px; }

.pf4_the_popup #kajabi-form .kajabi-form__form-item:nth-child(1),
.pf4_the_popup #kajabi-form .kajabi-form__form-item:nth-child(2) {
  width: 50%; }

.pf4_the_popup #kajabi-form .kajabi-form__form-item .parsley-errors-list.filled {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pf4_the_popup #kajabi-form .kajabi-form__form-item .parsley-required {
  margin-bottom: 0; }

.pf4_the_popup #kajabi-form .kajabi-form__title {
  margin: 0;
  font-family: Montserrat;
  font-size: 41px;
  letter-spacing: 3.1px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.7; }

.pf4_the_popup #kajabi-form .kajabi-form__subtitle {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding-top: 30px; }

.pf4_the_popup #kajabi-form .kajabi-form__subtitle p {
  margin: 0 auto;
  margin-top: 0;
  font-family: open sans;
  font-size: 18px;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 15px;
  color: #000000; }

.pf4_the_popup #kajabi-form .kajabi-form__subtitle p:last-child {
  margin-bottom: 0; }

@media (max-width: 600px) {
  .pf4_the_popup #kajabi-form .kajabi-form__form-item {
    width: 100% !important; }

  .pf4_the_popup #kajabi-form .kajabi-form__title {
    font-size: 22px; }

  .pf4_the_popup #kajabi-form .kajabi-form__subtitle p {
    font-size: 15px; }

  .pf4_the_popup #kajabi-form .kajabi-form__subtitle {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; }

  .pf4_the_popup #kajabi-form fieldset {
    padding: 20px; } }
