/*
Theme Name: ArileWP
Theme URI: https://pillhelp.com/
description: ArileWP Child Theme
Author: Chris Gann
Author URI: http://pillhelp.com
Template: arilewp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: arilewp-child
*/

#us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path:hover, circle:hover {
    stroke: #002868 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #002868 !important;
    cursor: pointer;
}

#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #BF0A30;
    border-radius: 5px;
    padding: 5px;
    font-family: arial;
}

.pharmacist-list {
    position: relative;
    display: inline-block;
    float: left;
}

@media screen and (min-width: 768px) {
    .map-div {
        width: 60%;
        height: 400px;
        position: relative;
        display: inline-block;
        float: left;
        visibility: visible;
    }
}

@media screen and (max-width: 767px) {
    .map-div {
        width: 60%;
        visibility: collapse;
    }
}

@media screen and (max-width: 767px) {
    .state-selector {
        width: 60%;
        visibility: visible;
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .state-selector {
        width: 60%;
        visibility: collapse;
        display: inline-block;
    }
}