/* ------------------ Sidebar ----------------- */

.righ_side_bar__title {
  margin-top: 0px;
  background-color: rgb(236, 236, 236);
  border-bottom: 1px solid #edb700;
  border-top: 1px solid #edb700;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 1.2em;
  text-shadow: rgb(204, 204, 204) 0px 1px 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
}
.righ_side_bar__title a {
  color: #98050c;
}
.region-sidebar-second p, .region-sidebar-second .views-field-title {
  padding: 5px 0;
}
.block__member-image img {
  width:100%;
}
.sidebar_photo_block img {
  width: 100%;
}
.field-name-field-image-ad .field-item {
  margin-bottom: 1em;
}
.member a {
  font-weight: bolder;
  color: rgb(152, 5, 12);
  padding-top: 10px;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}
.member {
  font-weight: bolder;
  color: rgb(152, 5, 12);
  padding-top: 10px;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.timeline .stream {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tweets_header {
  width: 100%;
  clear: both;
  float: left;
  margin: 5px 0 10px 0;
}
.tweets_thumb {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
}
.tweets_thumb img {
  width: 100%;
}
.tweets_user {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
span.tweets_login  a{
  color: #888888;
  font-weight: normal;
  font-size: 10px
}
.tweets_message {
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
  color: #686868;
}
.slim_scroll {
  height: 425px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
@media (max-width: 767px) { 
  .sticky {
    position: relative !important;
    width: 100% !important;
  }
}
