#yews-hellobar-popup .popup-mask {
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

#yews-hellobar-popup .popup-content {
    display: block;
    background: none repeat scroll 0 0 #fff;
    border-radius: 0px;
    border-top: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    padding: 30px 20px;
    position: fixed;
    top: 5%;
    width: 40%;
    z-index: 99999;
    margin: 0px auto;
}

.popup-content {
    border: 5px solid #000 !important;
    font-size: 14px;
    line-height: 1.5em;
}

.close-popup > span{
    background: #f76969;
    color: #fff!important;
    border-radius: 100%!important;
    padding: 0!important;
    width: 30px!important;
    height: 30px!important;
    display: inline-block;
    text-align: center!important;
    line-height: 28px;
    font-size: 16px!important;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: -17px;
    top: -7px;
}

.popup-content ul.listed {
    padding-left: 0!important;
}
.popup-content ul.listed > li:before{
    background: url(/wp-content/plugins/gm-hello-bar-popup/assets/images/checklist.svg);
    content: "";
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
}

.popup-content ul.listed > li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    list-style: none !important;
}

.popup-content a.phone_number{
    display: inline-block;
}



/* Responsive */


@media screen and (max-width: 960px){
    
#yews-hellobar-popup .popup-content{
    width: 85% !important;
}
    
}


@media screen and (max-width: 767px){

.popup-inner{
    max-height: 480px;
    overflow-x: scroll!important;
}

}

