 /*
Theme Name: Firefly theme
Theme URI: http://clienturl.com/
Description: Designed and built by Firefly Creative Company.
Version: 1.0
Author: Firefly Creative Company
Author URI: http://fireflycompany.com
*/

.store-locator-list{
    margin: 0;
    padding: 0;
}
.store-locator-list li{
    list-style: none;
}
.store-locator-list li:hover{
    background: #ffa409;
}
.store-locator-list li .store-name{
    color: #222;
}
.store-locator-list li:hover span{
    color: #FFF;
}
.store-locator-list li:hover .button{

    background: #FFF;
    color: #222;
}



.store-locator-list li:not(:last-child){
    border-bottom: 1px solid #CCC;
}
.store-locator-list li a{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 16px;
}
.store-locator-list li .store-name{
    font-weight: bold;
    font-family: "cervo", "Helvetica", "Arial", "sans serif";
    font-size: 32px;
}

/* add bg image to tradicion products */
.fajita.product .content_wrap > .container, .corn-tortillas-soft-yellow.product .content_wrap > .container, .corn-tortillas-soft-white .product .content_wrap > .container, .burrito-flour-tortillas.product .content_wrap > .container, .soft-taco-flour-tortillas .content_wrap > .container  {
background: url(/wp-content/uploads/illustration-black-transparent.png) bottom center / cover;
  background-size:103%;
  background-repeat: no-repeat;
  padding-bottom: 250px;
  
}

@media(max-width: 767px){
    .store-locator-list li .store-name{
        font-size: 18px;
    }
}