/*
* Plugin Name: Themeum Tweet
* Plugin URI: http://www.themeum.com/item/themeum-tweet
* Author: Themeum
* Author URI: http://www.themeum.com
* License - GNU/GPL V2 or Later
* Description: Themeum Tweet is a Twitter feed display/slider plugin.
* Version: 1.1
*/


.widget_themeum_tweet .widget-title{
  text-align: center;
}
.list-layout .themeum-tweet-item {
  border-bottom:1px solid #f5f5f5;
  margin:0;
  padding:15px 0;
}
.list-layout .themeum-tweet-item:first-child {
  padding-top: 0;
}
.list-layout .themeum-tweet-item img.tweet-avatar {
  display:block;
  float:left;
  margin:0 10px 0 0;
}
.list-layout .themeum-tweet-item .date,
.list-layout .themeum-tweet-item .source {
  font-size:10px;
  line-height: normal;
}
.list-layout .themeum-tweet-item .date {
  float:left;
}
.list-layout .themeum-tweet-item .source {
  float:right;
}
.list-layout a.followme {
  display:block;
  background:url(../images/followme.png) no-repeat 0 5px;
  margin-top:10px;
  padding-left:20px;
}

/* Scroller Layout */
.layout-scroller .themeum-tweet-item img.tweet-avatar {
  display:block;
  float:left;
  margin:0 10px 0 0;
}
.layout-scroller .themeum-tweet-item .date,
.layout-scroller .themeum-tweet-item .source {
  font-size:10px;
  line-height: normal;
}
.layout-scroller .themeum-tweet-item .date {
  float:left;
}
.layout-scroller .themeum-tweet-item .source {
  float:right;
}
.themeum-tweet.layout-scroller a.followme {
  display:block;
  background:url(../images/followme.png) no-repeat 0 5px;
  margin-top:10px;
  padding-left:20px;
}

/*Carousel Layout*/

.themeum-tweet.carousel {
  position: relative;
  padding-bottom: 40px;
}
.themeum-tweet .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.themeum-tweet .carousel-inner > .item{
  text-align: center;
}
 .themeum-tweet-items {
  display: inline-block;
  max-width: 70%;
}

.themeum-tweet-text {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
}
.themeum-tweet .carousel-inner .tweet-source {
  display: none;
}
.themeum-tweet-text a {
  color: #fff;
  font-weight: 700;
}

.tweet-date {
  margin: 30px 0 10px;
}

.tweet-username {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
}

.tweet-username a {
  color: #fff;
}

.tweet-date a {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
}

.themeum-tweet .carousel-inner > .item .tweet-avatar{
  margin-bottom: 10px;
  margin: 0 auto;
  border-radius: 100%;
  padding: 2px;
  background: #fff;
}

.themeum-tweet .carousel-inner > .item a.followme{
  display: inline-block;
  text-decoration: none;
  margin: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  white-space: nowrap;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42857143;
  border-radius: 2px;
  transition: 300ms;
  -webkit-transition: 300ms;
  margin: 20px 0;
}

.themeum-tweet .carousel-inner > .item a.followme:hover{
  background-color: transparent;
  color: #fff;
}

.themeum-tweet .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.themeum-tweet .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.themeum-tweet .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 4px;  
  background-color: #fff;
}

.themeum-tweet-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  background-color: #f2dede;
  color: #a94442;
}