/*  
 * -----------------------------------------------------------------------------
 * ------------------------- Generic Styles ------------------------------
 * -----------------------------------------------------------------------------
 */
/*
 * ------------------------- Theme ----------------
 * All fonts and colours
 */
/* ---------------------------------------------------------- --Fonts */
@import url("https://fonts.googleapis.com/css?family=Rochester|Quattrocento+Sans:400,400italic,700,700italic|Comfortaa:400,700,300|Special+Elite|Fredericka+the+Great");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Special+Elite");
/* ------------------------------------------------------------Colors */
/* ------------------------------------------------------------Typography */
html {
  font-family: "Quattrocento Sans", serif;
  font-size: 125%;
  line-height: 1.5em;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, ul, ol, li, p {
  margin: 0;
  padding: 0; }

h1 {
  font-family: "Fredericka the Great", sans serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.5; }

h2 {
  font-family: "Fredericka the Great", sans serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center; }

h3 {
  font-family: "Fredericka the Great", sans serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25em; }

h4 {
  font-family: "Fredericka the Great", sans serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em; }

h5 {
  font-family: "Fredericka the Great", sans serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em; }

/* h5 {
	font-size: 1em;
} */
input {
  font-family: "Quattrocento Sans", serif;
  font-size: 1em; }

p {
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

footer {
  font-size: 0.75em; }

/*
 * ------------------------- General ----------------
 * All generic styles used across the site
 */
::selection {
  background-color: grey;
  color: white; }

::-moz-selection {
  background-color: grey;
  color: white; }

html {
  height: 100%; }

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #d7b582 url("../img/whitey-transparent-35.png");
  color: #151515;
  display: flex;
  flex-direction: column; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: black;
  background-color: transparent;
  font-weight: normal; }

.wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }

ul {
  list-style-type: none; }

div#caption {
  position: absolute;
  background: black;
  color: #FFF;
  padding: 5px 10px !important;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  text-align: center;
  font-size: 1em;
  opacity: 0.7;
  filter: alpha(opacity=90);
  z-index: 100000; }
  div#caption * {
    color: #FFF; }

/* ------------------------------------------------------------Main Sections */
.characters {
  display: flex;
  flex-wrap: wrap; }
  .characters .character {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 10px; }
    .characters .character:nth-child(even) {
      margin-left: 10px; }
    .characters .character:nth-child(odd) {
      margin-right: 10px; }
    .characters .character .avatar {
      margin-right: 10px;
      height: 100px;
      width: 100px;
      background: #efefef;
      background-size: cover;
      float: left;
      margin-bottom: 5px; }
    .characters .character h3 {
      width: calc(100% - 110px);
      margin-bottom: 5px;
      float: left;
      height: 60px; }
    .characters .character .details .detail {
      display: inline-block; }
      .characters .character .details .detail:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #151515; }
    .characters .character .physical-characteristics {
      clear: both; }
      .characters .character .physical-characteristics .detail {
        display: inline-block;
        margin-right: 10px; }
    .characters .character .stats {
      clear: both; }
      .characters .character .stats .stat-block {
        border-radius: 2px;
        border: 1px solid #151515;
        padding: 5px 10px;
        margin-bottom: 10px; }
        .characters .character .stats .stat-block .stat .text, .characters .character .stats .stat-block .stat .modifier, .characters .character .stats .stat-block .stat .save {
          display: inline-block;
          margin-right: 5px; }
        .characters .character .stats .stat-block .stat .value {
          display: inline-block;
          width: 25px;
          margin-right: 10px;
          text-align: right; }
        .characters .character .stats .stat-block .stat .modifier, .characters .character .stats .stat-block .stat .save {
          width: 50px;
          text-align: right; }
          .characters .character .stats .stat-block .stat .modifier.heading, .characters .character .stats .stat-block .stat .save.heading {
            font-family: "Fredericka the Great", sans serif;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-size: 0.8em; }
        .characters .character .stats .stat-block .stat .text {
          width: 110px; }
      .characters .character .stats .movements, .characters .character .stats .other-stats {
        overflow: auto; }
        .characters .character .stats .movements .stat, .characters .character .stats .other-stats .stat {
          float: left;
          margin-right: 10px; }

