/* Gyms page */

#gym-locator-map { /* Use the correct ID */
    height: 100%;
    min-height: 800px;
}
.fs-gym-locator-container {
  display: flex;
}
.fs-gym-locator-left {
  width: 35%;
  padding: 40px 30px;
  border-right: #212532 1px solid;
  /*height: 80vh;
  overflow: auto;*/
}
.fs-gym-locator-left .gym-locator-left-inner-wrapper {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 720px;
    justify-content: space-between;
	position: relative;
}
.fs-gym-locator-left h2 {
	margin-bottom: 80px;
	font-size: 60px
}
.fs-gym-locator-left .fs-user-input, 
#gym-locator-form-container .fs-user-input {
	font-size: 13px;
    color: #212532;
    background: transparent !important;
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
    border: none;
    border-bottom: #2125328f 1px solid !important;
    height: 40px !important;
	font-family: "GT America Mono Regular";
	text-transform: uppercase;
}
.fs-gym-locator-left .fs-user-input::placeholder {
  color: #212532!important;
  opacity: 1; /* Firefox */
}
.fs-gym-locator-left .fs-user-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #212532!important;
}
.fs-gym-locator-left .fs-gym-locator-seach,
#gym-locator-form-container .fs-gym-locator-seach {
    position: relative;
	display: flex;
    align-items: center;
}
.fs-gym-locator-left .fs-gym-locator-seach i.fitstop-icon-double-arrow-right,
#gym-locator-form-container .fs-gym-locator-seach i.fitstop-icon-double-arrow-right {
    position: absolute;
    font-size: 10px;
	right: 0;
}
.fs-gym-locator-left .fs-gym-locator-seach i.fitstop-icon-search,
#gym-locator-form-container .fs-gym-locator-seach i.fitstop-icon-search {
	position: absolute;
    left: 0;
    color: #f15922;
    font-size: 16px;
}
.fs-gym-locator-left .bottom-details .list-details {
    display: flex;
    justify-content: space-between;
    border-bottom: #2125328f 1px solid;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.fs-gym-locator-left .bottom-details .list-details:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.fs-gym-locator-left .bottom-details .list-details .main-label {
    font-family: 'GT America Mono Regular';
    font-size: 60px;
    line-height: 60px;
    display: block;
}
.fs-gym-locator-left .bottom-details .list-details .bottom-label {
	font-family: "GT America Mono Regular";
    color: #f15922;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}
.fs-gym-locator-left .bottom-details .list-details i {
    color: #f15922;
    font-size: 30px;
    margin-top: 10px;
}
.fs-gym-locator-right {
  width: 65%; /* Adjust as needed */
}
.fs-gym-locator-right #gym-locator-map {
	min-height: 100%;
    position: relative;
    overflow: hidden;
}
.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;
    list-style-type: none;
    width: 100%;
	font-size: 14px;
}
h3.fs-gym-loc-heading {
    margin-top: 0px;
    font-size: 22px !important;
    color: #212532;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'GT America Compressed Bold';
    margin-bottom: 10px;
}
p.fs-gym-loc-p {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.4;
    font-family: 'Aktiv Grotesk Regular';
}
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 9999999;
}
.fs-gym-locator-left .fs-gym-list-wrapper {
    width: 100%;
    overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.fs-gym-locator-left .fs-gym-list-wrapper #fs-gym-list {
    margin-top: 0;
	margin-bottom: 0;
}
#fs-gym-list li {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
}
#fs-gym-list li p {
	margin-bottom: 0;
}
#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: right;
  margin-bottom: 5px;
}
#fs-gym-list li .fs-gym-list-btn a {
  width: auto;
  letter-spacing: 0;
  font-size: 11px;
  white-space: pre;
}
#fs-gym-list li .fs-gym-list-info p {
  margin-bottom: 0;
}
.fs-gym-locator-right .fs-gym-list-btn a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 12px 25px;
}
.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 15px 22px !important;
	width: 100%;
    max-width: 310px;
}
.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: 30px !important;
  height: 30px !important;
  background-size: cover;
  margin: 0 !important;
}
.fs-gym-locator-right .gm-style-iw-chr button {
  opacity: 1;
  width: 30px !important;
  height: 30px !important;
  margin-top: 25px !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;
}
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;
}
}*/