/*
Theme Name: Bergmann
Version: 1.0
Text Domain: bergmann
Author: Ben
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 200;
  font-size: 14px;
}

body > header {
  height: 80px;
  margin-top: 20px;
}

.container {
  width: 1200px;
  margin: auto;
}

main h1 {
  float: left;
  margin: 0;
  padding-top: 50px;
  text-align: right;
  width: 200px;
}

h2 {
  margin-top: 8px;
  font-size: 18px;
}

p {
  margin: 0 0 10px 0;
}

p.credit {
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
}

main {
  min-height: 760px;
}

main .right-col {
  float: right;
  width: 1000px;
}

.content {
  float: left;
  padding-left: 50px;
  padding-top: 50px;
}

.post {
  margin-bottom: 100px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: .2s;
}

a:hover,
a.active {
  color: #daa520;
}

img {
  vertical-align: middle;
}

#logo {
  color: #fff !important;
  float: left;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 32px;
  text-align: right;
  margin-right: 50px;
  width: 200px;
}

nav {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  position: relative;
}

nav a {
  line-height: 28px;
  margin-right: 40px;
  font-size: 14px;
}

nav a.social-media {
  background-color: #B5B5B5;
  background-image: url(/wp-content/themes/bergmann/imgs/social-icons.png);
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block !important;
  height: 24px;
  vertical-align: top;
  width: 24px;
  margin-right: 10px;
}

nav a.social-media.facebook {
  background-position: -4px 0;
}

nav a.social-media.twitter {
  background-position: -38px 0;
}

nav a.social-media.instagram {
  background-position: -74px 0;
}

nav .megamenu {
  background-color: rgba(108, 110, 112, 0.9);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  left: 230px;
  height: 460px;
  position: absolute;
  top: 37px;
  width: 930px;
  z-index: 1;
}

nav .megamenu a {
  display: inline-block;
  width: 25%;
  margin-right: 0;
  padding: 0 8px;
  vertical-align: top;
  line-height: 24px;
  font-family: "Oswald", sans-serif;
}

body > footer {
  clear: both;
  color: #757575;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  padding: 60px 20px 40px;
  text-align: right;
}

/**********
  Showcase
**********/

#showcase:before,
#showcase:after {
  content: " ";
  display: table;
}

#showcase:after {
  clear: both;
}

#photo-details {
  float: left;
  width: 200px;
  min-height: 650px;
  text-align: right;
  font-size: 14px;
  padding: 0 4px 0 30px;
}

#title {
  font-style: italic;
  padding-top: 90px;
}

#specs {
  display: inline-block;
  border-bottom: 3px dotted;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 14px;
}

#specs span:after {
  content: ",";
}

#specs span:last-of-type:after {
  content: "";
}

#details {
  font-family: "Playfair Display", serif;
  line-height: 25px;
}

#photo-main {
  position: relative;
  float: left;
  width: 1000px;
  height: 650px;
  margin-bottom: 57px;
}

#photo-main .arrow {
  background-color: #000;
  color: #808080;
  font-size: 35px;
  height: 650px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  cursor: pointer;
  font-family: courier;
}

#photo-main .arrow img {
  position: absolute;
  top: 325px;
}

#photo-main .arrow:hover {
  color: #fff;
}

#photo-main .arrow.left {
  left: 0;
}

#photo-main .arrow.right {
  right: 0;
}

#photo-main .arrow.left img {
  right: 0;
}

#photo-main .arrow.right img {
  left: 0;
}

#photo img {
  max-height: 650px;
  max-width: 900px;
  margin: 0 50px;
  width: auto;
  cursor: pointer;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  background-color: #808080;
  background-image: url(/wp-content/themes/bergmann/imgs/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
/**********
  Slider
**********/

#thumb-slider-container {
  margin: auto;
  width: 900px;
  position: relative;
  overflow: hidden;
}

#thumb-slider {
  float: left;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 840px
}

