/*
 Theme Name:   TSG.tv
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Peter Fingler
 Author URI:   http://www.secrettoeverybody.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#page {
  top: 0px;
}
#site-header {
  text-align: center;
  background-color: transparent;
}
  #site-header img {
    width: auto;
    max-height: 200px;
  }
.primary-navigation ul ul {
  max-height: 80vh;
  overflow: auto;
}

@media screen and (min-width: 1260px) {
  #page {
    left: 50%;
    margin-left: -630px;
  }
}

@media screen and (min-width: 1008px) {
  body.custom-background::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center 80%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 200%;
    z-index: -1;
  }
  #page {
    top: 200px;
  }
  #site-header {
    top: -200px;
    background-color: transparent;
    margin-bottom: -200px;
  }
}
@media screen and (min-width: 594px) {
  .post-thumbnail {
    min-height: 148px;
  }
}

@media screen and (min-width: 783px) {
  .masthead-fixed .site-header {
    top: 30px;
  }
  .admin-bar.masthead-fixed .site-header {
    top: 92px;
  }
}
@media screen and (max-width: 782px) {
  #page {
    top: 30px;
  }
}
