.btn.read-more {
  visibility: hidden;
}

/* Add new text using ::after */
.btn.read-more::after {
  content: 'Прочитај Повеќе';
  visibility: visible; /* Ensure the new content is visible */
}


.has-bg .breadcrumb {
    display: none;
}

.kontakt .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {   
    background-color: transparent; }
    
/* Disable the link click */
.esg-center.eg-thememove-project-element-6-a a {
    pointer-events: none !important; /* Disable click on the link */
    cursor: default !important; /* Change cursor to indicate non-clickable */
}

/* Hide the search icon */
.esg-center.eg-thememove-project-element-6-a i.eg-icon-search {
    display: none !important; /* Hide the search icon */
}
.entry-meta {
    display: none !important;
}
.flexslider .slides img {
    width: 67% !important;
    display: inline-block !important;
    height: auto;
}

.single-post .entry-footer {
    display: none;
}
.entry-bottom .col-sm-8 {
    display: none;
}

@media (max-width: 430px) {

.scheme .footer {
    text-align: center;
} 
    
    .footer .social .menu {
    text-align: center;
}
    .footer .menu {
    font-size: 0;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer .social .menu li {
    margin-left: 15px;
    margin-right: 15px;
}


    
    
    
}