/*Menu End*/

.filter-menu-masonry {
    margin-top: 100px;
}

#portfolio {
    margin-top: 0px;
}

.portfolio {
    padding-bottom: 60px;
}

.blog-grids .item {
    position: relative;
    margin-bottom: 18px;
    padding: 0 10px;
}

.p-padding {
    margin-bottom: 16.4px;
}

.three_pics .item {
    margin-bottom: 15px;
}

.img_content {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 247, 247, 0.5);
}

.filter-menu-masonry li {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    padding-bottom: 8px;
    padding-top: 15px;
}

.filter-menu-masonry .active {
    border-bottom: 2px solid #FF4612;
}

.portfolio .projects-grid .project a .project-hover {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: end;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
    justify-content: flex-end;
    left: 10px;
    opacity: 0;
    padding: 17px 30px;
    position: absolute;
    text-align: left;
    top: 10px;
    visibility: hidden;
    width: calc(100% - 30px);
}
