/* @include opacity(0.8);*/
/* @include center-block;*/
.listing-highlights {
  position: relative;
}
.listing-highlights .item {
  padding: 10px 0;
}
.listing-highlights .item figure.icon-holder {
  padding: 0;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .listing-highlights .item figure.icon-holder {
    height: 36px;
    width: 36px;
    display: inline-block;
  }
}
.listing-highlights .item:first-child {
  border-top: 0;
  padding-top: 0;
}
.listing-highlights .item span {
  line-height: 1;
  display: block;
  margin: 8px 0;
}
.listing-highlights .item span.info {
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  .listing-highlights .item span.info {
    font-size: 16px;
  }
}

.tour-trips .table-heading {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem;
  border-bottom: 1px solid #d2d1d1;
}
.tour-trips .tour-trip:first-child {
  margin-top: 0;
}
.tour-trips .tour-trip a.add-to-cart i {
  font-weight: 700;
  font-size: 1.1rem;
}

figure .prop-card-btns {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
figure .prop-card-btns span {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  padding: 0.6rem;
  line-height: 1;
}
figure .prop-card-btns span:first-child {
  margin-left: 0;
}
figure .prop-card-btns span.category-list img.icon-image {
  max-width: 24px;
  display: inline-block;
  margin: 0;
}
figure .prop-card-btns span i {
  font-size: 20px;
}

#rh_wrapper_floating_features .rh_floating_fav_button {
  direction: ltr;
  padding: 5px 10px;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 3px 10px 1px rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #rh_wrapper_floating_features .rh_floating_fav_button {
    display: inline-flex;
    padding: 15px;
  }
}
#rh_wrapper_floating_features .rh_floating_fav_button .rh_floating_heading {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  padding: 4px 0;
}
#rh_wrapper_floating_features .rh_floating_fav_button span {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.2;
}
#rh_wrapper_floating_features .rh_floating_fav_button .rh_favourites_count {
  vertical-align: middle;
}
#rh_wrapper_floating_features .rh_floating_fav_button .in-favourites-list i {
  font-size: 1rem;
}
#rh_wrapper_floating_features .rh_floating_fav_button .rh_item {
  padding: 0 5px;
}

body.dimmable-active .dimmable {
  opacity: 0.2;
  filter: alpha(opacity=20);
  display: none;
}
body.dimmable-active .main-body-content-container {
  float: none;
  margin: 0 auto;
}

.tp-thumbs {
  margin: 5px 0 0;
}

.close-form {
  font-size: 0.9rem;
  float: right;
  cursor: pointer;
}
.close-form i {
  font-size: 1rem;
  color: #E10A12;
}

.loadMoreToursContainer {
  align-content: center;
  justify-content: center;
  display: none;
}
.loadMoreToursContainer .loader {
  position: relative;
  background: #fff;
  z-index: 9999;
}
.loadMoreToursContainer .loader.loader-tab {
  background-color: transparent;
  display: none;
}
.loadMoreToursContainer .loader.loader-tab .loader-svg {
  width: 40px;
  height: 40px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.list-item-title .meta {
  font-size: 0.9rem;
  clear: both;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#MapContainer .gm-style .gm-style-iw {
  max-width: 300px !important;
}
#MapContainer .gm-style .gm-style-iw .gm-style-iw-d {
  max-width: 300px !important;
}
#MapContainer .gm-style .gm-style-iw .gm-ui-hover-effect {
  top: 10px !important;
  right: 10px !important;
}
#MapContainer .google-map-canvas {
  min-height: 50vh;
}
#MapContainer .google-map-canvas .InfoBoxPopup .popup-body {
  font-size: 1rem;
  line-height: 1.4;
}
#MapContainer .google-map-canvas .InfoBoxPopup .popup-body img {
  margin: 0 10px 10px 0 !important;
}
#MapContainer .google-map-canvas .InfoBoxPopup .popup-body p {
  font-size: 1rem;
  line-height: 1.4;
}
#MapContainer .google-map-canvas .InfoBoxPopup .popup-title {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#TourEnquiryFormContainer {
  display: none;
}
#TourEnquiryFormContainer form.enquiryForm .left {
  display: block;
  margin: 0 0 10px;
}
#TourEnquiryFormContainer form.enquiryForm label {
  padding: 0;
  line-height: 1;
  width: 100%;
}
#TourEnquiryFormContainer form.enquiryForm fieldset.field, #TourEnquiryFormContainer form.enquiryForm div.field {
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) {
  #TourEnquiryFormContainer form.enquiryForm fieldset.field, #TourEnquiryFormContainer form.enquiryForm div.field {
    margin-bottom: 15px;
  }
}

