/*
Theme Name: Prinography
Theme URI: http://underscores.me/
Author: Andreas Vakalios
Author URI: http://andreasvakalios.gr
Description: Simple but smart photography theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prinography
Tags:

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.

Prinography is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Helvetica', 'Catamaran', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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 {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: 'Helvetica', 'Catamaran', sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@media all and (min-width: 1441px) {
  body,
  button,
  input,
  select,
  textarea {
    color: #000;
    font-family: 'Helvetica', 'Catamaran', sans-serif;
    font-size: 12px;
    font-size: 1rem;
    font-size: 110%;
    line-height: 1.2;
    font-weight: bold;
  }
}
@media all and (max-width: 1440px) and (min-width: 701px) {
  body,
  button,
  input,
  select,
  textarea {
    color: #000;
    font-family: 'Helvetica', 'Catamaran', sans-serif;
    font-size: 12px;
    font-size: 1rem;
    font-size: 100%;
    line-height: 1.2;
    font-weight: bold;
  }
}
@media all and (max-width: 700px) {
  body,
  button,
  input,
  select,
  textarea {
    color: #000;
    font-family: 'Helvetica', 'Catamaran', sans-serif;
    font-size: 12px;
    font-size: 1rem;
    font-size: 90%;
    line-height: 1.2;
    font-weight: bold;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h4 {
  font-weight: normal;
  position: fixed;
  z-index: 201;
}

h2 {
  font-size: 3.7em;
}

h3 {
  font-size: 2.8em;
}

h5 {
  font-size: 2.2em;
}

h6 {
  font-size: 1.6em;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 801px) {
  pre {
    /*background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;*/
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) and (min-width: 421px) {
  pre {
    /*background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;*/
    font-size: 16px;
    display: inline;
  }
}
@media screen and (max-width: 420px) {
  pre {
    /*background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;*/
    font-size: 12px;
    display: inline;
  }
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* 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/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
}

a:hover,
a:focus,
a:active {
  color: black;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/** scss variables **/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  display: none;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-header {
  display: none;
}

.pt-cv-view p, div, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.pt-cv-title {
  margin: 0;
}

.pt-cv-view .pt-cv-title {
  margin-bottom: 0px;
}

.pt-cv-custom-fields {
  margin: 0;
}

#left_nav {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 100;
  color: white;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-user-select: none;
  /* Safari, Chrome */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE */
  user-select: none;
  /* CSS3 */
}

#left_nav a {
  color: white;
  display: block;
  height: 100%;
  cursor: w-resize;
  cursor: url(img/arrow-left.png), auto;
  cursor: -webkit-image-set(url("img/arrow-left.png") 1x, url("img/arrow-left@2x.png") 2x), auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

#right_nav {
  position: fixed;
  right: 0px;
  top: 0;
  z-index: 100;
  color: white;
  width: 50%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-user-select: none;
  /* Safari, Chrome */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE */
  user-select: none;
  /* CSS3 */
}

#right_nav a {
  color: white;
  display: block;
  height: 100%;
  cursor: e-resize;
  cursor: url(img/arrow-right.png), auto;
  cursor: -webkit-image-set(url("img/arrow-right.png") 1x, url("img/arrow-right@2x.png") 2x), auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

#left_nav_audio {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: auto;
  color: white;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-user-select: none;
  /* Safari, Chrome */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE */
  user-select: none;
  /* CSS3 */
}

#left_nav_audio a {
  color: white;
  display: block;
  height: 100%;
  cursor: w-resize;
  cursor: url(img/arrow-left.png), auto;
  cursor: -webkit-image-set(url("img/arrow-left.png") 1x, url("img/arrow-left@2x.png") 2x), auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

#right_nav_audio {
  position: fixed;
  right: 0px;
  top: 0;
  z-index: auto;
  color: white;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  /* Safari, Chrome */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE */
  user-select: none;
  /* CSS3 */
}

#right_nav_audio a {
  color: white;
  display: block;
  height: 100%;
  cursor: e-resize;
  cursor: url(img/arrow-right.png), auto;
  cursor: -webkit-image-set(url("img/arrow-right.png") 1x, url("img/arrow-right@2x.png") 2x), auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.link_this {
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
}

.link_this:hover {
  color: blue;
}

/* sherlockth */
img {
  image-rendering: optimizeSpeed;
  /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;
  /* Firefox                        */
  image-rendering: -o-crisp-edges;
  /* Opera                          */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and eventually Safari) */
  image-rendering: -o-pixelated;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: pixelated;
  /* Chrome */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                           */
}

