/*--------------------------------
THEME OVERWRITES
---------------------------------*/
body {
  background: url(http://ankoma.net/imgs/bkg-site-tile@2x.jpg) repeat-x 0 0 #47082f;
}

.splash-wrap {
  margin-top: 20px;
}

#branding {
  overflow: auto;
  width: 100%;
}

#menu-primary {
  width: auto;
}

.wrap  {
  margin: 0;
  max-width: 824px;
  padding: 0 40px 20px;
  background: #000;
  order: 2
}


.rail-left {
  background: url(http://ankoma.net/imgs/sidebar-left.png) repeat-y top right;
  height: initial;
  width: 83px;
  order: 1
}


.rail-right {
  background: url(http://ankoma.net/imgs/sidebar-right.png) repeat-y top left;
  height: initial;
  width: 83px;
  order: 3
}

#container {
  max-width: 989px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#site-title {
  background: url(http://ankoma.net/imgs/ank-logo-white.svg) no-repeat 0 0;
  background-size: 100%;
  font-size: 0;
  text-indent: -9999px;
  height: 50px;
  min-width: 324px;
  max-width: 370px;
  margin: 0 auto;
}

#menu-primary a {
  margin-left: 0 !important;
  margin-right: 3.5em !important;
}

#menu-primary .menu-item a:hover {
  color: #fff;
}

.hentry,
#footer {
  border: 0 none;
}

.hentry img {
  border: 0 none;
}

/*--------------------------------
SECTIONS POSTS
---------------------------------*/
.col-section h3 {
  color: #FFF;
  background: #48a58b;
  font-size: 30px;
  font-family: "Helvetica neue", "Helvetica", "Arial", serif;
  font-weight: 100;
  display: inline-block;
  padding: 3px 5px;
}

.col-section h3.bio {
  background: #c52c2c;
}

.col-section h3.photo {
  background: #988e20;
}

.col-section p {
  font-size: 1.4em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family: "Helvetica neue", "Helvetica", "Arial", serif;
  line-height: 1.6em;
  margin-bottom: 30px;

}


.links {
  list-style: none;
  margin: 0 0 20px 0;
}

.links li {
  display: inline-block;
  margin: 0 0 10px 0;
}


.header-album {
  text-align: center;
  color: #fff
}

.header-album h2 {
  color: #f7cdaa;
}


.header-album .arrow {
  display: inline-block;
  left: 50%;
  margin-left: -12px;
  margin-bottom: -12px;
  width: 0;
  height: 0;
  top: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #181818;
  float: left;
  position: relative
}
/*--------------------------------
BADGES
---------------------------------*/
.badge {
  font-size: 0;
  text-indent: -9999px;
  display: inline-block;
  overflow: hidden;
}

.badge.sites {
  width: 160px;
  height: 53px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.badge.streams {
  width: 110px;
  height: 40px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
/*--------------------------------
BADGES - DOWNLOAD
---------------------------------*/


/*--------------------------------
BADGES - STREAM
---------------------------------*/





.link-block {
  background: #dedede;
  width: 90%;
  padding: 2px 0;
  border-bottom: 1px solid #444;
  transition: background-color .3s ease;
  cursor: pointer;
  margin: 0 auto;
}

.link-block a {
  width: 100%;
  display: inline-block;
  text-decoration: none!important;
  border: none!important;
  cursor: pointer;
}

.link-block:hover {
  background: #fff;
}

.link-block:hover .img-btn .play {
  color: #fff;
  background: #470848;
  border-color: #470848;

}

.link-block .img-btn img {
  max-width: 125px;
  display: block;
  background-size: 100%;
  margin: 14px 0 14px 15px;
}

.link-block .img-btn .play {
  text-align: center;
  display: inline-block;
  float: right;
  margin: 15px 15px 15px 0;
  border-radius: 5px;
  border: 1px solid #777;
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 155px;
  color: #777;
}


/*--------------------------------
FOOTER
---------------------------------*/
#footer .right {
  line-height: 10px;
  text-align: center;
  color: #FFF;
  float:none;
  font-family: lucida grande, arial;
}

.footer-content {
  padding: 0 10px;
}

.prismal-logo {
  background: url(http://ankoma.net/imgs/prismal_records_logo_whi.svg) no-repeat center;
  background-size: 100%;
  height: 50px;
  width: 140px;
  display: inline-block;
}

/*--------------------------------
MEDIA QUERIES
---------------------------------*/
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 320px;
  }

  #menu-primary {
    width: 100%;
  }

}
@media only screen and (min-width: 768px) {



  #menu-primary {
    float: left;
    clear: both;
    margin-top: 0;
    margin-left: 209px;
  }
  #post-68 {
    margin: 0 0 0 196px;
    width: 50%;
  }

}

@media only screen and (max-width: 768px) {
  #container {
  }
}


@media only screen and (min-width: 1280px) {

  .col-section:first-child {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1400px) {

}
  @media
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi){
    body {
      background-image: url(http://ankoma.net/imgs/bkg-site-tile@2x.jpg);
      background-size: 268px auto;
    }
  }