/*
|--------------------------------------------------------------------------
| Darby Pop
| Designed & Developed by Perch Design Studio
| 6/15/2013
|--------------------------------------------------------------------------
| red: d12f2b
| yellow: f7f1e4
| lighter grey: e2e2e2
| light grey: d3d3d3
| medium grey: 676767
| dark grey: 444444
*/
/* bootstrap overrides */
.pagination ul {
  display: block;
  text-align: center;
}
.pagination ul > li {
  display: inline-block;
  overflow: hidden;
  height: 4em;
}
.pagination ul > li > .page-numbers {
  border-radius: 0 !important;
  display: block;
  float: none;
  font-weight: 700;
  border: 0;
  text-decoration: none;
}
.pagination ul > li > .page-numbers.current,
.pagination ul > li > a.page-numbers:hover {
  position: relative;
  background: #d12f2b;
  color: #fff;
}
.pagination ul > li > .page-numbers.current:after,
.pagination ul > li > a.page-numbers:hover:after {
  position: absolute;
  bottom: -0.5em;
  left: -5%;
  width: 110%;
  height: 1em;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  content: ' ';
  background: #d12f2b;
}
/* sisi overrides */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  background: transparent;
}
/* universal styles */
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 14px/1.45em 'Open Sans', sans-serif;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  color: #d12f2b;
  font-weight: 400;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 3em;
  line-height: 1.2em;
}
h2 {
  font-size: 1.6em;
  line-height: 1.3em;
  color: #444444;
  font-weight: 700;
}
h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background: inherit;
  border-top: 1px solid #d3d3d3;
  margin: 2em 0 1em;
  text-align: center;
}
h4 span {
  background: inherit;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  top: -0.7em;
}
h5 {
  font-size: 0.9em;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #b1b1b1;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 0.5em;
}
.kicker {
  font-size: 1.5em;
  line-height: 1.3em;
}
nav ul {
  list-style: none outside none;
  margin: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
}
nav ul li ul li {
  display: block;
}
a {
  color: #d12f2b;
}
a.more-link {
  font-weight: 700;
  font-size: 0.9em;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
a.more-link-arrow {
  font-weight: 700;
  font-size: 0.8em;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-right: 12px;
  display: inline-block;
  background: transparent url(../img/arrow-right.png) no-repeat right center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #444;
  margin-top: -3px;
}
a.more-link-arrow span {
  display: inline-block;
  line-height: 25px;
  height: 25px;
  border: 1px solid #d12f2b;
  background: #fff;
  border-right: 0;
  padding: 0 1em;
}
a.more-link-arrow-large {
  font-weight: 700;
  font-size: 0.9em;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 16px;
  display: inline-block;
  background: transparent url(../img/arrow-right.png) no-repeat right center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  margin-top: -8px;
}
a.more-link-arrow-large span {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  border: 1px solid #d12f2b;
  background: #fff;
  border-right: 0;
  padding: 0 1em;
  white-space: nowrap;
}
a.more-link-arrow:hover {
  color: #d12f2b;
}
a:hover {
  color: #444444;
}
input[type=text],
input[type=password],
select,
textarea {
  width: 100%;
  font-size: inherit;
  line-height: 1.5em;
  height: 2.5em;
  padding: 0.5em;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #d3d3d3 !important;
  background: #fff !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  height: auto;
}
/* header */
#header-wrapper {
  width: 100%;
  z-index: 4;
  background: #d12f2b;
  color: #fff;
}
#header-wrapper a {
  color: #fff;
}
#header-wrapper a:hover {
  color: #f7f1e4;
}
#header {
  padding: 0 3em;
}
#logo {
  margin: 0;
}
nav.primary {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: uppercase;
}
nav.primary ul {
  margin-bottom: -0.5em;
}
nav.primary ul ul {
  display: none;
}
nav.primary ul li {
  display: inline-block;
  margin: 0 0.3em;
}
nav.primary ul li a {
  display: block;
  padding: 1em 0.7em 1.5em 0.7em;
  background: transparent;
}
nav.primary ul li a:hover,
nav.primary ul li.current-menu-item a,
nav.primary ul li.current-menu-ancestor a {
  background: #000;
  color: #fff;
  text-decoration: none;
}
nav.primary > ul > li {
  position: relative;
  float: left;
}
nav.primary > ul > li:first-child {
  margin-left: 0;
}
nav.primary > ul a {
  position: relative;
  display: inline-block;
}
nav.primary > ul li:hover .sub-menu,
nav.primary > ul li:hover .children {
  display: block;
}
nav.primary > ul .sub-menu,
nav.primary > ul .children {
  display: none;
  position: absolute;
  min-width: 100%;
  background: #d12f2b;
  z-index: 90;
}
nav.primary > ul .sub-menu li,
nav.primary > ul .children li {
  float: none;
  width: 100%;
  margin-left: 0;
  white-space: nowrap;
}
nav.primary > ul .sub-menu li a,
nav.primary > ul .children li a {
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0.7em;
}
/* content */
#background {
  position: relative;
  z-index: 2;
  margin: -120px -3em 0 -3em;
  height: 430px;
  background: #e2e2e2 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#feature {
  position: relative;
  z-index: 3;
  padding-bottom: 100px;
}
#feature h4 {
  background: #f7f1e4;
  margin-bottom: 0;
}
#slideshow {
  background: #fff;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}
