/*
Theme Name: Expositio
Theme URI: http://wpshower.com/themes/expositio
Author: WPShower
Author URI: http://wpshower.com/
Description: Expositio is a free portfolio-type WordPress theme for photographers and designers. The horizontal layout of the Expositio theme is perfect for displaying visual materials like photography or art works.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: expositio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  white-space: pre-wrap;
  /* css-3 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

  word-break: break-all;
  white-space: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body,
button,
input,
select,
textarea {
  color: #fff;
  font-family: "Georgia", serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 23px;
  line-height: 2.3rem;
}
body {
  height: 100%;
  background: #000;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #e4b709;
}
a:focus,
a:hover,
a:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 28px 0 14px;
  margin: 2.8rem 0 1.4rem;
}
h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  line-height: 3.8rem;
}
h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}
address {
  font-style: italic;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
abbr[title] {
  border-bottom: 1px dotted #fff;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
mark,
ins {
  text-decoration: none;
}
p {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 26px;
  line-height: 2.6rem;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  padding: 1.2rem;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
blockquote cite,
blockquote small {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  line-height: 2.6rem;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 700;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
dl {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
ul,
ol {
  list-style: none;
  margin: 0 0 28px 20px;
  margin: 0 0 2.8rem 2rem;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin: 0 0 0 20px;
  margin: 0 0 0 2rem;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: top;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 28px;
  margin: 0 0 2.8rem;
  padding: 12px 12px 0;
  padding: 1.2rem 1.2rem 0;
}
legend {
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  /* Removing the inner shadow, rounded corners on iOS inputs */

  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