.tour-main-container .all-listings .listing-views-container .tour-list .all-listing-container .listing-items .listing-item {
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.tour-main-container .all-listings .listing-views-container .map-container {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tour-main-container .all-listings.list .listing-item {
  width: 100%;
}
.tour-main-container .all-listings.list .listing-item .listing-container {
  display: inline-flex;
  justify-content: space-between;
}
.tour-main-container .all-listings.list .listing-item .listing-container .list-item-caption .list-item-caption-block .list-item-title,
.tour-main-container .all-listings.list .listing-item .listing-container .list-item-caption .list-item-caption-block .wp-block-summary {
  height: auto !important;
}
.tour-main-container .all-listings.map .map-container {
  position: relative;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tour-main-container .all-listings.map .map-block {
  background: beige;
}
.tour-main-container .all-listings.map .map-block .InfoBoxPopup {
  /*
            .button-moreinfo {
              width: 94px;
              height: 21px;
              display: block;
              text-indent: -9999px;
              background: url(../images/pi-icon.png) no-repeat -335px -243px;

              &:hover {
                background-position: -350px -179px
              }
            }
            */
}
.tour-main-container .all-listings.map .map-block .InfoBoxPopup .popup-body img {
  margin: 0 10px 10px 0 !important;
}
.tour-main-container .all-listings.map .map-block .InfoBoxPopup .popup-title {
  font-size: 16px;
  color: #666;
}
.tour-main-container .all-listings.map .tour-list {
  display: none;
}

body #SiteWrap #SiteWrapInner .block-item-container .main-view-container .view-options .filter_tools ul.filter_tools_items li:not(.active) a {
  color: #999;
}
body #SiteWrap #SiteWrapInner .block-item-container .main-view-container .fa-border {
  border: solid 1px #ddd;
}

.tour-itinerary .itinerary-items .itinerary-item {
  border-bottom: 1px solid #e2e2e2;
}
.tour-itinerary .itinerary-items .itinerary-item:last-child {
  border-bottom: none;
}
.tour-itinerary .itinerary-map #MapContainer {
  position: relative;
}
.tour-itinerary .itinerary-map #MapContainer .map-block {
  background: beige;
}
.tour-itinerary .itinerary-map #MapContainer .map-block .InfoBoxPopup .popup-body img {
  margin: 0 10px 10px 0 !important;
}
.tour-itinerary .itinerary-map #MapContainer .map-block .InfoBoxPopup .popup-title {
  font-size: 16px;
}
.tour-itinerary .itinerary-map #MapContainer .map-block .InfoBoxPopup .button-moreinfo {
  width: 94px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  background: url(../images/pi-icon.png) no-repeat -335px -243px;
}
.tour-itinerary .itinerary-map #MapContainer .map-block .InfoBoxPopup .button-moreinfo:hover {
  background-position: -350px -179px;
}
.tour-itinerary .itinerary-map #MapContainer .toggle-sidepopup {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  top: 15px;
  z-index: 100;
  border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.56);
  cursor: pointer;
  transition: all 0.5s ease;
  right: 15px;
}
.tour-itinerary .itinerary-map #MapContainer .toggle-sidepopup i {
  transition: all 0.5s ease;
  color: white;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

#bar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 8px;
  padding: 4px;
  border-radius: 4px;
}

#autoc {
  width: 100%;
  box-sizing: border-box;
}

