
.paywall-modal-title {
    font-size: 28px;
    color:#fff;
    text-align:left;
}
.paywall-message {
    font-size: 16px;
    color:#fff;
    text-align:left;
}
.paywall-message h2 {
    color:#fff;
}
.paywall-message ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.paywall-message ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
        margin:12px 0;

}
@media (min-width: 768px) {
    .paywall-message {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .paywall-modal-title {
        font-size: 36px;
    }
}

.subscribe-modal {
  background: #000 url("../assets/images/subscribe_background_banner.jpg") bottom center no-repeat ;
  border: 2px solid #fff;
  color: #fff;
  margin: 50px auto;
  padding-right: 0 !important; 
  width: 310px;
}

  @media (min-width: 768px) {
  .subscribe-modal {
    width: 550px;
    }
  }


  .modal-body {
    padding: 30px 20px;
    width: 95%;
  }

@media (min-width: 768px) {
	.modal-body {padding: 30px;}
}

  .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  ol {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }

  ol li {
    counter-increment: step-counter;
    display: block;
    padding-bottom: 15px;

  }

.subscribe-modal-cta {
  display: block;
  margin: 20px auto;
  max-width: 320px;
}

.modal-backdrop.fade.in {
  opacity: 0.7;
}

#trial-membership {
  width: 320px;
}




.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;

}


.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}




.paywall-footer {
  background-color: white;
  border-bottom: 1px solid black;
  top: 90px;
  display: none; 
  margin: 0;
  position: fixed;
  width: 100%;

 
}


 @media (min-width: 768px) {
 .paywall-footer {top: 60px;}
    .admin-bar .paywall-footer { top: 92px; }
    
  }
/*
  .paywall-footer a, a:focus, a:visited, a:hover {
    color: #1b1b19;;
    cursor: pointer;
    text-decoration: underline;
  }*/

  .paywall-footer p {
    color: #1b1b19;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 auto;
    max-width: 250px;
    padding: 5px 20px;
    text-align: center;

  }

    @media (min-width: 768px) {
    .paywall-footer p {
      max-width: inherit;
      }
    }
/*
.paywall-footer .paywall-message a, a:focus, a:visited, a:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
  }
*/
