/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 /* margins & paddings
 a b c d => top right bottom left
 a b c => top right-left bottom
 a b => top-bottom left-right
 */

.wpbl-location-wrapper {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;

    /* Styles */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

.top-menu--light .wpbl-location-wrapper{background:#7f7f7f; color:#fff;}

.menu-item#wpbl-location-dd{
    border: 1px solid;
    min-width: 200px;
}

.menu-item#wpbl-location-dd i{
    padding-right: 5px;
}
.menu-item#wpbl-location-dd > a{
    padding: 10px;
}

.menu-item#wpbl-location-dd:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #222 transparent;
}


.wpbl-location-wrapper:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wpbl-location-wrapper .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
    z-index:9999;
}

.wpbl-location-wrapper .dropdown li {
    padding: 0;
    margin: 0;
}


.wpbl-location-wrapper .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333 !important;
    padding: 10px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wpbl-location-wrapper .dropdown li:last-of-type a {
    border: none;
}

.wpbl-location-wrapper .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wpbl-location-wrapper .dropdown li:hover a, .wpbl-location-wrapper .dropdown li a:hover{color:#fff !important;}

.wpbl-location-wrapper .dropdown li:hover,
.wpbl-location-wrapper .dropdown li a:hover{
    background-color:#7f7f7f ;
    font-weight: bold;
}

/* Active state */

.wpbl-location-wrapper.active {
    border-radius: 5px 5px 0 0;
    background: #000;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wpbl-location-wrapper.active:after {
    border-color: #82d1ff transparent;
}

.wpbl-location-wrapper.active .dropdown,
.wpbl-location-wrapper.active .sub-menu {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

@media only screen and (max-width: 768px) {
    .menu-item#wpbl-location-dd:after {
        display:none;
    }

    .menu-item#wpbl-location-dd{
        border: none;

    }

    .menu-item#wpbl-location-dd > a:hover {
        background:none;
    }

}


/* loader */


@keyframes ldio-26hp6s49e7e {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
.ldio-26hp6s49e7e > div > div {
  position: absolute;
  border-radius: 50%;
}
.ldio-26hp6s49e7e > div > div:nth-child(1) {
  top: 40px;
  left: 40px;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.ldio-26hp6s49e7e > div > div:nth-child(2) {
  top: 42px;
  left: 46px;
  width: 8px;
  height: 8px;
  background: #e6af57;
  animation: ldio-26hp6s49e7e 1s linear infinite;
  transform-origin: 4px 8px;
}
.loadingio-spinner-disk-lomu3uwtre {
  width: 94px;
  height: 94px;
  display: inline-block;
  overflow: hidden;
  background: rgba(NaN, NaN, NaN, 0);
}
.ldio-26hp6s49e7e {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.94);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-26hp6s49e7e div { box-sizing: content-box; }
/* generated by https://loading.io/ */

/* generated by https://loading.io/ */
