/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

article.type-snp .information .col, article.type-buyer_order .information .col{
    padding-bottom: 5px;
}

article.type-snp .information .price, article.type-snp .price, .snp-item .price,
article.type-buyer_order .information .price, article.type-buyer_order .price, .buyer_order-item .price{
    font-size: 150%;
    text-transform: uppercase;
}

textarea.textarea-h-50{
    min-height: 50px;
}

article.snp, article.buyer_order{
    padding-bottom: 30px;
}

article.snp .article-inner > .row, article.buyer_order .article-inner > .row{
    padding-bottom: 15px;
}

article.snp .article-inner > .row > .col, article.buyer_order .article-inner > .row > .col{
    padding-bottom: 0;
}

.custom-form input, .custom-form select, .custom-form textarea{
    margin-bottom: 0;
}

article.snp footer.entry-meta, article.buyer_order footer.entry-meta{
    border-top: 0;
}

.box-shadow-1 .table, .box-shadow-1-hover .table:hover{
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.header-search:not(.header-search-custom){
    display: none !important;
}
.sidebar-menu .search-form:not(.header-search-form-custom),
.header-search-form:not(.header-search-form-custom){
    display: none !important;
}