/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.bask {
  font-family: "Baskerville Bold", 'Times New Roman', Times, serif, serif;
  font-weight: bold;
  font-style: normal;
}
.light {
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.semi {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.black {
  font-family: "Proxima Nova Black", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.bold {
  font-family: "Proxima Nova Bold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
header nav #home {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  float: left;
  width: 10%;
  height: 67px;
  font-size: 48px;
  text-align: center;
  background: black;
  background-size: 100%;
  position: relative;
}
header nav #home a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  text-decoration: none;
}
header nav .menu-header-nav-container {
  float: left;
  width: 640px;
  margin-top: 22px;
}
header nav .menu-header-nav-container ul {
  padding: 0 0 0 20px;
  margin: 0;
}
header nav .menu-header-nav-container ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 2%;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 1%;
}
header nav .menu-header-nav-container ul li:last-of-type {
  border: 0;
  padding: 0;
}
header nav .menu-header-nav-container ul li a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
header nav .menu-header-nav-container ul li a:hover {
  opacity: .4;
}
header nav #search {
  float: right;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-transform: uppercase;
  margin: 27px 20px 0 0;
}
header nav #search_close {
  float: right;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-transform: uppercase;
  margin: 27px 20px 0 0;
  display: none;
}
header nav #search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 67px;
  z-index: 100;
  display: none;
}
header nav #search_box input {
  width: 100%;
  padding: 22px 24px 21px;
  border: 0;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
main,
section {
  padding-top: 67px;
}
main.journal,
section.journal {
  width: 960px;
  margin: 20px auto;
  position: relative;
}
main.journal.home .post.journal-new,
section.journal.home .post.journal-new {
  margin-bottom: 0 !important;
}
main.journal.home .post.journal-new:nth-of-type(2),
section.journal.home .post.journal-new:nth-of-type(2) {
  margin-right: 140px;
}
main.journal.home .post.journal-new:nth-of-type(4),
section.journal.home .post.journal-new:nth-of-type(4) {
  margin-right: 140px;
}
main.journal.home .post.journal-new:nth-of-type(3),
section.journal.home .post.journal-new:nth-of-type(3) {
  margin-top: 160px;
  margin-right: 0;
}
main.journal h3,
section.journal h3 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 3px;
  font-size: 18px;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  display: inline-block;
  margin: 0 auto 20px;
}
main.journal.page,
section.journal.page {
  padding-top: 140px;
}
main.search,
section.search {
  padding-top: 80px !important;
}
main.search h2,
section.search h2 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
main.search h2 span,
section.search h2 span {
  color: red;
}
main #section_title,
section #section_title {
  position: absolute;
  right: 20px;
  width: 400px;
}
main #section_title h2,
section #section_title h2 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 36px;
  border-bottom: 4px solid black;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
