/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
/* CSS Document */
#pmpro_payment_method span a {
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat; 
	display: inline-block;
	margin-left: 1%;
	max-width: 300px;
	padding-bottom: 60px;
	text-align: left;
	width: 90%;
}
#pmpro_payment_method span.gateway_paypalexpress {
	margin: 2em 0 0 0;
}
#pmpro_payment_method .gateway_authorizenet a, 
#pmpro_payment_method .gateway_braintree a,
#pmpro_payment_method .gateway_cybersource a,
#pmpro_payment_method .gateway_paypal a,
#pmpro_payment_method .gateway_stripe a, 
#pmpro_payment_method .gateway_twocheckout a {
	background-image: url(https://cursos.percussioncoachinstitute.com/images/pay-with-credit-cards.png);
}
#pmpro_payment_method span.gateway_paypalexpress a {
	background-image: url(https://cursos.percussioncoachinstitute.com/images/pay-with-paypal.png);
}
@media (min-width: 769px) {
	#pmpro_payment_method .pmpro_checkout-fields {
		column-gap: 2em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	#pmpro_payment_method span {
		flex: 1;
	}
	#pmpro_payment_method span.gateway_paypalexpress {
		margin-top: 0;
	}
}
