.shariff li {
    list-style: none !important;
}

#toxid_curl a.main-entry-cat {
    text-decoration: underline;
}

.craft-catlistitem {
    margin-bottom: 4%;
}

.craft-catlistitem.span4:nth-child(3n+1) {
    margin-left: 0;
}

.craft-catlistitem .image-container {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.craft-catlistitem .text-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
}

.craft-catlistitem .text-container p {
    font-size: 16px;
}

.blog-icon {
    padding-top: 2px;
}