.tours-list__sidebar-input .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-bottom: 10px;
}

#social-links {
  margin: 0 auto;
  max-width: 500px;
}
#social-links ul li {
  display: inline-block;
}
#social-links ul li a {
  padding: 5px;
  border: 1px solid #ccc;
  margin: 1px;
  font-size: 20px;
}
.tour-details__bottom-right a {
  position: relative;
  display: inline-block;
  background-color: #faf5ee;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--thm-border-radius);
  padding: 0 15px;
  line-height: 20px;
  transition: all 500ms ease;
}
table #social-links {
  display: inline-table;
}
table #social-links ul li {
  display: inline;
}
table #social-links ul li a {
  padding: 5px;
  border: 1px solid #ccc;
  margin: 1px;
  font-size: 15px;
  background: #e3e3ea;
}
/* When Using 2 input fields enable rule */
/* .tour-search-one__input-box {
  flex: 1 1 33.333%;
  max-width: 66.333%;
  padding: 0px 40px;
  padding-top: 27px;
  padding-bottom: 25px;
} */
.tours-list__content {
  position: relative;
  display: block;
  padding-left: 50px;
  padding-right: 49px;
  border: 1px solid #ece8e0;
  border-left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 41px;
  width: 100%;
}

.tour-details-slider_icon a {
  width: 44px;
  height: 44px;
  background-color: rgba(244, 244, 244, 0.7);
  border-radius: 50%;
  text-align: center;
  display: flex;
  font-size: 14px;
  color: #f20909;
  z-index: 10;
  transition: all 500ms ease;
  align-items: center;
  justify-content: center;
  line-height: 38px;
}

div.tox.tox-silver-sink.tox-tinymce-aux > .tox-notifications-container {
  display: none !important;
}

.tour-details-sidebar__content {
    position: relative;
    display: block;
    border: 1px solid #ebe6de;
    border-radius: var(--thm-border-radius);
    padding: 15px;
    margin-top: 30px;
}

.tours-list__img img {
	width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tours-list__meta {
  margin-bottom: 10px !important;
}

.tours-list__meta li+li {
  margin-left: 30px !important;
}

.destinations-one__img img {
  width: 100%;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}


/* Map Place Card */
.placeDiv {
  z-index: 888;
  position: absolute;
}
.map-container {
  position: relative;
}
.placecard__container {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  max-width: 330px;
  width: 100%;
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px/normal Roboto, Arial, sans-serif;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}
.placecard__left {
  float: left;
  width: 75%;
}
.placecard__right {
  text-align: center;
  float: left;
  width: 25%;
}
.placecard__business-name {
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  perspective-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px/normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}
.placecard__info {
  color: #5b5b5b;
  cursor: default;
  height: 32px;
  width: 200px;
  -moz-column-rule-color: #5b5b5b;
       column-rule-color: #5b5b5b;
  perspective-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px/normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: #5b5b5b none 0px;
}
.placecard__direction-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}
.placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}
.placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}

.youtube-video__video-icon:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: "";
  /* border: 1px solid #73737d; */
  border-radius: 100%;
}

.animate-pulse-red {
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
}

@-webkit-keyframes pulse-red {
  0% {
      transform: scale(.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, .7)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 20px rgba(255, 82, 82, 0)
  }

  100% {
      transform: scale(.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0)
  }
}

@keyframes pulse-red {
  0% {
      transform: scale(.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, .7)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0)
  }

  100% {
      transform: scale(.95);
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0)
  }
}

.youtube-video__video-link .ripple,
.youtube-video__video-icon .ripple:before,
.youtube-video__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100%;
}

.youtube-video__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.youtube-video__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

#post-navigation {
	margin-bottom: 1em;
}

.sidebar-header {
  width: 100%;
  cursor: pointer;
}

.main-header__top-right-btn-box {
	line-height: 34px;
}

@-webkit-keyframes ripple {
  70% {
      box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
  }

  100% {
      box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

@keyframes ripple {
  70% {
      box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
  }

  100% {
      box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

/*------------------------------------------------------------------
[Desktop First Media Queries]
*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .tours-list__img {
    position: relative;
    display: block;
    max-width: initial;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