main #section_title p,
section #section_title p {
  margin: 0 0 30px 0;
  letter-spacing: 2px;
}
main #section_title a,
section #section_title a {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
}
main .post,
section .post {
  position: relative;
  margin-bottom: 100px;
}
main .post a.img_link,
section .post a.img_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
main .post.journal-new,
section .post.journal-new {
  float: left;
  width: 400px;
  height: 270px;
  margin: 0 140px 140px 0;
}
main .post.journal-new:nth-of-type(2n),
section .post.journal-new:nth-of-type(2n) {
  margin-right: 0;
}
main .post.journal-new .post_details,
section .post.journal-new .post_details {
  position: absolute;
  right: -20px;
  bottom: -50px;
  padding: 20px;
  background: black;
  color: white;
}
main .post.journal-new .post_details span,
section .post.journal-new .post_details span {
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}
main .post.journal-new .post_details h3,
section .post.journal-new .post_details h3 {
  font-size: 18px;
  width: 200px;
  letter-spacing: 1px;
  margin: 0;
}
main .post.journal-new .post_details h3 a,
section .post.journal-new .post_details h3 a {
  color: white;
  text-decoration: none;
}
main .post.journal-new figure,
section .post.journal-new figure {
  height: 100%;
}
main .post.journal-new figure img,
section .post.journal-new figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .post.audio,
section .post.audio,
main .post.journal,
section .post.journal {
  width: 800px;
  margin: 20px auto 120px;
}
main .post.audio .post_details time,
section .post.audio .post_details time,
main .post.journal .post_details time,
section .post.journal .post_details time {
  position: absolute;
  top: 40%;
  left: -100px;
  text-align: center;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  font-size: 16px;
  letter-spacing: 3px;
  word-spacing: 10px;
}
main .post.audio .post_details span,
section .post.audio .post_details span,
main .post.journal .post_details span,
section .post.journal .post_details span {
  position: absolute;
  top: 40%;
  right: -160px;
  text-align: center;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  font-size: 16px;
  letter-spacing: 2px;
  word-spacing: 10px;
  text-transform: uppercase;
}
main .post.audio .post_details h3,
section .post.audio .post_details h3,
main .post.journal .post_details h3,
section .post.journal .post_details h3 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 10px;
}
main .post.journal figure img,
section .post.journal figure img {
  width: 100%;
  height: auto !important;
}
main .post.journal .post_details time,
section .post.journal .post_details time {
  top: 44%;
}
main .post.journal .post_details span,
section .post.journal .post_details span {
  top: 45%;
  right: -260px;
}
main .post.journal .post_details p,
section .post.journal .post_details p {
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}
main .post.audio,
section .post.audio {
  width: 500px;
}
main .post.audio .post_details p,
section .post.audio .post_details p {
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}
main .post.audio iframe,
section .post.audio iframe {
  width: 100%;
}
main .post.studio,
section .post.studio {
  background: black;
}
main .post.studio figure,
section .post.studio figure {
  height: 600px;
  background: black;
  opacity: .8;
}
main .post.studio figure img,
section .post.studio figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .8;
}
main .post.studio a,
section .post.studio a {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .post.studio .post_details,
section .post.studio .post_details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 50px 100px;
  color: white;
}
main .post.studio .post_details time,
section .post.studio .post_details time {
  font-size: 24px;
  word-spacing: 10px;
}
main .post.studio .post_details h2,
section .post.studio .post_details h2 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 2px;
  border-bottom: 4px solid white;
  margin: 20px 0 40px;
}
main .post.studio .post_details span,
section .post.studio .post_details span {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
main #audio,
section #audio {
  float: left;
  width: 400px;
  height: 300px;
  position: relative;
  margin-top: 120px;
}
main #audio .title,
section #audio .title {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: absolute;
  top: 35%;
  left: -86px;
  -webkit-transform: rotate(-90deg);
  padding-top: 10px;
  border-top: 2px solid black;
}
main #audio .artwork,
section #audio .artwork {
  background: black;
  width: 250px;
  margin: 0 auto;
}
main #audio .artwork img,
section #audio .artwork img {
  width: 100%;
  opacity: .95;
}
main #audio .progress,
section #audio .progress {
  display: none;
}
main #audio .progress progress,
section #audio .progress progress {
  width: 250px;
  height: 3px;
  margin-top: 30px;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
main #audio .progress progress::-webkit-progress-bar,
section #audio .progress progress::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
main #audio .progress progress::-webkit-progress-value,
section #audio .progress progress::-webkit-progress-value {
  background: black;
}
main #audio .progress span,
section #audio .progress span {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  display: block;
}
main #audio .media,
section #audio .media {
  text-align: center;
}
main #audio .media a,
section #audio .media a {
  font-family: "Proxima Nova", Helvetia, Arial, sans-serif;
  display: block;
  color: black;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
