.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.pagination > li > a,
.pagination > li > span {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.post-title-list {
  line-height: 1.4;
  font-size: 15px;
  color: #111;
  margin: 0;
}

.post-body {
  font: 400 14px/1.8 "Open Sans", sans-serif;
}

.large-widget-posts-image {
  float: left;
  width: 20%;
  margin: 0 15px 0 0;
}

.icon-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.margin-top-30 {
  margin: 30px 0 0 0;
}

.widget-posts-title-a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.genre-carousel {
  height: 40px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 100px;
}

.module-custom {
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.genre-item {
  width: 100px;
}

.search-area {
  margin: 7.9px 0 0 0;
  padding: 0 0 0 10px;
  float: right;
}

.search-btn-plus {
  /* cursor: pointer;
  text-transform: none; */
  /* margin: 0; */
  /* font: inherit; */
  /* letter-spacing: normal;
  word-spacing: normal; */
  /* text-indent: 0px;
  text-shadow: none; */
  /* display: inline-block; */
  text-align: center;
  padding: 1px 0 0 8px;
  /* writing-mode: horizontal-tb !important; */
  /* padding-block: 1px;
  padding-inline: 6px; */
}

.search-box-mobile {
  padding: 10px;
  margin: 0;
}

.navbar-mobile {
  width: 100%;
}

/* Ads Icon */
.ads-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ads-icon a {
  width: 80px;
  height: 80px;
  display: table;
  background: #f6490d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.ads-icon a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.ads-icon a:hover,
.ads-icon a:active,
.ads-icon a:focus {
  text-decoration: none;
  outline: none;
}

.btn-close {
  background-color: lightgray;
  border: 0;
  border-radius: 50%;
  padding: 0;
  color: white;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  left: 67px;
  bottom: 67px;
  transition: all 0.2s ease-in;
  text-align: center;
  line-height: 20px;
  font-size: 25px;
  opacity: 0.8;
}

.btn-close:hover {
  opacity: 1;
}

.ads-icon-2 {
  position: fixed;
  bottom: 130px;
  left: 20px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ads-icon a {
  width: 80px;
  height: 80px;
  display: table;
  background: #f6490d;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.ads-icon a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.ads-icon a:hover,
.ads-icon a:active,
.ads-icon a:focus {
  text-decoration: none;
  outline: none;
}

.btn-close-2 {
  background-color: lightgray;
  border: 0;
  border-radius: 50%;
  padding: 0;
  color: white;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  left: 67px;
  bottom: 67px;
  transition: all 0.2s ease-in;
  text-align: center;
  line-height: 20px;
  font-size: 25px;
  opacity: 0.8;
}

.btn-close-2:hover {
  opacity: 1;
}

.promotion-box {
  position: relative;
  z-index: 90;
}
.promotion-tag-box {
  line-height: 10px;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  height: 18px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  left: 0px; /* Modify left value to adjust discount tag according to your e-commerce design */
  top: 8px; /* Modify Top value to adjust discount tag according to your e-commerce design */
}
.promotion-tag-text {
  /* background: #eb4800; */
  background: #79a70a;
  height: 100%;
  display: inline-block;
  padding: 4px 5px;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: 300;
  border-radius: 0 4px 4px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.widget-promotion-tag-box {
  line-height: 10px;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  height: 18px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  left: 0px; /* Modify left value to adjust discount tag according to your e-commerce design */
  top: 8px; /* Modify Top value to adjust discount tag according to your e-commerce design */
}
.widget-promotion-tag-text {
  /* background: #eb4800; */
  background: #79a70a;
  height: 100%;
  display: inline-block;
  padding: 4px 5px;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: 300;
  border-radius: 0 4px 4px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.post-title-block {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.block-65-percent-left {
  width: 65%;
  float: left;
}

.block-20-percent-right {
  width: 20%;
  float: right;
  text-align: right;
}

.block-90-percent-left {
  width: 90%;
  float: left;
}

.block-10-percent-right {
  width: 10%;
  float: right;
  text-align: right;
}

.multi-columns-row {
  display: flex;
  flex-wrap: wrap;
  /* for horizontal aligning of child divs */
  /* justify-content: center; */
  /* for vertical aligning */
  /* align-items: center; */
}

.post-meta-detail {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  width: 100%;
}

@media (max-width: 480px) {
  .col-lg-2,
  /* .col-md-3,
  .col-sm-4, */
  .col-6 {
    width: 50%;
    float: left;
  }

  .post-meta-detail {
    padding: 0 0 10px 0;
  }

  .block-90-percent-left {
    width: 80%;
  }
  
  .block-10-percent-right {
    width: 20%;
  }
}
