/*

	Theme Name: INNERA - Portfolio Template
	Theme URI: http://www.locotheme.com/innera-html/
	Description: Portfolio Template
	Version: 1.0
	Author: Loco Theme
	Author URI: http://www.locotheme.com

	- - - - - Contents - - - - -
	
    01 - Max 1199px
    02 - Max 991px
	03 - Max 767px
	04 - Min 1200px
    05 - Min 992px
	06 - Min 768px
	
	- - - - - - - - - - - - - -
	
*/

/*  01 -  Max 1199px
-----------------------------------------------------------*/
@media (max-width: 1199px){
	
}

/*  01 -  Max 991px
-----------------------------------------------------------*/
@media (max-width: 991px){
    body{
        background-image        : none;
    }
    
    h1, .h1{
        font-size               : 2em;
        line-height             : 40px;
    }
    h1 + h2{
        line-height             : 30px;
    }
    h2, .h2{
        font-size				: 18px;
    }
    h4, .h4{
        font-size				: 14px;
    }
    
    .offset-top{
        margin-top				: -40px;
    }
    .offset-left{
        margin-left				: -40px;
    }
    .offset-right{
        margin-right			: -40px;
    }
    .offset-bottom{
        margin-bottom			: -40px;
    }
    .offset-h{
        margin-left				: -40px;
        margin-right			: -40px;
    }
    .offset-v{
        margin-top				: -40px;
        margin-bottom			: -40px;
    }
    .offset-all{
        margin-top				: -40px;
        margin-bottom			: -40px;
        margin-left				: -40px;
        margin-right			: -40px;
    }
    .offset-all-top{
        margin-top				: -40px;
        margin-left				: -40px;
        margin-right			: -40px;
        margin-bottom           : 40px;
    }
    .offset-all-bottom{
        margin-left				: -40px;
        margin-right			: -40px;
        margin-bottom			: -40px;
    }
    
    .project-filter.type-one ul li{
        width                   : 25%;
    }
    
    .promo-banner.type-two .promo-inner{
        padding                 : 40px;
    }
    
    .testimonial-list.type-one.offset-all-bottom{
        padding                 : 40px;
    }
    
    .project-list.type-two .project-item .project-info h3{
        font-size               : 2em;
    }
    
    .client-list.type-one img{
        max-width               : 40%;
    }
    
    .blog-list.type-one .bl-post{
        border-bottom           : 1px solid #f1f1f1;
    }
    .blog-list.type-one .row:last-child div[class*="col-"]:last-child .bl-post{
        border-bottom           : 0px;
    }
    
    .project-single.type-one .nav-prevnext,
    .project-single.type-two .nav-prevnext{
        margin-top              : 40px;
    }
    
    .page-wrapper .page-containe