.social_3_icons_hashtag {
    background-color: #333;
    padding: 40px 0;
}

.social_3_icons_hashtag .social_icon {
    height: 50px;
    width: 50px;
    margin: 0 15px 10px 0;
    background-color: #fafffe;
    color: #333;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 52px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.social_3_icons_hashtag .social_icon:hover, .social_3_icons_hashtag .social_icon:focus,.social_3_icons_hashtag .hashtag_link a:hover, .social_3_icons_hashtag .hashtag_link a:focus {
    text-decoration: none;
    color: #00a9f2;
}

.social_3_icons_hashtag .hashtag_link{
    font-size: 20px;
    padding-top: 20px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

.social_3_icons_hashtag .hashtag_link a:hover, .social_3_icons_hashtag .hashtag_link a:focus {
    color: #fafffe;
}

/* Twitter CSS */
.twitter-main-container {
  display: -ms-flex; display:
  -webkit-flex;
  display: flex;
}
.tweet-container {
    background: #fff;
    padding: 1em 1em 1em 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000;
    padding-left: .5em;
}
.tweet-container h6 {
  margin: 0;
  padding: 0;
}

.twitter-logo-container {
  background: #1da1f2;
  -webkit-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  flex: 1;
  position: relative;
}

.tweet-container img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.twitter-logo-container .icon-twitter{
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.twitter-logo-container > .social_icon {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  text-align: center;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .twitter-logo-container .icon-twitter{
    font-size: 38px;
  }
  .twitter-logo-container > .social_icon {
    height: 50px;
    width: 50px;
    line-height: 52px;
  }
}
