/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * # Styles
 */
.wppx_pricetable {
  font-family: 'Poppins', sans-serif;
  color: #F74197;
  text-align: center; }
  .wppx_pricetable__card {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px -8px rgba(12, 12, 12, 0.5);
            box-shadow: 0 0 20px -8px rgba(12, 12, 12, 0.5); }
    .wppx_pricetable__card__header .title {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 25px; }
    .wppx_pricetable__card__content {
      padding: 25px 25px 0;
      border: 4px solid #F74197;
      border-radius: 30px 30px 0 0;
      border-bottom: none !important; }
      .wppx_pricetable__card__content ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .wppx_pricetable__card__content ul li {
          color: #555;
          font-size: 17px;
          text-transform: capitalize;
          margin: 0 0 25px; }
      .wppx_pricetable__card__content__value .amount {
        font-size: 40px;
        font-weight: 600;
        line-height: 45px; }
  .wppx_pricetable__signup {
    background-color: #F74197;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 0 0 20px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .wppx_pricetable__signup:hover {
      letter-spacing: 2px;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9); }
    .wppx_pricetable__signup a {
      color: #fff !important;
      font-size: 20px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .wppx_pricetable__signup a:hover {
        letter-spacing: 2px;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9); }
