/*
Theme Name: SixSides
Theme URI: http://pau1winslow.com/sixsides
Author: Paul Winslow
Author URI: http://pau1winslow.com/
Description: A simple theme for creatives
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: checkpoint
Tags: white, light, one-column, two-columns, left-sidebar, right-sidebar, custom-menu, rtl-language-support, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
	TABLE OF CONTENTS:
----------------------------------------------------------------

	1.0 Normalize
	2.0 Global / Foundation
	3.0 Typography
	4.0 Elements
	5.0 Forms
	6.0 Navigation
		6.1 Links
		6.2 Menus
		6.3 Mobile Menu
	7.0 Accessibility
	8.0 Alignments
	9.0 Clearings
	10.0 Widgets
	11.0 Content
		11.1 Posts and pages
		11.2 Page Templates
		11.3 Comments
	12.0 Media
		12.1 Captions
		12.2 Galleries
	13. Colour
	14. Media Queries

--------------------------------------------------------------*/


/*--------------------------------------------------------------
	1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 16px;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
	2.0 Global / Foundation
--------------------------------------------------------------*/

body.custom-background {
	background-size: cover !important;
	background-position: center center !important;
}

/* Page border */
.top-border,
.right-border,
.bottom-border,
.left-border {
	position: fixed;
	z-index: 9999;
	background: #fff;
}
.top-border,
.bottom-border {
	width: 100%;
	height: 20px;
}
.right-border,
.left-border {
	height: 100%;
	width: 20px;
}
.top-border,
.left-border {
	top: 0;
	left: 0;
}
.right-border {
	top: 0;
	right: 0;
}
.bottom-border {
	bottom: 0;
	left: 0;
}

/* Wrap for the layout's max-width */
.wrap {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

/* Header build */
#masthead {
	margin: 0 0 100px;
	position: relative;
}
.page-template-contact #masthead {
	margin: 0 0 70px;
}
#masthead .wrap {
	padding: 80px 0 0;
	display: table;
	height: auto;
}
.header-left {
	width: 30%;
	float: left;
	display: table-cell;
	vertical-align: middle;
}
.header-middle {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.header-right {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}
.header-right p {
	margin: 0;
	text-align: right;
}
.site-logo,
.site-logo-anchor,
.site-title {
	display: inline-block;
}
.site-title {
	margin: 0;
	font-size: 26px;
	line-height: 1;
}

/* Core build */
#primary {
	width: 67%;
	float: left;
}
.page-template-portfolio #primary,
.single-portfolio-posts #primary,
.single-post #primary,
.blog #primary,
.archive #primary,
.search-results #primary,
.error404 #primary,
.page-template-contact #primary,
.page-template-about-freelancer #primary,
.page-template-about-studio #primary,
.page-template-careers #primary,
.page-template-faq #primary {
	width: 100%;
	float: none;
}
#sidebar {
	width: 25%;
	float: right;
}

.page-template-sidebar-left #primary {
	float: right;
}
.page-template-sidebar-left #sidebar {
	float: left;
}

/* Footer build */
.credits {
	margin: 120px 0 60px;
	text-align: center;
}

.copy span {
	font-weight: 700;
	margin: 0 5px 0 0;
}

.blog .credits,
.archive .credits,
.search .credits,
.error404 .credits {
	margin-top: 70px;
}
.page-template-careers .credits {
	margin-top: 40px;
}


/* Keeping all instances of the main colours in once place for easy editing */
body,
button,
input,
select,
textarea,
h1,h2,h3,h4,h5,h6,
a:link,
a:visited,
.entry-title a:link,
.entry-title a:visited,
.main-navigation a:link,
.main-navigation a:visited {
	color: #333333;
}

a:hover,
a:focus,
a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
a.continue-reading,
a.comment-time,
a.comment-reply-link {
	color: #ff4992;
}

.main-navigation li:hover,
.main-navigation li.current-menu-item,
.widget-title,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #ff4992;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ff4992;
}

/*--------------------------------------------------------------
	3.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 30px;
	line-height: 1.3;
	font-weight: 400;
}

h1 {
	font-size: 48px
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

/* all instances where our heading font is used */
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation li,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.tagcloud a,
a.post-tag  {
	font-family: 'Roboto', sans-serif;
}

p {
	margin: 0 0 25px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 20px;
}

address {
	margin: 0 0 20px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	max-width: 100%;
	overflow: auto;
	padding: 25px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
	4.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 25px;
}

