/*
 * Social Media Feeds Stylesheet
 */
 
body {
 -ms-overflow-style: scrollbar;
}
 
.xd-smf-feeds {
	position: relative;
	text-align: right;
}

.xd-smf-feeds .xd-smf-feed-container {
	position: fixed;
	right: 0;
	z-index: 9999995;
}

.xd-smf-feeds .xd-smf-feed-container > img {
	vertical-align: top;
}

.xd-smf-feed-container .feed {
	display: none;
	background: #FFF;
}

.xd-smf-feed-container.top {
	z-index: 9999999;
}

.xd-smf-feed-container.top#gp > div {
	width: 300px !important;
}

.xd-smf-pinterestboard-feed, .xd-smf-pinterestuser-feed {
	width: 300px !important;
}

@media (max-width: 767px) {
   .xd-smf-feeds {display: none !important;}
}