.mapboxgl-popup-content{min-width:300px; min-height: 150px; max-width: 340px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; background: #d0c7e3; bottom:-50px; border-radius:0px; padding:20px 20px 25px 20px;}
.mapboxgl-popup-content .exhibitor_popup_title { font-family: 'CircularStdBold'; font-size:1.5em; margin: 0 auto 20px auto; line-height:1.3em; text-align: center;}
.mapboxgl-popup-content .exhibitor_popup_title_other { font-family: 'CircularBook'; font-size:1.3em; margin: 0 auto 10px auto; line-height:1.3em; text-align: center;}
.mapboxgl-popup-content .exhibitor_popup_title_other span{ font-family: 'CircularStdBold';}
.mapboxgl-popup-content .exhibitor_popup_title_other span a, .mapboxgl-popup-content .exhibitor_popup_title span a{ text-decoration:underline; color:#000; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.mapboxgl-popup-content .exhibitor_popup_title_other span a:hover, .mapboxgl-popup-content .exhibitor_popup_title span a:hover{ color:#FFF;}
.mapboxgl-popup-content .exhibitor_popup_location { font-family: 'CircularBook'; font-size:1.4em; margin: 0 auto 20px auto; max-width:80%; line-height:1.2em; text-align: center; background:#FFF; padding:5px;}
.mapboxgl-popup-content .exhibitor_popup_location a{ color:#000; text-decoration:underline;}
.mapboxgl-popup-close-button:hover{ background-color: #fbf269; color:#000;}

.mapboxgl-popup-tip{ display: none;}

.mapboxgl-popup-close-button {
    border: 0;
    font-size: 4em;
    background-color: #000;
    color: #FFF;
    border-radius: 0;
    line-height: 1em;
    padding: 0 10px 0px 10px;
    top: -30px;
    right: -10px;
}

.mapboxgl-popup{ max-width: 320px !important; }