/* Footer Themes - includes Privacy Bar */
body{
  font-family: "Geometria","geometriaregular","Quicksand",Arial,Helvetica, sans-serif;
}
.locator-full-container {
  width: 1170px;
  margin: 30px auto;
  z-index: +2;
}
.locationsResults {
  /*display: none;*/
  position: absolute;
  left: -9999px;
  width: 100%;
}
.storenumber{
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
.backtofiltersbtn{
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
/*.form-wrapper {
  position: absolute;
  margin: 30px auto;
  width: 1170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: +1;
}*/

.form-wrapper {
  position: absolute;
  margin: 30px auto;
  max-width: 1170px;
  /*left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);*/
  left: 10px;
  z-index: +1;
}

/*.form-wrapper {
  width: 100%;
  padding-bottom: 30px;

}*/
/* Search Area */
/*.locator-wrapper {
  width: 370px;
  display: inline-block;
  margin-right: 30px;
}*/

.locator-wrapper {
  width: 400px;
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*padding: 30px;*/
  /*padding: 20px 30px;*/
  padding: 20px 25px;
}
  .locator-wrapper label {
    height: 20px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
    /*margin: 30px 0 15px 0;*/
    margin: 20px 0 10px 0;
    display: block;
  }
  label.filter-store-type {
    display: none;
  }
  label.first-item {
    margin-top: 0;
  }
  .search-box {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 15px 12px; 
    width: 271px;
    max-width: 271px;
  }
  form#locator_search button{
    padding: 15px 20px; 
    border: 1px solid #C80F2E;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #C80F2E;
    margin: 0 0 0 10px;
  }
  .button-search1{
    padding: 15px 20px; 
    border: 1px solid #C80F2E;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #C80F2E;
    margin: 0 0 0 10px;
  }
  form#getlist_search button{
    padding: 15px 20px; 
    border: 1px solid #C80F2E;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #C80F2E;
    margin: 0 0 0 10px;
  }
  #searchradius, .locationsResults #search_country {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 15px 20px; 
  }
  #searchradius, .locationsResults #search_country_clone {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 15px 20px; 
  }

  .zip_country_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  @media (min-width: 768px) {
    .zip_country_container {
      grid-template-columns: 1fr 1fr;
    }
  }

/* Customize the label (the container) */
.filter_checkbox {
  display: inline-block;
  position: relative;
  padding: 5px 0 0 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
}

/* Hide the browser's default checkbox */
.filter_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #000000;
  border-radius: 3px;
  background: #ffffff;
}

.checkmarkOnMap {
    border: 1px solid #000000;
}

/* On mouse-over, add a grey background color */
.filter_checkbox:hover input ~ .checkmark {
  background-color: #C80F2E;
}

