/*============================================================================
  #Added by Peaceful Media
==============================================================================*/
/* /infinite-possibilities-membership-sell-page-1 
-- Sticky Bar
-- Also uses a script in 'custom_scripts.js' */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }

.tut-pricing-table--payment-options {
  vertical-align: top; }
  .tut-pricing-table--payment-options p {
    line-height: 1.1;
    padding: 0 4px; }

@media (max-width: 375px) {
  table.tut-pricing-table {
    padding-left: 0;
    padding-right: 0;
    margin-left: -38px;
    margin-right: 0; } }
@media (width: 768px) {
  .tut-pricing-table--payment-options td:nth-child(2) h5:last-child {
    margin-top: 34px; } }
/* make countdown take up less space on mobile */
@media (max-width: 767px) {
  #section-1566937593266 .section--xs-small {
    padding: 0 0 10px; }
  #section-1566937593266 .container {
    padding-left: 10px;
    padding-right: 10px; }
  #section-1566937593266 .col-md-5.block--1566937593266_0::before {
    content: "Last Chance!";
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Lato'; }
  #section-1566937593266 h4 {
    max-width: 250px;
    margin: 0 auto 6px;
    display: none; }
  #section-1566937593266 .tickcounter {
    padding-bottom: 11% !important; }
  #section-1566937593266 .btn--solid.btn--1566937894262 {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 5px 10px; }

  .tut-pricing-table tr:first-of-type h5 {
    font-size: 97%;
    padding: 0 5px; }

  .tut-pricing-table--payment-options p {
    font-size: 80%; }
  .tut-pricing-table--payment-options h5:first-of-type {
    padding: 0 4px; }
  .tut-pricing-table--payment-options td:nth-child(2) h5:last-child {
    margin-top: 23px !important; }
  .tut-pricing-table--payment-options td:nth-child(3) h1 {
    margin-bottom: 0 !important; } }
h3.background {
  font-size: 2.3em;
  color: #0dafa3;
  position: relative;
  z-index: 1; }
  h3.background:before {
    border-top: 2px solid #0dafa3;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    z-index: -1; }
  h3.background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px; }