#faqAccordion {
  position: relative;
}
#faqAccordion.panel-group .panel {
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
}
#faqAccordion.panel-group .panel .panel-heading {
  background: none;
}
#faqAccordion.panel-group .panel .panel-heading.question-toggle {
  position: relative;
}
#faqAccordion.panel-group .panel .panel-heading.question-toggle a {
  color: #c2c13d;
  font-weight: 600;
}
#faqAccordion.panel-group .panel .panel-heading.question-toggle.collapsed .panel-title a {
  color: #333;
  font-weight: 400;
}

.tour-template-tourpagetwo .image-slider-container .SlideShowContainer {
  display: block;
  opacity: 1;
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails {
  margin: 0 0 30px;
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails li {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tour-template-tourpagetwo .tourTabs ul#TourDetails li {
    width: 15%;
  }
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails li a {
  border: none;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .tour-template-tourpagetwo .tourTabs ul#TourDetails li a {
    padding: 15px;
  }
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails li a:hover, .tour-template-tourpagetwo .tourTabs ul#TourDetails li a:focus {
  border: none;
  border-radius: 0;
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails li a:not(.btn-base) {
  background: #e6e6e6;
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails li a:not(.btn-base):hover, .tour-template-tourpagetwo .tourTabs ul#TourDetails li a:not(.btn-base):focus {
  background: #fff;
  color: #000;
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails li.active a:not(.btn-base) {
  background: #fff;
  color: #000;
}
.tour-template-tourpagetwo .tourTabs ul#TourDetails li.active a:not(.btn-base):hover, .tour-template-tourpagetwo .tourTabs ul#TourDetails li.active a:not(.btn-base):focus {
  background: #fff;
  color: #000;
}
.tour-template-tourpagetwo .tour-block-section {
  border: none;
  padding: 0;
}

.vendor-tabs ul.vendor-tabs-details {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.vendor-tabs ul.vendor-tabs-details li {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .vendor-tabs ul.vendor-tabs-details li {
    width: auto;
  }
}
.vendor-tabs ul.vendor-tabs-details li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
@media only screen and (min-width: 767px) {
  .vendor-tabs ul.vendor-tabs-details li a {
    font-size: 1rem;
  }
}
.vendor-tabs ul.vendor-tabs-details li a:not(.btn-base) {
  background: transparent;
}
.vendor-tabs ul.vendor-tabs-details li a:not(.btn-base):hover, .vendor-tabs ul.vendor-tabs-details li a:not(.btn-base):focus {
  background: transparent;
  border-color: transparent;
}
.vendor-tabs ul.vendor-tabs-details li.active a {
  background: transparent;
  border-color: transparent;
}
.vendor-tabs ul.vendor-tabs-details li.active a:hover, .vendor-tabs ul.vendor-tabs-details li.active a:focus {
  background: transparent;
  border-color: transparent;
}

.vendor-experiences {
  background-color: #F2F2F2;
  padding: 30px;
}
.vendor-experiences .owl-carousel .owl-nav button {
  font-weight: 900;
  font-size: 30px;
}

.vendor-social-media a.socialmedia {
  background: url(../images/social-media.png) no-repeat 0 0;
  width: 35px;
  height: 35px;
  text-indent: -99999px;
  margin: 0 5px;
}
.vendor-social-media a.socialmedia.facebook {
  background-position: 0 0;
}
.vendor-social-media a.socialmedia.twitter {
  background-position: -51px 0;
}
.vendor-social-media a.socialmedia.instagram {
  background-position: -104px 0;
}
.vendor-social-media a.socialmedia.email {
  background-position: -156px 0;
  width: 40px;
}
.vendor-social-media a.socialmedia.website, .vendor-social-media a.socialmedia.blog {
  background-position: -214px 0;
  width: 42px;
}

body .fxs-splashscreen {
  background: rgba(255, 255, 255, 0.2);
}

.tour-man {
  position: relative;
}

.content-details .enquiry-btn {
  display: block;
}

.g-display-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-content {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.tour-block-section {
  border: 1px solid #e2dede;
  background: #fff;
  padding: 15px;
}
.tour-block-section.transparent-bg {
  background: transparent !important;
}
@media only screen and (min-width: 767px) {
  .tour-block-section {
    padding: 25px;
  }
}
.tour-block-section h2.tour-block-section__title {
  text-transform: uppercase;
}

.tourTabs ul#TourDetails {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.tourTabs ul#TourDetails li {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tourTabs ul#TourDetails li {
    width: 15%;
  }
}
.tourTabs ul#TourDetails li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
@media only screen and (min-width: 767px) {
  .tourTabs ul#TourDetails li a {
    font-size: 1rem;
  }
}
.tourTabs ul#TourDetails li a:not(.btn-base) {
  background: #e6e6e6;
  color: #000;
}
.tourTabs ul#TourDetails li a:not(.btn-base):hover, .tourTabs ul#TourDetails li a:not(.btn-base):focus {
  background: #a69e54;
  color: #fff;
}
.tourTabs ul#TourDetails li.active a {
  background: #a69e54;
  color: #fff;
}
.tourTabs ul#TourDetails li.active a:hover, .tourTabs ul#TourDetails li.active a:focus {
  background: #a69e54;
  color: #fff;
}