.pt-cv-content-item {
  height: 300px;
}

.pt-cv-content-item img {
  height: 96px;
}

.entry-content-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  /*margin-top: -3%;*/
  margin-top: -6vh;
}

.entry-content-photo p {
  margin: 0;
}

.entry-content-video {
  	/*display: flex;
    	align-items: center;
    	justify-content: center;
    	height: 100%;*/
  /*margin-top: -3%; */
  margin-top: -4vh;
}

.hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*height: 100%;*/
  height: calc(100vh - (2 * 24px));
}
@media (max-width: 700px) {
  .hentry {
    height: calc(100vh - (2 * 18px));
  }
}

.entry-content-photo img {
  opacity: 0;
}

.category-other .entry-content-photo img {
  /*max-width: 50vw;
  max-height: 50vh;*/
}

.category-small .entry-content-photo img {
  max-width: 40vw;
  max-height: 40vh;
}

.category-medium .entry-content-photo img {
  max-width: 50vw;
  max-height: 50vh;
}

.category-large .entry-content-photo img {
  max-width: 60vw;
  max-height: 60vh;
}

@media screen and (max-width: 319px) {
  .entry-content-photo img,
  .category-small .entry-content-photo img,
  .category-medium .entry-content-photo img,
  .category-large .entry-content-photo img {
    max-width: 280px !important;
    max-height: 280px !important;
  }
}
svg:not(:root) {
  vertical-align: middle;
  overflow: hidden;
}

.back-to-top {
  position: fixed;
  display: none;
  border: none;
  background: none;
  width: 20px;
  height: 19px;
  top: 24px;
  right: 24px;
  margin-right: -3px;
  padding: 0;
  outline: none;
  z-index: 11;
  /*sdfsd*/
}
@media (max-width: 700px) {
  .back-to-top {
    top: 18px;
    right: 18px;
  }
}

.back-to-top svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  #main #pt-cv-view-8b33924fag {
    margin-left: 0 !important;
  }

  .back-to-top {
    right: 18px;
  }
}
.page-id-293 .back-to-top {
  display: block;
}

.pt-cv-filter-bar:before {
  content: "Works by:";
  display: inline-block;
  /*width: 310px;*/
  width: 305px;
  font-weight: bold;
}

.breadcrumb.pt-cv-filter-bar > li + li:before {
  display: none;
}

.breadcrumb.pt-cv-filter-bar > li {
  padding-right: 5px;
}

.pt-cv-filter-bar li:first-child:after {
  content: "/";
  display: inline-block;
  font-weight: bold;
  color: #000;
  padding-left: 5px;
}

.pt-cv-filter-bar li.active a {
  position: relative;
}

.pt-cv-filter-bar li.active a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 119px;
  height: 3px;
  bottom: -5px;
  left: 0px;
  background: #000;
}

.pt-cv-filter-bar li:first-child.active a:after {
  width: 95px;
}

@media screen and (max-width: 1400px) {
  .pt-cv-filter-bar li.active a:after {
    width: 107px;
  }

  .pt-cv-filter-bar li:first-child.active a:after {
    width: 86px;
  }
}
@media screen and (max-width: 700px) {
  .pt-cv-filter-bar li.active a:after {
    width: 97px;
  }

  .pt-cv-filter-bar li:first-child.active a:after {
    width: 78px;
  }
}
@media screen and (max-width: 650px) {
  .pt-cv-filter-bar:before {
    width: auto;
  }
}
@media screen and (max-width: 380px) {
  .pt-cv-filter-bar:before {
    width: 300px;
    /**/
  }

  .breadcrumb.pt-cv-filter-bar > li:first-child a {
    padding-left: 0;
  }

  .pt-cv-filter-bar li:first-child.active a:after {
    left: 0;
  }
}
/** sticky index header **/
.breadcrumb.pt-cv-filter-bar {
  background: #fff;
  position: fixed;
  display: block;
  z-index: 10;
  width: 100%;
  top: 0;
  margin-top: -7px;
  padding-top: 24px;
  padding-bottom: 8px;
}
@media (max-width: 700px) {
  .breadcrumb.pt-cv-filter-bar {
    margin-top: -3px;
    padding-top: 18px;
    padding-bottom: 5px;
  }
}

.page-id-293 .site-main {
  padding-top: 43px;
}

/** end sticky index header **/
.edit-link {
  display: none;
}

