/**
 * Footer styles
 * Renkler: sarı #edb61d, kahve #6e301e
 *
 * @package erdaunlumamulleri
 */

.site-footer {
	background-color: #6e301e;
	color: #edb61d;
	padding: 2.5rem 1.5rem 1.5rem;
	margin-top: 3rem;
}

.site-footer a {
	color: #edb61d;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-info {
	text-align: center;
	font-size: 0.875rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(237, 182, 29, 0.3);
	margin-top: 2rem;
	color: rgba(237, 182, 29, 0.9);
}

.site-info .sep {
	opacity: 0.5;
	margin: 0 0.25rem;
}
