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

}

.campaign #header-section {
  /*--background: url(images/ftwd-header.jpg) no-repeat top center #000000 !important;--*/
  background: rgba(25, 0, 0, .175) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) !important;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .campaign #header-section {
    background: url(images/ftwd-header.jpg) no-repeat top center #000000 !important;
    background-size: cover !important;
  } 
}

.campaign #clock {
  display: none !important;
}

.campaign .logomark {
  display: none !important;
}

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

@media screen and (max-width: 1024px) {
  .campaign #logo-home {
    text-align: center;
  }
}

.campaign #nav-cats li a {
  color: #5a1f17 !important;
  text-shadow: -2px 2px rgba(255, 255, 255, 0.35) !important;
}

.campaign #nav-cats #subcats li a {
  text-shadow: -2px 2px rgba(255, 255, 255, 0.35) !important;
}

@media screen and (min-width: 1025px) {
  .campaign #featured-posts li {
    margin-left: 4px !important;
  }
}

.campaign #sidebar-section {
  max-width: 330px !important;
}

@media screen and (min-width:1650px) {
  .campaign #am-skin {
    background-size: cover;
  }
}


/*--@media screen and (min-width:970px) {
  .leaderboard-section {
    height: 250px;
    min-height: 250px !important;
  }

  #leaderboard-atf {
    display: none !important;
  }
}--*/

/*--
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #main-section,
  .single #main-section {
    width: 390px !important;
    overflow: hidden !important;
  } 
  .loop-posts .loop-post{
    width: 350px !important;
  }
  #sidebar-section {
    width: 334px !important;
  }

}

.leaderboard-section {
  min-height: 0 !important;
}
--*/