/**
* Theme Name: Xcare Child
* Description: This is a child theme of xcare 
* Author: designervily
* Template: xcare
* Version: 1.0
*/

.navigation-top a[href$=".pdf"]:before {
    display: none !important;
    content: none !important;
}

.pbmit-blog-style-5 .pbmit-post-title {
word-break:normal!important;
}

@media (min-width: 1201px){
body:not(.mega-menu-pbminfotech-top) .pbmit-navbar ul ul {
    min-width: 290px!important;}}

.pbmit-blog-meta .pbmit-meta-author {
  display: none!important;
}
.gallery-item .gallery-icon a.fancybox.image img {
  width: 100%;
  height: 220px;
  object-fit: cover;

  border:5px solid #fff;
  border-radius: 15px;
}
.custom.sr7-ndh.sr7-npvb.sr7-bullets::before, .custom.sr7-ndh.sr7-npvb.sr7-bullets::after {
    box-shadow: 0 20px 0 0 var(--pbmit-xcare-body-bg-color)!important;
}
.custom.sr7-ndh.sr7-npvb.sr7-bullets {

    background-color: var(--pbmit-xcare-body-bg-color)!important;

}


.pbmit-static-box-style-2 .pbmit-btn a {
    font-size: 0px!important;}


[class^="pbmit-base-icon-"]:before, [class*=" pbmit-base-icon-"]:before {
    margin-left: 0em!important;}
    
.pbmit-tab-style-1 .pbmit-tab-content-wrapper {width: 100%;}
.pbmit-tab-content-title, .pbmit-tab-link {text-transform: none!important;}
a[href$=".pdf"] {
    display: inline-flex;
    align-items: center;
    text-decoration: none; 
    color: inherit; 
}

a[href$=".pdf"]:before {
    content: ""; 
    background-image: url('https://spitalul-copii.md/wp-content/uploads/2025/04/files.svg');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.5em; 
    height: 1.5em; 
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    flex-shrink: 0; 
}


a[href$=".pdf"] span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
   
}

a[href$=".pdf"]:hover {

    opacity: 0.8;
}


@media (max-width: 768px) {
    a[href$=".pdf"] {

        display: inline-flex;
        align-items: center;
    }

    a[href$=".pdf"]:before {

        width: 1.4em;
        height: 1.4em;
        margin-right: 8px;

    }

    a[href$=".pdf"] span {

        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
}