/*
Theme Name: Medin Child Theme
Theme URI: http://www.portotheme.com/wordpress/medin/
Author: p-themes
Author URI:   https://themeforest.net/user/p-themes/
Template: medin
Description: This is a child theme for Medin.
Version: 1.6.0
Text Domain: medin-child
*/

/*  [ Add your custom CSS below ]
================================ */

.popup-cst.popup-cst-active {
    display: none !important;
}
#mastheadSub {
    position: relative;
    z-index: 9999;
    width: 100%;
    display: flex;
}
#mastheadSub .texto {
    content: 'COVID-19 testēšana. Lai pierakstītos uz testa nodošanu vai pieteiktu vizīti, lūdzam zvanīt +371 25 444 405. Laboratorijas paraugu ņemšanas punkts: Uriekstes iela 1, Rīga. Uzzināt vairāk...';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #1d4261;
    z-index: 999;
    cursor: pointer;
    color: white;
    font-size: calc(100vw / 90);
    padding: 0.5em 4em 0.5em 2em;
}
.textolv:lang(ru-RU){
    display: none;
}
.textoru{
    display: none;
}
.textoru:lang(ru-RU){
    display: block;
}
.exitme{
    display:none !important;
}
#mastheadSub .cross {
    position: absolute;
    top: 0.35em;
    cursor: pointer;
    z-index: 999;
    cursor: pointer;
    right: 1em;
    color: white;
    border: solid white 1px;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:768px){
    #mastheadSub .texto{
     font-size: calc(100vw / 70);
    }
}