.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) { text-decoration: none;
}

.testi-para {
    height: 100px;
    overflow-y: auto;
    padding-right: 20px;
}

.testi-para::-webkit-scrollbar {
    width: 4px;
    background-color: #ededed;
    border-radius: 50px;
}

.testi-para::-webkit-scrollbar-thumb {
    background-color: #de3813;
    border-radius: 50px;
}


/* Memberpress Account */
.mp_wrapper .mp-form-row{
	padding-bottom:5px;

}
#mepr_account_form .mepr-submit{
padding: 15px 35px 15px 35px;
width: 100% !important;
background-color: #F28805;
color: white;
font-weight: 600;
font-family:poppins;
border-radius:5px;
	transition: all .2s linear;
}
.mepr-account-change-password a{
	font-weight:600;
	width:100% !important;
	display:block;
	color:#F28805;
	font-family:poppins;
}

#mepr_account_form .mepr-submit:hover{
	background:black;
	color:white;
	border-color:black;
}
#mepr_account_form .mp-form-label{
	font-size:16.5px;
	font-weight:550;
	color:#091d2e;
	font-family:poppins !important;
}
#mepr_account_form .mepr-form-input{
	border-color:#CDD9EC;
	font-family:poppins !important;
  border-radius:5px;
}
#mepr-account-nav a{
	font-family:poppins !important; 
	color:#F28805;
	
}


/* Memberpress Checkout Page */

.mp_wrapper .mp-table{
	width:85% !important;
}

.mp_wrapper .mp-form-label
{
	font-size:17px;
	font-weight:500 !important;
	color:#2b303d;
	padding-bottom:5px;
	font-family:poppins !important;
	
}

.mp_wrapper .mp-form-row #user_first_name1,#user_last_name1,#user_login1,#user_email1,#mepr-address-one1,#mepr-address-two1,#mepr-address-city1,#mepr-address-country1,#mepr-address-state1,#mepr-address-zip1,#mepr_email1,#mepr_phone1,#mepr_company1,#mepr_user_password1,#mepr_user_password_confirm1{
	width:85% !important;
	border-color:#CDD9EC;
  border-radius:5px !important;
	font-family:poppins !important;
	
}

.have-coupon-link{
	background-color:#F8F9FC;
	display:block;
	margin-top:50px;
	margin-bottom:50px;
	padding:15px;
	border-radius:3px;
	color:#F28805;
	text-decoration:underline !important;
	font-weight:400;
	font-size:17px;
	width:85% !important;
}
.have-coupon-link:hover{
	text-decoration:none !important;
	color:#333;
}

.mp_wrapper .mepr-payment-method{
	width:85% !important;
	
}
.mp_wrapper .stripe-card-name{
	border-color:#CDD9EC !important;
  border-radius:5px;
}
.mp_wrapper .mepr-stripe-card-element{
	border-color:#CDD9EC !important;
  border-radius:5px;
}
.mepr_tos a{
	color:#F28805;
	font-size:16px;
	font-weight:400;
}
.mp-form-submit .mepr-submit{
	background-color:#F28805;
	border:0px;
  border-radius:5px;
	color:white;
	font-weight:500;
	font-size:18px;
	padding:15px 55px 15px 55px;
	box-shadow:none !important;
  width:85% !important;
	transform:none !important;
	font-family:poppins;
	transition: all .2s linear;
	
}
.mp-form-submit .mepr-submit:hover{
	background-color:black;
}
@media only screen and (max-width: 600px) {
 .mp-form-submit .mepr-submit{
	width:70% !important;
}

}

.mp_wrapper #mepr_coupon_code1{
	border-color:#CDD9EC;
	border-radius:5px;
        width:85%;
}
.dashicons, .dashicons-before::before{
	display:none !important;
}
.mepr_bold{
	display:none;
}




