.right {
  float: right;
}
.left {
  float: left;
}
.btn-red {
  color: #FFF;
  background: #3F4040 none repeat scroll 0% 0%;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: medium none;
  transition: all 0.5s ease 0s;
}
.btn-red:hover {
  background: #68686C none repeat scroll 0% 0%;
  color: #FFF;
}
option {
  padding: 10px;
}
.share {
  color: #7e1c1b;
  text-transform: uppercase;
  font-size: 16px;
}
article {
  margin-bottom: 20px;
}
.post-feat-img {
  float: left;
  margin: 5px 10px 10px 0;
}
#blog-sidebar {
  float: left;
  background: #EBEAE8;
  padding: 20px;
  margin-right: 10px;
  width: 100%;
}
#blog-sidebar section {
  clear: both;
  margin-bottom: 30px;
  display: block;
}
#blog-sidebar section ul {
  list-style-type: none;
  margin-left: 0px;
  padding: 0px;
}
#topics ul a {
  float: left;
  margin: 0 5px 5px 0;
}
#social a {
  color: #403B3B;
  text-decoration: none;
}
#social a:hover {
  color: #9ca1a6;
  text-decoration: none;
}
.ui-widget-content {
  border-radius: 0 !important;
  background: #eeeeee;
}
.ui-widget-content li {
  transition: background .2s;
}
.ui-widget-content li:hover {
  background: #7e1c1b;
}
.ui-widget-content li:hover a {
  background: transparent;
  border: none;
  color: #ffffff;
}
.ui-widget-content li a {
  font-size: 12px;
}
.ui-menu {
  width: 200px;
}
.ui-menu li {
  width: 100%;
}
.share {
  position: relative;
  top: -10px;
}
.feed-img {
  width: 20px;
}
.feed-img img {
  width: 100%;
}
.feed-text {
  font-size: 12px;
}
.feed-text .link {
  display: block;
  float: right;
}
.fr-fin {
  width: 100%;
}
.comment_body {
  padding: 48px 60px;
  border-radius: 6px;
  background-color: #eee;
  color: inherit;
  margin-bottom: 30px;
}
h2 a {
  color: #333;
}
.read-more {
  margin-top: 5px;
}
