/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/
:root {
  --black: #000;
  --white: #fff;
  --primary: #ff5a5f;
  --secondary: #00a699;
  --accent: #fc642d;
}

.traveler-registration-form input {
  display: none;
}

.header {
  background: var(--black);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.header__left .logo img {
  width: 6.25rem;
}
@media (max-width: 991px) {
  .header__left .logo img {
    width: 50px;
  }
}
.header__left .menu-toggle {
  background-color: #fff;
}
@media (max-width: 991px) {
  .header__left .menu-toggle {
    padding: 16px;
    border-radius: 4px;
  }
}
.header__center #st-main-menu .main-menu .menu-item a {
  color: var(--white);
}
@media (max-width: 991px) {
  .header__center #st-main-menu .main-menu .menu-item a {
    color: var(--black);
  }
}
.header__center #st-main-menu .main-menu .menu-item .menu-dropdown a {
  color: var(--black);
}
@media (max-width: 991px) {
  .header__center #st-main-menu .main-menu .menu-item .menu-dropdown a {
    color: var(--black);
  }
}
.header__center #st-main-menu .main-menu .menu-item.menu-item-has-children a:after {
  border-color: var(--white) transparent transparent transparent;
}
.header__center #st-main-menu .main-menu .menu-item.menu-item-has-children a i {
  color: var(--white);
  fill: var(--white);
  right: 0.25rem;
}
@media (max-width: 991px) {
  .header__center #st-main-menu .main-menu .menu-item.menu-item-has-children a i {
    color: var(--black);
    fill: var(--black);
  }
}
.header .header__right .items .dropdown .dropdown-toggle {
  color: var(--white);
}
@media (max-width: 991px) {
  .header .header__right .items .dropdown .dropdown-toggle {
    background: none;
  }
}
@media (max-width: 991px) {
  .header .header__right .items .dropdown .dropdown-toggle .stt-icon::before {
    color: var(--white);
  }
}

.owner-info {
  display: none !important;
}

#gotop {
  bottom: 37px;
  right: 100px;
}
@media (max-width: 991px) {
  #gotop {
    bottom: 37px;
    right: 90px;
  }
}

@media (max-width: 991px) {
  .single-st_activity #gotop {
    bottom: 96px;
  }
}

@media (max-width: 991px) {
  .joinchat {
    bottom: 22px;
    right: 8px;
  }
}

@media (max-width: 991px) {
  .single-st_activity .joinchat {
    bottom: 80px;
  }
}

.st-map-wrapper {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Hide Google reCAPTCHA Badge */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}/*# sourceMappingURL=style.css.map */