.loc-section {
  background: #f2f2f2;
}

.loc-wrapper {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
}

.loc-head-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.loc-head-flex h3 {
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  width: auto;
}

/* ========================================================================== 
*  11.2 - MAP - STORE LOCATOR
* ========================================================================== */


.map-basic {
  background: #445e74;  
  padding: 15px 20px;
}

.map-basic h3 {
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 17px;
  width: auto;
}


.map-text {
  display: inline-block;
  font-size: 14px;
  color: #fff; 
}

#bh-sl-user-location {
  display: flex;
}

#search-address, #bh-sl-search {
  line-height: 33px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  padding: 6px 20px;
  color: #000; 
  flex: 1 1 auto;
  outline: none;
}

#bh-sl-submit {
  margin-top: 0;
  background: #445e74;
  padding: 7px 15px 6px;
  border: 0;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0;
}

.bh-sl-container {
  padding: 0 !important;
  float: none !important;
  position: relative;
}

.bh-sl-container .bh-sl-loc-list ul {
  display: flex !important;
  flex-direction: column; 
  padding: 20px 0 0 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
  position: relative;
  background-color: #fff!important;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-bottom: 6px solid #FED600;
  margin: 0 20px 10px;
  width: auto;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  border: solid 1px #FED600!important;
  border-bottom: 6px solid #FED600!important;
}

.bh-sl-container .bh-sl-loc-list ul li.active {
  display: block !important;
}

.bh-sl-loc-list .state, .list-label, .loc-email {
  display: none !important;
}

.bh-sl-loc-list, .bh-sl-loc-list .list-details {
  width: 100%;
}

.list-details {
  width: 100% !important;
  margin: 0 !important;
}

.bh-sl-locations {
  height: calc(100vh - 125px);
  overflow-y: scroll;
}

.fixed-menu.scrolling-down .bh-sl-locations {
  height: calc(100vh - 65px);
}

.dealer-page .bh-sl-container .bh-sl-loc-list .list-label {
  background: #1a1a1a;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 10px 0 0;
  padding: 1px;
  height: 25px;
  width: 25px;
  border: 0;
}

.bh-sl-container .bh-sl-map-container {
  margin-top: 0 !important;
  float: none;
}

.bh-sl-container .bh-sl-map {
  width: 100% !important;
  float: none;
}


.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 0;
}

.sl-header {  
  color: #4d4d4d;
  line-height: 1.25em;
  text-transform: uppercase;
  font-family: "prohibition", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0;
}

.loc-addr, .loc-phone {
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.loc-phone {
    margin-top: 5px;
}

a.btn-sl {
  margin-top: 0;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 13px 30px;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}

.btn-sl:hover {
  background-color: #000;
  color: #fff;
}

a.sl-pop-web {
    margin-top: 0;
    background: #add8e6;
    color: #000;
    padding: 7px 15px 6px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
}

.sl-top {
  margin-top: 10px;
}

.sl-top b {
  color: #000 !important;
}

.sl-flex {
  display: flex;
}

.loc-web {
  margin: 10px 0 0;
}

.bh-sl-container .bh-sl-loc-list {
  height: auto !important;
  overflow: auto;
  width: auto;
}

.bh-sl-loc-list ul {
  max-width: 100% !important;
}

.bh-sl-container .loc-name {
  color: #4d4d4d;
  text-transform: uppercase;
  font-family: "prohibition", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}

.bh-sl-container .loc-btns {
  display: flex;
  justify-content: space-between;
}

.bh-sl-container .bh-sl-map-container a {
  color: #000;
}

.bh-sl-container .bh-sl-map-container a:hover {
  color: #FED600;
  text-decoration: none;
  text-decoration: underline;
}

.list-content.sl-content .loc-addr {
  margin-bottom: 5px;
}

.list-content.sl-content .loc-web {
  margin: 0;
}

.list-content.sl-content .loc-web a {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.list-content.sl-content .loc-web a:hover {
  color: #a68a1d;
}

.bh-sl-right-col {
  display: none;
  position: fixed;
  top: 105px;
  z-index: 1;
  background: #ccc;
  width: 100%;
  padding-bottom: 20px;
  transition: all 0.4s ease;
}

.show-loc .bh-sl-right-col {
  display: block;
}

.bh-sl-locations-menu #loc-button {
  display: flex;
  align-items: center;
}

#loc-button .icon-cross {
  display: none;
}
.show-loc #loc-button .icon-cross {
  display: block;
}