/* When the checkbox is checked, add a blue background */
.filter_checkbox input:checked ~ .checkmark {
  background-color: #C80F2E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filter_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filter_checkbox .checkmark:after {
  left: 8px;
  top: 1px;
  width: 7px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Map Area */
.map-area {
  /*width: 737px;
  height: 482px;
  display: inline-block;
  background: #333333;
  border: 1px solid #979797;
  vertical-align: top;*/
  width: 100%;
  height: 800px;
  display: inline-block;
  background: #333333;
  border: 1px solid #979797;
  vertical-align: top;
  position: relative;
}

.map {
  width: 100%;
}


/*Store Lister */
ul.poi-result {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.poi {
  padding: 20px;
  margin: -100px auto 0 auto;
  position: relative;
  background: #fff;
}



/*Title*/
.store_title {
  width: 100%;
  margin-bottom: 30px;
}
.store_title h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
}
/*.store_title h2 {
  display: inline;
  width: 75%;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 37px;
  text-transform: uppercase;
}*/
.store_title form {
  display: inline-flex;
  right: 0;
  top: 10px;
  position: absolute;
}
.store_title form label {
  font-size: 14px;
  line-height: 17px;
  padding: 4px 7px 0 0;
  font-weight: normal;
}
.store_title form select{
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  border: none;
}
/* Store Listing */
.poi_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-name-click-listing {
  color: #C80F2E;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
 cursor: pointer;
 padding: 30px 0 30px 0;
 border-top: solid 1px #979797;
 position: relative;
}
.store-name-click-listing .sort-number {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.store-name-click-listing .type-icon {
  color: #AA0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.store-name-click-listing .type-icon img {
    width: 32px;
    height: 32px;
  }
.store-name-click-listing .from-distance {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-transform: capitalize;
}
.store-name-click-listing .sale-icon {
  
}
.store-name-click-listing:after, .store-name-click-listing:before {
  position: absolute;
  content: '';
  background: #000;
  display: block;
  width: 1px;
  height: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.store-name-click-listing:before {
  -webkit-transform: rotate(90deg);    
  transform: rotate(90deg);
}
.poi_wrapper li.show div .store-click-listing {
  display: block;
  padding-bottom: 30px;
}
.poi_wrapper li div .store-click-listing {
  display: none;
}
.poi_wrapper li.show div .store-name-click-listing:after, .poi_wrapper li.show div .store-name-click-listing:before {
  position: absolute;
  content: '';
  background: #C80F2E;
  display: block;
  width: 1px;
  height: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.poi_wrapper li.show div .store-name-click-listing:before {
  -webkit-transform: rotate(45deg);    
  transform: rotate(45deg);
}
.poi_wrapper li.show div .store-name-click-listing:after {
  -webkit-transform: rotate(135deg);    
  transform: rotate(135deg);
}
.store-click-listing {
  padding-left: 0px;
}
/*.store-column {
  display: inline;
  
  position: relative;
}
.store-column:first-child:nth-last-child(1) {
  width: 100%;
}
.store-column:first-child:nth-last-child(2),
.store-column:first-child:nth-last-child(2) ~ .store-column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  border-left: solid 1px #979797;
}
.store-column:first-child:nth-last-child(3),
.store-column:first-child:nth-last-child(3) ~ .store-column {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  border-left: solid 1px #979797;
}*/
.store-column.column1 {
  border: none !important;
}
.store-column.column2 h4 {
  width: 300px;
}
.store-column div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.store-column ul, .store-column ul li {
  width: 300px;
  margin: 0 0 0 32px;
}

.store-details {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  padding: 30px 0 0 30px;
  position: relative;
}
  .store-details.location {
    color: #C80F2E;
    text-decoration: underline;
  }
  .store-details.phone {
    font-weight: bold;
  }
  .store-details.hours {

  }
  .store-details.hours span {
    font-weight: bold;
  }
  /*.store-details:before {
    font: normal normal normal 32px/1 FontAwesome;
    position: absolute;
    content: '';
    top: 25px;
    left: 0;
  }
  .store-details.info:before {
    content: "\f05a";
  }
  .store-details.location:before {
    content: "\f041";
  }
  .store-details.phone:before {
    content: "\f095";
  }
  .store-details.hours:before {
    content: "\f017";
  }*/

/* added on 0909 */

  .store-column {
    width: 100%;
    display: block;
  }
  .store-details.info {
    width: 32%;
  }

  .store-details.info a {
      color: #000000;
      text-decoration: none;
  }

  .store-details.location {
    color: #C80F2E;
    text-decoration: underline;
    width: 32%;
  }

  .store-details.location a {
    color: #C80F2E;
    text-decoration: underline;
  }

  .contactusemail {
    word-wrap: break-word;
    padding-top: 30px;
  }

  .store-details.phone {
    font-weight: bold;
    width: 32%;
  }

  .store-hours {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0 0 0px;
    position: relative;
    font-weight: normal;
  }

  .store-details.hours {
    width: 25%;
  }
  .store-details.hours span, .store-hours span {
    font-weight: bold;
  }

  .store-details.hours img {
    width: 100%;
    object-fit: contain;
  }


.store-button {
  border-radius: 5px;
  background-color: #000000;
  padding: 15px 40px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 20px;
}
.addvert-button {
  /*height: 74px;*/
  height: 250px;
  width: calc(100% - 250px)!important;
  border: 1px solid #DADADA;
  /*background-color: rgba(216,216,216,0.3);*/
  vertical-align: middle;
  margin-left: 30px;
}

.addvert-button img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 250px;
  
}
.row1 {
  border-top: 1px solid #DADADA;
}
.row2 {
  padding: 30px 30px;
}
.store-column:first-child:nth-last-child(2),
.store-column:first-child:nth-last-child(2) ~ .store-column {
  display: inline-block;
  vertical-align: top;
}



.store-type-description {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 0 0 30px;
}
  .store-type-description img{
    width: 43px;
    height: 43px;
    margin: 0 15px 0 0;
    }
.store-type-facts {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
}
.store-type-facts li{
  list-style: disc;
  padding: 0 0 15px 10px;
}

.column3 img {
  height: 312px;
  width: 270px;
  border: 1px solid #979797;
  margin-left: 50px;
}

/* Landing Screen */
.filterLocations {
  height: 100%;
  background: #000000;  /* fallback colour. Make sure this is just one solid colour. */
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/llp-assets_meetsoci_com_DAL_OQ_NationalMarble_RES_02_StatuaryGlory_2067d596.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/llp-assets_meetsoci_com_DAL_OQ_NationalMarble_RES_02_StatuaryGlory_2067d596.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
}
.filterLocations h1 {
  font-size: 40px;
  letter-spacing: 13px;
  line-height: 60px;
  text-align: center;
}
.filterLocations h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}
.filterLocations p {
  text-align: center;
  margin: 30px 0;
}
.textFullWidthField {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  color: #000;
  padding: 12px 20px;
}
.formGradiant {
  background-color:rgba(255, 255, 255, 0.3);
  padding: 20px;
  width: 100%;
  margin: 10px 0 20px 0;
  overflow: hidden;
}
.filterCheckboxContainer {
  float: left;
  padding: 10px 50px 10px 0;
  position: relative;
}

/* new added on 09/17/2021 */
/*
.filterCheckboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filterCheckboxContainer .filter_checkbox {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.filterCheckboxContainer .checkmark {
  border: 0px solid #fff;
}
*/

/* Customize the label (the container) */
.filterCheckboxContainer {
  display: inline-block;
  position: relative;
  padding: 2px 50px 10px 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.filterCheckboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  color: #000000;
  border: #fff;
}
.checkmarkOnMap {
  border: 1px solid #000000;
}

/* On mouse-over, add a grey background color */
.filterCheckboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filterCheckboxContainer input:checked ~ .checkmark {
  background-color: #AA0000;
  border: #fff;
  color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filterCheckboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filterCheckboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.gradiantGroupTitle {
  float: left;
  width: 160px;
  padding-top: 10px;
}
.formGradiant input[type=checkbox] {
  box-sizing: border-box;
  height: 24px;
  width: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background-color: #AA0000;
  float: left;
  margin-right: 10px;
}
.formGradiant input[type=button], .locationFilterForm input[type=submit] {
  padding: 15px 48px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
  .formGradiant input[type=button] {
    background: none;
    margin-right: 10px;
  }
  .formSubmitWrapper {
    display: flex;
    justify-content: center;
  }
  .locationFilterForm .btnR {
    color: #000000;
    margin: 10px auto;
    padding: 15px 70px;
  }

.formGradiant label {
  margin-top: 5px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.filterButtonsContainer a, .filterButtonsContainer a:hover, .filterButtonsContainer a:active {
  font-size: 18px;
  color: #ffffff;
  margin: 10px auto;
  padding: 15px 35px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.filterButtonsContainer a.selected {
  color: #000;
  background-color: #fff;
}

.backtofilters {
  clear: both;
  width: 100%;
  display: none;
}

.backtofilters a {
  clear: both;
  margin: 10px auto;
  padding: 15px 35px;
  border: 1px solid #C80F2E;
  border-radius: 5px;
  background-color: transparent;
  color: #C80F2E;
  display: block;
  text-align: center;
  text-decoration: none;
}

.backtofilters a:hover, .backtofilters a:active {
  background: #C80F2E;
  color: #fff;
}

.filter_icons {
  width: 28px;
  display: inline-block;
  margin-top: -5px;
}

.home_depoticon {
  padding: 3px;
}

.showroom_icon {
  width: 26px;
}

.daltile1, .americanolean1, .marazzi1 {
  display: inline-block;
}

.daltile, .americanolean, .marazzi {
  display: none!important;
}

.filter_div, label.labelstoretype {
  display: none;
}


/*Mobile*/

@media screen and (max-width:  500px) {
    .upper-col-left {
        width: calc(100% - 35px);
    }
    .store-name-click-listing .type-icon {
      display: inline-block;
      vertical-align: top;
    }

    a.mi-toggle {
      display: inline-block;
      width: calc(100% - 45px);
      vertical-align: top;
    }
    .store-name-click-listing .from-distance {
      display: inline-block;
      margin-left: 10px;
    }
}


@media screen and (max-width: 768px) {

  .formGradiant label {
    width: 100%;
  }

  .gradiantGroupTitle {
    padding-bottom: 10px;
  }

  .locator-full-container {
    width: 100%;
    margin: 0px auto!important;
  }
  .form-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    left: 0px;
  }
  .filterLocations {
    overflow: auto;
  }
  .filterButtonsContainer {
    display: inline-block;
  }
  .filterButtonsContainer a, .filterButtonsContainer a:hover, .filterButtonsContainer a:active {
    display: inline-block;
  }

  .store-details.info {
    padding: 30px 0 10px!important;
  }

  .store-details, .store-details.info, .store-details.location, .store-details.phone, .store-details.hours {
    width: 100%;
    padding: 10px 0px;
  }

  .row2 {
    padding: 30px 0;
  }
  .store-button { 
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .addvert-button {
    width: 100%!important;
    margin: 10px 0;
  }

  .locator-wrapper {
    padding: 20px 10px;
  }
  .search-box {
    width: 75%;
    max-width: unset;
  }
  .question {
    margin-left: 5px;
  }

  .map-area {
    height: 400px;
  }

  .poi {
      padding: 20px 10px;
  }

  .addvert-button img, .addvert-button {
    height: auto!important;
  }

  .olPopupContent .w2gi-popup {
    display: none!important;
  }

  .w2gi-backbone a.olPopupCloseBox.w2gi-popup-close {
    display: none!important;
  }

  .store-details.hours {
    width: 100%;
  }

  .store-details.phone {
    width: 100%;
  }

}

@media screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px) {

  .locator-full-container {
      width: 98%!important;
    }

  .filterLocations {
    overflow: auto;
  }

  .formGradiant {
    margin: 10px auto;
  }

  .filterButtonsContainer a, .filterButtonsContainer a:hover, .filterButtonsContainer a:active {
    padding: 15px 10px;
  }

  .filterLocations h1 {
    font-size: 35px;
    letter-spacing: 5px;
  }


  .map-area {
    height: 400px;
  }

  .form-wrapper {
   /* position: absolute;
    margin: 5px auto;
    width: 100%;
    left: 10%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    z-index: +1;
    max-width: 450px;*/
    position: relative;
    margin: 5px auto;
    width: 100%;
    z-index: +1;
    
  }

  .store-details {
    padding: 10px 0px;
  }

  .store-details.info, .store-details.location {
    width: 20%;
    vertical-align: top;
  }

  .store-details.info {
    padding-top: 10px!important;
  }

  .store-details.hours {
    width: 30%;
  }

  .store-details.phone {
    width: 27%;
  }

  .store-hours {
    font-size: 15px;
  }

  .store-hours div span, .hoursbubble span {
    width: 50px;
  }

}

/* tablet */

/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {   */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

   .locator-full-container {
      width: 100%;
    }

    /*.store-details.hours {
      width: 28%;
    }*/

    .store-details.hours {
      width: 26%;
    }

    .store-details.location {
      width: 32%;
    }

    .store-hours div span, .hoursbubble span {
      width: 50px;
    }

}

/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) only screen and (min-resolution: 264dpi), only screen and (min-resolution: 2dppx) { */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

  .locator-full-container {
     width: 100%;
   }

   
   .store-details.hours {
     width: 32%;
   }

   .store-details.phone {
      width: 32%;
   }

   .store-details.location, .store-details.info {
     width: 32%;
   }

   .store-hours div span, .hoursbubble span {
     width: 50px;
   }

   .store-hours {
     font-size: 15px;
   }

   .store-details {
      padding: 30px 0 0 10px;
   }

   .form-wrapper {
    width: 50%!important;
   }


}

.mobiles {
  display: none!important;
}

.desktops {
  display: block;
}