/* =====================================

          FOOTER STYLES 

========================================

* This stylesheet is exclusively for styles displayed in the footer. Don't cross the streams!
* Please do not edit this file, unless you wish to make a global change for all websites that use one of the OPS child themes.
* If you are unsure, please contact Laura Wheatman or Francis Whiteley or email us at projects@flex4.co.uk
*/

/* NAVIGATION */

footer{
	/*background-color:#691f99;*/
	color:#FFF;
}

footer ul{
	margin:0;
	padding:0;
	list-style: none;
}
footer li a{
	text-decoration: none;
	color:#FFF;
}
footer li a:visited{
	/* color:#FFF; */
}

/* SOCIAL MEDIA */

a.social{
	display: inline-block;
	padding:10px;	
	background-color:#FFF;
	margin: 5px;
}
a.social i{
	font-size: 1.2rem;
}

/* PAYMENT TYPES */

.card-types img{
	max-height: 29px;
	display:inline-block;
}

.payment-gateway img{
	display:inline-block;
	vertical-align:top;
	margin-bottom:0.5rem;
	max-height: 60px;
	width:auto;
}

.card-types i{
	font-size: 2.2rem;
    padding: 5px;
}