.listing-popover-container {
  max-width: 300px;
  width: 300px;
}

.brd {
  border-bottom: 1px #eceaea solid;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.fa-check {
  color: green;
}

.fa-times {
  color: red;
}

.content-block {
  position: relative;
  width: 100%;
}
.content-block .section-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  height: auto;
  min-height: auto;
  align-items: center;
  padding-left: 0;
}
.content-block .section-header h4 {
  padding: 0 1.5rem;
  width: 100%;
  margin: 0;
}

.wrap-around {
  padding: 2rem 3rem 1rem;
}

.button-back {
  color: #4A4A4A;
  position: relative;
}
.button-back span {
  padding-left: 10px;
}
.button-back:hover {
  color: #4A4A4A;
}

#Addons .content-block .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  min-height: 100%;
  height: 100%;
  align-items: stretch;
  margin: 0 auto;
  max-width: 68.75rem;
}
#Addons .content-block .row .wrap-around:first-child {
  border-right: 1px solid #e2e2e2;
}

.ribbon.tour-price-ribbon {
  border-right: 0;
  top: 20px;
  left: 0;
  right: auto;
  padding: 10px;
}
.ribbon.tour-price-ribbon.topright {
  left: auto;
  right: 0;
}
.ribbon.tour-price-ribbon.topright {
  top: 20px;
  left: auto;
  right: 0;
}
.ribbon.tour-price-ribbon.bottomleft {
  left: 0;
  right: auto;
  bottom: 20px;
  top: auto;
}
.ribbon.tour-price-ribbon.bottomright {
  left: auto;
  right: 0;
  bottom: 20px;
  top: auto;
}
.ribbon.tour-price-ribbon.centercenter {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ribbon.tour-price-ribbon.centerleft {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ribbon.tour-price-ribbon.centerright {
  bottom: auto;
  right: 0;
  top: 50%;
  left: auto;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ribbon.tour-price-ribbon:before {
  border-top: none;
  left: 0;
  border-left: 0;
}
.ribbon.tour-price-ribbon:after {
  border-bottom: none;
  left: 0;
  border-left: 0;
}

.tour-page-header-title .tour-page-header-title__item .social-sharing .social {
  bottom: 0;
  top: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .tour-page-header-title .tour-page-header-title__item .social-sharing .social {
    display: inline-flex;
    justify-content: end;
    position: relative;
    background: none;
  }
}

.site-search-form.tour-search-form {
  max-width: 250px;
  background: #fff;
}
.site-search-form.tour-search-form form {
  padding: 15px;
}
.site-search-form.tour-search-form form label {
  color: #000;
}
.site-search-form.tour-search-form form div.field {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  float: left;
}
.site-search-form.tour-search-form form input.action[type=submit] {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 45px;
  line-height: 21px;
  padding: 12px 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.fa-border {
  border: solid 1px #ddd;
}

/*# sourceMappingURL=tours.css.map */
