.penci-tweets-widget-content ul li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.penci-slider.penci-tweets-slider ul.slides li:before,
.penci-slider.penci-tweets-slider ul.slides li:after {
  content: none !important;
  display: none !important;
}
.penci-tweets-widget-content .icon-tweets {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  font-size: 32px;
  color: #305098;
  margin-top: -10px;
}
.penci-tweets-widget-content .tweet-text {
  color: #313131;
  margin-bottom: 10px;
  text-align: center;
}
.penci-tweets-widget-content .tweet-intents {
  text-align: center;
  overflow: hidden;
}
.penci-tweets-widget-content .tweet-intents a {
  color: #305098;
  font-size: 13px;
  font-style: italic;
}
.penci-tweets-widget-content .tweet-intents span:after {
  content: "/";
  margin: 0 5px;
  font-size: 11px;
  color: #305098;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.penci-tweets-widget-content .tweet-intents span:last-child:after {
  content: none;
  display: none;
}
.penci-tweets-widget-content .tweet-intents-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.penci-tweets-widget-content .tweet-intents-inner:before,
.penci-tweets-widget-content .tweet-intents-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 250px;
  height: 1px;
  background: #305098;
  right: 100%;
  margin-right: 15px;
  opacity: 0.5;
}
.penci-tweets-widget-content .tweet-intents-inner:after {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 15px;
}
.penci-tweets-widget-content .tweet-date {
  line-height: 1.8;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 9px;
  opacity: 0.7;
  font-size: 14px;
}
.penci-owl-carousel.penci-tweets-slider .owl-dots {
  position: static;
  margin-top: 23px !important;
}
.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot {
  margin: 0 4px;
}
.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #d4d4d4;
}
.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot.active span,
.penci-owl-carousel.penci-tweets-slider .owl-dots .owl-dot:hover span {
  border-color: #305098;
  background: #305098;
}
.penci-tweets-widget-content.pc_alignleft .icon-tweets,
.penci-tweets-widget-content.pc_alignleft .tweet-text,
.penci-tweets-widget-content.pc_alignleft .tweet-date,
.penci-tweets-widget-content.pc_alignleft .tweet-intents,
.penci-tweets-widget-content.pc_alignleft .penci-owl-carousel-slider .owl-dots {
  text-align: left;
}
.penci-tweets-widget-content.pc_alignright .icon-tweets,
.penci-tweets-widget-content.pc_alignright .tweet-text,
.penci-tweets-widget-content.pc_alignright .tweet-date,
.penci-tweets-widget-content.pc_alignright .tweet-intents,
.penci-tweets-widget-content.pc_alignright .penci-owl-carousel-slider .owl-dots {
  text-align: right;
}