/*
 Theme Name:   Cityo Child
 Theme URI:    https://themeforest.net/item/cityo-multiple-listing-directory-wordpress-theme/23710691
 Description:  Cityo Child Theme
 Author:       ApusTheme
 Author URI:   https://themeforest.net/user/apustheme
 Template:     cityo
 Version:      1.0.0
 Text Domain:  cityo-child
*/

@media (min-width: 1200px) {
  div.job-grid-style .bottom-grid {
    padding: 16px;
  }
}

@media (min-width: 1650px) {
  div.job_listing .left-inner > div {
    margin-right: 0px;
  }
}

.left-inner,
.white-space-nowrap {
  white-space: nowrap;
}

.apus-listing-warpper .show-filter {
  top: 140px;
}

.fa-sliders-h:before {
  content: "";
  background: url("images/filter.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-space-space-around-vertical{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.horizontal-line-separator {
  display: inline-block;
  width: 224px;
  height: 1.5px;
  background: linear-gradient(
    90deg,
    rgba(243, 242, 236, 0) 0%,
    #f3f2ec 49.48%,
    rgba(243, 242, 236, 0) 100%
  );
  margin: 16px 0;
}

/** Plan Pop-Up  */

.model-popup-wrapper {
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99991;
  background: hsla(211, 63%, 15%, 0.64);
}

.user-check-in-popup {
  opacity: 1;
  width: 352px;
  height: 500px;
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
  padding: 24px 11px;
}

.fb-icon-check-in:before {
  content: "";
  background: url("images/check-in.svg");
  background-size: contain;
  display: inline-block;
  height: 64px;
  width: 64px;

  font-weight: 500;
  font-size: 14px;
}

.fb-icon-favorite:before {
  content: "";
  background: url("images/star.svg");
  background-size: contain;
  display: inline-block;
  height: 64px;
  width: 64px;
}

.fb-icon-invisible:before {
  content: "";
  background: url("images/invisible.svg");
  background-size: contain;
  display: inline-block;
  height: 64px;
  width: 64px;
}

.fb-icon-up-to-date {
  content: "";
  background: url("images/readed.svg");
  background-size: contain;
  display: inline-block;
  height: 64px;
  width: 64px;
}

.fb-icon-travel {
  content: "";
  background: url("images/map.svg");
  background-size: contain;
  display: inline-block;
  height: 64px;
  width: 64px;
}

.fb-icon-ghost-mode {
  content: "";
  background: url("images/hide.svg");
  background-size: contain;
  display: inline-block;
  height: 64px;
  width: 64px;
}

.fb-swiper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.swiper-pagination{
    gap: 4px;
    margin: 0 auto;
    display: flex;
    position: relative;
    bottom: 0!important;
    margin-top: 32px;
    margin-bottom: 32px;
    justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: block;
    opacity: 1;
    border-radius: 4px;
    background-color: #F3F2EC;
}

.swiper-pagination .swiper-pagination-bullet-active.gold {
    background: linear-gradient(124.78deg, #F9E31E 1.37%, #FF8C4B 101.37%);
    width: 32px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.btn-gold-plan {
  margin: auto 24px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 10px;

  width: 304px;
  height: 56px;

  background: linear-gradient(124.78deg, #f9e31e 1.37%, #ff8c4b 101.37%);
  box-shadow: 0px 8px 32px rgba(255, 151, 106, 0.16);
  border-radius: 28px;

  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;

  border: none;
}

.btn-gold-plan:hover,
.btn-gold-plan:focus {
  color: #fff !important;
}

.user-check-in-popup h5 {
  color: #6a829c;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
  margin-top: 16px;
}

.user-check-in-popup h5 span {
  color: #0e253e;
}

.user-check-in-popup h4 {
  color: #0e253e;
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  margin-top: 16px;
}

.user-check-in-popup p {
  color: #6a829c;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.flirtblue-feature .features-box-content .title {
  /*white-space: nowrap;*/
}

.flirtblue-feature .features-box-content .item-inner {
  padding: 0;
}

.flirtblue-feature .features-box-image img {
  margin: 0 auto;
}

.flirtblue-post-widget .flirtblue-article {
  padding: 3px;
  border-start-start-radius: 16px;
  border-start-end-radius: 16px;
  background-color: white;
  text-align: left;
}

.mobile-layout {
  /*display: flex;*/
  /*flex-direction: row;*/
}

.flirtblue-post-widget .bottom-link {
  border: none;
  padding-left: 0;
}

.flirtblue-post-widget .bottom-link a.read-more:hover {
  color: unset;
}

.flirtblue-post-widget .bottom-link .read-more:hover:before {
  display: none;
}

.flirtblue-post-widget .entry-content {
  margin-top: 16px;
  border: none;
  background-color: white;
}

div.job_listing .listing-time {
  /* Beige */
  border: 1.5px solid #f3f2ec;
  border-radius: 12px;
  background: linear-gradient(124.78deg, #22dd62 1.37%, #03a688 101.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 2px 12px;
  gap: 10px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
}

.flirtblue-article {
  width: 256px;
}

.listing-action {
  margin: 32px 0 24px;
}

.col-md-2 .listing-title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}

div.job-grid-style .bottom-grid .listing-title a,
div.job-grid-style .bottom-grid .listing-title a:hover {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;

  color: #0e253e;
}

div.job_listing .listing-image-inner img {
  margin: 0 auto;
  /*width: 246px;*/
  height: 164px;
  object-fit: cover;
  border-radius: 12px;
}

div.job-grid-style .listing-content-bottom:before,
div.job_listing .listing-image-inner:before {
  display: none;
}

.flirtblue-listing-item {
  max-width: 256px;
  background: #ffffff;
  border-radius: 16px !important;
}
.flirtblue-listing-item .listing-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.flirtblue-listing-item .listing-location.listing-address {
  display: flex;
  align-items: center;
}
.flirtblue-listing-item .listing-phone {
  display: flex;
  align-items: center;
}

div.job_listing {
  margin: 0 auto 32px;
}
div.job_listings.loading {
  z-index:7;
}

.job_listings.job_listings_cards > div {
  padding: 10px;
}

.flirtblue-listing-item .listing-image-inner .image-wrapper {
  padding: 4px;
}

div.job_listing:hover .listing-image-inner img {
  -webkit-transform: unset;
  transform: unset;
}

.left-inner .listing-category {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;

  padding: 2px 12px;
  gap: 10px;

  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  border-radius: 12px;
}

.listing-location a,
.listing-phone a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.listing-check-in-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;

  color: #0e253e;
  margin-right: 10px;
}

.check-in-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 4px;
  min-height: 40px;
}

.check-in-location-photo img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.check-in-location-username {
  display: none;
}

.fa-circle:before {
  content: "";
  background: url("images/circle.svg");
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .flirtblue-post-widget .entry-content {
    background-color: unset;
  }

  .flirtblue-listing-item {
    max-width: 80%;
  }

  .flirtblue-listing div.job_listing .listing-image-inner img {
    width: 319px;
  }

  .flirtblue-post-widget .flirtblue-article {
    margin: 0 auto;
    text-align: center;
    background-color: unset;
  }

  .flirtblue-post-widget .entry-content {
    background-color: unset;
  }

  .mobile-layout {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

a:hover {
  /*color: #2970fa !important;*/
}

body,
* {
  font-family: "Poppins", sans-serif !important;
}

@media (min-width: 1200px) {
  .content-space {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.fb-topbar {
  padding-top: 32px;
  padding-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #0e253e;
}

.single #main-container .layout-blog.style-grid .row,
.blog #main-container .layout-blog.style-grid .row {
  display: grid;
  grid-template-columns: 50% 50%;
}

.single #main-container .row:has(#main-content),
.blog #main-container .row:has(#main-content) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 256px;
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .single #main-container .row:has(#main-content),
  .blog #main-container .row:has(#main-content) {
    grid-template-columns: minmax(0, 1fr);
  }

  .sidebar {
    position: static !important;
    transform: unset !important;
    transition: unset !important;
    width: unset !important;
    height: unset !important;
    max-width: unset !important;
    background: none !important;
    padding: 0 !important;
  }

  #apus-main-content {
    padding: 0 16px;
  }

  .blog .layout-blog.style-grid .row,
  .single .layout-blog.style-grid .row {
    grid-template-columns: minmax(0, 1fr);
  }

  .post.post-grid {
    padding: 4px !important;
  }

  .post.post-grid .entry-content .description {
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
  }
}

.blog #main-container .row::before,
.single #main-container .row::before {
  content: unset;
}

.blog #main-container .row #main-content,
.single #main-container .row #main-content {
  width: unset !important;
  float: unset !important;
}

