
.ptp-dg7-pricing-table {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin: 3em auto;
}


@media only screen and (min-width: 768px) {
  .ptp-dg7-pricing-table {
    margin: 3em auto;
  }
}
.ptp-dg7-col {
    vertical-align: top;
}
.ptp-dg7-table-holder {
  margin: 2em 0 0;
  font-weight: 500;
  padding: 0;
  text-align: center;
}
.ptp-dg7-table-holder > div {
  position: relative;
  margin-bottom: 1em;
  background-color: #FFFFFF;
  /* Firefox bug - 3D CSS transform, jagged edges */
  outline: 1px solid transparent;
  box-shadow: 0 0 0 1px #bbb;
}
.ptp-dg7-table-holder > div::after {
  /* subtle gradient layer on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.ptp-dg7-table-holder > div.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  display: none;
}
@media only screen and (min-width: 768px) {
  .ptp-dg7-table-holder {
    margin: 3em 0 0;
  }
  .ptp-dg7-table-holder:after {
    content: "";
    display: table;
    clear: both;
  }
  .ptp-dg7-table-holder > div {
    display: inline-block;
  }
 
.ptp-dg7-table-holder > div.ptp-dg7-one-col   { width: 99%; }
.ptp-dg7-table-holder > div.ptp-dg7-two-col   { width: 49.5%; }
.ptp-dg7-table-holder > div.ptp-dg7-three-col { width: 32.6%; }
.ptp-dg7-table-holder > div.ptp-dg7-four-col { width: 24.5%;}
.ptp-dg7-table-holder > div.ptp-dg7-five-col { width: 19.5%;}
.ptp-dg7-table-holder > div.ptp-dg7-six-col { width: 16.1%;}
.ptp-dg7-table-holder > div.ptp-dg7-seven-col { width: 14%;}
.ptp-dg7-table-holder > div.ptp-dg7-eight-col { width: 12%;}
.ptp-dg7-table-holder > div.ptp-dg7-nine-col { width: 10.5%;}
.ptp-dg7-table-holder > div.ptp-dg7-ten-col { width: 9.4%;}
.ptp-dg7-table-holder > div.ptp-dg7-more-col { width: 16.1%;}
 
  .ptp-dg7-table-holder > div::after {
    /* hide gradient layer */
    display: none;
  }
  .ptp-dg7-table-holder > div.ptp-dg7-highlight::before {
    /* hide table separator for .ptp-dg7-highlight table */
    display: none;
  }
  .ptp-dg7-table-holder > div.ptp-dg7-highlight + div::before {
    /* hide table separator for tables following .ptp-dg7-highlight table */
    display: none;
  }
  .ptp-dg7-table-holder:nth-of-type(1)::before {
    /* hide table separator for the first table */
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .ptp-dg7-highlight .cd-pricing-wrapper > div::before {
    /* hide table separator for .ptp-dg7-highlight table */
    display: none;
  }
}
.ptp-dg7-pricing-header{
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  background-color: #3aa0d1;
  color: #FFFFFF;
}
.ptp-dg7-pricing-header h2 {
  margin-bottom: 3px;
  font-weight: 700;
}
.ptp-dg7-highlight .ptp-dg7-pricing-header{
  background-color: #e97d68;
}
@media only screen and (min-width: 768px) {
  .ptp-dg7-pricing-header{
    height: auto;
    padding: 1.9em 0.9em 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
  }
  .ptp-dg7-highlight .ptp-dg7-pricing-header{
    color: #e97d68;
    background-color: transparent;
  }
  .ptp-dg7-pricing-headerh2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.cd-price {
    white-space: nowrap;
}

.ptp-dg7-pay-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
  white-space: normal;
}
.ptp-dg7-highlight .ptp-dg7-pay-duration {
  color: #f3b6ab;
}
.ptp-dg7-pay-duration::before {
  content: '/';
  margin-right: 2px;
}

@media only screen and (min-width: 768px) {

  .ptp-dg7-cd-currency, .ptp-dg7-pay-duration {
    color: rgba(23, 61, 80, 0.4);
  }
  .ptp-dg7-highlight .ptp-dg7-cd-currency, .ptp-dg7-highlight .ptp-dg7-pay-duration {
    color: #e97d68;
  }

  .ptp-dg7-cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
  }

  .ptp-dg7-pay-duration {
    font-size: 1.4rem;
  }
}
.ptp-dg7-cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .ptp-dg7-cd-pricing-body {
    overflow-x: visible;
  }
}

div.ptp-dg7-pricing-features {
  margin: 0;
}
.ptp-dg7-pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.ptp-dg7-pricing-features div {
  padding: 1.6em 1em;
  font-size: 1.4rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ptp-dg7-pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .ptp-dg7-pricing-features {
    width: auto;
  }
  .ptp-dg7-pricing-features div {
    float: none;
    width: auto;
    padding: 1em;
  }
 
  .ptp-dg7-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
}

.ptp-dg7-cta {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* on mobile it covers the .ptp-dg7-pricing-header*/
  height: 80px;
  width: 100%;
}
.ptp-dg7-cta::after {
  /* right arrow visible on mobile */
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: url(./cd-icon-small-arrow.svg);
}

.ptp-dg7-button {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  /* hide button text on mobile */
  overflow: hidden;
  
  text-indent: 100%;
  border: none;
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .ptp-dg7-cta {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
  }
  .ptp-dg7-cta::after {
    /* hide arrow */
    display: none;
  }
  .ptp-dg7-button {
    position: static;
    display: inline-block;
    height: auto;
    width: 80%;
    padding: 1.3em 0.45em;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #0c1f28;
    font-size: 1.4rem;
    text-indent: 0;
    letter-spacing: 2px;
  }

  .ptp-dg7-highlight .ptp-dg7-button {
    background-color: #e97d68;
  }
}

/* this xkeyframes  is defined in foundation.css */
.ptp-dg7-col.is-switched {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 1s;
  -moz-animation: cd-rotate 1s;
  animation: cd-rotate 1s;
}



.is-visible .ptp-dg7-col.is-switched{

-webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
}

/* smart phones */
@media only screen and (max-width: 767px) {
  
.ptp-dg7-pricing-header{
  height: 80px !important;
}
.ptp-dg7-cd-currency, .ptp-dg7-price {
  font-size: 30px!important;
}

.ptp-dg7-pay-duration {
  font-size: 13px!important;
}


.ptp-dg7-pricing-features div {
  font-size: 14px !important;
  padding: 16px 10px!important;
  display: table-cell !important;
  float:none;
  white-space: normal;
}

.cd-pricing-list > div {
  margin-bottom: 1em !important;
}

.ptp-dg7-bullet-item {
    background: transparent;
    font-weight: 600;
}

div.ptp-dg7-cta {
  border-radius: 0px !important;
  padding: 0px!important;
}

header.ptp-dg7-pricing-header {
  padding-left: 20px!important;
  text-align: left;
}
.ptp-dg7-pricing-header h2 {
    font-size: 18px !important;
    letter-spacing: 2px;
    line-height: 1em;
  }
  
 .ptp-dg7-button {
    padding: 1.3em 3em !important;
    font-size: 14px !important;
    background: none !important;
    border: none!important;
    color: transparent!important;
  }

.ptp-dg7-table-holder>div::after {
   background: none;
}
.ptp-dg7-pricing-features  .tt-ptp-empty-row {
    display: none !important;
}
}