/*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; }

/*theme 3 - Vertical UP*/
.gstf_theme3 .vertical-up li,
.gstf_theme4 .vertical-down li {
  box-shadow: none;
  padding: 0 0 25px; 
  overflow: hidden;
  border-bottom: 1px dashed #d8d6d6;
}
.gstf_theme3 .user-avater,
.gstf_theme4 .user-avater {
  padding-right: 10px;
  float: left;
  width: 15%;
}
.gstf_theme3 .tweet-description,
.gstf_theme4 .tweet-description {
  width: 85%;
  float: left;
  padding: 12px 0;
}
.gstf_theme3 .user-avater img,
.gstf_theme4 .user-avater img {
  border-radius: 50%;
  width: 100px;
}
.gstf_theme3 .tweet-description > a,
.gstf_theme4 .tweet-description > a {
  text-decoration: none;
  box-shadow:none !important;
  color: #0d7ed8;
}
.gstf_theme3 .gs-tweet-action > a,
.gstf_theme4 .gs-tweet-action > a {
  box-shadow: none !important;
}
.gstf_theme3 .gs-tweet-action a,
.gstf_theme4 .gs-tweet-action a {
  margin-right: 12px;
  color: #007acc;
}
.gstf_theme3 .gs-tweet-action a span,
.gstf_theme4 .gs-tweet-action a span { 
  margin-left: 5px; 
}
.gstf_theme3 .vertical-up,
.gstf_theme4 .vertical-down { margin: 0; }
.gstf_theme3 .vertical-up li,
.gstf_theme4 .vertical-down li { padding: 25px 0; }
.gstf_theme4 .tweet-description {
  float: none;
  display: inline-block;
}

/*theme 5 : Carosel */
.gstf_theme5 .tweet-description {
  font-size: 14px;
  padding: 10px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}
.gstf_theme5 .tweet-description a {
  color: #007acc;
}
.gstf_theme5 .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.gstf_theme5 .gstf-thm5-carousel:hover .owl-nav {
  opacity: 1;
}
.gstf_theme5 .owl-prev {
  float:left;
  margin-left: -33px
}
.gstf_theme5 .owl-next {
  float:right;
  margin-right: -33px
}
.gstf_theme5 .owl-theme .owl-nav [class*=owl-] {
  padding: 4px 7px;
  background: #03A9F4;
}

/*theme 7 (user carousal)*/
.gstf_theme6 .gs_tweet {
  padding: 0 5px 110px;
  text-align: left;
}
.gstf_theme6 .gs_tweet {
  border: medium none !important;
  height: 100%;
  margin: 0;
  position: relative;
}
.gstf_theme6 .gs_tweet .gs_tweet_user {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.gstf_theme6 .gs_tweet .gs_tweet_user .gs_tweet_avatar {
  border-radius: 50%;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.15);
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
 .gstf_theme6 .gs_tweet .gs_tweet_user .gs_tweet_avatar {
  display: block;
  height: 73px;
  position: relative;
  width: 73px;
}
.gstf_theme6  .gs_tweet .gs_tweet_user .gs_tweet_avatar .gs_twitter_mask {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.8) inset;
  display: block;
  height: 73px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 73px;
  z-index: 5;
}
.gstf_theme6  .gs_tweet .gs_tweet_user .gs_tweet_avatar .gs_twitter_mask .gs_twitter_mask_logo {
  background: rgba(0, 0, 0, 0) url("../img/twitter_logo.png") no-repeat scroll center center / 0 auto;
  display: block;
  height: 73px;
  margin: 0 auto;
  text-indent: -9999px;
  transition: all 0.4s ease-in-out 0s;
  width: 73px;
}
.gstf_theme6  .gs_tweet .gs_tweet_user .gs_tweet_name {
  display: block;
}
 .gstf_theme6 .gs_tweet .gs_tweet_content::after {
  border-color: #eee transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 0;
  bottom: -20px;
  content: " ";
  height: 0;
  left: 20px;
  position: absolute;
  width: 0;
}
.gstf_theme6  .gs_tweet .gs_tweet_content {
  background-color: #eee;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 1.5;
}
.gstf_theme6 .gs_tweet .gs_tweet_date {
  color: #aaa;
  display: block;
  font-size: 0.8em;
}
.gstf_theme6 .gs_tweet a{
  box-shadow: none !important;
  color: #007acc;
}
.gstf_theme6 .gs_tweet_user > a:hover {
  color: #378ed0;
}
.gstf_theme6  .gs_tweet .gs_tweet_user .gs_tweet_avatar:hover .gs_twitter_mask {
  box-shadow: 0 0 0 73px rgba(85, 172, 238, 0.8) inset;
}
.gstf_theme6 .gs_tweet .gs_tweet_user .gs_tweet_avatar .gs_twitter_mask {
  border-radius: 50%;  
  display: block;
  height: 73px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 73px;
  z-index: 5;
}
.gstf_theme6  .gs_tweet .gs_tweet_user .gs_tweet_avatar:hover .gs_twitter_mask_logo {
  background-size: 100% auto;
}
.gstf_theme6 .gs_tweet .gs_tweet_user .gs_tweet_avatar .gs_twitter_mask .gs_twitter_mask_logo {
  display: block;
  height: 73px;
  margin: 0 auto;
  text-indent: -9999px;
  transition: all 0.4s ease-in-out 0s;
  width: 73px;
}
.gstf_theme6 .owl-theme .owl-nav [class*=owl-],
.gstf_theme6 .owl-theme .owl-dots .owl-dot span { background: #48c0f7; }
.gstf_theme6 .owl-theme .owl-nav [class*=owl-]:hover,
.gstf_theme6 .owl-theme .owl-dots .owl-dot span:hover { background: #1a98d2; }

/*-- Theme Ticker --*/
#gs-tw-ticker li a,
#gstw-tikr-rtl li a {
  text-decoration: none;
  box-shadow: none !important;
  color: #0d7ed8;
}
#gs-tw-ticker li .fa-twitter,
#gstw-tikr-rtl li .fa-twitter {
  margin: 0 5px 0 15px;
  font-size: 21px;
  color: #48c0f7;
}

