/**
 * Theme Name: Paseo Pointe Elementary
 * Description: Child theme for Paseo Pointe.
 * Author: Juicebox Interactive
 * Author URI: http://juiceboxinteractive.com
 * Version: 1.0
 * Template: laveenschool
 */

.event .event__arrow{
	color: #006838;
	background-color: #108549;
}

@media( min-width: 768px ){
	.event .event__arrow{	
		background-color: #3f9e5f;
	}

	.events__panel .event:focus .event__arrow,
	.events__panel .event:hover .event__arrow{
		background-color: #65b17e;
	}
}