

.title {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 18px;
}

.post-meta {
    font-size: 14px;
    padding-bottom: 15px;
}

.container{
  //  background-color: gray;
}


.news-card{
    //border: 2px solid gray;
    //border-radius: 25px !Important;
    padding: 20px;
    background-color: white !important;
    // width: 90%;
    border-radius: 25px;
    
}

.thumbnail1{
    display: block;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.428571429;
    background-color: rgb(255 255 255 / 87%);
    border: 2px solid #d00;
    border-radius: 25px;
    transition: border 0.2s ease-in-out;
}

.search-container-output-form {
    display:none !important;
}

ng-scope {
       margin-bottom: 20px !Important; 
}

.hide-text-5-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 80px;      /* fallback */
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}

/*

@media (max-width: 960px) { 
    
    .row .news-card {
        width: 500px !important;
    }
}

@media (max-width: 660px) { 
    .row .news-card {
        width: 300px !important;
    }
    
}

@media (max-width: 420px) { 
    .row .news-card {
        width: 250px !important;
    }
    
} 

*/


.buttons-top {display:none;}