@charset "UTF-8";

.container {
  margin: 0 auto;
  padding: 1em 0 3em;
}
.container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.example1 {
  position: relative;
}
.example1:before, .example1:after {
  content: "";
  top: 0;
  bottom: 0;
}
.example1:before {
  right: 100%;
}
.example1:after {
  left: 100%;
}

#twitter-feed li {
  position: relative;
  margin: 0 auto;
}
#twitter-feed a {
  text-decoration: none;
}
#twitter-feed .user {
  padding: 0px 20px 2px;
  position: relative;
}
#twitter-feed .user img {
  position: relative;
  margin-left: -18px;
}
#twitter-feed .user a span {
  position: absolute;
  display: block;
  top: 0;
  text-align: left;
}
#twitter-feed .user a span[data-scribe="element:name"] {
  position: absolute;
  left: 80px;
  font-size: 16px;
}
#twitter-feed .user a span[data-scribe="element:screen_name"] {
  position: absolute;
  top: 0px;
  left: 185px;
  font-size: 14px;
}
#twitter-feed .tweet {
  margin: 0;
  /* padding: 10px; */
  padding-top: 80px;
  /* font-weight: bold; */
}
#twitter-feed .tweet a {
  /* font-weight: bold; */
  text-decoration: none;
}
#twitter-feed .tweet a[data-scribe="element:url"] {
  /* color: #00ae8e; */
}
#twitter-feed .tweet a[data-scribe="element:hashtag"] {
  color: #FD7A79;
}
#twitter-feed .interact {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0x 0x 3px 3px;
  border-radius: 0px 0px 3px 3px;
  border: 1px solid #fff;
  /* 
  background: #04C6C4;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #03adab;
  */
}
#twitter-feed .interact a {
  padding: 9px 0;
  text-decoration: none;
  color: #fff;
  /* background: #04C6C4; */
  background: #F0AD4E;
  border-color:#fff;
}
#twitter-feed .interact a:hover {
  color: #4d4d4d;
  /* background: #04bcba; */
  background: #fff;
}
#twitter-feed .interact a:active {
  box-shadow: inset 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
}
#twitter-feed .interact a:first-child {
  /* border-radius: 0px 0px 0px 6px; */
  -webkit-border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 0x 0x 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
#twitter-feed .interact a:last-child {
  /* border-radius: 0px 0px 6px 0px; */
  -webkit-border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0x 0x 3px 0px;
  border-radius: 0px 0px 3px 0px;
}
#twitter-feed .interact .twitter_reply_icon, #twitter-feed .interact .twitter_fav_icon, #twitter-feed .interact .twitter_retweet_icon {
  text-align: center;
  font-size: 0px;
  width: calc(100% / 3);
  display: inline-block;
}
#twitter-feed .interact .twitter_reply_icon:before, #twitter-feed .interact .twitter_fav_icon:before, #twitter-feed .interact .twitter_retweet_icon:before {
  font-size: 22px;
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}
#twitter-feed .interact .twitter_reply_icon:before {
  content: "";
}
#twitter-feed .interact .twitter_retweet_icon:before {
  content: "";
}
#twitter-feed .interact .twitter_fav_icon:before {
  content: "";
}
#twitter-feed .timePosted {
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 12px;
  text-align: right;
}
#twitter-feed .timePosted:before {
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 4px;
}

.example2 {
  position: relative;
  background: #1abc9c;
  padding: 5em 0;
}
.example2 h2 {
  margin: 0 0 1.5em;
}
.example2:before, .example2:after {
  content: "";
  position: absolute;
  background: #1abc9c;
  top: 0;
  bottom: 0;
  width: 9999px;
}
.example2:before {
  right: 100%;
}
.example2:after {
  left: 100%;
}

#tw-widget2:after {
  content: "";
  display: table;
  clear: both;
}
#tw-widget2 li {
  width: 80%;
  margin: 0 auto;
  float: none;
}
@media (min-width: 48em) {
  #tw-widget2 li {
    width: calc(100% / 3);
    float: left;
  }
}
#tw-widget2 a {
  text-decoration: none;
}
#tw-widget2 .user {
  padding: 20px 20px 16px;
  position: relative;
}
#tw-widget2 .user a span {
  display: block;
  text-align: left;
  color: white;
  font-weight: bold;
}
#tw-widget2 .user a img[data-scribe="element:avatar"] {
  display: none;
}
#tw-widget2 .user a span[data-scribe="element:name"] {
  font-size: 20px;
}
#tw-widget2 .user a span[data-scribe="element:screen_name"] {
  font-size: 14px;
  color: black;
}
#tw-widget2 .tweet {
  margin: 0;
  padding: 10px 20px;
  color: white;
}
#tw-widget2 .tweet a {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
#tw-widget2 .tweet a[data-scribe="element:url"] {
  text-decoration: underline;
}
#tw-widget2 .tweet a[data-scribe="element:hashtag"] {
  color: #ecf0f1;
}
#tw-widget2 .tweet img[aria-label^="Emoji"] {
  max-height: 14px;
}
#tw-widget2 .timePosted {
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
}
#tw-widget2 .timePosted:before {
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 4px;
}
