/*
#header-section {
  background: url(images/stitchers-header-bg.jpg) no-repeat #000000 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) !important;
}
*/


@media screen and (max-width: 1024px) and (min-width: 768px) {
  #main-section {
    width: 390px !important;
    overflow: hidden !important;
  }
  #post {
    padding: 0 !important;
  } 
  .loop-posts .loop-post{
    width: 350px !important;
  }
  #sidebar-section {
    width: 332px !important;
  }

}

.campaign #am-skin {
  background-color:#000 !important;
}

.campaign #featured-posts li {
  width: 235px;
}
.campaign #main-section {
  max-width: 650px;
}

.campaign #home #logo-home .logomark {
  display: none;
}

.campaign #logo-home a{
  display: inline-block;
  //height: 122px;
  width: 335px;
  //background: url(images/countdown-logo.png);
  background-size: cover;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .campaign #logo-home a {
      min-height: 74px;
      height: 100%;
      width: 75%;
      max-width: 202px;
      margin: 5px auto;
  }
  .campaign #logo-home {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .campaign #header {
    max-height: 66px;
  }
  .campaign #logo-home a {
      margin: 20px auto;
  }
}

.campaign #logo-home .logomark {
  display: none;
}

.campaign #logo-home {
  background: none;
}

.campaign #header {
  background-color: rgba(50,50,50,.3);
}