.character-sheet .heading {
  height: 150px;
  margin-bottom: 20px; }
  .character-sheet .heading .avatar, .character-sheet .heading .mid-header, .character-sheet .heading .details {
    float: left;
    box-sizing: border-box; }
  .character-sheet .heading .avatar, .character-sheet .heading .mid-header {
    margin-right: 10px; }
  .character-sheet .heading .avatar {
    height: 150px;
    width: 150px;
    background: #efefef;
    background-size: cover;
    margin-bottom: 5px; }
  .character-sheet .heading .mid-header {
    width: 436px;
    margin-bottom: 5px; }
    .character-sheet .heading .mid-header h3:after {
      content: "Character Name";
      font-family: "Fredericka the Great", sans serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px;
      display: block; }
    .character-sheet .heading .mid-header .passive-perception, .character-sheet .heading .mid-header .initiative {
      display: block; }
      .character-sheet .heading .mid-header .passive-perception .label, .character-sheet .heading .mid-header .initiative .label {
        display: inline-block;
        width: 200px;
        font-family: "Fredericka the Great", sans serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 12px; }
  .character-sheet .heading .details {
    width: 654px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 4px double #151515;
    margin-top: -4px; }
    .character-sheet .heading .details .detail {
      display: block;
      float: left;
      width: calc(100%/3 - 5px);
      margin-right: 5px;
      margin-bottom: 5px; }
      .character-sheet .heading .details .detail .value, .character-sheet .heading .details .detail .label {
        display: block;
        width: 100%; }
      .character-sheet .heading .details .detail .label {
        font-family: "Fredericka the Great", sans serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1em; }
      .character-sheet .heading .details .detail.span-2 {
        width: calc(((100%/3)*2) - 5px); }

