/* Right sidebard Section */
.right-side-section-main {
  border: 1px solid #eee;
}
.rec-post-featured-img,
.pop-post-featured-img {
  flex-basis: 30%;
}
.rec-post-card-body,
.pop-post-card-body {
  flex-basis: 60%;
  margin-left: 30px;
  position:relative;
  z-index: 1;
}
.rec-post-card:not(:last-child),
.pop-post-card:not(:last-child){
  margin-bottom: 30px;
}
.post-tags,
.post-cegories,
.section-tabber {
  padding: 30px;
}
.pop-post-title {
  padding-bottom: 20px;
}
.rec-post-title h4,
.pop-post-title h4 {
  font-size: 16px;
  line-height: 21px;
}
.reec-post-card:not(:last-child),
.pop-post-card:not(:last-child) {
  border-bottom: 1px solid #EEE ;
  padding-bottom: 30px;
}
.section-tabber ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs.d-flex {
  justify-content: center;
  display: flex;
  flex-direction: row;
  background-color: #f00;
}
.pop-post-blog-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rec-post-featured-img, 
.pop-post-featured-img {
  flex-basis: 30%;
  min-height: 80px;   
  max-width: 100%;
  width: 80px;
}
ul.tabs li.current {
  /*   border-bottom: 2px solid #fff; */
  color: #ffffff;
}
.section-tabber ul.tabs li {
  padding-top: 7px;
  padding-bottom: 4px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.2px;
}
.tab-title {
  padding-bottom: 17px;
}
li.tab-link {
  flex-basis: 50%;
  cursor: pointer;
}
.tab-content{
  display: none;
}
.tab-content.current{
  display: inherit;
}
a.hyper-link {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.post-tag-box .box-title{
  padding-bottom: 19px;
}
.box-title h4 {
  text-align: center;
  background-color: red;
  padding: 9px 10px;
}
.all-tags {
  margin-top: 18px;
}
.post-tags,
.post-cegories {
  margin-top: 32px;
}
.all-categories .block .widget-module ul li {
  border-bottom: 1px dashed #eee;
  margin-left: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-title h4 {
  font-size: 19px;
  letter-spacing: 1.2px;
}
.all-categories .block .widget-module ul li:before {
  content: '';
  position: absolute;
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/24949188/Portal%20Images/stylish-bullet.png);
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 35%;
  left: -9%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.post-tag-box .all-tags a.tag-btn {
  font-size: 16px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 5px;
  border: 1px solid #eee;
}

@media(min-width: 768px){
  .all-categories .block .widget-module ul li {
    padding-bottom: 16px;
  }
}