/*
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 16, 2018, 3:50:03 PM
    Author     : FHIOS
*/

body.page-affinity-storelocator {
    background-color: #e2d3bd;
    font-family: "Ubuntu",sans-serif;
}

@media (max-width: 959px) {
    body.page-affinity-storelocator #section-content-first .storelocator-header .storelocator-header-desktop {
        display: none;
    }
    body.page-affinity-storelocator #section-content-first .storelocator-header .storelocator-header-mobile {
        display: block;
        width: 100%;
    }
}
@media (min-width: 960px) {
    body.page-affinity-storelocator #section-content-first .storelocator-header {
        height: 261px;
    }
    body.page-affinity-storelocator #section-content-first .storelocator-header .storelocator-header-desktop {
        display: block;
        margin: 0 auto;
        height: 100%;
        object-fit: cover;
    }
    body.page-affinity-storelocator #section-content-first .storelocator-header .storelocator-header-mobile {
        display: none;
    }
}


body.page-affinity-storelocator h1 {
    background-color: #a38351;
    color: #fff;
    font-size: 25px;
/*    font-weight: bold;*/
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

body.page-affinity-storelocator form#storeLocatorPetType {
    font-size: 22px;
}
body.page-affinity-storelocator form#storeLocatorPetType label {
    font-weight: normal;
    margin: 5px 15px 15px 15px;
}
body.page-affinity-storelocator form#storeLocatorPetType input {
    margin-left: 10px;
    position: relative;
    top: -4px;
}
body.page-affinity-storelocator form#storeLocatorPetType span.petType-label {
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
}

body.page-affinity-storelocator #search_input .addressInputContainer {
    display: table-cell;
    width: 100%;
}
body.page-affinity-storelocator #search_input .addressInputContainer #addressInput {
    border-radius: 5px;
    font-size: 22px;
    height: 48px;
    padding-left: 15px;
    width: 100%;
}
body.page-affinity-storelocator #search_input .submitButtonContainer {
    display: table-cell;
    min-width: 200px;
    text-align: right;
}
body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar {
    background: none;
    background-color: #a38351;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
}
body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar:hover {
    background-color: #927649;
}
body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar span {
    display: inline-block;
    height: 100%;
    padding: 11px 20px;
}
body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar span.buscar-label {
}
body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar span.buscar-arrow {
    background-color: #927649;
    padding: 11px 18px;
}

body.page-affinity-storelocator #locator_wrapper_view_map #locator_wrapper_view_results #results {}


body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_map {
    width: 700px;
    max-width: 80%;
}
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results,
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas {
    width: 220px;
}
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas.tienda_selected {
    background-color: #eee5d7;
}
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas .info_tienda h4,
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas .info_tienda .cta_show_on_map {
    color: #a5542c;
}
body.page-affinity-storelocator .storelocator.storelocator-type-cat #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas .info_tienda h4,
body.page-affinity-storelocator .storelocator.storelocator-type-cat #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas .info_tienda .cta_show_on_map {
    color: #4a752c;
}
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas .info_tienda p {
    margin: 0;
}

body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .results-navigation {
    color: #a38351;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .results-navigation span#counter {
    font-weight: bold;
    margin: 0 15px;
}
body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .results-navigation a {
    color: #a38351;
    font-weight: bold;
    text-decoration: none;
}



@media (max-width: 959px) {
    body.page-affinity-storelocator .storelocator {
        margin-bottom: 25px;
    }
    body.page-affinity-storelocator #section-content {
        margin: 12px;
    }
    body.page-affinity-storelocator h1 {
        font-size: 18px;
        margin-top: 0;
    }

    body.page-affinity-storelocator form#storeLocatorPetType {
        font-size: 14px;
        margin-bottom: 10px;
    }
    body.page-affinity-storelocator form#storeLocatorPetType label {
        margin: 0 5px 0 0;
    }
    body.page-affinity-storelocator form#storeLocatorPetType input {
        margin-left: 2px;
        top: -3px;
    }
    body.page-affinity-storelocator form#storeLocatorPetType span.petType-label {
        margin-left: 2px;
    }

    body.page-affinity-storelocator #search_input .addressInputContainer {
        display: block;
        margin-bottom: 10px;
    }
    body.page-affinity-storelocator #search_input .addressInputContainer #addressInput {
        font-size: 14px;
        height: 40px;
        padding-left: 5px;
    }
    body.page-affinity-storelocator #search_input .submitButtonContainer {
        display: block;
        text-align: center;
        width: 100%;
    }
    body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar {
        font-size: 14px;
        width: 100%;
    }
    body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar span.buscar-label {
        float: left;
    }
    body.page-affinity-storelocator #search_input .submitButtonContainer button#buscar span.buscar-arrow {
        float: right;
    }

    body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_map {
        width: 100%;
        margin-bottom: 15px;
        max-width: 100%;
    }
    body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results,
    body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas {
        width: 100%;
    }
    body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas {
        font-size: 12px;
        margin-bottom: 12px;
    }
    body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .locator_resulttiendas h4 {
        font-size: 14px;
    }

    body.page-affinity-storelocator .storelocator #locator_wrapper_view_map #locator_wrapper_view_results  #results .results-navigation {
        font-size: 14px;
    }
}