/* Bootstrap Overrides */

/* change grid to 24px gutters */

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding-left: 14px;
  padding-right: 14px;
}

.row {
  margin-left: -14px;
  margin-right: -14px;
}

/* Fonts */

@font-face {
    font-family: 'ov-gothicmedium';
    src: url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/OV-Gothic-Medium.eot");
    src: url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/OV-Gothic-Medium.eot?#iefix") format('embedded-opentype'),
         url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/OV-Gothic-Medium.woff") format('woff'),
         url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/OV-Gothic-Medium.ttf") format('truetype'),
         url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/OV-Gothic-Medium.svg#ov_gothicmedium") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merlo_tx_regularregular';
    src: url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regular-webfont.eot');
    src: url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regular-webfont.woff2') format('woff2'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regular-webfont.woff') format('woff'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regular-webfont.ttf') format('truetype'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regular-webfont.svg#merlo_tx_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'merlo_tx_regularregular';
    src: url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regularitalic-webfont.eot');
    src: url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regularitalic-webfont.woff2') format('woff2'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regularitalic-webfont.woff') format('woff'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regularitalic-webfont.ttf') format('truetype'),
         url('http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/merlotx-regularitalic-webfont.svg#merlo_txregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
  font-family: 'merlo_smallcaps';
  src: url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/MerloRomCap.eot"); /* IE9 Compat Modes */
  src: url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/MerloRomCap.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/MerloRomCap.woff") format('woff'), /* Modern Browsers */
       url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/MerloRomCap.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("http://outdoorvoices.s3.amazonaws.com/tumblr/fonts/MerloRomCap.svg#59eee0a7d3ad5428658c686eb61b5f22") format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

.title, h1, h2, h3, h4, h5, h6 {
	font-family: 'ov-gothicmedium', 'brandon-grotesque', helvetica, sans-serif;
}

/* General */

body {
	font-family: 'merlo_tx_regularregular', 'ov-gothicmedium', 'brandon-grotesque', helvetica, sans-serif;
  font-size: 16px;
  background: rgb(243,243,243);
}

a, a:visited {
  color: black;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'ov-gothicmedium', 'brandon-grotesque', helvetica, sans-serif;
  font-weight: normal;
}

/* Header and footer*/

.navbar-fixed-top {
  margin-bottom: 0;
  padding-bottom: 24px;
  background: white;
  border-width: 0;
}

#ov-nav {
  padding: 12px 0;
  border-bottom: 5px solid black;
  position: relative;
  font-size: 16px;
}

#ov-nav a {
  text-decoration: none;
}

#ov-nav a:hover {
  text-decoration: underline;
}

#ov-nav .center-logo {
  position: absolute;
  left: 50%;
  margin-left: -115px;
  z-index: 100;
}

#ov-nav img {
  max-width: 100%;
  max-height: 40px;
}

#ov-nav ul {
  margin: 0;
}

#ov-nav li {
  line-height: 20px;
  font-size: 16px;
}

#ov-nav .header-collections li:before {
  content: "→ ";
}

#mobile-nav {
  padding: 12px 24px;
  background: white;
}

#mobile-nav a {
  text-decoration: none;
}

#mobile-nav .collections-nav a {
  margin-right: 5px;
}

#mobile-nav img {
  height: 35px;
}

.ov-footer {
  font-size: 16px;
}

.ov-footer img {
  max-height: 95px;
}

.ov-footer .footer-border {
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  padding: 24px 0;
  margin-bottom: 24px;
}

.ov-footer a {
  text-decoration: none;
}

.ov-footer p {
  margin-bottom: 19px;
}

.ov-footer p:last-child {
  margin-bottom: 0;
}

.bag-link {
  position: relative;
}

.mobile-cart-count {
  position: absolute;
  width: 100%;
  line-height: 46px;
  text-align: center;
}

.bag-count ul {
  margin: 0;
}

.bag-count img {
  max-height: 40px;
}

.ov-footer .bag-count {
  margin-bottom: 17px;
}

.ov-footer .collection-link:before {
  content: "→ ";
}


/* tumblr specific */

.navbar-fixed-top {
  background: rgb(243,243,243);
}

.navbar img {
  vertical-align: top;
}

#ov-nav .center-tumblr-logo {
  line-height: 40px;
  margin-left: -66px;
  font-size: 24px;
}

#ov-nav .center-tumblr-logo a:hover {
  text-decoration: none;
}

ol.notes {
  padding: 0;
  list-style-position: inside;
}

ol.notes .avatar_frame {
  display: none;
}

#main {
  margin-top:93px;
  margin-bottom: 24px;
}

#tumblr_controls {
  display: none;
}

body.permalink #tumblr_controls {
  display: block;
}

#tumblr_controls {
  top: 90px;
  right: 21px;
}

#tumblr_controls.sticky {
  display: none !important;
}

/* Content */

.container {
  max-width:2500px!important;
  width: 100% !important;
  padding: 0 24px;
}

.post-wrapper img {
  max-width: 100%;
}

.post-panel {
  margin-top: 24px;
}

.post-date {
  text-decoration: none;
}

.post-content strong, .post-content b {
  font-family: 'ov-gothicmedium', 'brandon-grotesque', helvetica, sans-serif;
  font-weight: normal;
}

.photo .post-content, .photoset .post-content {
  text-align: center;
}

.post-divider {
  border-top: 5px solid black;
  width: 74.4%;
  margin: 0 auto 24px;
}

body.permalink .post-divider {
  display: none;
}

body.permalink .notes-divider {
  display: block;
}

.post-content p:last-child {
  margin-bottom: 0;
}

article {
  margin-bottom: 24px;
}

.source-link {
  display: none;
}

body.permalink .source-link {
  display: block;
}

.post-extra {
  margin-top: 24px;
}

#infscr-loading {
  font-size: 18px;
	font-family: 'ov-gothicmedium', 'brandon-grotesque', helvetica, sans-serif;
  text-align: center;
}

#infscr-loading em {
  font-style: normal;
  color: black;
}

/* Photo and Photoset */

figcaption.caption {
  margin-top: 24px;
}

/* Audio & Video */

.audio-container, .video-wrapper {
  text-align: center;
  background: black;
}

.audio-container iframe, .video-wrapper iframe {
  max-width: 100%;
}

@media (max-width: 991px) {
  .ov-footer .footer-border {
    border-bottom: none;
    margin-bottom: 0;
  }

  .post-date {
    display: block;
    margin-bottom: 12px;
  }

  .post-date .pull-right {
    display: none;
  }

  .post-divider { width: 100%; }
}

@media (max-width: 991px) and (min-width: 768px) {
  #ov-nav .header-collections li:before {
    content: "";
  }

  .ov-footer .col-visit .footer-border,
  .ov-footer .col-copyright .footer-border {
    border-bottom: 5px solid black;
    margin-bottom: 24px;
  }
}
