/* =================================================================== */
/* Purple #8e309f
====================================================================== */

#navigation ul li a:hover, 
#navigation ul li:hover > a, 
#bolded-line, 
.button.gray:hover, 
.button.light:hover, 
.button.color, 
input[type="button"] {
	background: #8e309f;
}

.flex-direction-nav .flex-prev:hover, 
.flex-direction-nav .flex-next:hover, 
#scroll-top-top a, 
.post-icon {
	background-color:#8e309f;
}

.mr-rotato-prev:hover, 
.mr-rotato-next:hover,
li.current, 
.tags a:hover {
	background-color: #8e309f;
	border-color: #8e309f;
}

#filters a:hover, 
.selected, 
#portfolio-navi a:hover {
	background-color: #8e309f !important;
	border: 1px solid #8e309f !important;
}
a, a:visited {
    color: #8e309f;
    outline: 0 none;
    text-decoration: none;
    transition: color 0.1s ease-in-out 0s;
}