/* PORTFOLIO */

.filters-button-group
{
    text-align: right;
    display: block;
    margin-bottom: 50px;
}

.filters-button-group .button
{
    display: inline-block;
    transition: color .2s linear;
}

.filters-button-group .button.is-checked
{
    background-color: #777F68;  
}

.filters-button-group .button:hover
{
    cursor: pointer;
}

.grid 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item 
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 5px;
}

#content .grid-item img 
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.grid-sizer, .grid-item 
{
    width: 400px;
}

.grid-item.p_two_third
{
    width: 886px;
}

.grid-item.p_one
{
    width: 1329px;
}

.portfolio-text-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 20px;
    background-color: #c3e9a3;
    text-align: center;
    display: none;
    opacity: 0.7; 
}

.portfolio-text-holder i {
    font-size: 2em;
    position: relative;
    top: calc(50% - 15px);
}

.grid-item a:hover
{
    color: #191919;
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}

.content-1330 {
    margin: 0 auto;
    max-width: 1200px;
}

/* END PORTFOLIO */


/* PORTFOLIO SINGLE */

.single-portfolio h1.entry-title
{
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: -2px;
    margin-bottom: 90px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-portfolio .entry-title
{
    text-align: center;
}

/* END PORTFOLIO SINGLE */

/* RESPONSIVE PART */

@media screen and (max-width: 1680px) {


    .grid-sizer, .grid-item 
    {
        width: 400px;
    }

    /* .grid-item.p_two_third
    {
        width: 800px;
    }

    .grid-item.p_one
    {
        width: 1200px;
    } */

}

@media screen and (max-width: 1600px) {

    /* .content-1330
    {
        max-width: 1200px;
    } */

    .grid-sizer, .grid-item 
    {
        width: 400px;
    }

    .grid-item.p_two_third
    {
        width: 800px;
    }

    .grid-item.p_one
    {
        width: 1200px;
    }

}


@media screen and (max-width: 1450px) {  

    .content-1330
    {
        width: 1110px;
    }

    .grid-sizer, .grid-item 
    {
        width: 370px;
    }

    .grid-item.p_two_third
    {
        width: 740px;
    }

    .grid-item.p_one
    {
        width: 1110px;
    }

}


@media screen and (max-width: 1340px) {      

    .content-1330
    {
        width: 1020px;
    }

    .grid-sizer, .grid-item 
    {
        width: 340px;
    }

    .grid-item.p_two_third
    {
        width: 680px;
    }

    .grid-item.p_one
    {
        width: 1020px;
    }

}
@media screen and (max-width: 1220px) {    

    .content-1330, .grid-item.p_one
    {
        width: 960px;       
    }

    .grid-sizer, .grid-item 
    {
        width: 320px;
    }

    .grid-item.p_two_third
    {
        width: 640px;
    }

}

@media screen and (max-width: 1066px) {    

    .content-1330, .grid-item.p_one
    {
        width: 810px;
    }

    .grid-sizer, .grid-item 
    {
        width: 270px;
    }

    .grid-item.p_two_third
    {
        width: 540px;
    }

}

@media screen and (max-width: 925px) {    

    .content-1330,  .grid-item.p_one
    {
        width: 690px;
    }

    .grid-sizer, .grid-item 
    {
        width: 230px;
    }

    .grid-item.p_two_third
    {
        width: 460px;
    }

    .header-holder 
    {
        padding-top: 85px;
        padding-bottom: 85px;
    }

}

@media screen and (max-width: 805px) {    

    .content-1330, .grid-item.p_one
    {
        width: 570px;
    }

    .grid-sizer, .grid-item 
    {
        width: 190px;
    }

    .grid-item.p_two_third
    {
        width: 380px;
    } 

}

@media screen and (max-width: 650px) { 

    .content-1330
    {
        width: 90%;
    }

    .grid-sizer, .grid-item, .grid-item.p_one, .grid-item.p_two_third
    {
        width: 100%;
    }

    .filters-button-group
    {
        text-align: center;
    }   
    
    .single-post .content-wrap
    {
        font-size: 18px;
        line-height: 33px;
    }
}