.blog #main-container .row .sidebar-blog,
.single #main-container .row .sidebar-blog {
  width: unset !important;
  float: unset !important;
}

.single .post.post-gridm,
.blog .post.post-gridm {
  border-radius: 16px;
  background: white;
  padding: 8px;
}

.blog .post.post-grid .post-thumbnail img,
.single .post.post-grid .post-thumbnail img,
.flirtblue-post-widget .flirtblue-article .post-thumbnail img,
.box-banner1 {
  border-radius: 12px;
}

.blog .post.post-grid .entry-content,
.single .post.post-grid .entry-content {
  padding: 24px 16px;
}

.blog .post.post-grid .entry-content .flaticon-user,
.blog .post.post-grid .entry-content .flaticon-event-1,
.blog .post.post-grid .entry-content .flaticon-consulting-message,
.single .post.post-grid .entry-content .flaticon-user,
.single .post.post-grid .entry-content .flaticon-event-1,
.single .post.post-grid .entry-content .flaticon-consulting-message {
  display: none;
}

.blog .post.post-grid .entry-content .author a,
.single .post.post-grid .entry-content .author a {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #2970fa;
}

.blog .post.post-grid .entry-content .date,
.blog .post.post-grid .entry-content .comment,
.single .post.post-grid .entry-content .date,
.single .post.post-grid .entry-content .comment {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #6a829c;
}

