/**
 * Footer styles
 *
 * @package CREARTVT
 */

/* ==========================================================================
   Footer Grid
   ========================================================================== */

.site-footer {
	width: 100%;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	gap: 10px;
}

.footer-item {
	padding: 20px
}

.footer-item p {
	margin: 0;
}

.footer-item p a {
	text-decoration: none;
    color: black;
}
.footer-item p a:visited {
	text-decoration: none;
    color: black;
}
.footer-item p a:hover {
	text-decoration: none;
    color: black;
}

.footer-right{
    text-align: right;
}