@charset "UTF-8";
/**
Theme Name: Viewed
Theme URI: https://press75.com/viewed
Author: Press75
Author URI: http://www.press75.com/
Description: A full-screen photography theme, Viewed is great for anyone looking to publish their photos using WordPress. Viewed is also a fully responsive theme which means that your site & photos will look amazing on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viewed
Tags: right-sidebar
*/
/* Variables
----------------------------------------------- */
/* Fonts */
/* Links */
/* Borders */
/* Sidebar */
/* Entry Footer */
/* Entry Categories */
/* Entry Pagination */
/* =Mixins
-------------------------------------------------------------- */
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Grid System
----------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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-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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Extra small grid
----------------------------------------------- */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.pad-xs-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-xs-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pad-xs-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pad-xs-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pad-xs-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.pad-xs-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.pad-xs-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.pad-xs-120 {
  padding-left: 120px;
  padding-right: 120px;
}

/* Small grid
----------------------------------------------- */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .pad-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pad-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pad-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pad-sm-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pad-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pad-sm-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .pad-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .pad-sm-105 {
    padding-left: 105px;
    padding-right: 105px;
  }

  .pad-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* Medium grid
----------------------------------------------- */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .pad-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pad-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pad-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pad-md-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pad-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pad-md-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .pad-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .pad-md-105 {
    padding-left: 105px;
    padding-right: 105px;
  }

  .pad-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* Large grid
----------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .pad-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pad-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pad-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pad-lg-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pad-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pad-lg-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .pad-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .pad-lg-105 {
    padding-left: 105px;
    padding-right: 105px;
  }

  .pad-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* Basic Setup
----------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;
}

