/**
 * Theme Name: Motus
 * Author: EpicDevs
 * Author URI: https://epicdevs.com/
 * Description: Motus WordPress Theme
 * Version: 1.0
 * Text Domain: motus
 */

.full-width-background {
	position: relative !important;
	z-index: 1 !important;
}
.full-width-background:after {
	width: 200vw;
	position: absolute;
	background-color: inherit;
	left: -100vw;
	top: 0;
	height: 100%;
	content: '';
	z-index: -1;
}
.epic-alert {
	font-family: 'Lato', sans-serif;
	background-color: #440099;
	padding: 20px 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.epic-alert__inner {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
}
.epic-alert a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.epic-alert a:hover {
	color: #fff;
	opacity: 0.6;
}

/*footer*/
.c-footer__heading a {
    color: #fff;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

@media only screen and (max-width: 640px) {
	.epic-alert {
		padding: 8px 10px;
		font-size: 14px;
		text-align: center;
	}
	.epic-alert__inner {
		flex-direction: column;
	}
	.epic-alert a {
		font-size: 14px;
	}
}
