/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2020 | 13:39:56 */
:root {
    --arancio-mungo: #f37021; /*arancio mungo*/
    --arancio-mungo-rgb: rgba(243, 112, 33, 0.2);
}



/* -------- store locator -------- */

#store-locator form {
    margin-bottom: 30px;
}

#store-locator .col {
    margin: 0px;
    margin-top: 0.5em;
    padding: 0px;
}

#store-locator .span_11_of_12 {
    width: 85%;
}

#store-locator .span_1_of_12 {
    width: 15%;
}

#store-locator .span_3_of_12 {
    width: 49%;
}

#store-locator select,
#store-locator input {
    width: 98%;
    margin: 0px 5px;
    height: 40px;
    background-color: #f4f6f7;
    border: 1px solid #dfe5e8;
}

#store-locator input[type="submit"] {
    margin: 0px;
    background-color: var(--arancio-mungo, #f37021) !important;
    border: 0px;
}

#store-locator .ygp-sl-sidebar-entry-distance {
    color: #000000;
}

#store-locator .ygp-sl-sidebar-entry {
    cursor: default;
    padding: 10px 12px;
  	line-height:1.2em;
}


.ygp-sl-sidebar-entry-img {
    text-align: center !important;
  clear: both;
   position: relative;
    max-width: 170px !important;
    margin-right: 100%;
}

.more-info-store {
  padding:6px;
  background-color: #f37021;
  margin-top:5px;
  display: inline-block;
  border-radius: 3px;
}

.more-info-store a {
    color:#FFF;
}



@media only screen and (max-width: 600px) {
    #store-locator .span_1_of_12,
    #store-locator .span_2_of_12,
    #store-locator .span_3_of_12,
    #store-locator .span_4_of_12,
    #store-locator .span_5_of_12,
    #store-locator .span_6_of_12,
    #store-locator .span_7_of_12,
    #store-locator .span_8_of_12,
    #store-locator .span_9_of_12,
    #store-locator .span_10_of_12,
    #store-locator .span_11_of_12,
    #store-locator .span_12_of_12 {
        width: 100% !important;
    }
  
}

