/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("style.css");

.login-button,
.logout-button {
    color: #FFF !important;
    background-color: #e71d73;
    padding: 10px 17px !important;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.login-button:hover,
.logout-button:hover {
    
}

/*----- WP Go Maps - Locator (map id 5) -----*/
.wpgmza-store-locator[data-id="5"]{
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 0 10px 0 !important;
}

.wpgmza-store-locator[data-id="5"] label{
    font-size: 14px;
}

.wpgmza-store-locator[data-id="5"] input.wpgmza-address,
.wpgmza-store-locator[data-id="5"] select.wpgmza_sl_radius_select{
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.16);
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.wpgmza-store-locator[data-id="5"] input.wpgmza-address::placeholder{
    padding: 5px;
    color: rgba(0,0,0,.5);
}

.wpgmza-store-locator[data-id="5"] input.wpgmza-address:focus,
.wpgmza-store-locator[data-id="5"] select.wpgmza_sl_radius_select:focus{
    border-color: #E71D73;
    background: #FFFFFF;
}

/* Location */
.wpgmza-store-locator[data-id="5"] .wpgmza-address-container{
    flex: 0 0 auto;
}
.wpgmza-store-locator[data-id="5"] input.wpgmza-address{
    width: min(620px, 52vw);
    min-width: 420px;
}

/* Radius */
.wpgmza-store-locator[data-id="5"] .wpgmza-radius-container{
    flex: 0 0 auto;
}
.wpgmza-store-locator[data-id="5"] select.wpgmza_sl_radius_select{
    width: 160px;
}

/* Buttons */
.wpgmza-store-locator[data-id="5"] input.wpgmza-search,
.wpgmza-store-locator[data-id="5"] input.wpgmza-reset{
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
}

/* Search */
.wpgmza-store-locator[data-id="5"] input.wpgmza-search{
    background: #E71D73;
    border: 1px solid #E71D73;
    color: #FFFFFF;
}
.wpgmza-store-locator[data-id="5"] input.wpgmza-search:hover{
    background: #cf1766;
    border-color: #cf1766;
}

/* Reset */
.wpgmza-store-locator[data-id="5"] input.wpgmza-reset{
    background: transparent;
    border: 1px solid rgba(0,0,0,.2);
}

#wpgmza_map_5,
.wpgmza_map[data-map-id="5"]{
    margin-top: 12px;
}

@media (max-width: 1020px){
  .wpgmza-store-locator[data-id="5"]{
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
    margin-bottom: 20px !important;
  }

  .wpgmza-store-locator[data-id="5"] .wpgmza-address-container,
  .wpgmza-store-locator[data-id="5"] .wpgmza-radius-container {
    width: 100%;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
  }

  .wpgmza-store-locator[data-id="5"] .wpgmza_sl_search_button_div {
    width: 100%;
    margin-top: 30px !important;
  }

  .wpgmza-store-locator[data-id="5"] .wpgmza_sl_reset_button_div {
    width: 100%;
    margin-top: 10px !important;
  }

  .wpgmza-store-locator[data-id="5"] label{
    display: block;
    margin-top: 10px !important;
  }

  .wpgmza-store-locator[data-id="5"] input.wpgmza-address,
  .wpgmza-store-locator[data-id="5"] select.wpgmza_sl_radius_select,
  .wpgmza-store-locator[data-id="5"] input.wpgmza-search,
  .wpgmza-store-locator[data-id="5"] input.wpgmza-reset{
    width: 100% !important;
    min-width: 0 !important;
  }

  .wpgmza-store-locator[data-id="5"] .wpgmza_sl_reset_button_div{
    margin-bottom: 0;
  }
}