/*-- Theme- 9 (Timelene) --*/
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

.timeline-image img{
  width: 100%;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: white;
  font-size: 24px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
   .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
   .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: rgba(37, 120, 209, 0.12);
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 5px 4px #bfbfbf;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 15px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  font-weight: 400;
}
.cd-timeline-content p a {
  color: #007acc;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid gray;
}
.cd-timeline-content #toc_container.toc_transparent { display: none !important; }
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #E5EFFA;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    /*font-size: 1rem;*/
    font-weight: 400;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #E5EFFA;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
 .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.gstf_theme9 .gs-tweet-action a {
  padding-right: 10px;
  color: #007acc;
}
.gstf_theme9 .gs-tweet-action a span {
  margin-left: 4px;
}
.gstf_theme9 .timeline-image {
  margin: 20px 0px;
}
.gstf_theme9 .gs-tweet-action {
  width: 50%;
  float: left;
}
.gstf_theme9 .gs-twitter-center-align {
  width: 50%;
  background: rgba(153, 153, 153, 0.38);
  padding: 8px 5px;
  border-radius: 5px;
  float: right;
  clear: none;
  margin-bottom: 0;
}
.gstf_theme9 .gs-twitter-center-align a { 
  color: #007acc;
}
.gstf_theme9 .cd-timeline-content h6 a {
  box-shadow: none !important;
  color: #007acc;
  font-weight: bold;
  font-size: 19px;
  font-style: italic;
}

