/*
.page-template-templatestemplate-storelocator-php{
	main{
		.flex-container();
	}
}

.flex-container{
	display: flex;
}

.flex-box{
	.flex-container();
	flex: 1;
}
*/
.text-small {
  font-size: 14px !important;
}
.page-template-template-store-locator .page-header {
  margin-bottom: 30px;
}
.page-template-template-store-locator .main {
  background-image: none;
}
.page-template-template-store-locator #dr-map-side {
  padding-bottom: 30px;
  min-height: 700px;
  padding-left: 15px;
  padding-top: 30px;
}
.page-template-template-store-locator #dr-map-side #available-stores {
  overflow-y: scroll;
  padding-top: 30px;
  float: left;
  width: 100%;
  min-height: 400px;
}
.page-template-template-store-locator #dr-map-side #available-stores ol {
  list-style: none;
  padding: 0;
}
.page-template-template-store-locator #dr-map-side #available-stores ol li {
  border-bottom: 1px solid #cac9c8;
  position: relative;
  padding: 15px 30px;
  margin-right: 15px;
  min-height: 130px;
}
.page-template-template-store-locator #dr-map-side #available-stores ol li:last-child {
  border-bottom: 0;
}
.page-template-template-store-locator #dr-map-side #available-stores ol li h4 {
  margin-top: 0;
}
.page-template-template-store-locator #dr-map-side #available-stores ol li:before {
  content: attr(data-number);
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 20px;
  font-weight: 100;
}
.page-template-template-store-locator #dr-map-side #available-stores ol li:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 5px;
  top: 20%;
  opacity: 0.25;
  font-size: 50px;
  transition: 0.2s opacity ease;
  cursor: pointer;
}
.page-template-template-store-locator #dr-map-side #available-stores ol li:hover:after {
  opacity: 0.8;
}
.page-template-template-store-locator #dr-map-side #map-form {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.page-template-template-store-locator #dr-map-side #map-form .button-wrap-skew {
  max-width: 200px;
  position: relative;
  width: 100%;
  height: 45px;
  margin: 5px 0;
  float: left;
}
.page-template-template-store-locator #dr-map-side #map-form .button-wrap-skew:hover .skew-link-bg {
  background: #89714b;
}
.page-template-template-store-locator #dr-map-side #map-form .button-wrap-skew .skew-link-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background: #a88c5f;
  -webkit-transform: perspective(425px) rotateX(-25deg);
  -webkit-transform-origin: left bottom;
  -moz-transform: perspective(425px) rotateX(-25deg);
  -moz-transform-origin: left bottom;
  -o-transform: perspective(425px) rotateX(-25deg);
  -o-transform-origin: left bottom;
  -ms-transform: perspective(425px) rotateX(-25deg);
  -ms-transform-origin: left bottom;
}
.page-template-template-store-locator #dr-map-side #map-form label {
  font-weight: 300;
}
.page-template-template-store-locator #dr-map-side #map-form input[type="text"],
.page-template-template-store-locator #dr-map-side #map-form .form-control {
  border-radius: 0;
  border: 0;
  background: #d9d9d8;
  color: #393939;
  box-shadow: none;
  -webkit-appearance: none;
  height: 45px;
  padding: 10px;
  font-size: 14px !important;
}
.page-template-template-store-locator #dr-map-side #map-form ::-webkit-input-placeholder {
  color: #393939;
}
.page-template-template-store-locator #dr-map-side #map-form select {
  color: #393939;
}
.page-template-template-store-locator #dr-map-side .page-header {
  margin-top: 0;
}
.page-template-template-store-locator #dr-map-side .page-header h1 {
  margin-top: 0;
}
.page-template-template-store-locator .dr-map-container {
  height: 100%;
}
.page-template-template-store-locator .dr-map-container #dr-map-wrap {
  padding-right: 0;
  height: 100%;
}
.page-template-template-store-locator .dr-map-container #dr-map-wrap #dr-map {
  width: 100%;
}
.page-template-template-store-locator .content-info {
  margin-top: 0;
}
.page-template-template-store-locator .container-fluid {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .page-template-templatestemplate-storelocator-php .navbar {
    margin-bottom: 0;
  }
  .page-template-templatestemplate-storelocator-php .content-info {
    margin-top: 0;
  }
  .page-template-templatestemplate-storelocator-php .dr-map-container {
    padding: 0 15px;
  }
  .page-template-templatestemplate-storelocator-php #map-form-wrap,
  .page-template-templatestemplate-storelocator-php #dr-map,
  .page-template-templatestemplate-storelocator-php #available-stores {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch {
    position: absolute;
    z-index: 20;
    bottom: -1px;
    left: 0;
    width: 100%;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a {
    background-color: #252525;
    padding: 15px 0;
    text-align: center;
    float: left;
    display: block;
    width: 33.333%;
    color: white;
    border-left: 1px solid #393939;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a#tab-switch-list {
    border-left: 0;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a#tab-switch-list:before {
    content: "\f03a";
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a#tab-switch-map:before {
    content: "\f041";
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a#tab-switch-search:before {
    content: "\f002";
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    text-align: center;
    float: left;
    width: 100%;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a.map-active-tab {
    background-color: #393939;
    color: #bc9e5a;
    text-decoration: none;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-switch a.map-active-tab:before {
    color: #bc9e5a;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side {
    height: 0;
    min-height: 0;
    padding-top: 0;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side .page-header {
    display: none;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap {
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form {
    background: #d9d9d8;
    padding: 25px;
    height: auto;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form .form-group {
    position: relative;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form input[type="text"],
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form .form-control {
    border-radius: 0;
    border: 0;
    background: white;
    color: #393939;
    box-shadow: none;
    -webkit-appearance: none;
    height: 45px;
    padding: 10px 20px 10px 50px;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form label {
    position: absolute;
    left: 10px;
    top: 8px;
    visibility: hidden;
    width: 30px;
    height: 30px;
    padding: 3px;
    text-align: center;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form label:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d9d9d8;
    visibility: visible;
    font-size: 17px;
    float: left;
    width: 100%;
    height: 100%;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form label#radius-label:before {
    content: "\f002";
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form label#address-label:before {
    content: "\f041";
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #map-form-wrap #map-form label#store-type-label:before {
    content: "\f015";
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #available-stores {
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
    padding-top: 0;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #available-stores ol {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #available-stores ol li {
    padding: 15px 50px 15px 80px;
    border-bottom: 1px solid #cac9c8;
    position: relative;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #available-stores ol li h4 {
    margin-top: 0;
  }
  .page-template-templatestemplate-storelocator-php #dr-map-side #available-stores ol li:before {
    content: attr(data-number);
    position: absolute;
    top: 10px;
    left: 50px;
    font-size: 20px;
    font-weight: 100;
  }
  .page-template-templatestemplate-storelocator-php #dr-map {
    z-index: 4;
  }
}
/*# sourceMappingURL=/app/plugins/dr-acf-store-locator/css/public.css.map */
