/* Enter Your Custom CSS Here */

.zoom-social_icons-list {
  margin-top: 2px !important;
}

.zoom-social-icons-list--without-canvas {
  margin-top: 2px !important;
}

.zoom-social_icons-list__item {
  margin-bottom: -10px !important;
}

/* City Filter Add-on */


main.notop {
 margin-top: -60px;
}

@media screen and (max-width: 768px) {
.artistsevents-choosecity {
    font-size: 14px;
    display: block;
    left: -8%;
    font-weight: 300;
    margin-top: 6px;
    float: right;
}

.artistsevents-chooselocation {
    font-size: 14px;
    display: block;
    right: 8%;
    text-align: center;
    margin: 5px;
    float: right;
    margin-top: 7px !important;
}

.artistsevents-choosecity ul li a {
  font-weight: 400;
}
  
}


@media screen and (min-width: 768px) {
  .artistsevents-choosecity {
      font-size: 14px;
      margin-top: 20px;
      display: inline-block;
      left: 50%;
      right:0;
      font-weight: 300;
  }


  .artistsevents-chooselocation {
      font-size: 14px;
      display: inline-block;
      left: 50%;
      text-align: center;
  }

  main.notop {
   margin-top: 0px;
  }
}

@media screen and (min-width: 1000px) {
  .artistsevents-choosecity, .artistsevents-chooselocation {
    left: 45%;
  }
}
   
@media screen and (min-width: 1200px) {
  .artistsevents-choosecity, .artistsevents-chooselocation {
    left: 51%;
  }
}


/* Mobile Menu Update for iPhone 3/22/19 */
.navbar-collapse {
	-webkit-overflow-scrolling: auto !important;
}
