/*remove the tags from the articles*/
.sprocket-mosaic-tags {
    display: none !important;
}

/*remove the all filter from mosaic rok gallery*/
.sprocket-mosaic-filter ul .all {display: none !important;}

/*THIS IS USED FOR FOR TITLES OF ROK SPROKCET ARTICLES*/
div.sprocket-lists h4.sprocket-lists-title {
  color: white;
}

div.sprocket-lists h4.sprocket-lists-title:hover {
  color:#A00B0B; /*red*/
}


/*ACTIVE ROK SPROCKET*/
.sprocket-lists li.active h4.sprocket-lists-title {
color:#A00B0B; /*red*/
}


/*FOR THE "LINK" REOCKET SPROCKET*/
.sprocket-lists li.active h4.sprocket-lists-title a{
color:white
}
.sprocket-lists li.active h4.sprocket-lists-title a:hover{
color:#A00B0B; /*red*/
}

/*remove read on with rocket list
div.sprocket-lists h4.sprocket-lists-title span .readon{
display: none;
}*/

/*original*/
div.sprocket-lists span .readon {
display: none;
}/*

/*
.sprocket-lists li.active h4.sprocket-lists-title title{
    background-color: #303030;
    background-image: linear-gradient(#363636, #313131 20%, #2C2C2C);
    background-repeat: no-repeat;
    box-shadow: 0 1px 0 rgba(225, 225, 225, 0.1) inset;
    color: #B2AFA8;
	}

.sprocket-lists li.active h4.sprocket-lists-title title:hover{
background-color: #404040
background-image: linear-gradient(#464646, #414141 20%, #3c3c3c);
backround-repeat: no-repeat;
}
*/

	


*/

ul.gf-menu.l1 > li {
    font-color: #000000;
	font-weight:bold;
}
 
 
.gf-menu .item {
    color: white;

}



  
 
ul.menu > li > .item:hover, ul.menu > li > .separator:hover, ul.menu > li > a.active#current, ul.menu > li > .item.active#current, ul.menu > li > .separator.active#current {
color: #F70911;
}

ul.menu > li a, ul.menu > li .item, ul.menu > li .separator {
color:white;
}


.rt-main-wrapper .sprocket-mosaic-header li {
color: black;
font-weight: bold;
}