/*##############################################################################
## Import                                                                      #
##############################################################################*/
/*##############################################################################
## Colors                                                                      #
##############################################################################*/
/*##############################################################################
## Fonts                                                                       #
##############################################################################*/
.lato {
  font-family: "lato", sans-serif;
}

/*##############################################################################
## Media Queries                                                               #
##############################################################################*/
/*##############################################################################
## Animations                                                                  #
##############################################################################*/
/*##############################################################################
## Transitions                                                                 #
##############################################################################*/
/*##############################################################################
## Absolute Position                                                           #
##############################################################################*/
.absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/*##############################################################################
## Background Position                                                         #
##############################################################################*/
.bkg_pos {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

/*##############################################################################
## Absolute Shaders                                                            #
##############################################################################*/
.dd_scrollbar, .md_beer_map_cont .map_itenerary, .md_beer_map_cont .navigation ul, .md_beer_map_cont .member_ajax .cont {
  -webkit-overflow-scrolling: touch;
}
.dd_scrollbar::-webkit-scrollbar, .md_beer_map_cont .map_itenerary::-webkit-scrollbar, .md_beer_map_cont .navigation ul::-webkit-scrollbar, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.dd_scrollbar::-webkit-scrollbar-button, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-button, .md_beer_map_cont .navigation ul::-webkit-scrollbar-button, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.dd_scrollbar::-webkit-scrollbar-thumb, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-thumb, .md_beer_map_cont .navigation ul::-webkit-scrollbar-thumb, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-thumb {
  background: #b43e24;
  border: 100px none #b43e24;
  border-radius: 0px;
}
.dd_scrollbar::-webkit-scrollbar-thumb:hover, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-thumb:hover, .md_beer_map_cont .navigation ul::-webkit-scrollbar-thumb:hover, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-thumb:hover {
  background: #b43e24;
}
.dd_scrollbar::-webkit-scrollbar-thumb:active, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-thumb:active, .md_beer_map_cont .navigation ul::-webkit-scrollbar-thumb:active, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-thumb:active {
  background: #b43e24;
}
.dd_scrollbar::-webkit-scrollbar-track, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-track, .md_beer_map_cont .navigation ul::-webkit-scrollbar-track, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border: 100px none #b43e24;
  border-radius: 0px;
}
.dd_scrollbar::-webkit-scrollbar-track:hover, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-track:hover, .md_beer_map_cont .navigation ul::-webkit-scrollbar-track:hover, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0);
}
.dd_scrollbar::-webkit-scrollbar-track:active, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-track:active, .md_beer_map_cont .navigation ul::-webkit-scrollbar-track:active, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0);
}
.dd_scrollbar::-webkit-scrollbar-corner, .md_beer_map_cont .map_itenerary::-webkit-scrollbar-corner, .md_beer_map_cont .navigation ul::-webkit-scrollbar-corner, .md_beer_map_cont .member_ajax .cont::-webkit-scrollbar-corner {
  background: transparent;
}

.dd_swtich_toggle {
  /* Rounded sliders */
}
.dd_swtich_toggle label span.form_label {
  position: relative;
  top: -20px;
}
.dd_swtich_toggle .switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 24px;
}
.dd_swtich_toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dd_swtich_toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(63, 70, 76, 0.94);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dd_swtich_toggle .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dd_swtich_toggle input:checked + .slider {
  background-color: #0a4553;
}
.dd_swtich_toggle input:focus + .slider {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.dd_swtich_toggle input:checked + .slider:before {
  left: calc(100% - 20px);
}
.dd_swtich_toggle .slider.round {
  border-radius: 34px;
}
.dd_swtich_toggle .slider.round:before {
  border-radius: 50%;
}

body.page-id-16589 {
  overflow: hidden !important;
}
body.page-id-16589 .site-container {
  background: none;
}

#c7wp-cart-box {
  display: none !important;
}

.drop, .md_beer_map_cont .navigation, .md_beer_map_cont .member_ajax {
  -webkit-box-shadow: 5px 0px 15px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 0px 15px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 0px 15px -8px rgba(0, 0, 0, 0.75);
}

div.cluster div span {
  opacity: 0 !important;
}
div.cluster div:before {
  content: "+";
  width: 100%;
  height: 100%;
  display: block;
}

