/**
 * Gallery & Portfolio
 * -----------------------------------------------------------------------------
 */

.site-content.project-content .has-post-thumbnail .entry-header {
    padding-top: 0;
}

.full-width.singular .site-content.project-content .hentry.has-post-thumbnail,
.full-width.home .site-content.project-content .hentry.has-post-thumbnail {
    margin-top: 0;
}

.full-width .site-content.project-content .has-post-thumbnail .entry-header,
.full-width.singular .site-content.project-content .hentry.has-post-thumbnail,
.full-width.home .site-content.project-content .hentry.has-post-thumbnail {
    margin-top: 0;
}

.site-content.project-content .has-post-thumbnail .entry-header {
    margin-top: 0;
}

.gallery-list,
.portfolio-list {
    margin: 0 0 0 -15px;
    list-style: none;
    font-size: 0;
}

.portfolio-list {
    padding: 0;
}

.gallery-list .gallery-item {
    display: inline-block;
    float: none;
    margin: 0 8px 8px 0;
}

section.portfolio {
    margin: 0;
    padding: 0;
}

.portfolio-list .portfolio-item {
    display: block;
    float: left;
    margin: 0 0 0 0;
    width: 33.3333%;
}

@media screen and (max-width: 1023px) {
    .portfolio-list .portfolio-item {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-list .portfolio-item {
        width: 100% !important;
    }
}

.gallery-list .gallery-img {
    width: 213px;
    min-height: 160px;
    position: relative;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    margin-top: 9px !important;
}

.portfolio-list .portfolio-img {
    /*width: 223px;*/
    position: relative;
    margin: 0 0 30px 15px;
}
.portfolio-list .portfolio-img a {
    display: block;
}
.portfolio-list .portfolio-img a img {
    width: 100%;
    max-width: 100%;
}

.portfolio-img h4.title-item {
    margin-top: 20px;
}

.portfolio-item h4 a {
    text-decoration: none;
}

.gallery-list .gallery-item .see-more,
.portfolio-list .portfolio-item .see-more {
    line-height: 170px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    /*background-color: rgba(5, 0, 0, 0.3);*/
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-list .gallery-item .see-more .hover-title,
.portfolio-list .portfolio-item .see-more .hover-title,
.gallery-list .gallery-item .title-item {
    display: none;
}

.gallery-list .gallery-item img {
    max-width: 100%;
}

.title-item {
    font-size: 14px;
    font-weight: bold;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-top: 28px;
}

.wrapp-categories-gallery {
    overflow: hidden;
    margin: 12px 0 10px;
}

.wrapp-categories-portfolio {
    overflow: hidden;
    margin: 0 0 50px 0;
}

.wrapp-categories-gallery .gallery-categories,
.wrapp-categories-portfolio .portfolio-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 2.1429;
    text-align: center;
}

.wrapp-categories-gallery .gallery-categories li,
.wrapp-categories-portfolio .portfolio-categories li {
    display: inline-block;
    color: #292a2e;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px;
}

.wrapp-categories-gallery .gallery-categories .categories-item.active,
.wrapp-categories-gallery .gallery-categories li:hover,
.wrapp-categories-portfolio .portfolio-categories .categories-item.active,
.wrapp-categories-portfolio .portfolio-categories li:hover {
    cursor: pointer;
    color: #24890d;
}

.wrapp-categories-gallery .separator,
.wrapp-categories-portfolio .separator {
    float: left;
    margin: 0 5px;
}

#Container .mix {
    display: none;
}

ul.portfolio-categories {}
ul.portfolio-categories span.separator {
    display: none;
}
ul.portfolio-categories li a {
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0 0;
    padding: 10px 30px;
    border-radius: 40px;
    letter-spacing: 0.2em;
    background-color: #ffffff;
    color: #292a2e;
}

ul.portfolio-categories li.active a,
ul.portfolio-categories li.active a:hover,
ul.portfolio-categories li a:hover,
ul.portfolio-categories li a:focus,
ul.portfolio-categories li a:active {
    background-color: #e2001a;
    color: #ffffff;
}

.portfolio-img .portfolio-hover {
    visibility: hidden;
    opacity: 0;
}
.portfolio-img:hover .portfolio-hover {
    visibility: visible;
    opacity: 1;
}
.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(41, 42, 46, 0.9);
}

.portfolio-zoom,
.portfolio-info {
    display: inline-block !important;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    text-align: center;
    background-color: #e2001a;
    color: #ffffff;
}
.portfolio-zoom:hover,
.portfolio-info:hover,
.portfolio-zoom:focus,
.portfolio-info:focus {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    color: #292a2e;
}
.portfolio-zoom .fa,
.portfolio-info .fa {
    font-size: 18px;
    line-height: 60px;
}
.portfolio-info {
    margin-left: 10px;
}
.portfolio-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
}
.portfolio-title a {color: #ffffff;}
.portfolio-title a:focus,
.portfolio-title a:hover {color: #ffffff;}

.portfolio-img .portfolio-hover,
.portfolio-img:hover .portfolio-hover,
.transition--on {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* helper */
#Container {
    /*border: solid 1px rgba(255, 0, 0, 0.1);*/
    /*background-color: rgba(255, 255, 0, 0.1);*/
}