ul,
ol {
	margin: 0 0 25px;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 25px 25px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 25px;
	width: 100%;
}


/*--------------------------------------------------------------
	5.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	line-height: 1;
	padding: 19px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: transparent;
	border: 0;
	border: 1px solid;
	padding: 7px 9px;
}

textarea {
	width: 100%;
	height: 200px;
}


/*--------------------------------------------------------------
	6.0 Navigation
--------------------------------------------------------------*/


	/*--------------------------------------------------------------
		6.1 Links
	--------------------------------------------------------------*/
	a,
	a:visited {
    	text-decoration: none;
	}

	a:focus {
		outline: thin dotted;
	}

	a:hover,
	a:active {
		outline: 0;
	}


	/*--------------------------------------------------------------
		6.2 Menus
	--------------------------------------------------------------*/

	/* Global navigation */
	.main-navigation {
		margin: 0;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
	}
	.main-navigation li {
		display: inline-block;
		position: relative;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 14px;
		margin-right: 20px;
		border-bottom: 1px solid transparent;
		font-weight: 700;
	}

	.main-navigation li:last-child {
		margin: 0;
	}
	.main-navigation a {
		display: inline-block;
		padding: 0;
		border: 0;
	}
	.main-navigation > ul > li > a {
		height: 35px;
	}
	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 35px;
		left: -999em;
		margin-left: -50px;
		z-index: 99999;
		background: #232323;
		padding: 15px 0;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
		height: auto;
	}
	.main-navigation ul ul a {
		width: 180px;
		text-transform: none;
		font-weight: normal;
		padding: 0 20px;
	}
	.main-navigation ul ul li {
		margin: 0;
		font-size: 14px;
		border: 0;
		margin-bottom: 5px;
	}
	.main-navigation ul ul li:last-child {
		margin-bottom: 0;
	}
	.main-navigation ul ul :hover > a {
	}
	.main-navigation ul li:hover > ul {
		left: auto;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
	}


	/* Navigating posts & comments */
	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		margin: 20px auto 20px;
		overflow: hidden;
	}
	.site-main .post-navigation {
		margin-bottom: 100px;
		padding: 0 10%;
	}
	.site-main .post-navigation .nav-previous-title,
	.site-main .post-navigation .nav-next-title {
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 3px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	.nav-previous a span,
	.nav-next a span {
		font-size: 22px;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 48%;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}

	.comment-navigation .nav-previous a,
	.posts-navigation .nav-previous a,
	.post-navigation .nav-previous a,
	.comment-navigation .nav-next a,
	.posts-navigation .nav-next a,
	.post-navigation .nav-next a {
		display: inline-block;
		border: 0;
		font-weight: 700;
		font-size: 18px;
	}


	/*--------------------------------------------------------------
		6.3 Mobile Menu
	--------------------------------------------------------------*/

	#mobile-navigation {
		background: rgba(255, 255, 255, 0.3);
		padding: 25px;
		display: none;
	}
	.mobile-trigger {
		cursor: pointer;
	}
	.mobile-trigger span {
		display: inline-block;
		text-indent: -9999px;
	}
	.mobile-trigger.hamburger {
		height: 18px;
		width: 27px;
		background: url( assets/images/hamburger.png ) 0 0 no-repeat;
	}
	.mobile-trigger.hamburger {
		width: 100%;
		background: url( assets/images/hamburger.png ) 0 0 no-repeat;
	}
	.mobile-trigger span {
		display: block;
		width: 100%;
	}
	.hide {
		display: none;
	}

	.mobile-trigger {
		width: 100%;
		text-align: center;
		cursor: pointer;
	}
	#mobile-navigation-menu {
		padding: 20px 0 0;
	}
	#mobile-navigation-menu ul {
		margin-bottom: 0;
	}
	#mobile-navigation-menu a {
		display: block;
		border: 0;
		font-size: 20px;
		padding: 5px 0;
		line-height: 2;
		font-weight: 700;
	}
	#mobile-navigation-menu ul ul li a {
		font-size: 18px;
	}



/*--------------------------------------------------------------
	7.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*--------------------------------------------------------------
	8.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
	9.0 Clearing
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrap:after,
.wrap:before {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrap:after {
	clear: both;
}


/*--------------------------------------------------------------
	10.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 50px;
}
#sidebar .widget:last-child,
.widget *:last-child {
	margin-bottom: 0;
}

.widget-title {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 7px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 20px;
	border-bottom: 1px solid;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget select {
	width: 98%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget_search input {
	width: 100%;
}

/* Tags widget */
.tagcloud a {
	display: inline-block;
	font-size: 16px !important;
	margin: 0 7px 12px 0;
	padding: 5px 10px;
	border: 2px solid;
}