/*card theme 1*/
.gs-card-theme1 {
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 0px;
  margin-bottom: 30px;
}
.gs_twitter_user {
  margin-top: -70px;
}
.gs-card-theme1 .gs_twitter_user {
  padding: 20px;
  font-weight: 400;
}
.gs-card-theme1 .gs_twitter_banner{
  background-color: #333;
  background-size: cover;
  padding-bottom: 35%;
}
.gs_twitter_avatar {
  border-radius: 50%;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  overflow: hidden;
  display: block;
  height: 100px;
  position: relative;
  width: 100px;
}
.gs-card-theme1 .gs_twitter_user a {
  color: #007acc;
}
.gs-card-theme1 .gs_twitter_description {
  margin: 15px 0;
}
.gs_twitter_avatar .gs_twitter_mask {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.8) inset;
  display: block;
  height: 100px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 100px;
  z-index: 5;
}
.gs_twitter_avatar .gs_twitter_mask .gs_twitter_mask_logo { 
  display: block;
  height: 100px;
  margin: 0 auto;
  text-indent: -9999px;
  transition: all 0.4s ease-in-out 0s;
  width: 100px;
}
.gs-card-theme1 .gs-card-theme2 .gs_twitter_avatar,
.gs-card-theme1 .gs-card-theme2 .gs_twitter_avatar .gs_twitter_mask {
  border-radius: 8%;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15);
}
.gs_twitter_name{
  text-align: center;
  margin-top: 20px;
}
.entry-content .gs_twitter_numbers ul,
.gs_twitter_numbers ul {
  display: flex;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gs_twitter_numbers ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  margin: 0;
  font-size: 1.4em;
}
.gs_twitter_numbers ul li small {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.5em;
}
.gs_twitter_userdata {
  margin: 20px 0;
  text-align: center;
}
.gs_twitter_userdata .web-url {
  margin-left: 8px;
}
.gs-card-theme1 .gs-twitter-center-align {
  margin-bottom: 10px;
  padding: 0;
}
.gs-card-theme1 .gs-twitter-center-align .gs-twitter-follow-link {
  padding: 12px 10px;
  display: block;
}

/*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;
}

/*theme-3 (masonary)*/
/*
.gstfw_theme8 li.masonry-entry{width: 30%}
.masonry-loop{
  list-style-type: none;
}
.gstfw_theme8 li.masonry-entry {
    float: left;
    display: inline-block;

}
.gstfw_theme8 .masonry-item-info {
    position: relative;
    margin:10px;
}

.gstfw_theme8 .masonry-tweet-description,.masonry-tweet-description a{
  text-decoration: none;
  box-shadow: none !important;
  color: #fff;
  font-size:13px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  line-height: 19px;
}

.gstfw_theme8 .masonry-tweet-description {
  background: rgba(26, 26, 26, 0.6) none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 100%;
  opacity: 0;
  padding: 20% 15px 15px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.gstfw_theme8 .masonry-item-info:hover .masonry-tweet-description {
    opacity: 1;
}
.gs_pin_theme3 .masonry-tweet-description {
    background: rgba(26, 26, 26, 0.6) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 100%;
    opacity: 0;
    padding: 20% 15px 15px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}*/
.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,
  .gs-card-theme1 .gs-twitter-center-align {
    width: 50%;
  }
  .widget_gstwitter_widget .gs-twitter-center-align {
    width: 100%;
  }
  .gstf_theme3 .vertical-up li, .gstf_theme4 .vertical-down li { padding: 10px 0; }
  .gstf_theme3 .user-avater, .gstf_theme4 .user-avater { margin-top: 10px; }
  .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,
  .gs-card-theme1 .gs-twitter-center-align {
    width: 50%;
  }
  .gstf_theme3 .vertical-up li, .gstf_theme4 .vertical-down li { padding: 10px 0; }
  .gstf_theme3 .user-avater, .gstf_theme4 .user-avater { margin-top: 10px; }
  .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,
  .gs-card-theme1 .gs-twitter-center-align {
    width: 50%;
  }
  .gstf_theme3 .vertical-up li, .gstf_theme4 .vertical-down li { padding: 10px 0; }
  .gstf_theme3 .user-avater, .gstf_theme4 .user-avater { margin-top: 15px; }
  .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_theme3 .vertical-up li, .gstf_theme4 .vertical-down li { padding: 10px 0; }
  .gstf_theme3 .user-avater, .gstf_theme4 .user-avater { margin-top: 15px; }
  .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,
  .gs-card-theme1 .gs-twitter-center-align {
    width: 100%;
  }
  .gstf_theme2 .single-tweet .col-xs-6 { width: 100%; }
  .gstf_theme3 .vertical-up li, .gstf_theme4 .vertical-down li { padding: 10px 0; }
  .gstf_theme3 .user-avater, .gstf_theme4 .user-avater { margin-top: 15px; }
  .gstf_theme9 .gs-tweet-action { width: 100%; float: left; text-align: center; }
  .gstf_theme9 .gs-twitter-center-align { width: 100%; margin: 12px 0; }
  .gstf_theme9 .cd-timeline-content .cd-date { float: none; text-align: center; display: block; }

  .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; }
  .gs-card-theme1 .gs_twitter_numbers { font-size: 12px; }
}