#slideshow .flexslider {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 400px;
  overflow: hidden;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#slideshow .flexslider:after {
  display: block;
  content: ' ';
  height: 120%;
  width: 110%;
  position: absolute;
  bottom: 0;
  left: -5%;
}
#slideshow .flexslider ul li div {
  position: relative;
  background: #e2e2e2 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideshow .flexslider ul li div.caption {
  display: none;
}
#slideshow .caption {
  position: absolute;
  right: 3em;
  bottom: 0;
  overflow: hidden;
  width: 400px;
  z-index: 1000;
  padding-bottom: 3em;
}
#slideshow .caption > div {
  color: #fff;
  background: #000;
  padding: 1em 1.5em;
}
#slideshow .caption > div > * {
  position: relative;
  z-index: 2;
}
#slideshow .caption > div:after {
  position: absolute;
  z-index: 1;
  bottom: 1.5em;
  left: -5%;
  width: 110%;
  height: 3em;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  content: ' ';
  background: #000;
}
#slideshow .caption h3 {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.3em;
  margin-top: 0;
  text-transform: none;
}
#slideshow .caption .more-link {
  background: #d12f2b;
  color: #fff;
  padding: 0.5em 0;
  width: 10em;
  text-align: center;
  display: block;
  margin-top: 1em;
}
#slideshow .flex-control-nav {
  bottom: 13px;
}
#slideshow .flex-control-nav li a {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #d3d3d3;
  -webkit-box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
}
#slideshow .flex-control-nav li a.flex-active {
  background: #d12f2b;
}
#slideshow .logo {
  position: absolute;
  bottom: 40px;
  right: 3em;
  background-repeat: no-repeat;
  background-position: center center;
  width: 300px;
  height: 300px;
  /* background-color: #000; -webkit-border-radius: 150px; border-radius: 150px; */
  text-align: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#content-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 3em 0 3em;
  overflow: hidden;
}
#content-wrapper:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 3000px;
  background: #f7f1e4;
  content: ' ';
}
#content {
  position: relative;
  z-index: 2;
  padding-bottom: 2em;
  background: #fff;
}
#content:after {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: -50%;
  width: 200%;
  height: 3000px;
  background: #fff;
  content: ' ';
  -webkit-transform: rotate(-1.1deg);
  -moz-transform: rotate(-1.1deg);
  -o-transform: rotate(-1.1deg);
  -ms-transform: rotate(-1.1deg);
  transform: rotate(-1.1deg);
}
#content > * {
  position: relative;
  z-index: 2;
}
#articles-wrapper {
  background: #f7f1e4;
}
#articles {
  padding: 1em 0 2em;
}
article header {
  margin-bottom: 1em;
  font-size: 0.9em;
}
article p {
  margin: 1em 0;
}
article .tags {
  display: none;
  font-size: 0.9em;
  color: #444;
  margin-top: 0;
}
article .tags a {
  color: #444;
  text-decoration: underline;
}
article .tags a:hover {
  color: #d12f2b;
}
article .tags span {
  margin-right: 0.2em;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
article .category {
  font-size: 0.9em;
  color: #444;
  margin-top: 0;
}
article .category a {
  color: #444;
  text-decoration: underline;
}
article .category a:hover {
  color: #d12f2b;
}
article .category span {
  margin-right: 0.2em;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
.home #content-wrapper,
.single-title #content-wrapper {
  padding: 0;
}
/* archive */
.archive .viewing {
  text-align: center;
}
.archive .viewing .page {
  font-size: 0.5em;
  color: #d3d3d3;
}
.archive article {
  padding: 1.5em 0;
  border-bottom: 1px solid #e2e2e2;
}
.archive article h1 {
  font-size: 2em;
  line-height: 1.4em;
  margin: 0;
}
.thumbnail-image {
  display: block;
  margin-bottom: 1em;
  margin-top: 0.5em;
  width: 150px;
  height: 150px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
  background: #d3d3d3 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.thumbnail-image img {
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}
.thumbnail-image.pull-left {
  margin-right: 1.5em;
}
/* title archive */
.post-type-archive-title article {
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.post-type-archive-title article h1 {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0.5em 0;
  font-family: 'Open Sans', sans-serif;
}
.post-type-archive-title article h1 a {
  color: #676767;
}
.post-type-archive-title #feature article {
  margin-bottom: -150px;
}
.post-type-archive-title #feature article h1 {
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}
.post-type-archive-title #feature article h1 a {
  color: #000;
}
.post-type-archive-title #content {
  padding-top: 100px;
}
.post-type-archive-title .thumbnail-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* creative archive */
.post-type-archive-creative article {
  border-bottom: 0;
  text-align: center;
}
.post-type-archive-creative article h1 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 0.5em 0 0.1em;
}
.post-type-archive-creative article .credits {
  font-size: 0.9em;
  margin-top: 0;
}
.post-type-archive-creative article .credits a {
  color: #444;
  text-decoration: underline;
}
.post-type-archive-creative article .credits .role {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
}
.post-type-archive-creative .thumbnail-image {
  width: 240px;
  height: 240px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  margin: 0 auto;
}
/* single creative */
.single-creative #feature .thumbnail-image {
  width: 240px;
  height: 240px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  margin: 2em auto;
}
.single-creative #feature nav.social ul {
  text-align: center;
  display: block;
  margin-top: -20px;
}
.single-creative article {
  margin-top: 2em;
}
.single-creative article h1 {
  margin: 0 0 0.1em;
}
.single-creative article .credits {
  font-size: 0.9em;
  margin-top: 0;
}
.single-creative article .credits a {
  color: #444;
  text-decoration: underline;
}
.single-creative article .credits .role {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
}
.single-creative #related h2 {
  color: #b1b1b1;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.single-creative #related article {
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.single-creative #related article h1 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  font-family: 'Open Sans', sans-serif;
}
.single-creative #related article h1 a {
  color: #d12f2b;
}
.single-creative #related .thumbnail-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* single title */
.single-title .recent {
  text-align: center;
  background: #fafafa;
  padding: 0.5em 2em;
  margin-bottom: -100px;
  margin-top: 2em;
}
.single-title .recent h3 {
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  padding: 0;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.single-title .recent article {
  margin-top: 0;
}
.single-title .recent article h1 {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0.5em 0;
  font-family: 'Open Sans', sans-serif;
}
.single-title .recent article h1 a {
  color: #676767;
}
.single-title .recent .thumbnail-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.single-title article {
  margin-top: 2em;
}
.single-title article h1 {
  margin: 0 0 0.1em;
}
.single-title article .credits {
  font-size: 0.9em;
  margin-top: 0;
}
.single-title article .credits a {
  color: #444;
  text-decoration: underline;
}
.single-title article .credits .role {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
}
.single-title #related h2 {
  color: #b1b1b1;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.single-title #related article {
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.single-title #related article h1 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  font-family: 'Open Sans', sans-serif;
}
.single-title #related article h1 a {
  color: #d12f2b;
}
.single-title #related .thumbnail-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* single issue */
.single-issue .recent {
  text-align: center;
  background: #fafafa;
  padding: 0.5em 2em;
  margin-bottom: -100px;
  margin-top: 2em;
}
.single-issue .recent h3 {
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  padding: 0;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.single-issue .recent article {
  margin-top: 0;
}
.single-issue .recent article h1 {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0.5em 0;
  font-family: 'Open Sans', sans-serif;
}
.single-issue .recent article h1 a {
  color: #676767;
}
.single-issue .recent .thumbnail-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.single-issue article {
  margin-top: 2em;
}
.single-issue article h1 {
  margin: 0 0 0.1em;
}
.single-issue article .credits {
  font-size: 0.9em;
  margin-top: 0;
}
.single-issue article .credits a {
  color: #444;
  text-decoration: underline;
}
.single-issue article .credits .role {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
}
.single-issue #related h2 {
  color: #b1b1b1;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.single-issue #related article {
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.single-issue #related article h1 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  font-family: 'Open Sans', sans-serif;
}
.single-issue #related article h1 a {
  color: #d12f2b;
}
.single-issue #related .thumbnail-image {
  width: 100%;
  height: auto;
  margin: 2em auto 0 auto;
}
/* home */
.home #feature {
  padding-top: 1em;
}
.home #feature article {
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.home #feature article h1 {
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
}
.home #feature article h1 a {
  color: #676767;
}
.home #feature .thumbnail-image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.home #feature .thumbnail-image:hover:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  content: ' ';
}
.home #feature .thumbnail-image:hover:after {
  display: block;
  position: absolute;
  z-index: 3;
  top: 4em;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: center;
  left: 20%;
  width: 60%;
  color: #d12f2b;
  background: #fff;
  content: 'Read More';
  text-transform: uppercase;
}
.home #feature h2 {
  font-size: 1em;
  line-height: 1.5em;
  color: #b3b3b3;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0.5em 0 1em;
}
.home #content-wrapper:after {
  background: #eaeaea;
}
.home #body h2 {
  font-size: 1em;
  line-height: 1.5em;
  color: #b3b3b3;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0.5em 0 1.5em;
}
.home #body article {
  border-bottom: 0;
  padding-left: 5%;
  border-left: 1px solid #d3d3d3;
}
.home #body .span6:first-child article {
  border-left: 0;
  padding-left: 0;
}
.home #body article h1 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 0.5em 0 0.1em;
}
.home #body article .bio {
  padding-left: 1em;
}
.home #body article .more-link {
  display: none;
}
.home #body article .credits {
  font-size: 0.9em;
  margin-top: 0;
}
.home #body article .credits a {
  color: #444;
  text-decoration: underline;
}
.home #body article .credits .role {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
}
.home #body .thumbnail-image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  margin: 0 auto;
}
.home #articles h2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #b3b3b3;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0.5em 0;
}
.home #articles article h1 {
  font-size: 2em;
}
.home #articles article .more-link {
  display: none;
}
.home #articles article {
  border-bottom: 0;
  padding-left: 5%;
  border-left: 1px solid #d3d3d3;
}
.home #articles .span4:first-child article {
  border-left: 0;
  padding-left: 0;
}
.home #articles .thumbnail-image {
  width: 100% !important;
  height: 160px !important;
  margin: 0 auto;
}
/* Control Panel */
nav.social .menu a {
  width: 1em;
  height: 1em;
  font-size: 32px;
  line-height: 1em;
  color: #444444;
}
nav.social .menu a:hover {
  color: #d12f2b;
}
/* Wiring */
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('../fonts/MonoSocialIconsFont-1.10.eot');
  src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'), url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'), url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
  src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.social .menu a,