.blog .post.post-grid .entry-content .info-meta,
.single .post.post-grid .entry-content .info-meta {
  margin-bottom: 24px;
}

.blog .post.post-grid .entry-content .entry-title,
.single .post.post-grid .entry-content .entry-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0e253e;
  margin-bottom: 16px;
}

.blog .post.post-grid .entry-content .description,
.single .post.post-grid .entry-content .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6a829c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog .post.post-grid .entry-content .read-more,
.single .post.post-grid .entry-content .read-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #2970fa;
}

.single
  .post.post-grid
  .entry-content
  .read-more
  .fa-long-arrow-alt-right:before,
.blog .post.post-grid .entry-content .read-more .fa-long-arrow-alt-right:before,
.fa-angle-right:before {
  content: "";
  background: url("images/arrow-right.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.read-more::before {
  content: unset !important;
}

.widget.widget_apus_search {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 16px;
}

.widget.widget_apus_search .widget-title {
  display: none;
}

.widget.widget_apus_search input.apus-search {
  border: 1.5px solid #f3f2ec;
  border-radius: 32px;
  background: white;
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #6a829c;
  padding-left: 38px;
}

.widget.widget_apus_search form {
  position: relative;
}

.widget.widget_apus_search form::before {
  content: "";
  background: url("images/search.svg");
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.widget.widget_apus_search input.apus-search + .btn {
  display: none;
}

.widget.widget_categories {
  background: #ffffff !important;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px !important;
  margin-bottom: 16px !important;
}

.widget.widget_categories .widget-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #0e253e;
}

.widget.widget_categories .cat-item::before {
  content: "";
  width: 2px;
  background: #f3f2ec;
  border-radius: 1px;
  margin: 3px 0;
  margin-right: 8px;
}

.widget.widget_categories .cat-item {
  display: flex;
  align-items: stretch;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #0e253e;
  border: 0 !important;
  margin-bottom: 16px;
  padding-bottom: 0 !important;
}

.widget.widget_apus_recent_post {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px !important;
  padding: 16px !important;
  margin-bottom: 16px !important;
}

.widget.widget_apus_recent_post .widget-title {
  margin-bottom: 16px !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;

  color: #0e253e;
}

.widget.widget_apus_recent_post
  .widget-post-recent
  .post
  .entry-content
  .post-thumbnail
  img {
  border-radius: 12px;
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.widget.widget_apus_recent_post .widget-post-recent .entry-content::before,
.widget.widget_apus_recent_post .widget-post-recent .entry-content::after {
  content: unset !important;
}

.widget-post-recent .content-left {
  float: none !important;
  width: auto !important;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0 !important;
}

.widget.widget_apus_recent_post .widget-post-recent .entry-content {
  display: flex;
  gap: 12px;
}

.widget.widget_apus_recent_post
  .widget-post-recent
  .entry-content
  .entry-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #0e253e;
}

.widget.widget_apus_recent_post .widget-post-recent .entry-content .date {
  display: none;
}

.widget.widget_meta {
  display: none;
}

.widget.widget_tag_cloud {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px !important;
  margin-bottom: 16px !important;
  padding: 16px !important;
}

.widget.widget_tag_cloud .widget-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #0e253e;
  margin-bottom: 16px !important;
}

