/* ========================================================================== */
/*   VARIABLES
/* - Global SASS variables for this project only */
/* - [For example] font-size, box-shadow, colors */
/* ========================================================================== */
@font-face {
  font-family: 'League Gothic';
  src: url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.eot");
  src: url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.woff") format("woff"), url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.ttf") format("truetype"), url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

body.layout-print {
  background: none #fff; }
  body.layout-print h1 {
    font-size: 55px;
    margin: 0.2em 0; }
  body.layout-print .article-meta {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 20px; }
    body.layout-print .article-meta li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px; }

@media print {
  #header, .article-socials, .article-series, .article-comments, .pagination, .left-off-canvas-menu, .right-off-canvas-menu, .article-tags, .breadcrumbs {
    display: none; }

  .article-block, .article-pull-left, .article-pull-right {
    display: block;
    text-align: center; }
    .article-block img, .article-pull-left img, .article-pull-right img {
      display: inline-block; }

  .article-pull-left {
    float: left;
    margin-right: 20px; }

  .article-pull-right {
    float: right;
    margin-left: 20px; } }
