@charset "UTF-8";
/* CSS Document */

/* hide username feild since we use email address now */
.pmpro_checkout-field-username{
	display: none;
	
}

.pmpro_btn-submit-checkout {
	width: 60%;
	padding: 10px 15px;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:10px;
	float:left;
    background: #1288c9;
    text-transform: uppercase;
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #1076b2 ), to( #1288c9 ) );
    background-image: linear-gradient( to top, #1076b2, #1288c9 );
    background-image: -webkit-linear-gradient( to top, #1076b2, #1288c9 );
    background-image: -moz-linear-gradient( to top, #1076b2, #1288c9 );
    background-image: -ms-linear-gradient( to top, #1076b2, #1288c9 );
    background-image: -o-linear-gradient( to top, #1076b2, #1288c9 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1288c9, endColorstr=#1076b2);
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
 }

@media (max-width: 768px){
form.pmpro_form .pmpro_btn {
	width: 95% !important;
	margin: 10px 0 !important;
}}

#pmpro_account .pmpro_box h3 {
  font-weight: 700;
}
#pmpro_actionlink-change {
  display: none;
}
#pmpro_actionlink-levels {
  display: none;
}
#pmpro_actionlink-cancel {
  font-size: 13px;
  margin-bottom: 3px;
}
.pmpro_account-membership-levelname {
  font-size: 13px;
}
.pmpro_box table {
  font-size: 13px !important;
  text-align: left;
}
.pmpro_box table th {
  font-weight: 600;
}
.pmpro_box ul {
  margin-top: 0px;
}
.pmpro_box {
  line-height: 1.2;
}
#pmpro_actionlink-invoices {
  margin-top: 10px;
}
#pmpro_actionlink-profile {
  margin-top: 10px;
}
#pmpro_account-links {
  display: none;
}
.pmpro_invoice {
  text-align: left;
}
.pmpro_invoice th {
  font-weight: 600 !important;
}
#nav-below {
  margin-top: 20px;
}
#pmpro_confirmation_table {
  margin-top: 20px;
}
#user-signup-form-wrapper {
  width: 500px;
  display: flex;	
}
#user-signup-form-top {
  width: 500px;
}
#user-signup-form-right {
  width: 500px;
  min-height: 450px;
  padding-left: 30px;
  padding-top: 20px;
  background: #efefef;
}
#user-signup-form-left {
  width: 300px;
  min-height: 450px;
}
.pmpro_required {
  margin-bottom: 10px;
}
.pmpro_checkout-field-username {
  margin-top: 10px !important;
}
#password {
  margin-bottom: -8px;
}
.pmpro_checkout-h3-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 0px !important;
}
#pmprosp-password-strength {
	display: none !important;	
  }
  #pmprosp-password-notice {
    display: none !important;
  }

  .pmpro_checkout-field {
    margin-bottom: 0px !important;
  }
  span.pmprosp-tooltip__password {
    display: none !important;
  }
  #password {
    margin-bottom: 6px;
  }

  .pmpro_checkout-field.pmpro_payment-account-number #AccountNumber,
  .pmpro_checkout-field.pmpro_payment-expiration #Expiry,
  .pmpro_checkout-field.pmpro_payment-cvv #CVV {
      height: 38px;
      padding: 10px;
      border: #d2d2d2 1px solid;
      color: #aaa9a9;
      width: 90%;
  }

.pmpro_checkout-field.pmpro_payment-account-number  #AccountNumber:after ,
.pmpro_checkout-field.pmpro_payment-expiration #Expiry:after,
.pmpro_checkout-field.pmpro_payment-cvv #CVV:after {
    content: "* *";
    display: inline-block;
    float: right;
    margin-top: -15px;
    margin-right: -33px;
}

@media only screen and (max-width: 820px) {
    .pmpro_checkout-field.pmpro_payment-account-number #AccountNumber,
    .pmpro_checkout-field.pmpro_payment-expiration #Expiry,
    .pmpro_checkout-field.pmpro_payment-cvv #CVV {
        width: 95%;
    }

  .pmpro_checkout h3 span.pmpro_checkout-h3-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 0;
  }
  #user-signup-form-wrapper {
    width: 315px !important;
  }
  #user-signup-form-left {
    display: none;
  }
  #user-signup-form-right {
    width: 315px;
    height: 600px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
  }
  #user-signup-form-top {
  /*  display: block !important;
    width: 315px;*/
  }
  #pmprosp-container {
    /*display: none;*/
  }

  form.pmpro_form .input {
    width: 95% !important;
	max-width: 95% !important;
  }
}