/*
 Theme Name:   Corpus Child
 Template:     corpus
 Description:  Child theme of Corpus.
 Version:      1.0.0
 Author:       Euthemians Team
*/


.eut-filter ul li span {
	font-size: 24px;
	line-height: 16px;
	display: inline-block;
	opacity: 0.5;
	-webkit-transition : all .3s;
	-moz-transition    : all .3s;
	-ms-transition     : all .3s;
	-o-transition      : all .3s;
	transition         : all .3s;
}
.eut-filter ul li span:hover {
 color: #004252 !important;
}


.eut-copyright a:hover, .eut-read-more{
    color:#004252!important;
}
.eut-read-more:hover{
    color:#000000!important;
}
.eut-post-title:hover{
	color:#000000!important;
}


