
.debug p.wide {display: none;}
.debug p.standard {display: none;}
.debug p.small-tablet {display: none;}
.debug p.mobile {display: none;}

/*
---------------------------------------
HEADER AND FOOTER
---------------------------------------
*/

header {
	height:100px !important;
}

header + div {
	margin-top:100px;
}

header .block {
	width: auto;
}

header img.logo {
	left: 30px;
	display: block !important;
	opacity: 1 !important;
}

header .search_form {
	right:150px;
	display:block !important;
	opacity: 1 !important;
}

header .social {
	display: block !important;
	opacity: 1 !important;
	right: 437px;
}

footer li a {
	font-weight: 400;
	font-size: 15px;
}

footer p {
	font-size: 11px;
}

/*
---------------------------------------
NAV
---------------------------------------
*/

/*
---------------------------------------
NAV OPEN
---------------------------------------
*/

/*
---------------------------------------
ALL
---------------------------------------
*/

.panel {
	padding: 150px 0;
}

.block {
	width: 700px;
}

/*
---------------------------------------
GRIDS
---------------------------------------
*/

/*
---------------------------------------
HEROES
---------------------------------------
*/

.hero {
	height: 600px;
}

.sub-hero {
	height: 450px;
}

/*
---------------------------------------
SCROLL WRAPPERS
---------------------------------------
*/

.scroll-wrapper {
	margin-top: 600px;
}

/*
---------------------------------------
HOME
---------------------------------------
*/

.home-hero-wrapper {
	height: 600px;
}

.home-hero h1 {
	width: 520px;
	margin: 0 auto;
	font-size: 40px;
}

.home-hero-wrapper h1 {
	font-size: 55px;
	letter-spacing: 0;
	width:600px;
	margin: 85px auto 0 auto;
	line-height: 60px;
}

.home-hero-wrapper h1 span {
	font-size: 45px;
}

.home-intro h1 {
	font-size: 45px;
	padding-top:10px;
	line-height: 55px;
}


.home-intro .col-10 {
	width: 35%;
}

.home-intro .col-4 {
	width: 300px;
}


/*
---------------------------------------
LIST VIEWS - PEOPLE, PROJECTS, BLOG
---------------------------------------
*/

.post-content {
	padding: 40px;
}

.post-content h2 {
	font-size: 18px;
	font-weight: 400;
}

.timeline .timeline-post {
	padding-top: 100px;
	border-bottom: 1px solid #e1e4e6;
	padding-bottom: 100px;
}

.timeline-post .col-2 {
	width: auto;
	margin-left: 0;
}

.timeline-post .spc-lg {
	padding: 0;
}

.timeline-post .fl, .timeline-post .fr {
	float: none;
}

.timeline-post img {
	margin-top: 30px;
}

.subcat-desc h5 {
	/* padding-bottom: 100px; */
}

.subcat-desc p {
	font-size: 22px;
}

.categories .col-4 {
	width: 50%;
}
.categories .col-4.first {
	clear:left;
}

.panel.subcat-desc {
	padding: 50px 0 40px 0;
}

.hover-wrapper a {
	font-size: 20px;
}

.people .col-4 {
	width: 50%;
}

.post-wrapper.people .grid-wrapper {
	border-top: none;
}

.post-wrapper.people .col-4 {
	border-width: 5px;
}

.post-wrapper.people .grid-wrapper:first-child {
	margin-top: -5px;
}

a.projects-menu-link {
	font-size:15px;
	height:58px;
}

/*
---------------------------------------
DETAIL VIEWS - PEOPLE, PROJECTS, BLOG
---------------------------------------
*/

.post-detail-content .panel {
	padding: 50px 0 100px 0;
}

.project-detail-header h5 {
	padding-bottom: 0!important;
	font-size: 25px;
}

.post-detail .gallery img {
	border-width: 50px 50px 0 50px;
}

.panel.subcat-desc.project-detail-header {
	padding: 50px 0 0 0;
}

/*
---------------------------------------
CLIENTS
---------------------------------------
*/

/*
---------------------------------------
ABOUT
---------------------------------------
*/

.about h1 {
	font-size: 25px;
}

.about h2 {
	font-size: 16px;
	line-height: 22px;
}

/*
---------------------------------------
CONTACT
---------------------------------------
*/

.panel.contact {
	padding: 150px 0;
}

.contact .col-4 {
	width: 50%;
}

.contact h1 {
	font-size: 22px;
}

.contact .grid-wrapper .col-4 {
	padding-top: 20px;
}

.contact .grid-wrapper .col-4.tablet-adjust {
	padding-top: 50px;
}

.contact .block:first-child {
	padding-bottom: 50px;
}

.contact a {
	font-size: 11px;
	margin-bottom: 20px;
	display: block;
	font-weight: 400;
}

.form-wrapper {
	padding-top: 50px;
}

/*
---------------------------------------
DOWNLOADS
---------------------------------------
*/

.file.row .cell {
	width: 15%;
}

.file.row .name {
	width: 55%;
}

/*
---------------------------------------
CSR OVERRIDES
---------------------------------------
*/

body.csr .sub-hero {
	width: 100%;
}

