@charset "UTF-8";
@import url(listings_grid.css);
.fwcl {
  width: 100%; }

select.fwcl {
  height: 49px; }

.citybook-tweet {
  text-align: left; }
  .citybook-tweet ul {
    list-style: none; }
  .citybook-tweet a {
    color: #fff; }
  .citybook-tweet .user {
    margin-bottom: 10px; }
    .citybook-tweet .user a img {
      border-radius: 100%; }
    .citybook-tweet .user a + a {
      margin-left: 10px; }
  .citybook-tweet p.tweet {
    font-size: 12px;
    color: #999;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 6px;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: 10px; }
  .citybook-tweet .timePosted a {
    color: #ccc;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px; }
    .citybook-tweet .timePosted a:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      content: "\f099";
      position: absolute;
      top: 0;
      left: 0;
      color: #ccc;
      opacity: 0.7;
      font-size: 14px; }
    .citybook-tweet .timePosted a:after {
      top: -15px;
      left: 22px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .citybook-tweet .timePosted a:after {
      border-color: transparent;
      border-top-color: rgba(255, 255, 255, 0.11);
      border-width: 7px;
      margin-left: 7px; }
  .citybook-tweet p.interact a {
    margin-right: 10px;
    color: #999; }

.citybook-instafeed {
  margin-bottom: 15px; }

.citybook-instafeed-ul {
  margin-left: -5px;
  margin-right: -5px;
  list-style: none; }
  .citybook-instafeed-ul li {
    float: left;
    width: 33.33333%;
    padding: 5px;
    overflow: hidden; }
    .citybook-instafeed-ul li img {
      width: 100%;
      height: auto;
      border-radius: 6px; }
    .citybook-instafeed-ul li a {
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .citybook-instafeed-ul li a:hover {
        opacity: 0.6; }

/* for selectbox */
.selectbox ul {
  list-style: none; }

select {
  height: 2.5rem;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0.375rem;
  max-width: 100%; }

select:disabled {
  background: #f9f9f9; }

label {
  display: block; }

label[for] {
  cursor: pointer; }

.header-user-menu {
  float: right;
  position: relative;
  top: 20px;
  margin-left: 50px;
  margin-right: 40px; }
  .header-user-menu:after {
    content: '';
    position: absolute;
    left: -70px;
    height: 30px;
    top: 4px;
    width: 1px;
    background: rgba(255, 255, 255, 0.21); }
  .header-user-menu ul {
    list-style: none;
    margin: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    top: 60px;
    left: -50px;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .header-user-menu ul.hu-menu-vis {
      opacity: 1;
      visibility: visible;
      top: 40px; }
    .header-user-menu ul li {
      display: block;
      padding: 2px 0;
      margin-bottom: 0; }
      .header-user-menu ul li a {
        display: block;
        color: #50596E;
        font-weight: 500;
        text-align: left;
        padding: 6px 15px; }

.header-user-name {
  position: relative;
  float: left;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-top: 10px;
  font-weight: 600; }
  .header-user-name:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f0d7";
    position: absolute;
    color: #fff;
    bottom: 1px;
    font-size: 13px;
    right: -16px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .header-user-name.hu-menu-visdec:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  .header-user-name span {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    overflow: hidden;
    top: 0;
    left: -50px; }
    .header-user-name span img {
      width: 100%;
      height: 100%; }

/*------ register form------------------------------------------------*/
.hid-body {
  overflow: hidden; }

.ctb-modal-wrap,
.main-register-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.81); }

.ctb-modal-holder,
.main-register-holder {
  max-width: 480px;
  margin: 100px auto 50px;
  position: relative;
  z-index: 5; }

.ctb-modal-inner,
.main-register {
  width: 100%;
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12); }
  .ctb-modal-inner h3,
  .main-register h3 {
    font-size: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #666;
    border-bottom: 1px solid #eee; }
    .ctb-modal-inner h3 span,
    .main-register h3 span {
      font-weight: 800;
      font-size: 18px;
      color: #566985;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif; }
  .ctb-modal-inner .filter-tags,
  .main-register .filter-tags {
    float: left;
    margin-top: 30px; }
  .ctb-modal-inner .terms_wrap .filter-tags,
  .main-register .terms_wrap .filter-tags {
    width: 100%;
    margin-top: 0; }
  .ctb-modal-inner .tabs-wrapper,
  .main-register .tabs-wrapper {
    margin-top: 1.25rem;
    padding: 0 2rem; }
  .ctb-modal-inner .custom-form .filter-tags label,
  .main-register .custom-form .filter-tags label {
    top: 0; }
  .ctb-modal-inner .custom-form .filter-tags input,
  .main-register .custom-form .filter-tags input {
    margin-bottom: 0; }

.ctb-modal-content {
  padding: 15px 30px; }

.soc-log {
  padding: 15px 30px; }
  .soc-log p {
    margin-bottom: 12px;
    font-size: 13px;
    color: #454545; }
  .soc-log a {
    display: block;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500; }
    .soc-log a i {
      font-size: 20px;
      padding-right: 15px;
      position: relative;
      top: 3px; }
    .soc-log a.facebook-log {
      background: #3b5998; }
    .soc-log a.twitter-log {
      background: #55acee; }
    .soc-log a:hover {
      background: #2F3B59; }

.ctb-modal-close {
  position: absolute;
  top: 14px;
  right: 30px;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center; }
  .ctb-modal-close:hover {
    background: #2F3B59; }

.custom-form .log-submit-btn {
  padding: 13px 35px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 12px; }
  .custom-form .log-submit-btn:hover, .custom-form .log-submit-btn:disabled {
    background: #2F3B59; }
  .custom-form .log-submit-btn:disabled {
    cursor: default; }
  .custom-form .log-submit-btn i {
    display: none;
    margin-left: 0.625rem; }
  .custom-form .log-submit-btn.submitted i {
    display: inline-block; }

.log-separator {
  text-align: center; }
  .log-separator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #eee;
    z-index: 1; }
  .log-separator span {
    position: relative;
    width: 90px;
    display: inline-block;
    background: #fff;
    z-index: 2; }

.lost_password {
  margin-top: 36px;
  float: right; }
  .lost_password a {
    float: left;
    color: #50596E;
    font-size: 12px;
    font-weight: 600; }

.log-message {
  display: none;
  margin-bottom: 1.25rem;
  color: #721c24;
  font-weight: 600; }
  .log-message.show {
    display: block; }
  .log-message a {
    display: block; }
  .log-message.success {
    color: #28a745; }

.reg-message {
  display: none;
  margin-bottom: 1.25rem;
  color: #721c24;
  font-weight: 600; }
  .reg-message.show {
    display: block; }
  .reg-message a {
    display: block; }
  .reg-message.success {
    color: #28a745; }

.tabs-menu {
  border-bottom: 1px solid #eee;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0; }
  .tabs-menu li {
    text-align: center;
    margin-right: 1.25rem;
    margin-bottom: 0; }
    .tabs-menu li a {
      display: block;
      padding: 0.75rem 2rem;
      font-weight: 500;
      color: #494949;
      background: #eee;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
  .tabs-menu li.current a,
  .tabs-menu li a:hover {
    color: #fff; }

.tabs-working-hours .tabs-menu {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0; }
  .tabs-working-hours .tabs-menu li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 13%;
        -ms-flex: 0 13%;
            flex: 0 13%;
    margin-right: 0;
    margin-bottom: 0; }
    .tabs-working-hours .tabs-menu li a {
      padding: 0.625rem 0; }

.tabs-content .tab-content {
  width: 100%;
  padding: 2rem 0 0.625rem 0;
  display: none; }
  .tabs-content .tab-content.current {
    display: block; }

.repeating-fields .entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .repeating-fields .entry > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 32%;
        -ms-flex: 0 32%;
            flex: 0 32%;
    margin-top: 0.625rem; }
  .repeating-fields .entry > button {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    padding: 0; }
    .repeating-fields .entry > button i {
      padding: 0;
      margin: 0; }
  .repeating-fields .entry .add-field {
    background: #4DB7FE;
    color: #fff; }
    .repeating-fields .entry .add-field:hover {
      background: #2C3B5A; }
  .repeating-fields .entry .remove-field {
    background: #EA4D37;
    color: #fff; }
    .repeating-fields .entry .remove-field:hover {
      background: #2C3B5A; }

.repeating-fields-2 .entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  .repeating-fields-2 .entry > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
        -ms-flex: 0 45%;
            flex: 0 45%;
    margin-top: 0.625rem;
    height: 2.5rem; }
  .repeating-fields-2 .entry input {
    background: #fff !important;
    margin-bottom: 0; }
  .repeating-fields-2 .entry > button {
    -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
    padding: 0; }
    .repeating-fields-2 .entry > button i {
      padding: 0;
      margin: 0; }

.repeating-fields-2 .remove-field {
  background: #EA4D37;
  color: #fff; }
  .repeating-fields-2 .remove-field:hover {
    background: #2C3B5A; }

.repeating-fields-2 + .add-field {
  background: #4DB7FE;
  color: #fff;
  margin-top: 0; }
  .repeating-fields-2 + .add-field:hover {
    background: #2C3B5A; }

.repeater-fields .entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  .repeater-fields .entry > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
        -ms-flex: 0 45%;
            flex: 0 45%;
    margin-top: 0.625rem;
    height: 2.5rem; }
  .repeater-fields .entry > textarea {
    height: 5rem;
    padding: 10px; }
  .repeater-fields .entry input {
    background: #fff !important;
    margin-bottom: 0; }
  .repeater-fields .entry > button {
    -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
            flex-basis: 40px;
    padding: 0; }
    .repeater-fields .entry > button i {
      padding: 0;
      margin: 0; }

.repeater-fields .rmfield {
  background: #EA4D37;
  color: #fff; }
  .repeater-fields .rmfield:hover {
    background: #2C3B5A; }

.repeater-fields + .addfield {
  color: #fff;
  margin-top: 0; }
  .repeater-fields + .addfield:hover {
    background: #2C3B5A; }

.working-hours-static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .working-hours-static label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
        -ms-flex: 0 30%;
            flex: 0 30%; }

.cus-clearfix:before, .cus-clearfix:after {
  display: table;
  content: " "; }

.cus-clearfix:after {
  clear: both; }

/*------dashboard ------------------------------------------------*/
.act-widget h4 {
  float: left;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  top: 12px; }

.act-widget {
  margin-bottom: 20px; }

.act-widget-header {
  width: 100%;
  position: relative;
  border-radius: 6px;
  background: #f8f8f8;
  padding: 10px 20px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.act-widget-header .onoffswitch {
  top: 6px;
  margin-left: auto;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.profile-edit-page-header {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 30px;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  background: #F8FBFE; }

.profile-edit-header {
  position: relative;
  padding-bottom: 30px; }

.profile-edit-page-header h2 {
  text-align: left;
  font-size: 26px;
  color: #334e6f;
  font-weight: 500;
  float: left; }

.profile-edit-page-header .breadcrumbs {
  float: right;
  position: relative;
  top: 8px; }

.profile-edit-page-header .breadcrumbs a, .profile-edit-page-header .breadcrumbs span {
  float: left;
  margin-left: 24px;
  position: relative;
  font-weight: 500; }

.profile-edit-page-header .breadcrumbs a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%; }

.user-profile-avatar {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: inline-block;
  margin: 25px 0 15px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2); }

.user-profile-avatar img {
  width: 150px;
  height: 150px; }

.user-profile-rating i {
  margin: 0 4px; }

.user-profile-rating .card-popup-rainingvis span {
  color: #fff;
  font-weight: 500; }

.change-photo-btn {
  float: left;
  margin-top: 20px; }
  .change-photo-btn .select-images-list {
    display: none; }
  .change-photo-btn .select-images-wrap {
    margin-top: 0; }
  .change-photo-btn .select-images-wrap .select-images-btn {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 10; }

.profile-photo-wrap img {
  max-width: 150px;
  height: auto; }

.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0; }

.photoUpload {
  float: left;
  position: relative;
  padding: 15px 30px;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500; }

.photoUpload i {
  margin-right: 6px; }

.user-profile-menu-wrap {
  padding: 15px 20px;
  background: #F8FBFE;
  border: 1px solid #eee;
  border-radius: 4px; }

.user-profile-menu-wrap:before, .user-profile-menu-wrap:after {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f013";
  color: #999; }

.user-profile-menu-wrap:before {
  top: 20px;
  right: 20px;
  font-size: 33px;
  opacity: 0.3;
  -webkit-animation: spinnerRotate 9s infinite linear;
          animation: spinnerRotate 9s infinite linear; }

.user-profile-menu-wrap:after {
  top: 40px;
  right: 43px;
  font-size: 23px;
  opacity: 0.2;
  -webkit-animation: spinnerRotate2 5s infinite linear;
          animation: spinnerRotate2 5s infinite linear; }

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes spinnerRotate2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes spinnerRotate2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.user-profile-menu {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .user-profile-menu h3 {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #98AAB8; }
  .user-profile-menu li {
    margin-bottom: 14px; }
    .user-profile-menu li a {
      font-weight: 600;
      color: #50596E;
      position: relative;
      min-width: 90px;
      padding: 5px;
      display: inline-block; }
      .user-profile-menu li a i {
        padding-right: 25px;
        width: 20px;
        text-align: center;
        opacity: 0.4;
        position: relative;
        top: 2px; }
      .user-profile-menu li a span {
        position: absolute;
        top: 50%;
        right: -30px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 20px;
        background: #98AAB8;
        color: #fff;
        border-radius: 100%;
        text-align: center;
        font-weight: 300px;
        font-size: 10px; }
      .user-profile-menu li a:hover i,
      .user-profile-menu li a.user-profile-act i {
        opacity: 1; }

.log-out-btn {
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid;
  background: #DAF4FF;
  font-weight: 600;
  font-size: 12px;
  border-radius: 6px; }
  .log-out-btn:hover {
    color: #fff; }

.profile-edit-header h4 {
  text-align: left;
  font-size: 18px;
  color: #98AAB8;
  font-weight: 700;
  padding-bottom: 20px; }

.pass-input-wrap span {
  position: absolute;
  right: 20px;
  cursor: pointer;
  bottom: 36px;
  z-index: 10; }

.profile-edit-container.add-list-container {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }

.profile-edit-container.add-list-container:first-child {
  margin-top: 0; }

.add-list-media-header {
  padding: 15px 20px 3px;
  background: #F8FBFE;
  border: 1px solid #eee; }

.fuzone {
  position: relative;
  border: 2px dashed #eee;
  border-radius: 3px;
  background: #f9f9f9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  min-height: 150px;
  margin-top: 20px;
  cursor: pointer; }

.fuzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  cursor: pointer; }

.fuzone .fu-text {
  text-align: center;
  margin: 50px 0;
  font-size: 12px;
  color: #98AAB8;
  position: relative; }

.fuzone .fu-text i {
  font-size: 54px;
  width: 100%;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* for image select */
.fu-imgs {
  text-align: center; }
  .fu-imgs img {
    width: 31%;
    height: auto;
    margin: 10px 1%; }

.add-list-media-wrap label {
  margin-top: 18px; }

.booking-details {
  margin-bottom: 15px;
  font-size: 13px; }

.booking-details span.booking-title {
  font-weight: 600;
  color: #999; }

.booking-details span.booking-text {
  color: #50596E;
  font-weight: 500;
  position: relative; }

.booking-details a:hover {
  color: #999; }

.radio {
  color: #999;
  font-size: 13px;
  position: relative;
  top: -2px; }

.radio span {
  position: relative;
  padding-left: 30px;
  line-height: 1; }

.radio span:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }

.radio input[type="radio"]:checked + span {
  color: #98AAB8; }

.radio input[type="radio"]:checked + span:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00c";
  font-size: 13px;
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 20; }

/*-------------Forms---------------------------------------*/
.custom-form .selectbox {
  color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  z-index: 100; }

.custom-form .selectbox .trigger .arrow {
  border-top: 5px solid #fff; }

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button] {
  border: 1px solid #eee;
  background: #f9f9f9;
  width: 100%;
  padding: 13px 20px 13px 20px;
  border-radius: 6px;
  color: #666;
  font-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.custom-form input::-webkit-input-placeholder, .custom-form textarea::-webkit-input-placeholder {
  color: #666;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Quicksand', sans-serif; }

.custom-form input:-moz-placeholder, .custom-form textarea:-moz-placeholder {
  color: #888DA0;
  font-weight: 600;
  font-size: 13px; }

.custom-form textarea {
  height: 200px;
  resize: none;
  padding: 25px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.filter-tags input, .custom-form .filter-tags input {
  float: left;
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  color: #fff;
  background: #fff !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.filter-tags input:checked:after, .custom-form .filter-tags input:checked:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00c";
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 20;
  line-height: 1; }

.filter-tags label, .custom-form .filter-tags label {
  float: left;
  padding: 0 10px;
  position: relative;
  top: 4px;
  color: #888DA0;
  font-weight: 600;
  width: auto; }

.custom-form label {
  margin-bottom: 0.625rem;
  font-weight: 500;
  position: relative; }
  .custom-form label i {
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 20px; }

.custom-form input {
  margin-bottom: 1.25rem; }

.custom-form button {
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.custom-form .quantity span {
  float: left;
  position: relative;
  top: 16px;
  padding-left: 19px; }
  .custom-form .quantity span i {
    padding-right: 10px;
    font-size: 14px; }

.custom-form .quantity input.minus, .custom-form .quantity input.plus, .custom-form .quantity input.qty {
  width: 50px;
  height: 50px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.custom-form .quantity input.plus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer; }

.custom-form .quantity input.minus {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer; }

.quantity-item {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.custom-form .quantity input.qty {
  color: #fff;
  width: 100px;
  border-right: none;
  border-left: none;
  cursor: default;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.onoffswitch {
  position: relative;
  width: 83px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 21px;
  background-color: #4DB7FE;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 21px;
  background-color: #4DB7FE;
  color: #FFFFFF;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 4.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 49px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.profile-edit-container .custom-form label i {
  top: 48px; }

.custom-form.no-icons input, .custom-form.no-icons textarea {
  padding-left: 10px; }

.custom-form input.has-icon, .custom-form textarea.has-icon {
  padding-left: 55px; }

.listing-features {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.add-feature-checkbox,
.listing-feature-wrap {
  position: relative;
  margin-bottom: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
      -ms-flex: 0 25%;
          flex: 0 25%;
  padding-right: 15px; }
  .add-feature-checkbox:nth-child(4n+4),
  .listing-feature-wrap:nth-child(4n+4) {
    padding-right: 0; }
  .add-feature-checkbox input[type="checkbox"], .add-feature-checkbox input[type="radio"],
  .listing-feature-wrap input[type="checkbox"],
  .listing-feature-wrap input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-bottom: 0 !important;
    margin-top: 0;
    margin-right: .625rem;
    margin-left: 0; }
  .add-feature-checkbox input[type="checkbox"]:checked:after, .add-feature-checkbox input[type="radio"]:checked:after,
  .listing-feature-wrap input[type="checkbox"]:checked:after,
  .listing-feature-wrap input[type="radio"]:checked:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f00c";
    font-size: 14px;
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    z-index: 0;
    line-height: 1; }
  .add-feature-checkbox label,
  .listing-feature-wrap label {
    margin-bottom: 0 !important;
    font-weight: 500;
    color: #888DA0;
    display: inline-block;
    top: -5px; }

.field-head {
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 0.875rem; }

.listing-additional-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.listing-add-feature-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
      -ms-flex: 0 25%;
          flex: 0 25%;
  margin-bottom: 1.25rem;
  padding-right: 15px; }
  .listing-add-feature-wrap:nth-child(4n+4) {
    padding-right: 0; }
  .listing-add-feature-wrap.add-feature-select, .listing-add-feature-wrap.add-feature-text, .listing-add-feature-wrap.add-feature-textarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding-right: 15px; }
    .listing-add-feature-wrap.add-feature-select:nth-child(2n+2), .listing-add-feature-wrap.add-feature-text:nth-child(2n+2), .listing-add-feature-wrap.add-feature-textarea:nth-child(2n+2) {
      padding-right: 0; }
    .listing-add-feature-wrap.add-feature-select label, .listing-add-feature-wrap.add-feature-text label, .listing-add-feature-wrap.add-feature-textarea label {
      display: block;
      float: none; }

.custom-form .add-feature-text input[type="text"] {
  float: none;
  padding: 0.5rem;
  border-radius: 3px;
  font-size: 0.8125rem;
  background: #fff;
  margin-bottom: 0; }

.custom-form .add-feature-select select {
  border: 1px solid #eee;
  height: 2.125rem;
  width: 100%;
  border-radius: 3px;
  background: #fff; }

.onoffswitch-label {
  position: relative; }

.switch-field-label,
.add-feature-radio > label {
  display: block; }

.add-feature-radio-wrap,
.radios-wrap {
  width: 100%; }
  .add-feature-radio-wrap input,
  .radios-wrap input {
    margin-right: .625rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: 0; }
  .add-feature-radio-wrap label,
  .radios-wrap label {
    position: relative;
    top: -5px;
    color: #888DA0;
    display: inline-block;
    margin-bottom: 0; }
  .add-feature-radio-wrap .radios-sep,
  .radios-wrap .radios-sep {
    margin-bottom: 5px; }

.loading-features {
  display: none; }

.account-box {
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 1.25rem;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  .account-box a {
    font-weight: 600; }
  .account-box .btn {
    margin-left: auto; }

.listing-additional-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.listing-add-field-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
      -ms-flex: 0 25%;
          flex: 0 25%;
  margin-bottom: 1.25rem;
  padding-right: 15px; }
  .listing-add-field-wrap:nth-child(4n+4) {
    padding-right: 0; }
  .listing-add-field-wrap.add-field-editor, .listing-add-field-wrap.add-field-select, .listing-add-field-wrap.add-field-text, .listing-add-field-wrap.add-field-textarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding-right: 15px; }
    .listing-add-field-wrap.add-field-editor:nth-child(2n+2), .listing-add-field-wrap.add-field-select:nth-child(2n+2), .listing-add-field-wrap.add-field-text:nth-child(2n+2), .listing-add-field-wrap.add-field-textarea:nth-child(2n+2) {
      padding-right: 0; }
    .listing-add-field-wrap.add-field-editor label, .listing-add-field-wrap.add-field-select label, .listing-add-field-wrap.add-field-text label, .listing-add-field-wrap.add-field-textarea label {
      display: block;
      float: none; }

.custom-form .add-field-text input[type="text"] {
  float: none;
  padding: 0.5rem;
  border-radius: 3px;
  font-size: 0.8125rem;
  background: #fff;
  margin-bottom: 0; }

.custom-form .add-field-select select {
  border: 1px solid #eee;
  height: 2.125rem;
  width: 100%;
  border-radius: 3px;
  background: #fff; }

.add-field-radio-wrap {
  width: 100%; }
  .add-field-radio-wrap input {
    margin-right: .625rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: 0; }
  .add-field-radio-wrap label {
    position: relative;
    top: -5px;
    color: #888DA0;
    display: inline-block;
    margin-bottom: 0; }
  .add-field-radio-wrap .radios-sep {
    margin-bottom: 5px; }

.custom-form .add-field-editor {
  line-height: 1.2; }
  .custom-form .add-field-editor button {
    margin-top: 0; }
  .custom-form .add-field-editor input[type=button] {
    width: auto;
    border: 0;
    border-radius: 3px; }

.select-images-wrap {
  margin-top: 20px; }
  .select-images-wrap .select-images-btn {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px !important; }
  .select-images-wrap img {
    max-width: 100%;
    height: auto; }

.select-images-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px dashed #eee;
  border-radius: 3px;
  background: #f9f9f9;
  padding: 10px;
  min-height: 125px;
  position: relative;
  margin-left: 0px; }
  .select-images-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 24%;
        -ms-flex: 0 24%;
            flex: 0 24%;
    margin-right: 1.2%;
    position: relative;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    cursor: pointer; }
    .select-images-list li:nth-child(4n+4) {
      margin-right: 0; }
    .select-images-list li span {
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px;
      line-height: 1;
      background: #fff; }
      .select-images-list li span a {
        color: #EA4D37; }

.select-images-gallery_imgs li,
.select-images-slider_imgs li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
      -ms-flex: 0 49%;
          flex: 0 49%;
  margin-right: 2%; }
  .select-images-gallery_imgs li:nth-child(2n+2),
  .select-images-slider_imgs li:nth-child(2n+2) {
    margin-right: 0; }

.single-image-select {
  text-align: center;
  display: block;
  margin-left: 0px; }
  .single-image-select li {
    display: inline-block;
    margin-right: 0px;
    max-width: 250px;
    overflow: hidden; }

.custom-form-editor > label {
  display: block;
  margin-bottom: 10px; }

.lpreview-btn {
  position: absolute;
  top: 0;
  right: 0; }

#submit-listing-message {
  display: none;
  color: #fff;
  font-weight: 600;
  padding: 18px 20px;
  border-radius: 4px;
  margin-bottom: 40px;
  background: #721c24;
  -webkit-transition: display 0.3s linear;
  -o-transition: display 0.3s linear;
  transition: display 0.3s linear; }
  #submit-listing-message.show {
    display: block; }
  #submit-listing-message a {
    display: block; }
  #submit-listing-message.success {
    background: #5ECFB1; }

/* for single listing page */
.scroll-nav ul,
.listing-features ul,
.opening-hours ul,
.list-author-widget-contacts ul,
.list-widget-social ul,
.widget-posts ul {
  list-style: none;
  margin-left: 0; }

/*------ listing------------------------------------------------*/
.sidebar-ad-widget .geodir-category-listing,
.card-listing .geodir-category-listing {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eee; }

.sidebar-ad-widget .geodir-category-content,
.card-listing .geodir-category-content {
  z-index: 2;
  padding: 30px 20px 10px;
  background: #fff; }
  .sidebar-ad-widget .geodir-category-content h3,
  .card-listing .geodir-category-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600; }
    .sidebar-ad-widget .geodir-category-content h3 a,
    .card-listing .geodir-category-content h3 a {
      color: #334e6f; }
  .sidebar-ad-widget .geodir-category-content p,
  .card-listing .geodir-category-content p {
    font-size: 12px;
    color: #666; }

.sidebar-ad-widget .listing-thumb-link,
.card-listing .listing-thumb-link {
  display: block; }

.sidebar-ad-widget .geodir-category-img img,
.card-listing .geodir-category-img img {
  max-width: 100%;
  height: auto;
  z-index: 1; }

.sidebar-ad-widget .geodir-category-img .overlay,
.card-listing .geodir-category-img .overlay {
  opacity: 0.1; }

.sidebar-ad-widget .listing-rating,
.card-listing .listing-rating {
  margin-top: 20px; }
  .sidebar-ad-widget .listing-rating.card-popup-rainingvis i,
  .card-listing .listing-rating.card-popup-rainingvis i {
    margin-right: 7px; }
  .sidebar-ad-widget .listing-rating span,
  .card-listing .listing-rating span {
    margin-left: 10px;
    color: #999;
    position: relative;
    top: -2px; }

.sidebar-ad-widget .listing-avatar,
.card-listing .listing-avatar {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 10; }
  .sidebar-ad-widget .listing-avatar img,
  .card-listing .listing-avatar img {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%; }

.sidebar-ad-widget .avatar-tooltip,
.card-listing .avatar-tooltip {
  position: absolute;
  top: -50px;
  padding: 15px 15px 15px 4px;
  border-radius: 4px;
  text-align: right;
  background: #fff;
  z-index: 10;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  margin-top: -20px;
  min-width: 200px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  .sidebar-ad-widget .avatar-tooltip strong,
  .card-listing .avatar-tooltip strong {
    font-weight: 700;
    color: #666; }
  .sidebar-ad-widget .avatar-tooltip:after,
  .card-listing .avatar-tooltip:after {
    top: 100%;
    right: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 7px;
    margin-left: 7px; }

.sidebar-ad-widget .listing-avatar:hover .avatar-tooltip,
.card-listing .listing-avatar:hover .avatar-tooltip {
  margin-top: 0;
  visibility: visible;
  opacity: 1; }

.sidebar-ad-widget .geodir-category-location,
.card-listing .geodir-category-location {
  padding: 15px 0;
  margin-top: 15px;
  font-weight: 500;
  border-top: 1px solid #eee; }
  .sidebar-ad-widget .geodir-category-location a,
  .card-listing .geodir-category-location a {
    color: #999; }
  .sidebar-ad-widget .geodir-category-location i,
  .card-listing .geodir-category-location i {
    padding-right: 15px;
    font-size: 14px; }

.sidebar-ad-widget .list-post-counter,
.card-listing .list-post-counter {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.41); }
  .sidebar-ad-widget .list-post-counter span,
  .card-listing .list-post-counter span {
    color: #fff; }
  .sidebar-ad-widget .list-post-counter i,
  .card-listing .list-post-counter i {
    padding-left: 10px; }

.sidebar-ad-widget .listing-geodir-category,
.card-listing .listing-geodir-category {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 10px 25px;
  color: #fff;
  border-radius: 4px;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4); }

.sidebar-ad-widget .listing-item {
  width: 100% !important;
  padding: 0;
  margin-bottom: 20px; }

.sidebar-ad-widget .geodir-category-location .save-btn i {
  padding-right: 0; }

.single-listing .sidebar-ad-widget .tooltipwrap.tooltip50 .tooltiptext {
  left: -200%;
  font-size: 12px; }

.card-btn {
  float: left;
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 6px;
  background: #f9f9f9;
  font-weight: 500;
  color: #fff; }

.card-btn i {
  padding-left: 10px; }

.card-btn:hover {
  color: #fff; }

.listing-item-grid {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px; }

.listing-item-grid .listing-cat-link {
  position: relative;
  display: block; }
  .listing-item-grid .listing-cat-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.listing-item-grid .listing-cat-link:hover:before {
  background: rgba(0, 0, 0, 0.41); }

.listing-item-grid .listing-item-cat {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 10px 20px; }

.listing-item-grid .listing-item-cat h3 {
  float: left;
  text-align: left;
  font-size: 22px;
  font-weight: 700; }

.listing-item-grid .listing-item-cat h3 a {
  color: #fff; }

.listing-item-grid .listing-item-cat h3 a:hover {
  color: rgba(255, 255, 255, 0.71); }

.listing-item-grid .listing-item-cat p {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  text-align: left; }

.listing-item-grid .listing-counter {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 16px;
  z-index: 3;
  color: #fff;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3); }

.listing-item-grid img, .geodir-category-img img {
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.listing-item-grid:hover img, .geodir-category-listing:hover .geodir-category-img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
      transform: scale(1.15); }

.col-list-wrap {
  position: relative;
  width: 50%;
  background: #FAFAFA;
  min-height: 100vh;
  z-index: 10; }
  .col-list-wrap.expanded {
    width: 100%; }

.expand-listing-view.active .fa:before {
  content: "\f066"; }

.gray-bg {
  background: #FAFAFA; }

.left-list {
  float: left; }

.right-list {
  float: right; }

.load-more-button {
  color: #fff;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 30px;
  margin-top: 50px;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(204, 204, 204, 0.2);
          box-shadow: 0px 0px 0px 7px rgba(204, 204, 204, 0.2); }

.load-more-button i {
  float: right;
  margin-left: 10px;
  top: 2px;
  position: relative;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.back-to-filters {
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  top: 0;
  color: #fff;
  line-height: 40px;
  z-index: -1;
  text-align: center;
  display: none; }
  .back-to-filters span {
    visibility: visible;
    position: absolute;
    height: 40px;
    min-width: 150px;
    line-height: 40px;
    visibility: hidden;
    opacity: 0;
    top: 0;
    margin-top: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    font-weight: 500; }
  .back-to-filters:hover span {
    margin-top: 0;
    visibility: visible;
    opacity: 1; }

.listings-has-map + .left-list .back-to-filters,
.listings-has-map + .right-list .back-to-filters {
  display: block; }

.top-post-map + .left-list .back-to-filters,
.top-post-map + .right-list .back-to-filters {
  display: none; }

.left-list .back-to-filters {
  right: -40px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center; }
  .left-list .back-to-filters span {
    left: -150px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }

.right-list .back-to-filters {
  left: -40px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
  .right-list .back-to-filters span {
    right: -150px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

.listsearch-options {
  padding: 50px 10px;
  background: #fff;
  z-index: 20; }

.listsearch-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .listsearch-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #5D6275; }

.listing-view-layout {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: auto; }
  .listing-view-layout ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0; }
  .listing-view-layout li {
    display: inline-block;
    margin-bottom: 0; }
    .listing-view-layout li a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #fff;
      border-radius: 100%;
      color: #fff; }
      .listing-view-layout li a i {
        font-size: 14px; }
      .listing-view-layout li a.active {
        background: #fff; }
    .listing-view-layout li + li {
      margin-left: 10px; }

.listsearch-input-wrap {
  margin-top: 30px; }

.listsearch-main-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .listsearch-main-inputs .listsearch-input-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
        -ms-flex: 0 33%;
            flex: 0 33%; }

@-webkit-keyframes pulse {
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3); } }

@keyframes pulse {
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3); } }

.listsearch-input-item {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative; }
  .listsearch-input-item span.loc-act {
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    line-height: 1; }
    .listsearch-input-item span.loc-act:hover {
      border-radius: 100%;
      -webkit-animation: pulse 1.1s infinite ease-in-out;
              animation: pulse 1.1s infinite ease-in-out; }
  .listsearch-input-item input {
    border: 1px solid #eee;
    background: #fff;
    background: #f9f9f9;
    width: 100%;
    padding: 11px 20px 11px 20px;
    border-radius: 6px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .listsearch-input-item select {
    height: 45px;
    width: 100%; }
  .listsearch-input-item label {
    display: block;
    position: relative;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 14px; }
    .listsearch-input-item label i {
      position: absolute;
      bottom: -34px;
      left: 12px;
      font-size: 22px; }
  .listsearch-input-item i.single-i {
    position: absolute;
    left: 22px;
    top: 16px;
    z-index: 10;
    font-size: 18px; }
  .listsearch-input-item .selectbox {
    color: #fff;
    border-radius: 4px; }
    .listsearch-input-item .selectbox .trigger .arrow {
      border-top: 5px solid #fff; }

.selectbox ul {
  margin-left: 0; }

.selectbox li.selected:hover {
  color: #fff; }

.hidden-listing-filter {
  display: none;
  margin-bottom: 30px; }

.distance-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px; }
  .distance-title i {
    font-size: 14px;
    padding-right: 6px; }

.distance-radius-wrap {
  height: 3px;
  border-radius: 4px;
  background: #BDCBDB;
  margin-bottom: 30px; }

.fh-col-list-wrap, .center-col-list-wrap {
  width: 100%; }

.listsearch-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.fs-map-btn {
  border: none;
  padding: 10px 45px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer; }

.more-filter-option {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  top: 10px; }
  .more-filter-option:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 26px;
    height: 1px;
    border-bottom: 1px  dotted #ccc; }
  .more-filter-option span {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 7px;
    border-radius: 100%;
    margin-left: 10px; }
    .more-filter-option span:before, .more-filter-option span:after {
      content: '';
      position: absolute;
      background: #fff;
      border-radius: 4px;
      -webkit-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
    .more-filter-option span:before {
      top: 50%;
      left: 6px;
      width: 12px;
      height: 2px;
      margin-top: -1px; }
    .more-filter-option span:after {
      top: 6px;
      left: 50%;
      width: 2px;
      height: 12px;
      margin-left: -1px; }
    .more-filter-option span.mfilopact:after {
      height: 0px; }

.listing-search-sidebar {
  background: #fff;
  border: none;
  padding: 30px 30px;
  margin-top: 0;
  border-radius: 6px; }
  .listing-search-sidebar .listsearch-input-wrap,
  .listing-search-sidebar .listsearch-input-item {
    margin-top: 0; }
  .listing-search-sidebar .listsearch-main-inputs,
  .listing-search-sidebar .listing-features,
  .listing-search-sidebar .listing-subcats,
  .listing-search-sidebar .hidden-listing-filter {
    display: block; }
  .listing-search-sidebar .listing-feature-wrap {
    margin-bottom: 10px; }
    .listing-search-sidebar .listing-feature-wrap label {
      position: relative;
      margin-bottom: 10px; }
  .listing-search-sidebar .listsearch-footer {
    display: none; }

.listing-subcats {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.listsearch-header-sidebar {
  margin-bottom: 50px; }

#listing-items {
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }

.listing-items.loading-listings,
.loading-feas,
.loading-subcats {
  display: none; }

.listings-loader {
  text-align: center;
  padding: 50px 0 100px; }

.no-results-search {
  text-align: center; }
  .no-results-search h2 {
    margin-bottom: 1rem; }

input.has-icon {
  padding-left: 55px; }

.selectbox .select {
  height: 33px;
  margin-top: 12px; }

@-webkit-keyframes load {
  from {
    background-position: 500% 0; }
  to {
    background-position: 0 0; } }

@keyframes load {
  from {
    background-position: 500% 0; }
  to {
    background-position: 0 0; } }

.listing-item.list-layout {
  width: 100% !important;
  padding: 0;
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }
  .listing-item.list-layout .geodir-category-listing {
    background: #fff; }
  .listing-item.list-layout .geodir-category-img,
  .listing-item.list-layout .geodir-category-content {
    width: 50%;
    float: left; }
  .listing-item.list-layout .geodir-category-img {
    overflow: hidden; }
  .listing-item.list-layout .listing-geodir-category {
    left: -100%;
    margin-left: 20px;
    top: 20px;
    z-index: 100; }
  .listing-item.list-layout .listing-avatar {
    top: 100%;
    margin-top: -40px;
    margin-right: 20px;
    right: 100%; }

.listsearch-maiwrap {
  background: #fff;
  padding: 25px 30px; }

.center-col-list-wrap .listing-item {
  width: 33.3%;
  margin-bottom: 20px; }
  .center-col-list-wrap .listing-item.list-layout {
    width: 100%; }
    .center-col-list-wrap .listing-item.list-layout .geodir-category-img {
      width: 30%;
      float: left;
      position: relative; }
    .center-col-list-wrap .listing-item.list-layout .geodir-category-content {
      width: 70%;
      float: left;
      position: relative; }

.list-main-wrap {
  padding: 50px 0; }

.list-carousel {
  padding: 0 30px; }

.list-carousel .listing-item {
  width: 100%; }

.slick-slide-item {
  float: left;
  width: 100%; }

section.list-single-section {
  padding-bottom: 0;
  padding-top: 200px; }

section.list-single-section .bg {
  height: 110%;
  top: -5%; }

.list-single-header {
  z-index: 10;
  padding-bottom: 50px; }

.list-single-header.list-single-header-inside {
  padding-bottom: 0;
  padding: 30px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee; }

.list-single-header-item h2 {
  float: left;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  padding-bottom: 15px; }

.list-single-header-inside .list-single-header-item h2 {
  color: #334e6f;
  font-size: 36px; }

.list-single-header-item h2 span, .list-single-header-item h2 a {
  font-size: 13px;
  font-weight: 400; }

.list-single-header-item h2 a {
  font-weight: 600;
  color: #5ECFB1; }

.list-single-header-item p {
  color: rgba(255, 255, 255, 0.71);
  font-weight: 500;
  text-align: left; }

.list-single-header .section-separator {
  margin-top: 0; }

.list-single-header .section-separator:before {
  left: 26px; }

.list-single-header-item .listing-rating {
  float: left;
  margin-top: 10px; }

.list-single-header-item .listing-rating i {
  float: left;
  margin-right: 6px; }

.list-single-header-item .listing-rating span {
  color: rgba(255, 255, 255, 0.71);
  float: left;
  margin-left: 12px;
  position: relative;
  top: -2px; }

.list-single-header.list-single-header-inside .list-single-header-item .listing-rating span {
  color: #666; }

.list-single-header-contacts {
  margin-top: 20px; }
  .list-single-header-contacts ul {
    list-style: none;
    margin-left: 0; }
  .list-single-header-contacts li {
    display: inline-block;
    margin-right: 18px; }
    .list-single-header-contacts li a {
      color: #fff;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600; }
      .list-single-header-contacts li a:hover {
        color: rgba(255, 255, 255, 0.71); }
    .list-single-header-contacts li i {
      padding-right: 10px; }

.list-single-header-cat {
  margin-bottom: 20px; }

.list-single-header-cat a {
  color: #fff;
  border-radius: 4px;
  padding: 10px 25px; }
  .list-single-header-cat a + a {
    margin-left: 0.5rem; }

.list-single-header-cat span {
  color: #fff;
  padding-left: 30px;
  position: relative;
  top: 10px; }

.list-single-header-cat span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  height: 1px;
  width: 10px;
  background: rgba(255, 255, 255, 0.51); }

.list-single-header-cat span i {
  padding-left: 4px; }

.list-single-header-column {
  position: relative;
  margin-top: 20px; }

.list-single-header-inside .list-single-header-column {
  margin-top: 0; }

.list-single-header-column .viewed-counter,
.list-single-header-column .custom-scroll-link {
  display: inline-block;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  margin-right: 10px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.41);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.11); }
  .list-single-header-column .viewed-counter i,
  .list-single-header-column .custom-scroll-link i {
    padding-right: 10px; }
  .list-single-header-column .viewed-counter:hover,
  .list-single-header-column .custom-scroll-link:hover {
    background: rgba(255, 255, 255, 0.21); }

.list-single-header-inside .list-single-header-column {
  text-align: right; }
  .list-single-header-inside .list-single-header-column .viewed-counter,
  .list-single-header-inside .list-single-header-column .custom-scroll-link {
    display: inline-block;
    width: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #999;
    margin-bottom: 12px;
    margin-right: 0; }

.list-post-counter {
  display: inline-block; }
  .list-post-counter.single-list-post-counter {
    position: relative;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.21);
    margin-left: 20px;
    top: 2px; }
    .list-post-counter.single-list-post-counter i {
      padding-left: 10px;
      color: #F4454C; }

.list-single-header-inside .list-post-counter.single-list-post-counter {
  border: 1px solid #eee;
  color: #666; }

/*------sahre------------------------------------------------*/
.share-holder {
  display: inline-block;
  text-align: left; }

.single-post .share-holder {
  float: right; }

.list-single-header-inside .share-holder.hid-share {
  margin-top: 20px; }

.share-holder.hid-share {
  position: relative;
  margin-left: 30px; }

.showshare {
  padding: 12px 80px 12px 40px;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2); }

.showshare span {
  position: relative;
  z-index: 1;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: display 500ms linear;
  -o-transition: display 500ms linear;
  transition: display 500ms linear; }
  .showshare span.share-close {
    display: none; }

.showshare i {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 100%;
  font-size: 11px;
  z-index: 5;
  color: #666;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center; }

.showshare.vis-butsh {
  padding: 12px 40px 12px 80px; }
  .showshare.vis-butsh span.share-close {
    display: inline-block; }
  .showshare.vis-butsh span.share-show {
    display: none; }

.showshare.vis-butsh i {
  right: 69%;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

.showshare:hover i {
  color: #292929; }

.visshare {
  visibility: visible;
  opacity: 1; }

.share-holder.hid-share .share-container {
  position: absolute;
  top: -50px;
  right: 0;
  min-width: 170px;
  background: #2C3B5A;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  padding: 8px 8px 8px 18px;
  margin-top: -30px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center; }

.share-holder.hid-share .share-container:after {
  top: 100%;
  right: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2C3B5A;
  border-width: 7px;
  margin-left: 7px;
  z-index: 2; }

.vissc {
  opacity: 1; }

.share-holder.hid-share .share-container .share-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: relative;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.share-holder.hid-share .share-container .share-icon:hover {
  color: #fff; }

.share-holder.hid-share .share-container.visshare, .bl-opt .share-holder.hid-share .share-container.visshare {
  top: -45px;
  opacity: 1;
  visibility: visible; }

.share-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.share-icon-digg:before {
  content: "\f1a6"; }

.share-icon-email:before {
  content: "\f003"; }

.share-icon-flickr:before {
  content: "\f16e"; }

.share-icon-foursquare:before {
  content: "\f180"; }

.share-icon-rss:before {
  content: "\f09e"; }

.share-icon-facebook:before {
  content: "\f09a"; }

.share-icon-twitter:before {
  content: "\f099"; }

.share-icon-tumblr:before {
  content: "\f173"; }

.share-icon-linkedin:before {
  content: "\f08c"; }

.share-icon-vimeo:before {
  content: "\f194"; }

.share-icon-instagram:before {
  content: "\f16d"; }

.share-icon-pinterest:before {
  content: "\f0d2"; }

.share-icon-googleplus:before {
  content: "\f0d5"; }

.share-icon-in1:before {
  content: "\f08c"; }

.share-icon-stumbleupon:before {
  content: "\f1a4"; }

.listing-features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }
  .listing-features ul li {
    margin-bottom: 15px;
    font-size: 13px;
    color: #888DA0;
    font-weight: 600;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3%;
        -ms-flex: 0 33.3%;
            flex: 0 33.3%; }
    .listing-features ul li i {
      padding-right: 10px; }

.opening-hours .btn {
  margin-top: 1.25rem; }

.opening-hours ul {
  list-style: none; }
  .opening-hours ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #878C9F;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .opening-hours ul li span.opening-hours-day {
      color: #878C9F;
      font-weight: 600; }
    .opening-hours ul li span.opening-hours-time {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      margin-left: auto;
      font-weight: 500;
      color: #999;
      text-align: right; }
      .opening-hours ul li span.opening-hours-time span {
        display: block;
        margin-bottom: 0.5rem; }
        .opening-hours ul li span.opening-hours-time span:last-child {
          margin-bottom: 0; }

.opening-hours .current-status {
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #5ECFB1;
  font-size: 0.9375rem; }
  .opening-hours .current-status i {
    font-size: 1rem;
    padding-right: 1.875rem; }

.listing-timezone {
  color: #999;
  font-size: 65%; }

.widget-posts-link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  top: 10px;
  color: #878C9F; }

.widget-posts-link:hover {
  color: #000; }

.widget-posts-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 26px;
  height: 1px;
  border-bottom: 1px  solid #eee; }

.widget-posts-link span {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  border-radius: 100%;
  margin-left: 10px;
  color: #fff;
  font-size: 10px; }

/*-------------scroll-nav-wrapper---------------------------------------*/
.scroll-nav-wrapper {
  background: #fff;
  border-bottom: 1px solid #eee; }
  .scroll-nav-wrapper ul {
    list-style: none;
    margin-bottom: 0; }
  .scroll-nav-wrapper .scroll-nav {
    position: relative; }
    .scroll-nav-wrapper .scroll-nav li {
      display: inline-block;
      position: relative;
      margin-bottom: 0; }
      .scroll-nav-wrapper .scroll-nav li:before, .scroll-nav-wrapper .scroll-nav li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 20px;
        margin-top: -10px;
        background: #eee;
        width: 1px; }
      .scroll-nav-wrapper .scroll-nav li:after {
        display: none; }
      .scroll-nav-wrapper .scroll-nav li:first-child:after {
        right: inherit;
        left: 0;
        display: block; }
      .scroll-nav-wrapper .scroll-nav li a {
        padding: 23px 30px;
        display: block;
        position: relative;
        font-weight: 700;
        color: #888DA0;
        font-size: 13px; }
        .scroll-nav-wrapper .scroll-nav li a:before {
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px; }
        .scroll-nav-wrapper .scroll-nav li a.act-scrlink:before {
          width: 100%; }
    .scroll-nav-wrapper .scroll-nav.inline-scroll-container li {
      display: inline-block;
      padding-bottom: 0;
      margin-bottom: 0; }
      .scroll-nav-wrapper .scroll-nav.inline-scroll-container li a:before {
        bottom: -4px; }
  .scroll-nav-wrapper .save-btn {
    position: absolute;
    color: #878C9F;
    border-radius: 6px;
    top: 20px;
    right: 0;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-left: 5px; }
    .scroll-nav-wrapper .save-btn i {
      padding-right: 0;
      margin-right: 10px;
      margin-left: 10px; }

.author-message-form.custom-form label i,
.opening-hours .custom-form label i {
  top: 27px; }

/* Listing review */
.reviews-comments-wrap {
  display: inline-table;
  margin-top: 30px; }

.reviews-comments-item-text .listing-rating {
  float: right; }

.reviews-comments-item-text .listing-rating i {
  float: left;
  margin-right: 6px;
  font-size: 12px; }

.reviews-comments-item {
  padding: 0 0 30px 110px;
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #eee; }

.reviews-comments-item.reply-comment-item {
  width: 90%;
  margin-left: 10%;
  padding: 30px 20px 30px 110px;
  border-radius: 6px; }

.reviews-comments-item.reply-comment-item .review-comments-avatar {
  top: 30px; }

.reviews-comments-item.reply-comment-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10%;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.reviews-comments-item:last-child {
  border: none;
  margin-bottom: 0; }

.reviews-comments-item .reviews-comments-item {
  margin-top: 30px; }

.reviews-comments-item .reviews-comments-item + .reviews-comments-item {
  margin-top: 0; }

.dashboard-list-box .reviews-comments-item:last-child {
  padding-bottom: 0; }

.review-comments-avatar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%; }

.review-comments-avatar img {
  width: 80px;
  height: 80px;
  float: left; }

.reviews-comments-item-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 20px; }

.reviews-comments-item-text .new-dashboard-item {
  top: 0; }

.reviews-comments-item-text h4 {
  text-align: left;
  padding-bottom: 25px;
  float: left;
  font-size: 16px;
  font-weight: 500; }

.reviews-comments-item-text p {
  text-align: left; }

.reviews-comments-item-date,
.review-item-reply a {
  margin-top: 18px;
  font-weight: 500;
  color: #999; }

.reviews-comments-item-date i {
  margin-right: 10px; }

.comment-awaiting-moderation {
  margin-top: 1rem;
  display: block;
  width: 100%; }

.comment-respond {
  margin-bottom: 20px; }

.leave-rating, .leave-rating-title {
  float: left; }

.leave-rating-wrap {
  float: left;
  margin: 30px 0 30px 0;
  width: 100%; }

.leave-rating-title {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  position: relative;
  top: -3px; }

.leave-rating input[type="radio"] {
  display: none; }

.leave-rating label {
  font-size: 14px;
  float: right;
  letter-spacing: 4px;
  color: #FACC39;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .leave-rating label:hover:before, .leave-rating label.selected:before {
    content: "\f005"; }

.leave-rating:hover input[type="radio"]:checked ~ label:before,
.leave-rating input[type="radio"]:checked ~ label:before,
.leave-rating label:hover ~ label:before {
  content: "" !important; }

.additional-features ul {
  list-style: none; }

.additional-features li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #878C9F;
  border-bottom: 1px solid #eee; }

.additional-features .fea-label {
  color: #878C9F;
  font-weight: 600; }

.additional-features .fea-value {
  float: right;
  font-weight: 500;
  color: #999; }

#citybook_addons-like-loader {
  display: none; }
  #citybook_addons-like-loader i {
    padding: 0;
    margin: 0; }

.like-process + #citybook_addons-like-loader {
  display: inline-block;
  padding-left: 5px; }

.citybook_addons-like-count {
  color: #666; }

.single-list-post-counter .citybook_addons-like-count {
  color: #fff; }

.list-single-header-inside .single-list-post-counter .citybook_addons-like-count {
  color: #666; }

/*-------------accordion---------------------------------------*/
.accordion a.toggle {
  display: block;
  border: 1px solid #eee;
  padding: 18px 30px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-bottom: 15px; }
  .accordion a.toggle i {
    position: absolute;
    right: 24px;
    top: 17px;
    font-size: 16px; }
  .accordion a.toggle.act-accordion {
    color: #fff;
    border-color: transparent; }
    .accordion a.toggle.act-accordion i {
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }

.accordion-inner {
  display: none;
  position: relative;
  padding: 15px 30px;
  background: #fff;
  margin: 0 0 15px;
  text-align: left; }
  .accordion-inner.visible {
    display: block; }

#respond .custom-form label i {
  top: 27px; }

.list-author-widget-contacts {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .list-author-widget-contacts li {
    margin-bottom: 15px; }
    .list-author-widget-contacts li span + span {
      margin-left: 20px;
      color: #878C9F; }

.list-author-widget-contacts li span, .list-author-widget-contacts li a {
  text-align: left;
  font-weight: 500; }

.list-author-widget-contacts li span {
  min-width: 80px; }

.list-author-widget-contacts li span i {
  margin-right: 7px;
  font-size: 14px; }

.list-author-widget-contacts li a {
  margin-left: 20px;
  color: #878C9F; }

.list-author-widget-socials,
.list-widget-social {
  margin-top: 20px; }
  .list-author-widget-socials li,
  .list-widget-social li {
    display: inline-block;
    margin-right: 8px;
    text-align: center; }
    .list-author-widget-socials li a,
    .list-widget-social li a {
      width: 36px;
      height: 36px;
      display: block;
      line-height: 36px;
      border-radius: 4px;
      color: #fff; }
      .list-author-widget-socials li a:hover,
      .list-widget-social li a:hover {
        background: #2C3B5A; }

.list-author-widget-socials {
  border-bottom: 1px solid #eee;
  margin-bottom: 20x; }
  .list-author-widget-socials ul {
    margin-left: 0; }

.author-view-profile {
  text-align: center; }

.list-single-header.list-single-header-inside {
  margin-bottom: 10px; }

.single-listing .list-single-main-media img {
  width: 100%; }

.promo-link {
  position: absolute;
  bottom: 40px;
  left: 50px;
  padding: 16px 55px 16px 70px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
  z-index: 10;
  text-align: center; }
  .promo-link i {
    position: absolute;
    left: 10px;
    top: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    color: #878C9F;
    border-radius: 100%;
    margin-top: -17px;
    background: #fff; }
  .promo-link:hover i {
    background: #2C3B5A;
    color: #fff; }

.box-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }

.box-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background: rgba(51, 51, 51, 0.41);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.box-item:hover:before {
  opacity: 1; }

.box-item a.gal-link {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: center; }

.list-single-gallery .box-item {
  border-radius: 6px; }
  .list-single-gallery .box-item a.gal-link {
    top: -50%;
    left: 50%;
    margin: -20px 0 0 -20px; }
  .list-single-gallery .box-item:hover a.gal-link {
    top: 50%; }

.list-single-carousel-wrap .slick-slide-item .box-item {
  height: 100%;
  z-index: 20; }
  .list-single-carousel-wrap .slick-slide-item .box-item:before {
    display: none; }
  .list-single-carousel-wrap .slick-slide-item .box-item a.gal-link {
    top: -100px;
    right: 50px; }
  .list-single-carousel-wrap .slick-slide-item .box-item:hover a.gal-link {
    top: 50px; }

.view-all-cats {
  text-align: center; }

/*------ Grid Gallery------------------------------------------------*/
.gallery-items.mr-bot {
  margin-bottom: 40px; }

.grid-item-holder {
  height: auto;
  position: relative;
  overflow: hidden; }

.grid-sizer img,
.gallery-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1; }

.big-pad.gallery-items {
  margin-left: -10px;
  margin-right: -10px; }

.big-pad .gallery-item {
  padding: 10px; }

.medium-pad.gallery-items {
  margin-left: -8px;
  margin-right: -8px; }

.medium-pad .gallery-item {
  padding: 8px; }

.small-pad.gallery-items {
  margin-left: -4px;
  margin-right: -4px; }

.small-pad .gallery-item {
  padding: 4px; }

.extrasmall-pad.gallery-items {
  margin-left: -2px;
  margin-right: -2px; }

.extrasmall-pad .gallery-item {
  padding: 2px; }

.no-pad .gallery-item {
  padding: 0; }

.gallery-item, .grid-sizer {
  width: 33.3%;
  position: relative;
  /*float:left;*/
  overflow: hidden; }

.gallery-item-second, .grid-sizer-second {
  width: 66.6%; }

.gallery-item-three, .grid-sizer-three {
  width: 100%; }

.one-columns .gallery-item, .one-columns .grid-sizer,
.one-columns .gallery-item-second, .one-columns .grid-sizer-second
.gallery-item-three, .one-columns .grid-sizer-three {
  width: 100%; }

.two-columns .gallery-item, .two-columns .grid-sizer,
.two-columns .gallery-item-second, .two-columns .grid-sizer-second
.gallery-item-three, .two-columns .grid-sizer-three {
  width: 50%; }

.four-columns .gallery-item, .four-columns .grid-sizer {
  width: 25%; }

.four-columns .gallery-item-second, .four-columns .grid-sizer-second {
  width: 50%; }

.four-columns .gallery-item-three, .four-columns .grid-sizer-three {
  width: 100%; }

.five-columns .gallery-item, .five-columns .grid-sizer {
  width: 20%; }

.five-columns .gallery-item-second, .five-columns .grid-sizer-second {
  width: 40%; }

.five-columns .gallery-item-three, .five-columns .grid-sizer-three {
  width: 60%; }

.six-columns .gallery-item, .six-columns .grid-sizer {
  width: 16.666%; }

.six-columns .gallery-item-second, .six-columns .grid-sizer-second {
  width: 33.33%; }

.six-columns .gallery-item-three, .six-columns .grid-sizer-three {
  width: 50%; }

.seven-columns .gallery-item, .seven-columns .grid-sizer {
  width: 14.285%; }

.seven-columns .gallery-item-second, .seven-columns .grid-sizer-second {
  width: 28.57%; }

.seven-columns .gallery-item-three, .seven-columns .grid-sizer-three {
  width: 42.857%; }

.eight-columns .gallery-item, .eight-columns .grid-sizer {
  width: 12.5%; }

.eight-columns .gallery-item-second, .eight-columns .grid-sizer-second {
  width: 25%; }

.eight-columns .gallery-item-three, .eight-columns .grid-sizer-three {
  width: 37.5%; }

.nine-columns .gallery-item, .nine-columns .grid-sizer {
  width: 11.11111%; }

.nine-columns .gallery-item-second, .nine-columns .grid-sizer-second {
  width: 22.22222%; }

.nine-columns .gallery-item-three, .nine-columns .grid-sizer-three {
  width: 33.33333%; }

.ten-columns .gallery-item, .ten-columns .grid-sizer {
  width: 10%; }

.ten-columns .gallery-item-second, .ten-columns .grid-sizer-second {
  width: 20%; }

.ten-columns .gallery-item-three, .ten-columns .grid-sizer-three {
  width: 30%; }

/*------ price tables------------------------------------------------*/
.price-item {
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 1;
  text-align: center; }

.price-item:hover, .best-price {
  -webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.07);
  z-index: 2; }

.price-item:hover {
  z-index: 3; }

.best-price {
  top: -30px;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

.price-head {
  padding: 22px 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.best-price .price-head {
  background: #5ECFB1; }

.price-head h3 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.71);
  display: inline-table;
  padding: 10px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.21);
  overflow: hidden; }

.price-head h4 {
  font-size: 13px;
  font-weight: 600;
  color: #ccc;
  margin-top: 15px; }

.price-num {
  padding: 30px 15px 20px; }
  .price-num span.curen {
    position: relative;
    top: -32px;
    padding-right: 7px;
    font-weight: 400;
    font-size: 17px; }

.price-num-desc {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #bcbcbc;
  display: block;
  margin-top: 6px; }

.price-num-item {
  font-size: 65px;
  position: relative;
  font-weight: 600; }

.price-desc {
  padding: 20px 0 50px; }
  .price-desc ul {
    list-style: none;
    margin-left: 0; }
    .price-desc ul li {
      padding: 18px 0;
      color: #666;
      font-weight: 500;
      font-size: 14px;
      border-bottom: 1px solid #eee;
      margin-bottom: 0; }
      .price-desc ul li:nth-child(2n+1) {
        background: #fbfbfb; }
      .price-desc ul li:first-child {
        border-top: 1px solid #eee; }

.price-link {
  display: inline-table;
  padding: 15px 20px;
  color: #fff;
  border-radius: 30px;
  margin-top: 30px;
  font-weight: 500;
  cursor: pointer;
  border: 0; }

.price-content {
  background: #fff;
  border: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.recomm-price {
  margin-top: 40px;
  font-weight: 600;
  color: #ADC7DD; }
  .recomm-price i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #5ECFB1;
    font-size: 16px;
    border-radius: 100%;
    border: 1px solid  #5ECFB1;
    margin-bottom: 10px; }
  .recomm-price .recomm-text {
    display: block; }

.pricing-wrap {
  margin: 30px 0; }

.membership-plans-wrap {
  padding-top: 50px; }
  .membership-plans-wrap .price-item {
    float: left;
    width: 33.33%; }

.one-cols .price-item {
  width: 100%; }

.two-cols .price-item {
  width: 50%; }

.four-cols .price-item {
  width: 25%; }

.five-cols .price-item {
  width: 20%; }

.six-cols .price-item {
  width: 16.666%; }

.slick-carouse-wrap .swiper-button-next,
.slick-carouse-wrap .swiper-button-prev {
  background-image: none;
  width: 44px;
  height: 44px; }
  .slick-carouse-wrap .swiper-button-next:hover,
  .slick-carouse-wrap .swiper-button-prev:hover {
    background-color: #2C3B5A; }

.lg-actions {
  text-align: center; }

/*-------------Countdown---------------------------------------*/
.countdown-widget {
  padding: 25px 30px;
  position: relative;
  text-align: center; }

.countdown-item {
  float: left;
  width: 33.3%;
  color: #fff;
  position: relative;
  z-index: 2; }

.countdown-item:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.21); }

.countdown-item.no-dec:before {
  display: none; }

.countdown-item span {
  font-size: 34px;
  font-weight: 700; }

.countdown-item p {
  padding-bottom: 0;
  color: #fff; }

.countdown-item-seconds {
  position: absolute;
  bottom: -60px;
  right: -40px;
  font-size: 90px;
  color: #fff;
  z-index: 1;
  opacity: 0.4;
  font-weight: 700; }

.lauthor-message,
.booking-message {
  font-size: 16px;
  font-weight: 600;
  color: #666; }

.pricerange {
  font-size: 16px;
  font-weight: 700;
  color: #5ECFB1; }
  .pricerange span.lprice-text {
    margin-right: 20px;
    color: #878C9F;
    font-weight: 500;
    font-size: 14px; }

.claim-widget-link {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee; }
  .claim-widget-link span,
  .claim-widget-link a {
    font-weight: 500; }
  .claim-widget-link a:hover {
    color: #24324F; }
  .claim-widget-link span {
    color: #878C9F;
    margin-right: 20px; }

.listing-add-cart {
  margin-top: 20px; }

.listing-verified {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  background: #2f3b59;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle; }

.tooltipwrap {
  position: relative;
  display: inline-block; }
  .tooltipwrap .tooltiptext {
    visibility: hidden;
    width: auto;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    background: #4DB7FE;
    /* Position the tooltip text */
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 7px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 13px;
    /* Fade in tooltip */
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .tooltipwrap .tooltiptext:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #4DB7FE transparent transparent transparent; }
  .tooltipwrap:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    bottom: 150%; }

.tooltip50 .tooltiptext {
  left: 50%; }

.single-listing .listing-verified {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  margin-right: 10px; }

.single-listing .tooltipwrap .tooltiptext {
  left: 12px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 600; }

.single-listing .tooltipwrap.tooltip50 .tooltiptext {
  left: 50%; }

.listing-claim-form textarea {
  height: auto; }

.listing-claim-form #lclaim-submit {
  margin-bottom: 0;
  margin-top: 0; }
  .listing-claim-form #lclaim-submit:disabled {
    background: #2F3B59; }
  .listing-claim-form #lclaim-submit i {
    display: none; }
  .listing-claim-form #lclaim-submit.submitted i {
    display: inline-block; }

.claim-msg {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px; }

.claim-error {
  color: #ea4d37; }

.listing-caption {
  display: none; }

.payment-details-wrap > h4 {
  margin-bottom: 20px; }

.prelog-message {
  padding: 15px 30px;
  font-size: 16px;
  color: green;
  font-weight: bold; }

.wp-social-login-connect-with {
  font-weight: 500; }

.listing-item-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .listing-item-footer .save-btn {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .listing-item-footer .bm-text {
    display: none; }
  .listing-item-footer .tooltip50 .tooltiptext {
    left: -200%;
    font-size: 12px; }
    .listing-item-footer .tooltip50 .tooltiptext:after {
      left: auto;
      right: 20%; }

.card-listing .geodir-category-location .save-btn i {
  padding-right: 0; }

.item-ad {
  color: #5ECFB1;
  font-size: 0.65em;
  border: 1px solid #5ECFB1;
  border-radius: 3px;
  padding: 3px;
  line-height: 1;
  text-transform: uppercase; }

/*-------------List Map-----------------------------------*/
.home-map {
  text-align: center; }

.map-popup-wrap {
  display: block;
  width: 300px !important;
  position: relative; }

.map-popup {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
          box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
  background: #464646; }

.map-popup-wrap:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
  z-index: 20; }

.map-popup-wrap:before {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px; }

.map-popup img {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.listing-img-content:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15); }

.listing-content {
  background: #fff;
  padding: 25px 20px;
  z-index: 20;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.infoBox-close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 20px;
  right: 20px;
  color: #fff;
  border-radius: 100%;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-align: center; }

.infoBox-close:hover {
  background: #fff;
  color: #000; }

.listing-title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #566985;
  padding-bottom: 20px; }

.listing-title h4 a {
  color: #566985; }

.listing-img-content {
  overflow: hidden;
  display: block;
  min-height: 100px; }
  .listing-img-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0.3; }

.cluster {
  width: 40px !important;
  height: 40px !important; }
  .cluster img {
    display: none; }
  .cluster div {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
    border: 2px solid  #fff;
    -webkit-transition: all 300ms linear;
    -webkit-transition: all 100ms 3inear;
    -o-transition: all 100ms 3inear;
    transition: all 100ms 3inear;
    -webkit-animation: cluster-animation 1.5s infinite;
            animation: cluster-animation 1.5s infinite; }
    .cluster div:hover {
      background: #5d6275; }

@-webkit-keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.1); } }

@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1); }
  50% {
    -webkit-box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.1); } }

.map-popup-contact-infos {
  color: #666;
  font-size: 13px;
  width: 100%;
  margin-bottom: 5px;
  display: block; }
  .map-popup-contact-infos i {
    padding-right: 10px;
    font-size: 14px; }

.map-card-rainting {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: -28px; }
  .map-card-rainting i {
    color: #FACC39;
    margin-right: 6px; }

.map-popup-reviews-count {
  color: rgba(255, 255, 255, 0.9); }

.map-popup-category {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 500;
  color: #fff;
  z-index: 20;
  padding: 10px 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2); }

/*-------------Map---------------------------------------*/
.map-container {
  position: relative;
  overflow: hidden; }

.fw-map {
  height: 600px; }

.map-container.column-map {
  width: 50%;
  position: fixed;
  top: 82px;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden; }

.map-container.column-map.right-pos-map {
  right: 0; }

.map-container.column-map.left-pos-map {
  left: 0; }

.map-container #map-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.singleMap {
  position: relative;
  height: 300px;
  margin-bottom: 30px; }

.box-widget .singleMap {
  margin-bottom: 10px; }

.mapzoom-in, .mapzoom-out {
  position: fixed;
  z-index: 100;
  top: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  line-height: 40px;
  margin-top: -20px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center; }
  .mapzoom-in:before, .mapzoom-out:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f068"; }

.mapzoom-in {
  margin-top: -80px; }

.mapzoom-in:before {
  content: "\f067"; }

.mapnavigation {
  position: absolute;
  bottom: 50px;
  right: 7px;
  z-index: 30;
  width: 170px;
  list-style: none;
  text-align: center; }
  .mapnavigation li {
    display: inline-block; }
  .mapnavigation a {
    display: block;
    width: 70px;
    padding: 8px 0;
    border-radius: 4px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
            box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4); }
  .mapnavigation li + li a {
    margin-left: 10px; }

.mapnavigation a,
.mapzoom-in:hover,
.mapzoom-out:hover {
  background: #2F3B59; }

.singleMap .mapzoom-in, .singleMap .mapzoom-out, .home-map .mapzoom-in, .home-map .mapzoom-out, .fw-map .mapzoom-in, .fw-map .mapzoom-out {
  position: absolute;
  right: 20px;
  text-align: center; }

.map-container.column-map.right-pos-map .mapzoom-in, .map-container.column-map.right-pos-map .mapzoom-out {
  right: 30px; }

.map-container.column-map.left-pos-map .mapzoom-in, .map-container.column-map.left-pos-map .mapzoom-out {
  left: 30px; }

body .pac-container {
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eee;
  border-top: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: -2px;
  z-index: 1005 !important; }

.main-search-input .pac-container {
  left: 0 !important;
  top: 54px !important; }

#autocomplete-input {
  position: relative;
  z-index: 5; }

#autocomplete-input a {
  z-index: 101; }

.pac-logo:after {
  display: none; }

.pac-item {
  cursor: pointer;
  padding: 8px 6px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  border-top: 1px solid #eee;
  font-size: 11px;
  color: #999;
  border-radius: 6px;
  font-family: 'Quicksand', sans-serif; }

.pac-matched {
  font-weight: 400; }

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #999; }

.pac-item:hover, .pac-item:hover .pac-item-query {
  color: #fff; }

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  background: none;
  position: relative; }

.pac-icon:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f041";
  color: #5ECFB1;
  top: -6px;
  left: 4px;
  font-size: 14px; }

.pac-item:hover .pac-icon:before {
  color: #fff; }

.listing-submit-map-col .map-container {
  border-radius: 10px; }

.submitMap {
  position: relative;
  height: 200px; }

/* for dashboard page */
.user-profile-menu ul {
  list-style: none;
  margin-left: 0; }

.dashboard-list-box {
  border: 1px solid #eee;
  border-radius: 10px; }

.dashboard-header {
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  background: #F8FBFE; }
  .dashboard-header h3 {
    font-size: 16px;
    font-weight: 600; }

.dashboard-list {
  padding: 25px 30px;
  position: relative;
  border-bottom: 1px solid #eee; }
  .dashboard-list:nth-child(2n+1) {
    background: #fbfbfb; }
  .dashboard-list:last-child {
    border: none; }

.dashboard-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.dashboard-message-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%; }
  .dashboard-message-avatar img {
    width: 50px;
    height: 50px; }

.booking-item .dashboard-message-avatar,
.message-item .dashboard-message-avatar {
  position: absolute; }

.dashboard-message-text {
  margin-left: 30px;
  padding-left: 50px; }
  .dashboard-message-text .btn {
    margin-top: 10px;
    background: #5ECFB1 !important;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 12px; }
    .dashboard-message-text .btn:hover {
      color: rgba(255, 255, 255, 0.71); }

.dashboard-message-text h4, .dashboard-listing-table-text h4 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 20px;
  color: #50596E; }

.dashboard-message-text h4 span {
  font-weight: 500;
  font-size: 12px; }

.reply-mail {
  text-align: left;
  font-weight: 500; }

.reply-mail a {
  font-weight: 400; }

.reply-mail a:hover {
  color: #999; }

.new-dashboard-item,
.you-booked {
  position: absolute;
  right: 30px;
  top: 22px;
  padding: 6px 15px;
  border-radius: 4px;
  color: #fff;
  background: #5ECFB1;
  z-index: 10; }

.you-booked {
  background: #2F3B59; }

.dashboard-listing-table-image {
  width: 30%;
  padding: 0 30px 0 0; }

.dashboard-listing-table-image img {
  width: 100%;
  height: auto;
  border-radius: 6px; }

.dashboard-listing-table-text {
  width: 70%; }

.dashboard-listing-table-text h4 a {
  color: #50596E; }

.dashboard-listing-table-address {
  padding-bottom: 20px; }
  .dashboard-listing-table-address a {
    font-weight: 500;
    color: #666; }
  .dashboard-listing-table-address i {
    padding-right: 10px; }

.dashboard-listing-table-opt {
  list-style: none;
  margin-top: 15px; }
  .dashboard-listing-table-opt li {
    margin-right: 10px;
    display: inline-block; }
    .dashboard-listing-table-opt li a {
      display: block;
      color: #fff;
      padding: 9px 22px;
      border-radius: 30px;
      background: #5ECFB1; }
      .dashboard-listing-table-opt li a.del-btn:hover {
        background: #f91942; }

.payment-methods-wrap {
  padding: 15px 30px;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  background: #F8FBFE; }

.payment-method-item img {
  max-width: 150px;
  height: auto; }

.payment-method-item .payment-desc {
  display: block;
  font-size: 1rem; }

.dashboard-message-text .message-title,
.dashboard-message-text .booking-title {
  font-weight: 500; }
  .dashboard-message-text .message-title strong,
  .dashboard-message-text .booking-title strong {
    font-weight: 700; }

.become-author {
  padding: 15px 30px;
  background-color: #e9ecef;
  border-radius: 6px;
  margin-bottom: 30px; }

.message-details {
  margin-bottom: 15px;
  font-size: 13px; }
  .message-details span.msg-title {
    font-weight: 600;
    color: #999; }
  .message-details span.msg-text {
    color: #50596E;
    font-weight: 500;
    position: relative; }
  .message-details a:hover {
    color: #999; }

/*-------------------------------------------------------------------------------------
    dasboard
--*/
.profile-edit-header h4 span {
  color: #5ECFB1; }

.statistic-container {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.statistic-item-wrap {
  padding: 0;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 23%;
      -ms-flex: 0 23%;
          flex: 0 23%; }

.statistic-item {
  padding: 20px 30px;
  border-radius: 6px; }
  .statistic-item i {
    font-size: 74px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    color: rgba(255, 255, 255, 0.41); }
  .statistic-item h5 {
    color: #fff;
    font-size: 13px;
    font-weight: 400; }

.statistic-item-numder {
  font-weight: 800;
  font-size: 34px;
  padding-bottom: 10px;
  color: #fff; }

.notification {
  padding: 18px 20px;
  border-radius: 4px;
  margin-bottom: 40px; }
  .notification p {
    color: #fff;
    padding-bottom: 0; }
    .notification p a {
      color: rgba(255, 255, 255, 0.71);
      font-weight: 600;
      padding: 0 5px; }
  .notification.success {
    background: #5ECFB1; }
  .notification.waitforreview {
    background: #FBC54F; }
  .notification.reject {
    background: #EA4D37; }

.notification-close {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 20px;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.71); }
  .notification-close:hover {
    color: #fff; }

.dashboard-list-box.activities .dashboard-list {
  padding-left: 0; }

.dashboard-list-box.activities .dashboard-message-text {
  padding-left: 0; }
  .dashboard-list-box.activities .dashboard-message-text i {
    padding-right: 20px; }

.dashboard-list-box.activities .new-dashboard-item {
  right: 15px;
  top: 15px;
  padding: 3px 10px;
  cursor: pointer; }
  .dashboard-list-box.activities .new-dashboard-item:hover {
    background: #EA4D37; }

table.table-bookmarks,
table.table-package,
table.table-invoice,
table.table-ads {
  border-collapse: separate;
  border: 1px solid #eee;
  border-radius: 10px; }
  table.table-bookmarks thead th,
  table.table-package thead th,
  table.table-invoice thead th,
  table.table-ads thead th {
    padding: 20px 0;
    background: #F8FBFE;
    border-bottom: 1px solid #eee;
    font-size: 16px; }
    table.table-bookmarks thead th:first-child,
    table.table-package thead th:first-child,
    table.table-invoice thead th:first-child,
    table.table-ads thead th:first-child {
      padding-left: 30px; }
    table.table-bookmarks thead th:last-child,
    table.table-package thead th:last-child,
    table.table-invoice thead th:last-child,
    table.table-ads thead th:last-child {
      padding-right: 30px; }
  table.table-bookmarks tbody td,
  table.table-package tbody td,
  table.table-invoice tbody td,
  table.table-ads tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #eee; }
    table.table-bookmarks tbody td:first-child,
    table.table-package tbody td:first-child,
    table.table-invoice tbody td:first-child,
    table.table-ads tbody td:first-child {
      padding-left: 30px; }
    table.table-bookmarks tbody td:last-child,
    table.table-package tbody td:last-child,
    table.table-invoice tbody td:last-child,
    table.table-ads tbody td:last-child {
      padding-right: 30px; }
  table.table-bookmarks tbody tr,
  table.table-package tbody tr,
  table.table-invoice tbody tr,
  table.table-ads tbody tr {
    background: transparent !important; }
  table.table-bookmarks tbody tr:last-child td,
  table.table-package tbody tr:last-child td,
  table.table-invoice tbody tr:last-child td,
  table.table-ads tbody tr:last-child td {
    border-bottom: 0; }

table.table-package > tbody > tr:nth-child(4n+3),
table.table-package > tbody > tr:nth-child(4n+4) {
  background: #fbfbfb !important; }

.package-listings-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.package-listings-col h6 {
  margin-bottom: 10px; }

.package-status,
.ad-status {
  padding: 6px 15px;
  border-radius: 4px;
  color: #fff;
  background: #5ECFB1; }

.listing-limit {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px; }

.listing-count {
  padding-right: 10px; }

table.table-invoice tbody tr:nth-child(2n+2) {
  background: #fbfbfb !important; }

.invoice-loading-icon {
  text-align: center;
  color: #fff;
  position: relative;
  top: 100px;
  -webkit-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s;
  display: none; }

.invoice-loading .ctb-modal-inner {
  -webkit-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s;
  display: none; }

.invoice-loading .invoice-loading-icon {
  display: block; }

.invoice-details-holder {
  font-size: 14px; }

table.table-invoice-details {
  border-collapse: collapse;
  width: 100%; }
  table.table-invoice-details td {
    padding: 10px 0;
    color: #574751;
    border-bottom: 1px solid rgba(188, 181, 185, 0.3); }
    table.table-invoice-details td.text-blur {
      color: #bcb5b9; }

.btn.view-invoice-btn {
  padding: 6px 15px; }

.invoice-footer {
  width: 150px;
  margin-top: 50px; }

.invoice-thanks {
  font-weight: bold;
  font-size: 22px;
  color: #bcb5b9; }

.invoice-sitename {
  margin-top: 12px;
  font-weight: 500;
  color: #574751; }

.w20 {
  width: 20%; }

.w40 {
  width: 40%; }

.w60 {
  width: 60%; }

.w80 {
  width: 80%; }

.text-right {
  text-align: right; }

.text-bold {
  font-weight: bold; }

.btn.delete-bookmark-btn,
.btn.delete-bookmark-btn-clicked {
  padding: 6px 15px;
  border-radius: 4px;
  color: #fff;
  background: #f91942; }
  .btn.delete-bookmark-btn:hover,
  .btn.delete-bookmark-btn-clicked:hover {
    background: #2F3B59; }
  .btn.delete-bookmark-btn i,
  .btn.delete-bookmark-btn-clicked i {
    margin-left: 0; }

.ctb-modal-lg .ctb-modal-holder {
  max-width: 90%;
  max-width: 650px; }

.ad-packages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.ad-package-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 24%;
      -ms-flex: 0 24%;
          flex: 0 24%;
  text-align: center;
  border-radius: 4px;
  padding: 15px 5px;
  background: #F8FBFE;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; }
  .ad-package-item img {
    max-width: 100%;
    height: auto;
    margin: 10px 0; }

.ad-package-title {
  font-weight: 600; }

.ad-package-price .ad-price {
  display: block;
  font-weight: 600;
  font-size: 16px; }

.ad-package-price .period-per {
  display: block; }

.ad-package-price .ad-period {
  display: block; }

#new-ad-submit {
  margin-top: 30px; }

.new-campaign {
  margin-bottom: 30px;
  text-align: right; }

.ad-no-listing-msg {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #f91942; }

.ad-pos-desc {
  font-weight: 600; }

.ad-pos-item {
  font-weight: 400; }

.review-no-list {
  padding: 0 30px 25px; }

input.btn.color-bg {
  border: 0; }

.edit-profile-msg,
.change-pass-error {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #f91942; }

.edit-profile-msg {
  display: none; }
  .edit-profile-msg.dis-msg {
    display: block; }

#edit-profile-submit.disabled,
#change-pass-submit.disabled {
  background: #2F3B59; }

.select-plans-wrap.custom-form .plan-item {
  margin-bottom: 30px; }

.select-plans-wrap.custom-form label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #666; }

.select-plans-wrap.custom-form input {
  margin-bottom: 0; }

.select-plans-wrap.custom-form .plan-price-wrap {
  color: #999; }

.hid-body footer.main-footer {
  z-index: 4; }

.body-citybook div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl {
  font-size: 14px; }

.woocommerce-checkout #payment .payment_method_cth_paypal img {
  max-height: 52px;
  vertical-align: middle; }

.woocommerce-checkout #payment .payment_method_cth_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em; }

.body-citybook #add_payment_method table.cart input, .body-citybook.woocommerce-cart table.cart input, .body-citybook.woocommerce-checkout table.cart input {
  border: 1px solid #eee;
  padding: 10px 15px;
  border-radius: 4px;
  color: #666;
  font-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.body-citybook .woocommerce .quantity .qty {
  padding: 10px 0px 10px 10px; }

.body-citybook .woocommerce #respond input#submit,
.body-citybook .woocommerce a.button,
.body-citybook .woocommerce button.button,
.body-citybook .woocommerce input.button {
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px; }

.body-citybook .woocommerce #content table.cart td.actions .input-text,
.body-citybook.woocommerce-page table.cart td.actions .input-text {
  width: 10rem; }

.body-citybook .woocommerce form .form-row input.input-text,
.body-citybook .woocommerce form .form-row textarea {
  border: 1px solid #eee;
  padding: 10px 15px;
  border-radius: 4px;
  color: #666;
  font-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.body-citybook .select2-container .select2-selection--single,
.body-citybook .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; }

.body-citybook .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px; }

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  padding: 30px; }

.grid-cols-1 li {
  width: 100%; }

.grid-cols-2 li {
  width: 50%; }

.grid-cols-4 li {
  width: 25%; }

.grid-cols-5 li {
  width: 20%; }

.w100 {
  width: 100%; }
