/* ===========================
   Base Typography & Body
   =========================== */

body {
  font-family: 'Duru Sans', sans-serif;
  font-size: 1rem;
  color: #000;
  text-align: center;
}

/* General Links */
a, a:link, a:visited, a:active {
  color: #666;
  text-decoration: underline;
}
a:hover {
  color: #333;
}

/* ===========================
   Headings
   =========================== */

h1,
h1 a,
h1 a:visited,
h1 a:hover,
h1 a:active {
  font-family: 'Duru Sans', sans-serif!important;
  font-weight: 200!important;
  text-transform: none!important;
  font-size: 23px!important;
  color: #666!important;
  text-align: center!important;
  width: 100%!important;
  line-height: 20px!important;
  padding: 20px 0 10px!important;
  margin: 0!important;
  text-decoration: none!important;
  text-shadow: -1px 2px 2px rgba(0,0,0,0.39)!important;
}
h1 a:hover {
  color: #999!important;
}

h2 {
  font-family: 'Duru Sans', sans-serif!important;
  font-weight: normal!important;
  text-transform: none!important;
  font-size: 14px!important;
  color: #333!important;
  text-align: center!important;
  width: 100%!important;
  line-height: 20px!important;
  padding: 0!important;
  margin: 0!important;
}

/* ===========================
   Home Layout
   =========================== */

.home-wrapper {
  background-color: #fff;
  width: 80vw;
  margin: 30px auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 3px solid #000;
  border-bottom: 5px solid #000;
  padding: 20px;
  position: relative;
}

.header {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 20px;
}

.mobile-header {
  display: none;
}

.home-item {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.home-item-inner {
  text-align: left;
  overflow: hidden;
}

.home-item p {
  font-size: 14px;
  line-height: 16px;
}

.home-item a,
.home-item a:hover,
.home-item a:visited,
.home-item a:active {
  text-align: left;
  text-decoration: none;
}

.imagebox {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: top center;
  position: relative;
  border-bottom: 5px solid #000;
  background-color: white;
}

/* ===========================
   Feature Sections
   =========================== */

.feature-wrapper {
  width: 90%;
  margin: 0 auto 30px;
  padding: 30px 20px;
  color: #fff!important;
  border: 1px solid #ccc;
  border-bottom: 5px solid #000;
  overflow: hidden;
  position: relative;
}

.slide {
  display: inline-block;
  padding: 30px 20px;
}

.feature {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  text-shadow: 2px 2px #000;
}

.featureimagebox {
  background-size: cover;
  background-position: top center;
}

.featureimagebox img {
  border: 2px solid #000;
  width: 100%;
}

.feature-caption p {
  font-size: 14px;
}

/* ===========================
   Captions
   =========================== */

.caption {
  padding: 0 20px 20px 0;
  text-align: left;
}

.caption h2 {
  color: #666;
  margin: 0;
  line-height: 20px;
}

.caption p {
  color: #666;
  text-align: left;
}

.caption a,
.caption a:hover,
.caption a:visited,
.caption a:active {
  color: #666;
  text-decoration: none;
}

.caption a:hover {
  color: #FF1493;
}

/* ===========================
   Recent
   =========================== */

.recent,
.recent a,
.recent a:visited,
.recent a:hover,
.recent a:active {
  padding: 20px;
  display: block;
  font-weight: 600!important;
  text-decoration: none;
}

/* ===========================
   Footer
   =========================== */

.footer,
.footer:visited,
.footer:hover,
.footer:active {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  margin: 0;
  text-align: left;
}

.footer p {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0;
  text-align: left;
}

.footer h3 a {
  font-size: 14px!important;
}

.footer p.links,
.footer a,
.footer a:visited,
.footer:hover,
.footer:active {
  font-size: 10px;
  text-decoration: none;
}

/* ===========================
   Post Styles
   =========================== */

.post {
  text-align: left;
  color: #666;
}

.post img {
  width: 100%!important;
  height: auto!important;
}

.post .auto-width {
  width: auto!important;
  height: auto!important;
}

.post img.who {
  width: auto!important;
  max-width: 100%!important;
}

.post img.festival-gallery {
  max-width: 400px;
}

.post-wrapper h2 {
  padding-bottom: 30px;
}

.post-wrapper img {
  margin-bottom: 30px;
}

/* ===========================
   Archive Links
   =========================== */

h2.archive-recent,
.archive-recent a,
.archive-recent a:visited,
.archive-recent a:hover,
.archive-recent a:active {
  border: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.archive-links {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 30px auto;
  padding: 20px;
}

/* ===========================
   Media Queries
   =========================== */

@media screen and (max-width: 980px) {
  .feature {
    font-size: 14px;
  }
  .new-smu .playlists {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .mobile-header {
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 10px 0;
  }
  .home-wrapper {
    width: 90vw;
  }
  .home-item-inner {
    padding-bottom: 20px;
  }
}

/* ===========================
   Slick Slider
   =========================== */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
}

/* ===========================
   Additional Sections
   =========================== */

/* Example: Featured Fringe */
.featured-fringe,
.recommended-fringe-five,
.recommended-fringe {
  margin: 20px;
  padding: 20px;
}
.featured-fringe {
  border: 3px solid #000;
}
.recommended-fringe-five {
  border: 3px solid #FF1493;
}
.recommended-fringe {
  border: 1px solid #FF1493;
}
@media screen and (max-width: 700px) {
  .featured-fringe,
  .recommended-fringe-five,
  .recommended-fringe {
    margin: 0;
    padding: 10px;
  }
}

