/* 

	================================================================
	Created on: 12th Apr '17
	Author: Little Fire Digital
	Copyright: Little Fire Digital Ltd 2017
	Generated by: 
	
	Colours:
	================================================================
	
	Primary Colour: #0066DD
	Primary Highlight: #6699FF
	Primary Shadow: #0044BB
	Accent Colour: #FF6600
	Accent Highlight: #FF9966
	Accent Shadow: #CC2200


*/

/* -------------------------------------------- Call to Action Buttons -------------------------------------------- */

.call_to_action a {
	background-color: #0066DD !important;
		color: rgba( 255, 255, 255, .6 );
	
}

.call_to_action a,
.call_to_action a:visited {
		color: rgba( 255, 255, 255, .6 );
	
}

.call_to_action a:hover {
		color: #FFFFFF;
	
}

.border {
    border: 1px solid #009933;
}

.border_accent {
    border: 1px solid #170;
}


.filled,
.border,
.accent,
.rounded {
    border-radius: 3px;
}


.filled,
.filled:visited {
	background: #009933;
	color: #EEEEEE;
	

}

.filled_accent,
.filled_accent:visited {
	background: #FF6600;
	
		color: #EEEEEE;
	
}

.accent {
	color: #FF6600;
}