/*!
Theme Name: Sun Bun theme
Theme URI: 
Author: Bilatchuk Vasyl
Description: Description
Version: 1.0.0
*/

@import "assets/css/main.min.css";

.project-title.hidden{
	display: none;
}

.item-title .select-text{
	display: none;
}

.menu_expand .header-new.header-sticky .nav-menu {display: block !important}

.avards .content img{
	margin-bottom: 30px;
}
.header-new.header-sticky .logo svg{
	height: 60px;
}
.header-new.header-sticky{
	padding: 12px 0;
}
.img-news-placeholder{
	width: 270px;
	margin-right: 70px;
}
.news .image{
	width: auto;
	margin-right: 0
}
.detail .title{
	background-color: #fff;
}
.single-portfolio .projects .container{
	max-width: 1394px;
}
.bottom-items .block{
	height: 100%;
}
@media screen and (max-width: 1570px) {
	.perspective .flex .middle-image {
		margin-left:-20px;
	}
}
@media screen and (max-width: 990px) {
	.img-news-placeholder {
    	width: auto;
    	margin-right: 38px;
	}
	.popup-block{
		top: 100px;
		height: auto;
		max-height: 80%;
		overflow: auto;
		transform: none;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.header-new.header-sticky .logo svg {
		height: 50px;
	}
	.bottom-items .block p{
		margin-bottom: 0;
	}
}