/*HCP Pop-up*/
#hcp-message-popup{
    position: fixed;
    width: 580px;
    z-index: 10000;
    max-width: calc( 100% - 48px );
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #000;
    padding: 30px 20px;
    font-size: 11px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 75%);
    transition: opacity 1s ease;
    opacity: 0;
    border-radius: 0px;
    line-height: normal;
}
	
#hcp-message-popup.show {
    opacity: 1;
}

#hcp-message-popup.hide {
    display:none;
}

#hcp-message-popup a.button{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    clear: both;
    display: inline-block;
    margin-top: 10px;
}
    
#hcp-message-popup p{
    margin-bottom: 10px;
}

h3.country-fail{
    color: #cc0000;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
/*HCP Pop-up*/

/*Remove single post navigation*/
.single .post-navigation .nav-links{
	display:none !important;
}

/*Country Widget Text*/

.widget-country-text{
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
}

/*Country Widget Text*/