.show-loc #loc-button .icon-add {
  display: none;
}

.fixed-menu.scrolling-down .bh-sl-right-col {
  top: 45px;
}

.bh-sl-right-col h2 {
  margin: 0;
}

.bh-sl-right-col .location-heading {
  display: none;
  background: #FED600;
  margin-bottom: 20px;
}

.location-heading-close-btn {
  line-height: 0;
}

.bh-sl-locations-menu {
  display: flex;
  padding: 10px 20px;
  background-color: #FED600;
}

.fixed-menu.show-loc .bh-sl-locations-menu {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

.bh-sl-locations-menu h3 {
  margin: 0;
}

.bh-sl-locations-menu svg {
  cursor: pointer;
}

.event-register {
  background: lightblue;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.event-register p:last-child {
  margin-bottom: 0;
}

.loc-directions {
  margin-right: 10px;
}

.pending .loc-directions {
  display: none !important;
}

.type {
  background: #445e74;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.loc-directions {
  display: none !important;
}

.map-post {
  margin-bottom: 30px;
  display: none;
}

@media (min-width: 768px) {
  .map-post form {
    text-align: right;
  }

  .map-basic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

}

@media (min-width: 1025px) {

  .bh-sl-container {
    display: flex;
    flex-direction: row-reverse;
  }

  .bh-sl-container .bh-sl-map {
    width:100%; 
    height: calc(100vh - 120px);
  }

  .bh-sl-loc-list {
    width: 100% !important;
  }  

  .bh-sl-locations {
    height: auto;
    overflow-y: auto;
  }

  .bh-sl-locations-menu {
    display: none;
  }
  
  .bh-sl-container .bh-sl-map-container {
      margin-bottom: 0 !important;
  }

  .bh-sl-container .bh-sl-loc-list .list-focus {
    /*
    border-color:#add8e6 !important;
    background: #eeeeee !important; 
    */
  }
  
  .bh-sl-right-col {
    display: block;
    position: absolute;
    right: 80px;
    width: 350px;
    z-index: 1;
    background-color: #EAEAEA;
    padding: 20px;
    top: 30px;
    height: calc(100% - 120px);
    overflow-y: hidden;
    overflow-x: hidden;
    box-shadow: 6px 6px 10px #00000015;
    
  }  
  
  .bh-sl-right-col .location-heading {
    display: block;
  }

  .bh-sl-container .bh-sl-loc-list ul {
    padding-top: 0;
    height: calc(100vh - 390px);
    overflow-y: scroll;
  }
  
  .bh-sl-container .bh-sl-loc-list ul li {
    position: relative;
    background-color: #fff!important;
    margin: 0 0 20px 0;;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-bottom: 6px solid #FED600;
    transition: all 0.3s ease;
  }  
  
  .bh-sl-container .bh-sl-loc-list ul li.service  {
    border: 1px solid #ccc;
    border-bottom: 6px solid #ccc;
  }  
  
  .bh-sl-container .bh-sl-loc-list .list-focus.service {
    border: solid 1px #666!important;
    border-bottom: 6px solid #666!important;
  }  
  
  .bh-sl-container .bh-sl-loc-list ul li:hover {
    background-color: #FED600!important;
    border-color: #FED600;
  }
  
  .bh-sl-container .bh-sl-loc-list ul li.service:hover {
    background-color: #ccc!important;
    border-color: #ccc;
    color: #fff;
  }
  
  .bh-sl-right-col h2 {
    background: #FED600;
    width: 100vw;
    margin-left: -20px;
    padding: 20px;
    margin-top: -20px;
  }
  
  .map-post {
    margin-bottom: 20px;
    display: block;
  }

}

@media (min-width: 1600px) {
  
  .bh-sl-right-col {
    right: 80px;
    width: 500px;
  }  
  
}

