ul.archivo {display: block !important;}
ul.archivo li {
    display: block;
    text-align: left;
    cursor: pointer;
    /*padding: 10px 15px;*/
    margin-right: 0px !important;
    font-size: 15px;
}
ul.archivo li:not(:last-child) {margin-bottom: 5px;}
/*ul.motivos li {text-align: left; display: inline-block; cursor: pointer;}
ul.motivos li:not(:last-child) {margin-right: 20px;}*/
ul.archivo li span {
    top: 2px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    width: 15px;
    height: 15px;border: 2px solid #f57e2d;
    margin-right: 1px;
}
ul.archivo li span.active::after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #f57e2d;
    top: 2px; left: 2px;
}
div.archivo-input {height: 0;}
div.archivo-input input {visibility: hidden;}

.post.post-search {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}
.post.post-search > a{
    padding: 30px !important;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #eee;
    transition: .15s ease-in-out;
}
.post.post-search .content {
  margin-left: 175px !important;
}
.post.post-search .img-container {
    width: 150px !important;
    height: 150px !important;
}
.post.post-search > a:hover{
    border-color: #222;
}

@media only screen and (max-width : 550px) {
    .post.post-search .img-container {
        width: 100% !important; 
        float: none; 
        height: !important;
        padding-top: 60%;}
    .post.post-search .content{
        margin-left: 0px !important;
        margin-top: 25px;
    }
}