*{ box-sizing:border-box; }

html{
	color:#000;
	background:transparent;
	margin:0;
	padding:0;
	min-height:100%;
	margin: 0 auto;
	max-width: 1920px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;
	padding:0;
}
a img{
	border:none;
}
a{
	text-decoration:none;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

.feedr-post{
	border: 1px solid #F0F0F0;
  border-radius: 20px;
  padding: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  overflow: hidden;
  background: #FFFFFF;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 600px;
  overflow: scroll;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  max-width: 400px;
}

.feedr-post.alone{
	height: unset;
}

.feedr-post.noImages{
	justify-content: flex-start;
}

.feedr_swiper_slide{
  padding: 10px 0;
  max-width: 400px;
}

.feedr_swiper-wrapper {
  height: auto !important;
}

.feedr_swiper-wrapperMedia {
  height: 300px !important;
}

.feedr-post-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.feedr-post-header-author{
  display: flex;
  align-items: center;
  max-width: 80%;
  color: inherit;
}

.feedr-post-header-author-avatar{
  width: 48px;
  height: 48px;
  border-radius: 320px;
  overflow: hidden;
  background: #FAFAFA;
  margin-right: 10px;
  flex-shrink: 0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}

.feedr-post-header-author-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feedr-post-header-author-company-title{
  font-size: 12px;
  font-weight: 600;
}

.feedr-post-header-author-company-headline,
.feedr-post-header-author-company-followers{
  font-size: 10px;
}

.feedr-post-header-metadata{
  color: inherit;
}

.feedr-post-header-metadata p{
  padding: 2px 6px;
  border: 1px solid #cecece;
  border-radius: 320px;
}

.feedr-post-header-metadata p + p{
  margin-top: 5px;
}

.feedr-post-media{
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 0 -30px -30px -30px;
}

.feedr-post-media img,
.feedr-post-media video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: contain;
	display: block;
}

.feedr-post-body{
  margin: 30px 0;
  line-height: 1.6em;
}

.feedr-post-body-text a{

    color: #8fccf0;
}

.feedr-post-body-text .feedr-post-body-text-crop{
  overflow:hidden;
  line-height: 1.6em;
  height: calc(1.6em * 8);
  min-height: calc(1.6em * 8);
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}

.feedr-post-body-text .feedr-post-body-text-crop.complete{
  height: unset;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.feedr-post-body-text-crop-cropped .feedr-post-body-text-entire{
  display: none;
}

.feedr-swiper-button-next.swiper-button-next,
.feedr-swiper-button-prev.swiper-button-prev{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 320px;
	box-shadow: 0 1px 30px 0 rgba(0,0,0,.5);
}

.feedr-swiper-button-next:after,
.feedr-swiper-button-prev:after{
	font-size: 20px !important;
}

.swiper-horizontal > .feedr_swiperMediaPagination .swiper-pagination-bullets,
.feedr_swiperMediaPagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.feedr_swiperMediaPagination.swiper-pagination-custom,
.feedr_swiperMediaPagination .swiper-pagination-fraction{
	position: absolute;
	bottom: 0;
	text-align: right;
	padding: 10px;
	z-index: 99;
}

.feedr_swiperMediaPagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	background: none;
	border: 1px solid #FFFFFF;
}

.feedr_swiperMediaPagination .swiper-pagination-bullet-active{
	background: #FFFFFF;
}
