/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 29, 2019, 10:17:59 AM
    Author     : jay@widelyinteractive.com
*/
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#mms-main-locations {
  right: 0;
  top: 0;
  width: calc(100% - 570px);
  height: 100%;
  background-color: #ECEBE9;
  position: absolute;
  vertical-align: top;
}
#mms-main-locations #map {
  height: 100%;
}

#mms-sidebar-locations {
  width: 570px;
  top: 0;
  left: 0;
  background-color: white;
  overflow-y: auto;
  position: absolute;
}
#mms-sidebar-locations h2 {
  font-size: 18px;
  font-weight: bold;
}
#mms-sidebar-locations .map-filter {
  margin: 10px 0;
}
#mms-sidebar-locations #no-results {
  margin: 20px;
}
#mms-sidebar-locations #filter-state, #mms-sidebar-locations #filter-places {
  display: none;
}
#mms-sidebar-locations select:focus, #mms-sidebar-locations button:focus {
  outline: 0;
}
#mms-sidebar-locations input {
  width: 100%;
}
#mms-sidebar-locations .fa-phone, #mms-sidebar-locations .fa-info, #mms-sidebar-locations .fa-map-o {
  margin-right: 6px !important;
}
#mms-sidebar-locations #mms-filters {
  margin: 20px 20px 0px 20px;
}
#mms-sidebar-locations #mms-filters select[name=state] {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px 0;
  font-size: 18px;
}
#mms-sidebar-locations ul {
  list-style-type: none;
  margin-left: 0px;
}
#mms-sidebar-locations ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 20px;
}
#mms-sidebar-locations ul li .mms-listing-clickable {
  cursor: pointer;
}
#mms-sidebar-locations ul li .location-brand {
  color: #CC0000;
}
#mms-sidebar-locations ul li .location-img {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
#mms-sidebar-locations ul li .location-img img {
  width: 40px;
  float: left;
}
#mms-sidebar-locations ul li .location-content {
  cursor: pointer;
  margin-bottom: 10px;
}
#mms-sidebar-locations ul li .location-content .location-title {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
#mms-sidebar-locations ul li .mms-distance {
  float: right;
}
#mms-sidebar-locations ul li .mms-btn {
  font-size: 13px !important;
  padding: 8px 14px;
  margin-right: 4px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mms-sidebar-locations ul li .mms-btn {
    display: block;
  }
  #mms-sidebar-locations ul li .mms-btn.btn-location {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  #mms-sidebar-locations ul li .mms-btn {
    font-size: 11px !important;
  }
}
#mms-sidebar-locations ul li .mms-btn.mms-btn-phone {
  display: none;
}
#mms-sidebar-locations .selected-list {
  background-color: #e6e6e6;
}
#mms-sidebar-locations .selected-list .location-title {
  /*color:#cc0000 !important;*/
}
#mms-sidebar-locations .selected-list .mms-btn {
  background-color: white;
}

@media (max-width: 767px) {
  .site-header {
    top: 0px !important;
  }
  .topper {
    display: none;
  }
  #mms-filters {
    position: fixed;
    width: 100%;
    top: 83px;
    left: 0;
    margin: 0 !important;
  }
  #mms-filters input {
    width: 100%;
    border-radius: 0;
  }
  #mms-main-locations {
    /*display:none;*/
    top: 134px;
    height: 220px;
    width: 100%;
    left: 0 !important;
  }
  #mms-sidebar-locations {
    /*display:none;*/
    width: 100% !important;
    top: 354px;
  }
  #mms-sidebar-locations ul li .location-content {
    width: 100% !important;
  }
  #mms-sidebar-locations ul li .mms-btn-phone {
    display: inline-block !important;
  }
  #mms-sidebar-locations ul li .mms-phone-text {
    display: none;
  }
}
@media (max-width: 1199px) {
  #mms-main-locations {
    left: 340px;
  }
  #mms-sidebar-locations {
    width: 340px;
  }
  #mms-sidebar-locations ul li .location-content {
    width: 220px;
  }
}
.display-hidden {
  display: none;
}