@charset "UTF-8";
/*!
Theme Name: WaxCreative Express Standard
Theme URI: https://waxcreative.com
Description: Waxcreative Responsive Wordpress Theme
Version: 1.0
Author: Waxcreative Design
Author URI: https://www.waxcreative.com/
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * VARIABLES FILE

- Start editing this file and define your fonts and colors. Layout and mroe specific styles can be found in the _custom partial.

 */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

img {
  max-width: 100%;
  height: auto;
  display: initial;
}

.space-80 {
  padding: 80px 0;
}

.space-40 {
  padding: 40px 0;
}

.space-30 {
  padding: 30px 0;
}

.space-20 {
  padding: 20px 0;
}

.space-15 {
  padding: 15px 0;
}

.space-10 {
  padding: 10px 0;
}

.space-5 {
  padding: 5px 0;
}

.space-1 {
  padding: 1px 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.caps {
  text-transform: uppercase;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-top {
  margin-top: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.system {
  font-family: "Arial", sans-serif;
}

li {
  margin: 10px 0;
}

dd {
  margin-left: 1em;
}

dt {
  margin-top: 1em;
  margin-bottom: 0.2em;
  text-decoration: underline;
}

.bullet-list {
  margin-left: 15px;
}

.bullet-list li:before {
  color: #020002;
  content: "• ";
  margin: 0 5px 0 -15px;
}

.nobullet {
  list-style: none;
  margin-left: 1rem;
}

table {
  border-collapse: separate;
  border: 1px solid #efefef;
}

table tr:nth-child(even) {
  background-color: #f7fbff;
}

table tr th,
table tr td {
  border: 1px solid #efefef;
  padding: 3px;
}

table tr th {
  font-weight: bold;
}

/*
THIMBLE START
http://thimblecss.com/demo/
*/
hr {
  height: 1px;
  margin: 10px auto;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

::-moz-selection {
  background-color: #827272;
  color: #fff;
}

/* SET */
::selection {
  background-color: #827272;
  color: #fff;
}

/* SET */
.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.hide-small {
  display: block;
}

.hide-large {
  display: none;
}

/* Text */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b,
.strong {
  font-weight: bold;
  line-height: inherit;
}

small,
.small {
  font-size: 0.8em;
}

big,
.large {
  font-size: 1.4em;
}

sup,
.sup {
  vertical-align: baseline;
  font-size: 0.65em;
  position: relative;
  top: -0.6em;
  line-height: 0;
}

sub,
.sub {
  vertical-align: baseline;
  font-size: 0.65em;
  position: relative;
  top: 0.2em;
}

.ellipsis,
.ellipsis li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-clip,
.text-clip li {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}

/* Lists */
ul,
ol,
dl {
  list-style-position: inside;
  margin-left: 1em;
}

ul {
  list-style-type: disc;
}

ul.lined,
ul.none {
  list-style-type: none;
  margin-left: 0;
}

ul.lined li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-left: 0.5rem;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

/* GRID */
.full,
.content-block {
  margin: 0px auto;
  padding: 0px;
  max-width: 960px;
}

/* row */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.collapse,
.row.collapse.cell,
.row.collapse .row {
  padding: 0 0;
}

.nowrap {
  white-space: nowrap;
}

.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/* Justify Row */
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.justify-space {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* Row Direction */
.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Cells */
.cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.5rem;
}

.cell.fit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cell:last-of-type {
  position: relative;
  right: 0;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve,
.fifths,
.half,
.third,
.noflex {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.centered {
  margin: 0px auto;
}

.one-hundred,
.one-hundred-forever {
  width: 100%;
}

.ninetyfive,
.ninetyfive-forever {
  width: 95%;
}

.ninety,
.ninety-forever {
  width: 90%;
}

.eightyfive,
.eightyfive-forever {
  width: 85%;
}

.eighty,
.eighty-forever {
  width: 80%;
}

.seventyfive,
.seventy-five-forever {
  width: 75%;
}

.seventy,
.seventy-forever {
  width: 70%;
}

.sixtyfive,
.sixty-five-forever {
  width: 65%;
}

.sixty,
.sixty-forever {
  width: 60%;
}

.fiftyfive,
.fifty-five-forever {
  width: 55%;
}

.fifty,
.fifty-forever {
  width: 50%;
}

.fortyfive,
.forty-five-forever {
  width: 45%;
}

.forty,
.forty-forever {
  width: 40%;
}

.thirtyfive,
.thirty-five-forever {
  width: 35%;
}

.thirtythree,
.thirty-forever {
  width: 33.33%;
}

.thirty,
.thirty-forever {
  width: 30%;
}

.twentyfive,
.twenty-five-forever {
  width: 25%;
}

.twenty,
.twenty-forever {
  width: 20%;
}

.fifteen,
.fiteeen-forever {
  width: 15%;
}

.ten,
.ten-forever {
  width: 10%;
}

.twelve {
  width: 100%;
}

.eleven {
  width: calc(100% / 12 * 11);
}

.ten {
  width: calc(100% / 12 * 10);
}

.nine {
  width: 75%;
}

.eight {
  width: calc(100% / 12 * 8);
}

.seven {
  width: calc(100% / 12 * 7);
}

.six,
.half {
  width: 50%;
}

.five {
  width: calc(100% / 12 * 5);
}

.four,
.third {
  width: calc(100% / 12 * 4);
}

.three {
  width: 25%;
}

.two {
  width: calc(100% / 12 * 2);
}

.one {
  width: calc(100% / 12);
}

.fifths {
  width: 20%;
}

.offset-1 {
  margin-left: calc(100% / 12);
}

.offset-2 {
  margin-left: calc(100% / 12 * 2);
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: calc(100% / 12 * 4);
}

.offset-5 {
  margin-left: calc(100% / 12 * 5);
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: calc(100% / 12 * 7);
}

.offset-8 {
  margin-left: calc(100% / 12 * 8);
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: calc(100% / 12 * 10);
}

.offset-11 {
  margin-left: calc(100% / 12 * 11);
}

/*rows & clears*/
.no-flexboxlegacy .row:before,
.no-flexboxlegacy .row:after,
.no-flexbox .row:before,
.no-flexbox .row:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.no-flexbox .row:after,
.clear:after,
.no-flexboxlegacy .row:after {
  clear: both;
}

.no-flexbox .row,
.no-flexboxlegacy .row,
.clear {
  zoom: 1;
}

/* Order */
.o1,
.o1-large {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.o2,
.o2-large {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.o3,
.o3-large {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.o4,
.o4-large {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.o5,
.o5-large {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.o6,
.o6-large {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.o7,
.o7-large {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.o8,
.o8-large {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.o9,
.o9-large {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.o10,
.o10-large {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.o11,
.o11-large {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.o12,
.o12-large {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

/* Alignment */
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-stretch .cell {
  background-clip: content-box;
}

/* Gutter styling */
.gutter-even-small,
.gutter-even-small-forever {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-even-medium,
.gutter-even-medium-forever {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-even-large,
.gutter-even-large-forever {
  padding-left: 35px;
  padding-right: 35px;
}

.gutter-right-small,
.gutter-right-small-forever {
  padding-right: 15px;
}

.gutter-right-medium,
.gutter-right-medium-forever {
  padding-right: 25px;
}

.gutter-right-large,
.gutter-right-large-forever {
  padding-right: 35px;
}

.gutter-left-small,
.gutter-left-small-forever {
  padding-left: 15px;
}

.gutter-left-medium,
.gutter-left-medium-forever {
  padding-left: 25px;
}

.gutter-left-large,
.gutter-left-large-forever {
  padding-left: 35px;
}

/* Box Styling */
.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.round {
  border-radius: 4000px;
  -moz-border-radius: 4000px;
  -webkit-border-radius: 4000px;
  -ms-border-radius: 4000px;
  -o-border-radius: 4000px;
}

.shadow {
  box-shadow: 0px 0px 26px -8px #020002;
}

/* Media */
.img {
  width: 100%;
  height: auto;
}

/* Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Visibility Classes ----------------------
inspired by Foundation */
.show-medium {
  display: none;
}

@media all and (max-width: 1024px) {
  .show-medium {
    display: block;
  }
}

.show-medium-inline {
  display: none;
}

@media all and (max-width: 1024px) {
  .show-medium-inline {
    display: inline-block;
  }
}

@media all and (max-width: 1024px) {
  .hide-medium {
    display: none;
  }
}

.show-800 {
  display: none;
}

@media all and (max-width: 800px) {
  .show-800 {
    display: block;
  }
}

.show-800-inline {
  display: none;
}

@media all and (max-width: 800px) {
  .show-800-inline {
    display: inline-block;
  }
}

@media all and (max-width: 800px) {
  .hide-800 {
    display: none;
  }
}

.show-900 {
  display: none;
}

@media all and (max-width: 900px) {
  .show-900 {
    display: block;
  }
}

.show-900-inline {
  display: none;
}

@media all and (max-width: 900px) {
  .show-900-inline {
    display: inline-block;
  }
}

@media all and (max-width: 900px) {
  .hide-900 {
    display: none;
  }
}

.show-tablet-small-inline {
  display: none;
}

@media all and (max-width: 601px) {
  .show-tablet-small-inline {
    display: inline-block;
  }
}

.show-tablet-small {
  display: none !important;
}

@media all and (max-width: 601px) {
  .show-tablet-small {
    display: block !important;
  }
}

@media all and (max-width: 601px) {
  .hide-tablet-small {
    display: none;
  }
}

.show-tablet-large {
  display: none !important;
}

@media all and (max-width: 768px) {
  .show-tablet-large {
    display: block !important;
  }
}

.show-tablet-large-inline {
  display: none;
}

@media all and (max-width: 768px) {
  .show-tablet-large-inline {
    display: inline-block;
  }
}

@media all and (max-width: 768px) {
  .hide-tablet-large {
    display: none;
  }
}

.show-mobile {
  display: none !important;
}

@media all and (max-width: 480px) {
  .show-mobile {
    display: block !important;
  }
}

.show-mobile-inline {
  display: none;
}

@media all and (max-width: 480px) {
  .show-mobile-inline {
    display: inline-block;
  }
}

@media all and (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}

.show-mobile-small {
  display: none;
}

@media all and (max-width: 380px) {
  .show-mobile-small {
    display: block;
  }
}

.show-mobile-small-inline {
  display: none;
}

@media all and (max-width: 380px) {
  .show-mobile-small-inline {
    display: inline-block;
  }
}

@media all and (max-width: 380px) {
  .hide-mobile-small {
    display: none;
  }
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #ffffff;
  background: url(images/gritty-background-2.jpg) repeat center center #1b1828;
  background-size: 76% auto;
  font-family: "Arimo", sans-serif;
}

/*
* START TYPOGRAPHY
*/
p {
  font-size: 18px;
  line-height: 16px;
  font-size: 1.8rem;
  line-height: 1.6em;
  margin: 10px 0 15px;
}

@media all and (max-width: 601px) {
  p {
    margin: 8px 0 10px;
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}

a {
  transition: color 0.15s ease-in 0s;
  text-decoration: none;
  color: #b345ae;
}

a:visited {
  color: #b345ae;
}

a:hover {
  color: #ffecf6;
}

a:active {
  color: #ffecf6;
}

.reverse-link {
  color: #ffecf6;
}

.reverse-link:visited {
  color: #ffecf6;
}

.reverse-link:hover {
  color: #b345ae;
}

.reverse-link:active {
  color: #b345ae;
}

.reverse-link a {
  color: #ffecf6;
}

.reverse-link a:visited {
  color: #ffecf6;
}

.reverse-link a:hover {
  color: #b345ae;
}

.reverse-link a:active {
  color: #b345ae;
}

strong,
b {
  font-weight: bold;
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

h1,
h2 {
  margin: 10px 0 5px;
  font-family: "Playfair Display", serif;
}

h3,
h4,
h5,
h6 {
  margin: 10px 0 5px;
  font-family: "Aleo", sans-serif;
}

.page-subheader {
  font-family: "Aleo", sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 12px;
  font-size: 5rem;
  line-height: 1.2em;
  font-weight: 600;
}

@media all and (max-width: 601px) {
  h1 {
    font-size: 40px;
    line-height: 12px;
    font-size: 4rem;
    line-height: 1.2em;
  }
}

h2 {
  font-size: 32px;
  line-height: 12px;
  font-size: 3.2rem;
  line-height: 1.2em;
  font-weight: 600;
}

@media all and (max-width: 601px) {
  h2 {
    font-size: 24px;
    line-height: 12px;
    font-size: 2.4rem;
    line-height: 1.2em;
  }
}

h3 {
  font-size: 28px;
  line-height: 12px;
  font-size: 2.8rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  h3 {
    font-size: 22px;
    line-height: 12px;
    font-size: 2.2rem;
    line-height: 1.2em;
  }
}

h4 {
  font-size: 24px;
  line-height: 12px;
  font-size: 2.4rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  h4 {
    font-size: 20px;
    line-height: 12px;
    font-size: 2rem;
    line-height: 1.2em;
  }
}

h5 {
  font-size: 20px;
  line-height: 12px;
  font-size: 2rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  h5 {
    font-size: 18px;
    line-height: 12px;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

h6 {
  font-size: 16px;
  line-height: 12px;
  font-size: 1.6rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  h6 {
    font-size: 15px;
    line-height: 12px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

hr,
.divider {
  border: 2px solid #4a2d49;
  height: 1px;
  margin: 25px auto;
  width: 75%;
  clear: both;
}

pre {
  padding: 10px;
  box-shadow: 0 0 0.4em #000 inset;
  margin: 0 20px;
  display: inline-block;
  white-space: pre-wrap;
}

blockquote {
  margin: 10px 30px;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #4c516e;
}

blockquote p {
  font-size: 1.6rem;
  color: #4c516e;
}

figcaption {
  padding: 3px 5px 5px;
  font-size: 1.4rem;
  line-height: 1.1em;
  color: #d4d4d4;
  font-family: "Arimo", sans-serif;
  font-weight: 100;
}

cite,
var {
  font-style: italic;
}

code {
  font-family: "Arimo", sans-serif;
  white-space: pre-wrap;
}

ul,
ol {
  font-size: 16px;
  line-height: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

@media all and (max-width: 601px) {
  ul,
  ol {
    font-size: 15px;
    line-height: 16px;
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.hyphenate,
.hyp {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.meta {
  font-family: "Arimo", sans-serif;
  color: #d4d4d4;
  font-size: 13px;
  line-height: 12px;
  font-size: 1.3rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  .meta {
    font-size: 12px;
    line-height: 12px;
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}

.linking-disclaimer {
  font-size: 1.2rem;
  margin: 0;
}

.color1 {
  color: #52799b;
}

.color2 {
  color: #8f8fa3;
}

.color3 {
  color: #a4aed3;
}

.color4 {
  color: #827272;
}

.color5 {
  color: #82529b;
}

.color6 {
  color: #a4aed3;
}

.sans {
  font-family: "Arimo", sans-serif;
}

.serif {
  font-family: "Playfair Display", serif;
}

.text-space-half {
  letter-spacing: 0.5px;
}

.text-space-1 {
  letter-spacing: 1px;
}

.text-space-2 {
  letter-spacing: 2px;
}

.text-space-3 {
  letter-spacing: 3px;
}

.text-space-4 {
  letter-spacing: 4px;
}

hr {
  height: 2px;
  border: 0;
  margin: 40px auto;
  background: #4a2d49;
}

ul.bullet, .entry-content ul,
#list ul,
#excerpt ul,
#comments ul {
  list-style: none;
  margin: 0;
}

ul.bullet li, .entry-content ul li, #list ul li, #excerpt ul li, #comments ul li {
  font-size: 16px;
  line-height: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  position: relative;
  padding-left: 1em;
}

@media all and (max-width: 601px) {
  ul.bullet li, .entry-content ul li, #list ul li, #excerpt ul li, #comments ul li {
    font-size: 15px;
    line-height: 16px;
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

ul.bullet li:before, .entry-content ul li:before, #list ul li:before, #excerpt ul li:before, #comments ul li:before {
  content: "•";
  padding: 0 0.5em 0 0;
  color: #52799b;
  position: absolute;
  top: 0;
  left: 0;
}

/*
* END TYPOGRAPHY
*/
/*
* START FORMS
*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="submit"],
textarea {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Arimo", sans-serif;
  font-size: 1.4rem;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
textarea {
  color: #000000;
  border: 1px solid #827272;
  box-shadow: 0px 0px 1px #827272;
  -webkit-transition: border 0.2s ease-in 0s;
  -moz-transition: border 0.2s ease-in 0s;
  -o-transition: border 0.2s ease-in 0s;
  transition: border 0.2s ease-in 0s;
  -webkit-transition: background 0.5s ease-in 0s;
  -moz-transition: background 0.5s ease-in 0s;
  -o-transition: background 0.5s ease-in 0s;
  transition: background 0.5s ease-in 0s;
}

input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
input[type="search"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:active,
input[type="url"]:focus,
textarea:hover,
textarea:active,
textarea:focus {
  border: 1px solid #52799b;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #ffffff;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"] {
  margin: 5px 0;
  padding: 5px;
  width: 90%;
  max-width: 250px;
}

textarea {
  padding: 10px;
  width: 100%;
  max-width: 400px;
  display: block;
}

input[type="submit"] {
  margin: 5px 0;
  padding: 14px 8px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.4rem;
  border: none;
  background: #672c87;
}

input[type="submit"]:hover {
  background: #82529b;
}

.required {
  color: red;
}

.g-recaptcha {
  transform: scale(0.666);
  -webkit-transform: scale(0.666);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin: 5px auto -20px;
}

.cc-window.cc-color-override--771748083 {
  background-color: #a4aed3 !important;
}

.cc-window.cc-color-override--771748083 .cc-message {
  font-family: "Arimo", sans-serif;
  font-size: 13px !important;
}

.cc-window.cc-color-override--771748083 .cc-compliance {
  width: fit-content !important;
}

.cc-window.cc-color-override--771748083 .cc-compliance .cc-btn {
  background-color: #8f8fa3 !important;
  text-transform: uppercase;
  font-family: "Arimo", sans-serif;
  letter-spacing: 1px;
  font-weight: initial;
  font-size: 14px !important;
}

/*
* END FORMS
*/
/*
* START SITE STRUCTURE
*/
.wrap {
  max-width: 100%;
  margin: 0px auto;
  padding-top: 20px;
  display: block;
  position: relative;
  z-index: 1;
  border-top: none;
  border-bottom: none;
  min-height: 300px;
}

.wrap:before, .wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.wrap:after {
  clear: both;
}

@media all and (max-width: 601px) {
  .wrap {
    padding-top: 5px;
  }
}

.row {
  clear: both;
  position: relative;
}

.contain {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 10px 10px;
  width: 960px;
  position: relative;
}

@media all and (max-width: 1024px) {
  .contain {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 30px 10px;
  }
}

@media all and (max-width: 601px) {
  .contain {
    padding: 10px 20px 15px;
  }
}

.narrow {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 10px 10px;
  width: 740px;
  position: relative;
}

@media all and (max-width: 1024px) {
  .narrow {
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 30px 10px;
  }
}

@media all and (max-width: 601px) {
  .narrow {
    padding: 10px 20px 15px;
  }
}

.left {
  float: left;
  padding: 10px 20px 10px 0px;
}

@media all and (max-width: 601px) {
  .left {
    float: none;
    padding: 0px 0;
  }
}

.left-forever {
  float: left;
  padding: 10px 20px 10px 0px;
}

.right {
  float: right;
  padding: 10px 0px 10px 20px;
}

@media all and (max-width: 601px) {
  .right {
    float: none;
    padding: 0px 0;
  }
}

.right-forever {
  float: right;
  padding: 10px 0px 10px 20px;
}

.float-right {
  float: right;
}

@media all and (max-width: 480px) {
  .float-right {
    float: none;
  }
}

.float-left {
  float: left;
}

@media all and (max-width: 480px) {
  .float-left {
    float: none;
  }
}

.simple-right {
  float: right;
}

.simple-left {
  float: left;
}

.center-div {
  float: none;
  display: block;
  margin: 0 auto;
}

.clear:before, .clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.alignleft {
  margin: 10px 20px 10px 0px;
  padding: none;
  float: left;
  max-width: 50%;
}

@media all and (max-width: 480px) {
  .alignleft {
    margin: 10px auto;
    display: block;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

.alignright {
  padding: none;
  margin: 10px 0px 10px 20px;
  float: right;
  max-width: 50%;
}

@media all and (max-width: 480px) {
  .alignright {
    margin: 10px auto;
    display: block;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

.aligncenter {
  display: block;
  margin: 10px auto;
  width: auto;
  max-width: 100%;
}

time.updated:not(.published) {
  display: none;
}

#wp-admin-bar-customize {
  display: none !important;
}

@media all and (max-width: 601px) {
  .one-hundred,
  .ninety,
  .ninetyfive,
  .eighty,
  .eightyfive,
  .seventyfive,
  .sixtyfive,
  .fiftyfive,
  .thirtyfive,
  .twentyfive,
  .fifteen,
  .ten,
  .seventy,
  .sixty,
  .fifty,
  .forty,
  .fortyfive,
  .thirty,
  .twenty {
    width: 100%;
  }
}

@media all and (max-width: 601px) {
  .gutter-even-small,
  .gutter-even-medium,
  .gutter-even-large,
  .gutter-right-small,
  .gutter-right-medium,
  .gutter-right-large,
  .gutter-left-small,
  .gutter-left-medium,
  .gutter-left-large {
    padding: 0 !important;
  }
}

/*
* END SITE STRUCTURE
*/
/*
* START SHARING AND SOCIAL
*/
.social-icons {
  margin: 0px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 250px;
}

.social-icons .icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0px 10px 8px;
  padding: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.social-icons .icon--fill {
  fill: #c9c9c9;
}

.social-icons .icon--fill:hover {
  opacity: 0.6;
}

.contact-page .social-icons {
  max-width: 600px;
}

.contact-page .social-icons .icon {
  width: 40px;
  height: 40px;
}

.sharewax {
  display: inline-block;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px;
}

.sharewax .icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 2px;
  padding: 0;
}

.sharewax .icon--fill:hover {
  opacity: 0.6;
}

.sharewax .sharewax-button {
  font-family: "Arimo", sans-serif;
  color: #b345ae;
  text-align: left;
  vertical-align: bottom;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 6px;
  border-radius: 2rem;
  padding: 3px 5px 3px;
  display: inline-block;
}

.sharewax .sharewax-button .icon-share {
  width: 20px;
  height: 20px;
  margin: 0px 0 0 2px;
  vertical-align: text-bottom;
  fill: #b345ae;
}

.sharewax .sharewax-button .icon-share:hover {
  opacity: 1;
}

.sharewax .sharewax-button:hover, .sharewax .sharewax-button:focus {
  background: none;
  color: #ffecf6;
}

.sharewax .sharewax-button:hover .icon-share, .sharewax .sharewax-button:focus .icon-share {
  fill: #ffecf6;
}

.sharewax-email .icon--fill,
.sharewax-copy .icon--fill {
  fill: #4c516e;
}

.sharewax-bluesky .icon--fill {
  fill: #1185fe;
}

.sharewax-buffer .icon--fill {
  fill: #168eea;
}

.sharewax-facebook .icon--fill {
  fill: #1877f2;
}

.sharewax-pinterest .icon--fill {
  fill: #e60023;
}

.sharewax-reddit .icon--fill {
  fill: #ff4500;
}

.sharewax-threads .icon--fill {
  fill: #000;
}

.sharewax-tumblr .icon--fill {
  fill: #021a35;
}

.sharewax-twitter .icon--fill {
  fill: #0f1419;
}

/*
* END SHARING
*/
/*
* START NAVIGATION AND PAGINATION
*/
#nav-below,
.incidental {
  margin: 20px auto 10px;
  clear: both;
  display: block;
  border-top: 2px solid #4a2d49;
  border-bottom: 2px solid #4a2d49;
  min-height: 50px;
  height: 100%;
  padding: 0px 0;
  display: table;
  width: 100%;
}

#nav-below ul,
.incidental ul {
  margin-left: none;
}

#nav-below .nav-next,
.incidental .nav-next {
  float: right;
  display: inline;
}

#nav-below .nav-previous,
.incidental .nav-previous {
  float: left;
  display: inline;
}

.incidental {
  margin: 15px 0;
  text-align: center;
  list-style: none;
}

.incidental li {
  list-style: none;
  display: inline-block;
  font-family: "Arimo", sans-serif;
  color: #4c516e;
  padding: 0 18px;
  font-size: 1.8rem;
}

.incidental-bookshelf {
  text-align: left;
}

.incidental-bookshelf li {
  padding: 0 18px 0 0;
}

.subnav {
  border: none;
  margin: 0;
}

.subnav li {
  display: inline-block;
  margin: 3px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-family: "Arimo", sans-serif;
  color: #fff;
  font-size: 1.8rem;
}

.subnav li:before {
  content: "·";
  padding: 0 5px 0 2px;
  color: #8f8fa3;
}

.subnav li:first-child:before {
  content: "";
  padding: 0;
}

.pagination {
  clear: both;
  padding: 0;
  float: right;
  color: #020002;
  margin: 25px 0 40px;
}

.pagination span {
  margin: 2px 4px 2px 0;
  padding: 6px 9px 5px;
}

.pagination .current {
  color: #ffffff;
  border: 2px solid #672c87;
  padding: 4px 9px 3.2px;
}

.pagination a {
  border: none;
  margin: 2px 4px 2px 0;
  padding: 6px 9px 5px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  background: #672c87;
}

.pagination a:hover {
  color: #ffffff;
  background: #82529b;
}

/*
* END NAVIGATION AND PAGINATION
*/
/*
* START HEADER
*/
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #672c87;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 17px;
  line-height: 12px;
  font-size: 1.7rem;
  line-height: 1.2em;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  opacity: 0;
}

@media all and (max-width: 601px) {
  .skip-to-main-content-link {
    font-size: 14px;
    line-height: 12px;
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.site-header {
  background: url(images/masthead-main-repeat.jpg) repeat-x center top transparent;
  background-size: auto 100%;
  box-shadow: 0 0 50px 4px #000000;
}

@media all and (max-width: 768px) {
  .site-header {
    background: url(images/masthead-main-repeat.jpg) repeat-x center bottom transparent;
    background-size: auto 150%;
  }
}

@media all and (max-width: 601px) {
  .site-header {
    background: url(images/masthead-main-repeat.jpg) repeat-x center top transparent;
    background-size: 160% auto;
  }
}

.masthead-bottom {
  background: url(images/masthead-repeat-bottom.png) repeat-x center top transparent;
  background-size: auto 100%;
  height: 55px;
}

@media all and (max-width: 601px) {
  .masthead-bottom {
    background-size: 100% auto;
  }
}

.masthead {
  width: 100%;
  position: relative;
  height: 300px;
}

.masthead img {
  margin: 0 auto;
  display: block;
  padding: 0;
}

.masthead a:hover {
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  .masthead {
    height: 200px;
    background-size: auto 170%;
  }
}

@media all and (max-width: 601px) {
  .masthead {
    height: 158px;
    padding-top: 20px;
    background-size: 130% auto;
  }
  .masthead img {
    padding: 12px 0 0;
    max-width: 400px;
  }
}

.masthead-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 601px) {
  .masthead-content {
    position: inherit;
    top: initial;
    left: initial;
    transform: none;
  }
}

.nav-wrap {
  position: relative;
  background: url(images/nav-repeat.png) center top/auto 100% repeat-x transparent;
  height: 78px;
  margin-bottom: -34px;
}

@media all and (max-width: 900px) {
  .nav-wrap {
    height: 98px;
    margin-bottom: -37px;
    background: url(images/nav-repeat.png) center top/auto 110% repeat-x transparent;
  }
}

@media all and (max-width: 601px) {
  .nav-wrap {
    height: 0;
    margin-bottom: 0;
  }
}

.main-navigation {
  margin: 0px auto;
  max-width: 1024px;
  padding: 0;
}

.main-navigation ul {
  text-align: center;
  margin: 0;
}

.main-navigation ul li {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px;
  font-family: "Arimo", sans-serif;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: bottom;
  font-size: 1.6rem;
  font-weight: 800;
}

@media all and (max-width: 900px) {
  .main-navigation ul li {
    padding: 5px 20px 0;
  }
}

@media all and (max-width: 768px) {
  .main-navigation ul li {
    letter-spacing: 0px;
  }
}

@media all and (max-width: 601px) {
  .main-navigation {
    display: none;
  }
  .main-navigation ul li {
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }
}

@media all and (max-width: 601px) {
  .masthead-header {
    width: 81%;
    padding: 7px 0 0 15px;
    display: block;
  }
}

@media all and (max-width: 601px) {
  .masthead {
    margin: 0px auto;
  }
}

.hamburger {
  display: none;
}

.hamburger span {
  display: block;
  width: 36px;
  height: 4px;
  margin: 8px auto;
  background-color: #b345ae;
}

@media all and (max-width: 601px) {
  .hamburger {
    display: inline-block;
    position: absolute;
    width: 20%;
    z-index: 999;
    padding: 3.8% 0 0;
    right: 0;
  }
}

.expand {
  display: block !important;
  width: 100%;
  z-index: 998;
  background-color: rgba(32, 31, 31, 0.94);
  padding-bottom: 15px;
  position: absolute;
  top: 0px;
  margin-top: 0;
}

.expand ul {
  display: block;
}

/*
* END HEADER
*/
/*
* START FOOTER
*/
.site-footer {
  background: url(images/footer-graffitti.jpg) repeat-x center top transparent;
  background-size: auto 100%;
  padding-top: 50px;
  clear: both;
  position: relative;
  box-shadow: 0 0 26px 10px #000000;
  border-top: 3px solid #1f1f20;
}

.site-footer a {
  color: #fff;
  text-shadow: 0px 0px 10px #222;
}

.site-footer a:visited {
  color: #fff;
}

.site-footer a:hover {
  color: #827272;
}

.site-footer #search form {
  padding: 40px 0 25px;
}

.site-footer #search input[type="search"],
.site-footer #search input[type="submit"] {
  text-align: center;
  margin: 5px auto 0;
  width: 200px;
  max-width: 100%;
  display: block;
}

@media all and (max-width: 768px) {
  .site-footer {
    background-size: auto 120%;
  }
}

.footer-quick-links {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  margin: 10px 0 5px;
}

.footer-quick-links li {
  font-family: "Playfair Display", serif;
  margin: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 12px;
  font-size: 2.4rem;
  line-height: 1.2em;
  padding: 0 20px;
}

@media all and (max-width: 601px) {
  .footer-quick-links li {
    padding: 0px 10px;
    font-size: 22px;
    line-height: 12px;
    font-size: 2.2rem;
    line-height: 1.2em;
  }
}

.footer-navigation {
  text-align: center;
}

.footer-navigation ul {
  padding: 0;
  margin: 0;
}

.footer-navigation ul li {
  font-family: "Arimo", sans-serif;
  margin: 0px 0px 0px;
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 15px;
  vertical-align: bottom;
  font-weight: 800;
}

@media all and (max-width: 601px) {
  .footer-navigation ul {
    margin-top: 10px;
  }
  .footer-navigation ul li {
    padding: 8px 15px;
  }
}

.administrative-nav {
  text-align: center;
}

.administrative-nav ul {
  padding: 0;
  margin: 0;
}

.administrative-nav ul li {
  display: inline-block;
  font-family: "Arimo", sans-serif;
  margin: 0px 0px 0px;
  font-size: 1.5rem;
  padding: 5px 10px;
}

@media all and (max-width: 601px) {
  .administrative-nav ul {
    margin-top: 10px;
  }
  .administrative-nav ul li {
    padding: 8px 10px;
  }
}

footer .social-icons {
  max-width: 400px;
  margin: 10px auto 35px;
}

footer .social-icons .icon--fill {
  fill: #ffffff;
}

@media all and (max-width: 601px) {
  footer .social-icons {
    max-width: 260px;
  }
}

.back-to-top {
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}

/*
* END FOOTER
*/
/*
* START HOME
*/
.homenews-item h4 {
  color: #52799b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.homenews-item h6 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.home-books-column {
  padding: 0 10px;
}

@media all and (max-width: 601px) {
  .home-books-column {
    margin-bottom: 60px;
  }
}

.home-book-featured-header,
.home-news-header,
.bookshelf-featured-header,
.home-book-featured-date {
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #c9c9c9;
  font-size: 16px;
  line-height: 12px;
  font-size: 1.6rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  .home-book-featured-header,
  .home-news-header,
  .bookshelf-featured-header,
  .home-book-featured-date {
    font-size: 15px;
    line-height: 12px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

.home-book-featured-date {
  font-family: "Aleo", sans-serif;
  color: #a4aed3;
  margin-top: 0;
  font-size: 22px;
  line-height: 10px;
  font-size: 2.2rem;
  line-height: 1em;
}

@media all and (max-width: 601px) {
  .home-book-featured-date {
    font-size: 20px;
    line-height: 10px;
    font-size: 2rem;
    line-height: 1em;
  }
}

.home-news-column {
  padding: 0 10px;
}

@media all and (max-width: 601px) {
  .home-news-column {
    margin-top: 30px;
  }
}

.home-news-more-link {
  font-size: 1.9rem;
  font-family: "Arimo", sans-serif;
}

.home-featured-book {
  max-width: 350px;
  margin: 0 auto;
}

.home-featured-book .home-page-read-excerpt-link {
  text-align: center;
  display: block;
  margin: 20px auto 13px;
}

.mobile-jump-links {
  display: none;
}

@media all and (max-width: 601px) {
  .mobile-jump-links {
    display: block;
    margin-bottom: 28px;
  }
  .mobile-jump-links h5 {
    margin: 0 0 8px;
    font-size: 1.6rem;
  }
}

.mobile-jump-lead {
  font-weight: 600;
}

.mobile-jump-title {
  text-transform: uppercase;
}

/*
* END HOME
*/
.entry-content p,
.entry-content li,
#list p,
#list li,
#excerpt p,
#excerpt li,
#comments p,
#comments li {
  word-wrap: break-word;
}

.entry-content ol,
#list ol,
#excerpt ol,
#comments ol {
  list-style-position: outside;
  margin-left: 15px;
}

.entry-content ol li,
#list ol li,
#excerpt ol li,
#comments ol li {
  line-height: 1.4em;
}

/*
* START ANCILLARY PAGES
*/
.post-title {
  font-weight: 600;
  font-style: italic;
}

.page-title {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
}

.site-page-subheader {
  margin-top: 35px;
}

.ui-state-default,
.ui-state-hover {
  background-color: #672c87 !important;
  color: #ffffff !important;
}

.ui-state-default .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png) !important;
}

.ui-state-active {
  background-color: #82529b !important;
  border: none !important;
}

.ui-widget {
  font-family: "Arimo", sans-serif !important;
}

.ui-widget-content a {
  color: #b345ae !important;
}

.ui-widget-content a:visited {
  color: #b345ae !important;
}

.ui-widget-content a:hover {
  color: #ffecf6 !important;
}

.ui-widget-content a:active {
  color: #ffecf6 !important;
}

/*
* END ANCILLARY PAGES
*/
/*---------- Audio Player ----------*/
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: none repeat scroll 0 0 transparent !important;
  margin: 5px auto !important;
}

.mejs-container .mejs-controls {
  background: none repeat scroll 0 0 #827272 !important;
  border-radius: 5px !important;
}

.mejs-time-current {
  background-color: #a4aed3 !important;
}

.mejs-time-loaded {
  background-color: #827272 !important;
}

.mejs-time-total {
  height: 10.5px !important;
  background: #ffffff !important;
}

.mejs-container .mejs-controls .mejs-time span {
  color: #ffffff !important;
}

/*///////
* START CPTS
*/
/*
* START BOOKSDATA
*/
.stroke {
  border: 1px solid #e8f3ff;
}

.covers {
  margin: 0;
}

.covers .wp-post-image {
  box-shadow: 0px 0px 22px -1px #000;
  outline: 1px solid #545454;
}

.covers li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 20px 0 0;
  width: 19%;
}

@media all and (max-width: 768px) {
  .covers li {
    width: 32%;
  }
}

@media all and (max-width: 480px) {
  .covers li {
    width: 49%;
  }
}

.blue-border-box {
  border: 1px solid #827272;
  padding: 15px 15px;
}

.cover-wrapper .wp-post-image {
  box-shadow: 0px 0px 22px -1px #000;
  outline: 1px solid #545454;
}

.book-cover {
  box-shadow: 0px 0px 22px -1px #000;
  outline: 1px solid #545454;
}

.boxed-set,
.temp-cover {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

img[src$=".png"] {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.hover-cover-wrapper {
  position: relative;
}

.hover-cover-wrapper .main-cover-image {
  position: absolute;
}

.hover-cover-wrapper .main-cover-image:hover {
  opacity: 0;
  transition: opacity 0.15s ease-out 0s;
}

@media all and (max-width: 601px) {
  .hover-cover-wrapper {
    position: initial;
  }
  .hover-cover-wrapper .main-cover-image {
    position: initial;
  }
  .hover-cover-wrapper .main-cover-image:hover {
    opacity: initial;
    transition: initial;
  }
  .hover-cover-wrapper .alt-cover-image {
    display: none;
  }
}

.bookaside img {
  box-shadow: 0px 0px 22px -1px #000;
}

.bookaside p {
  font-family: "Arimo", sans-serif;
}

.alternate-cover-wrapper {
  max-width: 200px;
  margin: 35px auto 10px;
}

.full-width-stripe {
  background: url(images/full-width-bkg.jpg) no-repeat center bottom transparent;
  background-size: 100% auto;
  height: 60px;
}

@media all and (max-width: 601px) {
  .full-width-stripe {
    height: 45px;
    background-size: 160% auto;
  }
}

.coming-soon-book {
  clear: both;
  margin-bottom: 90px;
}

.coming-soon-date {
  color: #c9c9c9;
  font-weight: 700;
  text-transform: uppercase;
}

.coming-soon-date-mobile {
  display: none;
}

@media all and (max-width: 601px) {
  .coming-soon-book {
    margin-bottom: 50px;
  }
  .coming-soon-order-pennant {
    margin: 0px auto 50px;
    max-width: 300px;
  }
  .coming-soon-blurb {
    border-bottom: 1px solid #a4aed3;
    padding-bottom: 30px;
  }
  .coming-soon-date-desktop {
    display: none;
  }
  .coming-soon-date-mobile {
    display: block;
  }
}

.featured {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.featured .third {
  width: 32%;
}

.featured .cover-wrapper img {
  max-height: 435px;
  width: auto;
}

.featured .featured-book-1 {
  padding-right: 1%;
}

.featured .featured-book-2 {
  padding: 0 1%;
}

.featured .featured-book-3 {
  padding-left: 1%;
}

@media all and (max-width: 601px) {
  .featured .featured-book-1,
  .featured .featured-book-2 {
    width: 50%;
    padding: 0;
  }
  .featured .featured-book-1 {
    padding-right: 8px;
  }
  .featured .featured-book-2 {
    padding-left: 8px;
  }
  .featured .featured-book-3 {
    display: none;
  }
}

.series-line {
  font-size: 2.4rem;
  color: #8f8fa3;
}

@media all and (max-width: 601px) {
  .series-line {
    font-size: 2rem;
  }
}

.bookshelf .covers li {
  margin-bottom: 23px;
}

.bookshelf-series-line {
  color: #52799b;
  font-size: 3.4rem;
  margin: 0;
}

@media all and (max-width: 601px) {
  .bookshelf-series-line {
    font-size: 2.8rem;
  }
}

.bookshelf-series-teaser {
  font-size: 1.8rem;
  margin: 0px 0 15px;
  font-style: italic;
}

.series-page-covers li {
  width: 32%;
}

@media all and (max-width: 601px) {
  .series-page-covers li {
    width: 47%;
    padding: 0 1%;
  }
}

.read-buy-links-small {
  text-align: center;
  font-family: "Arimo", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.read-buy-links-small a {
  display: inline-block;
  padding: 0 5px;
}

@media all and (max-width: 601px) {
  .bookpage-top-cover {
    max-width: 320px;
    margin: 0 auto 40px;
  }
  .bookpage-top-cover .cover-wrapper {
    margin: 0 auto;
    width: 80%;
    max-width: 220px;
  }
}

.indiv-order-options ul {
  list-style: none;
  margin: 5px 0 3px;
}

.indiv-order-options ul li {
  font-family: "Arimo", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  display: inline-block;
  margin: 6px 0;
}

.indiv-order-options ul li:before {
  content: "•";
  padding: 0 4px 0 1px;
  color: #827272;
  font-size: 0.6rem;
  line-height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0;
}

.indiv-order-options ul li:first-child:before {
  content: "";
  padding: 0;
}

.pennant-link {
  font-size: 20px;
  line-height: 12px;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  box-shadow: 0px 0px 14px #35414975;
  font-weight: 600;
  margin: 25px 0 0;
  background: #672c87;
  color: #ffffff;
  padding: 5px 10px;
  max-width: fit-content;
}

@media all and (max-width: 601px) {
  .pennant-link {
    font-size: 18px;
    line-height: 12px;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

.pennant-link:visited {
  color: #ffffff;
}

.pennant-link:hover {
  background: #82529b;
  color: #ffffff;
}

.pennant-link {
  text-align: center;
  display: block;
  margin: 20px auto 13px;
  max-width: 200px;
}

.order-options .audio {
  margin: 20px auto;
}

.book-title {
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 10px;
  font-size: 5rem;
  line-height: 1em;
}

@media all and (max-width: 601px) {
  .book-title {
    font-size: 34px;
    line-height: 10px;
    font-size: 3.4rem;
    line-height: 1em;
  }
}

.bookpage-blurb em strong,
.bookpage-blurb strong em,
.lead-in {
  font-size: 2.2rem;
  line-height: 1.3em;
  margin-top: 20px;
  color: #a4aed3;
  font-style: italic;
  font-weight: 500;
}

@media all and (max-width: 601px) {
  .bookpage-blurb em strong,
  .bookpage-blurb strong em,
  .lead-in {
    font-size: 2.2rem;
  }
}

.more-ordering-link {
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 5px;
}

.more-ordering-link a {
  color: #827272;
}

.more-ordering-link a:hover {
  color: #8f8fa3;
}

.read-excerpt-link {
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px 0 0;
  border: 2px solid #b345ae;
  padding: 5px 10px;
  max-width: fit-content;
}

.excerpt-header,
.extras-header {
  color: #a4aed3;
  margin-top: 0;
}

#extras ul {
  list-style: none;
  margin: 0;
}

#extras ul li {
  font-family: "Arimo", sans-serif;
  font-size: 24px;
  line-height: 12px;
  font-size: 2.4rem;
  line-height: 1.2em;
  line-height: 1.3em;
  position: relative;
  padding-left: 0.8em;
}

@media all and (max-width: 601px) {
  #extras ul li {
    font-size: 20px;
    line-height: 12px;
    font-size: 2rem;
    line-height: 1.2em;
  }
}

#extras ul li:before {
  content: "•";
  padding: 0 0.5em 0 0;
  color: #827272;
  position: absolute;
  top: 0px;
  left: 0;
}

#reviews .reviewblock {
  display: inline-block;
  margin-bottom: 20px;
}

#reviews .reviewblock blockquote {
  margin: 10px 30px 0 0;
}

#excerpt p {
  font-size: 20px;
  line-height: 16px;
  font-size: 2rem;
  line-height: 1.6em;
  margin: 10px 0 15px;
}

@media all and (max-width: 601px) {
  #excerpt p {
    margin: 8px 0 10px;
    font-size: 18px;
    line-height: 16px;
    font-size: 1.8rem;
    line-height: 1.6em;
  }
}

#excerpt .jump-to-ordering-excerpt {
  margin: 10px 0 5px;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 12px;
  font-size: 1.6rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  #excerpt .jump-to-ordering-excerpt {
    font-size: 15px;
    line-height: 12px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

#excerpt hr {
  width: 50%;
  margin: 50px auto;
}

#excerpt .excerpt-cover {
  margin: 10px 0 10px 10px;
}

@media all and (max-width: 601px) {
  #excerpt .excerpt-cover {
    width: 46%;
    margin: 0px 0 5px 5px;
    max-width: 150px;
  }
}

#excerpt .excerpt-cover p {
  margin: 10px 0;
}

#excerpt .end-of-excerpt-header {
  font-style: italic;
  color: #a4aed3;
}

#order {
  background: url(images/ordering-pane.jpg) no-repeat center bottom transparent;
  background-size: 100% 100%;
  box-shadow: 0 0 30px 10px #000000;
  border-bottom: 3px solid #360034;
  border-top: 3px solid #360034;
  margin-bottom: 70px;
}

#order .ordering-subheader {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0;
  color: #52799b;
  font-family: "Arimo", sans-serif;
}

#order .ordering-option-header {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #c9c9c9;
}

#order ul {
  list-style-type: none;
  margin-left: 0;
}

#order ul li {
  font-family: "Arimo", sans-serif;
  font-size: 1.9rem;
}

#order ul .not-currently-available-text {
  font-size: 1.7rem;
  font-style: italic;
  color: #4c516e;
  line-height: 1.4em;
}

#order img {
  box-shadow: 0px 0px 22px -1px #000;
}

@media all and (max-width: 601px) {
  #order li {
    font-size: 1.4rem;
  }
  #order .seventy {
    width: 55%;
  }
  #order .thirty {
    width: 45%;
  }
  #order .half {
    width: 100%;
    padding-bottom: 18px;
  }
}

.book-fine-print {
  text-transform: uppercase;
  margin: 2px 0 0;
  color: #827272;
}

.author-byline {
  font-size: 2rem;
  font-style: italic;
  margin-top: 0;
  color: #8f8fa3;
}

.audio {
  margin: 20px 0;
  display: flex;
  max-width: 200px;
  justify-content: space-between;
}

.audio .icon {
  width: 50px;
  height: 50px;
  min-width: 30px;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.audio .icon--fill {
  fill: #c9c9c9;
}

.audio p {
  line-height: 1em;
  margin: 8px 12px 0;
  font-size: 1.7rem;
  text-align: left;
}

.audio:hover .icon--fill {
  opacity: 0.8;
}

@media all and (max-width: 601px) {
  .audio {
    display: block;
  }
  .audio .icon {
    display: block;
    margin: 0 auto;
  }
  .audio p {
    text-align: center;
    margin: 8px 0;
  }
}

.audio-books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audio-books .audio-block {
  display: block;
  width: 48%;
  padding-top: 5px;
  padding-bottom: 35px;
}

@media all and (max-width: 768px) {
  .audio-books .audio-block {
    display: block;
    width: 100%;
  }
}

.audio-books .audio-block .audio-book {
  width: 50%;
  max-width: 300px;
  float: left;
  margin-bottom: 20px;
}

.audio-books .audio-block .audio-book img {
  box-shadow: 0px 0px 22px -1px #000;
}

@media all and (max-width: 768px) {
  .audio-books .audio-block .audio-book {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}

.audio-books .audio-block .audio-order {
  float: right;
  width: 48%;
  padding-left: 5px;
}

.audio-books .audio-block .audio-order .links {
  margin: 0 auto 25px;
  list-style: none;
  margin-left: 0;
}

.audio-books .audio-block .audio-order .links li {
  font-size: 18px;
  line-height: 13px;
  font-size: 1.8rem;
  line-height: 1.3em;
}

@media all and (max-width: 768px) {
  .audio-books .audio-block .audio-order {
    float: none;
    width: 100%;
    padding-left: 5px;
  }
}

.audio-books .audio-block .audio-player {
  height: 45px;
  max-width: 250px;
}

.listen-to-header {
  color: #827272;
}

.order-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
}

.order-grid-block {
  width: 49%;
  display: block;
  padding-top: 10px;
  padding-bottom: 45px;
}

@media all and (max-width: 601px) {
  .order-grid-block {
    width: 100%;
    padding-bottom: 35px;
    height: auto;
  }
}

.order-grid-cover-wrap {
  width: 42%;
  float: left;
  padding: 0 2% 15px 0;
}

.order-grid-link-column {
  width: 58%;
  float: right;
  padding: 0 0 15px 2%;
}

.order-grid-link-column h6 {
  margin: 0;
}

.order-grid-link-column ul {
  margin-bottom: 20px;
}

.order-grid-link-column ul li {
  font-size: 2rem;
  margin: 8px 0 13px;
}

.ebook-cover {
  border: 12px solid #292929;
  border-radius: 11px;
  padding: 1px;
  background: #5a5a5a;
  border-bottom: 22px solid #292929;
  outline: none;
}

@media all and (max-width: 601px) {
  .ebook-cover {
    border: 8px solid #292929;
    border-radius: 8px;
    border-bottom: 18px solid #292929;
  }
}

/*
* END BOOKSDATA
*/
/*
* START INTERNATIONAL
*/
.related-edition-line,
.related-series-line {
  font-size: 20px;
  line-height: 12px;
  font-size: 2rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  .related-edition-line,
  .related-series-line {
    font-size: 18px;
    line-height: 12px;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

.country-intl-edition-line {
  color: #937f7f;
  font-size: 20px;
  line-height: 12px;
  font-size: 2rem;
  line-height: 1.2em;
}

/*
* END INTERNATIONAL
*/
/*
* START NEWS
*/
#site-news,
#newsletter {
  padding-top: 40px;
}

.sitenews-title {
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
}

.sitenews-date {
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  color: #8f8fa3;
  font-size: 16px;
  line-height: 12px;
  font-size: 1.6rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  .sitenews-date {
    font-size: 15px;
    line-height: 12px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

.subscribe-row-wrapper .signup-header {
  background: #360034;
  padding-top: 4px;
}

.subscribe-row-wrapper .signup-header h5 {
  color: #ffffff;
}

.subscribe-row-wrapper .subscribe-box {
  padding: 30px 30px;
  border: 2px solid #360034;
  background: #1b1828;
}

.subscribe-row-wrapper .subscribe-box form {
  max-width: 200px;
  margin: 20px auto 0;
}

.subscribe-row-wrapper .subscribe-box form input[type="submit"] {
  width: 100%;
}

.subscribe-row-wrapper .subscribe-box .meta {
  margin: 0 auto;
  max-width: 200px;
}

@media all and (max-width: 601px) {
  .subscribe-row-wrapper .subscribe-box {
    min-height: inherit;
  }
}

/*
* END NEWS
*/
/*
* START EVENTS
*/
.event-date {
  color: #c9c9c9;
  font-weight: 700;
  text-transform: uppercase;
}

.event-city {
  color: #52799b;
}

.event-address {
  font-size: 1.6rem;
  font-family: "Arimo", sans-serif;
  color: #a4aed3;
  line-height: 1.4em;
}

/*
* END EVENTS
*/
/*
* START FAQ
*/
.faq-title {
  margin: 10px 0 5px;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  line-height: 12px;
  font-size: 2rem;
  line-height: 1.2em;
}

@media all and (max-width: 601px) {
  .faq-title {
    font-size: 18px;
    line-height: 12px;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}

.faq-category-header {
  margin-bottom: 15px;
}

/*
* END FAQ
*/
/*///////
* END CPTS
*/
.subscribe-button-link {
  display: block;
  margin: 5px auto;
  background: #672c87;
  color: #ffffff;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  padding: 8px 14px;
  max-width: 200px;
  -webkit-transition: background 0.15s ease-out 0s;
  -moz-transition: background 0.15s ease-out 0s;
  -o-transition: background 0.15s ease-out 0s;
  transition: background 0.15s ease-out 0s;
}

@media all and (max-width: 800px) {
  .subscribe-button-link {
    font-size: 1.1rem;
  }
}

.subscribe-button-link:hover {
  background: #82529b;
}

.subscribe-button-link a {
  color: #ffffff;
  line-height: 1.3em;
}

.subscribe-button-link a:visited {
  color: #ffffff;
}

.subscribe-button-link a:hover {
  color: #ffffff;
}

.button-link {
  display: block;
  background: #672c87;
  font-family: "Arimo", sans-serif;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 10px 6px;
  width: fit-content;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.button-link a {
  color: #ffffff;
}

.button-link a:hover {
  background: #82529b;
  color: #ffffff;
}

.button-link a:visited {
  color: #ffffff;
}

button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: none;
  color: #4c516e;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:hover,
button:focus {
  background: #efefef;
}

button:focus {
  outline: 1px solid #efefef;
  outline-offset: -4px;
}

.ig-embed iframe {
  margin: 0 auto 12px !important;
  min-width: 0 !important;
}

@media all and (max-width: 601px) {
  .ig-embed iframe {
    min-width: 250px !important;
  }
}