ul.member_categories {
  margin: 24px 0 0 0;
}
ul.member_categories li {
  list-style: none;
  background: rgba(0, 0, 0, 0.05);
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 24px;
}
ul.member_categories li h3 {
  font-size: 1.4rem;
}

span.loader_2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

button.open_itinerary {
  position: fixed;
  z-index: 99;
  right: -50px;
  bottom: 50vh;
  transform: rotate(-90deg);
  font-size: 1.2rem;
}
@media only screen and (max-width: 760px) {
  button.open_itinerary {
    transform: rotate(0deg);
    height: 74px;
    background: #333;
    width: 100%;
    right: 0;
    bottom: 0;
    top: auto;
  }
}

.resort_itenerary {
  position: absolute;
  background: white;
  padding: 24px;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}

#created_itinerary {
  position: fixed;
  z-index: 1000000000000000000000000000000000;
  background: rgba(0, 0, 0, 0.84);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#created_itinerary button.close_build_links {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#created_itinerary .cont {
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
@media only screen and (max-width: 600px) {
  #created_itinerary .cont {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
#created_itinerary .cont h3 {
  grid-column: span 3;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "acumin-pro", sans-serif;
}
@media only screen and (max-width: 600px) {
  #created_itinerary .cont h3 {
    grid-column: span 1;
  }
}
#created_itinerary .cont .button {
  font-size: 1.4rem;
  border-radius: 4px;
  text-align: center;
}
#created_itinerary .cont .button.success {
  background: #ffcb69;
  color: white;
}
#created_itinerary .cont .button.success:focus {
  color: white;
  outline: none;
}
#created_itinerary .cont form#email_results {
  grid-column: span 3;
  display: none;
}
@media only screen and (max-width: 600px) {
  #created_itinerary .cont form#email_results {
    grid-column: span 1;
  }
}
#created_itinerary .cont form#email_results div#section_1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  padding: calc(24px/2) 0;
}
#created_itinerary .cont form#email_results div#section_1 span.form_label {
  display: none;
}
#created_itinerary .cont form#email_results div#section_1 #your_link {
  display: none;
}

