/* Enter Your Custom CSS Here */

.additionals-head ul li a {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 15px;
}

Custom CSS:
.schedule-wrapp .schedule-date {
background-image: url(http://moltenskymedia.com/websitesample2/wp-content/uploads/2015/03/greenblob.png)
}

.shopping-link {
display: none !important
}

.double-bounce1, .double-bounce2 {
background-color: #009900
}

img.avatar.avatar-85.wp-user-avatar.wp-user-avatar-85 {
    display: none;
}

div.author-post {
    display: none;
}

/*Changing the background of stamp from orange to green olive*/
div.schedule-date {
    background: url("http://moltenskymedia.com/websitesample2/wp-content/uploads/2015/03/greenblob2.png") !important;
    background-size: 200px 180px !important;
    color: #fff;
}

/*Remove comments tab from author menu*/

a.internal-link {
    display: none !important;
}

i.icon-comment {
    display: none !important;
}

.iconsinglepost {
  display:none !important; 
}



