/** Payment Methods Page **/
body.page-template-page-templatespayments-page-php .sidebar-wrapper h2, body.page-template-page-templatespayment-methods-page-php h2, body.page-template-page-templatespayment-page-php .sidebar-wrapper h2{
	font-size: 21px;
	font-family: arial;
	color: #010101;
	margin: 8px 0 5px 0;
	}

body.page-template-page-templatespayments-page-php .sidebar-wrapper p, body.page-template-page-templatespayment-page-php .sidebar-wrapper p{
	font-size: 12px;
	font-style: italic;
	color: #595959;
	line-height: 18px;
	margin: 0 0 10px 0;
	}

body.page-template-page-templatespayments-page-php .content-wrapper, body.page-template-page-templatespayment-methods-page-php .content-wrapper, body.page-template-page-templatespayment-page-php .content-wrapper{
	display: inline-block;
	vertical-align: top;
	}
	
ul.payments-list .attachment-post-thumbnail.wp-post-image {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	}


.payments-list .payment-item{
	margin: 0 0 15px 0;
	}

.payments-list .payment-item img{
    padding: 3px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	max-width: 100%;
	height: 100%;
	}

.payments-list .payment-item a {
	display: block;
	text-decoration: none;
	}

.payments-list .payment-item h5{
	font-weight: normal;
	font-style: italic;
	}

.payments-list .payment-item h5 a{
	color: #808080;
	}

.payments-list .payment-item h5 a:hover{
	color: #010101;
	text-decoration: none;
	}

.payment-image{	
	float: right;
	margin: 0 0 20px 0;
}

.page-template-page-templatespayment-page-php h2:first-of-type{
	margin-top: 0;
}
.payment-logo{
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #e0e0e0;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 767px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.payments-list{
		margin: 15px 0;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 380px) {
	.payment-logo{
		float: none;
		text-align: center;
		margin: 0 auto 1em auto;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}