#footer-sidebar3 p {
  margin-bottom: 0;
}

/** end sherlockth **/
/*--------------------------------------------------------------
## Audio player
--------------------------------------------------------------*/
.audio-controls {
  display: none;
}

.page-template .mejs-button {
  width: 18px;
}
.page-template .mejs-button > button {
  width: 17px;
  height: 17px;
  margin-top: 11px;
}
.page-template .mejs-time-hovered {
  display: none;
}
.page-template .mejs-controls .mejs-time-rail .mejs-time-current {
  -webkit-transform-origin: 1px 0;
          transform-origin: 1px 0;
}
.page-template .mejs-time-total {
  outline: 0;
}
.page-template .mejs-time-handle-content {
  opacity: 0;
}
.page-template .mejs-pause > button {
  background-position: 0 -15px;
}
.page-template .mejs-replay > button {
  background-position: 0 0;
}
.page-template .mejs-time {
  display: none;
}

.mejs-controls .mejs-button button {
  margin-left: 0 !important;
}

/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
  background: url("") !important;
  background-color: #fff !important;
  /*width: 300px !important;*/
  width: 384px !important;
}

/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
  color: #000 !important;
  display: none !important;
}

/* hide mute and volume buttons */
.mejs-volume-button {
  display: none !important;
}

.mejs-horizontal-volume-slider {
  display: none !important;
}

/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

/* use a sprite file with darker transport icons */
.mejs-controls .mejs-button button {
  background-image: url("controls_dark.svg") !important;
}

/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #000 !important;
}

/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff !important;
  border: 2px solid #000;
}

/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #000 !important;
}

@media screen and (min-width: 1901px) {
  .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 400px !important;
  }

  .mejs-controls,
  .mejs-mediaelement,
  .mejs-container {
    background: url("") !important;
    background-color: #fff !important;
    /*width: 300px !important;*/
    width: 445px !important;
  }
}
@media screen and (max-width: 1900px) and (min-width: 921px) {
  .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 350px !important;
  }
}
@media screen and (max-width: 920px) {
  .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 240px !important;
  }

  .mejs-controls div.mejs-time-rail {
    width: 243px !important;
  }

  .mejs-controls,
  .mejs-mediaelement,
  .mejs-container {
    background: url("") !important;
    background-color: #fff !important;
    width: 280px !important;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.about {
  max-width: 800px;
  margin: 22px 10px 1.5em 0;
  position: absolute;
  top: 0;
  left: 24px;
}
@media (max-width: 700px) {
  .about {
    margin-top: 16px;
    left: 18px;
  }
}

.about p {
  margin-bottom: .5em;
  margin-top: 0;
}

.about a {
  text-decoration: none;
}

.about a:hover {
  text-decoration: none;
}

.sticky {
  display: block;
}

.hentry {
  /*margin: 4vh 0 1.5em 4vh; */
  margin: 0;
  /* sherlockth */
}
@media (max-width: 700px) {
  .hentry {
    margin: 18px 0;
  }
}

#post-293.hentry {
  margin: 60px 0 1.5em 24px;
  display: block;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
@media (max-width: 700px) {
  #post-293.hentry {
    margin-top: 50px;
    margin-left: 18px;
  }
}

@media screen and (max-width: 700px) {
  #post-293.hentry {
    margin-top: 40px;
  }
}
@media screen and (max-width: 420px) {
  #post-872 pre {
    font-size: 3vw;
  }
}
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.entry-right {
  border: solid #333 1px;
  float: right;
}

.entry-content-photo {
  /*position: absolute;
  top: 46%;
  left: 50%;
  
  transform: translate(-50%, -50%);*/
  text-align: center;
}

.content-ph {
  max-height: 70vh;
  max-width: 70vw;
}

.entry-content-photo-pdf {
  position: absolute;
  top: 43%;
  left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 1500px;
  text-align: center;
}

.entry-content-photo img {
  display: block;
  max-width: 70vw;
  /*!important;*/
  max-height: 70vh;
  /*!important;*/
  width: auto;
  height: auto;
}

