//	Christmas Sale
div.christmas-sale {
	background: url('../img/specials/christmas-sale/surefire-marketing-icon_purple.png') right center no-repeat #28345e;

	display: flex;
	flex-wrap: wrap;
	align-items: center;

	> div {
		flex: 0 0 25%;
	}

	.copy {
		color: $site-yellow;
		text-align: center;
		text-transform: capitalize;

		p.title {
			color: $base-accent-color;
			font-family: $header-font-family;
			letter-spacing: 4px;
			text-decoration: underline;
			text-transform: uppercase;
		}

		p.sub-title {
			font-size: 1.2em;
			margin-bottom: 1.25em;
		}
	}

	ul {
		color: #fff;

		li {
			display: inline-block;
			padding: 0 .5em;
		}
	}

	a {
		background: $base-accent-color;
		color: white;
		font-size: 1.2em;
		font-weight: 500;
		padding: 1.5em;
		border-radius: 100%;

		&:hover {
			border-radius: 90% 70%;
		}
	}
}
