.fl-venders-author {
  display: flex;
  position: relative;
  padding: 20px 0;
  height: 100px; }
  .fl-venders-author:before {
    content: '';
    position: absolute;
    background-color: #e0f1f8;
    width: 400%;
    height: 100%;
    left: -100%;
    right: -100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.23);
    box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.23); }
  .fl-venders-author .fl-venders-author-avatar {
    border-radius: 50%;
    overflow: hidden;
    height: 60px;
    width: 60px;
    margin-right: 20px; }
  .fl-venders-author .fl-venders-author-posts {
    margin: 2px; }
    .fl-venders-author .fl-venders-author-posts .fl-venders-select {
      display: inline-block;
      height: 70px;
      width: 100%;
      border: 0px;
      overflow: hidden;
      max-width: unset;
      background: unset;
      padding: 0px;
      margin-bottom: 0px;
      border-radius: 0px; }
      .fl-venders-author .fl-venders-author-posts .fl-venders-select:hover, .fl-venders-author .fl-venders-author-posts .fl-venders-select:focus, .fl-venders-author .fl-venders-author-posts .fl-venders-select:active {
        box-shadow: unset !important; }
      .fl-venders-author .fl-venders-author-posts .fl-venders-select li {
        display: inline-block;
        padding: 15px;
        border-radius: 3px;
        border: 2px solid #d8e5ee;
        color: #222222;
        position: relative;
        cursor: pointer; }
        .fl-venders-author .fl-venders-author-posts .fl-venders-select li span {
          position: relative;
          z-index: 1; }
        .fl-venders-author .fl-venders-author-posts .fl-venders-select li:checked:before {
          background-color: #f0487a; }
        .fl-venders-author .fl-venders-author-posts .fl-venders-select li:before {
          content: '';
          font-size: 18px;
          background-color: #f0f5fb;
          text-align: center;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          line-height: 28px;
          transition: all .3s ease-in-out;
          margin-left: 0px; }
  .fl-venders-author .fl-venders-author-meta {
    display: none; }
    .fl-venders-author .fl-venders-author-meta .fl-venders-author-name {
      font-size: 18px;
      font-weight: 600; }

#fl-vender-tabs {
  height: 100%;
  margin: 60px 0; }
  #fl-vender-tabs .fl-venders-contain {
    display: none; }
    #fl-vender-tabs .fl-venders-contain .tmvendors-alert {
      padding: 20px 25px;
      border-radius: 10px;
      background-color: #a6d0f9; }
    #fl-vender-tabs .fl-venders-contain .fl-venders-places {
      display: flex;
      margin-bottom: 50px; }
      #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-vendors-places-image {
        padding: 0; }
        #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-vendors-places-image img {
          width: 100%; }
      #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta {
        padding: 45px;
        border: 2px solid #b1b1b1; }
        #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta .fl-venders-places-title {
          font-size: 18px;
          color: #222222;
          font-weight: 600;
          transition: all .3s ease-in-out; }
          #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta .fl-venders-places-title:hover {
            color: #b1b1b1; }
        #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta .fl-venders-places-excerpt {
          display: block;
          margin-top: 30px; }
  #fl-vender-tabs .fl-venders-contain.active {
    display: block; }

.fl-venders-login form {
  margin: 60px 0; }
.fl-venders-login #rememberme {
  position: unset; }

.tmreviews_added_notice {
  z-index: 999999;
  position: fixed;
  top: -30%;
  left: 0;
  right: 0;
  padding-top: 17px;
  min-height: 71px;
  background-color: #f0487a;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  color: #fff;
  line-height: 36px;
  text-align: center; }

.tmreviews_added_notice_visible {
  top: 0;
  opacity: 1; }

