/*
 Theme Name:   PageSparx
 Theme URI:    http://www.pagesparx.com/
 Description:  PageSparx Theme
 Author:       PageSparx, Inc.
 Author URI:   http://www.pagesparx.com
 Template:     Divi
 Version:      1.0.0
*/

@charset "UTF-8";
/* Payment Options */
.et-social-icons {
	float: right;
	text-align: right;
	padding-bottom: 5px;
}
.ps-footer-info {
	width: 50%;
	text-align: left;
}
.ps-footer-payments {
	width: 50%;
	text-align: right;
}
@media only screen and ( max-width: 1079px ) {
	.et-social-icons {
		float: none;
		text-align: center;
	}
	#footer-info {
		width: 100%;
		text-align: center;
	}
	.ps-footer-info {
		width: 100%;
		text-align: center;
	}
	.ps-footer-payments {
		width: 100%;
		text-align: center;
	}
}
@media only screen and ( min-width: 1080px ) {
	.et-social-icons {
		float: right;
		text-align: right;
		padding-bottom: 5px;
	}
	.ps-footer-info {
		width: 50%;
		text-align: left;
	}
	.ps-footer-payments {
		width: 50%;
		text-align: right;
	}
}
