/* Gyms page */

#gym-locator-map { /* Use the correct ID */
  height: 80vh; /* Or a different value, or even a percentage */
}
.fs-gym-locator-container {
  display: flex;
}
.fs-gym-locator-left {
  width: 30%;
  margin-right: 30px;
  height: 80vh;
  overflow: auto;
}
.fs-gym-locator-left h2 {
  font-size: 30px;
  padding: 5px 15px;
  margin-bottom: 0px;
}
.fs-gym-locator-left .fs-user-input, 
#gym-locator-form-container .fs-user-input {
  color: #000;
  background: transparent !important;
  margin: 0 15px;
  width: calc(100% - 30px);
  padding-left: 60px;
  padding-right: 40px;
  border-width: 0 0 2px 0 !important;
  border-bottom: solid #000 !important;
  height: 45px !important;
}
.fs-gym-locator-left .fs-user-input::placeholder {
  color: #000!important;
  opacity: 1; /* Firefox */
}
.fs-gym-locator-left .fs-user-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000!important;
}
.fs-gym-locator-right {
  width: 70%; /* Adjust as needed */
}
.gym-locator-form-hide {
  display: none;
}
.choose-location-btn {
	background: #eee;
  padding: 20px 5px;
  display: inline-block;
  cursor: pointer;
}
.choose-location-btn:hover {
	background: #ddd;
}
ul#fs-gym-list, ul#gym-list-form {
  background: #eee;
  padding: 0px;
}
#fs-gym-list li, #gym-list-form li {
  padding: 10px 20px;
  background: #fff;
  margin: 8px 15px;
  list-style-type: none;
  width: calc(100% - 30px);
}
h3.fs-gym-loc-heading {
	margin-top: 0px;
	font-size: 30px;
  color: #000;
  font-family: 'DIN Black';
  text-decoration: none;
}
p.fs-gym-loc-p {
	font-size: 16px;
  font-family: 'DIN Light';
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1.2;
}
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 9999999;
}
#fs-gym-list li {
  display: inline-flex;
  width: calc(100% - 30px);
  flex-wrap: wrap;
  align-items: flex-end;
}
#fs-gym-list li .fs-gym-list-info {
  width: calc(65% - 25px);
  float: left;
  margin-right: 25px;
}
#fs-gym-list li  .fs-gym-list-btn {
  width: 35%;!;
  float: left;
  text-align: center;
}
#fs-gym-list li .fs-gym-list-btn a {
  width: 100%;
  font-family: 'DIN Black';
  letter-spacing: 0;
  font-size: 18px;
}
#fs-gym-list li .fs-gym-list-info p {
  margin-bottom: 0;
}
.fs-gym-locator-right .fs-gym-list-btn a {
  font-size: 20px;
  font-family: 'DIN Black';
  letter-spacing: 0;
  padding: 15px 30px;
}
.fs-gym-locator-right .fs-gym-list-btn a {
  font-size: 20px;
  font-family: 'DIN Black';
  letter-spacing: 0;
  padding: 15px 30px;
}
.fs-gym-locator-right .gm-style .gm-style-iw-c {
  padding: 0;
  outline: none;
  border-radius: 0;
}
.fs-gym-locator-right .gm-style-iw-d {
  padding: 25px 22px 30px 35px !important;
}
.fs-gym-locator-right .gm-style-iw-chr {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--awb-color6);
}
.fs-gym-locator-right .gm-style-iw-chr button span {
  background-color: #fff;
  width: 40px !important;
  height: 40px !important;
  background-size: cover;
  margin: 0 !important;
}
.fs-gym-locator-right .gm-style-iw-chr button {
  opacity: 1;
  width: 40px !important;
  height: 40px !important;
  margin-top: 25px !important;
}
.fs-gym-locator-seach {
    position: relative;
}
.fs-gym-locator-seach .button-icon-right {
  position: absolute;
  color: #dd4827;
  margin: 10px 10px 0 0;
  font-size: 30px;
  right: 10px;
}
.fs-gym-locator-seach .fa-search {
  font-size: 30px;
}
#gym-locator-map {
    margin-bottom: -20px;
}
#fs-gym-list li:nth-of-type(1), #gym-list-form li:nth-of-type(1) {
    margin-top: 15px !important;
}
#fs-gym-list li:nth-last-of-type(1), #gym-list-form li:nth-last-of-type(1) {
    margin-bottom: 15px !important;
}
#gym-locator-form-container {
    width: 100%;
}


/* Responsive */

@media screen and (max-width:640px){
.fs-gym-locator-container {
    flex-wrap: wrap;
}
.fs-gym-locator-right {
    width: 100%;
}
.fs-gym-locator-left {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
}
.fs-gym-locator-seach .button-icon-right {
    font-size: 20px;
    margin-top: 15px;
}
.fs-gym-locator-left .fs-gym-list-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 1;
    overflow: overlay;
    margin: 0 20px;
    display: flex;
    align-items: flex-end;
}
h3.fs-gym-loc-heading {
    font-size: 18px;
}
#fs-gym-list li .fs-gym-list-info p {
    line-height: 1.2;
}
#fs-gym-list li, #gym-list-form li {
    padding: 10px;
}
#fs-gym-list li, #gym-list-form li {
    margin: 5px 10px;
    width: calc(100% - 22px);
}
#fs-gym-list li:nth-of-type(1), #gym-list-form li:nth-of-type(1) {
    margin-top: 10px !important;
}
#fs-gym-list li:nth-last-of-type(1), #gym-list-form li:nth-last-of-type(1) {
    margin-bottom: 10px !important;
}
#fs-gym-list li .fs-gym-list-info {
    width: calc(65% - 15px);
    margin-right: 15px;
}
#fs-gym-list li .fs-gym-list-btn a {
    padding: 7px 2vw;
    font-size: 14px !important;
}
.fs-gym-locator-left #fs-gym-list {
    overflow: scroll;
    max-height: 60vh;
    margin-bottom: 0 !important;
}
.fs-gym-locator-left h2 {
    margin-bottom: 0;
}
.fs-gym-locator-left .fs-user-input, 
#gym-locator-form-container .fs-user-input {
    padding-left: 40px !important;
    padding-right: 30px !important;
}
.fs-gym-locator-left .fs-gym-list-wrapper {
    bottom: -20px;
}
}