.widget.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.widget.widget_tag_cloud a.tag-cloud-link {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  border-radius: 12px !important;
  padding: 2px 16px;
  margin: 0 !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #6a829c;
}

.widget.widget_tag_cloud a.tag-cloud-link:hover {
  color: #2970fa;
}

.widget_categories ul > li.current-cat > a {
  color: #2970fa !important;
}

.fb-icon {
  font-size: 0;
  vertical-align: middle;
}

.fb-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.fb-icon.fb-icon-back::before {
  background: url("images/arrow-left.svg");
}

.fb-icon.fb-icon-review::before {
  background: url("images/review.svg");
}

.fb-icon.fb-icon-share::before {
  background: url("images/share.svg");
}

.fb-icon.fb-icon-emoji::before {
  background: url("images/emoji.svg");
}

.fb-icon.fb-icon-add-user::before {
  background: url("images/add-user.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
}

.fb-topbar:has(.fb-icon) a {
  font-size: 0;
  vertical-align: middle;
}

.entry-content-detail {
  padding: 8px;
  background: white;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px 16px 0 0;
  border-bottom: 0;
}

.entry-content-detail + .wrapper-small .box-list-2 {
  background: white;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 0 0 16px 16px;
  border-top: 0;
}

.entry-content-detail img {
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  max-height: 462px;
}

.post-detail .flaticon-user,
.post-detail .flaticon-event-1,
.post-detail .flaticon-consulting-message {
  display: none;
}

.post-detail .author,
.post-detail .date,
.post-detail .comment {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6a829c;
}

.post-detail .author a {
  color: #2970fa;
}

.post-detail .box-list-2 {
  padding: 24px;
}

.post-detail .entry-title {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 40px;
  color: #0e253e;
  margin-bottom: 16px !important;
}

.post-detail .info-meta {
  margin-bottom: 24px !important;
}

.post-detail .entry-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0e253e;
}

.post-detail .entry-tags-list strong {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #6a829c;
}

.post-detail .entry-tags-list a {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  border-radius: 12px;
  padding: 2px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #6a829c;
}

.post-detail .entry-tags-list a:hover {
  background: white;
  color: #2970fa;
}

.post-detail .tags-detail {
  border-top: 1.5px solid #f3f2ec;
  padding-top: 36px;
  margin-top: 32px !important;
}

.apus-social-share {
  border: 0 !important;
}

.box-list-2:has(.navigation) {
  background: #ffffff !important;
  border: 1.5px solid #f3f2ec !important;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02) !important;
  border-radius: 16px !important;
}

.box-list-2:has(.navigation) .navi {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #2970fa;
}

.box-list-2:has(.navigation) .nav-links .post-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0e253e;
}

.box-list-2:has(.navigation) .nav-previous .fas.fa-long-arrow-alt-left::before {
  content: "";
  background: url("images/arrow-left-2.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.box-list-2:has(.navigation) .nav-next .fas.fa-long-arrow-alt-right::before {
  content: "";
  background: url("images/arrow-right.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.comment-respond {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px !important;
  padding: 24px !important;
}

.comment-respond .title {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #6a829c;
  text-transform: uppercase;
  margin-bottom: 24px !important;
}

.comment-respond .logged-in-as {
  display: none;
}

.comment-respond .btn {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 12px !important;
}

.comment-respond textarea#comment {
  padding: 18px 16px;
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0e253e;
}

.entry-description blockquote {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0e253e;
}

.entry-description h1,
.entry-description h2,
.entry-description h3,
.entry-description h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #0e253e;
  margin-bottom: 16px;
}

