/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2019 | 10:19:19 */
/*** Shared Counts Plugin styling (social media sharing icons) ***/

.shared-counts-wrap.after_content {
    margin: auto;
    width: 166px;
}

/*** Recent Posts Widget With Thumbnails - don't wrap titles in footer ***/
.rpwwt-widget
{
  white-space: nowrap;
}

/*** Userback - hide feedback tab on small screen resolutions ***/
@media (max-width: 1023px) {
  .userback-button-container {
    display:none;
  }
}