.three-col-box-wrapper .card .card-date {
  margin-bottom: 15px;
}

.view .views-infinite-scroll-content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.dropdown .btn-light {
  min-width: 105px;
  text-align: left;
  justify-content: start;
  text-transform: capitalize;
  background: transparent;
  border-radius: 10px;
}
.dropdown .btn-light:focus, .dropdown .btn-light:hover {
  box-shadow: none;
  background-color: transparent;
}
.dropdown .btn-light .filter-sort-text {
  margin-left: 8px;
  text-align: left;
  flex: 1 0 0%;
  font-size: 16px;
}
.dropdown .btn-light .sortby-filter-icon {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/three-column-box/latest-filter-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}

@media screen and (max-width: 900px) {
  .lifestylelibrary-list-container .dropdown-filter-btns .dropdown-toggle {
    display: flex;
    align-items: center;
  }
  .lifestylelibrary-list-container .dropdown-filter-btns .dropdown-toggle .img-wrapper {
    flex: 0 0 auto;
  }
  .lifestylelibrary-list-container .dropdown-filter-btns .dropdown-toggle .img-wrapper img {
    width: auto;
    height: 60px;
    max-height: 24px;
  }
  .lifestylelibrary-list-container .dropdown-filter-btns .dropdown-toggle span {
    flex: 1 0 0%;
    font-size: 14px;
  }
  .lifestylelibrary-list-container .dropdown-filter-btns .dropdown-toggle:after {
    margin-top: 0 !important;
  }
  .tab-pane .col {
    width: 100%;
    flex: 0 0 100%;
  }
}

/*# sourceMappingURL=lifestyle-library.css.map */
