section#page-header{
  padding-top: 0;
}

section#page-header .live-demo-spacer:not(:empty){
  padding-top: 30px;
  box-sizing: content-box;
}

section#page-header .container{
  min-height: unset;
}

section#page-header .header{
  position: relative;
  padding: 50px 0 60px;
}
section#page-header .header .container{
  padding-top: 60px;
}
section#page-header .header h2{
  margin: 0;
  /*padding: 40px 0;*/
  padding: 15px 0 40px;
}
section#page-header p.subtitle{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: none;
}
section#page-header .header span p:last-child{
  margin-bottom: 0;
}

section#page-header .table{
  position: relative;
  z-index: 1;
  margin-top: -60px;
}
section#page-header .table .container{
  text-align: left;
}

section#page-header .table .pricing{
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
section#page-header .table .heading{
  background: rgba(0,0,0,0.15);
  border-top: solid 1px rgba(255,255,255,0.15);
}
section#page-header .table .heading .container{
  height: 60px;
}
section#page-header .table .pricing .type{
  padding: 15px 0;
  border-bottom: solid 1px var(--neutral-8);
}
section#page-header .table .pricing .type:last-child{
  border-bottom: none;
  padding-bottom: 25px;
}

section#page-header .table .price{
  flex: 1;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  color: var(--main-orange);
  font-weight: 600;
}

section#page-header .table .heading .name{
  color: #fff;
  font-weight: 400;
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 12px;
}
section#page-header .table .heading .price{
  color: #fff;
}
section#page-header .table .heading .price span{
  position: relative;
  padding-left: 13px;
}
section#page-header .table .heading .price span img,
section#page-header .table .heading .price span svg{
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  fill: #fff;
}

section#page-header .table .type{
  position: relative;
}
section#page-header .table .type:after{
  content: "";
  position: absolute;
  left: -25px;
  top: -1px;
  width: calc(100% + 50px);
  height: calc(100% + 2px);
  background: rgb(134, 128, 255, 0.02);
  opacity: 0;
  transition: all 0.1s ease-out;
  z-index: -1;
  border: solid 1px var(--neutral-8);
}
section#page-header .table .type:hover:after{
  opacity: 1;
}
section#page-header .table .type:first-child:after{
  top: 1px;
  height: 100%;
}
section#page-header .table .type:last-child:after{
  height: 100%;
}
section#page-header .table .type .name span{
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 20px;
  color: var(--main-purple);
}
section#page-header .table .type:hover .name span{
  color: var(--neon-purple);
}

section#page-header .table .type .name p{
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  color: var(--neutral-7);
}
/*
section#page-header .table .type .name i{
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 0;
  background: #cccdd0;
  border-radius: 50%;
  margin-left: 2px;
  cursor: pointer;
  transition: all 0.1s ease-out;
  -webkit-transform: translateY(-1px);
     -moz-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
}
body.ios section#page-header .table .type .name i{
  line-height: 17px;
}
section#page-header .table .type .name i:hover{
  background: #babec6;
}
section#page-header .table .type .name i:before{
  content: "i";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-family: Sofia Pro, sans-serif;
}
section#page-header .table .type .name i>*{
  margin: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}*/
section#page-header .table .type .price{
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
{#
section#page-header .table .type .price span:last-child{
  position: relative;
  padding-left: 20px;
  margin-left: 8px;
  color: var(--main-purple);
}
section#page-header .table .type .price span:last-child:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  background: url(../svg/credits-small.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-8px);
}#}

/* Popup 

#table-info-popup .popup{
  width: 520px;
}
#table-info-popup .popup-content{
  padding: 25px 30px;
  text-align: left;
}
*/
/* Responsiveness ------------------------------------------- */

@media(max-width: 800px) {
  section#page-header .table .container{
    padding: 0;
  }
  section#page-header .table .name{
    width: 100% !important;
  }
  section#page-header .table .heading{
    background: rgba(0,0,0,0.2);
  }
  section#page-header .table .heading .name{
    position: absolute;
    left: 0;
    top: -34px;
    justify-content: center;
    width: 100%;
  }
  section#page-header .table .heading .price div{
    border-right: solid 1px rgba(255,255,255, 0.25);
  }
  section#page-header .table .heading .price div:last-child{
    border-right: none;
  }
  section#page-header .table .type .name{
    text-align: center;
    background: var(--neutral-9);
    padding: 10px 0;
    margin-bottom: 15px;
  }
  section#page-header .table .type .price div{
    border-right: solid 1px var(--neutral-8);
  }
  section#page-header .table .type .price div:last-child{
    border-right: none;
  }
  section#page-header .table .pricing .type{
    padding-top: 0;
    padding-bottom: 20px;
  }
}

@media(max-width: 550px) {
  section#page-header .table .type .price div{
    flex-direction: column-reverse;
    line-height: 1.2;
  }
}

@media(max-width: 430px) {
  section#page-header .header .container {
    padding-top: 40px;
  }
}