.menu-button {
	display: none;
}
.menu-wrap {
	display: none; 
}
@media (max-width: 767px) {
	/*portfolio and portfolio detail page*/
	header {
		padding: 1.5rem 0 1.5rem;
	}
	.main-menu {
		display: none;
	}
	.l-footer .fl {
		text-align: center;
		margin-top: 15px;
	}
	.l-footer .fl .social {
		display: inline-block;
	}
	.l-footer .fl .search-box {
		display: inline-block;
	}
	.l-footer .fr {
		margin-top: 25px;
		text-align: center;
	}
	.l-portfolio-details .portfolio-big,
	.l-portfolio-details .portfolio-details {
		padding-left: 15px;
		padding-right: 15px;
	}
	.l-portfolio-details .portfolio-small-list .portfolio-small {
		padding-left: 30px;
		padding-right: 30px;
	}
	.l-portfolio-details .portfolio-details div.presentation {
		border-bottom: 0;
	}
	.l-portfolio-details .portfolio-details .client-info>ul {
		width: 100%;
		float: none;
	}
	.l-portfolio-details .portfolio-details .client-info>ul.similar-link {
		margin-top: 25px;
	}

	/*about page*/
	.l-profile .about>img {
		display: none;
	}
	.l-profile .about,
	.l-profile .experience,
	.l-profile .selected-row,
	.l-profile .selected-quotes {
		padding-left: 15px;
		padding-right: 15px;
	}
	.l-profile .selected-row .selected-client {
		height: auto !important;
	}
	.l-profile .selected-row .selected-print {
		border-left: 0;
		margin-top: 25px;
	}
	.l-profile .selected-row .selected-accolades {
		border-left: 0;
		border-right: 0;
		margin-top: 25px;
	}
	.l-profile .selected-row .specialties {
		margin-top: 25px;
	}
	.l-profile .selected-quotes h4 {
		text-align: center;
	}

	.l-category .category-menu p>em {
		    -webkit-column-count: 1;
		    -moz-column-count: 1;
		    column-count: 1;
	}
	.l-contact .social {
		margin: 25px 0;
	}

	/* Menu Button */
	.menu-button {
		position: absolute;
		z-index: 1000;
		padding: 0;
		width: 2.5em;
		height: 2.25em;
		border: none;
		text-indent: 2.5em;
		font-size: 1.5em;
		color: transparent;
		background: transparent;
		display: block;
		outline: 0;
		top: 1.5rem;
	}

	.menu-button::before {
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		bottom: 0.5em;
		left: 0.5em;
		background: linear-gradient(#000 20%, transparent 20%, transparent 40%, #000 40%, #000 60%, transparent 60%, transparent 80%, #000 80%);
		content: '';
	}

	.menu-button:hover {
		opacity: 0.6;
	}

	/* Close Button */
	.close-button {
		width: 16px;
		height: 16px;
		position: absolute;
		right: 1em;
		top: 1em;
		overflow: hidden;
		text-indent: 16px;
		border: none;
		z-index: 1001;
		background: transparent;
		color: transparent;
		outline: 0;
	}

	.close-button::before,
	.close-button::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 100%;
		top: 0;
		left: 50%;
		background: #fff;
	}

	.close-button::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.close-button::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* Menu */
	.menu-wrap {
		position: absolute;
		z-index: 1001;
		width: 280px;
		height: 100%;
		font-size: 1.15em;
		-webkit-transform: translate3d(-280px,0,0);
		transform: translate3d(-280px,0,0);
		-webkit-transition: -webkit-transform 0.4s;
		transition: transform 0.4s;
		display: block;
	}

	.menu {
		position: relative;
		z-index: 1000;
		padding: 3em 1em 0;
	}

	.menu,
	.close-button {
		opacity: 0;
		-webkit-transform: translate3d(-160px,0,0);
		transform: translate3d(-160px,0,0);
		-webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
		transition: opacity 0s 0.3s, transform 0s 0.3s;
		-webkit-transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
		transition-timing-function: cubic-bezier(.17,.67,.1,1.27);
	}

	.icon-list a {
		display: block;
		padding: 0.8em;
		color: #fff;
		outline: none;
	}

	.icon-list i {
		font-size: 1.5em;
		vertical-align: middle;
		color: #282a35;
	}

	.icon-list a span {
		margin-left: 10px;
		font-size: 0.85em;
		font-weight: 700;
		vertical-align: middle;
	}

	/* Morph Shape */
	.morph-shape {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		fill: #000;
	}

	/* Shown menu */
	.show-menu .menu-wrap,
	.show-menu .content::before {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.show-menu .menu-wrap,
	.show-menu .menu,
	.show-menu .close-button,
	.show-menu .morph-shape,
	.show-menu .content::before {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	.show-menu .menu,
	.show-menu .close-button {
		opacity: 1;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.show-menu .content::before {
		opacity: 1;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}

}
@media (max-width: 1024px) { 
	header {
		padding-left: 15px;
		padding-right: 15px;
	}
}