@charset "UTF-8";
/*
Theme Name: Benue
Theme URI: http://www.themeforest.net/user/kotofey/portfolio
Author: kotofey
Author URI: http://www.themeforest.net/user/kotofey
Description: Benue portfolio WordPress theme
Version: 1.8
License: GNU General Public License
License URI: license.txt
Text Domain: benue
Tags: custom-menu, featured-images, full-width-template, microformats, post-formats, theme-customizer, translation-ready
*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: none;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: none;
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: transparent;
  height: 30px;
  width: 32px;
  position: absolute;
  font-family: 'kktfwp';
  font-size: 16px;
  color: #fff;
}

.pswp__button--arrow--left:before {
  left: 6px;
  content: '\e80e';
}

.pswp__button--arrow--right:before {
  right: 6px;
  content: '\e810';
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  color: #fff;
  opacity: .75;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: none;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: transparent;
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.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 class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: 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 150ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 150ms 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%;
  background-color: #000;
  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%;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 26 26"><path fill="none" stroke="%23fff" stroke-width="3" d="M25 1L1 25M1 1l24 24"/></svg>'), auto;
  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 150ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-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: transparent;
}

.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;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 1px dotted currentColor;
  text-decoration: none;
  cursor: help;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  max-width: 100%;
  padding: 1.35em;
  display: block;
  background-color: rgba(135, 135, 135, 0.4);
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  font-size: 14px;
  line-height: 1.375;
  margin: 0 0 1.563rem 0;
  color: currentColor;
}

code,
kbd {
  font-family: monospace, monospace;
  /* 1 */
  background-color: rgba(135, 135, 135, 0.4);
  line-height: 1.6em;
  padding: 0 5px;
}

table, .wp-block-table {
  width: 100%;
  margin: 0 0 25px 0;
  border-collapse: separate;
}

thead th, .wp-block-table thead th {
  font-weight: 600;
  background: #8a97a0;
  color: currentColor;
}

tr, .wp-block-table tr {
  background: rgba(123, 123, 123, 0.11);
  border-bottom: none;
  margin-bottom: 5px;
}

tr:nth-child(even), .wp-block-table tr:nth-child(even) {
  background: rgba(135, 135, 135, 0.2);
}

th, .wp-block-table th, td, .wp-block-table td {
  text-align: left;
  padding: 15px;
  border: none;
}

tfoot tr, .wp-block-table tfoot tr {
  background: none;
}

tfoot td, .wp-block-table tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}

dl {
  margin: 0 0 1.563rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.563rem 1.563rem;
}

address {
  font-style: italic;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  background-color: currentColor;
  border: 0;
  height: 1px;
  margin: 0 0 1.563rem;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

span.cross-select {
  position: relative;
  display: inline;
}
span.cross-select:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0.9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  border-top: 8px solid currentColor;
}
span.cross-select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  display: inline;
  width: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/**
 * 12.2 - Defaul Wordpress Galleries
 */
.gallery {
  margin: 0 -15px 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 30px 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: currentColor;
  display: block;
  font-size: 13px;
  font-style: italic;
  padding-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 0.375em 0;
}
@media (max-width: 440px) {
  .alignleft {
    margin: 0.375em auto 1.75em auto;
    float: none;
  }
}

.alignright {
  float: right;
  margin: 0.375em 0 0.375em 1.75em;
}
@media (max-width: 440px) {
  .alignright {
    margin: 0.375em auto 1.75em auto;
    float: none;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

@font-face {
  font-family: 'kktfwp';
  src: url("css/font/kktfwp.eot?65005239");
  src: url("css/font/kktfwp.eot?65005239#iefix") format("embedded-opentype"), url("css/font/kktfwp.woff2?65005239") format("woff2"), url("css/font/kktfwp.woff?65005239") format("woff"), url("css/font/kktfwp.ttf?65005239") format("truetype"), url("css/font/kktfwp.svg?65005239#kktfwp") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'kktfwp';
    src: url('css/font/kktfwp.svg?65005239#kktfwp') format('svg');
  }
}
*/
[class^="kktfwp-icon-"]:before, [class*=" kktfwp-icon-"]:before {
  font-family: "kktfwp";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.kktfwp-icon-facebook:before {
  content: '\e800';
}

/* 'юаА' */
.kktfwp-icon-gplus:before {
  content: '\e801';
}

/* 'юаБ' */
.kktfwp-icon-pinterest:before {
  content: '\e802';
}

/* 'юаВ' */
.kktfwp-icon-twitter:before {
  content: '\e803';
}

/* 'юаГ' */
.kktfwp-icon-heart-empty:before {
  content: '\e804';
}

/* 'юаД' */
.kktfwp-icon-heart:before {
  content: '\e805';
}

/* 'юаЕ' */
.kktfwp-icon-share:before {
  content: '\e806';
}

/* 'юаЖ' */
.kktfwp-icon-linkedin:before {
  content: '\e807';
}

/* 'юаЗ' */
.kktfwp-icon-email:before {
  content: '\e808';
}

/* 'юаИ' */
.kktfwp-icon-left-small:before {
  content: '\e809';
}

/* 'юаЙ' */
.kktfwp-icon-right-small:before {
  content: '\e80a';
}

/* 'юаК' */
.kktfwp-icon-calendar:before {
  content: '\e80b';
}

/* 'юаЛ' */
.kktfwp-icon-doc:before {
  content: '\e80c';
}

/* 'юаМ' */
.kktfwp-icon-down-open-mini:before {
  content: '\e80d';
}

/* 'юаН' */
.kktfwp-icon-left:before {
  content: '\e80e';
}

/* 'юаО' */
.kktfwp-icon-lock-1:before {
  content: '\e80f';
}

/* 'юаП' */
.kktfwp-icon-right:before {
  content: '\e810';
}

/* 'юаР' */
.kktfwp-icon-gplus-1:before {
  content: '\e811';
}

/* 'юаС' */
.kktfwp-icon-down:before {
  content: '\e812';
}

/* 'юаТ' */
.kktfwp-icon-youtube:before {
  content: '\e813';
}

/* 'юаУ' */
.kktfwp-icon-right-open:before {
  content: '\e814';
}

/* 'юаФ' */
.kktfwp-icon-left-open:before {
  content: '\e815';
}

/* 'юаХ' */
.kktfwp-icon-up-open:before {
  content: '\e816';
}

/* 'юаЦ' */
.kktfwp-icon-cancel:before {
  content: '\e817';
}

/* 'юаЧ' */
.kktfwp-icon-up:before {
  content: '\e818';
}

/* 'юаШ' */
.kktfwp-icon-soundcloud:before {
  content: '\e819';
}

/* 'юаЩ' */
.kktfwp-icon-picasa:before {
  content: '\e81a';
}

/* 'юаЪ' */
.kktfwp-icon-paypal:before {
  content: '\e81b';
}

/* 'юаЫ' */
.kktfwp-icon-dribbble:before {
  content: '\e81c';
}

/* 'юаЬ' */
.kktfwp-icon-left-1:before {
  content: '\e81d';
}

/* 'юаЭ' */
.kktfwp-icon-right-1:before {
  content: '\e81e';
}

/* 'юаЮ' */
.kktfwp-icon-flickr:before {
  content: '\e81f';
}

/* 'юаЯ' */
.kktfwp-icon-skype:before {
  content: '\e820';
}

/* 'юаа' */
.kktfwp-icon-facebook-1:before {
  content: '\e821';
}

/* 'юаб' */
.kktfwp-icon-vimeo:before {
  content: '\e822';
}

/* 'юав' */
.kktfwp-icon-pinterest-1:before {
  content: '\e823';
}

/* 'юаг' */
.kktfwp-icon-tumblr:before {
  content: '\e824';
}

/* 'юад' */
.kktfwp-icon-twitter-1:before {
  content: '\e825';
}

/* 'юае' */
.kktfwp-icon-linkedin-1:before {
  content: '\e826';
}

/* 'юаж' */
.kktfwp-icon-instagramm:before {
  content: '\e827';
}

/* 'юаз' */
.kktfwp-icon-down-open-mini-1:before {
  content: '\e828';
}

/* 'юаи' */
.kktfwp-icon-down-open:before {
  content: '\e829';
}

/* 'юай' */
.kktfwp-icon-left-open-mini:before {
  content: '\e82a';
}

/* 'юак' */
.kktfwp-icon-right-open-mini:before {
  content: '\e82b';
}

/* 'юал' */
.kktfwp-icon-up-open-mini:before {
  content: '\e82c';
}

/* 'юам' */
.kktfwp-icon-down-open-big:before {
  content: '\e82d';
}

/* 'юан' */
.kktfwp-icon-left-open-big:before {
  content: '\e82e';
}

/* 'юао' */
.kktfwp-icon-right-open-big:before {
  content: '\e82f';
}

/* 'юап' */
.kktfwp-icon-up-open-big:before {
  content: '\e830';
}

/* 'юа░' */
.kktfwp-icon-pencil:before {
  content: '\e831';
}

/* 'юа▒' */
.kktfwp-icon-comment-empty:before {
  content: '\e832';
}

/* 'юа▓' */
.kktfwp-icon-folder-open-empty:before {
  content: '\e833';
}

/* 'юа│' */
.kktfwp-icon-angle-down:before {
  content: '\e834';
}

/* 'юа┤' */
.kktfwp-icon-clock:before {
  content: '\e835';
}

/* 'юа╡' */
.kktfwp-icon-search:before {
  content: '\e836';
}

/* 'юа╢' */
.kktfwp-icon-reply:before {
  content: '\e837';
}

/* 'юа╖' */
.kktfwp-icon-fivehundredpx:before {
  content: '\e838';
}

/* 'юа╕' */
.kktfwp-icon-behance:before {
  content: '\f1b4';
}

/* 'яЖ┤' */
.kktfwp-icon-xing:before {
  content: '\f168';
}

/* 'яЕи' */
* {
  box-sizing: border-box;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
  margin: 1.4em 0 0.8em;
}
@media (max-width: 1026px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
  }
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 42px;
}
@media (max-width: 1026px) {
  h1 {
    font-size: calc(2.08333rem + 0.84635vw);
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 1026px) {
  h2 {
    font-size: calc(1.83333rem + 0.65104vw);
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 1026px) {
  h3 {
    font-size: calc(1.58333rem + 0.45573vw);
  }
}

h4 {
  font-size: 26px;
}
@media (max-width: 1026px) {
  h4 {
    font-size: calc(1.41667rem + 0.32552vw);
  }
}

h5 {
  font-size: 22px;
}
@media (max-width: 1026px) {
  h5 {
    font-size: calc(1.25rem + 0.19531vw);
  }
}

h6 {
  font-size: 18px;
}
@media (max-width: 1026px) {
  h6 {
    font-size: calc(1.08333rem + 0.0651vw);
  }
}

.kktfwp-fs-12 {
  font-size: 12px;
}

.kktfwp-fs-14 {
  font-size: 14px;
}

.kktfwp-fs-16 {
  font-size: 16px;
}

.kktfwp-fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .kktfwp-fs-18 {
    font-size: calc(1.01563rem + 0.22786vw);
  }
}

.kktfwp-fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .kktfwp-fs-20 {
    font-size: calc(1.03125rem + 0.45573vw);
  }
}

.kktfwp-fs-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .kktfwp-fs-24 {
    font-size: calc(1.0625rem + 0.91146vw);
  }
}

.kktfwp-fs-28 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .kktfwp-fs-28 {
    font-size: calc(1.09375rem + 1.36719vw);
  }
}

.kktfwp-fs-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .kktfwp-fs-32 {
    font-size: calc(1.125rem + 1.82292vw);
  }
}

.kktfwp-fs-36 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .kktfwp-fs-36 {
    font-size: calc(1.15625rem + 2.27865vw);
  }
}

.kktfwp-fs-40 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .kktfwp-fs-40 {
    font-size: calc(1.1875rem + 2.73438vw);
  }
}

.kktfwp-fs-44 {
  font-size: 44px;
}
@media (max-width: 767px) {
  .kktfwp-fs-44 {
    font-size: calc(1.21875rem + 3.1901vw);
  }
}

.kktfwp-fs-48 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .kktfwp-fs-48 {
    font-size: calc(1.25rem + 3.64583vw);
  }
}

.kktfwp-fs-52 {
  font-size: 52px;
}
@media (max-width: 767px) {
  .kktfwp-fs-52 {
    font-size: calc(1.28125rem + 4.10156vw);
  }
}

.kktfwp-fs-58 {
  font-size: 58px;
}
@media (max-width: 767px) {
  .kktfwp-fs-58 {
    font-size: calc(1.32813rem + 4.78516vw);
  }
}

.kktfwp-fs-64 {
  font-size: 64px;
}
@media (max-width: 767px) {
  .kktfwp-fs-64 {
    font-size: calc(1.375rem + 5.46875vw);
  }
}

.kktfwp-fs-70 {
  font-size: 70px;
}
@media (max-width: 767px) {
  .kktfwp-fs-70 {
    font-size: calc(1.42188rem + 6.15234vw);
  }
}

.kktfwp-fs-76 {
  font-size: 76px;
}
@media (max-width: 767px) {
  .kktfwp-fs-76 {
    font-size: calc(1.46875rem + 6.83594vw);
  }
}

.kktfwp-fs-82 {
  font-size: 82px;
}
@media (max-width: 767px) {
  .kktfwp-fs-82 {
    font-size: calc(1.51563rem + 7.51953vw);
  }
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-size: inherit;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  background-color: #282b38;
  overflow-x: hidden;
}
@media (max-width: 1026px) {
  body.menu-is-opened {
    overflow-y: hidden;
  }
}
body.active-categories {
  overflow: hidden;
}

iframe {
  max-width: 100%;
}

blockquote {
  padding: 0 60px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}
