/*
Theme Name: Openspace
Theme URI: http://grushka-agency.info
Author: http://grushka-agency.info
Author URI: http://grushka-agency.info
Description: Wordpress theme for Openspace
Version: 1.0.0
*/
.single-post{
	margin-top: 50px;
}
@media screen and (max-height: 750px){
	.banner-down{
		margin-top: 5%;
	}
	#about{
		padding-top: 15vh;
	}
}
@media screen and (max-height: 600px){
	#about {
    	padding-top: 10vh;
    }
}
.project-item .entry-title {
    display: block;
    line-height: 1.1;
    text-decoration: none;
    color: #043747;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.project-item{
	overflow: hidden;
}
.project-direction-description{
    padding: 0 5px 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.project-direction-description p:last-child{
    margin: 0;
}
.slide-direction .content{
   padding: 15px;

}
.slide-direction .content .btn-more{
    font-size: 13px;
}
.project-thumbs{
    position: relative;
}
.status-active, .status-completed{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fff transparent transparent transparent;
}
.status-active span{
    position: absolute;
    top: -40px;
    left: 7px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #043747;
    border-radius: 50%;
    cursor: pointer;   
}
.status-completed span{
    position: absolute;
    top: -43px;
    left: 9px;
    display: block;
    width: 10px;
    height: 18px;
    border-bottom: 3px solid #043747;
    border-right: 3px solid #043747;
    transform: rotate(45deg);
    cursor: pointer;
}
.post-prev .btn-more{
    margin-top: 5px;
}
#project-page{
    padding-bottom: 50px;
}
#project-page .project-navigation{
    position: absolute;
    bottom: -80px;
}
.navigation{
    width: 100%;
}
.archive-reports .post-prev{
	/*overflow: hidden;*/
}
@media screen and (min-width: 480px){

}
@media screen and (min-width: 768px){
    .archive-reports .post-prev{
        height: 550px;
        overflow: hidden;
    }
    .report-excerpt{
        height: 120px;
        margin-bottom: 10px;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px){
	.banner h1{
		margin-top: 50px;
	}
}
@media screen and (min-width: 480px){
	.logo{
		padding-top: 10px;
	}
}
@media screen and (min-width: 1200px){
	.home-slide .description{
		font-size: 16px;
		margin: 15px 0;
	}
	.home-slide .slide-content{
		padding-left: 15px;
	}
}
@media screen and (max-width: 768px){
	.social{
		margin-top: 20px;
	}
}
.team-item{
	width: 29%;
	margin: 1%;
	display: inline-block;
	min-height: 500px;
/*	overflow: hidden;*/
}

@media screen and (max-width: 992px){
	.team-item{
		width: 45%;
	}
}
@media screen and (max-width: 768px){
	.team-item{
		width: 41%;
	}
}
@media screen and (max-width: 480px){
	.team-item{
		width: 100%;
		min-height: auto;
	}
}
.team-item .btn-more{
	margin-top: 5px;
	background-color: #043747;
}
.team-excerpt{
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}
.team-descr{
	display: none;
	overflow: hidden;
/*	max-height: 255px;*/
}
.prev-team .content {
     margin-bottom: 0; 
}
#home .btn-more:hover, #home .btn-more:active, #home .btn-more:focus{
    color: #fff;
}
@media screen and (max-width: 992px){
    .single-post .page-title{
        padding-top: 25px;
    }
}
@media screen and (max-width: 480px){
    .single-post .page-title{
        padding: 15px;
        margin-bottom: 0;
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    #activities .slide-project .content{
        width: 90%;
        height: 90%;
    }
    .slide-project .content{
        padding: 15px;
    }
@media screen and (min-width: 992px) and (max-width: 1200px) and (max-height: 550px){
    .slider-directions h3, .slider-projects h3{
        font-size: 18px;
    }
    #home h1{
        font-size: 42px;
    }
    #home .sub-title{
        font-size: 28px;
    }
    .box{
        padding: 15px;
    }
}

