.activity-block {
  display: flex;
}

.activity-icon {
  margin-right: 10px;
}

.activity-icon img {
  width: 30px;
  height: 30px;
}

.icon-img {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 4px;
}

.icon-img i {
  font-size: 20px;
}

.activity-block h5 {
  color: #d9534f;
  margin: 0;
}

.activity-title {
  color: #004a83;
  font-weight: bold;
}

.optional-activity-location {
  color: #8f8f8f;
}

.activity-cost {
  color: #004a83;
  font-weight: bold;
  margin-left: 15px;
}

.activity-titleinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activity-titlebox {
  display: flex;
  align-items: center;
}

.activity-name {
  margin-right: 1em;
}

.activity-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1em;
}

.activities {
  margin-bottom: 25px;
}

.activity-heading {
  display: flex;
  position: relative;
  align-items: center;
  margin: 35px 0 12px;
}

.activity-headingr {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.activity-show-hide {
  background-color: #8ab93f;
  padding: 6px 15px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: none;
}

.activity-show-hide:hover {
  color: #fff;
  text-decoration: none;
}

.activity-header {
  margin: 25px 0 2px;
  text-decoration: underline;
  font-size: 16px;
  color: #d9534f;
}

.activity-counter-box {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #d9534f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.activity-mt-1 {
  margin-top: 20px;
}

.activity-mb-1 {
  margin-bottom: 20px;
}

.activity-optheader {
  font-size: 15px;
  margin: 5px 0;
}

.activity-title-flex {
  display: flex;
  justify-content: space-between;
}

.activity-meta span {
  padding-left: 15px;
  color: #8f8f8f;
}

.w100 {
  width: 100%;
}

.optional-activity-disclaimer {
  color: #8f8f8f;
  font-size: 12px;
  margin: 20px 0 10px 6px;
}

.tourpage_subtitle {
  margin-left: 22px;
  margin-bottom: 15px;
}

.tourpage_subtitle h4.tourpage-incs__name {
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .activity-title-flex {
    flex-direction: column;
  }

  .activity-meta {
    margin-bottom: 10px;
  }

  .activity-meta span {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .activity-titleinfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .activity-titlebox {
    align-items: flex-start;
    flex-direction: column;
  }

  .activity-optheader {
    font-size: 14px;
  }
}
