/*
Theme Name: culu Child
Theme URI: http://underscores.me/
Template: culu
Author: mb863
Author URI: http://underscores.me/
Description: Base theme for Cornell University library units.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1556303584
Updated: 2019-04-26 18:33:04
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Layout
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*---
  Overrides CULU theme
---*/
/*---
  # Background header
---*/
.bg-header {
  top: 120px;
}
@media only screen and (min-width: 1440px) {
  .bg-header {
    top: 140px;
  }
}

body:not(.home) .bg-header {
  top: 120px;
}
@media only screen and (min-width: 1440px) {
  body:not(.home) .bg-header {
    top: 140px;
  }
}

.category .page-interior {
  display: block;
  margin: 0 auto;
  width: calc(100vw - 40px);
  padding: 10px;
  padding-top: 30px;
}
@media only screen and (min-width: 600px) {
  .category .page-interior {
    width: 90% !important;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .category .page-interior {
    width: 1360px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .category .page-interior {
    width: 1529px !important;
  }
}
.category .page-interior article {
  display: inline-block;
  vertical-align: top;
  border: 1px solid red;
}
.category .page-interior article.category-physics-journals, .category .page-interior article.category-chemistry-journals, .category .page-interior article.category-astronomy-journals, .category .page-interior article.category-physics-databases, .category .page-interior article.category-chemistry-databases, .category .page-interior article.category-astronomy-databases {
  display: block;
  vertical-align: top;
  border: 1px solid blue;
}

/*# sourceMappingURL=style.css.map */
