/**
 * Press
 */
.rawtpress-seen ul li > * {
    font-family: 'TheRawtarianLogos';

}

.rawtpress-seen ul li a {
    color: #5f5d5a !important;
}

.rawtpress-seen .seen-cbc:before {
    content: "\e008";
}

.rawtpress-seen .seen-huffpost:before {
    content: "\e009";
}

.rawtpress-seen .seen-blogher:before {
    content: "\e010";
}

.rawtpress-seen .seen-macleans:before {
    content: "\e011";
}

.rawtpress-seen .seen-veganlife:before {
    content: "\e012";
}

.rawtpress-seen .seen-nationalpost:before {
    content: "\e013";
}

.rawtpress-seen .seen-kriscarr:before {
    content: "\e014";
}

.rawtpress-seen .seen-npr:before {
    content: "\e015";
}

.rawtpress-seen .seen-wholefoods:before {
    content: "\e016";
}

.rawtpress-seen li a:hover {
    opacity: 0.5;
}

/**
 * Social profiles
 */
.rawt-social .fa-itunes:before {
    content: "\f179";
}

#footer .rawt-social-profiles a {
    /*background: rgba(255,255,255,0.7);*/
    background: #fff;
    /*color: #555;*/
    padding: 0.2em 0.07em 0.2em 0.23em;
    /*border: 1px solid #ddd;*/
    border-radius: 0.1em;
    margin: 0 0.15em 0.3em 0.15em;
}

#footer .rawt-social-profiles a:hover {
    color: #fff;
    background: #ef7873;
}

/**
 * Share Widgets
 */
.rawt-share-image-widgets .share-button {
    color: #fff !important;
    font-size: 2em;
    height: 1em;
    width: 1em;
}

.rawt-media-share .rawt-share-widgets {
    bottom: 0.8em;
    right: 0.3em;
}

/*.rawt-share-image-widgets .share-button .button-bg {
    background: #ef7773;
}*/

.rawt-share-entry-widgets .share-button:hover {
    color: #ef7873 !important;
}

.rawt-share-image-widgets .share-button:hover {
    color: #ef7873 !important;
}

/*.rawt-share-image-widgets .share-button:hover .button-bg {
    background: #fff;
}*/

/*.rawt-share-image-widgets .share-button:after {
    color: #fff;
    font-size: 3em;
    top: 0;
    left: 0;
    position: absolute;
    content: " ";
    background: #666;
    border-radius: 0.2em;
    width: 3em;
    height: 3em;
}*/