/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Increase finder layout width */


.retailer-finder {
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 40px;
}

.retailer-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.retailer-sidebar {
    width: 40%;
    max-height: 700px;
    overflow-y: auto;
}

#map {
    width: 60%;
    height: 700px;
    min-height: 600px;
    border-radius: 12px;
}




.retailer-info {
    display: flex;
    gap: 40px;
}

.retailer-detail {
    margin-top: 300px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.retailer-header h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.retailer-content {
    display: flex;
    gap: 40px;
}

.retailer-left {
    width: 55%;
}

.retailer-right {
    width: 45%;
}

.retailer-card-box {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.back-btn {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 6px;
}

#single-map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.retailer-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.retailer-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.retailer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.retailer-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}


.retailer-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.retailer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}


.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-content {
    padding: 15px;
}

.distance {
    font-weight: 600;
    color: #0073aa;
    margin-top: 8px;
}

.finder-header h1 {
    font-size: 42px;
    margin-bottom: 25px;
}

.search-bar {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.search-bar input,
.search-bar select {
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: 0.3s;
    background: #fff;
}

.search-bar input {
    flex: 2;
}

.search-bar select {
    flex: 1;
}

.search-bar input:focus,
.search-bar select:focus {
    border-color: #000;
    outline: none;
}

.search-bar button {
    padding: 14px 30px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.search-bar button:hover {
    background: #333;
}

.result-count {
    font-size: 14px;
    color: #666;
}

.retailer-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

a.wyp-btn{display:none;}


