/*
Theme Name: Novo 
Theme URI: http://promo-theme.com/novo/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: We present you an Awesome Photography WordPress Theme. You can build a beautiful site, using 6 homepages. Much galleries, styles of blogs, and much much more make your site individual and creative.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novo
Template: novo

*/

.portfolio-block .portfolio-item {overflow:hidden;}
.portfolio-block .portfolio-item .buttons {
    margin: 0 auto;
    width: 90%;
    z-index:10;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    height: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    padding: 10px 15px;

    background: rgba(33, 33, 33, 0.95);
    color: #fff;
    border-radius: 4px;
    pointer-events: all;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(130%);
    -ms-transform: translateY(130%);
    transform: translateY(130%);
}

.portfolio-block .portfolio-item .buttons a {
    display: inline-flex
;
    background: none;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
}

.portfolio-block .portfolio-item:hover .buttons {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

@media (max-width: 600px) {
    .portfolio-block .portfolio-item .buttons {transform: translateY(-24%);}
}