/*=================================================================================*/
/* Medium Resolution and Below
/*=================================================================================*/


/* Header */
#site-header.row {
	padding-bottom: 20px;
	margin: 60px -20px 0;
}
.project h1, .aboutintro h1{
	font-size:28px;
}
.project p, .aboutintro h2{
	font-size: 16px;
	line-height: 25px;
}
.project h2, .aboutintro h2{
	margin:16px 0;
	font-size:20px;
}
.project .col-spread{
	padding:6px;
}
#site-body .more-projects{
	padding:42px 16px 0;
}
figure.video-half video{
	width:100%;
}

/* Body */
#site-body {
	margin-top: 60px;
}

#tagline {
	padding-bottom: 60px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 60px;
	text-align: center;

	padding-left: 60px;
	padding-right: 60px;

}
#site-body #tagline h1 {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: -2px;
}

.project h1{
	margin-top:0;
}

.page-header h2 {
	font-size: 34px;
}

.sb-sidebar-toggle {
    display: none;
}

#primary-nav{
	border-bottom: none;
	margin-left: 165px;
}

#nav-handler {
	text-align: right;
}
#nav-handler a {
	background: #dbdbdb;
	color: #5b5b5b;
	padding: 7px 16px;
	font-size: 26px;
	border-bottom: 0;
}
#nav-handler a:hover {
	background: #262626;
	color: #fff;
}

/* Sidebar */
#sidebar > div:first-of-type {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d8d8d8;
}
#sidebar > div:last-of-type {
	margin-bottom: 0;
}


/* Portfolio */
#portfolio-grid .portfolio .header {
	padding: 16px 20px;
}
.portfolio-nav {
	margin-top: 20px;
}


#portfolio-grid .portfolio .thumbnail img,
#portfolio-grid .portfolio .thumbnail .overlay
{
	height: auto;
	line-height: auto;
}

#portfolio-media .portfolio-nav {
	display: none;
}

.single-portfolio .desc h2 {
	font-size: 28px;
}

.viewall{
	float: right;
}

/* Blog */
#blog .post .title,
.format-quote .content blockquote
{
	font-size: 30px;
}


/* Misc */
#back-to-top {
    display: none !important;
}

.social ul li {
	margin-right: 10px;
}
.social ul li a {
	font-size: 20px;
}

/* portfolio info footer */
#portfolio-info{
	margin-top:40px;
}