#secondary .post_thumbs_widget,
#footer-sidebar .post_thumbs_widget {
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
#secondary .post_thumbs_widget li:before,
#footer-sidebar .post_thumbs_widget li:before {
  content: none;
}
#secondary .post_thumbs_widget li,
#footer-sidebar .post_thumbs_widget li {
  width: 145px;
  height: 145px;
  display: inline-block;
  border-bottom: none;
}
#secondary .post_thumbs_widget li img,
#footer-sidebar .post_thumbs_widget li img {
  width: 130px;
}
#secondary .sidebar-video,
#footer-sidebar .sidebar-video {
  position: relative;
  max-width: 350px;
  float: left;
  margin-bottom: 10px;
}
#secondary .sidebar-video .video-title:before,
#footer-sidebar .sidebar-video .video-title:before {
  position: relative;
  top: 0px;
  margin-right: 8px;
  pointer-events: none;
}
#secondary .sidebar-video .video-title:before:hover,
#footer-sidebar .sidebar-video .video-title:before:hover {
  text-decoration: none;
}
#secondary .sidebar-video .video-title,
#footer-sidebar .sidebar-video .video-title {
  margin-bottom: 15px;
}
#secondary .sidebar-video img,
#footer-sidebar .sidebar-video img {
  margin-top: 10px;
  width: 350px;
  display: block;
}
#secondary .sidebar-video .video-image:before,
#footer-sidebar .sidebar-video .video-image:before {
  content: url(../images/play.png);
  font-size: 48px;
  position: absolute;
  bottom: -5px;
  right: 13px;
  z-index: 9999;
  transition: 0.4s all ease;
  pointer-events: none;
  opacity: 0.8;
}
#secondary .sidebar-video .video-image:hover:before,
#footer-sidebar .sidebar-video .video-image:hover:before {
  cursor: pointer;
  opacity: 1.0;
  pointer-events: none;
}
#secondary .widget_inkhivevideofeed,
#footer-sidebar .widget_inkhivevideofeed {
  margin-bottom: 20px;
}
#secondary .lb-container,
#footer-sidebar .lb-container {
  width: 100%;
}
#secondary .ih-sidebar-comment .avatar-container,
#footer-sidebar .ih-sidebar-comment .avatar-container {
  width: 45px;
  float: left;
  margin-right: 10px;
}
#secondary .ih-sidebar-comment img,
#footer-sidebar .ih-sidebar-comment img {
  width: 45px;
  height: 45px;
}
#secondary .ih-sidebar-comment .com-container,
#footer-sidebar .ih-sidebar-comment .com-container {
  width: 80%;
  float: left;
}
#secondary .ih-sidebar-comment p.comment,
#footer-sidebar .ih-sidebar-comment p.comment {
  margin-left: 5px;
  border: none;
  background: none;
  padding: 0px;
  font-size: 14px;
}
.full-width {
  max-width: 98% !important;
}