del {
  color: #fff;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #e4b709;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #e4b709;
  color: #fff;
  text-shadow: none;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: expositio;
  src: url("fonts/expositio.eot?") format("eot"), url("fonts/expositio.woff") format("woff"), url("fonts/expositio.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Input fields */
input,
textarea {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  padding: 4px 10px;
  padding: 0.4rem 1rem;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}
input:focus,
textarea:focus {
  border: 1px solid #e4b709;
  outline: 0;
}
/* Buttons */
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  color: #e4b709;
  padding: 5px 20px;
  padding: 0.5rem 2rem;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
  vertical-align: bottom;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #e4b709;
  color: #fff;
}
button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #e4b709;
  color: #fff;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
  /* Since FF19 lowers the opacity of the placeholder by default */

  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.entry-content img,
.entry-summary img,
.wp-caption {
  max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}
body.archive .wp-post-image {
  max-width: none;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}
/* Alignment */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
  margin: 7px 28px 7px 0;
  margin: 0.7rem 2.8rem 0.7rem 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
  margin: 0.7rem 1.4rem 0.7rem 0;
}
blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 28px;
  margin: 0.7rem 0 0.7rem 2.8rem;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
  margin: 0.7rem 0 0.7rem 1.4rem;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-top: 0.7rem;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  padding-top: 14px;
  padding-top: 1.4rem;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.wp-caption {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption {
  color: #fff;
}
.wp-caption a {
  color: #e4b709;
}
.wp-caption-text {
  margin: 2px 0;
  margin: 0.2rem 0;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Clearing floats */
.site-header:after,
.site-footer:after {
  content: '';
  display: block;
  clear: both;
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
#wrapper {
  height: 100%;
}
body.home .entry-title,
.page .entry-title {
  display: none;
}
.site {
  position: relative;
  min-width: 320px;
  -webkit-transition: opacity 0.3s, left 0.3s ease-out;
  -moz-transition: opacity 0.3s, left 0.3s ease-out;
  -o-transition: opacity 0.3s, left 0.3s ease-out;
  transition: opacity 0.3s, left 0.3s ease-out;
}
.no-js .site {
  opacity: 1;
}
.main-content,
.content-area {
  height: 100%;
  /* white-space: nowrap; */

}
/* Infinite load */
@-webkit-keyframes buffer1 {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes buffer1 {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes buffer1 {
  0% {
    -o-transform: scale(0);
  }
  50% {
    -o-transform: scale(1);
  }
}
@-ms-keyframes buffer1 {
  0% {
    -ms-transform: scale(0);
  }
  50% {
    -ms-transform: scale(1);
  }
}
@keyframes buffer1 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-webkit-keyframes buffer2 {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes buffer2 {
  0% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes buffer2 {
  0% {
    -o-transform: scale(0);
  }
  50% {
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
  }
}
@-ms-keyframes buffer2 {
  0% {
    -ms-transform: scale(0);
  }
  50% {
    -ms-transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@keyframes buffer2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#infinite-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
}
#infinite-loader.active {
  display: block;
}
#infinite-loader > * {
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: #e4b709;
  border-radius: 50%;
}
#infinite-loader > *:nth-child(1) {
  background: transparent;
}
#infinite-loader > *:nth-child(2) {
  -webkit-animation: buffer1 0.5s infinite;
  -moz-animation: buffer1 0.5s infinite;
  -o-animation: buffer1 0.5s infinite;
  -ms-animation: buffer1 0.5s infinite;
  animation: buffer1 0.5s infinite;
}
#infinite-loader > *:nth-child(3) {
  background: transparent;
  -webkit-animation: buffer2 0.2s infinite;
  -moz-animation: buffer2 0.2s infinite;
  -o-animation: buffer2 0.2s infinite;
  -ms-animation: buffer2 0.2s infinite;
  animation: buffer2 0.2s infinite;
}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
/* Ensure that there is no gap between the header and the admin bar for WordPress versions before 3.8. */
#wpadminbar {
  min-height: 32px;
}
.site-title {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 2.8rem;
}
#header-helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation ul {
  list-style: none;
  margin: 0;
}
.site-navigation li {
  display: block;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  word-wrap: break-word;
}
.site-navigation ul ul ul {
  padding-left: 20px;
  padding-left: 2rem;
}
.menu-toggle {
  display: none;
  position: absolute;
  top: 2px;
  top: 0.2rem;
  right: 20px;
  right: 2rem;
  margin: 0;
  color: #fff;
  font-family: expositio;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  cursor: pointer;
}
.menu-toggle:hover {
  color: #e4b709;
}
#navigation-close {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 10px;
  top: 1rem;
  right: 20px;
  right: 2rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  cursor: pointer;
}
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
.content-area {
  /* white-space: nowrap; */

}
.hentry,
.page-content {
  display: block;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
}
body.single .hentry {
  padding-right: 20px;
  padding-right: 2rem;
}
body.page .hentry,
.page-content {
  max-width: 1140px;
  padding-right: 20px;
  padding-right: 2rem;
}
.image_link:hover {
  border-bottom: none;
}
.archive.category-portfolio .hentry,
.archive.category-features .hentry {
  float: left;
}
.archive.category-blog .post-excerpt {
  max-width: 1140px;
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
  display: inline-block;
  vertical-align: top;
}
body.archive .post-thumbnail {
  height: 100%;
}
.archive.features .post img,
.archive.portfolio .post img {
  width: 100%;
  height: auto;
}
.archive.features .post h2,
.archive.portfolio .post h2 {
  font-size: 15px;
  text-align: center;
  margin: 5px auto;
  line-height: 18px;
  max-width: 280px;
  min-height: 56px;
}
.archive.blog .post,
.single.blog .post {
  margin-bottom: 40px;
}
.archive.blog .post-more,
.single.blog .post-more {
  font-size: 12px;
}
.archive.blog .post-more a,
.single.blog .post-more a {
  color: #e4b709;
}
.archive.blog .post-excerpt,
.single.blog .post-excerpt {
  text-align: justify;
}
.archive.blog .post-meta,
.single.blog .post-meta {
  font-size: 12px;
  color: #868686;
}
.archive.blog .blog-thumb,
.single.blog .blog-thumb {
  float: left;
  margin: 0 20px 20px 0;
  border: 3px solid #333;
}
.archive.blog p,
.single.blog p {
  margin-bottom: 16px;
}
.archive.blog h1,
.single.blog h1,
.archive.blog h2,
.single.blog h2 {
  clear: none;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.archive.blog h1 a,
.single.blog h1 a,
.archive.blog h2 a,
.single.blog h2 a {
  color: #bebebe;
}
.archive.blog h1 a:hover,
.single.blog h1 a:hover,
.archive.blog h2 a:hover,
.single.blog h2 a:hover {
  text-decoration: underline;
}
@media (min-width: 360px) {
  .archive.features .post,
  .archive.portfolio .post {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .archive.features .post,
  .archive.portfolio .post {
    max-width: 33.33%;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .archive.features .post,
  .archive.portfolio .post {
    max-width: 25%;
    padding-right: 30px;
  }
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */
body.single .entry-header,
body.page .entry-header,
.page-header {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.entry-title,
.page-title {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 2.8rem;
  word-wrap: break-word;
  white-space: pre-wrap;
}
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content {
  text-align: justify;
  max-width: 1170px;
}
.entry-content > p:last-child {
  margin-bottom: 0;
}
.entry-content a,
.page-content a {
  color: #e4b709;
}
.entry-content a:hover,
.page-content a:hover {
  text-decoration: underline;
}
#PB-text-wrapper .entry-content a,
#PB-text-wrapper .page-content a {
  color: #fff;
}
#PB-text-wrapper .entry-content a:hover,
#PB-text-wrapper .page-content a:hover {
  color: #e4b709;
  text-decoration: none;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  display: inline-block;
  width: auto;
  height: 100%;
  margin: 0;
  list-style-type: none;
}
.gallery-item {
  display: block;
  /*	width: auto;
	height: 100%;*/

  padding-right: 20px;
  padding-right: 2rem;
  vertical-align: top;
  white-space: normal;
}
.gallery-item img {
  display: block;
  /*	width: auto;
	height: 100%;
	height: -moz-calc(100% - 28px);
	height: -webkit-calc(100% - 28px);
	height: calc(100% - 28px);*/

}
/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
.paging-navigation {
  display: none;
}
#image-navigation {
  text-align: right;
}
#image-navigation a:first-of-type {
  float: left;
}
/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */
.entry-attachment .attachment {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */
/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
.error404 .page-content {
  /*padding-top: 0;*/

}
.error404 .page-content .search-form {
  /*margin-bottom: 24px;*/

}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
#comments {
  max-width: 1170px;
}
textarea,
input {
  color: #454545;
}
.comment-list,
.children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment,
.pingback {
  border: 1px solid #333;
  margin-bottom: 1.5em;
  padding: 1em 1.5em;
}
.children .comment,
.pingback {
  margin-bottom: 0.75em;
  padding: 0.5em 0.75em;
}
.reply a {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  white-space: pre-wrap;
  /* css-3 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

  word-break: break-all;
  white-space: normal;
  max-width: 35%;
  border-radius: 1px;
  border-width: 1px;
  background: none;
  display: inline-block;
  padding: 15px;
  border: #333 1px solid;
  text-decoration: none;
  transition: border ease 0.3s;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #9EABB3;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

}
.reply a:hover {
  border-color: #9EABB3;
}
.children,
.comment-respond {
  margin-top: 1.5em;
}
.comment-form {
  overflow: hidden;
  margin-bottom: 40px;
}
.comment-form label {
  display: inline-block;
  width: 100px;
}
.avatar {
  float: left;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-right: 1em;
  display: block;
}
/* Comments */
.comment-form-comment label {
  width: 100px;
  display: inline-block;
}
.form-allowed-tags {
  width: 60%;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  color: #9EABB3;
  margin: -1rem;
}
.comment-subscription-form {
  clear: both;
  margin-top: 1rem;
}
.form-submit #submit {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  white-space: pre-wrap;
  /* css-3 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

  word-break: break-all;
  white-space: normal;
  float: left;
  max-width: 35%;
  border-width: 3px;
  background: none;
  display: inline-block;
  padding: 15px;
  margin-top: 1em;
  border: #EBF2F6 2px solid;
  text-decoration: none;
  transition: border ease 0.3s;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  color: #9EABB3;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  z-index: 9999999;
}
.site-info {
  padding-left: 30px;
}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */
/**
 * 11.0 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 http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media (min-width: 951px) {
  .site {
    height: 100%;
    padding: 90px 20px 40px 340px;
    padding: 9rem 2rem 4rem 34rem;
  }
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    padding: 40px 30px 0;
    padding: 4rem 3rem 0;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  .primary-navigation {
    padding: 20px 0 40px;
    padding: 2rem 0 4rem;
  }
  .primary-navigation a {
    text-shadow: 1px 1px 0 #000000;
  }
  #top-right-menu {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .no-js .nav-menu li {
    opacity: 1;
  }
  .site-navigation > div > ul > li.menu-item-has-children {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .site-navigation > div > ul > li.menu-item-has-children > a {
    font-weight: 700;
  }
  .site-navigation > div > ul ul ul {
    padding-left: 20px;
    padding-left: 2rem;
  }
  .current-menu-item > a {
    color: #e4b709;
  }
  #main {
    height: 100%;
  }
  body.archive .hentry {
    /*
  		height: 100%;
  		*/
  
    padding-right: 20px;
    padding-right: 2rem;
  }
  body.archive .hentry > a {
    display: inline-block;
    height: 100%;
    height: -moz-calc(72%);
    height: -webkit-calc(72%);
    height: calc(72%);
  }
  body.archive .hentry img {
    /*		height: 100%;
  		width: auto;*/
  
  }
  body.single .hentry {
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }
  body.page .hentry,
  .page-content {
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }
  .gallery-animated img {
    cursor: pointer;
  }
  .primary-navigation a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
@media (max-width: 950px) {
  .site-header {
    height: auto !important;
    padding: 10px 20px 30px;
    padding: 1rem 2rem 3rem;
  }
  #header-helper {
    display: none;
  }
  .site-title {
    padding-right: 40px;
    padding-right: 4rem;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle.hidden {
    display: none;
  }
  .primary-navigation {
    position: absolute;
    z-index: 9999999;
    top: 0;
    left: -84.375%;
    width: 84.375%;
    height: 100%;
    background-color: #111;
    padding: 10px 20px;
    padding: 1rem 2rem;
    overflow-y: auto;
    -webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  #top-right-menu {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .site-navigation > div > ul > li.menu-item-has-children {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .site-navigation > div > ul > li.menu-item-has-children > a {
    font-weight: 700;
  }
  #wrapper {
    position: relative;
  }
  #wrapper.overflow_fix {
    overflow: hidden;
  }
  .site {
    position: relative;
    left: 0;
    width: 100%;
    min-height: 100%;
  }
  .toggled-on .site {
    left: 84.375%;
    height: 100%;
  }
  .toggled-on .site-footer {
    display: none;
  }
  .primary-navigation a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
    color: #fff;
  }
  .primary-navigation a:hover {
    border-bottom: 1px solid #fff;
  }
  .toggled-on #navigation-close {
    display: block;
  }
  #main {
    width: 100%;
    padding: 0 20px;
    padding: 0 2rem;
  }
  body.single #primary,
  body.page #main-content {
    padding-left: 20.689655172%;
  }
  body.archive .hentry,
  body.archive .post-thumbnail,
  body.archive .hentry img {
    height: auto;
    width: 100% !important;
  }
  body.archive .hentry {
    display: block;
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
  body.archive .hentry:last-of-type {
    padding-bottom: 0;
  }
  body.single #primary,
  body.page #main-content {
    padding-left: 0;
  }
  body.single .hentry,
  body.page .hentry,
  .page-content {
    width: 100%;
    padding-right: 0;
  }
  .post-thumbnail {
    display: block;
  }
  .gallery {
    display: block;
    margin-top: 28px;
    margin-top: 2.8rem;
  }
  .gallery-item {
    display: block;
    width: 100% !important;
    height: auto;
    padding: 0 0 20px;
    padding: 0 0 2rem;
  }
  .gallery-item:last-child {
    padding-bottom: 0;
  }
  .gallery-item img {
    /*		width: 100% !important;
  		height: auto;*/
  
  }
}
@media (max-width: 481px) {
  .site-title {
    left: 10px;
  }
  .menu-toggle {
    right: 7px;
  }
  .site-title img {
    max-width: 100%;
  }
  .site-footer {
    display: none;
  }
}
@media (max-height: 400px) {
  .site-header {
    padding: 10px 30px 0;
    padding: 1rem 3rem 0;
  }
  .site-footer {
    display: none;
  }
  .primary-navigation a {
    font-size: 15px;
    line-height: 22px;
  }
}
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {
  body {
    /* Brute force since user agents all print differently. */
  
    background: none !important;
  }
}
/******************************************************************
VIDEO BG
******************************************************************/
.home .site-footer {
  background-color: transparent;
}
#videobg {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  /*
	background: url("images/mdl.jpg");
    */

  background-size: cover;
  -webkit-transition: opacity 0.3s, left 0.3s ease-out;
  -moz-transition: opacity 0.3s, left 0.3s ease-out;
  -o-transition: opacity 0.3s, left 0.3s ease-out;
  transition: opacity 0.3s, left 0.3s ease-out;
}
.iOS #videobg {
  position: absolute;
  top: 32px;
}
.iOS .toggled-on #videobg {
  display: none;
}
/*.play-button {
	display: none;
	height: 40px;
	width: 65px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -20px;
	cursor: pointer;
}

.play-button:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

.play-button:after {
	content: "";
	display: block;
	position: absolute;
	top: 10.5px;
	left: 24px;
	margin: 0 auto;
	border-style: solid;
	border-width: 9.5px 0 9.5px 17px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}*/
#vmplayer {
  z-index: 1;
  position: relative;
}
/******************************************************************
TABLES
******************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry table {
  background: none;
  border: none;
  box-shadow: none;
  width: auto;
}
.entry table tbody td {
  border: none;
  padding: 0;
}
#awards .year {
  padding-right: 5px;
  text-align: right;
  width: 135px;
}
#Exhibitions .year {
  padding-right: 5px;
  text-align: right;
  width: 60px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .photobio .alignright {
    float: none;
  }
}
.site-info {
  float: left;
}
#copyright {
  padding-right: 30px;
  height: 23px;
  overflow-y: hidden;
  float: right;
}
#copyright * {
  float: right;
}