main #audio .media a.play,
section #audio .media a.play {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: url(http://streetetiquette.com/wp-content/themes/se/img/play.png);
  background-size: 100%;
  text-indent: -999em;
}
main #audio .media a.pause,
section #audio .media a.pause {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: url(http://streetetiquette.com/wp-content/themes/se/img/pause.png);
  background-size: 100%;
  text-indent: -999em;
}
main.instagram,
section.instagram {
  width: 960px;
  padding: 0;
  margin: 40px auto 80px;
}
main.instagram h3,
section.instagram h3 {
  text-align: center;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 3px;
  font-size: 18px;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  display: inline-block;
  margin: 0 auto 40px;
}
main.instagram ul,
section.instagram ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
main.instagram ul li,
section.instagram ul li {
  float: left;
  width: 290px;
  margin-right: 45px;
  list-style-type: none;
}
main.instagram ul li img,
section.instagram ul li img {
  width: 100%;
}
main.instagram ul li:last-child,
section.instagram ul li:last-child {
  margin-right: 0;
}
main.instagram #signup,
section.instagram #signup {
  float: left;
  margin: 60px 0;
}
main.instagram #signup p,
section.instagram #signup p {
  letter-spacing: 2px;
  width: 400px;
  margin-bottom: 30px;
}
main.instagram #signup input,
section.instagram #signup input {
  width: 200px;
  border: 2px solid black;
  padding: 20px;
  letter-spacing: 1px;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
main.instagram #signup input::-webkit-input-placeholder,
section.instagram #signup input::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase;
}
main.instagram #signup input:-moz-placeholder,
section.instagram #signup input:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  text-transform: uppercase;
}
main.instagram #signup input::-moz-placeholder,
section.instagram #signup input::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  text-transform: uppercase;
}
main.instagram #signup input:-ms-input-placeholder,
section.instagram #signup input:-ms-input-placeholder {
  color: black;
  text-transform: uppercase;
}
main.instagram #signup input[type=submit],
section.instagram #signup input[type=submit] {
  display: none;
}
main.studio .post,
section.studio .post {
  margin: 0;
}
article #article_hero {
  height: 600px;
  padding-top: 67px;
  margin-bottom: 40px;
}
article #article_hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article #article_header {
  width: 800px;
  margin: 0 auto;
}
article #article_header h1 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 10px;
}
article #article_header ul {
  padding: 0;
}
article #article_header ul li {
  list-style-type: none;
}
article #article_header ul li a {
  color: red;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}
article #article_header #share {
  width: 300px;
  margin-top: 40px;
}
article #article_header #share .social_button {
  float: left;
  width: 100px;
}
article #article_header #share .social_button.fb {
  margin-top: -2px;
}
article #article_body p {
  width: 800px;
  margin: 1.5em auto;
  font-size: 18px;
  line-height: 1.7em;
}
article #article_body p.image {
  width: 960px;
}
article #article_body p b,
article #article_body p strong {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
article #article_body p a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
}
article #article_body p:first-child {
  font-size: 20px;
}
article #article_body p img {
  width: 100%;
  height: auto !important;
  margin: 20px 0;
}
article #article_body h1 img {
  width: 100%;
  height: auto !important;
}
article #comments {
  width: 960px;
  margin: 60px auto;
}
article #comments h3 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}
article #comments .respond {
  margin-bottom: 80px;
}
article #comments .respond h2 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}
article #comments .respond p {
  text-transform: uppercase;
}
article #comments .respond p a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
}
article #comments .respond form input {
  border: 2px solid black;
  padding: 10px;
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
}
article #comments .respond form input[type=submit] {
  background: white;
  padding: 20px;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
article #comments .respond form textarea {
  border: 2px solid black;
  padding: 20px;
}
article #comments .commentlist {
  padding: 0;
  margin: 0;
}
article #comments .commentlist li {
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  padding-left: 40px;
  list-style-type: none;
  margin-bottom: 20px;
}
article #comments .commentlist li .commentauthor,
article #comments .commentlist li .commentauthor a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-transform: uppercase;
}
article #comments .commentlist li .commentauthor time,
article #comments .commentlist li .commentauthor a time {
  font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
}
article #comments .commentlist li a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
}
article #prevnext .prev_post,
article #prevnext .next_post {
  position: fixed;
  top: 40%;
  background: white;
  padding: 0 20px;
  width: 180px;
  height: 120px;
  opacity: .5;
}
article #prevnext .prev_post a,
article #prevnext .next_post a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6em;
  color: red;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
