/*
Theme Name: Library
Theme URI: http://saltedstone.com/
Author: The Salted Stone Team
Author URI: http://saltedstone.com/
Description:
Version: 1.0
*/

/* Components */
@import url("css/components/fonts.css");
@import url("css/components/header.css");
@import url("css/components/footer.css");
@import url("css/components/colors.css");
@import url("css/components/forms-and-buttons.css");
@import url("css/components/library.css");

* {
  margin: 0;
  padding: 0;
}
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
  height: 100%;
  width: 100;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  height: 100%;
  width: 100%;
}

a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

/*--- form setup ---*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
button {
  overflow: visible;
}
button,
input,
select,
textarea {
  max-width: 100%;
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}

::-webkit-input-placeholder {
  color: #686868;
}
:-moz-placeholder {
  color: #686868;
}
::-moz-placeholder {
  color: #686868;
  opacity: 1; /* Since FF19 lowers the opacity*/
}
:-ms-input-placeholder {
  color: #686868;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/* Typography
 ============================*/

body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  text-rendering: optimizeLegibility;
  font-family: "industry";
  letter-spacing: -0.042em;
  line-height: 1em;
  font-weight: 300;
  /*color: #000000;*/
}
h1 {
  font-size: 100px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 24px;
  font-family: "Optician-Sans";
  line-height: 1;
}

p {
  margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.mb-50 {
  margin-bottom: 50px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  min-height: 100%;
  max-width: 100%;
}
body {
  font-family: "freight-sans-pro";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3em;
  color: #435363;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-center {
  float: none !important;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

a {
  transition: ease-in-out all 0.3s;
  text-decoration: none;
  color: #d68231;
}
a:hover,
a:focus {
  color: #ab680f;
}

ul,
ol {
  font-size: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
  padding-left: 20px;
}
li {
  font-size: 18px;
  line-height: 1.6667;
}
em,
i {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}

.semi-bold {
  font-weight: 600;
}

p {
  margin-bottom: 20px;
  line-height: 1.6667em;
}
p:last-child {
  margin-bottom: 0;
}

.half {
  display: inline-block;
  width: 49%;
}

.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}

.password-form {
  padding: 100px 15px;
}
.password-form p {
  font-size: 24px;
  text-align: center;
}
.password-form label {
  text-align: left;
}
.password-form input[type="submit"] {
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
  display: block;
}

.inline-container {
  font-size: 0;
}
.inline-block {
  display: inline-block;
}
.col-3 {
  width: calc(100% / 3);
}
.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-cell {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
.va-top {
  vertical-align: top;
}
.ta-right {
  text-align: right;
}

.section {
  padding: 100px 0;
  float: none !important;
}

button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  border: none;
  background-color: transparent;
}
button.slick-prev.slick-arrow:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  color: #c2c2c2;
  content: "‘";
  font-family: "modern_pictograms_proregular";
  font-size: 64px;
}
button.slick-next.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  border: none;
  background-color: transparent;
}
button.slick-next.slick-arrow:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  color: #c2c2c2;
  content: "—";
  font-family: "modern_pictograms_proregular";
  font-size: 64px;
}

ul.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
ul.slick-dots li:last-child {
  margin: 0;
}
ul.slick-dots li.slick-active button {
  background-color: #ffffff;
}
ul.slick-dots li button {
  font-size: 0;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
}

/* Media Queries
====================================*/

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