.tmreviews-add-place, .fl-venders-account {
  margin-top: 120px;
  margin-bottom: 120px; }
  .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow, .fl-venders-account .tmreviewsagic-form .tmreviewsrow {
    padding: 30px 45px;
    padding-top: 0px;
    border: 1px solid #ededed;
    position: relative;
    margin: 10px 0; }
    .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow:before, .fl-venders-account .tmreviewsagic-form .tmreviewsrow:before {
      content: '';
      position: absolute;
      background: #f6f6f6;
      left: 0;
      width: 100%;
      height: 85px;
      z-index: -1; }
    .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .fl-add-place-row-title, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .fl-add-place-row-title {
      display: block;
      margin-bottom: 45px;
      margin-top: 30px;
      padding-left: 0px;
      font-size: 24px;
      font-weight: 600;
      color: #222222; }
    .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col {
      padding: 20px 0; }
      .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col input:hover, .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col input:active, .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col input:focus, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col input:hover, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col input:active, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col input:focus {
        border-color: #32297b;
        box-shadow: none !important;
        transition: .3s ease; }
      .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col input, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col input {
        margin-bottom: 0px; }
      .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container {
        border: 0px; }
        .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea {
          color: #aaaaaa;
          padding: 13px 35px;
          max-width: 100%;
          width: 100%;
          margin-bottom: 20px;
          border-radius: 25px;
          border: 2px solid #e5e3f4;
          min-height: 130px;
          height: 130px;
          resize: none;
          transition: .3s ease; }
        .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea:hover, .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea:active, .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea:focus, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea:hover, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea:active, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .wp-editor-container textarea:focus {
          border-color: #32297b;
          box-shadow: none !important;
          transition: .3s ease; }
      .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .tmreviews_file::-webkit-file-upload-button, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .tmreviews_file::-webkit-file-upload-button {
        visibility: hidden; }
      .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .tmreviews_file, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .tmreviews_file {
        position: relative; }
        .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col .tmreviews_file:before, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col .tmreviews_file:before {
          content: 'choose file';
          border-radius: 25px;
          padding: 16px 30px;
          cursor: pointer;
          font-weight: 600;
          font-size: 14px;
          background: #32297b;
          position: absolute;
          top: 1px;
          left: 0;
          color: #ffffff;
          text-transform: uppercase; }
      .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col select, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col select {
        margin-bottom: 0px; }
      .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col select:hover, .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col select:active, .tmreviews-add-place .tmreviewsagic-form .tmreviewsrow .tmreviews-col select:focus, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col select:hover, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col select:active, .fl-venders-account .tmreviewsagic-form .tmreviewsrow .tmreviews-col select:focus {
        border-color: #32297b;
        box-shadow: none !important;
        transition: .3s ease; }
  .tmreviews-add-place .tmreviewsagic-form .buttonarea, .fl-venders-account .tmreviewsagic-form .buttonarea {
    text-align: center; }

.fl-venders-account {
  max-width: 900px; }

.fl-custom-btn {
  border-radius: 29px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 35px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2; }
  .fl-custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .fl-custom-btn:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 140%;
    left: -20%;
    z-index: -1;
    transform-origin: 0 50%;
    transform: skew(-35deg) scaleX(0);
    transition: transform .6s ease, -webkit-transform .6s ease; }
  .fl-custom-btn:hover {
    color: #fff !important; }
    .fl-custom-btn:hover span {
      color: #fff !important; }
    .fl-custom-btn:hover:after {
      -webkit-transform: skew(-35deg) scaleX(1);
      -ms-transform: skew(-35deg) scaleX(1);
      transform: skew(-35deg) scaleX(1); }
  .fl-custom-btn span {
    position: relative;
    font-weight: 600;
    color: #fff; }
  .fl-custom-btn.normal-size {
    font-size: 13px;
    padding: 15px 30px; }
    .fl-custom-btn.normal-size span {
      top: 1px; }
  .fl-custom-btn.large-size {
    font-size: 16px;
    padding: 20px 45px; }
    .fl-custom-btn.large-size span {
      top: 2px; }
  .fl-custom-btn.small-size {
    font-size: 12px;
    padding: 15px 28px; }
    .fl-custom-btn.small-size span {
      top: 1px; }
  .fl-custom-btn.primary-border-style {
    border: 2px solid;
    color: #222222;
    transition: .5s ease;
    padding: 15px 33px; }
    .fl-custom-btn.primary-border-style:hover {
      transition: .3s ease;
      color: #ffffff; }
    .fl-custom-btn.primary-border-style.normal-size {
      padding: 13px 28px; }
    .fl-custom-btn.primary-border-style.large-size {
      padding: 18px 43px; }
    .fl-custom-btn.primary-border-style.small-size {
      padding: 13px 26px; }

.tmvendors_no_membership_text {
  max-width: 700px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }

.fl-places-archive {
  padding: 0px;
  margin-top: 70px;
  margin-bottom: 70px; }
  .fl-places-archive .fl-cat-row {
    display: flex; }
  .fl-places-archive .fl-places-slider-inner {
    border: 1px solid #cddbe7;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 370px;
    border-radius: 10px;
    margin: 10px;
    transition: all .3s ease-in-out;
    background: #fff; }
    .fl-places-archive .fl-places-slider-inner:hover {
      border: 1px solid rgba(255, 255, 255, 0);
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
    .fl-places-archive .fl-places-slider-inner .fl-places-top {
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .fl-places-archive .fl-places-slider-inner .fl-places-top .fl-wpfp-link {
        position: absolute;
        color: #fff;
        right: 20px;
        top: unset;
        bottom: 20px;
        width: 195px;
        height: 40px; }
      .fl-places-archive .fl-places-slider-inner .fl-places-top img.fl-image-place, .fl-places-archive .fl-places-slider-inner .fl-places-top i {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        color: #fff;
        background-color: #f44153;
        right: 20px;
        top: 20px; }
        .fl-places-archive .fl-places-slider-inner .fl-places-top img.fl-image-place:before, .fl-places-archive .fl-places-slider-inner .fl-places-top i:before {
          text-align: center;
          margin: auto;
          position: absolute;
          width: 18px;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          height: 18px; }
      .fl-places-archive .fl-places-slider-inner .fl-places-top img {
        height: 100%;
        width: 100%; }
      .fl-places-archive .fl-places-slider-inner .fl-places-top i.kaskad-save {
        top: unset;
        right: 0;
        bottom: 0;
        background-color: #4da1f4; }
        .fl-places-archive .fl-places-slider-inner .fl-places-top i.kaskad-save.added {
          background-color: #f4e141;
          color: #222; }
    .fl-places-archive .fl-places-slider-inner .fl-places-center {
      padding-top: 35px;
      padding-bottom: 25px;
      padding-left: 27px;
      padding-right: 27px;
      border-bottom: 1px solid #eeeeee; }
      .fl-places-archive .fl-places-slider-inner .fl-places-center .fl-places-slider-title-inner {
        font-size: 24px;
        color: #222222;
        transition: all .3s ease-in-out;
        margin-bottom: 0px;
        display: block; }
        .fl-places-archive .fl-places-slider-inner .fl-places-center .fl-places-slider-title-inner:hover {
          color: #f44153; }
      .fl-places-archive .fl-places-slider-inner .fl-places-center .fl-places-meta {
        margin-top: 15px; }
        .fl-places-archive .fl-places-slider-inner .fl-places-center .fl-places-meta span {
          display: block; }
          .fl-places-archive .fl-places-slider-inner .fl-places-center .fl-places-meta span i {
            margin-right: 10px;
            color: #4da1f4; }
    .fl-places-archive .fl-places-slider-inner .fl-places-bottom {
      display: flex;
      padding: 16px;
      padding-left: 27px;
      padding-right: 27px; }
      .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-rating {
        height: fit-content;
        top: 0;
        bottom: 0;
        position: relative;
        margin: auto; }
        .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-rating .fl-places-contain i {
          color: #4da1f4;
          font-size: 14px;
          margin-right: 5px; }
        .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-rating .fl-places-contain .fl-average span {
          color: #f44153;
          font-weight: 600; }
        .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-rating .fl-places-contain .fl-places-average {
          display: block;
          color: #777777;
          font-size: 12px;
          margin-left: 25px;
          line-height: 16px; }
      .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status {
        text-transform: capitalize;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 30px;
        margin-right: 30px;
        line-height: 48px;
        position: relative; }
        .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status.fl-close {
          color: #f44153; }
        .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status.fl-open {
          color: #18bc4a; }
        .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status:before {
          content: '';
          position: absolute;
          width: 1px;
          height: 80px;
          background-color: #eeeeee;
          display: inline-flex;
          top: -30px;
          left: 0; }
        .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 80px;
          background-color: #eeeeee;
          display: inline-flex;
          top: -30px;
          right: 0; }
      .fl-places-archive .fl-places-slider-inner .fl-places-bottom .fl-places-city-currency {
        text-align: center;
        line-height: 48px;
        margin: 0 auto; }

.wp-core-ui .quicktags-toolbar input.button.button-small {
  width: unset; }

.fl-venders-author .fl-venders-author-posts .fl-venders-select li:before {
  display: none; }

html .fl-venders-author .fl-venders-author-posts .fl-venders-select li {
  display: inline-block;
  padding: 9px 18px;
  border: 0 !important;
  color: #222;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  margin-right: 5px;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700; }

html .fl-venders-author:before {
  background-color: #f2f7fb !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.fl-venders-author .fl-venders-author-posts .fl-venders-select li.active {
  background: #f44153 !important;
  border-color: #f44153 !important;
  color: #fff; }

html .fl-venders-author .fl-venders-author-avatar {
  margin-right: 30px; }

.fl-venders-account > h3 {
  display: none; }

html .fl-venders-account,
html .tmreviews-add-place {
  margin-top: 60px;
  margin-bottom: 60px; }

.fl-venders-account table.pmpro_table {
  margin-bottom: 10px; }

.fl-venders-account table.pmpro_table td,
.fl-venders-account table.pmpro_table th {
  border: 1px solid #ddd;
  padding: 15px; }

.fl-venders-login form {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 50px auto; }

#pmpro_levels_table {
  width: 100%;
  max-width: 800px; }

.pmpro_btn {
  border: 0px;
  padding: 13px 40px;
  text-transform: uppercase;
  border-radius: 33px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s ease-in-out;
  line-height: unset;
  vertical-align: middle;
  width: fit-content;
  display: inline-block;
  background-color: #f44153;
  color: #fff !important; }

.pmpro_btn-cancel {
  background-color: #4da1f4 !important; }

.acf-repeater .acf-actions .acf-button {
  border-radius: 25px;
  padding: 16px 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  background: #4da1f4;
  top: 1px;
  left: 0;
  color: #ffffff;
  text-transform: uppercase; }

.acf-url i {
  top: 21px !important;
  left: 15px !important; }

.fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain:first-child {
  background: #f2f7fb;
  border: 0px; }
.fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain:last-child {
  margin-bottom: 120px; }
.fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain {
  display: flex;
  padding: 60px;
  border: 1px #ededed solid;
  margin-bottom: 40px; }
  .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-left .fl-user-reviews-avatar {
    display: block;
    padding-right: 35px; }
    .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-left .fl-user-reviews-avatar img {
      max-width: 60px;
      border-radius: 50%; }
  .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right {
    width: 100%; }
    .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top {
      display: flex;
      position: relative;
      background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 10px 1px;
      background-repeat: repeat-x;
      margin-bottom: 35px;
      padding-bottom: 30px; }
      .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-review-top-post-title {
        font-size: 15px;
        margin-right: 20px; }
        .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-review-top-post-title .fl-user-review-place {
          font-weight: 600;
          color: #32297b; }
      .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-rating {
        display: flex; }
        .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-rating .fl-rate-icons {
          line-height: 26px;
          margin-right: 10px; }
          .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-rating .fl-rate-icons i.fa-star {
            width: 20px;
            height: 20px;
            margin-right: 2px;
            background-image: none;
            color: #f44153; }
            .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-rating .fl-rate-icons i.fa-star:before {
              content: "\f005"; }
          .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-rating .fl-rate-icons i.fa-star-o {
            width: 20px;
            height: 20px;
            margin-right: 2px;
            background-image: none;
            color: #f44153; }
            .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-rating .fl-rate-icons i.fa-star-o:before {
              content: "\f006"; }
        .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-rating .fl-single-places-rating-text {
          font-size: 13px;
          color: #222;
          font-weight: 400; }
      .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-date-contain {
        position: absolute;
        right: 0; }
        .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-date-contain .fl-user-reviews-date-text {
          font-size: 12px;
          color: #858585; }
        .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-date-contain .fl-user-reviews-date {
          font-size: 14px;
          color: #222222; }
    .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-review-bottom .fl-review-title {
      color: #32297b;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 20px;
      display: block; }
    .fl-venders-contain .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-review-bottom .fl-user-reviews-content {
      font-size: 15px;
      color: #222222; }
.fl-venders-contain .fl-user-reviews-content .empty-search-wrapper .empty-search-wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  padding: 25px; }
  .fl-venders-contain .fl-user-reviews-content .empty-search-wrapper .empty-search-wrapper-text .left-content {
    display: inline-block; }
    .fl-venders-contain .fl-user-reviews-content .empty-search-wrapper .empty-search-wrapper-text .left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #cddbe7;
      top: -7px;
      position: relative; }
      .fl-venders-contain .fl-user-reviews-content .empty-search-wrapper .empty-search-wrapper-text .left-content i:before {
        font-size: 48px; }
  .fl-venders-contain .fl-user-reviews-content .empty-search-wrapper .empty-search-wrapper-text .right-content {
    display: inline-block; }
    .fl-venders-contain .fl-user-reviews-content .empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      top: -10px;
      margin-bottom: -7px;
      position: relative; }

#fl-venders-add-place.container {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 768px) {
  .fl-user-reviews-header .fl-user-reviews-header-contain {
    display: block; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left {
    width: 100%; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-meta {
    height: unset; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-avatar {
    width: 100px;
    height: 100px; }
    .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-avatar img {
      width: 100px;
      height: 100px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts {
    margin-right: 0px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-user-reviews-circle .fl-count-number {
    font-size: 20px;
    display: block;
    line-height: 0px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right {
    width: 100%; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-count-bottom-text {
    margin-top: 0px;
    font-size: 10px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-user-reviews-circle {
    width: 100px;
    height: 100px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-meta .fl-reviews-name {
    font-size: 30px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain {
    padding: 35px 0; }

  .fl-user-reviews-content .fl-user-reviews-contain {
    display: block;
    padding: 30px; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-left .fl-user-reviews-avatar {
    padding-right: 0px; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top {
    display: block; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-date-contain {
    right: unset; } }
@media (max-width: 680px) {
  html .fl-venders-author .fl-venders-author-avatar {
    display: none; }

  .fl-venders-author {
    height: fit-content; }

  .fl-venders-author .fl-venders-author-posts .fl-venders-select {
    height: fit-content; } }
@media (max-width: 400px) {
  .fl-user-reviews-header .fl-user-reviews-header-contain {
    display: block; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left {
    width: 100%; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-meta {
    height: unset; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-avatar {
    width: 100px;
    height: 100px; }
    .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-avatar img {
      width: 100px;
      height: 100px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts {
    margin-right: 0px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-user-reviews-circle .fl-count-number {
    font-size: 20px;
    display: block;
    line-height: 0px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right {
    width: 100%; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-count-bottom-text {
    margin-top: 0px;
    font-size: 10px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-user-reviews-circle {
    width: 100px;
    height: 100px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-meta .fl-reviews-name {
    font-size: 30px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain {
    padding: 35px 0; }

  .fl-user-reviews-content .fl-user-reviews-contain {
    display: block;
    padding: 30px; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-left .fl-user-reviews-avatar {
    padding-right: 0px; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top {
    display: block; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-date-contain {
    right: unset; } }
@media (max-width: 360px) {
  .fl-user-reviews-header .fl-user-reviews-header-contain {
    display: block; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left {
    width: 100%; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-meta {
    height: unset; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-avatar {
    width: 100px;
    height: 100px; }
    .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-avatar img {
      width: 100px;
      height: 100px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts {
    margin-right: 0px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-user-reviews-circle .fl-count-number {
    font-size: 20px;
    display: block;
    line-height: 0px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right {
    width: 100%; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-count-bottom-text {
    margin-top: 0px;
    font-size: 10px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-right .fl-user-reviews-counts .fl-user-reviews-circle {
    width: 100px;
    height: 100px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain .fl-user-reviews-header-left .fl-user-reviews-meta .fl-reviews-name {
    font-size: 30px; }

  .fl-user-reviews-header .fl-user-reviews-header-contain {
    padding: 35px 0; }

  .fl-user-reviews-content .fl-user-reviews-contain {
    display: block;
    padding: 30px; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-left .fl-user-reviews-avatar {
    padding-right: 0px; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top {
    display: block; }

  .fl-user-reviews-content .fl-user-reviews-contain .fl-user-reviews-right .fl-user-reviews-top .fl-user-reviews-date-contain {
    right: unset; } }
.fl-places-categories {
  margin-top: 40px;
  margin-bottom: 120px; }
  .fl-places-categories .fl-cat-row {
    display: flex;
    margin-bottom: 85px; }
    .fl-places-categories .fl-cat-row .fl-category-single {
      position: relative;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 45px;
      padding-top: 90px;
      border: 2px #e8e0f5 solid;
      margin: 0 15px; }
      .fl-places-categories .fl-cat-row .fl-category-single .fl-icon-contain {
        width: 80px;
        height: 80px;
        border: 2px #e8e0f5 solid;
        border-radius: 10px;
        display: block;
        position: absolute;
        transition: all .3s;
        top: -25px;
        background: #fff; }
        .fl-places-categories .fl-cat-row .fl-category-single .fl-icon-contain i {
          font-size: 55px;
          position: absolute;
          bottom: 13px;
          color: #fc4c59;
          transition: all .3s; }
        .fl-places-categories .fl-cat-row .fl-category-single .fl-icon-contain:hover {
          background-color: #fc4c59;
          border: 2px #e8e0f5 solid;
          transition: all .3s; }
          .fl-places-categories .fl-cat-row .fl-category-single .fl-icon-contain:hover i {
            color: #ffffff !important;
            transition: all .3s; }
      .fl-places-categories .fl-cat-row .fl-category-single .fl-places-categories-title {
        font-size: 18px;
        font-weight: 600;
        color: #32297b;
        display: block;
        background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 10px 1px;
        background-repeat: repeat-x;
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 35px; }
        .fl-places-categories .fl-cat-row .fl-category-single .fl-places-categories-title:before {
          position: relative;
          content: '';
          width: 5px;
          height: 5px;
          display: inline-block;
          background: #fc4c59;
          border-radius: 50%;
          top: 0px;
          left: 0;
          margin-right: 10px; }
        .fl-places-categories .fl-cat-row .fl-category-single .fl-places-categories-title:after {
          position: absolute;
          content: '';
          width: 5px;
          height: 5px;
          display: inline-block;
          background: #fc4c59;
          border-radius: 50%;
          left: 0;
          top: 9px; }
      .fl-places-categories .fl-cat-row .fl-category-single a {
        display: flex;
        color: #222222;
        font-size: 15px;
        margin: 8px 0;
        width: 100%; }
        .fl-places-categories .fl-cat-row .fl-category-single a .fl-cat-post-name {
          width: 50%;
          display: inline-block; }
        .fl-places-categories .fl-cat-row .fl-category-single a .fl-cat-post-count {
          text-align: right;
          flex: auto;
          position: relative;
          color: #ffffff; }
          .fl-places-categories .fl-cat-row .fl-category-single a .fl-cat-post-count:before {
            position: absolute;
            content: '';
            width: 45px;
            background-color: #32297b;
            height: 26px;
            z-index: -1;
            right: -14px;
            top: 2px;
            border-radius: 15px; }

.fl-places-categories-header {
  height: 380px;
  position: relative;
  z-index: 1 !important; }
  .fl-places-categories-header:before {
    content: '';
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.2;
    z-index: -1; }
  .fl-places-categories-header img {
    position: absolute;
    left: 0;
    top: 0; }
  .fl-places-categories-header .fl-places-categories-header-meta {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%; }
    .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-left {
      width: 50%;
      margin: auto;
      height: fit-content; }
      .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-left .fl-places-header-text {
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
        font-weight: 500; }
    .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right {
      width: 80%;
      margin: auto; }
      .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form {
        display: flex;
        border-radius: 28px;
        background: #fff;
        position: relative; }
        .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form:before {
          content: '\e807';
          font-family: "kaskad";
          position: absolute;
          left: 30px;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 28px;
          color: #666666;
          z-index: 3; }
        .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form:after {
          content: '';
          display: block;
          position: absolute;
          top: -10px;
          bottom: -10px;
          left: -10px;
          right: -10px;
          border-radius: 40px;
          border: 10px solid rgba(255, 255, 255, 0.2);
          transition: all .1s ease-in-out;
          z-index: 1; }
        .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
          border-radius: 0px;
          max-width: 230px;
          border-right: 1px solid;
          border-color: #dddddd !important;
          border-left: none;
          border-top: none;
          border-bottom: none;
          padding: 0px 35px;
          height: 20px;
          margin-right: 0;
          margin-left: 40px;
          margin-top: auto;
          margin-bottom: auto;
          z-index: 2; }
          .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch:hover, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch:focus, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch:active {
            box-shadow: unset !important; }
        .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
          border: none;
          border-radius: 0px;
          max-width: 225px;
          width: 100%;
          padding: 13px 20px;
          height: auto;
          line-height: 32px;
          z-index: 3; }
          .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head:hover, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head:focus, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head:active, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city:hover, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city:focus, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city:active {
            box-shadow: unset !important; }
          .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head li, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city li {
            color: #222222; }
        .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form button.inlineSubmit {
          background-color: #f44153;
          color: #ffffff;
          padding: 20px 60px;
          text-transform: uppercase;
          border-radius: 28px;
          font-size: 16px;
          font-weight: 500;
          transition: all .3s ease-in-out;
          cursor: pointer;
          position: absolute;
          right: 2px;
          top: 2px;
          line-height: 14px;
          opacity: 1;
          z-index: 2; }

.fl-places-categories-breadcrumbs {
  background: #f2f7fb; }
  .fl-places-categories-breadcrumbs .breadcrumbs {
    padding: 26px 0; }
    .fl-places-categories-breadcrumbs .breadcrumbs span {
      font-size: 15px;
      margin-right: 7px; }
      .fl-places-categories-breadcrumbs .breadcrumbs span a {
        font-size: 15px;
        color: #222222; }
    .fl-places-categories-breadcrumbs .breadcrumbs .fl-breadcrumbs-delimiter:before {
      content: '|'; }

.fl-heading-bottom {
  display: flex;
  position: relative;
  padding-top: 53px;
  padding-bottom: 37px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 1140px; }
  .fl-heading-bottom:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 300%;
    height: 100%;
    background-color: #f2f7fb;
    z-index: -1; }
  .fl-heading-bottom .fl-heading-bottom-left {
    width: 80%; }
    .fl-heading-bottom .fl-heading-bottom-left .fl-sorting-showing-info {
      margin-bottom: 20px;
      display: block; }
      .fl-heading-bottom .fl-heading-bottom-left .fl-sorting-showing-info .fl-sorting-city-name {
        font-weight: 600; }
    .fl-heading-bottom .fl-heading-bottom-left .fl-sorting {
      height: 45px; }
      .fl-heading-bottom .fl-heading-bottom-left .fl-sorting .fl-archive-sorting-contain {
        padding: 7px 35px;
        border-radius: 35px;
        color: #9d9d9d;
        background-color: #ffffff;
        border: 1px solid #cddbe7;
        font-size: 14px;
        display: inline-block;
        transition: all .3s ease-in-out;
        cursor: pointer; }
        .fl-heading-bottom .fl-heading-bottom-left .fl-sorting .fl-archive-sorting-contain.active, .fl-heading-bottom .fl-heading-bottom-left .fl-sorting .fl-archive-sorting-contain:hover {
          color: #fff;
          background-color: #f44153;
          border: 1px solid #f44153; }
  .fl-heading-bottom .fl-heading-bottom-right {
    width: 20%;
    position: relative; }
    .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax {
      border: 1px solid #cddbe7;
      background: #fff;
      height: 45px;
      font-size: 14px;
      padding: 8px 30px;
      border-radius: 35px;
      width: 180px;
      bottom: 0;
      position: absolute;
      right: 0;
      cursor: pointer; }
      .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax .list {
        padding: 20px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
        .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax .list li {
          padding-bottom: 4px;
          padding-left: 8px;
          padding-top: 4px;
          border-bottom: 1px solid #cddbe7;
          transition: all .3s ease-in-out; }
          .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax .list li:hover {
            color: #f44153; }
          .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax .list li.option, .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax .list li.selected, .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax .list li.focus {
            background-color: #fff; }
          .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax .list li:last-child {
            border-bottom: 0px; }
      .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax:after {
        content: '\e813';
        font-family: "kaskad";
        top: 14px;
        right: 30px;
        border: 0px;
        transform: rotate(0deg);
        font-size: 10px; }

.fl-venders-contain.container {
  padding-left: 0px;
  padding-right: 0px; }

.fl-venders-contain .fl-places-archives {
  padding: 0px !important;
  min-height: fit-content; }
.fl-venders-contain .empty-search-wrapper .empty-search-wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  padding: 25px; }
  .fl-venders-contain .empty-search-wrapper .empty-search-wrapper-text .left-content {
    display: inline-block; }
    .fl-venders-contain .empty-search-wrapper .empty-search-wrapper-text .left-content i {
      font-size: 45px;
      margin-right: 25px;
      color: #cddbe7;
      top: -7px;
      position: relative; }
      .fl-venders-contain .empty-search-wrapper .empty-search-wrapper-text .left-content i:before {
        font-size: 48px; }
  .fl-venders-contain .empty-search-wrapper .empty-search-wrapper-text .right-content {
    display: inline-block; }
    .fl-venders-contain .empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      top: -10px;
      margin-bottom: -7px;
      position: relative; }

.fl-places-archives {
  padding: 70px 0;
  min-height: 700px; }
  .fl-places-archives.container {
    padding-left: 0px;
    padding-right: 0px; }
  .fl-places-archives.ajax-loading .tmreviews-place-featured {
    opacity: 0; }
  .fl-places-archives.ajax-loading .fl-places-top:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .fl-places-archives.ajax-loading .fl-places-top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/loading.svg) center;
    width: 100px;
    height: 100px;
    z-index: 2; }
  .fl-places-archives .fl-places-slider {
    margin-top: 70px;
    margin-bottom: 70px; }
  .fl-places-archives .fl-cat-row {
    display: flex; }
  .fl-places-archives .fl-places-slider-inner {
    border: 1px solid #cddbe7;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 370px;
    border-radius: 10px;
    margin: 10px;
    transition: all .3s ease-in-out;
    background: #fff;
    display: inline-block;
    vertical-align: top; }
    .fl-places-archives .fl-places-slider-inner:hover {
      border: 1px solid rgba(255, 255, 255, 0);
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
    .fl-places-archives .fl-places-slider-inner .fl-places-top {
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .fl-places-archives .fl-places-slider-inner .fl-places-top a {
        width: 100%;
        height: 100%;
        display: block; }
      .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-wpfp-link {
        position: absolute;
        color: #fff;
        right: 70px;
        top: unset;
        bottom: 20px;
        width: 195px;
        height: 40px; }
        .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-wpfp-link .wpfp-img {
          display: none !important; }
      .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-cat-image-place, .fl-places-archives .fl-places-slider-inner .fl-places-top i {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        fill: #fff;
        color: #fff;
        background-color: #f44153;
        right: 20px;
        bottom: 20px; }
        .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-cat-image-place svg, .fl-places-archives .fl-places-slider-inner .fl-places-top i svg {
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
          .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-cat-image-place svg path, .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-cat-image-place svg .cls-1, .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-cat-image-place svg rect, .fl-places-archives .fl-places-slider-inner .fl-places-top i svg path, .fl-places-archives .fl-places-slider-inner .fl-places-top i svg .cls-1, .fl-places-archives .fl-places-slider-inner .fl-places-top i svg rect {
            fill: #fff; }
        .fl-places-archives .fl-places-slider-inner .fl-places-top .fl-cat-image-place:before, .fl-places-archives .fl-places-slider-inner .fl-places-top i:before {
          text-align: center;
          margin: auto;
          position: absolute;
          width: 18px;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          height: 18px; }
      .fl-places-archives .fl-places-slider-inner .fl-places-top img {
        height: 100%;
        width: 100%; }
      .fl-places-archives .fl-places-slider-inner .fl-places-top i.kaskad-save, .fl-places-archives .fl-places-slider-inner .fl-places-top i.fa {
        top: unset;
        right: 0;
        bottom: 0;
        background-color: #4da1f4; }
        .fl-places-archives .fl-places-slider-inner .fl-places-top i.kaskad-save.added, .fl-places-archives .fl-places-slider-inner .fl-places-top i.fa.added {
          background-color: #f4e141;
          color: #222; }
    .fl-places-archives .fl-places-slider-inner .fl-places-center {
      padding-top: 35px;
      padding-bottom: 25px;
      padding-left: 27px;
      padding-right: 27px;
      border-bottom: 1px solid #eeeeee;
      position: relative; }
      .fl-places-archives .fl-places-slider-inner .fl-places-center span.tmreviews-place-featured {
        position: absolute;
        padding: 11px 19px;
        background-color: #f6e03f;
        left: 20px;
        top: -20px;
        font-size: 13px;
        line-height: 1em;
        font-weight: 600;
        color: #222;
        border-radius: 20px; }
      .fl-places-archives .fl-places-slider-inner .fl-places-center .fl-places-slider-title-inner {
        font-size: 24px;
        color: #222222;
        transition: all .3s ease-in-out;
        margin-bottom: 0px;
        display: block; }
        .fl-places-archives .fl-places-slider-inner .fl-places-center .fl-places-slider-title-inner:hover {
          color: #f44153; }
      .fl-places-archives .fl-places-slider-inner .fl-places-center .fl-places-meta {
        margin-top: 15px; }
        .fl-places-archives .fl-places-slider-inner .fl-places-center .fl-places-meta span {
          display: block; }
          .fl-places-archives .fl-places-slider-inner .fl-places-center .fl-places-meta span i {
            margin-right: 10px;
            color: #4da1f4; }
    .fl-places-archives .fl-places-slider-inner .fl-places-bottom {
      display: flex;
      padding: 16px;
      padding-left: 27px;
      padding-right: 27px; }
      .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-rating {
        height: fit-content;
        top: 0;
        bottom: 0;
        position: relative;
        margin: auto; }
        .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-rating .fl-places-contain i {
          color: #4da1f4;
          font-size: 14px;
          margin-right: 5px; }
        .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-rating .fl-places-contain .fl-average span {
          color: #f44153;
          font-weight: 600; }
        .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-rating .fl-places-contain .fl-places-average {
          display: block;
          color: #777777;
          font-size: 12px;
          margin-left: 25px;
          line-height: 16px; }
      .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status {
        text-transform: capitalize;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 30px;
        margin-right: 30px;
        line-height: 48px;
        position: relative; }
        .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status.fl-close {
          color: #f44153; }
        .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status.fl-open {
          color: #18bc4a; }
        .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status:before {
          content: '';
          position: absolute;
          width: 1px;
          height: 80px;
          background-color: #eeeeee;
          display: inline-flex;
          top: -30px;
          left: 0; }
        .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-working-hours .fl-working-hours-contain .fl-working-hours-now-status:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 80px;
          background-color: #eeeeee;
          display: inline-flex;
          top: -30px;
          right: 0; }
      .fl-places-archives .fl-places-slider-inner .fl-places-bottom .fl-places-city-currency {
        text-align: center;
        line-height: 48px;
        margin: 0 auto; }
  .fl-places-archives .pagination {
    margin-top: 60px;
    text-align: center;
    display: inline-flex; }
    .fl-places-archives .pagination .page-numbers {
      overflow: hidden;
      height: 50px;
      width: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      margin-right: 10px;
      position: relative;
      color: #222;
      border: 1px #e4deee solid;
      transition: .3s ease; }
      .fl-places-archives .pagination .page-numbers:hover, .fl-places-archives .pagination .page-numbers.current {
        background-color: #f44153; }
      .fl-places-archives .pagination .page-numbers i {
        font-size: 12px; }
      .fl-places-archives .pagination .page-numbers a {
        color: inherit;
        transition: .6s ease; }
      .fl-places-archives .pagination .page-numbers:after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 140%;
        left: -20%;
        z-index: -1;
        transform-origin: 0 50%;
        transform: skew(-15deg) scaleX(0);
        transition: transform .6s ease, -webkit-transform .6s ease; }
      .fl-places-archives .pagination .page-numbers:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2; }
      .fl-places-archives .pagination .page-numbers:hover, .fl-places-archives .pagination .page-numbers.current {
        color: #ffffff; }
        .fl-places-archives .pagination .page-numbers:hover a, .fl-places-archives .pagination .page-numbers.current a {
          transition: .6s ease; }
        .fl-places-archives .pagination .page-numbers:hover:after, .fl-places-archives .pagination .page-numbers.current:after {
          transform: skew(-15deg) scaleX(1); }

.tmreviews_pagination {
  margin-bottom: 70px;
  margin-top: 70px;
  text-align: center;
  display: block; }
  .tmreviews_pagination .page-numbers {
    overflow: hidden;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    color: #222;
    border: 1px #e4deee solid;
    transition: .3s ease; }
    .tmreviews_pagination .page-numbers:hover, .tmreviews_pagination .page-numbers.current {
      background-color: #f44153; }
    .tmreviews_pagination .page-numbers i {
      font-size: 12px; }
    .tmreviews_pagination .page-numbers a {
      color: inherit;
      transition: .6s ease; }
    .tmreviews_pagination .page-numbers:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 140%;
      left: -20%;
      z-index: -1;
      transform-origin: 0 50%;
      transform: skew(-15deg) scaleX(0);
      transition: transform .6s ease, -webkit-transform .6s ease; }
    .tmreviews_pagination .page-numbers:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .tmreviews_pagination .page-numbers:hover, .tmreviews_pagination .page-numbers.current {
      color: #ffffff; }
      .tmreviews_pagination .page-numbers:hover a, .tmreviews_pagination .page-numbers.current a {
        transition: .6s ease; }
      .tmreviews_pagination .page-numbers:hover:after, .tmreviews_pagination .page-numbers.current:after {
        transform: skew(-15deg) scaleX(1); }

.fl-category-places-header {
  height: 380px;
  position: relative;
  overflow: hidden; }
  .fl-category-places-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    z-index: 1; }
  .fl-category-places-header img {
    position: absolute;
    left: 0;
    top: 0; }
  .fl-category-places-header .fl-places-categories-header-meta {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center; }
    .fl-category-places-header .fl-places-categories-header-meta .fl-places-header-top {
      margin-top: 195px;
      height: fit-content; }
      .fl-category-places-header .fl-places-categories-header-meta .fl-places-header-top .fl-places-header-text {
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
        font-weight: 500;
        text-align: center; }
    .fl-category-places-header .fl-places-categories-header-meta .fl-places-header-bottom {
      margin-top: 5px;
      margin-bottom: 64px; }
      .fl-category-places-header .fl-places-categories-header-meta .fl-places-header-bottom .fl-places-in-category {
        font-size: 16px;
        color: #fff; }

.fl-places-categories-search-contain {
  height: 80px;
  background: #f8f5fd;
  margin-bottom: 120px; }
  .fl-places-categories-search-contain .container {
    display: flex; }
    .fl-places-categories-search-contain .container .breadcrumbs {
      padding: 26px 0;
      width: 40%; }
      .fl-places-categories-search-contain .container .breadcrumbs span {
        font-size: 15px;
        margin-right: 7px; }
        .fl-places-categories-search-contain .container .breadcrumbs span a {
          font-size: 15px;
          color: #222222; }
      .fl-places-categories-search-contain .container .breadcrumbs .fl-breadcrumbs-delimiter:before {
        content: '|'; }
    .fl-places-categories-search-contain .container .fl-places-search-form {
      width: 60%; }
      .fl-places-categories-search-contain .container .fl-places-search-form form {
        position: relative;
        display: flex;
        justify-content: flex-end; }
        .fl-places-categories-search-contain .container .fl-places-search-form form input.inlineSearch {
          border: 2px #e8e0f5 solid;
          border-radius: 25px;
          background: transparent;
          width: 33%;
          margin: 14px 0;
          height: 48px;
          padding: 13px 25px;
          position: relative; }
          .fl-places-categories-search-contain .container .fl-places-search-form form input.inlineSearch::placeholder {
            color: #222222; }
        .fl-places-categories-search-contain .container .fl-places-search-form form select.places-archive-tax {
          width: 32%;
          position: relative;
          height: 50px;
          border-radius: 25px;
          border: 2px #e8e0f5 solid;
          margin-right: 0px;
          color: #222222;
          padding: 13px 35px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: url(../images/arrow-dropdown.png) no-repeat 90%; }
          .fl-places-categories-search-contain .container .fl-places-search-form form select.places-archive-tax option {
            color: #222222; }
        .fl-places-categories-search-contain .container .fl-places-search-form form .nice-select {
          margin: 14px 0; }
          .fl-places-categories-search-contain .container .fl-places-search-form form .nice-select span.current {
            position: relative;
            top: -4px; }
        .fl-places-categories-search-contain .container .fl-places-search-form form select.places-order {
          width: 32%;
          position: relative;
          height: 50px;
          border-radius: 25px;
          border: 2px #e8e0f5 solid;
          margin-right: 0px;
          color: #222222;
          padding: 13px 35px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: url(../images/arrow-dropdown.png) no-repeat 90%; }
          .fl-places-categories-search-contain .container .fl-places-search-form form select.places-order option {
            color: #222222; }
        .fl-places-categories-search-contain .container .fl-places-search-form form .inlineSubmit {
          position: absolute;
          right: 230px;
          margin: 25px 0;
          background: transparent; }

.fl-category-container {
  margin-bottom: 120px; }
  .fl-category-container .pagination {
    margin-top: 60px;
    text-align: center;
    display: inherit; }
    .fl-category-container .pagination .page-numbers {
      overflow: hidden;
      height: 50px;
      width: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      margin-right: 10px;
      position: relative;
      color: #222;
      border: 1px #e4deee solid;
      transition: .3s ease; }
      .fl-category-container .pagination .page-numbers i {
        font-size: 12px; }
      .fl-category-container .pagination .page-numbers a {
        color: inherit;
        transition: .6s ease; }
      .fl-category-container .pagination .page-numbers:after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 140%;
        left: -20%;
        z-index: -1;
        transform-origin: 0 50%;
        transform: skew(-15deg) scaleX(0);
        transition: transform .6s ease, -webkit-transform .6s ease; }
      .fl-category-container .pagination .page-numbers:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2; }
      .fl-category-container .pagination .page-numbers:hover, .fl-category-container .pagination .page-numbers.current {
        color: #ffffff; }
        .fl-category-container .pagination .page-numbers:hover a, .fl-category-container .pagination .page-numbers.current a {
          transition: .6s ease; }
        .fl-category-container .pagination .page-numbers:hover:after, .fl-category-container .pagination .page-numbers.current:after {
          transform: skew(-15deg) scaleX(1); }

.acf-button-group label:first-child {
  margin-right: 15px; }

.acf-button-group label {
  border-radius: 25px !important;
  padding: 10px 20px !important;
  transition: all .3s ease-in-out;
  border: #cddbe7 solid 1px !important; }

.acf-button-group label.selected {
  border-color: #4da1f4 !important;
  background: #4da1f4 !important; }

.select2-results__option {
  padding: 10px 20px !important; }

.select2-search--dropdown {
  padding: 10px 20px !important; }

.select2-search--dropdown .select2-search__field {
  box-shadow: unset !important;
  border-color: #cddbe7 !important; }

.select2-dropdown {
  border-color: #cddbe7 !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4da1f4 !important; }

@media screen and (max-width: 1200px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 150px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    max-width: 180px; }

  .fl-heading-bottom {
    min-width: 960px; }

  .fl-places-archives .fl-places-slider-inner.col-4 {
    flex: 0 0 47%;
    max-width: 47%; } }
@media screen and (max-width: 1024px) {
  .fl-heading-bottom {
    flex: 0 0 50%;
    max-width: 50%; }

  .fl-heading-bottom {
    display: block; }

  .fl-heading-bottom .fl-heading-bottom-left {
    width: 100%; }

  .fl-heading-bottom .fl-heading-bottom-right {
    width: 100%;
    display: block;
    height: 45px;
    margin-top: 15px; }

  .fl-heading-bottom .fl-heading-bottom-right .places-archive-tax {
    left: 0;
    right: unset; } }
@media screen and (max-width: 992px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right {
    width: 100%; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 220px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    max-width: 190px; } }
@media (max-width: 870px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 150px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    max-width: 150px; } }
@media screen and (max-width: 782px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right {
    width: 80%; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 90px;
    font-size: 14px;
    padding: 0px 15px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    max-width: 150px;
    font-size: 14px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form button.inlineSubmit {
    padding: 20px; } }
@media (max-width: 710px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right {
    width: 100%; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 210px; }

  .fl-heading-bottom .fl-heading-bottom-right {
    width: 100%;
    display: block;
    height: 45px;
    margin-top: 15px; }

  .fl-heading-bottom {
    display: block; }

  .fl-heading-bottom .fl-heading-bottom-right .places-tax {
    right: unset;
    bottom: unset; }

  .fl-heading-bottom .fl-heading-bottom-left {
    width: 100%; }

  .fl-heading-bottom {
    min-width: 720px; }

  .fl-heading-bottom .fl-heading-bottom-left .fl-sorting .fl-sorting-contain {
    padding: 7px 10px !important; } }
@media (max-width: 680px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 160px; }

  .fl-heading-bottom {
    min-width: 650px; }

  .fl-places-archives .fl-places-slider-inner.col-4 {
    flex: 0 0 97%;
    max-width: 97%; }

  .fl-places-archives.container {
    max-width: 570px; } }
@media (max-width: 630px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 140px; }

  .fl-heading-bottom {
    min-width: 580px; }

  .fl-heading-bottom .fl-heading-bottom-left .fl-sorting .fl-archive-sorting-contain {
    padding: 7px 25px; } }
@media (max-width: 600px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 90px;
    font-size: 12px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head, .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    font-size: 12px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head {
    max-width: 135px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    max-width: 105px; }

  .fl-heading-bottom .fl-heading-bottom-left .fl-sorting .fl-archive-sorting-contain {
    padding: 7px 20px; } }
@media (max-width: 500px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form button.inlineSubmit {
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px 60px;
    top: 80px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right {
    height: 125px;
    font-size: 12px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    max-width: 120px;
    font-size: 12px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    max-width: 135px;
    font-size: 12px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-tax-head {
    font-size: 12px; }

  .fl-heading-bottom .fl-heading-bottom-left .fl-sorting .fl-archive-sorting-contain {
    padding: 5px 10px;
    font-size: 10px; }

  .fl-places-archives .fl-places-slider-inner.col-4 {
    flex: 0 0 96%;
    max-width: 96%; } }
@media (max-width: 450px) {
  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form input.inlineSearch {
    margin-left: 15px;
    max-width: 80px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form .places-city {
    max-width: 100px; }

  .fl-places-categories-header .fl-places-categories-header-meta .fl-places-header-right form:before {
    content: none; }

  .fl-places-archives .fl-places-slider-inner.col-4 {
    flex: 0 0 94%;
    max-width: 94%; } }

/*# sourceMappingURL=vender_styles.css.map */
