/**
 * Highligh: Background color
 */
.button .bubble,
.sub-heading::after,
.contact-info .social-wrap::after,
.image-gallery .item .description::after,
.video-gallery .item::after,
.metrics-highlight .metric h4::after,
.pricing-options .plan .price::after,
.pricing-options .plan:nth-child(2):nth-last-child(2) .plan-wrap .plan-content {
	background-color: #ff2626;
}


/**
 * Highligh: Text color
 */
a:hover,
.social-wrap li a:hover,
.footer .copy-container .nav-items ul li a:hover {
	color: #ff2626;
}