@media screen and (min-width: 551px) {
  .pdf_link_low {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 82%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
}
@media screen and (max-width: 550px) and (min-width: 421px) {
  .pdf_link_low {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 73%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
}
/** mobile **/
@media screen and (max-width: 420px) {
  .pdf_link_low {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 65%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
  }

  .hentry {
    margin: 0 0 1.5em 0;
    display: block;
    height: auto;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .entry-content-photo {
    position: fixed;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .entry-content-video {
    position: fixed;
    margin: 0 auto;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .entry-content-audio {
    position: fixed;
    top: 46%;
    left: 50%;
    margin-top: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.pdf_link_low a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 80%;
}

.pdf_link_low a:hover {
  text-decoration: none;
}

.pdf_link_low_portrait {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 83%;
  left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.pdf_link_low_portrait a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 80%;
}

.pdf_link_low_portrait a:hover {
  text-decoration: none;
}

.gallery-wrapper {
  position: fixed;
}

@media screen and (min-width: 551px) {
  .pdf_link_high {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
}
@media screen and (max-width: 550px) and (min-width: 421px) {
  .pdf_link_high {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
}
@media screen and (max-width: 420px) {
  .pdf_link_high {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 57%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
}
.pdf_link_high a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 80%;
}

.pdf_link_high a:hover {
  text-decoration: none;
}

@media (min-width: 801px) {
  .entry-content-video {
    /*position: fixed;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    max-height: 1500px;
    width: 33%;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .entry-content-video {
    /*position: fixed;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    max-height: 1500px;
    width: 66%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .entry-content-photo {
    margin: 0 auto;
    text-align: center;
  }

  .entry-content-photo img {
    max-width: 280px;
    max-height: 280px;
    width: auto;
    height: auto;
  }

  .category-other .entry-content-photo img {
    max-width: 50vw;
    max-height: 50vh;
  }

  .category-small .entry-content-photo img {
    max-width: 40vw;
    max-height: 40vh;
  }

  .category-medium .entry-content-photo img {
    max-width: 50vw;
    max-height: 50vh;
  }

  .category-large .entry-content-photo img {
    max-width: 60vw;
    max-height: 60vh;
  }
}
@media screen and (min-width: 1901px) {
  .entry-content-audio {
    /*position: absolute;
    top: 46%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    text-align: center;*/
    margin-top: -4vh;
  }
}
@media screen and (min-width: 921px) and (max-width: 1900px) {
  .entry-content-audio {
    /*position: absolute;
    top: 46%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    text-align: center;*/
    margin-top: -4vh;
  }
}
@media screen and (max-width: 920px) {
  .entry-content-audio {
    /*position: absolute;
    top: 46%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    text-align: center;*/
    margin-top: -4vh;
  }
}
.entry-content-text {
  position: absolute;
  margin: 0 24px 0 0;
  font-family: Georgia, serif;
  font-weight: normal;
  top: 24px;
  left: 24px;
}

.entry-content-text p:first-child {
  margin-top: 0;
}

@media (max-width: 700px) {
  .entry-content-text {
    margin: 0 18px 0 0;
    top: 18px;
    left: 18px;
  }
}
.black-text {
  display: inline;
  background: #000;
  word-break: break-word;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.ctp-wud-title {
  display: none;
}

.vimeo-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------
-------- FOOTER----------------------
--------------------------------------*/
#footer-sidebar {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.entry-footer {
  font-style: normal;
}
.entry-footer em {
  font-style: normal;
}

#footer-sidebar1 {
  float: left;
  width: 340px;
  margin: 0 5px 0 4em;
}

#footer-sidebar2 {
  float: left;
  width: 340px;
  margin-right: 5px;
}

#index-btn {
  font-style: normal;
}

#colophon {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 50px;
  width: 100px;
  z-index: 200;
}

@media (min-width: 701px) {
  .entry-footer {
    position: fixed;
    left: 24px;
    bottom: 24px;
    margin-bottom: -4px;
    width: 50%;
  }

  #footer-sidebar3 {
    width: 100px;
    text-align: right;
    margin: 0 0 -4px;
    position: absolute;
    z-index: 200;
    right: 24px;
    bottom: 24px;
  }
}
@media (max-width: 700px) {
  .entry-footer {
    position: fixed;
    left: 24px;
    right: auto;
    margin-bottom: -4px;
    bottom: 24px;
    width: 80%;
  }

  #footer-sidebar3 {
    width: 100px;
    text-align: right;
    margin: 0;
    position: fixed;
    z-index: 200;
    right: 24px;
    bottom: 24px;
    margin-bottom: -4px;
  }
}
@media (max-width: 480px) {
  .entry-footer {
    left: 18px;
    bottom: 18px;
  }
  .page-id-491 .entry-footer .unbreak {
    display: none;
  }

  #footer-sidebar {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
  }

  #footer-sidebar1 {
    float: left;
    width: 100px;
    margin: 0 5px 0 1em;
  }

  #footer-sidebar3 {
    right: 18px;
    bottom: 18px;
  }
}
/* PLUGINS---------------------- */
/* CONTENT VIEW----------------*/
@media screen and (min-width: 5001px) {
  /*.breadcrumb.pt-cv-filter-bar > li + li::before {
  	content: "" !important;
  	padding: 0 107px !important;
  }*/
}
@media screen and (max-width: 5000px) and (min-width: 1441px) {
  /*.breadcrumb.pt-cv-filter-bar > li + li::before {
  	content: "" !important;
  	padding: 0 107px !important;
  }*/
}
@media screen and (max-width: 1440px) and (min-width: 601px) {
  /*.breadcrumb.pt-cv-filter-bar > li + li::before {
  	content: "" !important;
  	padding: 0 112px !important;
  }*/
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  /*.breadcrumb.pt-cv-filter-bar > li + li::before {
  	content: "" !important;
  	padding: 0 10vw !important;
  }*/
}
.breadcrumb.pt-cv-filter-bar > li a {
  padding: 0;
}

