/*!
Theme Name: NowForm Elegance
Theme URI: http://underscores.me/
Author: Jatin Kukreja
Author URI: http://underscores.me/
Description: An elegant theme for Pranoy Sarkar photography
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nowform-elegance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

NowForm Elegance is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
@font-face {
  font-family: "Cochin";
  src: url("../../Cochin.ttf"); }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

.ps-heading {
  font-family: "Arimo", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 3.2;
  letter-spacing: 2px;
  color: #707070;
  text-transform: uppercase;
  margin: 0px; }
  .ps-heading.ps-section-title {
    margin-bottom: 25px; }

.ps-body {
  font-family: "Arimo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #707070;
  margin: 0px; }
  .ps-body p {
    margin-top: 0;
    margin-bottom: .9em; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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; }

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 https://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. */ }

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%; }

.ps-popup-image-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 80px 0;
  padding: 40px 0;
  display: flex;
  transition: .4s;
  transform: scale(0);
  opacity: 0;
  transform-origin: top; }
  .ps-popup-image-modal.visible {
    opacity: 1;
    transform: scale(1); }
    .ps-popup-image-modal.visible .ps-popup-image-block {
      opacity: 1; }
  .ps-popup-image-modal .ps-popup-image-block {
    width: auto;
    max-width: 80vw;
    position: relative;
    opacity: 0;
    transition: .3s;
    transition-delay: .4s; }
    .ps-popup-image-modal .ps-popup-image-block img {
      width: 100%; }
  .ps-popup-image-modal .back {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    /* background: black; */
    width: 20px;
    cursor: pointer;
    height: 20px; }
    .ps-popup-image-modal .back::before, .ps-popup-image-modal .back::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      background: #707070;
      top: 5px;
      transition: .3s; }
    .ps-popup-image-modal .back::before {
      transform: rotate(-45deg); }
    .ps-popup-image-modal .back::after {
      transform: rotate(45deg); }

@media only screen and (max-width: 767px) {
  .ps-popup-image-modal {
    padding: 40px 0; }
    .ps-popup-image-modal .ps-popup-image-block {
      width: calc(100vw - 40px);
      max-width: 100vw;
      position: absolute;
      left: auto;
      right: auto;
      top: 0px;
      margin-bottom: 60px; }
      .ps-popup-image-modal .ps-popup-image-block img {
        width: 100%; }
      .ps-popup-image-modal .ps-popup-image-block .back {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        margin: 35px 0 20px auto; } }
@media only screen and (min-width: 768px) {
  .ps-popup-image-modal.visible .ps-popup-image-block {
    position: absolute;
    left: auto;
    right: auto;
    top: 94px;
    margin-bottom: 94px; } }
/*--------------------------------------------------------------
# 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:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    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; }
  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; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.ps-contact-form p {
  margin: 0px;
  margin-bottom: 14px; }
.ps-contact-form input {
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0px;
  outline: none;
  transition: .3s;
  font-size: 10px;
  color: #707070;
  background: none;
  width: 100%;
  line-height: 32px;
  padding: 0px; }
  .ps-contact-form input:focus {
    border-color: #000;
    color: #000; }
.ps-contact-form input[type="submit"] {
  width: 170px;
  border: 1px solid #707070;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #707070;
  cursor: pointer;
  transition: .3s; }
  .ps-contact-form input[type="submit"]:hover {
    background: #707070;
    color: #fff; }
.ps-contact-form textarea {
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0px;
  outline: none;
  transition: 0s;
  font-size: 10px;
  color: #707070;
  padding: 0px;
  resize: none;
  height: 33px;
  background: none;
  line-height: 32px;
  max-height: 200px;
  overflow: scroll;
  overflow: overlay;
  min-height: 33px; }
  .ps-contact-form textarea:focus {
    border-color: #000; }
.ps-contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff; }
  .ps-contact-form label.focused .ps-label-text {
    top: -8px;
    color: #000; }
  .ps-contact-form label.touched .ps-label-text {
    top: -8px; }
  .ps-contact-form label .ps-label-text {
    position: absolute;
    top: 12px;
    font-size: 10px;
    color: #707070;
    left: 0px;
    background: #fff;
    z-index: 1;
    transition: .3s; }
.ps-contact-form span.wpcf7-not-valid-tip {
  font-size: 10px;
  padding-top: 2px;
  font-style: italic; }
.ps-contact-form div.wpcf7-validation-errors, .ps-contact-form div.wpcf7-acceptance-missing,
.ps-contact-form div.wpcf7-mail-sent-ok {
  margin: 0px;
  font-size: 10px;
  border: 0px solid #707070;
  padding: 20px 0;
  color: #000; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

a.ps-back-arrow {
  width: 20px;
  display: inline-block;
  position: relative;
  height: 12px;
  margin-bottom: 15px; }
  a.ps-back-arrow:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 1px;
    /* display: block; */
    border-bottom: 1px solid #979797;
    border-left: 1px solid #979797;
    top: 50%;
    left: 1px;
    transform: translateY(-1px); }
  a.ps-back-arrow:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    /* display: block; */
    transform: rotate(45deg);
    border-bottom: 1px solid #979797;
    border-left: 1px solid #979797;
    top: 1px;
    left: 2px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.ps-header {
  padding: 50px 72px;
  display: flex;
  align-items: center;
  transition: .3s; }
  .ps-header .site-title {
    margin: 0px; }
    .ps-header .site-title > a {
      font-size: 16px;
      letter-spacing: 4px;
      color: #707070;
      font-family: "Cochin";
      text-decoration: none;
      margin-right: 35px;
      text-transform: uppercase; }
  .ps-header.fixed {
    position: fixed;
    background: #fff;
    z-index: 2;
    width: 100%;
    left: 0px;
    top: 0px; }
  .ps-header.scrolled {
    padding: 30px 72px;
    transition: .5s;
    transform: translateY(-100%); }
  .ps-header.slide {
    transform: translateY(0%); }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: auto; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    padding: 0px 25px; }
  .main-navigation li.current-menu-item a {
    text-decoration: underline; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-family: "Arimo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #707070;
    transition: .3s; }
    .main-navigation a:hover {
      text-decoration: underline; }

