#getLocation{
  border-radius: 4px
}
#field_location{
  width: 100%;
  /* height: 45px; */
  padding: 22px 40px 6px 20px;
  margin: 0;
  /* position: relative; */
}
.my-location{
  /* display: inline-block; */
  width: 35px;
  height: 33px;
  margin-right: -35px;
  position: relative;
  /* display: inline-block; */
  font-size: 25px;
  bottom: 3px;
  right: 49px;
  position: absolute;
  color: #bcaaa3;
  top: 15px;
}

.distance{
  color:var(--tgc-color-blue);;
  padding: 1%;
  float:right;
  /* display: flex; */
  box-sizing: border-box;
}
.item--text{
  padding: 1% 0;
}
.item--distance{
  float:right;
}
.item--text .item--desc{
  box-sizing: unset !important;

}
.item--title h3{
  display: inline-block;
  float:left;
}
.explorer--wrap.on .courselist--item .item--header .item--title{
  width:100%;
  display: inline-block;
}

.item--header{
  /*max-height: 40%;*/
  min-height: 15%;
  padding: 5px 0 0;
}
.courselist--item .item--rating {
    /* padding: 5% 0 0 0 !important; */
    display: inline-block;
}
.courselist--item .item--text {
  padding: 16px 16px 5%;
}
.item--image.instruct-item{
  text-align: center;
}
.courselist--item .item--text::after{
  height: 15% !important;
}
.item--desc{
  display: contents;
  padding-top: 1% !important;
  display: block;
}
.item--title{
  display: inherit;
  height: auto;
  width: 100%;

}
.name{
  font: 24px/1 'WalburnBold', serif;
  padding: 0;
  color: #000;
  display: inline-block;
  float: left;
  width: 67%;
  word-break: keep-all;
  white-space: wrap;
}
.courselist--item .item--text {
    padding: 16px;
    overflow: hidden;
    position: relative;
    height:175px;
}
.item--text .item--header .item--meta{
  display: inline-block !important;
  text-align: right;
}
.explorer--wrap.on .courselist--item .item--header .item--meta
{
      display: inline-block !important;
      text-align: right;
      float: right;
}
.explorer--wrap.on .courselist--item .item--header .item--rating {
  /* padding: 1% 0 4px 0;*/
}
.explorer--wrap.on .courselist--item .item--header .item--meta {
    padding: 5px 0 0;
}
.item--header{
    display: inline;
    width: 100%;

}
.explorer--wrap.off .courselist--item .item--header, .explorer--wrap.on .courselist--item .item--header{
  width: 100%;
  display:inline-block;
}
.explorer--wrap.on .courselist--item .course-image{
  width: 40% !important;
  overflow: hidden;
}
.explorer--wrap.on .courselist--item .item--header, .explorer--wrap.on .courselist--item .item--header > *{
  display: inline-block;
}
.explorer--wrap.off .courselist--item .item--meta {
    text-align: right;
    padding: 5px 0 0;
    float:right;
}
.explorer--wrap.on .explorer--list {
    max-height: 900px;
    height: auto;;
}

@media (max-width:1025px){
  .instructor_image{
    left:0!important;
  }
  .item--header{
    display: contents;
  }
  .distance{
    padding: 2% 0;
  }
  .explorer--wrap:has(.off) .explorer--list .main--wide .courselist--all .courselist--item .courselist--wrap .item--info .item--text .item--header .item--title .name{
    width: 100%;
  }
  .explorer--map
  {
    margin: 5% 0 5% 0;
  }
}
@media (max-width:500px){
  .name{
      width: 60%;
  }
  .distance{
    width: 40%;
    text-align: right;
  }
  .birdies > div > span > i {
      width: 16px;
      height: 16px;
  }
  .birdies > div > span{
    margin: 0 8px 0 0;
  }
  .instructorBirdies .showGreen{
    font-size: 14px;
  }
  .birdies {
      width: 125px !important;
      height: 18px !important;
  }
}
@media (max-width:768px){

  .my-location{
    bottom: 10px;
    right: 9px;
    margin: 0;
  }
  .form--field {
    width: 50%;
  }
}
@media (max-width:320px){
  .name{
      width: 50%;
  }
  .distance{
    width: 50%;
    text-align: right;
  }
}
@media{min-width:1024px){
  .name{
    width: 50%;
  }
}
