// FOOTER

.tm-footer {
	text-align: center;
	padding: 70px 0;
	clear: both;
	&:extend(.primary-bg-color);
	&:extend(.footer-color);
	&.is-fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.custom-text {
		margin-bottom: 30px;
		text-transform: uppercase;
		font-weight: 700;
	}
	.navigation {
		margin-bottom: 30px;
		background: transparent;
		li {
			display: inline-block;
			a {
				text-transform: uppercase;
				font-weight: 700;
				padding: 0 15px;
				&:extend(.footer-color);
			}
		}
	}
}