/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2025 | 12:21:34 */
#footer .gallery, #footer .row {
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly !important;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer-buttons .col-inner {
	display: flex;
	flex-flow: column;
	align-items:center;
}

.footer-buttons .col-inner a {
	width: 200px;
	margin-right: 0;
	
}



@media screen and (max-width: 480px) {
	#footer .gallery, #footer .row {
    display: flex;
    flex-flow: column !important;
    width: 100%;
    align-items: center;
    justify-content: space-evenly !important;
    flex-direction: row;
    flex-wrap: nowrap;
}
	
	.footer-buttons .col-inner a {
	width: 200px;
}
}