/* Marquee */
.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family: inherit;
}
.simple-marquee-container {
	width: 100%;
	background: #000;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 120px;
	position: relative;
	cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
	padding: 0;
	background: #000;
	width: 20%;
	height: 120px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
	padding-left: 0px !important;
	font-weight: 600;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.simple-marquee-container .marquee{
  margin-left: 25%;
}

.simple-marquee-container .marquee-content-items{
  padding: 5px;
  margin: 0;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-marquee-container .marquee-content-items li{
  display: inline-block;
  line-height: 35px;
  color: #fff;
  margin-left: 20px;       
  margin-right: 20px;
  width: 400px;
}

/* Slide Style */
.content {
	display: block;
	width: 100%;
	background: #000;
	overflow: hidden;
	margin: 0 auto;
	font-family: 'Oxygen', sans-serif !important;
}

.content *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family: inherit;
}

.image-container {
	display: flex;
  align-items: center;
  justify-content: center;
}

.image-container img {
	border-radius: 100%;
  height: 80px;
  width: 80px;
}

.ff-post-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.marquee-sibling {
	font-size: 30px !important;
  white-space: initial !important;
  text-align: left !important;
  padding-left: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.content-container {
	margin-left: 10px;
  white-space: normal;
}

.content-container h3 {
	margin-bottom: 0px;
  line-height: 1.2;
  font-size: 16px;
  color: #fbef4f;
  font-weight: 600;
}

.content-container a.ffpm-cta {
  text-decoration: unset;
  text-transform: uppercase;
  color: #000;
  background-color: #fbef4f;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #fbef4f;
  border-radius: 20px;
}

.content-container a:hover {
	background: #000;
	color: #fbef4f;
}

.ffpm-image {
	width: 80px;
  height: 80px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}