.social .menu a:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.social .menu a:before {
  margin-right: 0.5em;
}
.social .menu a {
  overflow: hidden;
  float: left;
  text-decoration: none;
}
.social .menu a:before {
  font-family: "Mono Social Icons Font";
}
.social .menu a[href*='500px.com']:before {
  content: "\e200";
}
.social .menu a[href*='about.me']:before {
  content: "\e201";
}
.social .menu a[href*='amazon.com']:before {
  content: "\e203";
}
.social .menu a[href*='bebo.com']:before {
  content: "\e208";
}
.social .menu a[href*='blip.fm']:before {
  content: "\e211";
}
.social .menu a[href*='blogger.com']:before {
  content: "\e212";
}
.social .menu a[href*='coroflot.com']:before {
  content: "\e213";
}
.social .menu a[href*='daytum.com']:before {
  content: "\e214";
}
.social .menu a[href*='delicious.com']:before {
  content: "\e215";
}
.social .menu a[href*='designbump.com']:before {
  content: "\e216";
}
.social .menu a[href*='designfloat.com']:before {
  content: "\e217";
}
.social .menu a[href*='deviantart.com']:before {
  content: "\e217";
}
.social .menu a[href*='digg.com']:before {
  content: "\e219";
}
.social .menu a[href*='dribbble.com']:before {
  content: "\e221";
}
.social .menu a[href*='drupal.org']:before {
  content: "\e222";
}
.social .menu a[href*='ebay.com']:before {
  content: "\e223";
}
.social .menu a[href*='mailto:']:before {
  content: "\e224";
}
.social .menu a[href*='etsy.com']:before {
  content: "\e226";
}
.social .menu a[href*='etsy.com']:before {
  content: "\e226";
}
.social .menu a[href*='facebook.com']:before {
  content: "\e227";
}
.social .menu a[href*='flickr.com']:before {
  content: "\e229";
}
.social .menu a[href*='foodspotting.com']:before {
  content: "\e230";
}
.social .menu a[href*='zurb.com/forrst']:before {
  content: "\e231";
}
.social .menu a[href*='foursquare.com']:before {
  content: "\e232";
}
.social .menu a[href*='github.com']:before {
  content: "\e237";
}
.social .menu a[href*='google']:before {
  content: "\e239";
}
.social .menu a[href*='itunes.apple.com']:before {
  content: "\e250";
}
.social .menu a[href*='linkedin.com']:before {
  content: "\e252";
}
.social .menu a[href*='meetup.com']:before {
  content: "\e253";
}
.social .menu a[href*='metacafe.com']:before {
  content: "\e254";
}
.social .menu a[href*='msn.com']:before {
  content: "\e258";
}
.social .menu a[href*='myspace.com']:before {
  content: "\e259";
}
.social .menu a[href*='paypal.com']:before {
  content: "\e261";
}
.social .menu a[href*='photobucket.com']:before {
  content: "\e262";
}
.social .menu a[href*='picasa.google.com']:before {
  content: "\e263";
}
.social .menu a[href*='pinterest.com']:before {
  content: "\e264";
}
.social .menu a[href*='quora.com']:before {
  content: "\e268";
}
.social .menu a[href*='reddit.com']:before {
  content: "\e269";
}
.social .menu a[href*='spotify.com']:before {
  content: "\e279";
}
.social .menu a[href*='stackoverflow.com']:before {
  content: "\e281";
}
.social .menu a[href*='stumbleupon.com']:before {
  content: "\e283";
}
.social .menu a[href*='tumblr.com']:before {
  content: "\e285";
}
.social .menu a[href*='twitter.com']:before {
  content: "\e286";
}
.social .menu a[href*='vimeo.com']:before {
  content: "\e289";
}
.social .menu a[href*='wikipedia']:before {
  content: "\e292";
}
.social .menu a[href*='yelp.com']:before {
  content: "\e298";
}
.social .menu a[href*='youtube.com']:before {
  content: "\e299";
}
.social .menu a[href*='instagram']:before {
  content: "\e300";
}
nav.social .menu {
  margin-bottom: 1em;
}
nav.social .menu:after {
  display: table;
  content: "";
  clear: both;
}
nav.social .menu li {
  float: left;
}
/* sidebar */
#sidebar nav.secondary {
  display: none;
}
/* footer */
#footer-wrapper {
  position: relative;
  z-index: 1;
  padding: 6em 3em 1em 3em;
}
#footer {
  padding-top: 1em;
  border-top: 1px solid #d3d3d3;
}
#footer .connected {
  margin: -0.1em 0 0 0;
}
#footer .copyright {
  text-align: left;
}
#footer .credits {
  text-align: right;
  color: #b3b3b3;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 0.3em;
}
#footer .credits a {
  color: #b3b3b3;
}
nav.utility {
  display: inline;
}
nav.utility div {
  display: inline;
}
nav.utility ul {
  display: inline;
}
nav.utility ul li {
  display: inline;
}
nav.utility ul li:before {
  content: ' | ';
}
nav.utility ul li a {
  color: #444444;
}
/* media queries */
@media (max-width: 1200px) {
  body {
    font-size: 12px;
    line-height: 1.5em;
  }
  .home #content-wrapper,
  .single-title #content-wrapper {
    padding-top: 62px;
  }
}
@media (max-width: 1072px) {
  #slideshow .caption {
    position: static;
    width: 100%;
    padding-bottom: 0;
  }
  #slideshow .caption > div:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .social-holder.span3 {
    width: 100%;
  }
  .featured-release.span3 {
    width: 31%;
    margin-left: 2%;
  }
}
@media (max-width: 768px) {
  .social-holder.span3 {
    width: 100%;
    margin: 0;
    padding: 0 3em;
  }
  .featured-release.span3 {
    width: 100%;
    margin: 0;
    padding: 0 3em;
  }
  .home .type-creative .span5 {
    margin: 0;
    padding: 0 3em;
  }
  nav.primary > ul > li {
    float: none;
  }
  #header-wrapper {
    position: relative;
  }
  #header > * {
    text-align: center;
  }
  #logo {
    margin-bottom: 20px;
  }
  #feature {
    margin-top: 0;
  }
  .home #content-wrapper,
  .single-title #content-wrapper {
    padding-top: 0;
  }
  #content-wrapper {
    padding-top: 2em;
  }
  nav.primary {
    text-align: center;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  nav.primary ul {
    margin: 0;
  }
  nav.primary ul li a {
    padding: 0.5em;
    margin: 0;
  }
  .home #feature h2 {
    display: none;
  }
  .home h2 {
    text-align: center;
  }
  .home h2 > * {
    float: none;
    margin: 0 1em;
  }
  .home #body article {
    border: 0;
    padding: 0;
    text-align: center;
  }
  #articles article {
    margin: 0 3em;
    text-align: center;
  }
  .home #articles article {
    border-left: none;
  }
  article {
    margin-bottom: 2em !important;
  }
  article .thumbnail-image {
    max-width: 400px !important;
    margin: 1em auto !important;
  }
  article .thumbnail-image.pull-left {
    clear: both;
    float: none;
  }
  #footer {
    text-align: center !important;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .credits {
    text-align: center;
  }
  nav.social {
    display: inline-block;
  }
  nav.social div {
    clear: none;
    float: none;
    display: inline-block;
  }
  a.more-link-arrow-large {
    background: transparent;
  }
  a.more-link-arrow-large span {
    border-right: 1px solid #d12f2b;
  }
}