blockquote cite {
  font-size: 1rem;
}
blockquote:not(.wp-block-pullquote):before, blockquote:not(.wp-block-pullquote):after {
  content: '';
  color: inherit;
  display: block;
  border-top: 2px dotted currentColor;
  position: relative;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
blockquote:not(.wp-block-pullquote):before {
  margin-bottom: 30px;
}
blockquote:not(.wp-block-pullquote):after {
  margin-top: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.comments-title {
  font-size: 24px;
}

img {
  max-width: 100%;
  height: auto;
}

p,
ol,
ul {
  margin: 0 0 1.563rem 0;
}
p:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.7;
  padding-left: 1.25em;
}
ol > li ol, ol > li ul,
ul > li ol,
ul > li ul {
  padding-left: 1.25em;
  margin-bottom: 0;
}

div:last-child {
  margin-bottom: 0;
}

select {
  background-color: transparent;
  border: 1px solid currentColor;
  border-bottom-color: currentColor;
  color: currentColor;
  width: 100%;
  padding: 6px 30px 6px 10px;
}
select option {
  color: #fff;
  background-color: #282b38;
}

::-webkit-input-placeholder {
  color: currentColor;
}

::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

:-ms-input-placeholder {
  color: currentColor;
}

a {
  display: inline;
  color: #fff;
  text-decoration: none;
  transition: color .15s ease;
}
.wp-caption-text a {
  text-decoration: underline;
}
.wp-caption-text a:hover {
  text-decoration: none;
}
a.img-has-link {
  display: block;
}
.kktfwp-title-wrapper a {
  display: inline-block;
  color: #2ac0a2;
}
a:hover {
  color: #2ac0a2;
}

.kktfwp-site-content {
  background-color: inherit;
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
}
.error404 .kktfwp-site-content {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  height: 100vh;
  align-items: center;
}
.page-template-template-portfolio-php .kktfwp-site-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hero-enabled:not(.page-template-template-portfolio-php) .kktfwp-site-content {
  padding-top: 130px;
  padding-bottom: 100px;
}

.kktfwp-page-wrapper {
  position: relative;
  background-color: inherit;
  overflow-x: hidden;
}

.kktfwp-page-inner {
  position: relative;
  background-color: inherit;
}

.pswp {
  background-color: transparent;
}

.kktfwp-header {
  display: flex;
  align-items: center;
  position: fixed;
  padding: 18px 0 18px 0;
  background-color: #20222c;
  color: #fff;
  z-index: 15;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 88px;
  font-size: 16px;
  line-height: 1em;
  transition: background-color .3s ease, box-shadow .3s ease, transform .2s ease;
}
.active-categories .kktfwp-header {
  transform: translate3d(0, -100%, 0) !important;
}
.error404 .kktfwp-header {
  display: none;
}
.transparent-menu .kktfwp-header {
  background-color: transparent;
}
.non-sticky-menu .kktfwp-header:not(.scrolled--up) {
  position: absolute;
}
.non-sticky-menu .kktfwp-header.scrolled--down {
  transform: translate3d(0, -100%, 0);
}
.non-sticky-menu .kktfwp-header.scrolled--down.scrolled--up {
  position: fixed;
  transform: translate3d(0, 0, 0);
}
body:not(.transparent-menu) .kktfwp-header.scrolled--down {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.kktfwp-header.change--color {
  background-color: inherit;
  color: currentColor;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
body:not(.admin-bar) .kktfwp-header {
  top: 0;
}
@media (max-width: 1026px) {
  .kktfwp-header {
    z-index: 100;
    padding: 15px 0;
    min-height: auto;
  }
  .kktfwp-header div {
    background-color: inherit;
  }
}
@media (min-width: 1027px) {
  .menu-is-opened.menu-sb .kktfwp-header {
    pointer-events: none;
  }
}

.kktfwp-row,
body:not(.wide-portfolio) .kktfwp-content-area,
.wide-portfolio .layout--size,
.wpspd-wide-container > .wpspd-aligner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (min-width: 1027px) {
  .kktfwp-row,
  body:not(.wide-portfolio) .kktfwp-content-area,
  .wide-portfolio .layout--size,
  .wpspd-wide-container > .wpspd-aligner {
    width: 85vw;
  }
}
@media (min-width: 1400px) {
  .kktfwp-row,
  body:not(.wide-portfolio) .kktfwp-content-area,
  .wide-portfolio .layout--size,
  .wpspd-wide-container > .wpspd-aligner {
    width: 80vw;
    max-width: 1700px;
  }
}

.wpspd-wide-container {
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
}
.hero-enabled .wpspd-wide-container:first-child {
  margin-top: -130px;
}
.hero-enabled.page-template-template-portfolio .wpspd-wide-container:first-child, .title-disabled:not(.hero-enabled).page-template-template-portfolio .wpspd-wide-container:first-child {
  margin-top: -100px;
}
.title-disabled:not(.hero-enabled) .wpspd-wide-container:first-child {
  margin-top: -180px;
}

@media (min-width: 997px) {
  .wpspd-columns.wpspd-equal-columns, .wpspd-columns.wpspd-equal-columns .wpspd-column-inner > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns div > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns div > .wpspd-column-inner, .wpspd-columns.wpspd-equal-columns div > .wpspd-container, .wpspd-columns.wpspd-equal-columns > div {
    display: flex;
  }

  .wpspd-columns.wpspd-equal-columns {
    flex-wrap: nowrap;
  }

  .wpspd-columns.wpspd-equal-columns > div, .wpspd-columns.wpspd-equal-columns > div > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns > div > .wpspd-column-inner, .wpspd-columns.wpspd-equal-columns > div > .wpspd-column-inner > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns > div > .wpspd-container {
    flex-direction: column;
  }

  .wpspd-columns.wpspd-equal-columns > div > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns > div > .wpspd-column-inner, .wpspd-columns.wpspd-equal-columns > div > .wpspd-column-inner > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns > div > .wpspd-container {
    flex: auto 1 0;
    align-self: stretch;
  }

  .wpspd-columns.wpspd-equal-columns.wpspd-columns-v-center > div, .wpspd-columns.wpspd-equal-columns.wpspd-columns-v-center > div > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns.wpspd-columns-v-center > div > .wpspd-column-inner, .wpspd-columns.wpspd-equal-columns.wpspd-columns-v-center > div > .wpspd-column-inner > .wpspd-color-block, .wpspd-columns.wpspd-equal-columns.wpspd-columns-v-center > div > .wpspd-container {
    justify-content: center;
    align-items: stretch;
  }
}
.kktfwp-site-header-main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%;
}
body.wide-menu .kktfwp-site-header-main {
  width: 100%;
  padding: 0 4vw;
}
@media (max-width: 1027px) {
  body.wide-menu .kktfwp-site-header-main {
    padding: 0;
    width: 90%;
  }
}
@media (min-width: 1027px) {
  body:not(.wide-menu) .kktfwp-site-header-main {
    width: 85vw;
  }
}
@media (min-width: 1400px) {
  body:not(.wide-menu) .kktfwp-site-header-main {
    width: 80vw;
    max-width: 1700px;
  }
}
.kktfwp-site-header-main .menu-overlay {
  position: fixed;
  height: 100vh;
  right: 0;
  pointer-events: auto;
  background-color: #000;
  width: 100%;
  top: 0;
  opacity: .6;
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: translate3d(100%, 0, 0);
  transition-delay: .2s;
}
.menu-is-opened .kktfwp-site-header-main .menu-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1027px) {
  .menu-sb .kktfwp-site-header-main nav {
    position: fixed;
    height: 100vh;
    padding: 140px 0 30px 0;
    right: 0;
    pointer-events: auto;
    background-color: inherit;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: transform 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: translate3d(100%, 0, 0);
  }
  .menu-sb.menu-reverse-order .kktfwp-site-header-main nav {
    transform: translate3d(-100%, 0, 0);
  }
  .menu-sb.menu-is-opened .kktfwp-site-header-main nav {
    transform: translate3d(0, 0, 0);
  }
}

.kktfwp-logo-menu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.menu-reverse-order .kktfwp-logo-menu-wrapper {
  flex-direction: row-reverse;
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile {
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
  position: relative;
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile#on-mobile {
  display: none;
}
@media (max-width: 1026px) {
  .kktfwp-logo-menu-wrapper .kktfwp-mobile#on-mobile {
    display: block;
    z-index: 1002;
  }
}
.menu-sb .kktfwp-logo-menu-wrapper .kktfwp-mobile {
  z-index: 1001;
  pointer-events: visible;
}
.menu-reverse-order .kktfwp-logo-menu-wrapper .kktfwp-mobile {
  order: -1;
}
@media (max-width: 1026px) {
  .kktfwp-logo-menu-wrapper .kktfwp-mobile {
    display: none;
  }
}
@media (min-width: 1027px) {
  .menu-ch .kktfwp-logo-menu-wrapper .kktfwp-mobile, .menu-sb .kktfwp-logo-menu-wrapper .kktfwp-mobile {
    display: block;
  }
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile span {
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: currentColor;
  transition: background-color .15s linear;
  top: 50%;
}
@media (min-width: 1027px) {
  :not(.menu-ch).menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span {
    background-color: currentColor;
  }
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-right {
  left: 12px;
}
.menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-right {
  background-color: transparent;
}
.menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-right:before {
  transform: rotateZ(-45deg) scaleX(1.2) translate(-3px, 1px);
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-right:after {
  opacity: 0;
}
.menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-right:after {
  transform: rotateZ(45deg) scaleX(1.2) translate(-3px, -1px);
  opacity: 1;
}
.menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-left {
  background-color: transparent;
}
.menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-left:before {
  transform: rotateZ(45deg) scaleX(1.2) translate(2px, 2px);
}
.menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span.ham-left:after {
  transform: rotateZ(-45deg) scaleX(1.2) translate(2px, -2px);
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile span:before, .kktfwp-logo-menu-wrapper .kktfwp-mobile span:after {
  content: '';
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: currentColor;
  transition: background-color .15s linear, transform .25s ease;
}
.menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span:before, .menu-is-opened .kktfwp-logo-menu-wrapper .kktfwp-mobile span:after {
  background-color: currentColor;
}
@media (min-width: 1027px) {
  .menu-is-opened.menu-ch .kktfwp-logo-menu-wrapper .kktfwp-mobile span:before, .menu-is-opened.menu-sb .kktfwp-logo-menu-wrapper .kktfwp-mobile span:before, .menu-is-opened.menu-ch .kktfwp-logo-menu-wrapper .kktfwp-mobile span:after, .menu-is-opened.menu-sb .kktfwp-logo-menu-wrapper .kktfwp-mobile span:after {
    background-color: currentColor;
  }
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile span:before {
  top: -8px;
}
.kktfwp-logo-menu-wrapper .kktfwp-mobile span:after {
  top: 8px;
}

#close-sb-menu {
  display: none;
}

@media (min-width: 1027px) {
  .menu-sb #close-sb-menu {
    position: absolute;
    right: 40px;
    top: 55px;
    display: block;
    cursor: pointer;
  }
  .menu-sb #close-sb-menu span {
    display: block;
    height: 26px;
    width: 26px;
    position: relative;
  }
  .menu-sb #close-sb-menu span:before, .menu-sb #close-sb-menu span:after {
    content: '';
    height: 2px;
    width: 26px;
    background-color: currentColor;
    position: absolute;
    display: block;
    top: 10px;
  }
  .menu-sb #close-sb-menu span:before {
    transform: rotate(45deg);
  }
  .menu-sb #close-sb-menu span:after {
    transform: rotate(-45deg);
  }
}
.mobile-menu-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  background-color: inherit;
  color: inherit;
}
@media (min-width: 769px) {
  .mobile-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1026px) {
  .mobile-menu-wrapper {
    display: none;
  }
}
.mobile-menu-wrapper .kktfwp-mobile-primary-menu {
  list-style: none;
  margin: 0;
  font-family: "Poppins", sans-serif;
  padding: 20px;
  line-height: 1em;
  overflow: auto;
  max-height: 80vh;
}
@media (min-width: 769px) {
  .mobile-menu-wrapper .kktfwp-mobile-primary-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mobile-menu-wrapper .kktfwp-mobile-primary-menu li {
  display: block;
  margin-right: 0;
  margin-bottom: 0.5em;
  font-size: 26px;
}
@media (min-width: 668px) {
  .mobile-menu-wrapper .kktfwp-mobile-primary-menu li {
    font-size: 5vw;
    line-height: 1.2em;
    margin: 0 0.4em;
  }
}
@media (min-width: 769px) {
  .mobile-menu-wrapper .kktfwp-mobile-primary-menu li {
    font-size: 3.6vw;
    text-align: center;
  }
}
.mobile-menu-wrapper .kktfwp-mobile-primary-menu li a {
  color: currentColor;
  padding: 5px;
  display: inline-block;
}
.mobile-menu-wrapper .kktfwp-mobile-primary-menu li ul.sub-menu {
  visibility: visible;
  position: relative;
  opacity: 1;
  background-color: transparent;
  padding: 5px 0 0 20px;
  display: none;
}
@media (min-width: 769px) {
  .mobile-menu-wrapper .kktfwp-mobile-primary-menu li ul.sub-menu {
    padding: 0;
  }
}
.mobile-menu-wrapper .kktfwp-mobile-primary-menu li ul.sub-menu li {
  padding: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}
.mobile-menu-wrapper .kktfwp-mobile-primary-menu li ul.sub-menu .menu-item-has-children ul {
  padding: 0 0 0 15px;
}

@media (min-width: 1026px) {
  .menu-modern .kktfwp-site-header-menu {
    width: 40%;
    flex-grow: 1;
  }
}
.s-l-m .kktfwp-site-header-menu {
  order: 2;
}
.menu-ch .kktfwp-site-header-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1026px) {
  .kktfwp-site-header-menu {
    display: none;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
.l-m-s .kktfwp-site-header-menu ul.kktfwp-primary-menu {
  justify-content: center;
}
.s-l-m .kktfwp-site-header-menu ul.kktfwp-primary-menu {
  justify-content: flex-end;
}
@media (min-width: 1027px) {
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
  }
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li.current-menu-item a, .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li.current-menu-parent a,
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li a:hover,
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li ul.sub-menu li.current-menu-item a,
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li ul.sub-menu li:hover > a {
    opacity: 1;
  }
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li a {
    display: inline-block;
    position: relative;
  }
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu > li + li {
    margin-left: 0;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu {
    margin-right: 0;
    margin-left: 30px;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(1) {
    transition-delay: 0.05s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(2) {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(3) {
    transition-delay: 0.15s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(4) {
    transition-delay: 0.2s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(5) {
    transition-delay: 0.25s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(6) {
    transition-delay: 0.3s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(7) {
    transition-delay: 0.35s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(8) {
    transition-delay: 0.4s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(9) {
    transition-delay: 0.45s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(10) {
    transition-delay: 0.5s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(1) {
    transition-delay: 0.05s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(2) {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(3) {
    transition-delay: 0.15s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(4) {
    transition-delay: 0.2s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(5) {
    transition-delay: 0.25s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(6) {
    transition-delay: 0.3s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(7) {
    transition-delay: 0.35s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(8) {
    transition-delay: 0.4s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(9) {
    transition-delay: 0.45s;
    transition-duration: 0.2s;
  }
  .menu-reverse-order.menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(10) {
    transition-delay: 0.5s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu {
    margin-right: 30px;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s linear, visibility 0s linear, transform 0s cubic-bezier(0.64, 0.01, 0.28, 1);
    transform: scale3d(0, 0, 0);
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(1) {
    transition-delay: 0.05s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(2) {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(3) {
    transition-delay: 0.15s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(4) {
    transition-delay: 0.2s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(5) {
    transition-delay: 0.25s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(6) {
    transition-delay: 0.3s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(7) {
    transition-delay: 0.35s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(8) {
    transition-delay: 0.4s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(9) {
    transition-delay: 0.45s;
    transition-duration: 0.2s;
  }
  .menu-ch .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-child(10) {
    transition-delay: 0.5s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: scale3d(1, 1, 1);
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(1) {
    transition-delay: 0.05s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(2) {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(3) {
    transition-delay: 0.15s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(4) {
    transition-delay: 0.2s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(5) {
    transition-delay: 0.25s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(6) {
    transition-delay: 0.3s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(7) {
    transition-delay: 0.35s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(8) {
    transition-delay: 0.4s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(9) {
    transition-delay: 0.45s;
    transition-duration: 0.2s;
  }
  .menu-ch.menu-is-opened .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:nth-last-child(10) {
    transition-delay: 0.5s;
    transition-duration: 0.2s;
  }
}
@media (min-width: 1440px) {
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu {
    max-width: 1400px;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  padding: 15px 0;
  min-width: 180px;
  line-height: 1.8em;
  background-color: #20222c;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1027px) {
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu {
    transition: visibility 0s linear 0.16s, opacity .16s linear;
  }
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu {
    position: relative;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    padding: 0;
    overflow: hidden;
    margin: 15px 0;
  }
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu .sub-menu {
    left: 100%;
    top: -15px;
  }
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu .sub-menu {
    left: 0;
    margin-bottom: 0;
    top: 0;
  }
}
@media (max-width: 1026px) {
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu {
    visibility: visible;
    position: relative;
    opacity: 1;
    background-color: transparent;
    padding: 0 0 0 20px;
    display: none;
  }
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu .menu-item-has-children > a:after {
    content: '\E80D';
    font-family: "kktfwp";
    font-style: normal;
    font-weight: normal;
    margin-left: 14px;
    font-size: 18px;
  }
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu .menu-item-has-children ul {
    padding: 0 0 0 15px;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 1.2em;
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 1027px) {
  .menu-sb .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li {
    height: 1.143em;
    overflow: hidden;
    min-height: 1.143em;
  }
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li + li {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 1026px) {
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li {
    padding: 0;
    font-size: 16px;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li.current-menu-item a {
  opacity: 0.6;
}
@media (max-width: 1026px) {
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li.current-menu-item a {
    opacity: 1;
    color: #2ac0a2;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li a {
  color: currentColor;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1026px) {
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li a {
    padding: 4px 5px;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li a:hover {
  opacity: 0.6;
}
@media (max-width: 1026px) {
  .kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li a:hover {
    opacity: 1;
    color: #2ac0a2;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu > li {
  display: block;
  position: relative;
  margin-right: 30px;
}
.menu-underline .kktfwp-site-header-menu ul.kktfwp-primary-menu > li.current-menu-item > a:after, .menu-underline .kktfwp-site-header-menu ul.kktfwp-primary-menu > li.current-menu-parent > a:after {
  transform: scale3d(1, 1, 1);
}
.menu-underline .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:hover > a:after {
  transform: scale3d(1, 1, 1);
  transform-origin: left center;
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu > li:last-child {
  margin-right: 0;
}
@media (min-width: 1027px) {
  body:not(.menu-sb) .kktfwp-site-header-menu ul.kktfwp-primary-menu > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu > li + li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1026px) {
  .kktfwp-site-header-menu ul.kktfwp-primary-menu > li + li:not(:last-child) {
    margin-right: 0;
  }
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu a {
  display: inline-block;
  color: currentColor;
  text-decoration: none;
  padding: 10px 0;
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu a:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  height: 2px;
  transform-origin: right center;
  transform: scale3d(0, 1, 1);
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.kktfwp-site-header-menu ul.kktfwp-primary-menu a:hover {
  opacity: .6;
}
.menu-underline .kktfwp-site-header-menu ul.kktfwp-primary-menu a:hover {
  opacity: 1;
}

.menu-modern .kktfwp-logo {
  width: 20%;
  text-align: center;
}
@media (max-width: 1026px) {
  .menu-modern .kktfwp-logo {
    width: auto;
  }
}
.l-m-s .kktfwp-logo {
  order: -1;
  text-align: left;
}
.kktfwp-logo img {
  max-width: 100%;
  display: block;
  height: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .kktfwp-logo img {
    display: none;
  }
}
.kktfwp-logo img.site-logo2x {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .kktfwp-logo img.site-logo2x {
    display: block;
  }
}
.kktfwp-logo a {
  display: inline-block;
  position: relative;
  color: currentColor;
  font-size: 20px;
  font-weight: 600;
  z-index: 1001;
  pointer-events: visible;
}
.kktfwp-logo a:hover {
  color: currentColor;
}

.kktfwp-overlay {
  position: fixed;
  bottom: 0;
  right: -100%;
  top: 0;
  width: 100%;
  background-color: inherit;
  transition: transform 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 10;
}
body.menu-is-opened .kktfwp-overlay {
  transform: translateX(-100%);
}
@media (min-width: 1027px) {
  .kktfwp-overlay {
    display: none;
  }
}

.kktfwp-footer {
  position: relative;
  display: block;
  padding: 50px 0 50px 0;
  background: #282b38;
  font-size: 16px;
}
.creative-filter .kktfwp-footer {
  transition: opacity .1s linear;
  opacity: 1;
  z-index: 1;
}
.active-categories .kktfwp-footer {
  opacity: 0;
}
.error404 .kktfwp-footer {
  display: none;
}
@media (max-width: 999px) {
  .kktfwp-footer {
    padding: 30px 0;
  }
}
.kktfwp-footer a {
  display: inline-block;
  position: relative;
}
.kktfwp-footer .kktfwp-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wide-footer .kktfwp-footer .kktfwp-row {
  width: 100%;
  padding: 0 4vw;
  max-width: unset;
}
@media (max-width: 1027px) {
  .wide-footer .kktfwp-footer .kktfwp-row {
    padding: 0;
    width: 90%;
  }
}
@media (max-width: 999px) {
  .kktfwp-footer .kktfwp-row {
    flex-direction: column;
  }
}
.kktfwp-footer .kktfwp-row .kktfwp-site-info,
.kktfwp-footer .kktfwp-row .kktfwp-social {
  display: block;
}
@media (min-width: 1027px) {
  .kktfwp-footer .kktfwp-row .kktfwp-site-info,
  .kktfwp-footer .kktfwp-row .kktfwp-social {
    max-width: 50%;
  }
}
@media (max-width: 999px) {
  .kktfwp-footer .kktfwp-row .kktfwp-site-info,
  .kktfwp-footer .kktfwp-row .kktfwp-social {
    width: 100%;
    text-align: center;
  }
}
.kktfwp-footer .kktfwp-social {
  text-align: right;
}
@media (max-width: 999px) {
  .kktfwp-footer .kktfwp-social {
    text-align: center;
  }
}
@media (max-width: 999px) {
  .kktfwp-footer .kktfwp-site-info {
    margin-bottom: 10px;
  }
}
.kktfwp-footer .kktfwp-site-info a {
  color: currentColor;
}
.kktfwp-footer .kktfwp-site-info a:hover {
  color: #2ac0a2;
}

.kktfwp-social {
  font-size: 18px;
  line-height: 0;
}
.menu-modern .kktfwp-social {
  width: 40%;
  text-align: right;
}
@media (max-width: 1026px) {
  .menu-modern .kktfwp-social {
    display: none;
  }
}
@media (min-width: 1027px) {
  .l-m-s .kktfwp-social {
    width: 20%;
  }
}
.s-l-m .kktfwp-social {
  order: -1;
  text-align: left;
}
.kktfwp-social .kktfwp-dash {
  position: relative;
  height: 2px;
  display: inline-block;
  width: 18px;
  margin-right: 5px;
  background-color: currentColor;
  vertical-align: middle;
}
.kktfwp-social a {
  color: currentColor;
  transition: opacity .3s ease;
  display: inline-block;
}
.kktfwp-social a[class^='kktfwp-icon-']:before {
  font-family: kktfwp;
}
.kktfwp-social a[class*='facebook']:before {
  content: '\E821';
}
.kktfwp-social a[class*='twitter']:before {
  content: '\E825';
}
.kktfwp-social a[class*='google']:before {
  content: '\E811';
}
.kktfwp-social a[class*='pinterest']:before {
  content: '\e823';
}
.kktfwp-social a[class*='instagram']:before {
  content: '\E827';
}
.kktfwp-social a[class*='soundcloud']:before {
  content: '\E819';
}
.kktfwp-social a[class*='500px']:before {
  content: '\E838';
}
.kktfwp-social a[class*='youtube']:before {
  content: '\E813';
}
.kktfwp-social a[class*='flickr']:before {
  content: '\E81F';
}
.kktfwp-social a[class*='skype']:before {
  content: '\E820';
}
.kktfwp-social a[class*='vimeo']:before {
  content: '\E822';
}
.kktfwp-social a[class*='linkedin']:before {
  content: '\E807';
}
.kktfwp-social a[class*='tumblr']:before {
  content: '\E824';
  margin-left: -2px;
}
.kktfwp-social a:hover {
  color: currentColor;
  opacity: 0.8;
}
.kktfwp-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: inherit;
  display: inline-block;
}
.kktfwp-social ul li {
  display: inline-block;
  margin-left: 0;
}
.kktfwp-social ul li + li {
  margin-left: 15px;
}

.kktfwp-title {
  margin-bottom: 55px;
  text-align: center;
}
@media (min-width: 1026px) {
  .kktfwp-title {
    margin-bottom: 75px;
  }
}
.kktfwp-title .kktfwp-title-wrapper {
  max-width: 700px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .kktfwp-title .kktfwp-title-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 1027px) {
  .kktfwp-loaded .kktfwp-title .kktfwp-title-wrapper {
    animation: slideFadeIn 0.8s cubic-bezier(0.4, 0, 0.26, 1) both 0.15s;
  }
  .kktfwp-preloader .kktfwp-title .kktfwp-title-wrapper {
    visibility: hidden;
  }
}
@media (max-width: 999px) {
  .kktfwp-title .kktfwp-title-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.kktfwp-title .kktfwp-title-wrapper p:last-child {
  margin: 0;
}

.archive .kktfwp-title-wrapper {
  text-transform: capitalize;
}
.kktfwp-title-wrapper h1, .kktfwp-title-wrapper h2, .kktfwp-title-wrapper h3, .kktfwp-title-wrapper h4, .kktfwp-title-wrapper h5, .kktfwp-title-wrapper h6 {
  margin-bottom: .45em;
  line-height: 1.1;
}
.kktfwp-title-wrapper h1 {
  font-size: 42px;
}
@media (max-width: 1026px) {
  .kktfwp-title-wrapper h1 {
    font-size: calc(2.08333rem + 0.84635vw);
    line-height: 1.25em;
  }
}

.preloader-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  transition: opacity .15s linear, background-color .15s linear;
  z-index: 9999;
  display: none;
}
@media (min-width: 1027px) {
  .preloader-overlay .dot-wrapper {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
  }
  .preloader-overlay .dot-wrapper .dot {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    margin: 0 2px;
    opacity: 0.2;
    animation: dot 1000ms linear infinite;
  }
  .kktfwp-loaded .preloader-overlay .dot-wrapper .dot {
    animation-iteration-count: 1;
    opacity: 0;
  }
  .preloader-overlay .dot-wrapper .dot:nth-child(2) {
    animation-delay: 180ms;
  }
  .preloader-overlay .dot-wrapper .dot:nth-child(3) {
    animation-delay: 360ms;
  }
  .kktfwp-preloader .preloader-overlay {
    display: block;
    opacity: 1;
  }
  .kktfwp-loaded .preloader-overlay {
    opacity: 0;
    display: block;
    pointer-events: none;
  }
}

@keyframes dot {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .active-sidebar.page .page-content {
    width: calc(100% - 280px);
    float: left;
    padding-right: 60px;
  }
}

.kktfwp-site-main {
  position: relative;
  display: block;
}
.active-sidebar .kktfwp-site-main {
  width: 100%;
}

.widget-area {
  width: 280px;
  float: right;
}
@media (max-width: 766px) {
  .widget-area {
    display: none;
  }
}
.widget-area th, .widget-area td {
  text-align: center;
  padding: 5px;
}
.widget-area tfoot td {
  font-size: 1em;
  font-style: italic;
}
.widget-area .widget_media_gallery a {
  display: block;
}
.widget-area .widget_media_gallery .wp-caption-text:last-child {
  margin: 0;
}
.widget-area .widget-title {
  margin-bottom: 1em;
  font-size: 24px;
}
.widget-area section {
  margin-bottom: 60px;
}
.widget-area section:last-child {
  margin-bottom: 0;
}
.widget-area .widget_rss a {
  font-weight: 700;
}
.widget-area .widget_rss .rss-date, .widget-area .widget_rss cite {
  font-size: 0.8em;
  opacity: 0.8;
  display: block;
}
.widget-area .widget_rss .rssSummary {
  padding: 8px 0;
  line-height: 1.5;
}
.widget-area .widget_search button {
  display: none;
}
.widget-area .widget_search input {
  width: 100%;
}
.widget-area .wp-caption-text {
  margin: 0 0 1.563rem 0;
}
.widget-area .widget_tag_cloud a {
  padding: 5px 10px;
  border: 1px solid rgba(148, 148, 148, 0.5);
  border-radius: 5px;
  margin: 3px 1px;
  transition: color .2s ease, border-color .2s ease;
}
.widget-area .widget_tag_cloud a:hover {
  border-color: #2ac0a2;
}
.widget-area ul {
  padding: 0;
  list-style: none;
}
.widget-area ul li {
  padding: 0.4688em 0;
  border-bottom: 1px solid rgba(130, 130, 130, 0.2);
}
.widget-area ul li:last-child {
  border-bottom: none;
}
.widget-area ul li > ul {
  margin: 0.4688em 0 0 1em;
  padding-top: 0.4688em;
  border-top: 1px solid rgba(130, 130, 130, 0.2);
}
.widget-area ul li > ul li {
  padding: 0.4688em 0;
  border-top: 1px solid rgba(130, 130, 130, 0.2);
}
.widget-area ul li > ul li:first-child {
  padding-top: 0;
  border-bottom: none;
  border-top: none;
}
.widget-area ul li > ul li:last-child {
  padding-bottom: 0;
}

.kktfwp-projects-wrapper {
  width: 100%;
  position: relative;
  display: block;
}
.creative-filter .kktfwp-projects-wrapper {
  transition: transform 0.5s cubic-bezier(0.74, 0.2, 0.29, 0.93);
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 0%;
}
.active-categories .kktfwp-projects-wrapper {
  transform: scale3d(0.6, 0.6, 1);
  height: 300vh;
}
@media (max-width: 1027px) {
  .active-categories .kktfwp-projects-wrapper {
    transform: scale3d(0.45, 0.45, 1);
  }
}
.active-categories.wide-portfolio .kktfwp-projects-wrapper {
  transform: scale3d(0.52, 0.52, 1);
}
@media (max-width: 1027px) {
  .active-categories.wide-portfolio .kktfwp-projects-wrapper {
    transform: scale3d(0.45, 0.45, 1);
  }
}
body.wide-portfolio:not(.completely-wide-portfolio) .kktfwp-projects-wrapper.layout--size {
  width: calc( 100% - 4vw * 2 );
  max-width: 100%;
}
@media (max-width: 1027px) {
  body.wide-portfolio:not(.completely-wide-portfolio) .kktfwp-projects-wrapper.layout--size {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
}
body.completely-wide-portfolio .kktfwp-projects-wrapper.layout--size {
  width: 100%;
  max-width: 100%;
}
.kktfwp-projects-wrapper .kktfwp-projects {
  display: block;
  position: relative;
  line-height: 0;
  transition: height .2s ease;
  overflow-y: hidden;
}
:not(.portfolio-mosaic).portfolio-gaps-small .kktfwp-projects-wrapper .kktfwp-projects {
  margin: 0 -8px;
}
:not(.portfolio-mosaic).portfolio-gaps-normal .kktfwp-projects-wrapper .kktfwp-projects {
  margin: 0 -15px;
}
:not(.portfolio-mosaic).portfolio-gaps-large .kktfwp-projects-wrapper .kktfwp-projects {
  margin: 0 -25px;
}
:not(.portfolio-mosaic).portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects {
  margin: 0 -80px;
}
@media (max-width: 1027px) {
  :not(.portfolio-mosaic).portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects {
    margin: 0 -40px;
  }
}
.portfolio-mosaic.portfolio-gaps-small .kktfwp-projects-wrapper .kktfwp-projects {
  margin-left: -16px;
}
.portfolio-mosaic.portfolio-gaps-normal .kktfwp-projects-wrapper .kktfwp-projects {
  margin-left: -30px;
}
.portfolio-mosaic.portfolio-gaps-large .kktfwp-projects-wrapper .kktfwp-projects {
  margin-left: -50px;
}
.portfolio-mosaic.portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects {
  margin-left: -160px;
}
.portfolio-masonry .kktfwp-projects-wrapper .kktfwp-projects, .portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects {
  text-align: left;
}
.kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  display: block;
  float: left;
  opacity: 0;
}
.kktfwp-projects-wrapper .kktfwp-projects.kktfwp-masonry-ready .portfolio-project {
  opacity: 1;
}
.kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  width: calc((100%  / 3) - 0px);
}
@media (min-width: 1027px) {
  .portfolio-columns-3.portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project.thumbnail-default2x, .portfolio-columns-3.portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project.thumbnail-landscape {
    width: calc((100% / 3) * 2 - 0px);
  }
  .portfolio-columns-4.portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project.thumbnail-default2x, .portfolio-columns-4.portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project.thumbnail-landscape {
    width: calc((100% / 4) * 2 - 0px);
  }
  .portfolio-columns-5.portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project.thumbnail-default2x, .portfolio-columns-5.portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project.thumbnail-landscape {
    width: calc((100% / 5) * 2 - 0px);
  }
}
.portfolio-mosaic.portfolio-gaps-small .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  clip: rect(16px 2560px 2560px 16px);
}
.portfolio-mosaic.portfolio-gaps-normal .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  clip: rect(30px 2560px 2560px 30px);
}
.portfolio-mosaic.portfolio-gaps-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  clip: rect(50px 2560px 2560px 50px);
}
.portfolio-mosaic.portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  clip: rect(160px 2560px 2560px 160px);
}
.thumbs--2.portfolio-mosaic.portfolio-gaps-small .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  margin-bottom: calc( 30px - 16px );
}
.thumbs--2.portfolio-mosaic.portfolio-gaps-normal .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  margin-bottom: calc( 40px - 30px );
}
.thumbs--2.portfolio-mosaic.portfolio-gaps-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  margin-bottom: calc( 50px - 50px );
}
.thumbs--2.portfolio-mosaic.portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  margin-bottom: calc( 50px - 160px );
}
:not(.portfolio-mosaic).portfolio-gaps-small .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  padding: 0 8px;
  margin-bottom: 16px;
}
.thumbs--2.portfolio-gaps-small .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  margin-bottom: 30px;
}
:not(.portfolio-mosaic).portfolio-gaps-normal .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  padding: 0 15px;
  margin-bottom: 30px;
}
.thumbs--2.portfolio-gaps-normal .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  margin-bottom: 40px;
}
:not(.portfolio-mosaic).portfolio-gaps-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  padding: 0 25px;
  margin-bottom: 50px;
}
:not(.portfolio-mosaic).portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  padding: 0 80px;
  margin-bottom: 160px;
}
@media (max-width: 1027px) {
  :not(.portfolio-mosaic).portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    padding: 0 40px;
    margin-bottom: 80px;
  }
}
.portfolio-columns-2 .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
  width: calc((100% / 2) - 0px);
}
@media (max-width: 767px) {
  .portfolio-columns-2 .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .portfolio-columns-3 .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: calc((100% / 2) - 0px);
  }
}
@media (min-width: 999px) {
  .portfolio-columns-3 .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: calc((100%  / 3) - 0px);
  }
}
@media (min-width: 1027px) {
  .portfolio-columns-4 .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: calc((99.99% / 4 ) - 0px);
  }
}
@media (min-width: 1027px) {
  .portfolio-columns-5 .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: calc((100% / 5 ) - 0px);
  }
}
@media (max-width: 1026px) {
  .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: calc((100%  / 3) - 0px);
  }
}
@media (max-width: 999px) {
  .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project:last-child {
    margin-bottom: 0 !important;
  }
}
.kktfwp-projects-wrapper .kktfwp-projects .portfolio-project img {
  width: 100%;
  height: auto;
  display: block;
}
.portfolio-mosaic .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}
.portfolio-mosaic.portfolio-gaps-small .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project img {
  transform: translate(8px, 8px);
}
.portfolio-mosaic.portfolio-gaps-normal .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project img {
  transform: translate(15px, 15px);
}
.portfolio-mosaic.portfolio-gaps-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project img {
  transform: translate(25px, 25px);
}
.portfolio-mosaic.portfolio-gaps-extra-large .kktfwp-projects-wrapper .kktfwp-projects .portfolio-project img {
  transform: translate(80px, 80px);
}

.js-portfolio-caption {
  position: fixed;
  background-color: inherit;
  left: 0;
  top: 0;
  z-index: 999;
  width: auto;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: scale3d(0.7, 0.7, 1);
}
.js-portfolio-caption.caption-hovered {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.js-portfolio-caption .js-caption-wrapper {
  position: relative;
  display: inline-block;
  background-color: inherit;
}
.js-portfolio-caption .js-caption-wrapper h2 {
  margin: 0;
  padding: 8px 14px;
}

.img-loaded:not(.post-thumbnail) {
  animation: kktfwpSlideUp 0.4s cubic-bezier(0, 0, 0, 0.85);
}

@keyframes kktfwpSlideUp {
  from {
    transform: translate(0, 100px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.img-loaded.post-thumbnail {
  animation: kktfwpFadeIn .3s linear;
}

@keyframes kktfwpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kktfwp-hero-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: transparent;
  justify-content: center;
}
.kktfwp-hero-wrapper .kktfwp-hero-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  opacity: .8;
  background-color: #282b38;
}
.kktfwp-hero-wrapper .kktfwp-hero-content {
  color: #2ac0a2;
  width: 100%;
  height: 100%;
  max-width: 80vw;
  padding: 3% 0;
  z-index: 1;
}
@media (max-width: 1026px) {
  .kktfwp-hero-wrapper .kktfwp-hero-content {
    max-width: 80vw !important;
  }
}
.kktfwp-hero-wrapper .responsively-lazy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.kktfwp-hero-wrapper .responsively-lazy:before {
  background-color: none;
}
.kktfwp-hero-wrapper .responsively-lazy img, .kktfwp-hero-wrapper .responsively-lazy video {
  display: block;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kktfwp-hero-text {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 3vw;
  width: 100%;
}
.kktfwp-hero-text h1, .kktfwp-hero-text h2, .kktfwp-hero-text h3, .kktfwp-hero-text h4, .kktfwp-hero-text h5, .kktfwp-hero-text h6 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .kktfwp-hero-text h1, .kktfwp-hero-text h2, .kktfwp-hero-text h3, .kktfwp-hero-text h4, .kktfwp-hero-text h5, .kktfwp-hero-text h6 {
    font-size: 7vmin;
  }
}
.kktfwp-hero-text h1:last-child, .kktfwp-hero-text h2:last-child, .kktfwp-hero-text h3:last-child, .kktfwp-hero-text h4:last-child, .kktfwp-hero-text h5:last-child, .kktfwp-hero-text h6:last-child {
  margin-bottom: 0;
}
.kktfwp-hero-text p {
  font-size: 20px;
  color: inherit;
  font-weight: 400;
}
@media (max-width: 1026px) {
  .kktfwp-hero-text p {
    font-size: 2vmin;
  }
}
@media (max-width: 767px) {
  .kktfwp-hero-text p {
    font-size: 4vmin;
  }
}
.kktfwp-hero-text p:last-child {
  margin-bottom: 0;
}

.kktfwp-hero-content,
.kktfwp-hero-wrapper {
  display: flex;
  align-items: center;
}

.kktfwp-hero-placeholder {
  position: relative;
  height: 100vh;
  display: block;
  opacity: 0;
  z-index: -1;
  background-color: transparent;
}

.categories-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  right: 0;
  top: 0;
  cursor: zoom-in;
  background-color: transparent;
  color: currentColor;
  justify-content: space-between;
  display: flex;
  visibility: hidden;
  transition: visibility .01s linear .5s;
  z-index: 1000;
}
.active-categories .categories-wrapper {
  transition-delay: 0s;
  visibility: visible;
  overflow-y: scroll;
  overflow-x: hidden;
}
.categories-wrapper > div {
  position: relative;
  display: flex;
  width: 25%;
  z-index: 10;
  padding: 30px;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #282b38;
  transition: transform 0.5s cubic-bezier(0.51, 0.15, 0.29, 0.93) 0s;
}
.active-categories .categories-wrapper > div {
  transition-delay: .1s;
}
.categories-wrapper > div h4 {
  font-size: 32px;
  margin: 0;
  color: currentColor;
  word-break: break-word;
}
@media (max-width: 1027px) {
  .categories-wrapper > div h4 {
    font-size: 28px;
  }
}
.categories-wrapper .categories-count {
  transform: translate3d(-100%, 0, 0);
}
.active-categories .categories-wrapper .categories-count {
  transform: translate3d(0, 0, 0);
}
.categories-wrapper .filter-trigger {
  transform: translate3d(100%, 0, 0);
}
.active-categories .categories-wrapper .filter-trigger {
  transform: translate3d(0, 0, 0);
}
.categories-wrapper .count-inner {
  display: flex;
  align-items: center;
}
.categories-wrapper .count-inner .counter-line {
  height: 3px;
  width: 20px;
  background-color: currentColor;
  margin: 0 10px 0 10px;
  transform: rotate(-45deg);
}
.categories-wrapper .count-inner .current-count {
  height: 46px;
  overflow: hidden;
  position: relative;
}
.categories-wrapper .count-inner .current-count .count-in-out {
  height: 100%;
  width: 100%;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.56, 0.09, 0.38, 0.93);
  transform: translate3d(0, 0, 0);
}
.categories-wrapper .count-inner .current-count .count-in-out > span {
  display: block;
  position: relative;
  width: 100%;
}
.categories-wrapper .count-inner .current-count h4 {
  font-size: 42px;
}
.categories-wrapper .count-inner .overall-count h4 {
  font-size: 42px;
}
.categories-wrapper .count-inner span {
  display: inline-block;
}
.categories-wrapper ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}
.categories-wrapper ul li {
  position: relative;
}
.categories-wrapper ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
.categories-wrapper ul li a {
  position: relative;
  color: currentColor !important;
  transition: transform .3s ease, opacity .3s ease;
  pointer-events: none;
  display: inline-block;
}
.categories-wrapper ul li a.link-ready {
  pointer-events: all;
}
.categories-wrapper ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
  height: 3px;
  transform-origin: right center;
  transform: scale3d(0, 1, 1);
  background-color: currentColor;
  transition: transform .2s ease;
}
.categories-wrapper ul li a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: left center;
}
.categories-wrapper ul li.active > a:after {
  transform: scale3d(1, 1, 1);
  transform-origin: left center;
}

.filter-btn {
  position: fixed;
  display: block;
  right: 3.45%;
  bottom: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
  padding: 7px 5px;
  visibility: hidden;
  transition: visibility .5s linear 1s;
}
.wide-portfolio .filter-btn {
  right: 1%;
}
@media (min-width: 2450px) {
  .filter-btn {
    right: 12%;
  }
  .wide-portfolio .filter-btn {
    right: 1.3%;
  }
}
@media (max-width: 1440px) {
  .wide-portfolio .filter-btn {
    right: 0.8%;
  }
}
@media (max-width: 1366px) {
  .filter-btn {
    right: 2%;
  }
  .wide-portfolio .filter-btn {
    right: 0.7%;
  }
}
@media (max-width: 1026px) {
  .filter-btn {
    right: 0.8%;
  }
}
@media (max-width: 768px) {
  .filter-btn {
    display: none;
  }
}
.filter-btn > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: currentColor;
  opacity: 0;
  transition: height .25s ease, transform .25s ease, width .25s ease, opacity .2s ease;
  transform: translate3d(0, 20px, 0);
}
.filter-btn.filter-btn-visible {
  transition-delay: unset;
}
.filter-btn.filter-btn-visible:hover span:nth-child(3) {
  height: 10px;
  transition-delay: unset;
}
.filter-btn.filter-btn-visible:hover span:nth-child(2) {
  height: 10px;
  transform: translateY(4px);
  transition-delay: unset;
}
.filter-btn.filter-btn-visible:hover span:nth-child(1) {
  transform: translateY(-1px);
  transition-delay: unset;
}
.filter-btn.filter-btn-visible {
  visibility: visible;
}
.filter-btn.filter-btn-visible span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.filter-btn.filter-btn-visible span:nth-child(1) {
  transition-delay: 0.05s;
}
.filter-btn.filter-btn-visible span:nth-child(2) {
  transition-delay: 0.1s;
}
.filter-btn.filter-btn-visible span:nth-child(3) {
  transition-delay: 0.15s;
}

@keyframes filterBntAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  20% {
    height: 12px;
  }
  50% {
    opacity: 1;
  }
  80% {
    height: 6px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 6px;
    transform: translate3d(0, 0, 0);
  }
}
.p-filter {
  position: relative;
  display: block;
  color: inherit;
}
.p-filter ul {
  display: block;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
}
.p-filter ul li {
  display: inline-block;
  position: inherit;
  font-weight: 400;
  margin-right: 30px;
  opacity: 0.6;
  transition: opacity .1s linear;
}
.p-filter ul li.active, .p-filter ul li:hover {
  opacity: 1;
}
.p-filter ul li.active sup, .p-filter ul li:hover sup {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .p-filter ul li {
    font-size: 14px;
    margin-right: 54px;
  }
}
@media (max-width: 1026px) {
  .p-filter ul li {
    font-size: 15px;
    margin-right: 54px;
  }
}
.p-filter ul li:last-child {
  margin-right: 0;
}
.p-filter ul li a {
  text-decoration: none;
  position: inherit;
  color: currentColor;
  padding: 5px 0;
  display: inline;
}
.p-filter ul li sup {
  left: 0.4em;
  top: -0.6em;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity .1s linear, transform .1s ease;
}

a.has-overlay {
  position: relative;
  display: block;
  text-decoration: none;
  color: #f7f7f7;
}
a.has-overlay .proj-content {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 22px;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.portfolio-mosaic-gaps:not(.thumbs--2) a.has-overlay .proj-content {
  transform: translate(10px, 10px);
}
.portfolio-mosaic.portfolio-gaps-small:not(.thumbs--2) a.has-overlay .proj-content {
  transform: translate(8px, 8px);
}
.portfolio-mosaic.portfolio-gaps-normal:not(.thumbs--2) a.has-overlay .proj-content {
  transform: translate(15px, 15px);
}
.portfolio-mosaic.portfolio-gaps-large:not(.thumbs--2) a.has-overlay .proj-content {
  transform: translate(25px, 25px);
}
.portfolio-mosaic.portfolio-gaps-extra-large:not(.thumbs--2) a.has-overlay .proj-content {
  transform: translate(80px, 80px);
}
.thumbs--2 a.has-overlay .proj-content {
  position: relative;
  color: inherit;
  align-items: normal;
  margin-top: 20px;
}
.portfolio-mosaic.portfolio-gaps-small.thumbs--2 a.has-overlay .proj-content {
  margin-left: 16px;
}
.portfolio-mosaic.portfolio-gaps-normal.thumbs--2 a.has-overlay .proj-content {
  margin-left: 30px;
}
.portfolio-mosaic.portfolio-gaps-large.thumbs--2 a.has-overlay .proj-content {
  margin-left: 50px;
}
.portfolio-mosaic.portfolio-gaps-extra-large.thumbs--2 a.has-overlay .proj-content {
  margin-left: 160px;
}
.thumbs--3 a.has-overlay .proj-content {
  display: none;
}
a.has-overlay .proj-content .proj-title {
  font-weight: 300;
  font-size: inherit;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  overflow: hidden;
  color: currentColor;
}
body:not(.thumbs--2) a.has-overlay .proj-content .proj-title > span {
  display: block;
  transition: transform .4s ease;
  transform: translate3d(0, 100%, 0);
}
@media (max-width: 767px) {
  a.has-overlay .proj-content .proj-title {
    font-size: 18px;
  }
}
a.has-overlay .proj-content .proj-terms {
  display: none;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  color: currentColor;
  overflow: hidden;
  padding-bottom: 0.10em;
  margin-bottom: -0.10em;
}
.visible-category a.has-overlay .proj-content .proj-terms {
  display: block;
}
body:not(.thumbs--2) a.has-overlay .proj-content .proj-terms > span {
  display: block;
  transition: transform .4s ease;
  transform: translate3d(0, 100%, 0);
}
@media (max-width: 767px) {
  a.has-overlay .proj-content .proj-terms {
    font-size: 14px;
  }
}
a.has-overlay img {
  transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03);
}
a.has-overlay .img-h {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumbs--2 a.has-overlay .img-h {
  transition: clip-path .4s ease;
  clip-path: inset(0 0 0 0);
}
.thumbnail-default a.has-overlay .img-h, .thumbnail-default2x a.has-overlay .img-h {
  padding-bottom: 75%;
}
.thumbnail-landscape a.has-overlay .img-h {
  padding-bottom: 75%;
}
@media (min-width: 1027px) {
  .thumbnail-landscape a.has-overlay .img-h {
    padding-bottom: 37.5%;
  }
}
.thumbnail-portrait a.has-overlay .img-h {
  padding-bottom: 75%;
}
@media (min-width: 1027px) {
  .thumbnail-portrait a.has-overlay .img-h {
    padding-bottom: 150%;
  }
}
a.has-overlay .thumb-hover {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: currentColor;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03), opacity 0.3s ease;
  opacity: 0;
}
.portfolio-mosaic-gaps a.has-overlay .thumb-hover {
  transform: translate(10px, 10px);
}
.thumbs--2 a.has-overlay .thumb-hover {
  opacity: 1;
  background-color: transparent;
  transition: border-width .2s linear;
  border: 0px solid #fff;
}
.thumbs--3 a.has-overlay .thumb-hover {
  display: none;
}
@media (min-width: 1027px) {
  a.has-overlay:hover .thumb-hover {
    opacity: 1;
  }
  .thumbs--2 a.has-overlay:hover .img-h {
    clip-path: inset(8px 8px 8px 8px);
  }
  body:not(.thumbs--2) a.has-overlay:hover .proj-content .proj-title > span, body:not(.thumbs--3) a.has-overlay:hover .proj-content .proj-title > span {
    transition: transform .4s ease;
    transform: translate3d(0, 0, 0);
  }
  body:not(.thumbs--2) a.has-overlay:hover .proj-content .proj-terms > span, body:not(.thumbs--3) a.has-overlay:hover .proj-content .proj-terms > span {
    transition: transform .4s ease .05s;
    transform: translate3d(0, 0, 0);
  }
}

body.single-kktfwp_portfolio.portfolio-content-right article.kktfwp_portfolio {
  flex-direction: row-reverse;
}

body.single-kktfwp_portfolio.portfolio-content-right article.kktfwp_portfolio,
body.single-kktfwp_portfolio.portfolio-content-left article.kktfwp_portfolio {
  display: flex;
}
@media (max-width: 999px) {
  body.single-kktfwp_portfolio.portfolio-content-right article.kktfwp_portfolio,
  body.single-kktfwp_portfolio.portfolio-content-left article.kktfwp_portfolio {
    flex-direction: column;
  }
}

.kktfwp-pics[data-layout*="c"] {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.kktfwp-pics[data-layout="2c"] {
  margin: 0 -12px;
}
.kktfwp-pics[data-layout="3c"] {
  margin: 0 -12px;
}
.kktfwp-pics[data-layout="4c"] {
  margin: 0 -12px;
}
.kktfwp-pics[data-layout="5c"] {
  margin: 0 -12px;
}

.img-wr {
  width: 100%;
  margin: 0 0 4% 0;
  padding: 0;
}
[data-layout="2c"] .img-wr {
  width: 50%;
  margin: 0 0 24px 0;
  padding: 0 12px;
}
[data-layout="3c"] .img-wr {
  width: 33.33%;
  margin: 0 0 24px 0;
  padding: 0 12px;
}
[data-layout="4c"] .img-wr {
  width: 25%;
  margin: 0 0 24px 0;
  padding: 0 12px;
}
[data-layout="5c"] .img-wr {
  width: 20%;
  margin: 0 0 24px 0;
  padding: 0 12px;
}

.kktfwp-firstCol {
  display: block;
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .kktfwp-firstCol {
    margin-bottom: 0;
    width: 35%;
    min-width: 400px;
  }
  .portfolio-content-top-halfs .kktfwp-firstCol {
    width: 100%;
    margin-bottom: 60px;
  }
  .portfolio-content-top .kktfwp-firstCol {
    width: 100%;
    max-width: 740px;
    margin: 0 auto 130px auto;
  }
}
.portfolio-content-top .kktfwp-firstCol .kktfwp-title {
  text-align: center;
}
.portfolio-content-top .kktfwp-firstCol .kktfwp-title-wrapper {
  max-width: 100%;
}
.portfolio-content-top-halfs .kktfwp-firstCol #kktfwp-helper {
  display: flex;
  justify-content: space-between;
}
.portfolio-content-top-halfs .kktfwp-firstCol .kktfwp-title {
  width: 35%;
  margin-right: 5%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.portfolio-content-top-halfs .kktfwp-firstCol .kktfwp-entry-wr {
  width: 65%;
}

.kktfwp-secondCol {
  display: block;
}
@media (max-width: 999px) {
  .kktfwp-secondCol {
    text-align: justify;
    font-size: 0;
    text-justify: distribute-all-lines;
  }
  .kktfwp-secondCol:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .kktfwp-secondCol {
    width: 65%;
  }
  .portfolio-content-left .kktfwp-secondCol {
    padding: 0 0 0 5%;
  }
  .portfolio-content-right .kktfwp-secondCol {
    padding: 0 5% 0 0;
  }
  .portfolio-content-top .kktfwp-secondCol, .portfolio-content-top-halfs .kktfwp-secondCol {
    padding: 0;
    width: 100%;
  }
}
.kktfwp-video-project .kktfwp-secondCol ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
}
.kktfwp-video-project .kktfwp-secondCol ul li + li {
  margin-top: 20px;
}
.kktfwp-video-project .kktfwp-secondCol ul li {
  display: block;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.kktfwp-video-project .kktfwp-secondCol ul li iframe, .kktfwp-video-project .kktfwp-secondCol ul li object, .kktfwp-video-project .kktfwp-secondCol ul li embed {
  height: 100%;
  width: 100%;
  position: absolute, 0 null null 0;
}
.kktfwp-video-project .kktfwp-secondCol ul li .wp-video {
  height: 100% !important;
  width: 100% !important;
  position: absolute, 0 null null 0;
}

.wp-video:not(:last-child) {
  margin: 0 0 1.563rem 0;
}

.kktfwp-secondCol h1,
.kktfwp-firstCol h1 {
  margin-top: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.kktfwp-secondCol .kktfwp-title,
.kktfwp-firstCol .kktfwp-title {
  margin-bottom: 48px;
  text-align: left;
}

.img-wr {
  margin-bottom: 1.78vw;
  position: relative;
}
@media (max-width: 1026px) {
  .img-wr {
    display: inline-block;
    margin-bottom: 3%;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .img-wr {
    vertical-align: top;
  }
  .img-wr:last-child {
    margin-bottom: 0;
  }
}
.img-wr:last-child {
  margin-bottom: 0;
}
.img-wr a {
  display: block;
}

.post-tags {
  margin: 50px 0;
  clear: both;
}
.post-tags .svg-icon {
  display: inline-block;
  position: relative;
  line-height: 1;
  top: 6px;
  margin-right: 5px;
}
.post-tags .svg-icon svg {
  width: 24px;
  height: 24px;
}
.post-tags .svg-icon path,
.post-tags .svg-icon polygon,
.post-tags .svg-icon rect {
  fill: currentColor;
}
.post-tags a {
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
}

.kktfwp-nav {
  margin: 100px 0 100px 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 600;
  font-size: 26px;
  position: relative;
  color: inherit;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .kktfwp-nav {
    font-size: 20px;
  }
}
@media (max-width: 1026px) {
  .kktfwp-nav {
    margin: 8% 0 8% 0;
  }
}
.single-post .kktfwp-nav {
  font-size: 20px;
}
.kktfwp-nav a {
  text-decoration: none;
  position: relative;
  color: inherit;
  display: block;
  line-height: 1em;
}
.kktfwp-nav a:hover {
  color: inherit;
}
.kktfwp-nav a span {
  display: block;
  position: relative;
}
.kktfwp-nav a .n-title {
  padding-top: 12px;
  font-size: 16px;
  position: absolute;
  left: 0;
  transform: translate3d(0, -12px, 0);
  width: 100%;
  cursor: default;
  opacity: 0;
  transition: transform  .25s ease, opacity .25s ease;
  transition-delay: 0s;
  pointer-events: none;
  word-wrap: break-word;
}
.kktfwp-nav div {
  display: block;
  position: relative;
  line-height: 1em;
  color: currentColor;
}
.kktfwp-nav div.kktfwp-prev {
  padding: 0 3% 0 14%;
  width: 50%;
}
.single-kktfwp_portfolio .kktfwp-nav div.kktfwp-prev {
  padding: 0 3% 0 27%;
}
@media (max-width: 768px) {
  .kktfwp-nav div.kktfwp-prev {
    padding: 0 3% 0 8%;
  }
}
.kktfwp-nav div.kktfwp-prev a .n-desc {
  padding-bottom: 12px;
  border-bottom: 2px solid currentColor;
}
.kktfwp-nav div.kktfwp-prev a .n-desc:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  height: 4px;
  width: 60%;
  background-color: currentColor;
  transition: width 0.25s ease;
}
.kktfwp-nav div.kktfwp-prev a:hover > .n-desc:after {
  width: 100%;
}
.kktfwp-nav div.kktfwp-prev a:hover > .n-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.kktfwp-nav div.kktfwp-next {
  padding: 0 14% 0 3%;
  width: 50%;
}
.single-kktfwp_portfolio .kktfwp-nav div.kktfwp-next {
  padding: 0 27% 0 3%;
}
@media (max-width: 768px) {
  .kktfwp-nav div.kktfwp-next {
    padding: 0 8% 0 3%;
  }
}
.kktfwp-nav div.kktfwp-next a .n-desc {
  padding-bottom: 12px;
  border-bottom: 2px solid currentColor;
}
.kktfwp-nav div.kktfwp-next a .n-desc:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 4px;
  width: 60%;
  background-color: currentColor;
  transition: width 0.25s ease;
}
.kktfwp-nav div.kktfwp-next a:hover > .n-desc:after {
  width: 100%;
}
.kktfwp-nav div.kktfwp-next a:hover > .n-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.kktfwp-nav div.kktfwp-back {
  text-align: center;
  display: block;
  width: 5%;
}
@media (max-width: 1026px) {
  .kktfwp-nav div.kktfwp-back {
    display: none;
  }
}
.kktfwp-nav div.kktfwp-back a {
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 12px;
  border-bottom: none;
  padding-bottom: 0;
}
.kktfwp-nav div.kktfwp-back a:before {
  content: '';
  background-color: currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .1s linear;
}
.kktfwp-nav div.kktfwp-back a:after {
  content: '';
  background-color: currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform .1s linear;
}
.kktfwp-nav div.kktfwp-back a span {
  width: 20px;
  height: 20px;
  display: block;
}
.kktfwp-nav div.kktfwp-back a span:before {
  content: '';
  background-color: currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform .1s linear;
}
.kktfwp-nav div.kktfwp-back a span:after {
  content: '';
  background-color: currentColor;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: transform .1s linear;
}
.kktfwp-nav div.kktfwp-back a:hover:after {
  transform: translate3d(1px, -1px, 0);
}
.kktfwp-nav div.kktfwp-back a:hover:before {
  transform: translate3d(1px, 1px, 0);
}
.kktfwp-nav div.kktfwp-back a:hover span:after {
  transform: translate3d(-1px, -1px, 0);
}
.kktfwp-nav div.kktfwp-back a:hover span:before {
  transform: translate3d(-1px, 1px, 0);
}

.kktfwp-proj-meta {
  margin-top: 40px;
  position: relative;
}
.kktfwp-proj-meta div + div {
  margin-left: 16px;
}

.post .bypostauthor {
  content: '';
}
.post.sticky .sticky-post {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 4px;
  background-color: #2ac0a2;
  color: currentColor;
}
.post.post-in-list + .post-in-list {
  border-top: none;
}
.post .kktfwp-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 18px;
}
.post .kktfwp-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.post .kktfwp-thumbnail a {
  display: block;
}
.post.has-post-thumbnail .entry-content {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .post.has-post-thumbnail .entry-content {
    padding: 10px 0 0 0;
    width: 100%;
    float: none;
  }
}
.post .entry-content {
  width: 100%;
}
.post .entry-content .entry-header span {
  margin-right: 30px;
}
.post .entry-content .entry-header span:last-child {
  margin-right: 0;
}
.post .entry-content .kktfwp-excerpt {
  margin: 0;
}
.post .entry-content .cat-links {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.post .entry-content .cat-links a {
  display: inline-block;
}
@media (max-width: 768px) {
  .post .entry-content {
    padding: 10px 0 0 0;
    width: 100%;
    float: none;
  }
}
.post .entry-date-wrapper {
  display: inline-block;
  position: relative;
  opacity: .8;
}
.post .entry-date-wrapper time {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}
.post .entry-date-wrapper time i {
  display: none;
}
.post .entry-date-wrapper time:not(.published) {
  display: none;
}
body:not(.single) .post .entry-title {
  font-size: 24px;
  margin: 0 0 2px 0;
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
}
@media (max-width: 1026px) {
  body:not(.single) .post .entry-title {
    font-size: 24px;
  }
}
body:not(.single) .post .entry-title a {
  text-decoration: none;
  color: currentColor;
  display: inline;
  position: relative;
}

.nav-links, .page-links {
  margin: 80px 0 10px 0;
  text-align: center;
  color: currentColor;
  clear: both;
}
.nav-links > a, .nav-links > span, .page-links > a, .page-links > span {
  display: inline-block;
  padding: 0 20px 0 0;
  text-decoration: none;
}
.nav-links > a:not(span):hover, .nav-links > span:not(span):hover, .page-links > a:not(span):hover, .page-links > span:not(span):hover {
  color: #2ac0a2;
}
.nav-links .current, .page-links .current {
  font-weight: 700;
  color: #2ac0a2;
}

.page-links {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: initial;
}
.blog .entry-content .page-links {
  padding: 30px 0 10px 0;
  text-align: initial;
}
.page-links > span:not(.page-links-title) {
  font-weight: 700;
  color: #2ac0a2;
}

.posts-wrapper {
  position: relative;
}
.blog .posts-wrapper, .archive .posts-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  margin: 0 -30px;
}
.blog .posts-wrapper article, .archive .posts-wrapper article {
  width: 50%;
  margin: 0 0 60px 0;
  position: relative;
  padding: 0 30px;
}
.blog .posts-wrapper article:last-child, .archive .posts-wrapper article:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1027px) {
  .blog .posts-wrapper article, .archive .posts-wrapper article {
    width: 100%;
  }
}
.blog .posts-wrapper article .entry-header, .archive .posts-wrapper article .entry-header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .search.active-sidebar .posts-wrapper {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .active-sidebar .posts-wrapper {
    width: calc(100% - 280px);
    float: left;
  }
}
.posts-wrapper .navigation.pagination {
  position: absolute;
  bottom: -50px;
  display: inline-block;
  width: 100%;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.entry-content img.larger-than-content {
  margin: 0;
  width: 100%;
  float: none;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content.page-content a:not(.envira-*) {
  color: #fff;
  display: inline-block;
  position: relative;
}
.entry-content.page-content a:not(.envira-*):after {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: currentColor;
  height: 1px;
  left: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: right center;
}
.entry-content.page-content a:not(.envira-*):hover {
  color: #2ac0a2;
}
.entry-content.page-content a:not(.envira-*):hover:after {
  transform: scale(1);
  opacity: 1;
  transform-origin: left center;
}
.entry-content figure.wp-caption {
  clear: both;
  display: block;
  position: relative;
  max-width: 100%;
}
.entry-content figure.wp-caption.larger-than-content {
  margin: 0 0 25px 0;
  max-width: 100%;
  float: none;
}
.entry-content figure.wp-caption img {
  width: 100%;
  height: auto;
  display: block;
}
.entry-content figure.wp-caption img.larger-than-content {
  margin: 0;
}

.single-entry-content {
  position: relative;
}
.entry-header + .single-entry-content {
  margin-top: 100px;
}
@media (min-width: 1027px) {
  .active-sidebar .single-entry-content {
    display: flex;
    justify-content: center;
  }
}
.single-entry-content .post-entry {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1027px) {
  .active-sidebar .single-entry-content .post-entry {
    margin-left: 0;
    margin-right: 60px;
    width: calc(100% - 280px);
  }
}
@media (min-width: 768px) and (max-width: 1026px) {
  .active-sidebar .single-entry-content .post-entry {
    width: calc(100% - 340px);
    float: left;
  }
}
@media (max-width: 768px) {
  .single-entry-content {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.single-entry-content img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.single-entry-content img.responsively-lazy-img {
  opacity: 0;
  transition: opacity .15s linear;
}
.single-entry-content img.responsively-lazy-img.responsively-loaded {
  opacity: 1;
}
.single-entry-content figure.wp-caption {
  clear: both;
  display: block;
  position: relative;
  max-width: 100%;
}
.single-entry-content figure.wp-caption.larger-than-content {
  margin: 1.5em 0 1.5em -20.603015%;
  max-width: 120.603015%;
  float: none;
}
.single-entry-content figure.wp-caption img {
  width: 100%;
  height: auto;
  display: block;
}
.single-entry-content figure.wp-caption img.larger-than-content {
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: currentColor;
  font-size: 13px;
  padding: 5px 0 0 0;
  background-color: transparent;
  font-style: italic;
  position: relative;
}

.entry-header {
  margin-bottom: 40px;
}

.entry-meta {
  position: relative;
  text-align: center;
  font-size: 14px;
}
.single .entry-meta {
  display: flex;
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  text-align: left;
}
@media (max-width: 767px) {
  .single .entry-meta {
    display: none;
  }
}
.single .entry-meta span {
  max-width: 33.33%;
}
.entry-meta span {
  position: relative;
}
.entry-meta span:not(:first-child) {
  padding: 0 0 0 35px;
  margin: 0 0 0 15px;
}
.entry-meta span:not(:first-child):before {
  content: '';
  display: block;
  background-color: currentColor;
  height: 1px;
  width: 20px;
  position: absolute;
  transform: translateY(-50%);
  top: 0.9em;
  left: 0;
}
.entry-meta .vcard img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 0 15px 0;
  display: block;
}
@media (max-width: 768px) {
  .entry-meta .vcard img {
    margin: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.entry-meta .vcard .url {
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
  display: inline-block;
}
.entry-meta .vcard .url:hover {
  color: #2ac0a2;
}
.entry-meta .entry-date {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  display: block;
  margin: 0;
}
.entry-meta .entry-date i {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.entry-meta .cat-links {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.entry-meta .cat-links a {
  display: inline-block;
  text-transform: capitalize;
}
.entry-meta .cat-links i {
  margin: 0 5px 0 0;
  font-size: 16px;
}

.single-post .post-thumbnail {
  margin-bottom: 50px;
  padding-bottom: 35%;
}
@media (max-width: 767px) {
  .single-post .post-thumbnail {
    margin-bottom: 30px;
    padding-bottom: 50%;
  }
}
.single-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-post .entry-title {
  margin-bottom: 0.3em;
  text-align: center;
  font-size: 52px;
  word-wrap: break-word;
}
@media (max-width: 1026px) {
  .single-post .entry-title {
    font-size: calc(22px + 2.2vw);
    line-height: 1.4em;
  }
}
@media (max-width: 768px) {
  .single-post .entry-title {
    margin-bottom: 20px;
  }
}

/* Comments */
.comments-area {
  margin-top: 80px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.active-sidebar.page .comments-area {
  max-width: 100%;
}
.comments-area a {
  display: inline;
}
.comments-area .comment-reply-title {
  margin: 0 0 10px 0;
}
.comments-area #reply-title {
  font-size: 24px;
}
.comments-area .comment-notes,
.comments-area .comment-form-cookies-consent {
  font-size: 14px;
}
.comments-area .comment-form-cookies-consent label {
  margin-left: 10px;
}
@media (max-width: 399px) {
  .comments-area .form-submit [type="submit"] {
    width: 100%;
  }
}
.comments-area .comment-form-author,
.comments-area .comment-form-email {
  margin-right: 3.5%;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
  width: 31%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .comments-area .comment-form-author,
  .comments-area .comment-form-email,
  .comments-area .comment-form-url {
    width: 100%;
    float: none;
  }
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
  border-color: transparent transparent #d8d8d8 transparent;
  border-width: 1px;
  width: 100%;
  color: currentColor;
  line-height: 1.8em;
  padding: 2px 0;
  background-color: transparent;
}
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
  position: absolute;
}

.comment-form textarea {
  height: 180px;
  width: 100%;
  resize: vertical;
  line-height: 29px;
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  background-color: transparent;
  outline: none;
}

:focus {
  outline: 0;
}

button, [type="button"], [type="reset"], [type="submit"] {
  background-color: transparent;
  padding: 12px 24px;
  cursor: pointer;
  width: auto;
  border: 2px solid currentColor;
  color: #2ac0a2;
  line-height: 1;
  opacity: 1;
  transition: opacity .1s linear;
}
.form-submit button, .form-submit [type="button"], .form-submit [type="reset"], .form-submit [type="submit"] {
  margin-top: 20px;
}
button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  opacity: 0.7;
}

.wpcf7-form div.wpcf7-response-output {
  padding: 10px 20px;
  margin: 50px 0;
}

input.wpcf7-not-valid {
  border-bottom-color: #ffa7a7;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  position: absolute;
  right: -10px;
  top: -24px;
  z-index: 5;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #da1414;
  color: #fff;
  padding: 2px 4px;
}

div.wpcf7 label {
  font-weight: inherit;
  width: 100%;
}
div.wpcf7 textarea {
  border-color: currentColor;
  color: currentColor;
}
div.wpcf7 input:not([type='submit']) {
  background-color: transparent;
  color: currentColor;
  padding: 5px 10px;
  border-color: currentColor;
  border-style: solid;
}
div.wpcf7 button, div.wpcf7 [type="button"], div.wpcf7 [type="reset"], div.wpcf7 [type="submit"] {
  color: currentColor;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  background: none;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 0 0 20px;
  vertical-align: middle;
  border: 1px solid currentColor;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  animation: kktfwpSpinner linear .6s infinite;
}

/* Comments */
.comment-respond {
  margin-top: 80px;
}
article + .comment-respond {
  margin-bottom: 80px;
}

.comment-list {
  padding: 0;
  margin: 60px 0;
  list-style: none;
}
.comment-list .children {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .comment-list .children {
    padding-left: 0;
  }
}
.comment-list li.pingback {
  margin: 0 0 0.8rem 0;
}
.comment-list li.comment {
  list-style: none;
}
.comment-list li.comment > article {
  padding-left: 70px;
  position: relative;
  margin: 40px 0;
}
.comment-list li.comment > article .comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.comment-list li.comment > article .comment-author .fn {
  display: inline-block;
  font-weight: 600;
  color: currentColor;
}
.comment-list li.comment > article .comment-author .fn a {
  color: currentColor;
}
.comment-list li.comment > article .comment-author .fn a:hover {
  color: #2ac0a2;
}
.comment-list li.comment > article .comment-author .says {
  display: none;
}
.comment-list li.comment > article .comment-meta {
  margin: 0 0 0.843em 0;
}
.comment-list li.comment > article .comment-metadata {
  font-size: 12px;
}
.comment-list li.comment > article .comment-metadata a {
  display: inline;
}
.comment-list li.comment > article .comment-content {
  margin: 0 0 0.843em 0;
}
.comment-list li.comment > article .comment-content a {
  display: inline;
  color: #2ac0a2;
  position: relative;
}
.comment-list li.comment > article .comment-content a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: currentColor;
  height: 1px;
  left: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: right center;
}
.comment-list li.comment > article .comment-content a:hover:after {
  transform: scale(1);
  opacity: 1;
  transform-origin: left center;
}
.comment-list .reply {
  display: inline-block;
}
.comment-list .reply a {
  border-bottom: 1px solid currentColor;
  color: #2ac0a2;
}
.comment-list .comment-respond .comment-reply-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.comment-list .comment-respond .comment-reply-title small {
  font-size: 70%;
  float: right;
  top: 6px;
  position: relative;
}
.comment-list .comment-respond .comment-reply-title small a {
  display: inline-block;
  margin-left: 20px;
  color: currentColor;
}
.comment-list .comment-respond .comment-reply-title small a:hover {
  color: #2ac0a2;
}
.comment-list .comment-respond .comment-notes {
  display: none;
}

.image-navigation {
  position: relative;
  text-align: center;
}
.image-navigation div {
  display: inline-block;
}

@media (max-width: 767px) {
  .kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item {
    width: 100% !important;
  }
  .kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item img {
    width: 100%;
  }
  .kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item a {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item {
    width: 50%;
  }
  .kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item img {
    width: 100%;
  }
}
.kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item .envira-gallery-item-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ac0a2;
  opacity: 0;
  transition: opacity .2s linear;
  pointer-events: none;
}
.kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item .envira-gallery-item-inner:hover:after {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .kktfwp-envira .envira-gallery-wrap .envira-gallery-public[class*="columns"] .envira-gallery-item .envira-gallery-item-inner {
    pointer-events: none;
  }
}
.kktfwp-envira .envira-gallery-wrap {
  margin: 0 auto 25px auto;
}
.kktfwp-envira .kktfwp-secondCol .envira-gallery-wrap {
  margin: 0 auto 0  auto;
}
.kktfwp-envira #envirabox-overlay {
  background-color: #fff !important;
  background-image: none;
  opacity: 1 !important;
  cursor: default !important;
}
html.envirabox-lock .kktfwp-envira #envirabox-overlay {
  overflow-y: hidden;
}
.kktfwp-envira #envirabox-outer #envirabox-content {
  box-shadow: none;
}
.kktfwp-envira .envirabox-skin.envirabox-theme-base {
  background: none;
}
.kktfwp-envira #envirabox-title {
  font-size: 16px;
  line-height: 1.8em;
  bottom: 0;
  height: auto;
}
.kktfwp-envira #envirabox-title #envirabox-title-float-main {
  padding: 0;
  border-radius: 0;
  text-shadow: none;
  background-color: transparent;
  color: #222;
}
.kktfwp-envira #envirabox-close {
  background-image: none;
  height: 36px;
  width: 36px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  transition: border-color .2s linear;
}
.kktfwp-envira #envirabox-close:hover {
  border-color: #222;
}
.kktfwp-envira #envirabox-close:after, .kktfwp-envira #envirabox-close:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #222;
  top: 17px;
  left: 7px;
}
.kktfwp-envira #envirabox-close:before {
  transform: rotate(-45deg);
}
.kktfwp-envira #envirabox-close:after {
  transform: rotate(45deg);
}
.kktfwp-envira #envirabox-tmp {
  z-index: 988040;
  display: none;
}
.kktfwp-envira #envirabox-left,
.kktfwp-envira #envirabox-right {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  margin-top: -25px;
  visibility: visible;
}
.kktfwp-envira #envirabox-left {
  left: 20px;
}
.kktfwp-envira #envirabox-left span#envirabox-left-ico {
  background-position: inherit;
  background-image: none;
  visibility: visible;
  left: 10px;
}
.kktfwp-envira #envirabox-left span#envirabox-left-ico:hover {
  left: 10px;
}
.kktfwp-envira #envirabox-left span#envirabox-left-ico:before, .kktfwp-envira #envirabox-left span#envirabox-left-ico:after {
  content: '';
  height: 2px;
  width: 20px;
  background-color: #222;
  position: absolute;
  transform-origin: left;
  top: 18px;
}
.kktfwp-envira #envirabox-left span#envirabox-left-ico:before {
  transform: rotate(-45deg);
}
.kktfwp-envira #envirabox-left span#envirabox-left-ico:after {
  transform: rotate(45deg);
}
.kktfwp-envira #envirabox-right {
  right: 20px;
}
.kktfwp-envira #envirabox-right span#envirabox-right-ico {
  background-position: inherit;
  background-image: none;
  visibility: visible;
  right: 10px;
  left: auto;
}
.kktfwp-envira #envirabox-right span#envirabox-right-ico:hover {
  right: 10px;
  left: auto;
}
.kktfwp-envira #envirabox-right span#envirabox-right-ico:before, .kktfwp-envira #envirabox-right span#envirabox-right-ico:after {
  content: '';
  height: 2px;
  width: 20px;
  background-color: #222;
  position: absolute;
  transform-origin: right;
  top: 18px;
  right: 0;
}
.kktfwp-envira #envirabox-right span#envirabox-right-ico:before {
  transform: rotate(-45deg);
}
.kktfwp-envira #envirabox-right span#envirabox-right-ico:after {
  transform: rotate(45deg);
}
.kktfwp-envira #envirabox-loading {
  background-image: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
.kktfwp-envira #envirabox-loading div {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50% !important;
  margin-top: -22px;
  margin-left: -22px;
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  animation: kktfwpLoader .4s linear infinite;
}

@keyframes kktfwpLoader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input {
  border-color: transparent transparent #e7e7e7 transparent;
  border-width: 1px;
  width: 100%;
  color: #fff;
  line-height: 1.8;
  background-color: transparent;
  padding: 5px 10px;
  border-color: currentColor;
  border-style: solid;
}
.search-form input {
  width: auto;
  padding: 7px 10px;
}

textarea {
  height: 180px;
  width: 100%;
  resize: vertical;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  padding: 5px 10px;
  background-color: transparent;
  outline: none;
  color: currentColor;
}

.kktfwp-404-wrapper {
  position: relative;
  font-family: monospace, monospace;
}
.kktfwp-404-wrapper p {
  line-height: 120px;
  display: inline-block;
  text-align: center;
  color: currentColor;
  font-size: 120px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .kktfwp-404-wrapper p {
    line-height: 80px;
    font-size: 80px;
  }
}

.error404 .not-found {
  text-align: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .error404 .not-found {
    margin: 0;
  }
  .error404 .not-found span {
    line-height: 1.3em;
  }
}
.error404 .not-found a,
.error404 .not-found a:hover {
  color: currentColor !important;
  margin-top: 25px;
}

a.button {
  background-color: transparent;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  width: auto;
  border: 2px solid currentColor;
  color: #2ac0a2;
  line-height: 1;
}
a.button:hover {
  opacity: 0.7;
}

.search-results h2 {
  font-size: 26px;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.4;
}
.search-results article {
  margin: 0 0 60px 0;
}
.search-results article a {
  color: #fff;
}
.search-results article .more-link {
  color: #2ac0a2;
  display: inline-block;
  margin: 0;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  animation: kktfwpLoader .4s linear infinite;
}
.woocommerce .kktfwp-woocommerce ul.products li {
  width: 31.6666%;
  margin: 0 2.4999% 4% 0;
}
@media (min-width: 1000px) {
  .woocommerce .kktfwp-woocommerce ul.products li.last {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .woocommerce .kktfwp-woocommerce ul.products li {
    width: 48.3333%;
    margin: 0 3.2999% 4% 0;
  }
  .woocommerce .kktfwp-woocommerce ul.products li.even {
    margin: 0 0 4% 0;
  }
  .woocommerce .kktfwp-woocommerce ul.products li.first {
    clear: none;
  }
}
@media (max-width: 767px) {
  .woocommerce .kktfwp-woocommerce ul.products li.even, .woocommerce .kktfwp-woocommerce ul.products li.odd {
    width: 100%;
    margin: 0 0 10% 0;
    float: none;
  }
}
.woocommerce .kktfwp-woocommerce ul.products li .star-rating {
  font-size: 1em;
  position: absolute;
  top: 16px;
  right: 16px;
}
.woocommerce .kktfwp-woocommerce ul.products li h3 {
  font-size: 22px;
}
.woocommerce .kktfwp-woocommerce ul.products li .price {
  font-size: 18px;
  color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce ul.products li .price del {
  display: inline-block;
  color: currentColor;
  margin-right: 10px;
}
.woocommerce .kktfwp-woocommerce ul.products li .price ins {
  font-weight: normal;
  text-decoration: none;
}
.woocommerce .kktfwp-woocommerce ul.products li a.button.loading {
  color: transparent;
}
.woocommerce .kktfwp-woocommerce ul.products li a.button.loading:after {
  right: 50%;
  margin-right: -.5em;
  top: .5em;
  color: #fff;
}
.woocommerce .kktfwp-woocommerce ul.products li .onsale {
  width: auto;
  min-height: 20px;
  line-height: 1.8em;
  padding: 0px 10px;
  top: 23px;
  left: 16px;
  right: auto;
  background-color: #fb3d3d;
  font-weight: 400;
  font-size: 1em;
  border-radius: 0;
}
.woocommerce .kktfwp-woocommerce .star-rating span {
  color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce .star-rating:before {
  color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce .entry-summary .product_title {
  margin-bottom: 30px;
  font-size: 34px;
  margin-top: 0;
}
@media (min-width: 700px) {
  .woocommerce .kktfwp-woocommerce .entry-summary .product_title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  .woocommerce .kktfwp-woocommerce .entry-summary .product_title {
    font-size: 46px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .woocommerce .kktfwp-woocommerce .entry-summary .product_title {
    font-size: 48px;
  }
}
.woocommerce .kktfwp-woocommerce .entry-summary .star-rating {
  font-size: 1em;
}
.woocommerce .kktfwp-woocommerce .entry-summary .star-rating span {
  color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce .entry-summary .star-rating:before {
  color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce .entry-summary div[itemprop=offers], .woocommerce .kktfwp-woocommerce .entry-summary .cart {
  margin: 40px 0;
}
.woocommerce .kktfwp-woocommerce .entry-summary .price {
  color: #2ac0a2;
  font-size: 24px;
}
.woocommerce .kktfwp-woocommerce .entry-summary .product_meta .sku_wrapper,
.woocommerce .kktfwp-woocommerce .entry-summary .product_meta .posted_in,
.woocommerce .kktfwp-woocommerce .entry-summary .product_meta .tagged_as {
  display: block;
}
.woocommerce .kktfwp-woocommerce .entry-summary .product_meta a {
  display: inline-block;
  color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce .button.button,
.woocommerce .kktfwp-woocommerce input#submit,
.woocommerce .kktfwp-woocommerce input.button,
.woocommerce .kktfwp-woocommerce .added_to_cart {
  background-color: #2ac0a2;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  width: auto;
  color: #fff;
  line-height: 1.8em;
  border-radius: 0;
  font-weight: normal;
}
.woocommerce .kktfwp-woocommerce .button.button:hover,
.woocommerce .kktfwp-woocommerce input#submit:hover,
.woocommerce .kktfwp-woocommerce input.button:hover,
.woocommerce .kktfwp-woocommerce .added_to_cart:hover {
  opacity: 0.6;
  background-color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce .quantity .qty {
  padding: 5px 0;
  width: 5em;
}
.woocommerce .kktfwp-woocommerce .related.products {
  margin: 80px 0 0 0;
}
@media (min-width: 669px) and (max-width: 999px) {
  .woocommerce .kktfwp-woocommerce .related.products ul.products li.product:nth-child(2n) {
    margin: 0 0 4% 0;
  }
}
@media (max-width: 999px) {
  .woocommerce .kktfwp-woocommerce .related.products.product:last-child {
    margin: 0;
  }
}
.woocommerce .kktfwp-woocommerce #reviews .woocommerce-Reviews-title {
  display: none;
}
.woocommerce .kktfwp-woocommerce #reviews #comments .commentlist {
  padding: 0;
}
.woocommerce .kktfwp-woocommerce #reviews #comments .commentlist li {
  margin: 30px 0;
}
.woocommerce .kktfwp-woocommerce #reviews #comments .commentlist li:last-child {
  margin: 30px 0 60px 0;
}
.woocommerce .kktfwp-woocommerce #reviews #comments .commentlist li img.avatar {
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  display: block;
}
.woocommerce .kktfwp-woocommerce #reviews #comments .commentlist li .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 85px;
}
.woocommerce .kktfwp-woocommerce #reviews #comments .commentlist li .comment-text .meta [itemprop=author] {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.woocommerce .kktfwp-woocommerce #reviews #respond #reply-title {
  margin: 0 0 10px 0;
}
.woocommerce .kktfwp-woocommerce #reviews #respond p {
  margin: 0 0 25px 0;
}
.woocommerce .kktfwp-woocommerce #reviews #respond p.comment-form-author {
  width: 48.25%;
  margin-right: 3.5%;
  float: left;
}
.woocommerce .kktfwp-woocommerce #reviews #respond p.comment-form-email {
  width: 48.25%;
  float: left;
}
.woocommerce .kktfwp-woocommerce #reviews #respond p.comment-form-rating .stars {
  margin-top: 10px;
}
.woocommerce .kktfwp-woocommerce #reviews #respond p.comment-form-rating a {
  color: #2ac0a2;
  font-size: 22px;
}
.woocommerce .kktfwp-woocommerce #reviews #respond textarea {
  height: 180px;
}
.woocommerce .kktfwp-woocommerce #reviews #respond input#submit {
  background-color: #2ac0a2;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  width: auto;
  color: currentColor;
  line-height: 1.8em;
  border-radius: 0;
  font-weight: normal;
  margin-top: 20px;
}
.woocommerce .kktfwp-woocommerce #reviews #respond input#submit:hover {
  opacity: 0.6;
  background-color: #2ac0a2;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper {
  padding: 60px 0 0 0;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  padding: 0;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs:before {
  display: none;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0 54px 0 0;
  padding: 0;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:last-child {
  margin: 0;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:before, .woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:after {
  display: none;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  padding: 14px 0 5px 0;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: currentColor;
  height: 2px;
  left: 0;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: right center;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a:hover:after {
  transform: scale(1);
  opacity: 1;
  transform-origin: left center;
}
.woocommerce .kktfwp-woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a:after {
  transform: scale(1);
  opacity: 1;
}
.woocommerce .kktfwp-woocommerce .woocommerce-pagination {
  margin: 40px 0 10px 0;
}
.woocommerce .kktfwp-woocommerce .woocommerce-pagination ul {
  border: none;
  margin: 0;
  vertical-align: middle;
}
.woocommerce .kktfwp-woocommerce .woocommerce-pagination ul li {
  border: none;
  float: none;
}
.woocommerce .kktfwp-woocommerce .woocommerce-pagination ul li span,
.woocommerce .kktfwp-woocommerce .woocommerce-pagination ul li a {
  padding: 0 10px;
  line-height: 1.8em;
  color: currentColor;
}
.woocommerce .kktfwp-woocommerce .woocommerce-pagination ul li span.current {
  background-color: transparent;
  color: #2ac0a2;
  font-weight: 700;
}
.woocommerce .kktfwp-woocommerce .woocommerce-pagination ul li a:hover {
  color: #2ac0a2;
  background-color: transparent;
}
.woocommerce .kktfwp-woocommerce .woocommerce-ordering select {
  line-height: 1.8em;
  padding: 5px;
  border-color: #ececec;
  color: #fff;
}

.woocommerce-cart .button.button,
.woocommerce-cart input#submit,
.woocommerce-cart input.button,
.woocommerce-cart input.button.alt,
.woocommerce-cart .added_to_cart,
.woocommerce-cart a.button.alt, .woocommerce-checkout .button.button,
.woocommerce-checkout input#submit,
.woocommerce-checkout input.button,
.woocommerce-checkout input.button.alt,
.woocommerce-checkout .added_to_cart,
.woocommerce-checkout a.button.alt {
  background-color: #2ac0a2;
  border: none;
  padding: 6px 14px;
  cursor: pointer;
  width: auto;
  color: currentColor;
  line-height: 1.8em;
  border-radius: 0;
  font-weight: normal;
}
.woocommerce-cart .button.button:disabled[disabled],
.woocommerce-cart input#submit:disabled[disabled],
.woocommerce-cart input.button:disabled[disabled],
.woocommerce-cart input.button.alt:disabled[disabled],
.woocommerce-cart .added_to_cart:disabled[disabled],
.woocommerce-cart a.button.alt:disabled[disabled], .woocommerce-checkout .button.button:disabled[disabled],
.woocommerce-checkout input#submit:disabled[disabled],
.woocommerce-checkout input.button:disabled[disabled],
.woocommerce-checkout input.button.alt:disabled[disabled],
.woocommerce-checkout .added_to_cart:disabled[disabled],
.woocommerce-checkout a.button.alt:disabled[disabled] {
  cursor: not-allowed;
  padding: 6px 14px;
  color: #515151;
  background-color: #ebe9eb;
}
.woocommerce-cart .button.button:hover,
.woocommerce-cart input#submit:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart input.button.alt:hover,
.woocommerce-cart .added_to_cart:hover,
.woocommerce-cart a.button.alt:hover, .woocommerce-checkout .button.button:hover,
.woocommerce-checkout input#submit:hover,
.woocommerce-checkout input.button:hover,
.woocommerce-checkout input.button.alt:hover,
.woocommerce-checkout .added_to_cart:hover,
.woocommerce-checkout a.button.alt:hover {
  opacity: 0.6;
  background-color: #2ac0a2;
  color: currentColor;
}
.woocommerce-cart table.shop_table, .woocommerce-checkout table.shop_table {
  border-left: none;
  border-right: none;
}
.woocommerce-cart table.shop_table td, .woocommerce-checkout table.shop_table td {
  padding: 16px 12px;
  border-color: #ececec;
}
.woocommerce-cart table.shop_table td.actions .coupon .input-text, .woocommerce-checkout table.shop_table td.actions .coupon .input-text {
  line-height: 1.8em;
  min-width: 150px;
  padding: 5px 10px;
}
.woocommerce-cart table.shop_table td img, .woocommerce-checkout table.shop_table td img {
  width: 100px;
  display: block;
}
.woocommerce-cart a.remove, .woocommerce-checkout a.remove {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fb3d3d;
  font-size: 1.4em;
  display: inline-block;
}
.woocommerce-cart a.remove:hover, .woocommerce-checkout a.remove:hover {
  border: 1px solid #fb3d3d;
  background-color: transparent;
  color: #fb3d3d !important;
}

.woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 24px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-block;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
  margin: -2px 10px 0 10px;
}
.woocommerce-checkout #payment ul.payment_methods li a.about_paypal {
  display: inline-block;
  line-height: 32px;
  font-size: .86em;
  font-weight: 600;
  color: #2ac0a2;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  display: inline-block;
}

.pass-wr {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 766px) {
  .pass-wr {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .pass-wr {
    margin-top: 70px;
  }
}
@media (min-width: 1600px) {
  .pass-wr {
    margin-top: 80px;
  }
}
.pass-wr .kktfwp-i-lock-1 {
  font-size: 100px;
  color: #2ac0a2;
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
}
.pass-wr .page-content {
  display: inline-block;
}
.pass-wr .page-content .post-password-form label {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.pass-wr .page-content .post-password-form input[type="password"] {
  border: 1px solid #e7e7e7;
  padding: 7px 10px;
  width: auto;
  font-size: 16px;
  line-height: 1.8em;
}

.lazy--wrap {
  display: block;
  max-width: 100%;
  position: relative;
}
.wpspd-wide-container .lazy--wrap:last-child:first-child {
  width: 100% !important;
}

.responsively-lazy:not(img) {
  position: relative;
  overflow: hidden;
  color: inherit;
  display: block;
}
.wp-block-gallery .responsively-lazy:not(img) {
  height: 100%;
}
.responsively-lazy:not(img) > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: transform .4s ease, opacity .2s linear;
}
.wp-block-gallery .responsively-lazy:not(img) > img {
  position: relative;
}
body:not(.hero-video) .responsively-lazy:not(img) > img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.responsively-lazy:not(img) > img.responsively-loaded {
  opacity: 1;
}
body:not(.hero-video) .responsively-lazy:not(img) > img.responsively-loaded {
  transform: scale3d(1, 1, 1);
}
img .responsively-lazy {
  width: 100%;
}
.responsively-lazy:hover {
  color: inherit;
}
.responsively-lazy:not(.spiner-off):after {
  content: '';
  display: block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  border: 1px solid transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  border-radius: 50px;
  animation: kktfwpSpinner .4s linear infinite;
  user-select: none;
  opacity: .4;
}
.portfolio-mosaic-gaps .responsively-lazy:not(.spiner-off):after {
  margin-top: .17em;
  margin-left: .17em;
}
.responsively-lazy:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@keyframes kktfwpSpinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.kktfwp-scrollDown {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.kktfwp-scrollDown:before {
  content: '';
  display: block;
  width: 22px;
  height: 30px;
  border-radius: 100px;
  border: 2px solid currentColor;
  box-sizing: border-box;
}
.kktfwp-scrollDown:after {
  content: '';
  display: block;
  background-color: currentColor;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  left: 9px;
  box-sizing: border-box;
}
.kktfwp-scrollDown:before {
  animation: mouseAnimation 5s ease-out infinite;
}
.kktfwp-scrollDown:after {
  animation: ballAnimation 5s linear infinite;
}

@keyframes mouseAnimation {
  0%,
	30%,
	60%,
	90% {
    transform: translateY(0);
  }
  20%,
	50%,
	80% {
    transform: translateY(8px);
  }
}
@keyframes ballAnimation {
  0%,
	14%,
	27%,
	29.99%,
	30% {
    opacity: 1;
    transform: scale(1) translateY(-7px);
  }
  5% {
    opacity: 1;
    transform: scale(0.9) translateY(6px);
  }
  13% {
    opacity: 0;
    transform: scale(0.4) translateY(16px);
  }
  14%,
	17% {
    opacity: 0;
    transform: scale(0.4) translateY(-7px);
  }
  35% {
    opacity: 1;
    transform: scale(0.9) translateY(6px);
  }
  43% {
    opacity: 0;
    transform: scale(0.4) translateY(16px);
  }
  44%,
	48% {
    opacity: 0;
    transform: scale(0.4) translateY(-7px);
  }
  57%,
	59.99%,
	60% {
    opacity: 1;
    transform: scale(1) translateY(-7px);
  }
  65% {
    opacity: 1;
    transform: scale(0.9) translateY(6px);
  }
  73% {
    opacity: 0;
    transform: scale(0.4) translateY(16px);
  }
  75% ,
	78% {
    opacity: 0;
    transform: scale(0.4) translateY(-7px);
  }
  100% ,
	87% {
    opacity: 1;
    transform: scale(1) translateY(-7px);
  }
}
.entry-attachment {
  margin-bottom: 40px;
}

.kktfwp-content-area .wp-block-gallery {
  margin-top: 1.563rem;
  margin-bottom: 1.563rem;
}
.kktfwp-content-area .wp-block-cover-image {
  margin-bottom: 1.563rem;
}
.kktfwp-content-area .post-entry .alignfull,
.kktfwp-content-area .page-content .alignfull {
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
  max-width: 100vw;
  width: auto;
}
.kktfwp-content-area .post-entry .alignfull img, .kktfwp-content-area .post-entry .alignfull iframe,
.kktfwp-content-area .page-content .alignfull img,
.kktfwp-content-area .page-content .alignfull iframe {
  width: 100%;
}
.kktfwp-content-area .post-entry .alignfull.wp-block-cover-image,
.kktfwp-content-area .page-content .alignfull.wp-block-cover-image {
  width: auto;
}
body:not(.active-sidebar) .kktfwp-content-area .post-entry .alignwide, body:not(.active-sidebar)
.kktfwp-content-area .page-content .alignwide {
  width: auto;
  margin-left: calc((90vw - 100%)/2*-1);
  margin-right: calc((90vw - 100%)/2*-1);
}
body:not(.active-sidebar) .kktfwp-content-area .post-entry .alignwide img, body:not(.active-sidebar) .kktfwp-content-area .post-entry .alignwide iframe, body:not(.active-sidebar)
.kktfwp-content-area .page-content .alignwide img, body:not(.active-sidebar)
.kktfwp-content-area .page-content .alignwide iframe {
  width: 100%;
}
@media (min-width: 1027px) {
  body:not(.active-sidebar) .kktfwp-content-area .post-entry .alignwide, body:not(.active-sidebar)
  .kktfwp-content-area .page-content .alignwide {
    margin-left: calc((85vw - 100%)/2*-1);
    margin-right: calc((85vw - 100%)/2*-1);
  }
}
@media (min-width: 1400px) {
  body:not(.active-sidebar) .kktfwp-content-area .post-entry .alignwide, body:not(.active-sidebar)
  .kktfwp-content-area .page-content .alignwide {
    margin-left: calc((80vw - 100%)/2*-1);
    margin-right: calc((80vw - 100%)/2*-1);
    max-width: 1700px;
  }
}
@media (min-width: 2100px) {
  body:not(.active-sidebar) .kktfwp-content-area .post-entry .alignwide, body:not(.active-sidebar)
  .kktfwp-content-area .page-content .alignwide {
    margin-left: calc((1700px - 100%)/2*-1);
    margin-right: calc((1700px - 100%)/2*-1);
    max-width: 1700px;
  }
}
.kktfwp-content-area .wp-block-separator {
  border-color: currentColor;
  opacity: .6;
}
.kktfwp-content-area .wp-block-pullquote {
  border-color: currentColor;
  color: currentColor;
}
.kktfwp-content-area .wp-block-pullquote cite, .kktfwp-content-area .wp-block-pullquote footer {
  color: inherit;
  opacity: 0.8;
}

.wp-block-image {
  width: auto;
}
.wp-block-image figcaption {
  color: currentColor;
  opacity: 0.8;
}

.wp-block-button .wp-block-button__link {
  padding: 14px 26px;
  line-height: 1;
}
.wp-block-button .wp-block-button__link:hover {
  opacity: .7;
}

.responsive-oembed-video {
  display: block;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin: 0 0 1.563rem 0;
}
.wp-block-embed.is-type-video .responsive-oembed-video {
  height: auto;
  position: unset;
  padding-bottom: inherit;
}
.responsive-oembed-video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
