.mobile-header {
	display: flex;
	display: -webkit-flex;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 80px;
	background: white;
	padding: 0 30px;
	z-index: 4;
}

.mobile-header a {
	color: #333;
}

.trigger {
	position: absolute;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	right: 0;
	top: 0;
	bottom: 0;
	width: 75px;
	background: #aa8b5e;
	color: white;
	z-index: 99999;
	cursor: pointer;
}

.trigger i {
	font-size: 30px;
}

.trigger .ti-close {
	display: none;
}

.mobile-header p {
	margin: auto;
	font-family: "brandon-grotesque";
	font-weight: 600;
	font-size: 4vw;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-wrap, .side {display: none;}

.nav-wrap {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
}

.nav {
	display: block;
	padding-top: 100px;
}

.nav li {
	display: block;
	margin-bottom: 20px;
}

.nav li a {
	color: white;
	font-family: 'Clarendon W01';
	text-transform: capitalize;;
	font-weight: 200;
	font-size: 30px;
	padding: 0;
}

.nav li a:hover {
	font-size: 35px;
}

.home-wrap, .home-box {
	left: 0;
	right: 0;
}

.home-box h1 {
	font-size: 12px;
}

.home-box p {
	font-size: 20px;
	line-height: 27px;
}

.logotype {
	display: none;
}

.top {
	margin-top: 80px;
	border: none;
	padding: 10px;
}

.top p {
	text-align: center;
}

.buttons li {
	margin: auto;
	display: block;
	margin-bottom: 20px;
}

.buttons li a {
	display: block;
	text-align: center;
	margin: auto;
}

footer {
	padding: 10px;
	text-align: center;
}

footer .row .columns {
	margin-bottom: 50px;
}

footer .row {
	display: block;
}

footer li {
	display: block;
	text-align: center;
}

.footer-cta {
	display: block;
	width: 100%;
}

.service-desc {
	display: block;
}

.services {
	display: none;
}

.service-desc li {
	display: block;
}

.service-desc h3 {
	display: block;
	padding-top: 50px;
}

.service-desc {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

