.row.gs_tweet { margin-left: -5px !important; }
.gs_tw_feeds_area {
  overflow: hidden;
  display: block;
  clear: both;
  margin: 15px 0;
}
/*follow-button*/
.gs-twitter-center-align {
  width: 31%;
  margin: 0 auto 20px;
  background: rgba(153, 153, 153, 0.38);
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  clear: both;
}

/*theme-1*/
.gstf_theme1 {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
}
.gstf_theme1 .single-tweet {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  line-height: 1.75;
  font-weight: 400;
}
.gstf_theme1 a {
  border-bottom: 1px dotted;
  box-shadow: none !important;
  color: #03A9F4;
}
.gstf_theme1 a:hover {
  border-bottom: 1px solid;
}
.gstf_theme1 a.gs-tweet-name {
  display: inline-block;
}
.gstf_theme1 .gs-tweet-action {
  margin: 20px 0px;
}
.gstf_theme1 .gs-twitter-follow-btn,
.gstf_theme2 .gs-twitter-follow-btn {
  padding: 6px;
}
/*Theme 2*/
.gstf_theme2 {
  background: #0f0f0f;
  border-radius: 5px;
  padding: 13px 8px;
  color: #fff;
}
.gstf_theme2 .gs-tw-logo { 
  display: inline-block;
  float: left;
}
.gstf_theme2 .gs-tw-logo img {
  width: 40px;
  border-radius: 5px;
}
.gstf_theme2 .gstw-name-at,
.gstf_theme2 .tw-on {
  height: 40px;
  line-height: 40px;
}
.gstf_theme2 .single-tweet {
  margin-bottom: 30px;
  border-bottom: 1px dashed #525151;
  padding-bottom: 30px;
}
.gstf_theme2 .gs-tweet-name { margin-left: 10px; }
.gstf_theme2 .gs-tweet-text {
  line-height: 1.3;
  margin: 8px 0;
}
.gstf_theme2 a {
  color: #fff;
  box-shadow: none !important;
}
.gstf_theme2 a:hover,
.entry-content .gstf_theme2 a:hover {
  color: #a7a5a5;
}
.gstf_theme2 .gs-tweet-at { color: #a7a5a5; }
.gstf_theme2 .gs-tweet-at:hover,
.entry-content .gstf_theme2 .gs-tweet-at:hover { color: #fff; }
.gstf_theme2 .gs-tweet-text a { color: #ff3366; }
.gstf_theme2 .gs-tweet-action a { margin-right: 12px; }
.gstf_theme2 .gs-tweet-action a span { margin-left: 5px; }




/*tweet-widget*/
.tweet-widget{
  list-style-type: none;
  margin: 0px;
}
.tweet-widget li{
  margin: 5px 0px;
}
.widget_gstwitter_widget .gs-twitter-center-align {
  width: 100%;
}
.widget_gstwitter_widget .gs-twitter-center-align a { 
  border-bottom: none;
}
.widget_gstwitter_widget .gs_twitter_numbers {
  font-size: 14px;
}


.gs_tw_feeds_area .tweet-widget li,
.sidebar .gs_tw_feeds_area .tweet-widget li {
  margin-bottom: 22px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 22px;
  line-height: 1.5;
}
.gs_tw_feeds_area .tweet-widget li:last-child,
.sidebar .gs_tw_feeds_area .tweet-widget li:last-child {
  border-bottom: none;
}
.gs_tw_feeds_area li a,
.sidebar .gs_tw_feeds_area li a {
  border: none;
  color: #007acc;
}
.gs_tw_feeds_area .tweet-description .fa-twitter {
  color: #007acc;
  margin-right: 5px;
}
.entry-content ul li i,
.entry-content .gs_tw_feeds_area ul li i { margin-right: 0; }

/*Responsive*/
@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .gstf_theme1 .gs-twitter-center-align,
  .gstf_theme2 .gs-twitter-center-align {
    width: 50%;
  }
  .widget_gstwitter_widget .gs-twitter-center-align {
    width: 100%;
  }
  .gstf_theme2 .gstw-name-at, .gstf_theme2 .tw-on { font-size: 13px; }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .gstf_theme1 .gs-twitter-center-align,
  .gstf_theme2 .gs-twitter-center-align,
  .widget_gstwitter_widget .gs-twitter-center-align {
    width: 50%;
  }
  .gstf_theme2 .tw-on { text-align: center; padding: 0; line-height: 1; height: auto; }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .gstf_theme1 .gs-twitter-center-align,
  .gstf_theme2 .gs-twitter-center-align,
  .widget_gstwitter_widget .gs-twitter-center-align {
    width: 50%;
  }
  .gstf_theme2 .tw-on { text-align: center; padding: 0; line-height: 1; height: auto; }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .gstf_theme1 .gs-twitter-center-align,
  .gstf_theme2 .gs-twitter-center-align,
  .widget_gstwitter_widget .gs-twitter-center-align {
    width: 50%;
  }
  .gs-card-theme1 .gs-twitter-center-align { width: 65%; }
  .gstf_theme2 .gstw-name-at, .gstf_theme2 .tw-on { font-size: 12px; }
  .gstf_theme2 .tw-on { text-align: center; padding: 0; line-height: 1; height: auto; }
}

@media only screen and (max-width: 479px) {
  .gstf_theme1 .gs-twitter-center-align,
  .gstf_theme2 .gs-twitter-center-align {
    width: 100%;
  }
  .gstf_theme2 .single-tweet .col-xs-6 { width: 100%; }
  .gstf_theme2 .gstw-name-at, .gstf_theme2 .tw-on { height: auto; line-height: 1.4; font-size: 14px; padding: 10px 0;}
  .gstf_theme2 .tw-on { text-align: center; padding: 0; line-height: 1; height: auto; }
  .gstf_theme2 .gs-tweet-name { margin-left: 0; }
  .gstf_theme2 .gs-tw-logo img { margin-right: 10px; }
}