.character-sheet > .content {
  clear: both; }
  .character-sheet > .content .flex-parent {
    display: flex;
    flex-wrap: wrap; }
  .character-sheet > .content .block {
    border-radius: 7px;
    border: 4px double #151515;
    padding: 5px 10px;
    margin-bottom: 15px; }
    .character-sheet > .content .block .label {
      font-family: "Fredericka the Great", sans serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center;
      display: block;
      margin-top: 10px;
      clear: both; }
  .character-sheet > .content .col-3-1 {
    flex: 0 0 98px;
    margin-right: 15px; }
  .character-sheet > .content .col-3-2 {
    flex: 1 0 auto; }
  .character-sheet > .content .col-3 {
    box-sizing: border-box;
    width: calc(100%/3 - 10px);
    float: left; }
    .character-sheet > .content .col-3:not(:last-child) {
      margin-right: 15px; }
  .character-sheet > .content .col-1 {
    clear: both;
    float: left;
    width: 100%; }
  .character-sheet > .content .abilities .stat {
    display: block;
    width: 90px;
    height: 90px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border: 4px double #151515;
    margin-bottom: 20px; }
    .character-sheet > .content .abilities .stat .ability, .character-sheet > .content .abilities .stat .modifier, .character-sheet > .content .abilities .stat .value {
      display: block;
      text-align: center; }
    .character-sheet > .content .abilities .stat .ability {
      font-size: 12px;
      text-transform: uppercase;
      width: 100%; }
    .character-sheet > .content .abilities .stat .modifier {
      height: 50px;
      width: 100%;
      line-height: 40px;
      font-size: 28px; }
    .character-sheet > .content .abilities .stat .value {
      border-radius: 200px;
      width: 40px;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      border: 1px solid #151515;
      margin: 0 auto;
      background: #d7b582 url("../img/whitey-transparent-35.png"); }
  .character-sheet > .content .saving-throws .content .stat, .character-sheet > .content .skills .content .stat {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px; }
    .character-sheet > .content .saving-throws .content .stat .proficient, .character-sheet > .content .saving-throws .content .stat .value, .character-sheet > .content .saving-throws .content .stat .text, .character-sheet > .content .saving-throws .content .stat .ability, .character-sheet > .content .skills .content .stat .proficient, .character-sheet > .content .skills .content .stat .value, .character-sheet > .content .skills .content .stat .text, .character-sheet > .content .skills .content .stat .ability {
      display: inline-block; }
    .character-sheet > .content .saving-throws .content .stat .proficient, .character-sheet > .content .skills .content .stat .proficient {
      text-align: center;
      width: 10px; }
    .character-sheet > .content .saving-throws .content .stat .value, .character-sheet > .content .skills .content .stat .value {
      width: 20px;
      margin-right: 5px;
      text-align: right;
      border-bottom: 1px solid #151515;
      padding: 0 6px; }
    .character-sheet > .content .saving-throws .content .stat .text, .character-sheet > .content .skills .content .stat .text {
      margin-right: 5px;
      width: 120px; }
    .character-sheet > .content .saving-throws .content .stat .ability, .character-sheet > .content .skills .content .stat .ability {
      width: 40px;
      margin-right: 5px;
      color: #666;
      font-size: 14px; }
  .character-sheet > .content .small-stats {
    overflow: auto; }
    .character-sheet > .content .small-stats .block {
      text-align: center; }
      .character-sheet > .content .small-stats .block.armour, .character-sheet > .content .small-stats .block.spell {
        color: red; }
      .character-sheet > .content .small-stats .block:not(.ability) .content {
        font-size: 28px; }
      .character-sheet > .content .small-stats .block .content {
        margin-top: 10px; }
  .character-sheet > .content .attacks-spellcasting .content .item-row > span {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .character-sheet > .content .attacks-spellcasting .content .item-row > span.item-label {
      width: 145px; }
    .character-sheet > .content .attacks-spellcasting .content .item-row > span.item-atk-bonus {
      width: 30px;
      text-align: center; }
    .character-sheet > .content .attacks-spellcasting .content .item-row > span.damage {
      width: 125px;
      margin-right: 0; }
  .character-sheet > .content .spells .content {
    padding: 5px; }
    .character-sheet > .content .spells .content h5 {
      clear: both; }
    .character-sheet > .content .spells .content .item-row {
      float: left;
      width: calc(50% - 5px);
      display: block;
      margin-bottom: 10px;
      overflow: hidden; }
      .character-sheet > .content .spells .content .item-row:nth-child(odd) {
        margin-right: 10px; }
    .character-sheet > .content .spells .content .item-snippet, .character-sheet > .content .spells .content .item-details {
      overflow: hidden;
      padding: 10px;
      box-sizing: border-box; }
    .character-sheet > .content .spells .content .item-snippet {
      border: 1px solid black; }
      .character-sheet > .content .spells .content .item-snippet:hover {
        background: rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.4);
        cursor: pointer;
        color: rgba(255, 255, 255, 0.75); }
        .character-sheet > .content .spells .content .item-snippet:hover .level {
          color: rgba(255, 255, 255, 0.5); }
      .character-sheet > .content .spells .content .item-snippet span {
        display: block;
        float: left;
        margin-right: 5px; }
      .character-sheet > .content .spells .content .item-snippet .name {
        line-height: 25px; }
      .character-sheet > .content .spells .content .item-snippet .level {
        clear: left;
        width: 70px;
        color: #666;
        line-height: 15px;
        font-size: 0.8em; }
      .character-sheet > .content .spells .content .item-snippet .atk-bonus, .character-sheet > .content .spells .content .item-snippet .dmg-types {
        float: right;
        text-align: right;
        margin-right: 0;
        line-height: 40px; }
      .character-sheet > .content .spells .content .item-snippet .dmg-types {
        line-height: 20px;
        margin-right: 20px;
        font-size: 0.9em; }
      .character-sheet > .content .spells .content .item-snippet .dmg {
        clear: both; }
    .character-sheet > .content .spells .content .item-details {
      clear: both;
      border: 1px solid rgba(0, 0, 0, 0.5);
      margin-top: -1px; }
      .character-sheet > .content .spells .content .item-details li {
        float: left;
        width: calc(50% - 5px); }
        .character-sheet > .content .spells .content .item-details li:nth-child(odd) {
          margin-right: 10px; }
        .character-sheet > .content .spells .content .item-details li .label, .character-sheet > .content .spells .content .item-details li .value {
          text-align: left;
          float: none;
          display: block; }
        .character-sheet > .content .spells .content .item-details li .label {
          line-height: 15px; }
  .character-sheet > .content .slot {
    display: block;
    width: 40px;
    height: 50px;
    border: 1px solid black;
    margin-right: 5px;
    float: left; }
    .character-sheet > .content .slot .label, .character-sheet > .content .slot .level {
      display: block;
      text-align: center;
      line-height: 20px; }
    .character-sheet > .content .slot .level {
      font-family: "Fredericka the Great", sans serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 10px;
      margin-top: 5px; }
    .character-sheet > .content .slot .label {
      margin-bottom: 5px; }

/*  
 * -----------------------------------------------------------------------------
 * ------------------------- Page Specific Styles ------------------------------
 * -----------------------------------------------------------------------------
 */
/*
 * ------------------------- Home ----------------
 * These styles are for the home page
 */
/*  
 * -----------------------------------------------------------------------------
 * ------------------------- Overwrite Styles ----------------------------------
 * -----------------------------------------------------------------------------
 */
/*
 * ------------------------- Responsive ----------------
 * These styles are to set responsive adjustments such as items per row
 */