article #prevnext .prev_post {
  left: -160px;
}
article #prevnext .prev_post a {
  padding-right: 40px;
  background: url(http://streetetiquette.com/wp-content/themes/se/img/icon_arrow_left.png) no-repeat right;
  background-size: 18px;
}
article #prevnext .next_post {
  right: -160px;
}
article #prevnext .next_post a {
  padding-left: 40px;
  background: url(http://streetetiquette.com/wp-content/themes/se/img/icon_arrow_right.png) no-repeat left;
  background-size: 18px;
}
article #journal_header {
  width: 700px;
  margin: 120px auto 40px;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
article #journal_header time {
  padding-top: 40px;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  word-spacing: 10px;
  font-size: 12px;
  letter-spacing: 3px;
}
article #journal_body {
  width: 700px;
  margin: 0 auto;
}
article #journal_body p {
  font-size: 16px;
  line-height: 1.6em;
}
article #journal_body p b,
article #journal_body p strong {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
article #journal_body p img,
article #journal_body p .fluid-width-video-wrapper {
  margin-bottom: 40px;
}
article #journal_body p a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
}
article #journal_body img {
  width: 100%;
  height: auto !important;
}
.audio {
  width: 960px;
  margin: 60px auto 80px;
}
.audio .section_title {
  float: left;
  width: 280px;
  margin-right: 60px;
  border-top: 2px solid black;
}
.audio .section_title h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.audio .section_title p {
  line-height: 1.6em;
  font-size: 15px;
}
.audio .audio-player {
  float: left;
  width: 280px;
  height: 435px;
  position: relative;
  margin: 0 60px 80px 0;
}
.audio .audio-player:nth-of-type(3n) {
  margin-right: 0;
}
.audio .audio-player .title {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 10px;
  border-top: 2px solid black;
  margin-bottom: 40px;
}
.audio .audio-player .artwork {
  background: black;
  width: 100%;
}
.audio .audio-player .artwork img {
  width: 100%;
  opacity: .95;
}
.audio .audio-player .progress {
  display: none;
}
.audio .audio-player .progress progress {
  width: 250px;
  height: 3px;
  margin-top: 30px;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.audio .audio-player .progress progress::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.audio .audio-player .progress progress::-webkit-progress-value {
  background: black;
}
.audio .audio-player .progress span {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  display: block;
}
.audio .audio-player .media {
  text-align: center;
}
.audio .audio-player .media a {
  font-family: "Proxima Nova", Helvetia, Arial, sans-serif;
  display: block;
  color: black;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.audio .audio-player .media a.play {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: url(http://streetetiquette.com/wp-content/themes/se/img/play.png);
  background-size: 100%;
  text-indent: -999em;
}
.audio .audio-player .media a.pause {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: url(http://streetetiquette.com/wp-content/themes/se/img/pause.png);
  background-size: 100%;
  text-indent: -999em;
}
.audio #audio {
  width: 280px;
  height: 435px;
  margin: 0 60px 120px 0;
}
.audio #audio:nth-of-type(3n) {
  margin-right: 0;
}
.audio #audio .title {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: static;
  top: auto;
  left: auto;
  margin-bottom: 40px;
  -webkit-transform: rotate(0deg);
}
.audio #audio .artwork {
  width: 100%;
}
.audio #audio .media a.play {
  top: 47%;
}
.audio #audio .media a.pause {
  top: 47%;
}
.about_hero {
  height: 600px;
  position: relative;
}
.about_hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_hero .about_title {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 40px 340px;
  background: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: -480px;
  font-size: 48px;
}
.about {
  width: 960px;
  margin: 0 auto 120px;
  padding-top: 50px;
}
.about h2 {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.about p {
  line-height: 1.6em;
}
.about .services {
  float: left;
  width: 400px;
  text-align: right;
  margin: 40px 40px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.about .services h2 {
  text-align: right;
}
.about .services li {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.about .contact {
  float: left;
  width: 400px;
  height: 332px;
  padding: 20px;
  background: #fff5ee;
  color: red;
  margin-top: 40px;
}
.about .contact h2 {
  text-align: left;
}
.about .contact a {
  color: red;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.about .contact img {
  float: left;
  width: 48px;
  margin: 40px 20px 0 0;
}
.about .contact .resume {
  float: left;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 2px solid red;
  padding-bottom: 10px;
  margin-top: 40px;
}
.press {
  width: 600px;
  margin: 40px auto;
  text-align: center;
}
.press a {
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-decoration: none;
}
footer {
  padding: 40px 0;
  background: black;
  color: white;
}
footer #footer_inner {
  width: 960px;
  margin: 0 auto;
}
footer #footer_inner .social {
  text-align: center;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
footer #footer_inner .social a {
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 20px;
}
footer #footer_inner small {
  display: block;
  font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer #footer_inner small a {
  color: white;
  text-decoration: none;
}
footer #footer_inner small:first-of-type {
  margin-bottom: 20px;
}
/* ==========================================================================
Mobile Style
========================================================================== */
@media only screen and (max-width: 800px) {
  header nav #home {
    width: 30%;
  }
  header nav .menu-header-nav-container {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: white;
    display: none;
    z-index: 9999;
  }
  header nav .menu-header-nav-container ul {
    padding: 0;
  }
  header nav .menu-header-nav-container ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
  }
  header nav .menu-header-nav-container ul li:last-child {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header nav .menu-header-nav-container ul li a {
    font-size: 18px;
    letter-spacing: 2px;
  }
  header nav #search {
    text-indent: -999em;
    width: 24px;
    height: 29px;
    margin-top: 18px;
    background: url(http://streetetiquette.com//wp-content/themes/se/img/icon_search.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
  }
  header nav #search_box {
    width: 80%;
  }
  header nav #search_box input {
    width: 100%;
    padding: 29px 20px 24px;
    font-size: 14px;
  }
  header nav #show_nav {
    float: right;
    width: 40px;
    margin: 18px 18px 0;
  }
  header nav #show_nav .menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 16px;
  }
  header nav #show_nav .menu span {
    margin: 0 auto;
    position: relative;
    top: 12px;
  }
  header nav #show_nav .menu span:before,
  header nav #show_nav .menu span:after {
    position: absolute;
    content: '';
  }
  header nav #show_nav .menu span,
  header nav #show_nav .menu span:before,
  header nav #show_nav .menu span:after {
    width: 40px;
    height: 5px;
    background-color: #000;
    display: block;
  }
  header nav #show_nav .menu span:before {
    margin-top: -10px;
  }
  header nav #show_nav .menu span:after {
    margin-top: 10px;
  }
  header nav #show_nav .menu span {
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
  }
  header nav #show_nav .menu:hover span {
    -webkit-transition-delay: .2s;
  }
  header nav #show_nav .menu span:before {
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  header nav #show_nav .menu:hover span:before {
    -webkit-transition-delay: 0, .2s;
  }
  header nav #show_nav .menu span:after {
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  header nav #show_nav .menu:hover span:after {
    -webkit-transition-delay: 0, .2s;
  }
  header nav #show_nav .close span {
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
  }
  header nav #show_nav .close:hover span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: .2s;
  }
  header nav #show_nav .close span:before {
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  header nav #show_nav .close:hover span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
  }
  header nav #show_nav .close span:after {
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  header nav #show_nav .close:hover span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
  }
  main .post.studio .post_details,
  section .post.studio .post_details {
    padding: 20px;
    bottom: auto;
    top: 40px;
  }
  main .post.studio .post_details time,
  section .post.studio .post_details time {
    font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
  }
  main .post.studio .post_details h2,
  section .post.studio .post_details h2 {
    font-size: 30px;
  }
  main .post.studio .post_details span,
  section .post.studio .post_details span {
    font-family: "Proxima Nova Semibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
  }
  main.journal,
  section.journal {
    width: 85%;
    padding-top: 20px;
  }
  main.journal #section_title,
  section.journal #section_title {
    position: static;
    width: auto;
  }
  main.journal #section_title p,
  section.journal #section_title p {
    display: none;
  }
  main.journal.home .post.journal-new,
  section.journal.home .post.journal-new {
    margin: 0 0 40px 0 !important;
  }
  main.journal h3,
  section.journal h3 {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
  main.journal .post.journal-new,
  section.journal .post.journal-new {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0 !important;
  }
  main.journal .post.journal-new .post_details,
  section.journal .post.journal-new .post_details {
    position: static;
  }
  main.journal .post.journal-new .post_details h3,
  section.journal .post.journal-new .post_details h3 {
    text-align: left;
  }
  main #audio,
  section #audio {
    width: 100%;
    height: auto;
    padding: 60px 0 20px;
    margin-top: 20px;
  }
  main #audio .media a.play,
  section #audio .media a.play,
  main #audio .media a.pause,
  section #audio .media a.pause {
    top: 55%;
  }
  main #audio .artwork,
  section #audio .artwork {
    width: 100%;
  }
  main #audio .title,
  section #audio .title {
    top: 0;
    left: auto;
    width: 100%;
    padding: 0 0 10px 0;
    border-top: 0;
    border-bottom: 2px solid black;
    -webkit-transform: rotate(0deg);
  }
  main.instagram,
  section.instagram {
    width: 85%;
  }
  main.instagram h3,
  section.instagram h3 {
    display: block;
  }
  main.instagram ul li,
  section.instagram ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  main.instagram #signup,
  section.instagram #signup {
    float: none;
  }
  main.instagram #signup p,
  section.instagram #signup p {
    width: auto;
  }
  .audio {
    width: 85%;
  }
  .audio .section_title {
    width: 100%;
    margin-bottom: 40px;
  }
  .audio .audio-player {
    width: 100%;
    height: 400px;
  }
  .audio .audio-player f .media a.play,
  .audio .audio-player f .media a.pause {
    top: 51%;
  }
  .about_hero {
    height: 300px;
  }
  .about_hero .about_title {
    display: none;
  }
  .about {
    width: 85%;
    margin: 0 auto 60px;
    padding-top: 20px;
  }
  .about .services {
    float: none;
    width: 240px;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .about .services h2 {
    text-align: center;
  }
  .about .contact {
    float: none;
    width: 240px;
    height: auto;
    margin: 0;
    padding: 20px 20px 40px;
  }
  .about .contact h2 {
    text-align: center;
  }
  .press {
    width: 85%;
  }
  article #article_hero {
    height: 200px;
  }
  article #article_header {
    width: 85%;
  }
  article #article_header h1 {
    font-size: 30px;
  }
  article #article_header ul li a {
    font-size: 13px;
  }
  article #article_body p,
  article #article_body p.image {
    width: 85%;
  }
  article #journal_header {
    width: 85%;
  }
  article #journal_header h1 {
    font-size: 24px;
  }
  article #journal_header time {
    font-size: 13px;
  }
  article #journal_body {
    width: 85%;
  }
  article #journal_body p {
    font-size: 18px;
  }
  article #journal_body p img {
    margin-bottom: 20px;
  }
  article #comments {
    width: 85%;
  }
  article #comments .respond form textarea {
    width: 90%;
    padding: 5%;
  }
  article #comments .commentlist li .commentauthor time {
    display: none;
  }
  article #prevnext {
    display: none !important;
  }
  footer {
    padding: 20px 0;
  }
  footer #footer_inner {
    width: 85%;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
