/*
Theme Name: softit child
Tags:  custom-menu, editor-style, featured-images
Template: softit
Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/
a {
    color: #ACC73C;
}

#scrollUp {
    background: #ACC73C none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
	border-radius: 5px;
    width: 40px;
/* 	animation: witr_bounce 800ms ease-out infinite;	 */
}
#scrollUp i {
    color: #fff;
}