/* Small menu. */
a.menu-toggle {
  display: none; }

.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 992px) {
  .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%; }

@media screen and (max-width: 991px) {
  .ps-header {
    padding: 30px 30px;
    display: flex; }
    .ps-header.scrolled {
      padding: 30px 30px; }
    .ps-header .main-navigation {
      margin-left: auto;
      display: flex;
      right: -100%;
      height: 100vh;
      width: 100%;
      position: fixed;
      top: 0%;
      transition: .5s; }
      .ps-header .main-navigation a.menu-toggle {
        display: block;
        /* background: black; */
        width: 20px;
        height: 14px;
        border-bottom: 1px solid #707070;
        border-top: 1px solid #707070;
        margin-left: auto;
        cursor: pointer;
        position: relative;
        transition: .3s;
        position: fixed;
        top: 34px;
        right: 30px; }
        .ps-header .main-navigation a.menu-toggle::before, .ps-header .main-navigation a.menu-toggle::after {
          content: '';
          width: 100%;
          height: 1px;
          position: absolute;
          background: #707070;
          top: 5px;
          transition: .3s; }
        .ps-header .main-navigation a.menu-toggle.active {
          border: 1px solid transparent; }
          .ps-header .main-navigation a.menu-toggle.active::before {
            transform: rotate(-45deg); }
          .ps-header .main-navigation a.menu-toggle.active::after {
            transform: rotate(45deg); }

  .main-navigation.mobile-active {
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: white;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-navigation.mobile-active li {
      margin-bottom: 30px; }
    .main-navigation.mobile-active ul {
      height: 100%;
      width: 100%;
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center; } }
@media screen and (max-width: 808px) {
  .ps-header .site-title a {
    margin-right: 0px; }

  .main-navigation li {
    padding: 0px 15px; } }
@media only screen and (max-width: 767px) {
  .ps-header, .ps-header.scrolled {
    padding: 30px 20px; }

  .ps-header .main-navigation a.menu-toggle {
    right: 20px; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
    clip-path: none;
    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; }

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px; }
  .row.fluid {
    margin-right: -0.5%;
    margin-left: -0.5%; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px; }
  .col-1.fluid, .col-2.fluid, .col-3.fluid, .col-4.fluid, .col-5.fluid, .col-6.fluid, .col-7.fluid, .col-8.fluid, .col-9.fluid, .col-10.fluid, .col-11.fluid, .col-12.fluid, .col.fluid,
  .col-auto.fluid, .col-sm-1.fluid, .col-sm-2.fluid, .col-sm-3.fluid, .col-sm-4.fluid, .col-sm-5.fluid, .col-sm-6.fluid, .col-sm-7.fluid, .col-sm-8.fluid, .col-sm-9.fluid, .col-sm-10.fluid, .col-sm-11.fluid, .col-sm-12.fluid, .col-sm.fluid,
  .col-sm-auto.fluid, .col-md-1.fluid, .col-md-2.fluid, .col-md-3.fluid, .col-md-4.fluid, .col-md-5.fluid, .col-md-6.fluid, .col-md-7.fluid, .col-md-8.fluid, .col-md-9.fluid, .col-md-10.fluid, .col-md-11.fluid, .col-md-12.fluid, .col-md.fluid,
  .col-md-auto.fluid, .col-lg-1.fluid, .col-lg-2.fluid, .col-lg-3.fluid, .col-lg-4.fluid, .col-lg-5.fluid, .col-lg-6.fluid, .col-lg-7.fluid, .col-lg-8.fluid, .col-lg-9.fluid, .col-lg-10.fluid, .col-lg-11.fluid, .col-lg-12.fluid, .col-lg.fluid,
  .col-lg-auto.fluid, .col-xl-1.fluid, .col-xl-2.fluid, .col-xl-3.fluid, .col-xl-4.fluid, .col-xl-5.fluid, .col-xl-6.fluid, .col-xl-7.fluid, .col-xl-8.fluid, .col-xl-9.fluid, .col-xl-10.fluid, .col-xl-11.fluid, .col-xl-12.fluid, .col-xl.fluid,
  .col-xl-auto.fluid {
    padding-right: 0.5%;
    padding-left: 0.5%; }

@media (max-width: 767px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-xs-0 {
    margin-left: 0; }

  .offset-xs-1 {
    margin-left: 8.333333%; }

  .offset-xs-2 {
    margin-left: 16.666667%; }

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

  .offset-xs-4 {
    margin-left: 33.333333%; }

  .offset-xs-5 {
    margin-left: 41.666667%; }

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

  .offset-xs-7 {
    margin-left: 58.333333%; }

  .offset-xs-8 {
    margin-left: 66.666667%; }

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

  .offset-xs-10 {
    margin-left: 83.333333%; }

  .offset-xs-11 {
    margin-left: 91.666667%; } }
@media (max-width: 991px) and (min-width: 767px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

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

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

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

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

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

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .offset-1 {
    margin-left: 8.333333%; }

  .offset-2 {
    margin-left: 16.666667%; }

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

  .offset-4 {
    margin-left: 33.333333%; }

  .offset-5 {
    margin-left: 41.666667%; }

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

  .offset-7 {
    margin-left: 58.333333%; }

  .offset-8 {
    margin-left: 66.666667%; }

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

  .offset-10 {
    margin-left: 83.333333%; }

  .offset-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

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

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

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

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

.bypostauthor {
  display: block; }

.ps-wrapper {
  margin: auto;
  padding: 0px 72px; }
  .ps-wrapper.floating {
    float: left;
    width: 100%; }

.site-main {
  margin-top: 125px; }

.front-banner img {
  width: auto;
  height: calc(100vh - 174px); }

.front-banner img.mobile {
  display: none; }

.front-banner .desktop {
  display: flex; }
  .front-banner .desktop.two-images {
    overflow: hidden; }
    .front-banner .desktop.two-images img:first-child {
      margin-right: 5px; }

.ps-fade-image {
  opacity: 0;
  transition: 1s; }
  .ps-fade-image.loaded {
    opacity: 1; }
  .ps-fade-image.from-down {
    transform: translateY(50px); }
    .ps-fade-image.from-down.loaded {
      opacity: 1;
      transform: translateY(0); }

img.lazy-load {
  opacity: .4;
  transition: 1.3s;
  transition-delay: .2s;
  transform: translateY(50px); }
  img.lazy-load.is-loaded {
    transform: unset;
    opacity: 1; }

@media only screen and (max-width: 991px) {
  .ps-wrapper {
    padding: 0px 30px; }

  .site-main {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .ps-wrapper {
    padding: 0px 20px; }

  .space-bottom-sm {
    margin-bottom: 40px; }

  .front-banner img.mobile {
    display: block;
    width: 100%;
    height: auto; }

  .front-banner .desktop {
    display: none; } }
/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Stories template
--------------------------------------------------------------*/
.ps-story-item {
  transition: .3s;
  float: left;
  min-width: 25%;
  margin-bottom: 1%; }
  .ps-story-item h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.5;
    flex-direction: column; }
    .ps-story-item h1 span {
      width: 150px;
      text-align: center; }
      .ps-story-item h1 span.date p {
        margin: 0px; }
  .ps-story-item a {
    display: block;
    text-decoration: none;
    transition: .3s;
    position: relative;
    height: 100%; }
    .ps-story-item a:hover {
      cursor: pointer; }
      .ps-story-item a:hover h1 {
        opacity: 1; }
  .ps-story-item img {
    display: block;
    width: 100%;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0;
    height: 100%;
    object-fit: cover;
    background: #ccc; }
  .ps-story-item.loaded img {
    transform: translateY(0px);
    opacity: 1;
    background: #ddd; }

/* 
    SINGLE STORY PAGE
*/
.story-single article {
  position: relative; }
.story-single .entry-header {
  position: relative; }
  .story-single .entry-header > .entry-title {
    display: inline-block;
    width: 40px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    color: #707070; }
.story-single .entry-content {
  text-align: right; }
  .story-single .entry-content p {
    margin: 0px;
    font-size: 0px; }
  .story-single .entry-content img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    height: 390px;
    width: auto;
    background: #ddd; }
.story-single .gallery {
  margin-left: -1.5px;
  margin-right: -1.5px; }
  .story-single .gallery .gallery-item {
    padding: 0 1.5px;
    width: auto; }
.story-single .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0; }
  .story-single .navigation p {
    height: auto;
    margin: 0;
    flex: 1; }
    .story-single .navigation p:first-child {
      text-align: left; }
  .story-single .navigation a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    color: #707070;
    text-decoration: none; }
    .story-single .navigation a:hover {
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .story-single .navigation {
    margin-top: 10px;
    margin-bottom: 30px; }
  .story-single .entry-content img {
    display: inline-block;
    margin-bottom: 20px;
    height: auto;
    width: 100%; }
  .story-single .entry-header {
    position: relative; }
  .story-single .gallery {
    margin-left: -1.5px;
    margin-right: -1.5px; }
    .story-single .gallery .gallery-item {
      padding: 1.5px;
      margin: 0; }
      .story-single .gallery .gallery-item img {
        height: auto;
        width: 100%; }

  .ps-story-item {
    padding: 0px;
    margin-bottom: 20px; }
    .ps-story-item h1 {
      position: relative;
      opacity: 1;
      align-items: center;
      justify-content: flex-start;
      text-decoration: none;
      margin-top: 2px;
      background: none;
      flex-direction: column; }
      .ps-story-item h1 span {
        width: 100%;
        text-align: left;
        border: 0;
        text-decoration: none; }
        .ps-story-item h1 span.date p {
          margin: 0px; }
    .ps-story-item a {
      height: auto; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .story-single .entry-header {
    position: fixed;
    top: 97px;
    left: 30px; } }
@media only screen and (min-width: 992px) {
  .story-single .entry-content img {
    height: 520px; }
  .story-single .entry-header {
    position: fixed;
    top: 127px;
    left: 72px; } }
@media only screen and (min-width: 1280px) {
  .story-single .entry-content img {
    height: 700px; } }
@media only screen and (min-width: 2091px) {
  .story-single .entry-content img {
    height: 990px; } }
/*--------------------------------------------------------------
# Singles template
--------------------------------------------------------------*/
/* 
    SINGLE STORY PAGE
*/
.singles-page article {
  position: relative;
  text-align: right; }
.singles-page .singles-item {
  display: inline-block;
  font-size: 0px;
  text-align: right; }
  .singles-page .singles-item p {
    margin: 0px;
    font-size: 0px; }
  .singles-page .singles-item img {
    display: inline-block;
    height: 390px;
    width: auto;
    background: #ddd; }
  .singles-page .singles-item .title {
    text-transform: uppercase;
    font-family: "Arimo", sans-serif;
    font-size: 10px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #707070;
    margin: 0px;
    margin-top: 5px; }
    .singles-page .singles-item .title.date {
      margin: 0px 0px 17px 0px; }
      .singles-page .singles-item .title.date p {
        font-family: "Arimo", sans-serif;
        font-size: 10px;
        text-align: left;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 2px;
        color: #707070;
        margin: 0px; }
.singles-page .gallery {
  margin-left: -1.5px;
  margin-right: -1.5px; }
  .singles-page .gallery .gallery-item {
    padding: 1.5px;
    width: auto; }

@media only screen and (max-width: 767px) {
  .singles-page .singles-item {
    display: block; }
    .singles-page .singles-item img {
      display: inline-block;
      margin-bottom: 10px;
      height: auto;
      width: 100%; }
    .singles-page .singles-item .title {
      margin: 0;
      width: 100%; }
  .singles-page .entry-header {
    position: relative; }
  .singles-page .gallery {
    margin-left: -1.5px;
    margin-right: -1.5px; }
    .singles-page .gallery .gallery-item {
      padding: 1.5px; }
      .singles-page .gallery .gallery-item img {
        height: auto;
        width: 100%; } }
@media only screen and (min-width: 992px) {
  .singles-page .singles-item img {
    height: 520px; } }
@media only screen and (min-width: 1280px) {
  .singles-page .singles-item img {
    height: 700px; } }
@media only screen and (min-width: 2091px) {
  .singles-page .singles-item img {
    height: 990px; } }
/*--------------------------------------------------------------
# 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%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## 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: 0; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0; }
  .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; }

/*# sourceMappingURL=style.css.map */