.fab.fa-facebook-f::before {
  content: "";
  background: url("images/facebook.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.fab.fa-twitter::before {
  content: "";
  background: url("images/twitter.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.fab.fa-instagram::before {
  content: "";
  background: url("images/instagram.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.bo-social-linkedin,
.bo-social-google,
.bo-social-pinterest {
  display: none !important;
}

.apus-social-share .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #6a829c;
  margin-right: 16px !important;
}

.ti-arrow-left:before,
.fa-long-arrow-alt-left:before {
  content: "";
  background: url("images/arrow-left-3.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.ti-arrow-right:before,
.fa-long-arrow-alt-right:before {
  content: "";
  background: url("images/arrow-right-3.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
.slick-carousel .slick-arrow:hover,
.slick-carousel .slick-arrow:active,
.slick-carousel .slick-arrow:focus {
  background: #fff;
}

.widget-listing .slick-carousel .slick-next {
  right: -5px;
}
.widget-listing .slick-carousel .slick-prev {
  left: -5px;
}
@media (min-width: 1200px) {
  .widget-listing .slick-carousel .slick-next {
    right: -25px;
  }
  .widget-listing .slick-carousel .slick-prev {
    left: -25px;
  }
}

/* -------------------------------------------------------------------------- */
/*                               Single Listing                               */
/* -------------------------------------------------------------------------- */
.header-top-job.style-white {
  background-size: cover;
}
.header-top-job.style-white:before {
  display: none;
}

.single-job_listing .widget-title {
  color: #6a829c;
}

.single-job_listing h1 {
  font-size: 24px;
}
.single-job_listing h2,
.single-job_listing h3,
.single-job_listing h4 {
  font-size: 18px;
}

.header-gallery-wrapper {
  max-height: 256px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(
    0deg,
    rgba(14, 37, 62, 0.64),
    rgba(14, 37, 62, 0.64)
  );
}

.fb-listing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 24px;
}

.fb-listing-header .fb-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #0e253e;
}

.fb-listing-header .fb-title .fb-icon-back::before {
  vertical-align: middle;
}

.fb-listing-header .fb-actions {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.fb-listing-header .fb-actions .listing-reviews,
.fb-listing-header .fb-actions .action-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6a829c;
}

.fb-listing-header .fb-actions .fb-icon::before {
  vertical-align: middle;
}

.header-top-job .listing-logo .inner {
  border-radius: 12px !important;
  width: 64px;
  height: 64px;
  border-width: 2px;
}

.header-top-job .listing-logo img {
}

.header-top-job .listing-logo {
  padding-right: 12px !important;
}

.header-top-job.style-white .entry-header .entry-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}

.header-tabs-wrapper {
  margin-top: 24px !important;
  background: none !important;
  box-shadow: none !important;
}

.header-tabs-wrapper ul.nav {
  display: flex;
  display: -webkit-flex;
  overflow-x: auto;
  white-space: nowrap !important;
}

.header-tabs-wrapper ul.nav li {
  margin-right: 8px !important;
}

.header-tabs-wrapper ul.nav li a {
  background: #ffffff !important;
  border: 1.5px solid #f3f2ec !important;
  box-shadow: 0px 8px 24px rgba(14, 37, 62, 0.02);
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6a829c;
  transition: none;
}

.header-tabs-wrapper ul.nav li a:hover {
  background: linear-gradient(100.36deg, #4acbd8 0%, #2970fa 100%) !important;
  box-shadow: 0px 8px 24px rgba(41, 112, 250, 0.02);
  color: white !important;
}

.job_description {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px !important;
  padding: 24px !important;
  margin-bottom: 16px !important;
}

.job_description .widget-title {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #6a829c;
  text-transform: uppercase !important;
  margin-bottom: 24px !important;
}

.job_description .box-inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0e253e;
}

.widget.listing-amenities {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px;
  margin-bottom: 16px !important;
  padding: 24px !important;
}

.widget.listing-amenities .widget-title {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #6a829c;
  text-transform: uppercase !important;
  margin-bottom: 24px !important;
}

.single-job_listing .listing-amenity-list {
  column-count: 3;
}

.listing-amenity-list a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #0e253e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listing-amenity-list a span::before {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-size: contain;
  background: url("images/emoji.svg");
  vertical-align: middle;
  margin-right: 16px;
}

@media only screen and (max-width: 526px) {
  .single-job_listing .listing-amenity-list {
    column-count: 1;
    max-width: 80%;
    margin: 0 auto;
  }

  .listing-amenity-list a {
    color: #ffffff;
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    background: linear-gradient(100.36deg, #4acbd8 0%, #2970fa 100%);
  }

  .listing-amenity-list a span {
    color: #ffffff;
    text-align: center;
  }
}

@media only screen and (min-width: 526px) and (max-width: 768px) {
  .single-job_listing .listing-amenity-list {
    column-count: 2;
  }

  .listing-amenity-list a span::before {
    display: none;
  }

  .listing-amenity-list a {
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    background: linear-gradient(100.36deg, #4acbd8 0%, #2970fa 100%);
  }

  .listing-amenity-list a span {
    color: #ffffff;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .single-job_listing .listing-amenity-list {
    column-count: 3;
  }

  .listing-amenity-list a span::before {
    display: inline-block;
  }
}

.listing-checkins.widget {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
  border-radius: 16px;
  margin-bottom: 16px !important;
  padding: 24px !important;
}

.listing-checkins.widget .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px !important;
}

.widget.listing-checkins .widget-title {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #6a829c;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}

.listing-checkins.widget .widget-header .fb-icon-add-user::before {
  width: 20px;
  height: 20px;
}

.listing-checkins.widget
  .widget-header
  .listing-btn-wrapper.listing-bookmark
  .bookmark-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #2970fa;
}

.fb-checked-in {
  display: flex;
  gap: 8px;
  align-items: center;
}

.fb-checked-in a {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  flex-grow: 0;
  position: relative;
}

.fb-checked-in a img {
  border-radius: 12px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.single-job_listing .fb-checked-in a img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.fb-checked-in a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #0e253e transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 8px);
  width: auto;
  display: none;
}

.fb-checked-in a::before {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 8px);
  width: auto;
  padding: 4px 12px;
  border-radius: 6px;
  background: #0e253e;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  display: none;
}

.fb-checked-in a:hover::before,
.fb-checked-in a:hover::after {
  display: block;
}

.fb-checked-in a .backdrop {
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  border-radius: 12px;
  background: linear-gradient(
    0deg,
    rgba(14, 37, 62, 0.56),
    rgba(14, 37, 62, 0.56)
  );
}

.fb-checked-in a:hover .backdrop {
  display: initial;
}

.no-users-checked-in{
  font-size:10px
}

/* -------------------------------------------------------------------------- */
/*                          Single Listing Map                                */
/* -------------------------------------------------------------------------- */
.apus-single-listing .direction-map i {
  display: none;
}

.top-nav-map,
.top-nav-street-view {
  padding: 6px 24px;
  border-radius: 16px;
  border: 1.5px solid #f3f2ec;
  box-shadow: 0px 16px 64px rgba(14, 37, 62, 0.02);
}

.top-nav-map.active,
.top-nav-street-view.active,
.top-nav-map:hover,
.top-nav-street-view:hover {
  background: linear-gradient(100.36deg, #4acbd8 0%, #2970fa 100%);
  color: #ffffff !important;
}

/* -------------------------------------------------------------------------- */
/*                          Single Listing Address                            */
/* -------------------------------------------------------------------------- */

.fa-location:before {
  content: "";
  background: url("images/location.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.fa-call:before {
  content: "";
  background: url("images/call.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.fa-email:before {
  content: "";
  background: url("images/email.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.fa-website:before {
  content: "";
  background: url("images/website.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.listing-address .title-follow {
  color: #ff976a;
  font-weight: 500;
  font-size: 14px;
}

.listing-address .business-info a {
  font-weight: 500;
  font-size: 14px;
  color: #0e253e;
}

/* -------------------------------------------------------------------------- */
/*                   Single Listing Review Comments List                      */
/* -------------------------------------------------------------------------- */
.comment-list .the-comment {
  border-bottom: 1.5px solid #f3f2ec;
}

.comment-list .the-comment img.avatar {
  width: 45px;
  height: auto;
}

.comment-box .info-meta-comment .vertical-line-separator {
  height: 16px;
  margin: 0 16px;
}

.comment-box .info-meta-comment .date {
  color: #6a829c;
}

.comment-box .info-meta-comment .title-author,
.comment-box .info-meta-comment .title-author a {
  color: #2970fa;
}

.comment-text .description {
  color: #0e253e;
}

.far.fa-thumbs-up:before {
  content: "";
  background: url("images/thumbs-up.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.fas.fa-thumbs-up:before {
  content: "";
  background: url("images/thumbs-up-active.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.fas.fa-thumbs-down:before {
  content: "";
  background: url("images/thumbs-down-active.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.far.fa-thumbs-down:before {
  content: "";
  background: url("images/thumbs-down.svg");
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.apus-single-listing .comment-actions .pull-left a.comment-like {
  background: linear-gradient(124.78deg, #22dd62 1.37%, #03a688 101.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.apus-single-listing .comment-actions .pull-left a.comment-dislike {
  color: #6a829c;
}

/* -------------------------------------------------------------------------- */
/*                   Single Listing Hours Sidebar Widget                      */
/* -------------------------------------------------------------------------- */

.sidebar-detail-job .widget.listing-hours .widget-title {
  color: #0e253e;
  background-color: unset;
}

.sidebar-detail-job .listing-day {
  border: none;
  display: flex;
  justify-content: space-between;
}

.sidebar-detail-job .listing-day .vertical-line-separator {
  margin: 0 24px 0 0;
}

.sidebar-detail-job .listing-day .day {
  color: #0e253e;
}

.sidebar-detail-job .listing-day .time-items {
  color: #6a829c;
}

.sidebar-detail-job .listing-day.current .day,
.sidebar-detail-job .listing-day.current .time-items {
  color: #ff976a;
}

.sidebar-detail-job .listing-day.current .vertical-line-separator {
  background: #ff976a;
}

.single-job_listing .wrapper-comment {
  display: none;
}

/*
Form
 */

.group-upload:hover .upload-file-btn span,
.group-upload:hover .upload-file-btn i {
  color: #2970fa;
}

.listing-reviews .form-group {
  border: 1.5px solid #f3f2ec;
  border-radius: 12px;
}

.listing-reviews .group-upload {
  border: 1.5px dashed #f3f2ec;
}

.listing-reviews .form-group input,
.listing-reviews .form-group textarea {
  border: none;
}

.listing-reviews .form-control.style2 {
  margin: 0;
  padding: 0 0 0 16px;
}

.listing-reviews textarea.form-control.style2 {
  padding: 10px 0 0 16px;
}

.listing-reviews .group-upload .upload-file-btn span {
  display: none;
}

.upload-file-btn .flaticon-upload:before {
  content: "";
  background: url("images/upload.svg");
  display: inline-block;
  height: 80px;
  width: 81px;
  vertical-align: middle;
}

@media only screen and (max-width: 725px) {
  .flex-space-between {
    flex-direction: column;
  }
}

/* -------------------------------------------------------------------------- */
/*                                 Login Modal                                */
/* -------------------------------------------------------------------------- */
.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 37, 62, 0.3);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.login-modal .login-modal-inner {
  border-radius: 24px;
  background-color: white;
  margin: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 32px;
}

.login-modal .login-modal-inner form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-modal .login-modal-inner .login-logo {
  display: flex;
  justify-content: center;
}

.login-modal .login-modal-inner .logo {
  border: 0;
  padding: 0;
}

.login-modal .login-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #0e253e;
  margin-bottom: 24px;
  margin-top: 16px;
}

.login-modal .form {
  width: 100%;
}

.login-modal .login-input {
  background: #ffffff;
  border: 1.5px solid #f3f2ec;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0e253e;
  padding: 8px 16px;
  width: 100%;
  margin-bottom: 16px;
}

.login-modal .fb-login-button {
  margin-top: 32px;
  margin-bottom: 24px;
  background: #2970fa;
  border-radius: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 12px;
  width: 100%;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

.login-modal .fb-login-button span {
  display: initial;
}

.login-modal .fb-login-button.is-loading span {
  display: none;
}

.login-modal .fb-login-button .loader {
  display: none;
}

.login-modal .fb-login-button.is-loading .loader {
  display: flex;
}

@media screen and (max-width: 991px) {

  /*.login-modal .login-modal-inner {*/
  /*  margin: 0px;*/
  /*  border-radius: 24px 24px 0px 0px;*/
  /*  position: absolute;*/
  /*  bottom: 0;*/
  /*  width: 100%;*/
  /*}*/

  .login-modal .fb-login-button {
    margin-bottom: 64px;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.loader {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  background-color: #2970fa;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