/*--------------------------------------------------------------
	11.0 Content
--------------------------------------------------------------*/


	/*--------------------------------------------------------------
		11.1 Posts and pages
	--------------------------------------------------------------*/

	/* Posts */
	.sticky {
		display: block;
	}

	#masonry-blog .post {
		width: 31.21212121212118%;
		margin-bottom: 50px;
	}
	.gutter-sizer {
		width: 3.1818181818181817%;
	}

	.post-thumb img {
		display: block;
		margin: 0 0 25px;
	}

	.post .entry-title {
		font-size: 30px;
		margin: 0 0 20px;
		font-weight: 700;
	}

	.entry-excerpt p {
		margin-bottom: 15px;
	}

	.continue-reading {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 13px;
	}

	/* Post meta */
	.entry-meta {
		font-size: 14px;
		letter-spacing: 1px;
		margin: 0 0 15px;
	}
	.entry-meta span {
		font-weight: 700;
		text-transform: uppercase;
	}


	/* Single posts */
	.single .post {
		margin-bottom: 30px;
	}

	.single .post,
	.single .portfolio-posts,
	.single #comments {
		padding: 0 10%;
	}
	.single .entry-title {
		font-size: 60px;
		text-align: center;
		margin: 0 0 20px;
	}
	.single .entry-meta {
		text-align: center;
		margin: 0 0 30px;
		font-size: 16px;
	}
	.single .post-thumb img {
		margin: 0 auto 40px;
	}
	.single .entry-content {
		margin: 0 0 70px;
	}
	.single .entry-content *:last-child {
		margin-bottom: 0;
	}

	.single .entry-tags {
		margin: 0 0 60px;
		text-align: center;
	}
	.entry-tags .post-tag {
		display: inline-block;
		font-weight: 700;
		border: 1px solid;
		border-radius: 20px;
		text-transform: uppercase;
		font-size: 12px;
		padding: 7px 12px;
		margin: 0 10px 0 0;
	}
	.entry-tags .post-tag:last-child {
		margin-right: 0;
	}


	/* more */
	.byline,
	.updated:not(.published) {
		display: none;
	}

	.single .byline,
	.group-blog .byline {
		display: inline;
	}

	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}

	.page-links {
		clear: both;
		margin: 0 0 25px;
	}


	/* Pages */
	.page-header {
		margin: 0 0 120px;
	}
	.page-header .page-title {
		margin: 0 0 20px;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	.heading-paragraph {
		font-size: 56px;
		letter-spacing: 1px;
		max-width: 55%;
	}

	.content-none-search {
		padding: 25px 0 60px;
	}
	.content-none-search input {
		width: 65%;
	}


	/*--------------------------------------------------------------
		11.2 Page Templates
	--------------------------------------------------------------*/

	/* Portfolio */
	#pitch {
		margin: 0 0 100px;
	}
	#pitch h1 {
		max-width: 65%;
		margin: 0;
		font-size: 32px;
		line-height: 1.4;
		margin: 0;
		letter-spacing: 1px;
	}
	a.pitch-cta {
		display: inline-block;
		border-bottom: 2px solid;
		margin-top: 30px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 2px;
	}

	.portfolio-posts {
		float: left;
		margin-right: 23px;
	}
	.portfolio-posts .entry-title {
		font-size: 64px;
		font-weight: 700;
		margin: 0;
		letter-spacing: -2px;
	}
	.portfolio-posts .entry-title .portfolio-count {
		display: inline-block;
		font-weight: 400;
		font-size: 26px;
		letter-spacing: 0px;
		margin-right: -5px;
	}

	.single-portfolio-posts .portfolio-posts {
		margin: 0;
		float: none;
	}
	.single-portfolio-posts .entry-title {
		text-align: center;
		margin: 0 0 30px;
	}

	/* Single Portfolio */
	.project-meta {
		margin: 40px 0 60px;
	}
	.project-meta li {
		float: left;
		margin: 0 7% 0 0;
	}
	.project-meta li:last-child {
		margin-right: 0;
	}
	.project-meta li span {
		display: block;
		text-transform: uppercase;
		font-weight: 700;
	}

	.project-rows .project-row {
		margin: 0 0 40px;
	}
	.project-rows .project-row:last-child,
	.project-row *:last-child {
		margin-bottom: 0;
	}
	.project-row img {
		display: block;
		margin: 0 auto;
	}
	.single-portfolio-posts .entry-content a {
		border-bottom: 1px solid;
	}

	
	/* Contact */
	#contact-info {
		text-align: center;
	}
	#contact-info p {
		font-size: 74px;
		line-height: 1.4;
	}
	.contact-info-phone {
		margin: 0 0 35px;
	}
	.contact-address {
		margin: 0 0 50px;
	}
	.contact-address li {
		font-size: 24px;
		margin: 0;
	}
	.contact-info-email {
		margin: 0 0 0px;
		font-weight: 700;
	}
	.social-icons {
		text-align: center;
	}
	.social-icons .socicon {
		display: inline-block;
		margin: 0 15px 0 0;
		font-size: 28px;
	}
	.social-icons .socicon:last-child {
		margin-right: 0;
	}


	/* About - Freelancer */
	.freelancer-selfie,
	.studio-selfie {
		display: block;
		margin: 0 0 90px;
	}
	.freelancer-mission,
	.studio-mission {
		text-align: center;
		margin: 0 0 90px;
	}
	.freelancer-mission h1,
	.studio-mission h1 {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 3px;
	}
	.freelancer-mission,
	.studio-mission {
		font-size: 26px;
	}
	.freelancer-contact-info,
	.freelancer-contact-social,
	.studio-contact-address,
	.studio-contact-numbers {
		width: 45%;
		text-align: center;
	}
	.freelancer-contact-social .socicon {
		font-size: 38px;
	}
	.freelancer-contact-info,
	.studio-contact-numbers {
		float: left;
		font-size: 38px;
	}
	.freelancer-contact-info p,
	.studio-contact-numbers p,
	.studio-contact-address p {
		margin: 0 0 5px;
		line-height: 1.3;
	}
	.freelancer-email,
	.studio-email {
		font-weight: 700;
	}
	.freelancer-contact-social {
		float: right;
		padding-top: 25px;
	}
	.studio-contact-address {
		float: right;
		font-size: 28px;
	}

	/* About - Studio */
	.studio-team {
		margin: 0 0 50px;
	}
	.team-member {
		width: 28.787878787878824%;
		float: left;
		margin: 0 4.545454545454546% 40px 0;
	}
	.studio-team .team-member:nth-child(3n) {
		margin-right: 0;
	}
	.team-member-image {
		display: block;
		margin: 0 0 20px;
	}
	.team-member h1 {
		text-align: center;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 700;
		margin: 0 0 10px;
		letter-spacing: 1px;
	}
	.team-member h1 span {
		display: block;
		font-weight: normal;
		text-transform: none;
		font-size: 16px;
		letter-spacing: 1px;
		margin-top: 8px;
	}
	.team-member .socicon {
		font-size: 16px;
	}

	/* Careers */
	.career-desc {
		width: 47%;
		float: left;
		margin: 0 6% 60px 0;
	}
	.careers .career-desc:nth-child(2n) {
		margin-right: 0;
	}
	.career-desc h1 {
		font-size: 28px;
		font-weight: 700;
	}



	/*--------------------------------------------------------------
		11.3 Comments
	--------------------------------------------------------------*/
	#reply-title,
	.comments-title {
		font-weight: normal;
		font-size: 28px;
	}

	h2.comments-title {
		margin: 0 0 45px;
	}

	.comment-list {
		margin: 0 0 60px;
		list-style: none;
	}

	.the-comment {
		margin: 0 0 45px;
	}

	.comment-header {
		width: 10%;
		float: left;
	}
	.comment-body {
		width: 88%;
		float: right;
	}

	.comment-content *:last-child {
		margin: 0 0 15px;
	}

	.comment-header img {
		display: block;
		border-radius: 50%;
	}

	.comment-author {
		display: block;
		font-weight: 700;
		line-height: 1.4;
		margin: 0;
	}
	.comment-time {
		display: inline-block;
		font-size: 12px;
		margin: 0 0 20px;
	}

	.comment-reply-link {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 12px;
	}

	.comment-text a {
		word-wrap: break-word;
	}

	.bypostauthor {
		display: block;
	}

	.comments-title {
		margin: 0 0 35px;
	}

	#commentform label {
		display: block;
		font-weight: 700;
		font-size: 12px;
		margin: 0 0 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	#form-allowed-tags {
		display: none;
	}