#thumb-slider-overflow {
  width: 9999px;
  position: relative;
  left: 0;
  transition: 1s;
}

#thumb-slider .thumb {
  width: 70px;
  display: inline-block;
  float: left;
}

#thumb-slider .thumb img {
  cursor: pointer;
  height: 60px;
  margin: auto;
  width: 60px;
  display: block;
}

#thumb-slider .thumb > div {
  display: none;
}

.bx-viewport {
  float: left;
}

.slider-arrow {
  cursor: pointer;
  float: left;
  height: 60px;
  width: 30px;
  z-index: 1;
}

.slider-arrow:hover {
  color: #fff;
}

#slider-prev {
  left: 0;
}

#slider-next {
  right: 0;
}

.bx-prev,
.bx-next {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*************
  Full Screen
*************/

#full-screen {
  background-color: #000;
  color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  overflow: scroll;
  top: 0;
  width: 100%;
  cursor: pointer;
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
  z-index: 1;
}

#full-screen-content {}

#full-screen-content img {
  min-width: 100%;
}

#full-screen-exit {
  font-size: 64px;
  line-height: 64px;
  height: 64px;
  width: 64px;
  text-align: center;
  padding: 10px;
  position: fixed;
  right: 20px;
  top: 0;
  text-shadow: 0px 2px 4px #000;
}

#full-screen.splash {
  background: #000;
  display: table;
  opacity: 1;
  cursor: auto;
}

#full-screen.splash a {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#full-screen.splash img {
  bottom: 0;
  left: 4%;
  position: absolute;
  max-height: 95%;
}

/********************
  Other Page Layouts
*********************/

body.page-poetry .left-col,
body.page-about .left-col,
body.page-blog .left-col,
body.page-contact .left-col,
body.page-links .left-col {
  width: 250px;
  float: left;
  padding: 0 20px;
  min-height: 760px;
}

.left-col img {
  width: 100%;
  max-width: 100% !important;
}

body.page-poetry .right-col,
body.page-about .right-col,
body.page-blog .right-col,
body.page-contact .right-col,
body.page-links .right-col  {
  width: 950px;
  float: left;
  border-left: #fff 3px dotted;
  min-height: 760px;
  padding: 0 45px;
}

body.page-poetry  h2,
body.page-about h2,
body.page-blog h2,
body.page-contact h2,
body.page-links h2 {
  color: #808080;
  font-family: "Playfair Display", serif;
  margin: 16px 0 10px;
  text-transform: uppercase;
}

strong {
  line-height: 25px;
  margin-bottom: 0;
  font-weight: bold;
  color: #808080;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0;
}

blockquote {
  margin-left: 0;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #fff;
}

blockquote p {
  margin-bottom: 40px;
  letter-spacing: 1px;
}

blockquote p[style*="padding-left"] {
  font-size: 16px;
}

.intro-blurb {
  font-weight: bold;
  color: #808080;
}

.intro-blurb p {
  line-height: 20px;
}

.indent {
  text-indent: 40px;
  margin-bottom: -20px;
}

.intro-blurb {
  font-weight: bold;
  color: #808080;
}

.intro-blurb p {
  line-height: 20px;
}

body.page-contact .page-content {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: #808080;
}

body.page-about .page-content {
  font-family: "Playfair Display", serif;
}

body.page-links .page-content {
  font-family: "Quicksand", sans-serif;
}

/*************
  About Page
*************/

body.page-about p {
  letter-spacing: 1px;
}

/*************
  Poetry Page
*************/

body.page-poetry h2,
body.page-poetry p {
  margin-bottom: 20px;
}

.book-cover {
  width: 210px;
}

.book-cover img {
  margin-bottom: 5px;
}

.poem-title {
  font-style: italic;
  font-size: 18px;
}

.excerpt {
  width: 460px;
  font-family: "Playfair Display", serif !important;
  font-size: 18px;
}

.excerpt-indent {
  margin: 40px 0 40px 40px;
  font-size: 16px;
}

