/*Listing Styles*/
.normal-listing .views-row:first-child .views-row-inner {
  padding-top: 25px;
}

.view-our-work-detail-page .views-row:first-child .views-row-inner {
  padding-top: 0;
}

.normal-listing .views-row-inner {
  padding: 25px 0;
  border-bottom: 1px solid var(--border-color-3);
  display: flex;
  gap: 20px;
  position: relative;
}

.normal-listing .views-row:last-child .views-row-inner {
  border-bottom: none;
}

.normal-listing .pager {
  border-top: 1px solid var(--border-color-3);
}

.listing-with-portrait-img .listing-img img {
  /* filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25)); */
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}

.listing-with-portrait-img .listing-img.portrait-img img {
  max-width: 106px;
  height: 150px;
  object-fit: cover;
}

.listing-image.landing-image img {
  max-width: 170px;
  height: 100px;
  object-fit: cover;
}

.normal-listing .listing-title,
.listing-title a {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--black);
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  max-width: calc(100% - 30px);
}

.listing-title a:hover {
  color: var(--primary-color);
}

.normal-listing .listing-date {
  /* margin-top: 12px; */
  margin-bottom: 12px;
}

.normal-listing .listing-date,
.normal-listing .listing-status {
  color: var(--black-1);
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.normal-listing .listing-date,
.listing-page-vacancy .normal-listing .lising-content-inner .listing-agency {
  display: flex;
  align-items: end;
}

.normal-listing .view-footer {
  margin-top: 30px;
  text-align: center;
}

.normal-listing .listing-tags {
  margin-top: 12px;
  margin-bottom: 15px;
}

.normal-listing .downloaded-items {
  display: flex;
  align-items: center;
  color: var(--black-1);
}

.normal-listing .downloads-label {
  color: var(--black-2);
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: .75rem;
  line-height: .875;
  text-transform: capitalize;
}

.normal-listing .downloads-count {
  color: var(--blue-2);
  font-weight: 700;
  margin-left: 5px;
  font-family: var(--primary-font);
  font-size: .75rem;
  line-height: .875;
  text-transform: capitalize;
}

.normal-listing .downloaded-items::before {
  content: "";
  display: block;
  background: url(img/Download.svg) no-repeat center center transparent;
  width: 11px;
  height: 10px;
  margin-right: 5px;
  margin-top: -1px;
}

.normal-listing .view-footer .btn-common::after {
  /* display: none; */
  padding-top: 2px;
}

.view-our-work-detail-page .view-footer .btn-common::after {
  display: none;
}

.view-our-work-detail-page .view-footer .btn-common {
  color: var(--blue-2);
  border: 1px solid var(--blue-2);
  padding: 0 32px;
}

.view-our-work-detail-page .view-footer .btn-common:hover {
  color: var(--white);
  background: var(--blue-2);
}

.bookmark-option {
  position: absolute;
  right: 0;
}

.bookmark-option .ajax-progress {
  display: none;
}

.bookmark-option .use-ajax {
  /* position: absolute; */
  /* right: 30px; */
  /* width: 30px; */
  /* height: 30px; */
  background: url(img/bookmark-light.svg) no-repeat center right transparent;
  background-size: 24px !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  min-width: 24px;
  right: 0;
}

.listing-view .bookmark-option .use-ajax {
  position: absolute;
}

.bookmark-option:not(.bookmark-show-label) .use-ajax {
  font-size: 0;
}

.bookmark-option.bookmark-show-label .use-ajax {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1716666666666666;
  color: var(--fc-c1);
  text-decoration: none;
  padding-right: 40px;
  text-transform: uppercase;
}

.bookmark-option.bookmark-show-label .use-ajax:hover {
  color: var(--primary-color);
}

/* .bookmark-option.bookmark-light .use-ajax {
    background: url(img/bookmark-light.svg) no-repeat center right transparent;
} */

/* .bookmark-option .use-ajax:hover,
.bookmark-option .action-unflag .use-ajax {
    background: url(img/bookmark-active.svg) no-repeat center right transparent;
} */

/* .bookmark-option.bookmark-light .use-ajax:hover,
.bookmark-option.bookmark-light .action-unflag .use-ajax {
    background: url(img/bookmark-active-light.svg) no-repeat center right transparent;
} */

.bookmark-option .use-ajax:hover {
  background: url(img/bookmark-blue.svg) no-repeat center right transparent;
}

.bookmark-option .action-unflag .use-ajax {
  background: url(img/bookmark-blue-filled.svg) no-repeat center right transparent;
}

#my-bookmarks .normal-listing .bookmark-option .action-unflag .use-ajax {
  background: url(img/bookmark-delete.svg) no-repeat center right transparent;
}

/* .bookmark-option .action-unflag .use-ajax {
    background: url(img/icon-bookmark-delete.svg) no-repeat center right transparent;
} */

.normal-listing .pager .button {
  background: var(--white);
  border-color: var(--blue-2);
  color: var(--blue-2);
  margin-top: 30px;
  padding: 10px 32px;
}

.normal-listing .pager .button:hover {
  background: var(--blue-2);
  border-color: var(--blue-2);
  color: var(--white);
}

/*For Listing Page*/
.listing-page .normal-listing .views-row-inner {
  padding: 25px 0px;
}

/* Date Wrap Styles */
.date-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  justify-content: center;
  padding: 25px 15px;
  width: 115px;
  height: 150px;
  background: var(--gray-light);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.6);
}

.date-wrap .date,
.date-wrap .year {
  font-size: .9375rem;
  line-height: 1.3333333;
  font-weight: 400;
  text-transform: uppercase;
}

.date-wrap .month {
  font-size: 2.4375rem;
  line-height: 1.25641025;
  font-weight: 700;
}

.normal-listing .lising-content-inner .listing-location {
  color: var(--black-2);
  font-family: var(--primary-font);
  font-size: .8125rem;
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.normal-listing .region {
  color: var(--black-2);
  font-family: var(--primary-font);
  font-size: .8125rem;
  line-height: 1;
  text-transform: uppercase;
}

.normal-listing .lising-content-inner .listing-location::before,
.normal-listing .region::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 9px;
  height: 12px;
  background: url(img/location.svg) no-repeat center right transparent;
}

.normal-listing .lising-content-inner .vacancy-date::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 18px;
  background: url(img/Deadline.svg) no-repeat center right transparent;
}

.normal-listing.without-left-img .listing-content-block {
  width: 100%;
}

.normal-listing .lising-content-inner .listing-agency {
  color: var(--black);
  font-family: var(--primary-font);
  font-size: .8125rem;
  line-height: 1.1538;
  text-transform: uppercase;
}

.normal-listing .lising-content-inner .listing-agency::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: url(img/building-columns.svg) no-repeat center right transparent;
}

.listing-page .normal-listing .views-row-inner .listing-content-block {
  width: 100%;
}

.normal-listing .event-type {
  color: var(--black-2);
  font-family: var(--primary-font);
  font-size: .8125rem;
  line-height: 1.153846;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}

.agency.item-list .item-label {
  text-transform: capitalize;
}

.listing-page-events .normal-listing .region {
  display: flex;
}

.listing-image.landing-image img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.listing-date span.hyphen {
  margin-left: 5px;
  margin-right: 5px;
}

.details-related-block .listing-content-block {
  width: 100%;
}

.listing-page-vacancy .listing-date.date-field.date-style-1 {
  gap: 4px;
}

.listing-page-vacancy .listing-date.date-field.date-style-1.vacancy-date {
  gap: 0;
}