/*--------------------------------------------------------------
	12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


	/*--------------------------------------------------------------
		12.1 Captions
	--------------------------------------------------------------*/
	.wp-caption {
		margin-bottom: 1.5em;
		max-width: 100%;
	}

	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0 auto;
	}

	.wp-caption-text {
		text-align: center;
	}

	.wp-caption .wp-caption-text {
		margin: 0.8075em 0;
	}


	/*--------------------------------------------------------------
		12.2 Galleries
	--------------------------------------------------------------*/
	.gallery {
		margin-bottom: 1.5em;
	}

	.gallery-item {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}

	.gallery-item img {
		display: block;
	}

	.gallery-item a {
		border: 0;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	.gallery-caption {
		display: block;
	}


/*--------------------------------------------------------------
	13.0 Colour
--------------------------------------------------------------*/

/* Our theme's primary colour applied all in one place */


/*--------------------------------------------------------------
	14.0 Media Queries
--------------------------------------------------------------*/

@media only screen and ( max-width : 770px ) {

	#primary,
	#sidebar {
		width: 100%;
		float: none;
	}
	#primary {
		margin: 0 0 50px;
	}

	.top-border,
	.right-border,
	.bottom-border,
	.left-border {
		display: none;
	}

	#masthead {
		margin: 0 0 80px;
	}
	.page-template-portfolio #masthead,
	#pitch {
		margin: 0 0 80px;
	}

	.credits {
		margin: 60px 0 40px;
	}
	.page-template-portfolio .credits {
		margin-top: 20px;
	}

	.header-left,
	.header-middle,
	.header-right {
		display: block;
		float: none;
		width: 100%;
	}
	.header-left {
		margin: 0 0 50px;
	}
	#masthead .wrap {
		padding-top: 50px;
	}
	.site-logo,
	.site-logo-anchor,
	.site-title {
		display: block;
		text-align: center;
	}
	.site-logo {
		margin: 0 auto;
	}
	.header-right p {
		text-align: left
	}

	.header-right {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}
	#site-navigation {
		display: none;
	}

	.single .post,
	.single .portfolio-posts,
	.single #comments {
		padding: 0;
	}

	#pitch {
		text-align: center;
	}
	#pitch h1 span {
		font-size: 54px;
	}

	.portfolio-posts {
		float: none;
		margin: 0;
		text-align: center;
	}
	.portfolio-posts .entry-title {
		font-size: 58px;
	}

	.page-header .page-title {
		margin: 0 0 10px;
	}

	#masonry-blog .post {
		width: 47.5%;
	}
	.gutter-sizer {
		width: 5%;
	}

	.site-main .post-navigation {
		padding: 0;
		margin: 0 0 80px;
	}
	.entry-tags {
		margin: 0 0 40px;
	}

	.single .entry-title {
		font-size: 48px;
	}

	.project-meta {
		text-align: center;
	}
	.project-meta li {
		display: inline-block;
		float: none;
	}

	#contact-info p {
		font-size: 44px;
		line-height: 1.4;
	}

	.page-header {
		margin: 0 0 80px;
	}

	.heading-paragraph {
		font-size: 36px;
		letter-spacing: 1px;
		max-width: 100%;
	}

	.freelancer-contact-info,
	.freelancer-contact-social,
	.studio-contact-address,
	.studio-contact-numbers {
		width: 100%;
		float: none;
	}

	.studio-contact-address,
	.freelancer-contact-info {
		margin: 0 0 40px;
	}

	.freelancer-mission,
	.studio-mission {
		font-size: 20px;
	}

	.career-desc {
		width: 100%;
		float: none;
		margin: 0 0 40px;
	}

} 

@media only screen and ( max-width : 600px ) {

	#pitch h1 {
		font-size: 18px;
	}
	#pitch h1 span {
		font-size: 44px;
	}

	.portfolio-posts .entry-title {
		font-size: 48px;
	}

	#masonry-blog .post {
		width: 100%;
	}
	.gutter-sizer {
		width: 0%;
	}

	#masonry-blog .post img {
		width: 100%;
	}

	#contact-info p {
		font-size: 34px;
		line-height: 1.4;
	}

	.team-member {
		width: 100%;
		float: none;
		margin: 0 0 40px;
	}
	.team-member img {
		width: 100%;
	}

} 