p {
  color: #464646;
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.sticky,
.bypostauthor,
.gallery-caption {
  display: block;
}

.wp-caption-text,
.gallery-caption {
  margin: 0 0 40px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #472650;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
a:focus, a:hover {
  color: #946f98;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

strong {
  font-weight: bold;
}

blockquote {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

q {
  padding: 4px 8px;
}

cite,
q {
  font-style: italic;
}

.icon {
  width: 14px;
  height: 14px;
}

iframe {
  margin: 0 0 20px;
  width: 100%;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  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. */
}

object,
.PDS_Poll,
.wp-audio-shortcode {
  display: block;
  margin: 0 0 20px;
}

.instagram-media {
  margin: 0 0 20px !important;
}

/* Helper Classes
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}
tr .visible-xs {
  display: none !important;
}
th .visible-xs, td .visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr .visible-xs {
    display: table-row !important;
  }
  th .visible-xs, td .visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr .visible-xs.visible-sm {
    display: table-row !important;
  }
  th .visible-xs.visible-sm, td .visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr .visible-xs.visible-md {
    display: table-row !important;
  }
  th .visible-xs.visible-md, td .visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr .visible-xs.visible-lg {
    display: table-row !important;
  }
  th .visible-xs.visible-lg, td .visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}
tr .visible-sm {
  display: none !important;
}
th .visible-sm, td .visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr .visible-sm.visible-xs {
    display: table-row !important;
  }
  th .visible-sm.visible-xs, td .visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr .visible-sm {
    display: table-row !important;
  }
  th .visible-sm, td .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr .visible-sm.visible-md {
    display: table-row !important;
  }
  th .visible-sm.visible-md, td .visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr .visible-sm.visible-lg {
    display: table-row !important;
  }
  th .visible-sm.visible-lg, td .visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}
tr .visible-md {
  display: none !important;
}
th .visible-md, td .visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr .visible-md.visible-xs {
    display: table-row !important;
  }
  th .visible-md.visible-xs, td .visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr .visible-md.visible-sm {
    display: table-row !important;
  }
  th .visible-md.visible-sm, td .visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr .visible-md {
    display: table-row !important;
  }
  th .visible-md, td .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr .visible-md.visible-lg {
    display: table-row !important;
  }
  th .visible-md.visible-lg, td .visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}
tr .visible-lg {
  display: none !important;
}
th .visible-lg, td .visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr .visible-lg.visible-xs {
    display: table-row !important;
  }
  th .visible-lg.visible-xs, td .visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr .visible-lg.visible-sm {
    display: table-row !important;
  }
  th .visible-lg.visible-sm, td .visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr .visible-lg.visible-md {
    display: table-row !important;
  }
  th .visible-lg.visible-md, td .visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr .visible-lg {
    display: table-row !important;
  }
  th .visible-lg, td .visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}
tr .hidden-xs {
  display: table-row !important;
}
th .hidden-xs, td .hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr .hidden-xs {
    display: none !important;
  }
  th .hidden-xs, td .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr .hidden-xs.hidden-sm {
    display: none !important;
  }
  th .hidden-xs.hidden-sm, td .hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr .hidden-xs.hidden-md {
    display: none !important;
  }
  th .hidden-xs.hidden-md, td .hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr .hidden-xs.hidden-lg {
    display: none !important;
  }
  th .hidden-xs.hidden-lg, td .hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}
tr .hidden-sm {
  display: table-row !important;
}
th .hidden-sm, td .hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr .hidden-sm.hidden-xs {
    display: none !important;
  }
  th .hidden-sm.hidden-xs, td .hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr .hidden-sm {
    display: none !important;
  }
  th .hidden-sm, td .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr .hidden-sm.hidden-md {
    display: none !important;
  }
  th .hidden-sm.hidden-md, td .hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr .hidden-sm.hidden-lg {
    display: none !important;
  }
  th .hidden-sm.hidden-lg, td .hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}
tr .hidden-md {
  display: table-row !important;
}
th .hidden-md, td .hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr .hidden-md.hidden-xs {
    display: none !important;
  }
  th .hidden-md.hidden-xs, td .hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr .hidden-md.hidden-sm {
    display: none !important;
  }
  th .hidden-md.hidden-sm, td .hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr .hidden-md {
    display: none !important;
  }
  th .hidden-md, td .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr .hidden-md.hidden-lg {
    display: none !important;
  }
  th .hidden-md.hidden-lg, td .hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}
tr .hidden-lg {
  display: table-row !important;
}
th .hidden-lg, td .hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr .hidden-lg.hidden-xs {
    display: none !important;
  }
  th .hidden-lg.hidden-xs, td .hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr .hidden-lg.hidden-sm {
    display: none !important;
  }
  th .hidden-lg.hidden-sm, td .hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr .hidden-lg.hidden-md {
    display: none !important;
  }
  th .hidden-lg.hidden-md, td .hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr .hidden-lg {
    display: none !important;
  }
  th .hidden-lg, td .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}
tr .visible-print {
  display: none !important;
}
th .visible-print, td .visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr .visible-print {
    display: table-row !important;
  }
  th .visible-print, td .visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }
  tr .hidden-print {
    display: none !important;
  }
  th .hidden-print, td .hidden-print {
    display: none !important;
  }
}
/* Icons
----------------------------------------------- */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* Social Icons */
.social-icons .icon-twitter-with-circle, .social-icons
.icon-facebook-with-circle, .social-icons
.icon-instagram-with-circle, .social-icons
.icon-youtube-with-circle {
  fill: #a1a1a4;
  height: 50px;
  width: 50px;
  padding: 0 5px;
  -webkit-transition: fill 0.15s ease-in-out;
       -o-transition: fill 0.15s ease-in-out;
          transition: fill 0.15s ease-in-out;
}
.social-icons .icon-twitter-with-circle:hover, .social-icons
.icon-facebook-with-circle:hover, .social-icons
.icon-instagram-with-circle:hover, .social-icons
.icon-youtube-with-circle:hover {
  fill: #946f98;
  -webkit-transition: fill 0.15s ease-in-out;
       -o-transition: fill 0.15s ease-in-out;
          transition: fill 0.15s ease-in-out;
}
@media (min-width: 782px) {
  .social-icons .icon-twitter-with-circle, .social-icons
  .icon-facebook-with-circle, .social-icons
  .icon-instagram-with-circle, .social-icons
  .icon-youtube-with-circle {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
  }
}

/* Navicon */
.navicon {
  /*background: #f4f4f4;*/
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 26px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: background 0.5s ease-in-out;
       -o-transition: background 0.5s ease-in-out;
          transition: background 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 782px) {
  .navicon {
    padding: 38px 20px;
  }
}
.navicon:focus {
  outline: none;
}
.navicon:focus .navicon__top,
.navicon:focus .navicon__middle,
.navicon:focus .navicon__bottom {
  background: #946f98;
}
.nav-active .navicon {
  background: none;
  -webkit-transition: background 0.9s ease-in-out;
       -o-transition: background 0.9s ease-in-out;
          transition: background 0.9s ease-in-out;
}

.navicon__container {
  float: right;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
  width: 30px;
}

.navicon__top,
.navicon__middle,
.navicon__bottom {
  background: #464646;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
  width: 100%;
}

.navicon__top {
  top: -4px;
}

.navicon__middle {
  top: 6px;
}

.navicon__bottom {
  top: 16px;
}

.navicon--close .navicon__top {
  top: 8px;
  -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
       -o-transform: rotate(48deg);
          transform: rotate(48deg);
}

.navicon--close .navicon__middle {
  opacity: 0;
}

.navicon--close .navicon__bottom {
  top: 8px;
  -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
       -o-transform: rotate(-48deg);
          transform: rotate(-48deg);
}

/* Buttons
----------------------------------------------- */
.btn,
a.btn,
.entry-content a.btn {
  background: none;
  border: none;
  border-bottom: 2px solid #602966;
  color: #602966;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 0 8px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.btn:focus, .btn:hover,
a.btn:focus,
a.btn:hover,
.entry-content a.btn:focus,
.entry-content a.btn:hover {
  border-bottom-color: #946f98;
  color: #946f98;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

.btn--arrow:after,
a.btn--arrow:after {
  content: "\f344";
  font-family: 'dashicons';
  margin-left: 10px;
  vertical-align: middle;
}

/* Typography
----------------------------------------------- */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #472650;
  font-family: "Montserrat", sans-serif;
}
.entry-content h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 45px;
}
@media (min-width: 782px) {
  .entry-content h1 {
    font-size: 52px;
  }
}
.entry-content h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 45px;
}
@media (min-width: 782px) {
  .entry-content h2 {
    font-size: 42px;
  }
}
.entry-content h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
@media (min-width: 782px) {
  .entry-content h3 {
    font-size: 32px;
  }
}
.entry-content h4 {
  font-size: 22px;
  margin-bottom: 40px;
}
@media (min-width: 782px) {
  .entry-content h4 {
    font-size: 28px;
  }
}
.entry-content h5 {
  font-size: 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content h6 {
  color: #363636;
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media (min-width: 782px) {
  .entry-content h6 {
    font-size: 25px;
  }
}
.entry-content p,
.entry-content address,
.entry-content pre,
.entry-content hr,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content dd,
.entry-content table {
  margin-bottom: 25px;
}
.entry-content hr {
  border-color: #f4f4f4;
}
.entry-content strong,
.entry-content dt,
.entry-content b {
  font-weight: 700;
}
.entry-content em {
  font-style: italic;
}
.entry-content table,
.entry-content th,
.entry-content td {
  border: 1px solid #eaeaea;
}
.entry-content p {
  font-size: 16px;
  margin-bottom: 56px;
}
.entry-content p a {
  color: #472650;
  text-decoration: underline;
}
.entry-content p a:visited {
  color: #472650;
}
.entry-content p a:focus, .entry-content p a:hover {
  color: #946f98;
}
.entry-content table {
  width: 100%;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px;
}
.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
}
.entry-content th {
  font-weight: 700;
  border-width: 0 1px 1px 0;
}
.entry-content td {
  border-width: 0 1px 1px 0;
}
.entry-content th,
.entry-content td {
  padding: .4em;
}
.entry-content ol,
.entry-content ul {
  margin-left: 20px;
}
.entry-content ol {
  margin-bottom: 56px;
}
.entry-content ol li {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  list-style-type: decimal;
  margin-bottom: 10px;
  padding-left: 20px;
}
.entry-content ol li ol {
  margin-bottom: 0;
}
.entry-content ul {
  margin-bottom: 56px;
}
.entry-content ul li {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  list-style-type: disc;
  margin-bottom: 15px;
  padding-left: 20px;
}
.entry-content ul li ul {
  margin-bottom: 0;
}
.entry-content dl {
  margin-bottom: 56px;
}
.entry-content dl dt, .entry-content dl dd {
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  list-style-type: disc;
  margin-bottom: 15px;
  padding-left: 20px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content blockquote {
  margin-bottom: 80px;
  padding: 60px 0 80px;
  position: relative;
}
.entry-content blockquote:before {
  color: #946f98;
  content: '“';
  font-family: "Montserrat", sans-serif;
  font-size: 250px;
  font-weight: 700;
  left: -20px;
  position: absolute;
  top: -30px;
}
.entry-content blockquote p {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  margin: 56px 0 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .entry-content blockquote p {
    font-size: 55px;
  }
}
.entry-content blockquote p:before {
  border-top: 4px solid #472650;
  content: "";
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: -80px;
  width: 200px;
}
.entry-content blockquote p:after {
  border-top: 4px solid #472650;
  bottom: -80px;
  content: "";
  left: 50%;
  margin-left: -100px;
  position: absolute;
  width: 200px;
}
.entry-content blockquote cite {
  color: #472650;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.entry-content .blockquote-secondary,
.entry-content blockquote.blockquote-secondary {
  background: #f4f4f4;
  margin-bottom: 56px;
  padding: 40px;
  position: relative;
}
.entry-content .blockquote-secondary:before,
.entry-content blockquote.blockquote-secondary:before {
  color: #946f98;
  content: '“';
  font-family: "Montserrat", sans-serif;
  font-size: 250px;
  font-weight: 700;
  left: 20px;
  position: absolute;
  top: -50px;
}
.entry-content .blockquote-secondary p,
.entry-content blockquote.blockquote-secondary p {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  margin: 56px 0 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .entry-content .blockquote-secondary p,
  .entry-content blockquote.blockquote-secondary p {
    font-size: 55px;
  }
}
.entry-content .blockquote-secondary p:before, .entry-content .blockquote-secondary p:after,
.entry-content blockquote.blockquote-secondary p:before,
.entry-content blockquote.blockquote-secondary p:after {
  border: none;
}
.entry-content .blockquote-secondary p:last-of-type,
.entry-content blockquote.blockquote-secondary p:last-of-type {
  margin-top: 0;
}
.entry-content .blockquote-secondary cite,
.entry-content blockquote.blockquote-secondary cite {
  color: #472650;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.entry-content .alignleft {
  float: left;
  margin: 0 45px 25px 0;
}
.entry-content .alignright {
  float: right;
}
.entry-content .aligncenter {
  margin: 0 auto;
}
.entry-content .wp-caption {
  border: none;
  max-width: 100% !important;
  padding: 0;
  position: relative;
}
.entry-content .wp-caption-text {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  left: 0;
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.entry-content address p {
  margin-bottom: 0;
}
.entry-content pre {
  font-family: monospace;
  display: block;
  margin: 15px 0;
  padding: 15px;
  white-space: pre;
  background: #fbfbfb;
}
.entry-content sub,
.entry-content sup {
  font-size: 11px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content sup {
  top: -.5em;
}
.entry-content sub {
  bottom: -.25em;
}
.entry-content table a:link {
  color: #472650;
  text-decoration: none;
}
.entry-content table {
  background: #f4f4f4;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0;
}
.entry-content table th {
  background: #ffffff;
  border-top: 1px solid #a1a1a4;
  border-bottom: 1px solid #a1a1a4;
  padding: 21px 25px 22px 25px;
}
.entry-content table th:first-child {
  text-align: left;
  padding-left: 20px;
}
.entry-content table tr {
  text-align: left;
  padding-left: 20px;
}
.entry-content table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
.entry-content table td {
  background: #ffffff;
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #a1a1a4;
  border-left: 1px solid #a1a1a4;
}
.entry-content table tr.even td {
  background: #ffffff;
}
.entry-content table tr:last-child td {
  border-bottom: 0;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
   -o-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* =Layout
----------------------------------------------- */
.site {
  border: 20px solid #ffffff;
  overflow: hidden;
}
@media (min-width: 782px) {
  .site {
    border: 30px solid #ffffff;
  }
}
.page-template-default .site, .post-template-default .site, .error404 .site, .archive .site, .blog .site, .search .site {
  border: none;
}
.tax-filter .site, .post-type-archive-portfolio .site {
  border: 20px solid #ffffff;
}
@media (min-width: 782px) {
  .tax-filter .site, .post-type-archive-portfolio .site {
    border: 30px solid #ffffff;
  }
}

.site-main {
  padding: 0;
}

.content-area {
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 40px;
}
.content-area:before, .content-area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-area:after {
  clear: both;
}
.post-type-archive-portfolio .content-area, .tax-filter .content-area {
  padding: 0;
}
.single-portfolio .content-area {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 782px) {
  .single-portfolio .content-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* =Header
----------------------------------------------- */
.site-header {
  background: none;
  padding: 15px 0;
  width: 100%;
}
.page-template-default .site-header, .post-template-default .site-header, .error404 .site-header, .archive .site-header, .blog .site-header, .search .site-header {
  padding: 25px 10px;
  position: absolute;
}
@media (min-width: 782px) {
  .page-template-default .site-header, .post-template-default .site-header, .error404 .site-header, .archive .site-header, .blog .site-header, .search .site-header {
    padding: 45px 30px;
  }
}
.tax-filter .site-header, .post-type-archive-portfolio .site-header {
  padding: 15px 0;
  position: relative;
}

.site-header__inner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 782px) {
  .site-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =Logo
----------------------------------------------- */
.site-branding {
  position: relative;
  z-index: 5;
}
.site-branding a {
  display: inline-block;
}

.logo {
  max-width: 100px;
}
@media (min-width: 782px) {
  .logo {
    max-width: 150px;
  }
}

/* Main Navigation
----------------------------------------------- */
.main-navigation-overlay {
  background: #e3e3e3;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  width: calc(100% + 20px);
  z-index: 2;
}
.nav-active .main-navigation-overlay {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  will-change: transform;
}

.main-navigation {
  padding-bottom: 20px;
  padding-top: 170px;
  position: relative;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
       -o-transition: -o-transform 0.55s ease-in-out;
          transition: transform 0.55s ease-in-out;
  will-change: transform;
}
.nav-active .main-navigation {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
       -o-transition: -o-transform 0.55s ease-in-out;
          transition: transform 0.55s ease-in-out;
}
.main-navigation .menu-main-menu-container {
  width: 100%;
}
.main-navigation .menu-main-menu-container ul {
  text-align: center;
  width: 100%;
}
.main-navigation .menu-main-menu-container ul li {
  display: block;
}
.main-navigation .menu-main-menu-container ul li a {
  color: #464646;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.015em;
  margin: 0 5px;
  padding: 20px 0;
}
.main-navigation .menu-main-menu-container ul li a:focus, .main-navigation .menu-main-menu-container ul li a:hover {
  background-color: #d3d3d3;
  color: #472650;
}
@media (min-width: 782px) {
  .main-navigation .menu-main-menu-container ul li a {
    font-size: 52px;
    padding: 25px 0;
  }
}

/* =Hero Slider
----------------------------------------------- */
.hero-slider {
  height: 500px;
}
@media (min-width: 782px) {
  .hero-slider {
    height: 100vh;
  }
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-slide {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
  width: 27px;
  height: 20px;
}
.hero-slider .swiper-button-prev {
  left: 30px;
}
.hero-slider .swiper-button-next {
  right: 30px;
}

.hero-slider__content {
  background: rgba(242, 242, 242, 0);
  bottom: 0;
  display: none;
  left: 15px;
  max-width: 400px;
  padding: 15px 0;
  position: absolute;
}
@media (min-width: 782px) {
  .hero-slider__content {
    padding: 30px;
    width: 400px;
  }
}
@media (min-width: 782px) {
  .hero-slider__content {
    display: block;
  }
}

.hero-slider__title a {
  color: #472650;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.hero-slider__title a:after {
  border-bottom: 5px solid #d3d3d3;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 60px;
}
.hero-slider__title a:focus, .hero-slider__title a:hover {
  color: #946f98;
}
@media (min-width: 782px) {
  .hero-slider__title a {
    font-size: 26px;
  }
}

.hero-slider__excerpt p {
  font-family: "Source Serif Pro", serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

/* =Banners
----------------------------------------------- */
.page-banner {
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 200px 0;
  position: relative;
}
.page-banner:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, white), color-stop(34%, rgba(255, 255, 255, 0.99)), color-stop(49%, rgba(255, 255, 255, 0.77)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 33%, rgba(255, 255, 255, 0.99) 34%, rgba(255, 255, 255, 0.77) 49%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 33%, rgba(255, 255, 255, 0.99) 34%, rgba(255, 255, 255, 0.77) 49%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 33%, rgba(255, 255, 255, 0.99) 34%, rgba(255, 255, 255, 0.77) 49%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.65;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.page-no-banner {
  padding-top: 150px;
}

/* =Page
----------------------------------------------- */
.site-main--page {
  margin: 0 auto;
  max-width: 800px;
}
.site-main--page .hentry {
  padding-right: 0;
}

.page-header--margin {
  width: calc(100% - 40px);
}

.page-title {
  color: #472650;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 80px;
  position: relative;
}
.page-title:after {
  border-bottom: 5px solid #d3d3d3;
  bottom: -20px;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}
@media (min-width: 782px) {
  .page-title {
    font-size: 52px;
  }
}
.page-template-default .page-title, .single-portfolio .page-title {
  text-align: center;
}
.search .page-title:after, .archive .page-title:after {
  left: 0;
  margin: 0;
}

/* =404
----------------------------------------------- */
.not-found {
  width: calc(100% - 40px);
}

/* =Loop
----------------------------------------------- */
.blog .hentry, .archive .hentry, .search .hentry {
  border-bottom: 1px solid #f4f4f4;
  padding: 60px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .blog .hentry, .archive .hentry, .search .hentry {
    width: calc(100% - 40px);
  }
}
.blog .hentry:first-of-type, .archive .hentry:first-of-type, .search .hentry:first-of-type {
  padding-top: 0;
}

.blog .entry-link, .archive .entry-link, .search .entry-link {
  color: #472650;
  border-bottom: 2px solid #472650;
  font-weight: 400;
  padding-bottom: 5px;
}
.blog .entry-link:focus, .blog .entry-link:hover, .archive .entry-link:focus, .archive .entry-link:hover, .search .entry-link:focus, .search .entry-link:hover {
  border-bottom-color: #946f98;
  color: #946f98;
}

.entry-featured {
  margin-bottom: 30px;
}
.entry-featured a > img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
       -o-transition: -o-transform 0.35s ease-in-out;
          transition: transform 0.35s ease-in-out;
}
.entry-featured a:hover > img {
  -webkit-transform: scale(1.008);
      -ms-transform: scale(1.008);
       -o-transform: scale(1.008);
          transform: scale(1.008);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
       -o-transition: -o-transform 0.35s ease-in-out;
          transition: transform 0.35s ease-in-out;
}

/* =Single
----------------------------------------------- */
@media (min-width: 782px) {
  .hentry {
    padding-right: 40px;
  }
}

.entry-title {
  color: #472650;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.entry-title a {
  color: #472650;
}
.entry-title a:focus, .entry-title a:hover {
  color: #946f98;
}

.entry-title--lg {
  font-size: 36px;
}

.entry-sub-head {
  border-bottom: 1px solid #464646;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.entry-meta {
  color: #a1a1a4;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.entry-meta__date {
  padding-right: 5px;
}

.entry-meta__comments {
  padding-left: 5px;
}

.entry-bookmark a {
  border-bottom: 1px solid #472650;
  color: #472650;
  padding-bottom: 2px;
}
.entry-bookmark a:focus, .entry-bookmark a:hover {
  border-bottom-color: #946f98;
  color: #946f98;
}

.entry-footer {
  background: #f5f5f5;
  border-bottom: 1px solid #464646;
  margin: 30px 0;
  padding: 20px;
}
.entry-footer span {
  color: #472650;
}
.page .entry-footer {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.entry-heading {
  color: #472650;
  font-weight: 500;
}

.entry-cats {
  margin: 20px 0 30px;
}
.entry-cats li {
  display: inline-block;
  margin-right: 5px;
}
.entry-cats li a {
  background: #c7c7c7;
  color: #472650;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 15px;
  -webkit-transition: background 0.15s ease-in-out;
       -o-transition: background 0.15s ease-in-out;
          transition: background 0.15s ease-in-out;
}
.entry-cats li a:focus, .entry-cats li a:hover {
  background: #ffffff;
  -webkit-transition: background 0.15s ease-in-out;
       -o-transition: background 0.15s ease-in-out;
          transition: background 0.15s ease-in-out;
}

.entry-bookmark,
.entry-edit {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cat-links,
.comments-link {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

/* =Portfolio Filter
----------------------------------------------- */
.portfolio-wrap {
  /* Portfolio Filter */
  /* Portfolio Item */
  /* Pagination */
}
.portfolio-wrap:before, .portfolio-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.portfolio-wrap:after {
  clear: both;
}
.portfolio-wrap .portfolio-filter {
  padding: 30px 0 20px;
  width: 100%;
}
.portfolio-wrap .portfolio-filter ul {
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
}
.portfolio-wrap .portfolio-filter ul:before, .portfolio-wrap .portfolio-filter ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.portfolio-wrap .portfolio-filter ul:after {
  clear: both;
}
@media (min-width: 782px) {
  .portfolio-wrap .portfolio-filter ul {
    margin: 0;
  }
}
.portfolio-wrap .portfolio-filter ul li {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 0 10px;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .portfolio-wrap .portfolio-filter ul li {
    font-size: 13px;
  }
}
.portfolio-wrap .portfolio-filter ul li:last-child {
  padding-right: 0;
}
.portfolio-wrap .portfolio-filter ul li a {
  color: #333333;
  display: inline-block;
  margin-bottom: 15px;
}
.portfolio-wrap .portfolio-filter ul li a.active {
  position: relative;
}
.portfolio-wrap .portfolio-filter ul li a.active:after {
  border-bottom: 2px solid #333333;
  bottom: -8px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.portfolio-wrap .portfolio-filter ul li a:focus, .portfolio-wrap .portfolio-filter ul li a:hover {
  position: relative;
}
.portfolio-wrap .portfolio-filter ul li a:focus:after, .portfolio-wrap .portfolio-filter ul li a:hover:after {
  border-bottom: 2px solid #333333;
  bottom: -8px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.portfolio-wrap .portfolio-link {
  display: block;
  overflow: hidden;
}
.portfolio-wrap .portfolio-link:hover .portfolio-item:after {
  background: rgba(71, 38, 80, 0.6);
  -webkit-transition: all 0.35s linear;
       -o-transition: all 0.35s linear;
          transition: all 0.35s linear;
}
.portfolio-wrap .portfolio-link:hover .portfolio-item__content {
  opacity: 1;
  -webkit-transition: opacity 0.35s linear;
       -o-transition: opacity 0.35s linear;
          transition: opacity 0.35s linear;
}
.portfolio-wrap .portfolio-link:hover .portfolio-item__bg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.35s linear;
       -o-transition: -o-transform 0.35s linear;
          transition: transform 0.35s linear;
}
.portfolio-wrap .portfolio-item {
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}
.portfolio-wrap .portfolio-item:after {
  background: rgba(71, 38, 80, 0);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s linear;
       -o-transition: all 0.35s linear;
          transition: all 0.35s linear;
  width: 100%;
  will-change: background;
}
.portfolio-wrap .portfolio-item__bg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s linear;
       -o-transition: -o-transform 0.35s linear;
          transition: transform 0.35s linear;
  will-change: transform;
  width: 100%;
}
.portfolio-wrap .portfolio-item__content {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.35s linear;
       -o-transition: opacity 0.35s linear;
          transition: opacity 0.35s linear;
  width: 100%;
  will-change: opacity;
  z-index: 1;
}
.portfolio-wrap .portfolio-item__title {
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  position: relative;
}
.portfolio-wrap .portfolio-item__title:after {
  border-bottom: 5px solid #d3d3d3;
  bottom: -17px;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -30px;
  opacity: 0.4;
  position: absolute;
  width: 60px;
}
.portfolio-wrap .portfolio-item_filter-list {
  margin-top: 25px;
}
.portfolio-wrap .portfolio-item_filter-list li {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
}
.portfolio-wrap .portfolio-item_filter-list li:after {
  content: ", ";
}
.portfolio-wrap .portfolio-item_filter-list li:last-child {
  margin-right: 0;
}
.portfolio-wrap .portfolio-item_filter-list li:last-child:after {
  content: "";
}
.portfolio-wrap .portfolio-item_filter-list li:only-of-type:after {
  content: "";
}
.portfolio-wrap .portfolio-pagination {
  clear: both;
  padding: 60px 0 15px;
  text-align: center;
}
.portfolio-wrap .portfolio-pagination .page-numbers {
  padding: 5px 15px;
}
.portfolio-wrap .portfolio-pagination .page-numbers:hover {
  background: #cecece;
  color: #333333;
  -webkit-transition: background 0.35s ease-in-out;
       -o-transition: background 0.35s ease-in-out;
          transition: background 0.35s ease-in-out;
}
.portfolio-wrap .portfolio-pagination .page-numbers.current {
  background: #e1e1e1;
  color: #333333;
}
.portfolio-wrap .portfolio-pagination .prev.page-numbers:hover,
.portfolio-wrap .portfolio-pagination .next.page-numbers:hover {
  background: none;
}

.entry-sub-head--comments-portfolio {
  cursor: pointer;
}

.portfolio-comments-arrow {
  float: right;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
  will-change: transform;
}

.portfolio-comments-arrow-close {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
}

.portfolio-comments {
  display: none;
}

.portfolio-comments--active {
  display: block;
}

/* =Portfolio Single
----------------------------------------------- */
.single-portfolio .site-main {
  float: left;
  padding: 40px 0;
}
@media (min-width: 782px) {
  .single-portfolio .site-main {
    padding-left: 40px;
    padding-top: 0;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .single-portfolio .site-main {
    padding-left: 60px;
  }
}

/* Portfolio Title */
.portfolio-title {
  margin-bottom: 20px;
}

/* Portfolio Navigation */
.entry-portfolio-nav {
  float: right;
  margin-bottom: 10px;
}
.entry-portfolio-nav a {
  color: #a1a1a4;
  -webkit-transition: color 0.35s ease-in-out;
       -o-transition: color 0.35s ease-in-out;
          transition: color 0.35s ease-in-out;
}
.entry-portfolio-nav a:focus, .entry-portfolio-nav a:hover {
  color: #946f98;
  -webkit-transition: color 0.35s ease-in-out;
       -o-transition: color 0.35s ease-in-out;
          transition: color 0.35s ease-in-out;
}

/* Portfolio Content Wrap */
.portfolio-content-wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.portfolio-content-wrap--top-padding {
  padding-top: 60px;
}

/* Portfolio Terms */
.entry-terms--portfolio {
  padding: 20px;
}
.entry-terms--portfolio ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.entry-terms--portfolio ul li {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 5px 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.entry-terms--portfolio ul a {
  color: #472650;
}
.entry-terms--portfolio ul a:focus, .entry-terms--portfolio ul a:hover {
  color: #946f98;
}

/* Portfolio Sidebar */
.portfolio-sidebar {
  background: #f4f4f4;
  float: left;
  padding: 20px;
  width: 100%;
  /* User Avatar */
}
@media (min-width: 782px) {
  .portfolio-sidebar {
    width: 25%;
  }
}
.portfolio-sidebar .portfolio-sidebar__title {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.portfolio-sidebar .portfolio-sidebar__user,
.portfolio-sidebar .portfolio-sidebar__date,
.portfolio-sidebar .portfolio-sidebar__client,
.portfolio-sidebar .portfolio-sidebar__by,
.portfolio-sidebar .portfolio-sidebar__category {
  margin-bottom: 30px;
}
.portfolio-sidebar .portfolio-sidebar__date,
.portfolio-sidebar .portfolio-sidebar__client,
.portfolio-sidebar .portfolio-sidebar__by,
.portfolio-sidebar .portfolio-sidebar__category {
  display: block;
}
@media (min-width: 782px) {
  .portfolio-sidebar .portfolio-sidebar__date,
  .portfolio-sidebar .portfolio-sidebar__client,
  .portfolio-sidebar .portfolio-sidebar__by,
  .portfolio-sidebar .portfolio-sidebar__category {
    display: block;
    text-align: left;
    width: 100%;
  }
}
.portfolio-sidebar .portfolio-sidebar__user {
  border-bottom: 3px solid #e3e3e3;
  padding-bottom: 30px;
}
.portfolio-sidebar .portfolio-sidebar__user .portfolio-sidebar__user-img .avatar {
  display: block;
  float: none;
  height: auto;
  margin: 0 auto 15px;
  padding: 15px;
  width: 200px;
}
@media (min-width: 1200px) {
  .portfolio-sidebar .portfolio-sidebar__user .portfolio-sidebar__user-img .avatar {
    float: none;
    height: auto;
    margin-bottom: 15px;
    max-width: 180px;
    padding: 15px;
    width: 100%;
  }
}
.portfolio-sidebar .portfolio-sidebar__user span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.portfolio-sidebar .portfolio-sidebar__category ul {
  margin: 0;
  padding: 0;
}
.portfolio-sidebar .portfolio-sidebar__category ul li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  margin-right: 5px;
}
.portfolio-sidebar .portfolio-sidebar__category ul li:after {
  content: ", ";
}
.portfolio-sidebar .portfolio-sidebar__category ul li:last-child:after {
  content: "";
}
.portfolio-sidebar .portfolio-sidebar__category ul a {
  color: #000000;
}
.portfolio-sidebar .portfolio-sidebar__category ul a:focus, .portfolio-sidebar .portfolio-sidebar__category ul a:hover {
  color: #472650;
}

/* =Portfolio Single Gallery
----------------------------------------------- */
.portfolio-single-gallery {
  height: 50vh;
  margin-bottom: 20px;
}
@media (min-width: 782px) {
  .portfolio-single-gallery {
    height: 100vh;
    margin-bottom: 60px;
  }
}
.portfolio-single-gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.portfolio-single-gallery .swiper-slide {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
.portfolio-single-gallery .swiper-button-prev, .portfolio-single-gallery .swiper-button-next {
  width: 27px;
  height: 20px;
}
.portfolio-single-gallery .swiper-button-prev {
  left: 10px;
}
@media (min-width: 782px) {
  .portfolio-single-gallery .swiper-button-prev {
    left: 30px;
  }
}
.portfolio-single-gallery .swiper-button-next {
  right: 10px;
}
@media (min-width: 782px) {
  .portfolio-single-gallery .swiper-button-next {
    right: 30px;
  }
}

/* Related Portfolio
----------------------------------------------- */
.entry-related-posts {
  padding-top: 40px;
}
.entry-related-posts .related-link {
  display: block;
  overflow: hidden;
}
.entry-related-posts .related-link:hover .related-item:after {
  background: rgba(71, 38, 80, 0.6);
  -webkit-transition: all 0.35s linear;
       -o-transition: all 0.35s linear;
          transition: all 0.35s linear;
}
@media (min-width: 782px) {
  .entry-related-posts .related-link:first-of-type .related-item {
    border-right: 2px solid #ffffff;
  }
}
.entry-related-posts .related-link .related-item {
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}
.entry-related-posts .related-link .related-item:after {
  background: rgba(54, 54, 54, 0.6);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s linear;
       -o-transition: all 0.35s linear;
          transition: all 0.35s linear;
  width: 100%;
  will-change: background;
}
.entry-related-posts .related-link .related-item__bg {
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s linear;
       -o-transition: -o-transform 0.35s linear;
          transition: transform 0.35s linear;
  will-change: transform;
  width: 100%;
}
.entry-related-posts .related-link .related-item__content {
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.35s linear;
       -o-transition: opacity 0.35s linear;
          transition: opacity 0.35s linear;
  width: 100%;
  will-change: opacity;
  z-index: 1;
}
.entry-related-posts .related-link .related-item__title {
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  position: relative;
}
.entry-related-posts .related-link .related-item__title:after {
  border-bottom: 5px solid #d3d3d3;
  bottom: -15px;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -30px;
  opacity: 0.4;
  position: absolute;
  width: 60px;
}
.entry-related-posts .related-link .related-item__filter-list {
  margin-top: 25px;
}
.entry-related-posts .related-link .related-item__filter-list li {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
}
.entry-related-posts .related-link .related-item__filter-list li:after {
  content: ", ";
}
.entry-related-posts .related-link .related-item__filter-list li:last-child {
  margin-right: 0;
}
.entry-related-posts .related-link .related-item__filter-list li:last-child:after {
  content: "";
}

/* =Search Form
----------------------------------------------- */
form > div {
  position: relative;
}

.widget_search {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.search-input {
  background: #ffffff;
  border: none;
  color: #464646;
  font-size: 12px;
  font-family: "Source Serif Pro", serif;
  letter-spacing: 0.1em;
  margin: 0 auto;
  outline: none;
  padding: 8px;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #464646;
}

::-moz-placeholder {
  color: #464646;
}

:-ms-input-placeholder {
  color: #464646;
}

.search-btn {
  background: transparent url("assets/images/icons/search.svg") no-repeat top left;
  -webkit-background-size: contain;
          background-size: contain;
  border: none;
  cursor: pointer;
  height: 20px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
}

/* Comments
----------------------------------------------- */
.comments-area {
  background: #ffffff;
  margin: 20px auto;
  padding-right: 0;
  max-width: 900px;
}
@media (min-width: 782px) {
  .comments-area {
    padding-right: 40px;
  }
}
.comments-area a {
  color: #f4f4f4;
}
.comments-area a:focus, .comments-area a:hover {
  color: #946f98;
}
.comments-area span.required {
  color: darkred;
  width: 10px;
}

.comments-title {
  border-bottom: 1px solid #000000;
  color: #472650;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  word-wrap: break-word;
}

.comment-body {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
}
.comment-body::after:before, .comment-body::after:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-body::after:after {
  clear: both;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
  background: #f4f4f4;
  font-family: "Source Serif Pro", serif;
}

.comment-form-comment label {
  font-size: 14px;
}

.comment-entry {
  float: left;
  width: 100%;
  word-wrap: break-word;
}

.comment-list {
  margin-left: 0;
}
.comment-list li {
  list-style: none;
}

.comment-avatar {
  float: left;
  height: auto;
  width: 100px;
}
.comment-avatar::after:before, .comment-avatar::after:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-avatar::after:after {
  clear: both;
}

.avatar {
  border-radius: 50%;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 64px;
}

.fn,
.says {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.logged-in-as a,
.logged-in-as p {
  color: #a1a1a4;
  font-size: 12px;
}

.comment-author {
  color: #464646;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 20px 0 5px;
  text-transform: uppercase;
}
.comment-author a {
  color: #472650;
}
.comment-author a:focus, .comment-author a:hover {
  color: #946f98;
}

.avatar {
  background: #f4f4f4;
  height: 64px;
}

.comment-metadata {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 84px;
}

.comment-content p,
.comment-awaiting-moderation {
  color: #464646;
  font-family: "Source Serif Pro", serif;
  font-size: 13px;
  padding-left: 84px;
}

.comment-content a {
  color: #472650;
}
.comment-content a:focus, .comment-content a:hover {
  color: #946f98;
}

.comment-metadata a {
  color: #464646;
}
.comment-metadata a:focus, .comment-metadata a:hover {
  color: #946f98;
}

.comment-date {
  color: #464646;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/* Comment Respond */
.comment-reply-title {
  color: #464646;
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#cancel-comment-reply-link {
  color: #464646;
}

.comment-respond {
  padding: 50px 0;
  width: 100%;
}

.form-control {
  background: #ffffff;
  border: none;
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
  overflow: hidden;
  padding: 10px 13px;
  width: 100%;
  z-index: 1;
}

textarea.form-control {
  width: 100%;
}

.comment-form-author,
.comment-form-email {
  width: 60%;
}
.comment-form-author label,
.comment-form-email label {
  font-family: "Source Serif Pro", serif;
  font-size: 14px;
  margin-left: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  margin: 15px 0;
  position: relative;
}

.comment-form-comment {
  width: 100%;
}

.comment-notes {
  line-height: 1.7;
  padding-bottom: 20px;
}

.reply,
.edit-link {
  font-size: 12px;
  margin: 20px 0;
  text-align: right;
  text-transform: uppercase;
}
.reply a,
.edit-link a {
  color: #472650;
  text-decoration: underline;
}
.reply a:focus, .reply a:hover,
.edit-link a:focus,
.edit-link a:hover {
  color: #946f98;
}

.children {
  border-bottom: 1px solid #e1e1e1;
  list-style: none;
  padding: 40px 0 10px 60px;
  width: 90%;
}
.children .comment-body {
  border: none;
}

.comment-subscription-form {
  line-height: 1;
}

/* =Widgets
----------------------------------------------- */
.widget-area {
  background: #f1f1f1;
  padding: 30px;
}

.widget {
  margin-bottom: 50px;
}
.widget ul {
  padding-left: 20px;
}
.widget ul li {
  list-style: disc;
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.widget ul li a {
  color: #464646;
}
.widget ul li a:focus, .widget ul li a:hover {
  color: #946f98;
}

.widget-title {
  color: #472650;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget_authors li {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}
.widget_authors li .avatar {
  float: left;
  margin: 0 10px 0 0;
}

.widget_calendar table {
  width: 100%;
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

.widget-area .jetpack-display-remote-posts > p {
  margin: 0 0 20px !important;
}

td.recentcommentstexttop,
td.recentcommentstextend {
  vertical-align: top;
}

/* =Footer
----------------------------------------------- */
.site-footer {
  padding: 40px 0;
}
.page-template-default .site-footer, .post-template-default .site-footer, .error404 .site-footer, .archive .site-footer, .blog .site-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.copyright {
  color: #a1a1a4;
  font-size: 13px;
}

/* =Pagination
----------------------------------------------- */
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 150px;
  position: relative;
  width: 100%;
}
@media (min-width: 782px) {
  .pagination {
    width: calc(100% - 40px);
  }
}

.page-numbers {
  color: #000;
  padding: 0 10px;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.page-numbers:hover {
  color: #a1a1a4;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

.pagination-prev {
  color: #a1a1a4;
  font-size: 12px;
  letter-spacing: 0.4em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
}
.pagination-prev:hover {
  color: #472650;
}

.prev-text {
  padding-left: 0;
  position: relative;
  top: 1px;
}

.pagination-next {
  color: #a1a1a4;
  font-size: 12px;
  letter-spacing: 0.4em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
}
.pagination-next:hover {
  color: #472650;
}

.next-text {
  padding-right: 0;
  position: relative;
  top: 1px;
}

.pagination-arrow {
  font-size: 12px;
}

.pagenums {
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 50px;
}
.pagenums .diag {
  color: #a1a1a4;
  margin-left: -10px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 10px;
  width: 10px;
}
.pagenums .diag::before {
  color: #a1a1a4;
  content: " / ";
  font-family: "Source Serif Pro", serif;
  font-size: 40px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
@media (min-width: 782px) {
  .pagenums .diag::before {
    font-size: 56px;
  }
}
.pagenums .left {
  color: #a1a1a4;
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: 0;
}
@media (min-width: 782px) {
  .pagenums .left {
    font-size: 24px;
    left: -15px;
  }
}
.pagenums .right {
  bottom: 0;
  color: #a1a1a4;
  font-family: "Source Serif Pro", serif;
  font-size: 18px;
  position: absolute;
  right: -5px;
}
@media (min-width: 782px) {
  .pagenums .right {
    bottom: -10px;
    font-size: 24px;
    right: -15px;
  }
}

.current {
  color: #a1a1a4;
}

/* =Social Media
----------------------------------------------- */
.social-icons {
  padding: 10px 0 0;
  text-align: center;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
       -o-transition: -o-transform 0.55s ease-in-out;
          transition: transform 0.55s ease-in-out;
  will-change: transform;
}
.nav-active .social-icons {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
       -o-transition: -o-transform 0.55s ease-in-out;
          transition: transform 0.55s ease-in-out;
}

/* =Accessibility Styles
----------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #a1a1a4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12px;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 5px 10px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.skip-link {
  margin: 0 0 0 15px;
}

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