/*
Theme Name: Gareth's comics
Theme URI: http://comics.garethjpeters.co.uk
Description: HTML5/CSS3 bootstrap responsive theme for Comics site
Version: 1.0
Author: Gareth J Peters
Author URI: http://www.garethjpeters.co.uk
*/
html {
  background: #333;
}
.member-strip {
  height: 25px;
  background-color: #444;
  color: #eee;
  position: fixed;
  z-index: 1039;
  width: 100%;
}
.member-strip a {
  color: #999;
}
.member-strip a:hover {
  text-decoration: none;
  color: #eee;
}
.member-strip a:active,
.member-strip a:focus {
  text-decoration: none;
}
.member-strip ul {
  font-size: 12px;
  line-height: 25px;
}
.member-strip ul .name {
  text-transform: uppercase;
  color: #999;
  padding-right: 10px;
  border-right: 1px solid #777;
  font-size: 11px;
  font-weight: 500;
}
.member-strip ul .name a {
  color: #444;
}
.member-strip ul .name a:hover {
  color: #eee;
}
.member-strip ul .logout {
  padding-left: 10px;
  border-left: 1px solid #777;
}
.member-strip ul .logout a {
  color: #999;
}
.member-strip ul .logout a:hover {
  color: #be1e2d;
}
body > header {
  padding-top: 45px;
  padding-bottom: 20px;
  background: #ddd;
  background-image: url('../images/comic-banner.jpg');
  background-size: cover;
  border-bottom: 4px solid #be1e2d;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: top left;
}
@media only screen and (min-width: 1025px) {
  body > header {
    background-position: 0% 0%;
    padding-bottom: 80px;
    background-attachment: fixed;
    padding-bottom: 40px;
    background-size: cover;
  }
}
body > header form {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  body > header form {
    margin-bottom: 3rem;
  }
}
body > header h1 {
  line-height: 43px;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  body > header h1 {
    line-height: 63px;
    font-size: 30px;
  }
}
body > header h1.logo {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  body > header h1.logo {
    font-size: 40px;
  }
}
body > header h1.logo strong {
  font-weight: 700;
}
body > header h1 a {
  color: #fff;
}
body > header h1 a img {
  height: 61px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  body > header h1 a img {
    height: 55px;
  }
}
body > header h1 a:hover {
  text-decoration: none;
  color: #ddd;
}
body > .page {
  padding-bottom: 0px;
}
body > footer {
  background: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ccc;
}
body > footer a {
  color: #aaa;
}
body > footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .fa {
  margin-right: 5px;
  font-size: 11px;
}
footer ul.list-unstyled {
  margin-bottom: 30px !important;
}
footer ul.list-inline {
  margin-left: 0px;
  margin-bottom: 30px !important;
}
.navbar {
  margin-bottom: 0px;
  padding: 0.5rem 0;
}
.navbar ul {
  margin-left: 0px;
}
.navbar-dark .navbar-nav .nav-link.current,
.navbar-dark .navbar-nav .nav-link.section {
  color: #fff;
}
.dropdown-item {
  color: #aaa;
}
.single-comic img {
  width: 100%;
}
[hidden] {
  display: none !important;
}
.hint {
  color: #999;
}
.img-responsive {
  width: 100%;
}
mark {
  padding: 0.05em 0.2em;
  background-color: #ff0;
}
.btn.disabled {
  opacity: 0.4;
}
.hidden {
  display: none;
  visibility: hidden;
}
.columns-2 {
  column-count: 2;
  column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
.sml-margin {
  margin-bottom: 5px;
}
.required {
  color: #dd0f0f;
  font-size: larger;
}
.red {
  color: #dd0f0f;
}
.red-tint {
  color: #F8CFCF;
}
.green {
  color: #64bc67;
}
.blue {
  color: #7da0f3;
}
.pink {
  color: #fdbfd0;
}
.orange {
  color: #f78d0b;
}
.faded {
  opacity: 0.2;
}
.muted {
  opacity: 0.5;
}
.bg-dark .muted {
  color: #eee;
}
.bg-light .muted {
  color: #be1e2d;
}
li .muted {
  padding-left: 10px;
  font-size: 1.1rem;
}
table.numeric th {
  text-align: right;
}
table.single-view th {
  width: 34%;
}
.well table.single-view {
  margin-bottom: 0px;
}
table .table-icon {
  margin-right: 7px;
}
tr.confirmed {
  background: #eee;
}
#header-fixed {
  position: fixed;
  top: 0px;
  display: none;
  background-color: white;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ccc;
  background-color: #222;
}
.dropdown-menu {
  background: #222;
}
.searchform {
  padding: 10px;
  background: #eee;
}
.searchform label {
  margin-right: 10px;
}
.searchform .form-group {
  margin-right: 5px;
}
.searchform .form-group .form-control {
  width: 360px;
}
select.listbox {
  height: 250px !important;
}
.search-menu {
  width: 252px;
  margin-top: -1px !important;
}
.search-menu .searchform {
  background: none;
  padding: 0px 15px;
}
.search-menu .searchform label {
  display: none;
}
.search-menu .searchform .form-control {
  width: auto;
}
h2 + .searchform {
  margin-top: -10px;
  margin-bottom: 40px;
}
.searchform + .products-found {
  background: #555;
  margin-top: -40px;
  margin-bottom: 40px;
}
.searchform + .products-found h6 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
}
.pagination ul {
  margin-left: 0px;
  list-style-type: none;
  font-size: 16px;
}
.pagination ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 5px;
  text-align: center;
}
.pagination ul li a {
  width: 35px;
  padding: 10px 2px;
  display: block;
  background: #eee;
  color: #555;
}
.pagination ul li a:hover {
  background: #d3d3d2;
  text-decoration: none;
  color: #fff;
}
.pagination ul li.active a {
  background: #d3d3d2;
  color: #fff;
}
.pagination ul li.spacer {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 30px;
  color: #444;
}
.pagination ul li.disabled a {
  color: #ccc;
  cursor: default;
}
.pagination ul li.disabled a:hover {
  background: #eee;
  color: #ccc;
}
.chosen-choices {
  list-style-type: none;
  margin: 20px 0px 20px 0;
}
.chosen-choices .search-choice {
  float: left;
  margin: 0 5px 5px 0;
  padding: 7px 11px;
  background: #F2BA24;
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
}
.chosen-choices .search-choice a {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.chosen-choices .search-choice a:hover {
  color: #765807;
}
.chosen-choices:after {
  content: "";
  display: table;
  clear: both;
}
form {
  margin-bottom: 3rem;
}
.tags {
  list-style-type: none;
  margin: 20px 0px 20px 0;
  margin-bottom: 20px !important;
}
.tags .single-tag {
  float: left;
  margin: 0 5px 5px 0;
  padding: 7px 11px;
  background: #be1e2d;
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
}
.tags .single-tag:hover {
  background: #661018;
}
.tags .single-tag a {
  color: #fff;
  width: 20px;
  height: 20px;
}
.tags .single-tag a:hover {
  text-decoration: none;
}
.tags:after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
}
a {
  text-decoration: none;
}
h1 {
  margin: 0 0 20px 0;
  font-size: 30px;
}
header h1 {
  margin-bottom: 0px;
  line-height: 34px;
}
h1 + h4 {
  margin-top: -10px;
}
h1 .fa-book {
  margin-left: 6px;
  color: #999 !important;
}
h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
h3 {
  margin: 0 0 20px 0;
}
h3 + h4 {
  margin-top: -10px;
}
h3 + ul {
  margin-top: -10px;
}
h4 {
  margin: 0 0 10px 0;
}
h4.subtitle {
  color: #777;
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.sidebar h4 {
  font-size: 24px;
  margin-bottom: 2px;
}
.sidebar h4 a {
  color: #000;
}
footer h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  font-size: 15px;
}
h5 {
  margin: 0 0 10px 0;
}
h5.publisher {
  color: #777;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 12px;
}
h5 + ul {
  margin-top: -5px;
}
.hint {
  font-size: smaller;
  font-weight: 300;
}
.prefix {
  font-size: 90%;
  opacity: 0.9;
}
p {
  margin: 0 0 20px 0;
}
.panel-body p:last-child {
  margin: 0;
}
footer p {
  margin-bottom: 10px;
}
p.edit-link {
  margin-bottom: 0px;
}
p.comment {
  font-size: 12px;
  margin-bottom: 20px;
}
p.comment + p.comment {
  margin-top: -20px;
}
.single-comic p.comment {
  font-size: 16px;
  margin-bottom: 30px;
}
.single-comic p.comment + p.comment {
  margin-top: -25px;
}
p.series-link {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}
p.series-link a {
  font-size: 0.7rem;
  padding-left: 1.2rem;
  color: #eee;
}
.panel-body .table:last-child {
  margin: 0;
}
ul {
  margin-left: 20px;
  padding-left: 0px;
  margin-bottom: 20px;
}
ul.list-unstyled {
  margin-left: 0px;
}
footer ul.fa-ul {
  margin-left: 21px;
}
ul:last-child {
  margin-bottom: 0px;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1.3);
}
.sold-text {
  color: #c91212;
}
.teaser {
  position: relative;
  opacity: 0.45;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser img,
.teaser .fa-comment {
  opacity: 0.4;
}
.teaser .teaser-title {
  font-size: 24px;
  font-weight: 300;
}
.teaser .teaser-title a {
  color: #000;
}
.teaser .teaser-title a:hover {
  color: #be1e2d;
  text-decoration: none;
}
.teaser .teaser-title .hint {
  font-size: 14px;
}
.teaser .teaser-title .hint a {
  color: #999;
}
.teaser .teaser-title .hint a:hover {
  color: #be1e2d;
}
.teaser .teaser-title + .table {
  margin-top: 10px;
}
.teaser .teaser-title + p.comment {
  margin-top: -10px;
  margin-bottom: 15px;
}
.teaser h4 {
  font-size: 14px;
  color: #666;
}
.teaser h5 {
  font-size: 11px;
}
.teaser h5 a {
  font-weight: 600;
  text-transform: uppercase;
  color: #777;
}
.teaser h5 + h1 {
  margin-top: -8px;
}
.teaser .subtitle {
  font-size: 12px;
  margin-top: -18px;
  color: #777;
  margin-bottom: 10px;
}
.teaser .table {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.teaser .table ul.fa-ul {
  margin-left: 1.4rem;
}
.teaser .table ul.fa-ul li {
  margin-bottom: 0.2rem;
}
.teaser img {
  width: 70px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .teaser img {
    width: 100px;
  }
}
.teaser.with-image {
  padding-left: 90px;
}
@media only screen and (min-width: 768px) {
  .teaser.with-image {
    padding-left: 130px;
  }
}
.teaser.with-image .teaser-image {
  width: 90px;
  margin-left: -90px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .teaser.with-image .teaser-image {
    width: 100px;
    margin-left: -130px;
  }
}
.teaser.with-image .teaser-image img {
  border: 1px solid #d3d3d2;
  margin-bottom: 20px;
}
.teaser.with-image .teaser-image p {
  margin-bottom: 5px;
}
.teaser.own {
  opacity: 1;
  font-weight: normal;
}
.teaser.own .teaser-title {
  font-weight: 500;
}
.teaser.own h5 {
  font-weight: 600;
}
.teaser.own img,
.teaser.own .fa-comment {
  opacity: 1;
}
.teaser.creator {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 0px;
  margin-bottom: 10px;
  width: 100%;
}
.teaser.creator img {
  margin-bottom: 0.5rem;
}
.teaser.creator .teaser-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.teaser.creator .date {
  font-size: 12px;
  border-top: 1px solid #d3d3d2;
  border-bottom: 1px solid #d3d3d2;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 6px;
}
.teaser.creator h5 {
  font-size: 10px;
  background: #aaa;
  padding: 2px 0 1px 0;
  border-radius: 0.2rem;
}
.teaser.creator h5 a {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.teaser.creator h5 + h1 {
  margin-top: -5px;
}
.teaser.creator ul {
  margin-left: 0px;
  font-size: 0.9rem;
  color: #555;
}
.teaser.creator .triangle {
  border-width: 0 14px 14px 0;
}
.teaser.creator .card-body {
  padding: 1rem;
}
.teaser.creator .card-footer {
  padding: 0px;
}
.teaser .read-form-holder {
  position: absolute;
  top: 0;
  right: 0;
}
.teaser .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.read.teaser .triangle {
  border-color: transparent #15ad07 transparent transparent;
}
.reserved.teaser .triangle {
  border-color: transparent #CFE9FA transparent transparent;
}
.teaser:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs {
  margin-left: 0px;
  border-bottom-color: #be1e2d;
  border-bottom-width: 8px;
}
.nav-tabs .amount {
  color: #999;
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .nav-tabs .amount {
    font-size: 0.9rem;
  }
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.nav-tabs .nav-link {
  background-color: #fff;
  border-color: #d3d3d2;
  padding: 2px 7px 3px 7px;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
.nav-tabs .nav-link.active {
  background: #be1e2d;
  border-color: #be1e2d;
  color: #fff;
}
.nav-tabs .nav-link.active .amount {
  color: #fff;
}
.comics-list {
  margin-bottom: 3rem;
}
.comics-list li,
.comics-list .monthly-comic {
  margin-bottom: 1rem;
}
.comics-list li a,
.comics-list .monthly-comic a {
  color: #000;
}
.comics-list li a:hover,
.comics-list .monthly-comic a:hover {
  color: #be1e2d;
  text-decoration: none;
}
.comics-list li img,
.comics-list .monthly-comic img {
  width: 100%;
  height: auto;
}
.read-toggle {
  font-size: 0.7rem;
}
.read-list {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  width: 300px;
  position: relative;
  left: -20px;
  background: #fff;
  border: 1px solid #d3d3d2;
  z-index: 999;
  border-radius: 4px;
  padding: 1rem;
}
.read-list ul li span {
  position: relative;
  left: -3px;
}
.read-list.show {
  display: block;
}
.read-list.hide {
  display: none;
}
.single-comic .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #15ad07 transparent transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
.single-comic .read-form {
  position: absolute;
  top: 10px;
  right: 10px;
}
.single-comic .title-strip {
  background: #be1e2d;
  background: linear-gradient(90deg, #be1e2d 0%, #7f0e19 35%, #343a40 100%);
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 20px 0px 20px 0;
  color: #fff;
}
.single-comic .title-strip h1 {
  font-size: 24px;
  margin-top: 0rem;
}
@media only screen and (min-width: 768px) {
  .single-comic .title-strip h1 {
    font-size: 50px;
    margin-top: 1.5rem;
  }
}
.single-comic .title-strip h4.subtitle {
  color: #eee;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-comic .title-strip h4.subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
}
.single-comic .single-comic-image {
  margin-top: 20px;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .single-comic .single-comic-image {
    margin-top: -140px;
  }
}
.cover-image {
  float: left;
  width: 20%;
  position: relative;
}
.cover-image img {
  width: 100%;
  height: auto;
}
.cover-image .cover-info {
  background: #222;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.cover-image .cover-info a:hover {
  text-decoration: none;
}
.cover-image .cover-info .box-content {
  padding: 10px;
}
.cover-image .cover-info .box-content h5 {
  font-size: 9px;
  margin-bottom: 2px;
  color: #b3b3b3;
  text-transform: uppercase;
}
.cover-image .cover-info .box-content h1 {
  font-size: 13px;
  margin-bottom: 2px;
  color: #fff;
}
.cover-image .cover-info .box-content p {
  font-size: 9px;
  margin-bottom: 0px;
  color: #b3b3b3;
  line-height: 10px;
}
.admin-buttons {
  width: 90%;
  margin-left: 5%;
  border-top: 1px solid #626d78;
  margin-top: 30px;
  padding-top: 30px;
  color: #eee;
}
.admin-buttons h5 {
  text-transform: uppercase;
}
.admin-buttons p {
  margin-bottom: 10px;
}
.admin-buttons p:last-child {
  margin-bottom: 0px;
}
.cover-viewer {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cover-image {
    width: 7.5%;
  }
}
.photo-teaser {
  border: 1px solid #FFF;
  border-bottom-color: #be1e2d;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.photo-teaser.small {
  padding-bottom: 0;
  border-color: #fff;
}
.photo-teaser.small:hover {
  border-color: #666;
}
.photo-teaser.small img {
  width: 100%;
  height: auto;
}
.photo-teaser header {
  margin-bottom: 10px;
}
.photo-teaser header img {
  width: 100%;
  height: auto;
}
.photo-teaser:hover {
  background: #F2F2F2;
  border-color: #CCC;
  border-bottom-color: #7c141d;
}
.photo-teaser footer {
  padding-left: 5px;
  padding-right: 5px;
}
.photo-teaser footer .photo-teaser-header a {
  color: #333;
}
.sidebar a {
  color: #be1e2d;
}
figure.image {
  width: 100%;
}
figure.image img {
  width: 100%;
  height: auto;
}
.result-group {
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
}
.result-group:last-child {
  border: none;
}
.creator-strip {
  background: #be1e2d;
  background: linear-gradient(90deg, #be1e2d 0%, #7f0e19 35%, #343a40 100%);
  padding: 5px 10px;
  border-radius: 0 0 0.2rem 0.2rem;
  color: #fff;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
.creator-strip h2 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0px;
}
.creator-strip h3 {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0px;
}
.cover-view .cover {
  width: 20%;
  float: left;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cover-view .cover {
    width: 6.66%;
  }
}
.cover-view .cover a {
  width: 100%;
  height: 100%;
  display: block;
}
.cover-view .cover a img {
  width: 100%;
  height: auto;
}
form.form-fixer .field {
  margin-bottom: 20px;
}
form.form-fixer .field.checkbox label {
  padding-left: 5px;
}
form.form-fixer .field.checkbox input {
  margin-right: 6px;
}
form.form-fixer .card-body .field {
  margin-bottom: 0px;
}
form.form-fixer .card-body .checkbox {
  margin-bottom: 7px;
}
form.form-fixer .card-body .checkbox label {
  font-weight: 900;
  font-size: 1.075rem;
}
.pagination {
  margin-bottom: 1.5rem;
}
.site-stats .card-body {
  padding: 0px;
}
.site-stats h4 {
  font-size: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.site-stats .table {
  margin-bottom: 0px;
}
.site-stats .table.table-bordered.warning {
  border-color: #ebccd1;
}
.site-stats .table.table-bordered.warning > tbody > tr > th,
.site-stats .table.table-bordered.warning > tbody > tr > td {
  border-color: #ebccd1;
}
.site-stats .table > tbody > tr:first-child th:first-child {
  border-radius: 4px 0px 0px 0px;
  -moz-border-radius: 4px 0px 0px 0px;
  -webkit-border-radius: 4px 0px 0px 0px;
}
.site-stats .table > tbody > tr:first-child th:last-child {
  border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  -webkit-border-radius: 0px 4px 0px 0px;
}
.site-stats .table > tbody > tr:last-child td:first-child {
  border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  -webkit-border-radius: 0px 0px 4px 0px;
}
.site-stats .table > tbody > tr:last-child td:last-child {
  border-radius: 0px 0px 0px 4px;
  -moz-border-radius: 0px 0px 0px 4px;
  -webkit-border-radius: 0px 0px 0px 4px;
}
.site-stats .table > tbody > tr > th {
  font-size: 11px;
  background: #eee;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 2px;
}
.site-stats .table tfoot {
  background: #eee;
}
.site-stats .table tfoot strong {
  color: #be1e2d;
}
.site-stats hr {
  margin-bottom: 5px;
  margin-top: 5px;
  border-top-color: #d3d3d2;
}
.site-stats .number {
  text-align: center;
  margin-bottom: 10px !important;
}
.site-stats .number.lg {
  font-size: 72px;
  line-height: 111px;
}
.site-stats .number.md {
  font-size: 36px;
  line-height: 40px;
}
.site-stats .number.sm {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px !important;
}
.site-stats .number a:hover {
  text-decoration: none;
}
.bar-graph {
  width: 100%;
  height: 880px;
  position: relative;
}
.bar-graph.daily {
  height: 350px;
}
.bar-graph .graph-block {
  position: absolute;
  bottom: 0px;
  width: 8%;
  float: left;
  margin-right: 1px;
}
.bar-graph .graph-block.daily {
  width: 3.2%;
}
.bar-graph .graph-block.daily .graph-block-section {
  height: 12px;
}
.bar-graph .graph-block.daily .graph-key {
  text-transform: none;
  padding-bottom: 4px;
}
.bar-graph .graph-block.daily .graph-key.weekend {
  background: #ddd;
}
.bar-graph .graph-block .graph-block-section {
  height: 9px;
  background: #444;
  border-top: 1px solid #666;
  border-left: 1px solid #333;
}
.bar-graph .graph-block .graph-block-section a {
  width: 100%;
  height: 100%;
  display: block;
}
.bar-graph .graph-block .graph-key {
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #ccc;
}
.bar-graph .graph-block .read-key {
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
}
.graph {
  position: relative;
}
.graph .col-1 {
  position: relative;
}
.graph .graph-block {
  width: 100%;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #bbb;
  background-color: #d3d3d2;
  display: block;
}
.graph .graph-block:hover {
  background: #aaa;
}
.graph-key {
  border-top: 1px solid #666;
}
.graph-key .col-1,
.graph-key .col {
  border-right: 1px solid #999;
}
.graph-key .col-1:last-of-type,
.graph-key .col:last-of-type {
  border-right: none;
}
.graph-key p {
  padding-top: 5px;
  padding-bottom: 7px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.graph-key p .amount {
  color: #999;
}
.read-key p {
  padding-top: 5px;
  padding-bottom: 7px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.read-key p .amount {
  color: #999;
}
.year-block {
  background: #999;
  border-right: 1px solid #bbb;
}
.year-block:hover {
  background: #777;
}
.read-block {
  width: 12px;
  position: absolute;
  bottom: 0px;
  left: 44%;
}
.marker {
  height: 12px;
  width: 12px;
  background-color: #be1e2d;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -6px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .marker {
    margin-left: 0px;
  }
}
.diagonal {
  position: absolute;
  width: 100%;
  left: 50%;
  z-index: 99;
}
.diagonal.down {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) calc(50% - 1px), #be1e2d, rgba(255, 255, 255, 0) calc(50% + 1px));
}
.diagonal.up {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) calc(50% - 1px), #be1e2d, rgba(255, 255, 255, 0) calc(50% + 1px));
}
/*# sourceMappingURL=style.css.map */