.pmp-holder {
    color: #FFF;
    flex-wrap: wrap;
    display: inline-flex;
    position: relative;
}

.banner-btn {
  font-size: 1.5em; 
  padding: 20px 30px; 
  border-radius: 50px ; 
  border: 3px solid #fff; 
  background-color: #FF5C5C; 
  text-decoration: none;
  min-width: 280px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  cursor: pointer;
  transition: all 300ms ease 0ms;
}
.banner-btn:hover {
    letter-spacing: 3.5px;
    border: 3px solid #ff5c5c;
}

.pmp-price {
    display: inline-block;
    font-size: 100px;
    font-weight: bold;
    line-height: 80px;
}

.pmp-extra {
    display: inline-block;
    text-align: left;
}

.pmp-cents {
    font-size: 32px;
    line-height: normal;
}

.pmp-month {
    font-size: 32px;
    line-height: normal;
}

.pmp-ltitle {
    font-weight: normal !important;
    line-height: 22px !important;
    font-size: 22px !important;
    color: #555;
}

ul.pmp-list {
    list-style-image: url("https://nourishinghope.com/wp-content/uploads/2022/04/orange-hexagon10b.png");
}

.pmp-holder.old-price:after {
    content: " ";
    display: block;
    width: 100%;
    height: 10px;
    background-color: rgba(255,255,255, .9);
    position: absolute;
    transform: rotate(10deg);
    top: 45px;
    left: 0px;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0D99BB;
  margin: 0 auto;
}

.fifty-fifty {
    display: flex;
    margin: 0 auto;
    position: relative;
}

.ffcol {
    position: relative;
    width: 50%;
}

.ontra-btn {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Muli, Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: all 300ms ease 0ms;
}

.ontra-btn:hover {
    letter-spacing: 2.5px;
    border: 3px solid #ff5c5c;
}

div#hover-img-custom figcaption {
    display: flex;
    align-items: center;
}

div#hover-img-custom figcaption h2 {
    margin: auto;
}

.olark-text-button.olark-launch-button-wrapper .olark-button-focus-wrapper:focus-within {
    background: transparent !important;
}


.olark-launch-button.olark-text-button .olark-button-text {
   min-width: 250px;
}

#olark-wrapper .olark-button-focus-wrapper button.olark-launch-button.olark-size-dr.olark-text-button {
      background: url(https://bioindividualnutrition.com/wp-content/uploads/2023/12/OLark_Julie9.png) no-repeat !important;
    background-color: rgba(0,0,0,0.0)!important;
    height: 100px !important;
    min-width: 296px !important;
}

#olark-wrapper .olark-launch-button {
    background-color: rgba(0,0,0,0.0)!important;
    width: 300px!important;
    height: 120px !important;
}

#olark-container {
	bottom: 130px !important;
}


.olark-text-button .olark-launch-button-wrapper .olark-button-focus-wrapper:focus-within {
background-color: rgba(0,0,0,0.0)!important;
}

#olark-wrapper .olark-text-button svg {
    display: none !important;
}

h2.olark-top-bar-text:after {
    content: ",";
    font-size: 200px !important;
    height: 100px !important;
    display: inline-block !important;
    color: #fff !important;
}

#olark-wrapper .olark-top-bar p {
    min-height: 100px !important;
    background: url(https://bioindividualnutrition.com/wp-content/uploads/2023/12/OLark_Julie9.png)) no-repeat !important;
    text-align: center !important;
}

.olark-launch-button.olark-text-button .olark-button-text span {
    box-sizing: content-box !important;
    display: none;
}

.page-id-17171 header.et-l.et-l--header {
    display: none;
}



@media only screen and (max-width: 600px) {
  .fifty-fifty {
    display: block;
    margin: 0 auto;
    position: relative;
}
 .ffcol {
    position: relative;
    width: 90%;
    margin: 0 5%;
} 
}

