@media all and (color){
	.portfolio-item{
		min-height: 220px;
	}
	.mobile-menu{
		display: none !important
	}
	.col-3 .portfolio-item{
		width: 280px;
		height: 230px;
	}
	.col-4 .portfolio-item{
		width: 370px;
		height: 439px;
	}
	.col-6 .portfolio-item{
		width: 570px;
		height: 676px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.top-widget .actions-top-widget{
		bottom: 0px;
		z-index: 99999999
	}
	.toggle .title:before{
		padding: 20px;
	}
	.comment-form .field i{
		padding: 12px 20px 13px;
	}
	header #header #full-menu ul ul{
		overflow: visible !important;
	}
}