/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
		1. TYPOGRAPHY
		2. HEADER
		3. MENUS
		4. GENERAL
			4.1 ENTRY STYLE CLASSES
			4.2 WORDPRESS CLASSES
			4.3 MAGNIFIC POPUP THEME
			4.4 OWL SLIDER THEME
			4.5 PAGINATION
			4.6 STICKY BOTTOM BAR
		5. GALLERIES			
		6. FORMS
		7. BUTTONS
		8. SINGLE POST 
		9. WIDGETS
		10. COMMENTS 
		11. FOOTER
		12. RESPONSIVE
--------------------------------------------------------------*/
/* Vertical Spacing */
/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  line-height: 1.78;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 2.6rem;
}
h1,
.h1 {
  line-height: 1.2;
}
h2,
.h2 {
  line-height: 1.25;
}
h3,
.h3 {
  line-height: 1.3;
}
h4,
.h4 {
  line-height: 1.35;
}
h5,
.h5 {
  line-height: 1.3;
}
h6,
.h6 {
  line-height: 1.4;
}
p {
  margin: 0 0 2.6rem;
}
pre {
  padding: 35px;
  margin-bottom: 2.6rem;
}
blockquote,
q {
  padding: 40px 60px;
  font-size: 1.6rem;
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 2.6rem;
}
blockquote p:last-child,
q p:last-child {
  margin-bottom: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid;
  border-bottom: none;
  border-right: none;
  margin-bottom: 2.4rem;
}
td,
th {
  padding: 10px 15px;
  border-right: 1px solid;
  word-break: break-all;
}
td,
th {
  border-bottom: 1px solid;
}
thead {
  font-weight: 600;
}
.entry-category {
  line-height: 1.2;
}
.entry-category a,
.entry-meta {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.site-description {
  font-size: 1.2rem;
}
/* Lists */
dl,
ol,
ul {
  margin-bottom: 2.6rem;
}
.section-content small {
  display: block;
}
.text-transform-none {
  text-transform: none;
}
/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/
.pinhole-header {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.slot-l,
.slot-r {
  position: absolute;
  z-index: 1001;
  display: table;
  top: 28px;
}
.slot-l {
  left: 20px;
}
.slot-r {
  right: 20px;
}
.slot-c {
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  display: table;
}
.slot-c,
.slot-l,
.slot-r {
  height: 100%;
}
.slot-c > div,
.slot-c > nav,
.slot-c > ul,
.slot-l > div,
.slot-l > nav,
.slot-l > ul,
.slot-r > div,
.slot-r > nav,
.slot-r > ul {
  display: table-cell;
  vertical-align: middle;
}
.slot-c > div,
.slot-c > nav,
.slot-c > ul {
  width: auto;
  display: block;
}
.slot-c .pinhole-site-branding + .pinhole-nav,
.slot-c .pinhole-nav + .pinhole-site-branding {
  margin: 27px 0 0px;
}
.slot-c .pinhole-nav + .pinhole-site-branding {
  margin-bottom: 20px;
}
.slot-r .pinhole-nav > li:last-child {
  margin-right: 0;
}
.site-title {
  margin: 0;
  display: block;
}
.site-title a {
  line-height: 1;
}
.slot-r > ul,
.slot-l > ul {
  padding: 0;
}
/* Header top */
.pinhole-header-top {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
}
.pinhole-header-top .slot-l {
  left: 20px;
}
.pinhole-header-top .slot-r {
  right: 20px;
}
.pinhole-header-3 .pinhole-logo {
  max-height: 40px;
}
.slot-l.pinhole-header-3 {
  top: 20px;
}
.pinhole-header-3 .h1 {
  line-height: 42px;
}
.pinhole-header-sticky {
  -webkit-transform: translate3d(0, -70px, 0);
          transform: translate3d(0, -70px, 0);
  top: 0;
  border-bottom: 1px solid;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 900;
  height: 70px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-header-sticky-on .pinhole-header-sticky {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.pinhole-header-sticky .slot-c .pinhole-site-branding {
  display: none;
}
.pinhole-header-sticky .slot-l,
.pinhole-header-sticky .slot-r {
  top: 0;
}
.pinhole-header-sticky .slot-c {
  margin-top: 17px;
}
.pinhole-header-sticky .pinhole-action-sidebar {
  display: inline-block;
}
.pinhole-header-sticky .slot-c .pinhole-site-branding + .pinhole-nav {
  margin-top: 0;
}
.pinhole-logo {
  opacity: 0;
}
.pinhole-header-1 + .pinhole-section .row .section-header:first-child {
  margin-top: -20px;
}
.pinhole-header.pinhole-header-1 .row .slot-l,
.pinhole-header.pinhole-header-2 .row .slot-l,
.pinhole-header.pinhole-header-1 .row .slot-r,
.pinhole-header.pinhole-header-2 .row .slot-r {
  display: block;
  height: auto;
}
.pinhole-header.pinhole-header-3 .row .slot-r {
  top: 13px;
}
.pinhole-header.pinhole-header-3 .row .slot-l.pinhole-header-3 {
  top: 10px;
}
.slot-r .pinhole-mobile-visible {
  display: none;
}
/*--------------------------------------------------------------
   Menus
--------------------------------------------------------------*/
.pinhole-header .pinhole-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pinhole-header .pinhole-nav > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.pinhole-header .pinhole-nav > li {
  margin: 0 16px;
}
.pinhole-header .pinhole-nav > li > a {
  padding: 0;
}
.pinhole-header .pinhole-nav > li > a {
  line-height: 40px;
  height: 37px;
  display: inline-block;
}
.pinhole-header .pinhole-nav li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-header .pinhole-nav > li > a:after {
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
      transform: translateY(1px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}
.pinhole-header .pinhole-nav > li:hover > a:after,
.pinhole-header .pinhole-nav > li.current_page_item > a:after,
.pinhole-header .pinhole-nav > li.current-menu-item > a:after {
  opacity: 0.25;
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.pinhole-header .pinhole-nav .sub-menu {
  list-style: none;
  text-align: left;
  width: 200px;
  position: absolute;
  z-index: 8999;
  top: 92%;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.pinhole-header .pinhole-nav .sub-menu .sub-menu {
  top: 0;
  left: 199px;
}
.pinhole-header .pinhole-nav .sub-menu a {
  display: block;
}
.pinhole-header .pinhole-nav li:hover > .sub-menu {
  opacity: 1;
  left: 0;
  pointer-events: auto;
  visibility: visible;
}
.pinhole-header .pinhole-nav .sub-menu li:hover .sub-menu {
  left: 199px;
  top: -1px;
}
.pinhole-header .pinhole-nav .sub-menu li:hover .sub-menu {
  top: -10px;
}
.pinhole-header .pinhole-nav .sub-menu li:first-child:hover .sub-menu {
  top: -1px;
}
.pinhole-header .pinhole-nav .sub-menu li:first-child:hover .sub-menu {
  top: 0px;
}
.pinhole-header .pinhole-nav .sub-menu li {
  display: block;
  position: relative;
}
.pinhole-header .pinhole-nav .sub-menu a {
  display: block;
  width: 100%;
  padding: 8px 20px 0 22px;
  line-height: 22px;
  height: auto;
}
.pinhole-header .pinhole-nav .sub-menu > li:first-child > a {
  padding: 20px 20px 0 22px;
}
.pinhole-header .pinhole-nav .sub-menu > li:last-child > a {
  padding: 10px 20px 20px 22px;
}
.pinhole-header .pinhole-nav .sub-menu > li:only-child > a {
  padding: 20px;
}
.pinhole-header .pinhole-nav .sub-menu > li:hover > a {
  padding-left: 29px;
  padding-right: 20px;
}
.pinhole-header .pinhole-nav .sub-menu > li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-left: 7px;
  font-size: 10px;
  float: right;
}
.pinhole-header li {
  list-style: none;
}
/* Social Menu */
.pinhole-soc-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pinhole-soc-menu li {
  display: inline-block;
}
.pinhole-social-name {
  opacity: 0;
  display: none;
  font-size: 0;
}
.pinhole-soc-menu li a::before {
  font-family: "FontAwesome";
}
.pinhole-soc-menu li a[href*="/feed"]::before,
.pinhole-soc-menu li a[href*="/rss"]::before,
.pinhole-soc-menu li a[href*="feedburner"]::before {
  content: "\f09e";
}
.pinhole-soc-menu li a[href*="@"]::before {
  content: "\f0e0";
}
.pinhole-soc-menu li a[href*="codepen."]::before {
  content: "\f1cb";
}
.pinhole-soc-menu li a[href*="digg."]::before {
  content: "\f1a6";
}
.pinhole-soc-menu li a[href*="dribbble."]::before {
  content: "\f17d";
}
.pinhole-soc-menu li a[href*="dropbox."]::before {
  content: "\f16b";
}
.pinhole-soc-menu li a[href*="facebook."]::before {
  content: "\f09a";
}
.pinhole-soc-menu li a[href*="flickr."]::before {
  content: "\f16e";
}
.pinhole-soc-menu li a[href*="foursquare."]::before {
  content: "\f180";
}
.pinhole-soc-menu li a[href*="google."]::before {
  content: "\f0d5";
}
.pinhole-soc-menu li a[href*="github."]::before {
  content: "\f09b";
}
.pinhole-soc-menu li a[href*="instagram."]::before {
  content: "\f16d";
}
.pinhole-soc-menu li a[href*="linkedin."]::before {
  content: "\f0e1";
}
.pinhole-soc-menu li a[href*="last.fm"]::before {
  content: "\f202";
}
.pinhole-soc-menu li a[href*="pinterest."]::before {
  content: "\f0d2";
}
.pinhole-soc-menu li a[href*="reddit."]::before {
  content: "\f1a1";
}
.pinhole-soc-menu li a[href*="soundcloud."]::before {
  content: "\f1be";
}
.pinhole-soc-menu li a[href*="spotify."]::before {
  content: "\f1bc";
}
.pinhole-soc-menu li a[href*="stumbleupon."]::before {
  content: "\f1a4";
}
.pinhole-soc-menu li a[href*="tumblr."]::before {
  content: "\f173";
}
.pinhole-soc-menu li a[href*="twitter."]::before {
  content: "\f099";
}
.pinhole-soc-menu li a[href*="vimeo."]::before {
  content: "\f194";
}
.pinhole-soc-menu li a[href*="vine."]::before {
  content: "\f1ca";
}
.pinhole-soc-menu li a[href*="vk."]::before {
  content: "\f189";
}
.pinhole-soc-menu li a[href*="wordpress."]::before {
  content: "\f19a";
}
.pinhole-soc-menu li a[href*="xing."]::before {
  content: "\f168";
}
.pinhole-soc-menu li a[href*="youtube."]::before {
  content: "\f16a";
}
.pinhole-soc-menu li a[href*="medium."]::before {
  content: "\f23a";
}
.pinhole-soc-menu li a[href*="buysellads."]::before {
  content: "\f20d";
}
.pinhole-soc-menu li a[href*="behance."]::before {
  content: "\f1b4";
}
.pinhole-soc-menu li a[href*="slack."]::before {
  content: "\f198";
}
.pinhole-soc-menu li a[href*="weibo."]::before {
  content: "\f18a";
}
.pinhole-soc-menu li a[href*="snapchat."]::before {
  content: "\f2ac ";
}
.pinhole-soc-menu li a[href*="500px."]::before {
  content: "\f26e";
}
.pinhole-soc-menu li a[href*="amazon."]::before {
  content: "\f270";
}
.pinhole-soc-menu li a[href*="mixcloud."]::before {
  content: "\f289";
}
.pinhole-soc-menu li a[href*="ok.ru"]::before {
  content: "\f263";
}
.pinhole-soc-menu a,
.pinhole-action-sidebar {
  padding: 8px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-soc-menu a:hover,
.pinhole-action-sidebar:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
   Sidebar Menu
--------------------------------------------------------------*/
.pinhole-lock {
  overflow: hidden!important;
  padding-right: 17px;
}
.pinhole-sidebar-overlay {
  width: 100%;
  height: 100%;
  height: -webkit-calc(100% + 60px);
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.pinhole-sidebar {
  width: 415px;
  height: 100%;
  position: fixed;
  padding: 60px 0 0;
  top: 0;
  right: 0;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  -webkit-transform: translate3D(437px, 0, 0);
  -ms-transform: translate3D(437px, 0, 0);
  transform: translate3D(437px, 0, 0);
  -webkit-transition: visibility 1ms linear 0.2s, -webkit-transform 0.2s ease;
  transition: visibility 1ms linear 0.2s, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, visibility 1ms linear 0.2s;
  transition: transform 0.2s ease, visibility 1ms linear 0.2s;
  transition: transform 0.2s ease, visibility 1ms linear 0.2s, -webkit-transform 0.2s ease;
}
.pinhole-sidebar-open .pinhole-sidebar {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.pinhole-sidebar-open .pinhole-sidebar-overlay {
  opacity: 1;
  visibility: visible;
}
.pinhole-sidebar-header-wrapper {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.pinhole-sidebar-header {
  position: fixed;
  width: 100%;
  left: 0;
  height: 110px;
  top: 0;
  padding: 0;
}
.pinhole-sidebar-header .site-title img {
  max-height: 110px;
}
.pinhole-header.pinhole-header-sticky .site-title img {
  max-height: 70px;
}
.pinhole-sidebar-header a {
  text-decoration: none;
}
.pinhole-sidebar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-sidebar-close:hover {
  opacity: 1;
}
.pinhole-responsive-menu {
  display: none;
}
.pinhole-soc-menu + .pinhole-action-sidebar {
  margin-left: 3px;
}
.pinhole-responsive-social-menu {
  display: none;
}
@media (max-width: 449px) {
  .pinhole-responsive-social-menu {
    margin-bottom: 3rem;
  }
  .pinhole-responsive-social-menu ul {
    margin-left: -8px;
  }
}
/* Search button */
.pinhole-header .pinhole-search {
  position: relative;
  display: inline-block;
  z-index: 2000;
  margin: 0;
}
.pinhole-header .pinhole-search .pinhole-action-search {
  position: relative;
  margin: 0;
  padding: 0 8px;
}
.pinhole-header .pinhole-search .pinhole-action-search span {
  cursor: pointer;
}
.pinhole-header .pinhole-search .pinhole-action-search span i {
  opacity: 0.5;
}
.pinhole-header .pinhole-search .pinhole-action-search span i:hover {
  opacity: 1;
}
.pinhole-header .pinhole-search .pinhole-action-search > .sub-menu {
  position: absolute;
  left: auto;
  right: 0;
  opacity: 0;
  z-index: 2001;
  visibility: hidden;
  display: none;
  margin: 0;
  padding: 0;
}
.pinhole-header .pinhole-search .pinhole-action-search form {
  padding: 14px;
  min-width: 200px;
}
.pinhole-header .pinhole-search .pinhole-action-search form label,
.pinhole-header .pinhole-search .pinhole-action-search form input {
  display: block;
  width: 100%;
}
.pinhole-header .pinhole-search .pinhole-action-search form input[type="search"] {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  height: 36px;
}
.pinhole-header .pinhole-search .pinhole-action-search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.pinhole-header .pinhole-search .pinhole-action-search form input[type="search"]::-ms-input-placeholder {
  color: #fff;
}
.pinhole-header .pinhole-search .pinhole-action-search form input[type="search"]::placeholder {
  color: #fff;
}
.pinhole-header .pinhole-search .pinhole-action-search form input[type="submit"] {
  background: #FFF;
  color: #000;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
}
.pinhole-header .pinhole-search .pinhole-action-search form input[type="submit"]:hover {
  opacity: 0.7;
}
.pinhole-header .pinhole-search .pinhole-action-search.active .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.pinhole-header-sticky .slot-r .pinhole-search {
  display: table-cell;
  vertical-align: middle;
}
.pinhole-search-close {
  display: none;
  width: 19px;
  height: 13px;
  position: absolute;
  top: 0;
  left: -9px;
  padding: 0 4px;
  opacity: 0.5;
}
.pinhole-search-close:hover {
  opacity: 1;
}
.active .pinhole-search-close {
  display: block;
}
.pinhole-search .pinhole-action-search form input[type=search]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
.pinhole-search .pinhole-action-search form input[type=search]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
.pinhole-search .pinhole-action-search form input[type=search]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}
.pinhole-search .pinhole-action-search form input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}
.pinhole-search .pinhole-action-search form input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}
/*--------------------------------------------------------------
   General
--------------------------------------------------------------*/
body {
  opacity: 0;
  min-height: 100vh;
}
body.no-js {
  opacity: 1;
}
.section-filter .filter-active,
.section-filter a,
.entry-category a,
.entry-meta a,
.entry-content p > a {
  position: relative;
}
.entry-category a:after,
.entry-meta a:after,
.filter-active:after,
.section-filter a:after,
.entry-content p > a:after,
.entry-tags a:after {
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
      transform: translateY(3px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}
.entry-category a:hover:after,
.entry-meta a:hover:after,
.section-filter .filter-active:after,
.section-filter a:hover:after,
.entry-content p > a:hover:after,
.entry-tags a:hover:after {
  opacity: 0.5;
  -webkit-transform: translateY(2px) translateZ(0);
  transform: translateY(2px) translateZ(0);
}
.entry-content p > a:after {
  opacity: 0.25;
}
.entry-content p > a:hover:after {
  opacity: 1;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
iframe {
  max-width: 100%;
}
pre {
  white-space: pre-wrap;
}
figure {
  margin: 0;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 111;
}
.text-center {
  text-align: center;
}
.container-full {
  padding: 0 30px;
  width: 100%;
}
.section-content:after,
.clearfix::after,
.section-content .gallery:after {
  content: "";
  display: table;
  clear: both;
}
.section-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.section-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 55px;
}
.section-header {
  margin-bottom: 2rem;
  max-width: 582px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-content.pinhole-comments {
  margin-bottom: 30px;
}
.section-header + .section-header-bottom {
  margin-top: 25px;
}
.section-header:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
}
.section-header + .section-actions {
  margin-top: -10px;
}
.section-actions {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.section-title {
  max-width: 582px;
}
.section-title,
.section-header .entry-meta {
  text-align: center;
}
.section-title .entry-title {
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.section-title + .section-desc {
  margin-top: 2rem;
}
.section-actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-actions a {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0;
}
.section-actions ul li {
  margin: 0 10px;
}
.section-actions ul li:last-child {
  margin-right: 0;
}
.section-content > *:not([class*="align"]):not([class*="gallery"]),
.section-desc > *:not([class*="align"]),
.gallery-size-thumbnail {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
   Entry Style Classes
--------------------------------------------------------------*/
.meta-item {
  display: inline-block;
  vertical-align: top;
}
.entry-title {
  margin-bottom: 0;
}
.entry-category a {
  pointer-events: auto;
}
.entry-meta {
  margin-top: 5px;
  line-height: 1.6;
}
.meta-item:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 3px;
  display: inline-block;
  vertical-align: 3px;
  line-height: 1;
  margin: 0 5px 0 7px;
}
.meta-item:last-child:after {
  display: none;
}
/*--------------------------------------------------------------
   WordPress Classes
--------------------------------------------------------------*/
.aligncenter,
.alignnone {
  clear: both;
  display: block;
  margin: 0 auto 2.6rem;
  max-width: 100%;
}
.alignright,
.section-content .mks_pullquote_right {
  display: inline;
  float: right;
  margin-left: 4rem;
  margin-bottom: 2.6rem;
  max-width: 100%;
  margin-top: 0.45rem;
}
.alignleft,
.section-content .mks_pullquote_left {
  display: inline;
  float: left;
  margin-right: 4rem;
  margin-top: 0.45rem;
  margin-bottom: 2.6rem;
}
.wp-caption-text {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
figure.alignright {
  margin-right: 10%;
}
figure.alignleft {
  margin-left: 10%;
}
p img.alignleft {
  margin-left: -10rem;
}
p img.alignright {
  margin-right: -10rem;
}
.section-content > .mks_pullquote_right {
  margin-right: 10%!important;
  margin-left: 3.4rem !important;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.section-content > .mks_pullquote_left {
  margin-left: 10%!important;
  margin-right: 3.4rem !important;
  margin-bottom: 1rem;
  line-height: 1.5;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*--------------------------------------------------------------
   Owl slider
--------------------------------------------------------------*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*--------------------------------------------------------------
   Pagination
--------------------------------------------------------------*/
.pinhole-section .section-content .pinhole-pagination {
  position: relative;
  min-height: 40px;
  clear: both;
  text-align: center;
  margin-top: 1rem;
  max-width: 100%;
}
.load-more a,
.pinhole-pagination .prev-next a,
.pinhole-pagination .prev-next a,
.pinhole-pagination .next,
.pinhole-pagination .prev,
.infinite-scroll a {
  height: 40px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 12px;
  position: relative;
}
.pinhole-pagination a {
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-pagination .current {
  pointer-events: none;
}
.pinhole-pagination .pinhole-prev,
.pinhole-pagination .pinhole-next {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.pinhole-pagination .page-numbers,
.pinhole-link-pages a,
.pinhole-link-pages span {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  line-height: 40px;
}
.prev-next .prev:not(:empty) + .next {
  margin-left: 30px;
}
.pinhole-pagination .prev:empty,
.pinhole-pagination .next:empty {
  display: none;
}
.pinhole-loader {
  width: 50px;
  height: 8px;
  position: absolute;
  margin-left: -25px;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  margin-top: -4px;
}
.pinhole-loader-active .pinhole-loader {
  opacity: 1;
  z-index: 99;
}
.pinhole-loader-active a {
  font-size: 0;
}
.load-more a {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-infinite-scroll a {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.dot1,
.dot2 {
  left: 0;
}
.dot3 {
  left: 1.5em;
}
.dot4 {
  left: 3em;
}
@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}
@-webkit-keyframes revealback {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
}
@keyframes revealback {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
}
.dot1 {
  -webkit-animation-name: reveal;
          animation-name: reveal;
}
.dot2,
.dot3 {
  -webkit-animation-name: slide;
          animation-name: slide;
}
.dot4 {
  -webkit-animation-name: revealback;
          animation-name: revealback;
}
.infinite-scroll {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.infinite-scroll.pinhole-loader-active {
  opacity: 1;
}
.infinite-scroll a {
  font-size: 0;
}
/* Password Protected Post/ Page */
.post-password-required label {
  width: 100%;
}
.post-password-required input[type="submit"],
.error404 .search-submit {
  width: 270px;
  display: block;
  margin: 10px auto;
}
.post-password-required input[type="password"] {
  width: 270px;
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
}
.section-content .post-password-form {
  text-align: center;
  max-width: 400px !important;
}
.error404 .search-form {
  text-align: center;
}
.error404 label,
.error404 .search-field {
  width: 270px;
}
.entry-content .fb_iframe_widget {
  display: block;
  margin-bottom: 2.6rem;
}
.pinhole-vertical-separator {
  display: block;
  width: 1px;
  height: 30px;
}
.section-content .mks_tabs.vertical {
  padding: 0 0 0 115px;
}
.mks_dropcap {
  padding: 11px 17px;
}
.sticky .entry-title a:before {
  content: "\f08d";
  font-family: "FontAwesome";
  line-height: 1;
  outline: 0;
  margin-right: 10px;
}
/*--------------------------------------------------------------
   Sticky Bottom 
--------------------------------------------------------------*/
.pinhole-sticky-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 70px, 0);
          transform: translate3d(0, 70px, 0);
  border-top: 1px solid;
  height: 70px;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-sticky-bottom-on .pinhole-sticky-bottom {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sticky-bottom-slot {
  line-height: 1.4;
  position: relative;
}
.sticky-bottom-slot i {
  position: absolute;
  top: 50%;
  font-size: 24px;
  line-height: 21px;
  display: block;
  height: 24px;
  margin-top: -12px;
}
.slot-left {
  padding-left: 38px;
}
.slot-left i {
  left: 0;
}
.slot-right {
  padding-right: 38px;
  text-align: right;
}
.slot-right i {
  right: 0;
}
.pinhole-sticky-bottom span {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
}
.sticky-bottom-slot a {
  display: block;
}
/*--------------------------------------------------------------
   GALLERIES
--------------------------------------------------------------*/
.pinhole-gallery {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  min-height: 60vh;
}
.entry-content .pinhole-gallery {
  min-height: auto;
}
.pinhole-gallery.pinhole-gallery-loaded {
  opacity: 1;
}
.pinhole-item {
  float: left;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.pinhole-hidden {
  opacity: 0 !important;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
}
.pinhole-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.pinhole-info .entry-category {
  margin-bottom: 5px;
}
.pinhole-info .entry-meta {
  margin-top: 3px;
}
.pinhole-info .entry-content {
  margin-top: 10px;
}
.pinhole-info .entry-content p:last-child {
  margin-bottom: 0;
}
.pinhole-info a {
  pointer-events: auto;
}
.pinhole-popup .item-link:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.pinhole-popup .pinhole-hidden {
  display: none;
}
.pinhole-image-counter {
  position: absolute;
  top: 20px;
  left: 35px;
  padding: 2px 10px;
  font-size: 12px;
  opacity: 0.7;
}
/*--------------------------------------------------------------
   Hidden Style And Overlay Style Gallery
--------------------------------------------------------------*/
.items-hidden .pinhole-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  padding: 0 40px;
  text-align: center;
}
.items-hidden .pinhole-info-more .item-link:after {
  opacity: 1;
}
.items-hidden .pinhole-info-more .pinhole-info,
.items-hidden .pinhole-info-more .item-link:hover:after {
  opacity: 1;
}
.items-hidden .pinhole-info,
.items-hidden .item-link:after,
.items-below .item-link:after,
.items-gradient .item-link:after {
  opacity: 0;
  will-change: opacity;
}
.items-hidden .pinhole-info {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.items-hidden .pinhole-item:hover .pinhole-info,
.items-hidden .pinhole-item:hover .item-link:after,
.items-below .item-link:hover:after,
.items-gradient .item-link:hover:after,
.item-hovered.item-link:after {
  opacity: 1;
}
.items-hidden .pinhole-info,
.items-hidden .item-link:after,
.items-overlay .item-link:after,
.items-below .item-link:after,
.items-gradient .item-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.items-overlay .pinhole-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  padding: 0 15%;
  text-align: center;
}
.items-hidden .item-link:after,
.items-overlay .item-link:after,
.items-below .item-link:after,
.items-gradient .item-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pinhole-masonry.items-gradient .item-link,
.pinhole-masonry.items-hidden .item-link,
.items-overlay .item-link,
.items-gradient .item-link,
.pinhole-grid.items-hidden .item-link {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}
/*--------------------------------------------------------------
   Gradient Style Gallery
--------------------------------------------------------------*/
.items-gradient .pinhole-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 30px 26px 30px;
}
.items-gradient .item-link:before {
  content: "";
  width: 100%;
  display: block;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.items-gradient.pinhole-grid .pinhole-info,
.items-gradient.pinhole-masonry .pinhole-info {
  left: 15px;
  width: 80%;
}
/*--------------------------------------------------------------
   Grid Style Gallery
--------------------------------------------------------------*/
.pinhole-grid.items-below .pinhole-item {
  height: auto;
}
/*--------------------------------------------------------------
   Text Below Image Gallery Style
--------------------------------------------------------------*/
.items-below .item-link {
  display: block;
  position: relative;
}
.items-below .pinhole-info {
  margin-top: 15px;
}
/*--------------------------------------------------------------
   Justified Gallery Style
--------------------------------------------------------------*/
.justified-gallery.items-below .pinhole-item {
  margin-bottom: 0;
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > article,
.justified-gallery > li {
  position: absolute;
  display: inline-block;
}
.pinhole-justify {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  margin: -30px -30px 0;
  display: block;
}
.pinhole-justify.large .pinhole-item img {
  height: 330px;
}
.pinhole-justify.medium .pinhole-item img {
  height: 250px;
}
.pinhole-justify.small .pinhole-item img {
  height: 200px;
}
/*--------------------------------------------------------------
   Default Gallery Style
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery .gallery-icon,
.gallery .pinhole-popup {
  display: inline-block;
  height: 100%;
}
.gallery-icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item {
  display: inline-block;
  padding: 0 0 30px 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  position: relative;
}
.gallery-columns-1.owl-carousel {
  padding: 0;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-1 {
  display: block;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28%;
          flex: 0 0 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.11%;
          flex: 0 0 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-icon .herald-popup {
  position: relative;
  float: left;
  outline: none;
  width: 100%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  padding-right: 0;
}
.gallery-columns-1 .gallery-item {
  padding: 0;
}
.gallery-caption {
  display: none;
}
/*--------------------------------------------------------------
   Forms
--------------------------------------------------------------*/
form div {
  margin-bottom: 2.6rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
  border: 1px solid;
  padding: 0 15px;
  outline: none;
  line-height: 1.6;
  width: 100%;
  font-size: 1.2rem;
  font-family: inherit;
  margin: 0;
  height: 46px;
  vertical-align: baseline;
  -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
textarea {
  padding: 15px;
  height: auto;
}
textarea,
div#user-submitted-posts textarea.usp-textarea {
  min-height: 200px;
  line-height: 22px;
}
select {
  width: 100%;
}
select option {
  display: inline-block;
}
button {
  outline: none;
}
.s2_form_widget input[type="submit"] {
  min-width: 120px;
}
div.wpcf7-response-output,
#usp-success-message,
#usp-error-message {
  margin: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
}
div.wpcf7-validation-errors,
.error,
.usp-callout-failure {
  color: #FFF;
  background: #e74c3c;
}
div.wpcf7-mail-sent-ok,
.success,
#usp-success-message {
  color: #FFF;
  background: #27ae60;
}
.success,
.error,
#usp-success-message {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  border-radius: 2px;
}
span.wpcf7-not-valid-tip {
  display: none;
  position: absolute;
  top: -4px;
  right: 12px;
  left: auto;
  padding: 6px 10px;
  border: none;
  color: white;
  background: #f1c40f;
}
.invalid span.wpcf7-not-valid-tip {
  display: block;
}
textarea.wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid {
  border-color: #f1c40f;
}
.wpcf7-form label {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="password"],
.wpcf7-form select,
.wpcf7-form textarea {
  margin-top: 10px;
}
.wpcf7-form p {
  margin-bottom: 10px;
}
.wpcf7-form input[type=submit] {
  min-width: 100px;
}
input::-webkit-input-placeholder {
  line-height: normal!important;
}
div.wpcf7 {
  margin-top: 3.6rem;
}
#mc_embed_signup .sub-menu {
  margin-top: 10px;
}
#mc_embed_signup input[type="submit"] {
  width: 100%;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1;
}
body div.wpforms-container-full .wpforms-form input,
body div.wpforms-container-full .wpforms-form select {
  height: 46px !important;
}
/*--------------------------------------------------------------
   Buttons
--------------------------------------------------------------*/
.submit,
.mks_read_more a,
input[type="submit"],
.pinhole-button,
.pinhole-button-secondary,
.submit,
.pinhole-button-social,
.widget .mks_autor_link_wrap a,
.widget .mks_read_more a,
button,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  width: auto;
  min-width: 160px;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  border-radius: 2px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.submit:after,
.mks_read_more a:after,
input[type="submit"]:after,
.pinhole-button:after,
.pinhole-button-secondary:after,
.submit:after,
.pinhole-button-social:after,
.widget .mks_autor_link_wrap a:after,
.widget .mks_read_more a:after,
button:after,
body div.wpforms-container-full .wpforms-form input[type=submit]:after,
body div.wpforms-container-full .wpforms-form button[type=submit]:after,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:after {
  display: none;
}
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  min-width: auto;
  padding: 0 15px;
  min-width: 100px;
  height: 46px;
  line-height: 46px;
  border: none;
}
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  border: none;
}
body .pinhole-share .meks_ess.pinhole-rectangle a {
  width: auto;
  min-width: 160px;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .pinhole-share .meks_ess.pinhole-rectangle a:after {
  display: none;
}
body .pinhole-share .meks_ess.pinhole-rectangle a:hover,
body .pinhole-share .meks_ess.pinhole-rectangle a:focus,
body .pinhole-share .meks_ess.pinhole-rectangle a:active {
  color: #fff;
}
body .pinhole-share .meks_ess a {
  font-size: 1.2rem;
}
.pinhole-download {
  position: absolute;
  min-width: 40px;
  width: 40px;
  opacity: 0.7;
  font-size: 1.4rem;
}
.pinhole-download:hover {
  opacity: 1;
}
.pinhole-download {
  bottom: 20px;
  right: 20px;
  padding: 0 0 0 1px;
  height: 40px;
  line-height: 43px;
  border-radius: 50%;
}
.pswp__zoom-wrap .pinhole-download {
  left: 20px;
  top: 20px;
  z-index: 900;
  -webkit-backface-visibility: visible;
}
.pinhole-masonry .pinhole-download {
  right: 35px;
}
.pinhole-item.post-password-protected:before,
.pinhole-item.post-password-required:before {
  content: '\f023';
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 100;
  padding: 0 0 0 1px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  opacity: 0.7;
  cursor: pointer;
}
.pinhole-justify .pinhole-item.post-password-protected:before,
.pinhole-justify .pinhole-item.post-password-required:before {
  right: 20px;
}
a.mks_button:after,
.mks_ico:after {
  display: none;
}
.mks_button.rounded {
  border-radius: 2px;
}
.mejs-container button {
  min-width: auto;
}
/*--------------------------------------------------------------
   Single Post
--------------------------------------------------------------*/
.entry-media {
  margin-bottom: 3rem;
  text-align: center;
}
.entry-media img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-header .entry-category {
  margin-bottom: 7px;
}
.section-header .avatar {
  max-width: 90px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.pinhole-share .meks_ess.pinhole-rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
body .pinhole-share .meks_ess.pinhole-rectangle a {
  text-align: center;
  font-size: 1.3rem;
  margin-right: 15px;
  min-width: auto !important;
  width: 300px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-share .meks_ess.pinhole-rectangle a:last-child {
  margin-right: 0;
}
.author-entry-meta .meta-item {
  margin: 0 5px;
}
.author-entry-meta .meta-item a:after,
.author-entry-meta .meta-item:after {
  display: none;
}
.author-entry-meta a {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.author-entry-meta a:hover {
  opacity: 1;
}
.entry-tags {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 2.6rem;
}
.entry-tags a {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
.entry-tags a:before {
  content: "#";
  margin-right: 1px;
}
.mejs-container {
  margin-bottom: 2.6rem;
}
.pinhole-single .section-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pinhole-single .section-content.pinhole-comments {
  margin-bottom: 30px;
}
.pinhole-share .meks_ess {
  margin-bottom: 25px;
}
/*--------------------------------------------------------------
   Blog page
--------------------------------------------------------------*/
.pinhole-section .pinhole-classic {
  opacity: 1;
}
.pinhole-section .pinhole-classic .pinhole-item {
  margin-bottom: 50px;
}
.pinhole-section .pinhole-classic .pinhole-item img {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.pinhole-section .pinhole-classic .pinhole-item .pinhole-info {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
   Widgets
--------------------------------------------------------------*/
.pinhole-sidebar-close svg {
  height: 12px;
  width: 12px;
}
.widget {
  margin-bottom: 4rem;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.widget:only-of-type {
  margin-bottom: 0;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul ul {
  margin-top: 1rem;
}
.widget a {
  text-decoration: none;
}
.widget-title {
  position: relative;
  margin-bottom: 35px;
}
.widget-title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  top: 40px;
}
/*Calendar Widget*/
.widget_calendar table {
  background: transparent;
  width: 100%;
  table-layout: fixed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_calendar table thead {
  font-size: 1.2rem;
}
.widget_calendar table thead th {
  text-align: center;
}
.widget_calendar table tbody td {
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 0;
}
.widget_calendar table tfoot {
  background: transparent;
}
.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget_calendar table caption {
  font-size: 1rem;
  position: absolute;
  top: 5px;
  right: 0;
}
.widget_calendar table tbody td a {
  display: inline-block;
  min-width: 16px;
  height: 25px;
  border-bottom: 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_calendar table tbody td a:hover {
  min-width: 20px;
}
.widget_calendar {
  padding: 0;
  position: relative;
}
.widget_calendar #today {
  position: relative;
}
.widget_calendar #today:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -15px 0 0 -15px;
}
.widget select {
  font-size: inherit;
}
.widget p:empty {
  margin: 0;
}
.widget .post-date {
  display: block;
  font-size: 1.4rem;
}
/* RSS widget */
.rss-widget-icon {
  display: none;
}
.rss-date {
  display: block;
  font-size: 1.2rem;
}
.rssSummary {
  margin-top: 1rem;
}
.widget_rss cite {
  margin-top: 1rem;
  display: block;
}
.mks_ads_widget ul {
  text-align: center;
}
.mks_ads_widget .widget-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.widget.mks_ads_widget li {
  padding: 0;
}
.widget.mks_ads_widget .small li,
.widget.mks_ads_widget ul.custom li,
.widget.mks_adswidget_ul.small li,
.widget.mks_adswidget_ul.custom li {
  margin-bottom: 15px;
  margin-right: 11px;
}
.mks_author_widget h3 {
  font-size: 1.8rem;
}
.mks_author_widget p,
.mks_social_widget p {
  margin: 0 0 1.8rem;
}
.widget .mks_social_widget_ul a:before {
  position: relative;
  height: auto;
  top: unset;
  left: unset;
  opacity: 1;
  background: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.widget .mks_social_widget_ul a:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.mks_author_widget p:last-child {
  margin-bottom: 0;
}
.mks_themeforest_widget {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.8rem 3rem;
}
.mks_themeforest_widget {
  padding: 2.2rem 2.2rem;
}
.mks_themeforest_widget .widget-title {
  text-align: center;
}
.widget.mks_author_widget img {
  margin: 5px 20px 0 0;
}
.widget .mks_read_more {
  margin-bottom: 0;
  margin-top: 18px;
}
.widget .mks_read_more a {
  width: 100%;
}
ul.flickr a img {
  -o-object-fit: cover;
     object-fit: cover;
}
ul.flickr a img {
  opacity: 1;
}
.mks_flickr_widget a {
  position: relative;
}
.mks_flickr_widget a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.mks_flickr_widget a:hover:after {
  opacity: 0.2;
}
.widget_search label {
  display: block;
  margin-bottom: 10px;
}
.widget ul li {
  margin-bottom: 8px;
}
.widget_recent_entries ul li,
.widget_recent_comments ul li {
  margin-bottom: 15px;
}
.widget_recent_entries .post-date,
.widget .rss-date,
.widget cite {
  opacity: 0.7;
  font-size: 1.2rem;
}
.widget_rss ul li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.widget_rss ul li:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: 0;
  bottom: 0px;
}
.widget_rss ul li:last-child {
  margin: 0;
  padding: 0;
}
.widget_rss ul li:last-child:after {
  display: none;
}
.tagcloud a {
  font-size: 1.2rem !important;
  margin-right: 3px;
  text-transform: uppercase;
}
.tagcloud a:before {
  content: "#";
  margin-left: 3px;
}
.pinhole-responsive-menu .pinhole-nav-responsive li:before {
  display: none;
}
.pinhole-responsive-menu .pinhole-nav-responsive li {
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
}
.pinhole-responsive-menu .pinhole-nav-responsive a {
  display: block;
  padding-bottom: 7px;
}
.pinhole-responsive-menu .pinhole-nav-responsive .sub-menu {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 12px;
}
.pinhole-responsive-menu .pinhole-nav-responsive .sub-menu a {
  padding-left: 20px;
}
.pinhole-responsive-menu .pinhole-nav-responsive .sub-menu .sub-menu a {
  padding-left: 40px;
}
.pinhole-responsive-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.pinhole-nav-widget-acordion {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  font-size: 18px;
  width: 32px;
  text-align: center;
  height: 31px;
  line-height: 31px;
}
.menu-item-has-children span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pinhole-responsive-menu .menu-item-has-children.active > span,
.widget_pages .page_item_has_children.active > span {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
body .widget .mejs-container .mejs-controls .mejs-button button {
  min-width: auto;
}
.widget li a,
.widget p a {
  position: relative;
}
.widget li a:before,
.widget p a:before {
  content: "";
  background: #333;
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity,transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}
.widget p a:before {
  opacity: 0.25;
}
.widget li a:hover:before,
.widget p a:hover:before {
  opacity: 0.5;
  -webkit-transform: translateY(2px) translateZ(0);
          transform: translateY(2px) translateZ(0);
}
.mks_flickr_widget a:before,
.pinhole-nav-responsive a:before {
  display: none;
}
/*--------------------------------------------------------------
   Comments
--------------------------------------------------------------*/
.comment-form label {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
.comment-respond {
  width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 33.33%;
  padding: 0 15px 0 0;
  margin-bottom: 20px;
}
.comment-form-url {
  padding: 0;
}
.comment-form p {
  margin-bottom: 5px;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form .form-submit {
  margin-bottom: 0;
  margin-top: 10px;
  clear: both;
  display: inline-block;
  width: 300px;
}
.form-submit input[type=submit] {
  min-width: 178px;
}
.comment-respond {
  margin-bottom: 0;
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 8rem  0 0;
  clear: both;
}
.comment-list li {
  list-style: none;
}
.comment-list .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.comment-author b {
  font-size: 18px;
}
.comment-list .says {
  display: none;
}
.comment-list .comment-metadata {
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 12px;
}
.comment-meta a {
  text-decoration: none;
}
.comment-content {
  margin-left: 65px;
}
.reply {
  font-size: 1.4rem;
  margin-left: 65px;
}
.comment-reply-link {
  text-decoration: none;
}
.comment-content p {
  margin-bottom: 1.3rem;
}
.comment-body {
  margin-bottom: 4rem;
}
.comment-list .children {
  margin-left: 65px;
  padding: 0;
}
.comment-list .comment-respond {
  margin-bottom: 35px;
}
.comment .comment-respond {
  margin: 0 0 6rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5rem;
  position: relative;
}
.comment .comment-respond .comment-form-comment label {
  display: none;
}
.comment-form {
  position: relative;
}
#cancel-comment-reply-link {
  font-size: 0;
}
#cancel-comment-reply-link:after {
  position: absolute;
  top: -20px;
  right: -20px;
  content: "\f00d";
  font-family: "FontAwesome";
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
}
#cancel-comment-reply-link:after {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#cancel-comment-reply-link:hover:after {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 10px 20px 0 rgba(1, 1, 1, 0.15);
}
#cancel-comment-reply-link:focus:after {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.15);
  box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.15);
  text-decoration: none;
}
.comment-reply-title {
  float: right;
}
.comment-notes,
.comment-form .logged-in-as {
  margin-bottom: 25px;
}
.pingback .comment-content,
.trackback .comment-content {
  margin-left: 0;
}
.bypostauthor .comment-author {
  position: relative;
}
.bypostauthor .comment-author:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 27px;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -9px;
  top: -6px;
  border: 2px solid #FFF;
}
.comment-author .fn {
  text-transform: uppercase;
}
.comment-subscription-form label {
  font-size: 1.4rem;
}
.comment-subscription-form [type=checkbox],
.comment-subscription-form [type=radio] {
  vertical-align: -2px;
}
.comment .comment-respond .submit {
  min-width: 190px;
}
.comment-list > li:last-child > .comment-body + .comment-respond {
  margin-top: 6rem;
}
.comment-list li:last-child .children li:last-child article {
  margin-bottom: 0;
}
.comment-list li:last-child .children li:only-of-type article {
  margin-bottom: 3rem;
}
#wp-comment-cookies-consent {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
/*--------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
.pinhole-footer {
  position: relative;
  padding-top: 50px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.pinhole-footer:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
}
.pinhole-footer-alternative .pinhole-footer:before {
  display: none;
}
.pinhole-footer-alternative .pinhole-footer {
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.pinhole-footer .widget p a:before {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.mks_col {
  margin-bottom: 2.6rem;
}
.mks_pricing_table .mks_one_half {
  padding: 60px 100px;
}
.mks_pricing_table .mks_one_third {
  padding: 60px 80px;
}
.mks_pricing_table .mks_one_quarter {
  padding: 30px 40px;
}
.mks_pricing_table_content > span {
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.mks_pricing_table_content > span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.mks_pricing_table_content > span:last-child:before {
  display: none;
}
.mks_pricing_table_footer a.mks_button {
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  height: 46px;
}
.mks_pricing_table_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mks_pricing_table_header span:last-child {
  font-size: 120%;
}
.mks_col {
  margin-bottom: 2.6rem;
  clear: both;
  width: 100%;
  margin: 0 auto;
  float: none;
}
.mks_tabs {
  display: none;
  overflow: hidden;
  padding: 40px 0 0 0;
  position: relative;
  margin: 0 0 20px 0;
  float: none;
  clear: both;
  display: block;
}
.mks_separator {
  float: none;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
    div element that matches size of large image
    large image loads on top of it
*/
/* .pswp__img--placeholder--blank {
  background: #222; }
 */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
  background: none;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  height: 50%;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pswp__button--arrow--left {
  padding-left: 45px;
  left: 0;
  text-align: left;
}
.pswp__button--arrow--right {
  padding-right: 45px;
  right: 0;
  text-align: right;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 44px;
}
.pswp__button--arrow--left:before {
  left: 6px;
  content: "\f104";
}
.pswp__button--arrow--right:before {
  right: 6px;
  content: "\f105";
}
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  opacity: 1;
}
.pswp__button--arrow--right:active {
  right: -3px;
}
.pswp__button--arrow--left:active {
  left: -3px;
}
.pswp-bottom-wrap-open .pswp__ui > .pswp__button {
  margin-top: -50px;
}
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__bg,
.pswp__item {
  cursor: default;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 1;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: block;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp-arrow {
  opacity: 0.65;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pswp-arrow:hover {
  opacity: 1;
}
.pswp-bottom-container {
  height: 100px;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  cursor: auto;
  z-index: 99999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pswp-bottom-container .pswp-carousel {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  height: 70px;
}
.pswp-bottom-container .pswp-carousel.owl-loaded {
  opacity: 1;
}
.pswp-bottom-container img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
  opacity: 0.5 !important;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.pswp-bottom-container .owl-item.center img,
.pswp-bottom-container .owl-item:hover img {
  opacity: 1!important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pswp-bottom-container .pswp-nav {
  max-width: 680px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9000;
  overflow: hidden;
}
.pswp-caption {
  left: 30px;
}
.pswp-meta {
  right: 30px;
}
.pswp-caption,
.pswp-meta {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  max-width: 28%;
}
.pswp-meta-items .meta-item {
  display: block;
  font-size: 85%;
  line-height: 1.5;
}
.pswp-meta-items {
  text-align: right;
}
.pswp-meta-items .meta-item:after,
.pswp-meta-items .meta-item:first-child:before {
  display: none;
}
.pswp-arrow-left:before {
  content: "\f104";
}
.pswp-arrow-left:before,
.pswp-arrow-right:before {
  font-family: "FontAwesome";
  font-size: 18px;
}
.pswp-arrow-right:before {
  content: "\f105";
}
.pswp-bottom-open .pswp-bottom-container-action:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pswp-bottom-container-action:after {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pswp-bottom-container.pswp-bottom-open {
  bottom: 0;
}
.pswp-bottom-container-action {
  height: 50px;
  width: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  z-index: 8999;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.pswp__caption,
.pswp__top-bar {
  background: transparent;
}
.pswp .pswp__item img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.pswp-bottom-wrap-open .pswp__item img {
  padding: 0 0 90px;
}
.pswp__counter {
  top: 22px;
  left: 22px;
  font-size: 1.2rem;
  opacity: 0.7;
  width: auto;
}
.pswp__button--close {
  width: 44px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  position: absolute;
  right: 22px;
  top: 22px;
  text-decoration: none;
  text-align: center;
  opacity: 0.5;
  background: transparent;
  z-index: 900;
  background: 0 0;
  font-style: normal;
  font-size: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pswp__button--close:hover {
  background: transparent;
}
.wp-block-latest-comments {
  padding: 0;
}
.wp-block-archives,
.wp-block-latest-posts,
.wp-block-categories {
  padding-left: 26px;
}
.wp-block-latest-posts li {
  margin-bottom: 13px;
}
/** === Button Block === */
.entry-content .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link {
  width: auto;
  min-width: 160px;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  padding: 0 25px;
  line-height: 46px;
  text-transform: uppercase;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}
.is-style-outline .wp-block-button__link {
  background: 0 0;
  border: 1px solid currentcolor;
}
.wp-block-button__link {
  border-radius: 3px;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
/** === Code Block === */
.wp-block-code,
.wp-block-preformatted pre {
  padding: 35px;
  margin-bottom: 35px;
  font-family: monospace,monospace;
}
@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 13px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 13px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 13px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 13px;
  }
}
.wp-block-column p:only-of-type {
  margin-bottom: 0;
}
@media (max-width: 782px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 660px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/** === Cover Image Block === */
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
  position: relative;
  z-index: 2;
}
.wp-block-cover-image.aligncenter {
  margin: 0 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  padding: 30px;
}
/** === Embed Block === */
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
  text-align: center;
}
/** === Gallery Block === */
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignnone,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-gallery {
  margin: 0 0 2.6rem;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  margin-bottom: 20px;
}
.wp-block-image .alignleft {
  margin-right: 4rem;
  position: relative;
}
.wp-block-image .alignright {
  margin-left: 4rem;
  position: relative;
}
.wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (max-width: 700px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .wp-block-image .alignleft figcaption,
  .wp-block-image .alignright figcaption {
    text-align: left;
  }
}
/** === List Block === */
.wp-block-video video {
  max-width: 100%;
}
.wp-block-embed.alignfull {
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-block-audio audio {
  max-width: 100%;
}
.wp-block-audio.aligncenter {
  text-align: center;
}
.wp-block-audio audio {
  min-width: 270px;
}
/** === Media Text Block === */
/** === Drop Cap and Subhead Block === */
p.wp-block-subhead {
  font-style: normal;
  opacity: 1;
  line-height: 1.35;
}
p.has-drop-cap:not(:focus)::first-letter {
  font-size: 7.5rem;
  margin: 10px 20px 0 0;
}
/** === Preformatted Block, Verse Block === */
.wp-block-preformatted {
  white-space: nowrap;
  overflow: auto;
}
/** === Pullquote Block === */
.wp-block-pullquote blockquote {
  background: transparent;
  margin-bottom: 0;
  padding: 40px;
}
.wp-block-pullquote.aligncenter {
  text-align: center;
}
blockquote.aligncenter:after {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-pullquote.alignleft {
  text-align: left;
  margin-right: 4rem;
}
.wp-block-pullquote.alignright {
  text-align: right;
  margin-left: 4rem;
}
blockquote.alignright:after {
  margin-left: auto;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  line-height: 1.6;
  font-style: normal;
}
.wp-block-pullquote {
  padding: 0;
  border-bottom: 2px solid;
  border-top: 2px solid;
}
.wp-block-pullquote.is-style-solid-color {
  border-bottom: none;
  border-top: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: initial;
  margin-right: initial;
  text-align: center;
  max-width: 100%;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
  line-height: 30px;
}
.wp-block-pullquote cite {
  font-style: normal;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote {
  text-align: left;
}
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
  text-align: right;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  padding: 0;
  margin-top: 8px;
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
  text-align: center;
}
.wp-block-pullquote.aligncenter:before {
  left: 50%;
  margin-left: -11px;
}
.wp-block-pullquote.aligncenter {
  padding: 0;
}
.wp-block-pullquote.aligncenter blockquote {
  margin-bottom: 0;
}
.wp-block-pullquote.alignleft {
  text-align: left;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 10%;
}
.wp-block-pullquote.alignright {
  text-align: left;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-right: 10%;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 300px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 30px;
}
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignright cite {
  text-align: right;
}
.wp-block-pullquote.alignright cite {
  display: block;
}
.wp-block-pullquote.alignright:before {
  left: auto;
  right: -35px;
}
blockquote.alignright:after {
  margin-left: auto;
}
.wp-block-pullquote.alignwide {
  max-width: 100%;
}
.wp-block-pullquote.alignfull blockquote,
.wp-block-pullquote.alignwide blockquote {
  max-width: 580px;
  margin: 0 auto;
}
/** === Blockquote Block === */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 2.6rem;
  padding: 40px 60px;
  line-height: 1;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  text-align: left;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  font-style: normal;
}
@media (max-width: 700px) {
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p,
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 2.4rem;
  }
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 449px) {
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p,
  .wp-block-pullquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p,
  .entry-content .wp-block-pullquote.is-style-solid-color blockquote p {
    margin-bottom: 1.5rem;
  }
  .wp-block-pullquote blockquote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding: 20px 25px;
  }
}
/** === Separator Block === */
.wp-block-separator,
body .section-content .wp-block-separator:not(.is-style-wide) {
  max-width: 180px;
  height: 1px;
}
.wp-block-separator:not(.is-style-dots) {
  border: none;
}
.is-style-wide {
  max-width: 100%;
  width: 100%;
}
.section-content .is-style-wide {
  max-width: 100%;
}
.wp-block-separator {
  margin-bottom: 26px;
  clear: both;
}
/** === Table Block === */
table {
  width: 100%;
}
.wp-block-calendar table {
  border: none;
}
.wp-block-calendar table th {
  text-align: center;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.wp-block-calendar table th {
  background: transparent;
}
.wp-block-calendar tfoot a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar #prev {
  text-align: left;
}
.wp-block-calendar #next {
  text-align: right;
}
.wp-block-calendar table caption {
  text-align: center;
  caption-side: top;
}
.wp-block-calendar tfoot tr td {
  border: none;
}
.entry-content .wp-block-rss li,
.wp-block-rss li {
  margin-bottom: 20px;
}
.wp-block-rss {
  padding: 0;
  list-style: none;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  margin-top: 20px;
}
.alignfull img,
.entry-content video,
.entry-content iframe {
  width: 100%;
}
.wp-block-column,
.wp-block-separator,
.wp-block-embed,
.wp-block-image,
.wp-block-pullquote,
.wp-block-pullquote.is-style-solid-color blockquote p,
.entry-content .wp-block-quote,
.wp-block-media-text,
.wp-block-table,
.wp-block-search,
.wp-block-audio.alignfull,
.wp-block-video,
.wp-block-audio,
.entry-content .fluid-width-video-wrapper {
  margin-bottom: 26px;
}
body .entry-content .blocks-gallery-item a,
body .entry-content .blocks-gallery-item a:hover {
  border-bottom: 0 none transparent;
}
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-pullquote {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
   Responsive
--------------------------------------------------------------*/
@media (max-width: 750px) {
  .pinhole-header {
    position: relative;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 999;
    margin: 0;
  }
  .site-title img {
    max-height: 40px;
  }
  .pinhole-header .pinhole-soc-menu,
  .pinhole-header .site-description,
  .pinhole-header .pinhole-nav {
    display: none;
  }
  .pinhole-header-sticky .slot-c .pinhole-site-branding {
    display: block;
  }
  .pinhole-responsive-menu,
  .pinhole-responsive-social-menu {
    display: block;
  }
  .pinhole-responsive-social-menu {
    margin-bottom: 5rem;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .pinhole-responsive-social-menu ul {
    margin-left: -8px;
  }
  .slot-c {
    margin: 15px auto 0;
  }
  .pinhole-header .container-full,
  .pinhole-header .row {
    height: 100%;
    position: relative;
  }
  .pinhole-header .container-full {
    position: relative;
  }
  .slot-c .pinhole-nav + .pinhole-site-branding,
  .slot-c .pinhole-site-branding + .pinhole-nav {
    margin: 0;
  }
  .slot-l {
    top: 0;
    left: 0;
  }
  .slot-r {
    top: 0;
    right: 0;
  }
  .pinhole-header.pinhole-header-3 .row .slot-l.pinhole-header-3,
  .pinhole-header.pinhole-header-3 .row .slot-r {
    top: 0;
  }
  .pinhole-header-sticky .slot-l.pinhole-header-3 {
    left: 20px;
    top: -15px;
  }
  .pinhole-header-sticky .slot-r {
    right: 15px;
    top: -14px;
  }
  .pinhole-header-sticky .slot-c {
    margin-top: 14px;
    height: 56px;
  }
  .pinhole-header-3 .h1 {
    margin-bottom: 0;
  }
  .pinhole-header-1 + .pinhole-section .row .section-header:first-child {
    margin-top: 0;
  }
  .h1.site-title {
    font-size: 2.2rem;
    line-height: 2;
  }
  h1.site-title:before,
  h1.site-title:after{
	  width:0;
	  height:0;
	  background:none;
  }
  .slot-r .pinhole-mobile-visible {
    display: table-cell;
  }
  body .wp-video {
    width: 100% !important;
  }
  .pinhole-header.pinhole-header-1 .row .slot-l,
  .pinhole-header.pinhole-header-1 .row .slot-r,
  .pinhole-header.pinhole-header-2 .row .slot-l,
  .pinhole-header.pinhole-header-2 .row .slot-r {
    display: table;
    height: 100%;
  }
}
@media (min-width: 1999px) {
  .container-full {
    max-width: 1254px;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 978px) {
  .items-gradient.pinhole-grid .pinhole-info,
  .items-gradient.pinhole-masonry .pinhole-info {
    left: 0;
    width: 100%;
  }
  .items-gradient .pinhole-info {
    padding: 0 30px 16px 30px;
  }
  .pinhole-info .entry-meta {
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .pswp-close {
    top: 0;
    right: 0;
  }
  .pswp-counter {
    top: 12px;
    left: 9px;
  }
  figure.alignright {
    margin-right: 5%;
  }
  figure.alignleft {
    margin-left: 5%;
  }
}
@media (max-width: 700px) {
  .pinhole-item {
    margin-bottom: 20px;
  }
  .items-below .pinhole-info {
    margin-top: 10px;
  }
  .pinhole-info .entry-meta {
    margin-top: 0;
  }
  .pswp-container > button.pswp-arrow {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    min-width: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
  }
  .pswp-arrow.pswp-arrow-right {
    right: 20px;
  }
  .pswp-arrow.pswp-arrow-left {
    left: 20px;
  }
  .pswp-arrow-right:before {
    margin-top: -1px;
    display: block;
    margin-left: 3px;
  }
  .pswp-arrow-left:before {
    margin-top: -1px;
    display: block;
    margin-right: 3px;
  }
  .pinhole-download {
    opacity: 1;
  }
  figure.alignleft,
  figure.alignright,
  .alignleft,
  .alignright {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
    float: none;
    display: block;
  }
  figure.alignleft:after,
  figure.alignright:after,
  .alignleft:after,
  .alignright:after {
    content: "";
    display: table;
    clear: both;
  }
  p img.alignleft {
    margin-left: auto;
  }
  p img.alignright {
    margin-right: auto;
  }
}
@media (max-width: 630px) {
  .sticky-bottom-slot,
  .pinhole-sticky-bottom span {
    font-size: 0;
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .sticky-bottom-slot {
    border-right: 1px solid;
  }
  .sticky-bottom-slot:last-child {
    border: none;
  }
  .pinhole-sticky-bottom a {
    width: 100%;
    height: 40px;
    padding: 0;
  }
  .sticky-bottom-slot i {
    left: 50%;
    right: auto;
    margin-left: -4px;
  }
  .sticky-bottom-slot {
    height: 40px;
  }
  .comment-list .children {
    margin-left: 0;
  }
  .comment-content,
  .reply {
    margin-left: 0;
  }
  .pinhole-sticky-bottom {
    height: 40px;
    padding: 0 20px;
  }
  .slot-left {
    padding-left: 28px;
  }
  .slot-right {
    padding-right: 28px;
  }
}
@media (max-width: 449px) {
  .pinhole-share .meks_ess.pinhole-rectangle a {
    width: 100%;
    min-width: auto !important;
    max-width: 100%;
  }
  .pinhole-sidebar {
    max-width: 100%;
    padding: 60px 30px 0;
  }
  .pinhole-sidebar-close {
    height: 40px;
    width: 40px;
    font-size: 12px;
    padding-top: 11px;
    text-align: center;
    top: 10px;
    right: 10px;
  }
  .section-header:before,
  .pinhole-footer:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
  }
  .section-header {
    padding-top: 30px;
  }
  .entry-media,
  .section-header {
    margin-bottom: 10px;
  }
  .entry-meta {
    margin-top: 0;
  }
  .pinhole-item {
    margin-bottom: 15px;
  }
  .pinhole-info {
    text-align: center;
  }
  .items-below .pinhole-info {
    margin-top: 10px;
  }
  .pinhole-info .entry-meta {
    margin-top: 0;
  }
  .pinhole-single .pinhole-info .entry-title,
  .pinhole-info .entry-title {
    margin-bottom: 0;
  }
  .pinhole-footer {
    padding-top: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .items-gradient.pinhole-grid .pinhole-info,
  .items-gradient.pinhole-masonry .pinhole-info {
    left: 0;
    width: 100%;
  }
  .items-gradient .pinhole-info {
    padding: 0 30px 20px 30px;
  }
  p {
    margin: 0 0 1.5rem;
  }
  .widget {
    margin-bottom: 3rem;
    max-width: 100%;
  }
  .widget.pinhole-responsive-menu {
    margin-bottom: 2rem;
  }
  .pinhole-responsive-social-menu {
    margin-bottom: 3rem;
    max-width: 100%;
  }
  .pinhole-responsive-social-menu ul {
    margin-left: -8px;
  }
  .widget-title:after {
    top: 35px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    padding: 0;
  }
  .comment-form .form-submit {
    width: 100%;
  }
  .pinhole-single .entry-title {
    margin-bottom: 5px;
  }
  .pswp-bottom-container {
    display: none;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.5rem;
  }
  pre,
  blockquote,
  q {
    padding: 20px 25px;
  }
  .pswp-bottom-wrap-open img.pswp-img {
    padding-bottom: 0;
  }
  .widget-title {
    margin-bottom: 25px;
  }
  .pinhole-header-1 + .pinhole-section .row .section-header:first-child {
    margin-top: 0;
  }
  .slot-right {
    padding-right: 20px;
  }
  .slot-left {
    padding-left: 20px;
  }
  .pinhole-sticky-bottom {
    padding: 0;
  }
  .pswp-bottom-wrap-open .pswp__item img {
    padding: 0;
  }
  .pswp__button--arrow--left {
    padding-left: 15px;
  }
  .pswp__button--arrow--right {
    padding-right: 15px;
  }
  .pswp__button--close {
    right: 0;
  }
  .pswp__counter {
    left: 0;
  }
}
@media (max-width: 809px) {
  .pinhole-justify {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: -15px -15px 0;
  }
  .pinhole-justify.large .pinhole-item img,
  .pinhole-justify.medium .pinhole-item img,
  .pinhole-justify.small .pinhole-item img {
    height: 200px;
  }
}
@media (max-width: 360px) {
  .mks_flickr_widget.widget ul.flickr li {
    margin: 1px 1px 0;
    max-width: 63px;
    width: 63px;
  }
  .mks_flickr_widget.widget ul.flickr li img {
    max-width: 63px;
    width: 63px;
  }
  .widget .flickr {
    width: 300px;
  }
}
@media (max-width: 1049px) {
  .pswp-bottom-container .pswp-carousel {
    max-width: 430px;
  }
  .pswp-bottom-container .pswp-nav {
    max-width: 510px;
  }
}
@media (max-width: 799px) {
  .pswp-bottom-container .pswp-carousel,
  .pswp-bottom-container .pswp-nav {
    display: none;
  }
}
