p {
  margin-bottom: 15px;
}
a.article-title {
  float: none;
}

/* REMOVE IMAGE FROM PAYMENT, DISPLAY NEW ONE WITHOUT AMEX */

.cardtxt img {
	display:none;
}
.cardtxt:after {
	content: url('https://www.wtphemp.com/wp-content/uploads/2020/05/cards.png');
}

.custom-nmi-wrap .pmt-frmfld1, .custom-nmi-wrap .pmt-frmfld2, .custom-nmi-wrap .pmt-frmfld3 {
	padding: 0 10px 0 10px !important;
	background-color: white !important;
	
}

/* PROPERLY ALIGN CREDITCARD INPUT FIELDS AND MAKE ALL INPUT BLACK */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black !important;
}
