// -------------------------------------------------------------------
// :: EVENT
// -------------------------------------------------------------------

.m-event{
	display: flex;
	margin-bottom: 2rem;

	.a-location {
		@extend %__icon-map;

		&:before {
			position: relative;
			top: -2px;
		}

		color: $dark;
		text-transform: uppercase;
		font-family: $font-family-bold;
		font-weight: bold;
		font-size: rem(14px);
		letter-spacing: 1px;
	}
}

.m-event__content{
	flex-grow: 1;
	padding-left: 1rem;
}