.message_notify {
  background: rgba(0, 0, 0, 0.84);
  position: fixed;
  z-index: 1000000000000000300000000000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.message_notify .cont {
  max-width: 500px;
  color: white !important;
  position: relative;
  z-index: 999999999999;
}

.md_beer_map_cont {
  display: grid;
  grid-template-columns: 300px 1fr 0;
  grid-template-areas: "navigation acf_map map_itenerary";
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.md_beer_map_cont.show_itenerary {
  grid-template-columns: 300px 1fr 400px;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont.show_itenerary {
    grid-template-columns: 1fr;
    grid-template-rows: 0 0 1fr;
  }
}
.md_beer_map_cont.show_itenerary .acf_map {
  width: calc(100vw - (300px + 400px));
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont.show_itenerary .acf_map {
    width: 0;
  }
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont {
    grid-template-columns: 1fr;
    grid-template-areas: "navigation" "acf_map" "map_itenerary";
  }
}
.md_beer_map_cont.mobile_on .navigation {
  height: calc(100vh - 74px);
  margin-top: 74px;
}
.md_beer_map_cont .member_ajax {
  position: fixed;
  z-index: 999;
  width: 474px;
  height: 100vh;
  background: white;
  left: 300px;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1024px) {
  .md_beer_map_cont .member_ajax {
    width: calc(100vw - 300px);
  }
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .member_ajax {
    left: 0;
    width: 100vw;
    z-index: 1000000000000000000000000000000000;
  }
}
.md_beer_map_cont .member_ajax strong.trail_type {
  background: rgba(0, 0, 0, 0.05);
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 1.34rem;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .member_ajax.mobile_hide {
    display: none;
  }
}
.md_beer_map_cont .member_ajax .map_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.md_beer_map_cont .member_ajax .cont {
  padding: calc(24px*2);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.md_beer_map_cont .member_ajax .cont img {
  object-fit: contain;
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: 24px;
}
.md_beer_map_cont .member_ajax .cont .close_member_window {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}
.md_beer_map_cont .member_ajax .cont button.add_to_itenerary {
  background: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  width: 100%;
  border: solid 1px #b43e24;
  border-radius: 8px;
  color: #b43e24;
  margin-bottom: calc(24px);
}
.md_beer_map_cont .member_ajax .cont button.add_to_itenerary:hover {
  background: #b43e24;
  color: white;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .member_ajax .cont ul.info_box {
    margin-bottom: calc(24px*3);
  }
}
.md_beer_map_cont .member_ajax .cont ul.info_box li {
  height: calc(24px*2);
  display: flex;
  align-items: center;
  border-bottom: dashed 2px #ffcb69;
}
.md_beer_map_cont .member_ajax .cont ul.info_box li a {
  height: calc(24px*2);
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  height: calc(24px*2);
  color: #b43e24;
  text-transform: uppercase;
}
.md_beer_map_cont .member_ajax .cont ul.info_box li a .fa {
  font-size: 1.8rem;
  color: #ffcb69;
  margin-right: 6px;
}
.md_beer_map_cont .md_reset_map {
  position: absolute;
  left: calc(300px + (24px *2));
  top: calc(24px*2);
  background: rgba(0, 0, 0, 0.84);
  color: white;
  padding: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 999;
  border-radius: 8px;
}
.md_beer_map_cont .md_reset_map .fa {
  margin-right: 6px;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .md_reset_map {
    left: auto;
    top: 0;
    height: 74px;
    right: 74px;
    width: auto;
    border-radius: 0;
    background: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 2px white;
  }
}
.md_beer_map_cont .map_mobile_menu {
  display: none;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_mobile_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    height: 74px;
    padding: 0;
    width: 74px;
    border-radius: 0;
    background: #0a4553;
  }
  .md_beer_map_cont .map_mobile_menu:focus {
    outline: none;
  }
  .md_beer_map_cont .map_mobile_menu.open i.fa-times {
    display: block;
  }
  .md_beer_map_cont .map_mobile_menu.open i.fa-bars {
    display: none;
  }
  .md_beer_map_cont .map_mobile_menu i.fa-times {
    display: none;
  }
}
.md_beer_map_cont .md_beer_logo {
  background-color: white;
  width: 160px;
  height: 160px;
  padding: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 99;
  border: solid 4px #b43e24;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.md_beer_map_cont .md_beer_logo span {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/mdwine-pro/images/mwa-logo.png");
  background-size: contain !important;
  background-position: center center !important;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .md_beer_logo span {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .md_beer_logo {
    background: url("../images/mini_logo_2.png");
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: left !important;
    width: 100%;
    background-color: white;
    height: 74px;
    top: 0;
    left: 0;
    right: auto;
    border-radius: 0;
    border: none;
  }
}
.md_beer_map_cont .navigation {
  position: relative;
  grid-area: navigation;
  background: #0a4553;
  color: white;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .navigation {
    height: 0;
  }
}
.md_beer_map_cont .navigation img.wine_trail_ico {
  object-fit: contain !important;
  height: 24px;
  background-color: white;
  border-radius: 550%;
  padding: 2px;
  position: relative;
  top: -3px;
  right: 0;
  position: absolute;
}
.md_beer_map_cont .navigation button.show_my_location,
.md_beer_map_cont .navigation button.turn_off_location {
  position: absolute;
  bottom: 0;
  background: #ffcb69;
  border-radius: 0;
  font-weight: 600;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
}
.md_beer_map_cont .navigation button.show_my_location .fa,
.md_beer_map_cont .navigation button.turn_off_location .fa {
  margin-right: 6px;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .navigation button.show_my_location,
.md_beer_map_cont .navigation button.turn_off_location {
    position: relative;
  }
}
.md_beer_map_cont .navigation button.turn_off_location {
  background: #333;
}
.md_beer_map_cont .navigation a.return_home i {
  margin-left: 0 !important;
  margin-right: 6px;
}
.md_beer_map_cont .navigation a.return_home,
.md_beer_map_cont .navigation label {
  background: #b43e24;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  height: calc(24px*2);
  display: flex;
  align-items: center;
  padding: 0 24px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.md_beer_map_cont .navigation a.return_home#label_brewery_members .fa,
.md_beer_map_cont .navigation label#label_brewery_members .fa {
  display: none;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .navigation a.return_home#label_brewery_members .fa,
.md_beer_map_cont .navigation label#label_brewery_members .fa {
    display: block;
  }
}
.md_beer_map_cont .navigation a.return_home span,
.md_beer_map_cont .navigation label span {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 12px;
  height: 100%;
  margin-left: auto;
  left: 24px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.md_beer_map_cont .navigation a.return_home .fa,
.md_beer_map_cont .navigation label .fa {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: auto;
  display: block;
}
.md_beer_map_cont .navigation a.return_home.selected .fa,
.md_beer_map_cont .navigation label.selected .fa {
  transform: rotate(90deg);
}
.md_beer_map_cont .navigation ul {
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 33.3vh;
}
.md_beer_map_cont .navigation ul.brewery_members {
  height: calc(33.3vh + 24px);
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .navigation ul.brewery_members {
    display: none;
  }
}
.md_beer_map_cont .navigation ul.filters {
  height: auto;
  max-height: 300px;
}
.md_beer_map_cont .navigation ul.filters, .md_beer_map_cont .navigation ul.counties {
  display: none;
}
.md_beer_map_cont .navigation ul.filters li.filter_selected, .md_beer_map_cont .navigation ul.counties li.filter_selected {
  background: rgba(255, 255, 255, 0.14);
}
.md_beer_map_cont .navigation ul li {
  height: calc(24px*3);
}
.md_beer_map_cont .navigation ul li button {
  height: calc(24px*3);
  border-radius: 0;
  background: none;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.28rem;
  font-weight: 600;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0 24px;
  width: 100%;
}
.md_beer_map_cont .navigation ul li button div,
.md_beer_map_cont .navigation ul li button span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.md_beer_map_cont .navigation ul li button span span {
  padding-top: 6px;
  margin-top: 6px;
  font-size: 1rem;
  border-top: solid 1px rgba(255, 255, 255, 0.24);
}
.md_beer_map_cont .navigation ul li button:focus {
  outline: none;
}
.md_beer_map_cont .navigation ul li button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.md_beer_map_cont .acf_map {
  grid-area: acf_map;
  position: relative;
  width: calc(100vw - 300px);
  height: 100vh;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .acf_map {
    width: 100vw;
  }
}
.md_beer_map_cont .acf_map .producer_label {
  color: white;
  background: #2d3338;
  padding: 8px 14px;
  text-align: center;
  font-size: 1.2rem;
  transform: translateX(-50%);
}
.md_beer_map_cont .map_itenerary {
  grid-area: map_itenerary;
  background: #0a4553;
  position: relative;
  z-index: 100;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary {
    height: calc(100vh - (24px - 74px));
    top: 74px;
    padding-bottom: 148px;
    border-top: solid 2px white;
  }
}
.md_beer_map_cont .map_itenerary .cont {
  position: relative;
  padding: calc(24px * 2);
  color: white;
}
.md_beer_map_cont .map_itenerary .cont button.close_itenerary {
  background: none;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
}
.md_beer_map_cont .map_itenerary .cont button.create_itenerary {
  width: 100%;
  font-size: 1.4rem;
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary {
  display: grid;
  grid-gap: 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary .cont ul#my_itenerary {
    margin-bottom: calc(24px*2);
  }
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li {
  background: rgba(255, 255, 255, 0.24);
  padding: calc(24px/2);
  overflow: hidden;
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 8px;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont {
    grid-template-columns: 1fr;
  }
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont button.remove_item {
  background: none;
  font-size: 1.1rem;
  position: absolute;
  top: -8px;
  right: 0;
  padding: 0;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont button.remove_item {
    height: 52px;
    width: 74px;
    text-align: right;
    font-size: 1.6rem;
  }
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div.bar_handle {
    position: absolute;
    height: 100%;
    width: 75%;
    align-items: center;
    justify-content: flex-start !important;
    z-index: 99;
  }
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div span {
  font-weight: 600;
  font-size: 1.4rem;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div span {
    padding-left: 24px;
  }
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div div {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div div {
    padding-left: 24px;
  }
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div:first-child {
  justify-content: center;
  font-size: 1.4rem;
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div:first-child i {
  cursor: grab;
}
.md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 230px;
}
@media only screen and (max-width: 760px) {
  .md_beer_map_cont .map_itenerary .cont ul#my_itenerary li div.cont div label {
    width: 75%;
  }
}

#markerLayer img[src="/wp-content/plugins/marylandbeer-map-master/images/ico/you.png"] {
  animation: bouncing 1.2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes bouncing {
  0% {
    transform: scale(0.6) translateY(0);
  }
  15% {
    transform: scale(0.8) translateY(-10px);
  }
  30% {
    transform: scale(0.6) translateY(0);
  }
  100% {
    transform: scale(0.6) translateY(0);
  }
}

/*# sourceMappingURL=map.css.map */