/**************************************/
/***EXTRA STYLE CONTENT VIEWS****/
#pt-cv-view-8b33924fag .pt-cv-content-item {
  width: 305px !important;
}

#pt-cv-view-8b33924fag .pt-cv-page {
  counter-reset: postlist !important;
}

#pt-cv-view-8b33924fag .pt-cv-content-item .pt-cv-ctf-list:before {
  content: counter(postlist) "." !important;
  display: block !important;
  counter-increment: postlist !important;
}

#pt-cv-filter-bar-8b33924fag-category [data-value="category-4"] {
  display: none !important;
}

.pt-cv-wrapper .col-lg-1, .pt-cv-wrapper .col-lg-10, .pt-cv-wrapper .col-lg-11, .pt-cv-wrapper .col-lg-12, .pt-cv-wrapper .col-lg-2, .pt-cv-wrapper .col-lg-3, .pt-cv-wrapper .col-lg-4, .pt-cv-wrapper .col-lg-5, .pt-cv-wrapper .col-lg-6, .pt-cv-wrapper .col-lg-7, .pt-cv-wrapper .col-lg-8, .pt-cv-wrapper .col-lg-9, .pt-cv-wrapper .col-md-1, .pt-cv-wrapper .col-md-10, .pt-cv-wrapper .col-md-11, .pt-cv-wrapper .col-md-12, .pt-cv-wrapper .col-md-2, .pt-cv-wrapper .col-md-3, .pt-cv-wrapper .col-md-4, .pt-cv-wrapper .col-md-5, .pt-cv-wrapper .col-md-6, .pt-cv-wrapper .col-md-7, .pt-cv-wrapper .col-md-8, .pt-cv-wrapper .col-md-9, .pt-cv-wrapper .col-sm-1, .pt-cv-wrapper .col-sm-10, .pt-cv-wrapper .col-sm-11, .pt-cv-wrapper .col-sm-12, .pt-cv-wrapper .col-sm-2, .pt-cv-wrapper .col-sm-3, .pt-cv-wrapper .col-sm-4, .pt-cv-wrapper .col-sm-5, .pt-cv-wrapper .col-sm-6, .pt-cv-wrapper .col-sm-7, .pt-cv-wrapper .col-sm-8, .pt-cv-wrapper .col-sm-9, .pt-cv-wrapper .col-xs-1, .pt-cv-wrapper .col-xs-10, .pt-cv-wrapper .col-xs-11, .pt-cv-wrapper .col-xs-12, .pt-cv-wrapper .col-xs-2, .pt-cv-wrapper .col-xs-3, .pt-cv-wrapper .col-xs-4, .pt-cv-wrapper .col-xs-5, .pt-cv-wrapper .col-xs-6, .pt-cv-wrapper .col-xs-7, .pt-cv-wrapper .col-xs-8, .pt-cv-wrapper .col-xs-9 {
  padding-right: 40px;
}

.pt-cv-wrapper {
  /*max-width: 2300px;*/
  max-width: 2600px;
  margin: 0;
}

.pt-cv-thumbnail {
  margin-bottom: 20px !important;
}

.pt-cv-content-item {
  transition: all 0s ease 0s !important;
}

.pt-cv-ifield {
  font-size: 0.8em;
}

.pt-cv-ifield > *, .pt-cv-view .pt-cv-content-item > * {
  margin-bottom: 10px;
  padding-right: 20px;
}
