#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: 99999999999;
}

#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: 15px;
    position: fixed;
    top: 5%;
    width: 40%;
    z-index: 99999999999;
    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-inner{
	max-height: 84vh!important;
	overflow: auto !important;
    border: #279aec 8px solid;
    padding: 25px;
}
.popup-content p{
    margin-bottom:20px;
    margin-top: 20px;
    padding:0;
}
.popup-content ul.listed, .popup-content ul {
    padding-left: 0!important;
    margin-left: 0!important;
}
.popup-content ul.listed > li:before, .popup-content ul > li:before{
    background: url(/wp-content/plugins/gm-hello-bar-popup/assets/images/check.svg);
    content: "";
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
}

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

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





/* Responsive */


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

#yews-hellobar-popup .popup-content{
    width: 50% !important;
}    

}


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


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

@media screen and (max-width: 640px){
    
.popup-inner{
	max-height: 79vh!important;
}
    
}


