@charset "UTF-8";
/*
Theme Name: Dixionline
Theme URI: https://dixionline.com/
Author: Satellite Multimedia
Author URI: https://www.satellite-multimedia.com/agence-creation-site-internet-communication-digitale-montpellier
Description: Theme sur mesure pour DixiOnline INC
Version: 1.8.7
License: GNU General Public License
License URI: license.txt
Tags:left-sidebar, right-sidebar, flexible-header, post-formats, translation-ready
Text Domain: dixionline
Tested up to: WP 5.7.2
Requires PHP: 7.4
*/
/**
 * TABLE OF CONTENTS
 */
/*
# Variables
  ## Colors
  ## Structure
  ## Typography
# Helpers
  ## Normalize
  ## Mixins
  ## Accessibility
  ## Alignments
  ## Clearings
  ## Infinite-scroll
# Typography
# Components
  ## Buttons
  ## Fields
  ## Galleries
  ## Images
  ## Media
  ## Tables
# Layout
    ## Branding
    ## Header-image
    ## Menus
    ## Posts-and-pages
    ## Comments
    ## Post-formats
    ## Sidebar
    ## Widgets
    ## Footer
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* border-radius */
/* messages */
/* $size__site-main: 100%;
$size__site-sidebar: 25%; */
/*--------------------------------------------------------------
# Media queries breakpoints
--------------------------------------------------------------*/
/* WOO COMMERCE
================================================== */
.nktheme-icon-basket:before {
  content: "\e86f";
}

.nktheme-icon-readmore:before {
  content: "\e978";
}

.nktheme-icon-zoom:before {
  content: "\e895";
}

/* SPACER
================================================== */
.neko-hr .neko-spacer-icon-star:before {
  content: "\e815";
}

.neko-hr .neko-spacer-icon-cross:before {
  content: "\e816";
}

.neko-hr .neko-spacer-icon-plus:before {
  content: "\e81c";
}

.neko-hr .neko-spacer-icon-dot:before {
  content: "\e930";
}

.neko-hr .neko-spacer-icon-burger:before {
  content: "\e866";
}

/* BLOG
================================================== */
/* MOBILE */
/* END MOBILE */
/* DESKTOP */
/* END DESKTOP */
/* SIDE MENU */
/* SIDE MENU */
/* SEPARATOR */
/* END SEPARATOR */
/* DARK SUB MENUS */
/* END DARK SUB MENUS */
/* LIGHT SUB MENUS */
/* END LIGHT SUB MENUS */
/* DARK PRE HEADER */
/* END DARK PRE HEADER */
/* LIGHT PRE HEADER */
/* END LIGHT PRE HEADER */
/* ICONS e8be e8bc*/
/* DARK PRE HEADER */
/* END DARK PRE HEADER */
/* LIGHT PRE HEADER */
/* END LIGHT PRE HEADER */
/* ICONS e8be e8bc*/
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/* @import "helpers/normalize"; */
/* MIXINS
================================================== */
/* Rem output with px fallback*/
/* transition*/
/* Center block*/
/* Clearfix*/
/* Clear after (not all clearfix need this also)*/
.widget {
  *zoom: 1;
}
.widget:before, .widget:after {
  content: " ";
  display: table;
}
.widget:after {
  clear: both;
}

/* border radius*/
/* Single side border-radius*/
/* Effect on icon Rollover */
/* margins */
/* padding */
/* ACCESSIBILITY
================================================== */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

/* FULLSCREEN
================================================== */
@media (min-width: 1025px) {
  .nk-fullscreen {
    position: relative;
    height: 100vh;
  }
  .nk-fullscreen .neko-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    width: 100%;
    text-align: center;
  }
  .nk-fullscreen .neko-container.container-fluid {
    height: 100%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .nk-fullscreen .neko-container:not(.container-fluid) {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
  }
  .nk-fullscreen .container-fluid {
    width: 100%;
  }
  .nk-fullscreen .owl-carousel {
    height: 100%;
  }
  .nk-fullscreen .owl-carousel .owl-wrapper-outer,
  .nk-fullscreen .owl-carousel .owl-wrapper,
  .nk-fullscreen .owl-carousel .owl-item,
  .nk-fullscreen .owl-carousel .item,
  .nk-fullscreen .owl-carousel .neko-slider-mask,
  .nk-fullscreen .owl-carousel img {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .nk-fullscreen .neko-container:not(.container-fluid) {
    width: 1184px;
  }
}
/* ANIMATIONS*/
.neko-fast-animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Animation for default ajax loder */
@-webkit-keyframes woo-cart-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes woo-cart-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* SPACING
================================================== */
.no-mt {
  margin-top: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.mr {
  margin-right: 26px;
}

.ml {
  margin-left: 26px;
}

.mr-small, .pagination.navigation {
  margin-right: 13px;
}

.ml-small {
  margin-left: 13px;
}

.mr-xsmall {
  margin-right: 6.5px;
}

.ml-xsmall {
  margin-left: 6.5px;
}

.pr {
  padding-right: 26px;
}

.pl {
  padding-left: 26px;
}

.pr-small {
  padding-right: 13px;
}

.pl-small {
  padding-left: 13px;
}

.pr-xsmall {
  padding-right: 6.5px;
}

.pl-xsmall {
  padding-left: 6.5px;
}

/*  margin */
.mb-large {
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .mb-large {
    margin-bottom: 104px;
  }
}

.mb-medium {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .mb-medium {
    margin-bottom: 52px;
  }
}

.mb-small {
  margin-bottom: 13px;
}

.mb {
  margin-bottom: 26px;
}

.mt-large {
  margin-top: 52px;
}
@media (min-width: 768px) {
  .mt-large {
    margin-top: 104px;
  }
}

.mt-medium {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .mt-medium {
    margin-top: 52px;
  }
}

.mt-small {
  margin-top: 13px;
}

.mt {
  margin-top: 26px;
}

/*  margin negative */
@media (min-width: 1200px) {
  .mt-negative-x-large {
    margin-top: -104px;
  }
  .mt-negative-large {
    margin-top: -78px;
  }
  .mt-negative-medium {
    margin-top: -52px;
  }
  .mt-negative-small {
    margin-top: -13px;
  }
  .mt-negative {
    margin-top: -26px;
  }
}
/*  padding */
.pb-large {
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 104px;
  }
}

.pb-medium {
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .pb-medium {
    padding-bottom: 52px;
  }
}

.pb-small {
  padding-bottom: 13px;
}

/* responsive padding*/
.padding-x-large {
  padding: 26px;
}
@media (min-width: 1025px) {
  .padding-x-large {
    padding: 104px;
  }
}
@media (min-width: 1200px) {
  .padding-x-large {
    padding: 150px;
  }
}

.padding-large {
  padding: 26px;
}
@media (min-width: 1025px) {
  .padding-large {
    padding: 52px;
  }
}
@media (min-width: 1200px) {
  .padding-large {
    padding: 104px;
  }
}

.padding-medium {
  padding: 26px;
}
@media (min-width: 1025px) {
  .padding-medium {
    padding: 52px;
  }
}

.padding-small {
  padding: 13px;
}

/* fix VC shit*/
.padding-x-large-inner > .vc_column-inner {
  padding: 52px 52px 26px 52px !important;
}
@media (min-width: 1025px) {
  .padding-x-large-inner > .vc_column-inner {
    padding: 104px 104px 78px 104px !important;
  }
}
@media (min-width: 1200px) {
  .padding-x-large-inner > .vc_column-inner {
    padding: 150px 150px 124px 150px !important;
  }
}

.padding-large-inner > .vc_column-inner {
  padding: 52px 52px 26px 52px !important;
}
@media (min-width: 1025px) {
  .padding-large-inner > .vc_column-inner {
    padding: 52px 52px 26px 52px !important;
  }
}
@media (min-width: 1200px) {
  .padding-large-inner > .vc_column-inner {
    padding: 104px 104px 78px 104px !important;
  }
}

.padding-medium-inner > .vc_column-inner {
  padding: 52px 52px 26px 52px !important;
}
@media (min-width: 1025px) {
  .padding-medium-inner > .vc_column-inner {
    padding: 52px 52px 26px 52px !important;
  }
}

.pb {
  padding-bottom: 26px;
}

.pt-large {
  padding-top: 52px;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 104px;
  }
}

.pt-medium {
  padding-top: 26px;
}
@media (min-width: 768px) {
  .pt-medium {
    padding-top: 52px;
  }
}

.pt-small {
  padding-top: 13px;
}

.pt {
  padding-top: 26px;
}

/** add a margin bottom or top, only on mobile **/
@media (max-width: 767px) {
  .mb-mobile {
    margin-bottom: 26px !important;
  }
  .mt-mobile {
    margin-top: 26px !important;
  }
  .pb-mobile {
    padding-bottom: 26px !important;
  }
  .pt-mobile {
    padding-top: 26px !important;
  }
}
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 1024px) {
  .mb-tablet {
    margin-bottom: 26px !important;
  }
  .mt-tablet {
    margin-top: 26px !important;
  }
  .pb-tablet {
    padding-bottom: 26px !important;
  }
  .pt-tablet {
    padding-top: 26px !important;
  }
}
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 1025px) {
  .mb-breakpoint {
    margin-bottom: 26px !important;
  }
  .mt-breakpoint {
    margin-top: 26px !important;
  }
  .pb-breakpoint {
    padding-bottom: 26px !important;
  }
  .pt-breakpoint {
    padding-top: 26px !important;
  }
}
/** add a margin bottom or top, only on mobile **/
@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
  .text-left-mobile {
    text-align: left;
  }
  .text-right-mobile {
    text-align: right;
  }
}
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 1024px) {
  .text-center-tablet {
    text-align: center;
  }
  .text-left-tablet {
    text-align: left;
  }
  .text-right-tablet {
    text-align: right;
  }
}
/* white text */
.nk-text-light {
  color: white;
}
.nk-text-light h1, .nk-text-light h2, .nk-text-light h3, .nk-text-light h4, .nk-text-light h5, .nk-text-light h6, .nk-text-light p,
.nk-text-light .neko-team .item-content h2 span,
.nk-text-light label {
  color: white;
}

/* box on images */
.nk-box-shadow {
  -webkit-box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid;
  padding: 26px;
}

/* force element to fullwidth */
.nk-image-fullwidth {
  max-width: none;
  width: 100%;
}
.nk-image-fullwidth.wpb_single_image .vc_figure, .nk-image-fullwidth.wpb_single_image .vc_single_image-wrapper, .nk-image-fullwidth.wpb_single_image img {
  max-width: none;
  width: 100%;
}

/* Default loader for ajax actions */
.default-ajax-load {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-ajax-load:before {
  content: "";
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation: woo-cart-spin 2s linear infinite;
  animation: woo-cart-spin 2s linear infinite;
  display: block;
}

#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

@media (min-width: 768px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1),
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width: 992px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1),
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width: 1200px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1),
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* TYPOGRAPHY
================================================== */
body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* HEADINGS */
/**/
/* Headings*/
/**/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

h1, .h1 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-transform: none;
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.471;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-transform: none;
}

h3, .h3 {
  font-size: 22px;
  line-height: 1.542;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: none;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.563;
  font-weight: 400;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.916em;
  text-transform: none;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}

/* END HEADINGS */
.lead {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 1.8em;
}

legend {
  font-size: 22px;
  line-height: 1.542;
  font-weight: 700;
  margin-bottom: 0.5em;
}

p {
  margin-top: 0em;
  margin-bottom: 1.5em;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

/* LISTS */
ul, ol {
  margin: 0;
  padding: 0;
  margin-top: 0em;
  margin-bottom: 1.75em;
  list-style-position: inside;
  list-style-image: none;
}
ul > li > ul, ul > li > ol, ol > li > ul, ol > li > ol {
  padding-left: 1em;
}
ul li, ol li {
  padding: 0;
  line-height: 2;
}

/* Links */
a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
}
a:link, a:visited, a:focus {
  text-decoration: none;
  outline: none;
}

/* blockquote */
blockquote {
  font-family: Georgia, serif;
  font-size: 28px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -20px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 26px;
}
blockquote cite:before {
  content: "— ";
}
blockquote p {
  margin-bottom: 26px;
}

hr {
  padding: 0;
  margin: 0.5em 0;
  border-top: 1px solid #f0f0f0;
}

dl {
  border: 3px solid #ccc;
  padding: 2.5em;
}

dt {
  text-align: left;
  font-weight: bold;
}

dd {
  margin: 0;
  padding: 0 0 0.5em 0;
}

address {
  margin-bottom: 1em;
  font-style: normal;
}

/* END TYPOGRAPHY
================================================== */
/* Modifyers TYPOGRAPHY
================================================== */
.neko-text-shadow h1,
.neko-text-shadow .h1,
.neko-text-shadow h2,
.neko-text-shadow .h2,
.neko-text-shadow h3,
.neko-text-shadow .h3,
.neko-text-shadow h4,
.neko-text-shadow .h4,
.neko-text-shadow h5,
.neko-text-shadow .h5,
.neko-text-shadow h6,
.neko-text-shadow .h6 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  text-transform: none;
  font-size: 0.5em;
  font-weight: 400;
  color: inherit;
}

h1 .ligth-shadow,
.h1 .ligth-shadow,
h2 .ligth-shadow,
.h2 .ligth-shadow,
h3 .ligth-shadow,
.h3 .ligth-shadow,
h4 .ligth-shadow,
.h4 .ligth-shadow,
h5 .ligth-shadow,
.h5 .ligth-shadow,
h6 .ligth-shadow,
.h6 .ligth-shadow {
  color: white;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

.screen-reader-text {
  position: absolute;
  top: -999em;
  left: -999em;
}

/* responsive text align */
@media (max-width: 479px) {
  .mobile-text-center {
    text-align: center;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

/* END HELPERS TYPOGRAPHY
==================================================
======= */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* BUTTONS
================================================== */
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited .btn,
a.nk-more-link,
.neko-portfolio a.more-link,
a.comment-reply-link,
.previous-image a,
.next-image a,
#nk-main-menu ul li a.btn {
  padding: 12px 14px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.33;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F0F0F0;
  color: #337ab7;
  outline: none;
  height: auto;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid transparent;
}
.uabb-creative-button-wrap a:hover, .uabb-creative-button-wrap a:focus,
.uabb-creative-button-wrap a:visited .btn:hover,
.uabb-creative-button-wrap a:visited .btn:focus,
a.nk-more-link:hover,
a.nk-more-link:focus,
.neko-portfolio a.more-link:hover,
.neko-portfolio a.more-link:focus,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
.previous-image a:hover,
.previous-image a:focus,
.next-image a:hover,
.next-image a:focus,
#nk-main-menu ul li a.btn:hover,
#nk-main-menu ul li a.btn:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #337ab7;
  color: #fff;
}

a.nk-more-link {
  padding: 7px 14px;
  line-height: 1.5;
}

/* variants */
#nk-main-menu ul li a.btn {
  margin-bottom: 0;
}

/* blog links*/
.previous-image a,
.next-image a {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

a.comment-reply-link {
  padding: 2px 10px;
  margin-bottom: 26px;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  cursor: pointer;
  border: none;
}

input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}

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

/* END BUTTONS
================================================== */
/* FORM
================================================== */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=range],
input[type=date],
input[type=file],
textarea, select {
  display: block;
  margin-bottom: 26px;
  width: 100%;
  padding: 6px 10px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=file]:focus,
textarea:focus, select:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: 0;
}

select {
  padding: 10px;
  height: 40px;
}

textarea {
  height: 128px;
}

label {
  font-weight: normal;
  font-size: 14px;
  color: #555;
  padding: 0;
  margin: 0 0 13px 0;
  width: 100%;
}

input[type=submit] {
  padding: 12px 14px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.33;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F0F0F0;
  color: #337ab7;
  outline: none;
  height: auto;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid transparent;
}
input[type=submit]:hover, input[type=submit]:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #337ab7;
  color: #fff;
}

input[type=range] {
  padding: 0;
}

input[type=date] {
  border: none;
}

input[type=file] {
  padding-left: 0;
  border: none;
}

.radio label, .checkboxes label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.wpcf7-form-control-wrap.rgpd {
  font-size: 12px;
}

.wpcf7-list-item {
  margin-left: 20px;
  position: relative;
}
.wpcf7-list-item input[type=checkbox],
.wpcf7-list-item input[type=radio] {
  position: absolute;
  left: -20px;
}
.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 12px !important;
}

/* END FORM
================================================== */
/* GALLERIES
================================================== */
.gallery {
  clear: both;
  margin-bottom: 26px;
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}
.gallery :after {
  content: " ";
  display: table;
}
.gallery img, .gallery .wp-caption {
  margin-bottom: 0;
}
.gallery .gallery-item {
  text-align: center;
  margin: 0;
  float: left;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.gallery .gallery-icon a {
  display: block;
  margin: 0;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  margin-bottom: -1px;
}
.gallery br {
  display: none;
}
.gallery .wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 35, 35, 0.7);
  width: 100%;
  padding: 5px;
  display: none;
  color: white;
}

@media (min-width: 768px) {
  .gallery br {
    display: block;
  }
}
.gallery-caption {
  margin: 11px 0 0 0;
  font-size: 12px;
}

.mfp-bg,
.mfp-wrap {
  z-index: 6000;
}

/* video */
#html5-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* VIDEO
================================================== */
/* ytPlayer */
#videoBg {
  height: 100%;
  position: relative;
}

.videoBg {
  display: block;
}

/* MediaElementJs */
.mejs-container, .mejs-embed, .mejs-embed body {
  background: #000 !important;
}

.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.mejs-container {
  background-color: transparent !important;
  background-image: none !important;
}

.mejs-container .mejs-poster img, .wp-video {
  max-width: none !important;
  width: 100% !important;
}

body .mejs-poster {
  background-size: cover;
}

.wp-video-shortcode {
  max-width: 100%;
}

.neko-video-html5 video {
  max-width: 100%;
}

.neko-video-html5 {
  position: static;
  width: 100%;
  height: 100%;
  padding-bottom: 20px !important;
}

/* TABLES
================================================== */
table td,
table th {
  padding: 11px;
  border: 1px solid transparent;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 12px;
}

/* SOCIAL ICONS
================================================== */
/* GLOBAL CONF ALL SOCIAL ICONS */
ul.social-network-bar {
  margin: 11px 0 0 0;
  display: block;
  padding: 0;
}
ul.social-network-bar li {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}
ul.social-network-bar li:not(:last-child) {
  margin-right: 5px;
}
ul.social-network-bar li a {
  display: inline-block;
  border-radius: 50%;
  border-bottom: none;
  padding: 0;
}
ul.social-network-bar li a:hover {
  text-decoration: none;
}
ul.social-network-bar li a i {
  display: block;
  margin: 0;
  font-style: normal;
}

/* HEADER + PREHAEDER */
#mainHeader .social-network-bar {
  text-align: left;
  margin: 0;
}
#mainHeader .social-network-bar li {
  margin-bottom: 0;
}
#mainHeader .social-network-bar li a {
  line-height: 30px;
}
#mainHeader .social-network-bar li a:hover i {
  text-decoration: none;
}
#mainHeader .social-network-bar li a i.icon-rounded {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 11px;
}
#mainHeader .social-network-bar li a i.icon-rounded:before {
  line-height: 30px;
}

@media (max-width: 1025px) {
  #mainHeader .social-network-bar.pull-right {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  #mainHeader .social-network-bar {
    margin: 0;
    text-align: left;
  }
  #mainHeader .social-network-bar li a {
    display: inline-block;
  }
  #mainHeader .nk-navbar-collapse .social-network-bar {
    padding-left: 10px;
  }
  /* centered menu */
  .header-centered-logo #mainHeader .social-network-bar {
    float: none !important;
    text-align: center;
  }
  .header-centered-logo #mainHeader .social-network-bar li {
    line-height: 30px;
    height: 30px;
    margin-bottom: 22px;
  }
}
.nk-navbar-collapse .social-network-bar a {
  font-size: 1.3rem;
}

/* WIDGETS */
.widget .social-network-bar li:last-child, .social-network-bar li:last-child {
  padding-right: 0;
}

/* FOOTER WIDGETS */
#main-footer-wrapper .widget .social-network-bar li, #main-footer-wrapper .social-network-bar li {
  border-bottom: none;
}

/* END SOCIAL ICONS
================================================== */
/* PARALLAX STUFF
================================================== */
.neko-parallax-slice {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-position 0s linear;
  transition: background-position 0s linear;
}

/* END PARALLAX STUFF
================================================== */
/* ICONS
================================================== */
[class^=neko-icon-]:before, [class*=" neko-icon-"]:before {
  /* margin-right: 0; */
}

[class^=neko-icon-] i {
  font-size: 14px;
  width: 36px;
  display: inline-block;
}

.icon-rounded {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: transparent;
}
.icon-rounded:before {
  margin: auto;
  text-align: center;
  line-height: 40px;
}
.icon-rounded:hover {
  border-style: solid;
}

/* ICON BIG */
.icon-big {
  font-size: 40px;
}
.icon-big.icon-rounded {
  width: 100px;
  height: 100px;
}
.icon-big .icon-rounded:before {
  line-height: 100px;
}

/* ICON MEDIUM */
.icon-medium {
  font-size: 22px;
}
.icon-medium .icon-rounded {
  width: 75px;
  height: 75px;
  font-size: 33px;
}
.icon-medium .icon-rounded:before {
  line-height: 75px;
}

/* ICONS SMALL */
.icon-small:before {
  font-size: 10px;
}
.icon-small.icon-rounded {
  width: 26px;
  height: 26px;
}
.icon-small.icon-rounded:before {
  line-height: 26px;
}

i.icon-rounded:hover, .triggeredHover {
  -webkit-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*** end icons ***/
/* Interface icon*/
[class^=nktheme-icon-]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HOVER EFFECT
================================================== */
.nk-img-media figure.img-hover {
  display: inline-block;
  width: auto;
}

figure.img-hover {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: transparent;
  /* ROMEO */
  /* / ROMEO */
}
figure.img-hover img {
  display: block;
  height: auto;
  width: 100%;
}
figure.img-hover figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.img-hover figcaption:before, figure.img-hover figcaption:after {
  pointer-events: none;
}
figure.img-hover figcaption > a, figure.img-hover figcaption > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 100%;
  height: 100%; */
  z-index: 400;
  /* text-indent: 200%; */
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure.img-hover h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
figure.img-hover h2 span {
  font-weight: 800;
}
figure.img-hover h2, figure.img-hover p {
  margin: 0;
}
figure.img-hover p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.img-hover p .icon-links a {
  opacity: 0;
}
figure.img-hover:hover p.icon-links a {
  opacity: 1;
}
figure.img-hover:hover p.icon-links a:first-child {
  margin-right: 5px;
}
figure.img-hover.romeo, figure.img-hover.nk-img-hover-effect {
  background: white;
}
figure.img-hover.romeo:not(.canceled) img, figure.img-hover.nk-img-hover-effect:not(.canceled) img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
}
figure.img-hover.romeo h2, figure.img-hover.romeo p, figure.img-hover.nk-img-hover-effect h2, figure.img-hover.nk-img-hover-effect p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: white;
  text-align: center;
  opacity: 0;
}
figure.img-hover.romeo h2, figure.img-hover.nk-img-hover-effect h2 {
  top: auto;
  bottom: -200%;
}
figure.img-hover.romeo p, figure.img-hover.nk-img-hover-effect p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
figure.img-hover.romeo figcaption > a i, figure.img-hover.romeo figcaption > span i, figure.img-hover.nk-img-hover-effect figcaption > a i, figure.img-hover.nk-img-hover-effect figcaption > span i {
  background: none;
  color: white;
  width: 66px;
  height: 66px;
}
figure.img-hover.romeo figcaption > a i:before, figure.img-hover.romeo figcaption > span i:before, figure.img-hover.nk-img-hover-effect figcaption > a i:before, figure.img-hover.nk-img-hover-effect figcaption > span i:before {
  font-size: 66px;
  line-height: 66px;
  margin: 0;
}
figure.img-hover.romeo figcaption > a.full-link, figure.img-hover.romeo figcaption > span.full-link, figure.img-hover.nk-img-hover-effect figcaption > a.full-link, figure.img-hover.nk-img-hover-effect figcaption > span.full-link {
  text-indent: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  background-color: transparent;
}
figure.img-hover.romeo figcaption > a.full-link i, figure.img-hover.romeo figcaption > span.full-link i, figure.img-hover.nk-img-hover-effect figcaption > a.full-link i, figure.img-hover.nk-img-hover-effect figcaption > span.full-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 300%);
  transform: translate(-50%, 300%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
figure.img-hover.romeo:hover:not(.canceled) img, figure.img-hover.nk-img-hover-effect:hover:not(.canceled) img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
}
figure.img-hover.romeo:hover:not(.canceled) h2, figure.img-hover.romeo:hover:not(.canceled) p, figure.img-hover.nk-img-hover-effect:hover:not(.canceled) h2, figure.img-hover.nk-img-hover-effect:hover:not(.canceled) p {
  opacity: 1;
}
figure.img-hover.romeo:hover:not(.canceled) h2, figure.img-hover.nk-img-hover-effect:hover:not(.canceled) h2 {
  bottom: 0;
}
figure.img-hover.romeo:hover:not(.canceled) p, figure.img-hover.nk-img-hover-effect:hover:not(.canceled) p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 30%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 30%, 0);
}
figure.img-hover.romeo:hover:not(.canceled) figcaption > a.full-link i, figure.img-hover.romeo:hover:not(.canceled) figcaption > span.full-link i, figure.img-hover.nk-img-hover-effect:hover:not(.canceled) figcaption > a.full-link i, figure.img-hover.nk-img-hover-effect:hover:not(.canceled) figcaption > span.full-link i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* TO TOP
================================================== */
#neko-to-top {
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 6000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: none;
  bottom: 20px;
  padding: 0;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
}
#neko-to-top i {
  margin: 0;
}
#neko-to-top.toptop-static {
  position: absolute;
  bottom: 0;
  right: 15px !important;
}

.neko-to-top-icon:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: "\e97a";
  line-height: 50px;
}

/* PRELOADERS
================================================== */
/*@main-color : black;*/
.nk-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; /* makes sure it stays on top */
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  /* Site logo in preloader */
}
.nk-preloader .status {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0); /* IE 9 */
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.nk-preloader .nk-preloader-custom-img + .nk-svg-preloader {
  margin-top: 26px;
}
.nk-preloader .nk-preloader-custom-img img {
  max-width: none;
}

.nk-site-locker {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nk-site-locker .nk-site-locker-content {
  text-align: center;
  color: white;
}
.nk-site-locker .nk-site-locker-content h1, .nk-site-locker .nk-site-locker-content h2, .nk-site-locker .nk-site-locker-content h3, .nk-site-locker .nk-site-locker-content h4, .nk-site-locker .nk-site-locker-content h5, .nk-site-locker .nk-site-locker-content h6, .nk-site-locker .nk-site-locker-content p {
  color: inherit;
}

/* BORDER GRID
================================================== */
.neko-border-grid .row .col-lg-1:last-child,
.neko-border-grid .row .col-lg-10:last-child,
.neko-border-grid .row .col-lg-11:last-child,
.neko-border-grid .row .col-lg-12:last-child,
.neko-border-grid .row .col-lg-2:last-child,
.neko-border-grid .row .col-lg-3:last-child,
.neko-border-grid .row .col-lg-4:last-child,
.neko-border-grid .row .col-lg-5:last-child,
.neko-border-grid .row .col-lg-6:last-child,
.neko-border-grid .row .col-lg-7:last-child,
.neko-border-grid .row .col-lg-8:last-child,
.neko-border-grid .row .col-lg-9:last-child,
.neko-border-grid .row .col-md-1:last-child,
.neko-border-grid .row .col-md-10:last-child,
.neko-border-grid .row .col-md-11:last-child,
.neko-border-grid .row .col-md-12:last-child,
.neko-border-grid .row .col-md-2:last-child,
.neko-border-grid .row .col-md-3:last-child,
.neko-border-grid .row .col-md-4:last-child,
.neko-border-grid .row .col-md-5:last-child,
.neko-border-grid .row .col-md-6:last-child,
.neko-border-grid .row .col-md-7:last-child,
.neko-border-grid .row .col-md-8:last-child,
.neko-border-grid .row .col-md-9:last-child,
.neko-border-grid .row .col-sm-1:last-child,
.neko-border-grid .row .col-sm-10:last-child,
.neko-border-grid .row .col-sm-11:last-child,
.neko-border-grid .row .col-sm-12:last-child,
.neko-border-grid .row .col-sm-2:last-child,
.neko-border-grid .row .col-sm-3:last-child,
.neko-border-grid .row .col-sm-4:last-child,
.neko-border-grid .row .col-sm-5:last-child,
.neko-border-grid .row .col-sm-6:last-child,
.neko-border-grid .row .col-sm-7:last-child,
.neko-border-grid .row .col-sm-8:last-child,
.neko-border-grid .row .col-sm-9:last-child,
.neko-border-grid .row .col-xs-1:last-child,
.neko-border-grid .row .col-xs-10:last-child,
.neko-border-grid .row .col-xs-11:last-child,
.neko-border-grid .row .col-xs-12:last-child,
.neko-border-grid .row .col-xs-2:last-child,
.neko-border-grid .row .col-xs-3:last-child,
.neko-border-grid .row .col-xs-4:last-child,
.neko-border-grid .row .col-xs-5:last-child,
.neko-border-grid .row .col-xs-6:last-child,
.neko-border-grid .row .col-xs-7:last-child,
.neko-border-grid .row .col-xs-8:last-child,
.neko-border-grid .row .col-xs-9:last-child {
  border-right-color: transparent !important;
}

/* END BORDER GRID
================================================== */
/* TOOLTIP
================================================== */
.tooltip-inner {
  background-color: #eeeeee;
  color: #555;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #eeeeee;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #eeeeee;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #eeeeee;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #eeeeee;
}

.tooltip.top .tooltip-arrow {
  bottom: 1px;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.bookly-form input[type=checkbox], .bookly-form input[type=radio] {
  position: static;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* DEFAULT LAYOUT
================================================== */
body {
  scroll-behavior: smooth;
}

body:not(.boxed-layout) #global-wrapper {
  overflow: hidden;
}

/* BOXED LAYOUT
================================================== */
.boxed-layout #mainHeader, .boxed-layout.fixed-footer #main-footer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.boxed-layout .fixed-footer #main-footer-wrapper {
  left: auto;
  right: auto;
}
.boxed-layout #content {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.boxed-layout.blog .content-area > div {
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 480px) {
  .boxed-layout #global-wrapper {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .boxed-layout #global-wrapper,
  .boxed-layout #mainHeader.nk-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper {
    width: 768px;
  }
}
@media (min-width: 1025px) {
  .boxed-layout #global-wrapper {
    width: 992px;
    background: #fff;
  }
  .boxed-layout #mainHeader.nk-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper {
    width: 992px;
  }
}
@media (min-width: 1025px) {
  .boxed-layout #mainHeader {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .boxed-layout #global-wrapper {
    box-shadow: 0 0 1px 0 rgba(17, 17, 17, 0.3);
    -webkit-box-shadow: 0 0 1px 0 rgba(17, 17, 17, 0.3);
    overflow: hidden;
  }
  .boxed-layout:not(.fixed-footer) #global-wrapper {
    margin-bottom: 52px;
  }
  .boxed-layout:not(.nk-fixed-menu) #global-wrapper {
    margin-top: 52px;
  }
}
@media (min-width: 1200px) {
  .boxed-layout #global-wrapper,
  .boxed-layout #mainHeader.nk-fixed-top, .boxed-layout.fixed-footer #main-footer-wrapper {
    width: 1200px;
  }
}

/* BOXED LAYOUT
================================================== */
.semi-boxed-layout #mainHeader, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.semi-boxed-layout .fixed-footer #main-footer-wrapper {
  left: auto;
  right: auto;
}
.semi-boxed-layout #content {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.semi-boxed-layout.blog .content-area > div {
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 480px) {
  .semi-boxed-layout #global-wrapper {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .semi-boxed-layout #global-wrapper,
  .semi-boxed-layout #mainHeader.nk-fixed-top, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
    width: 768px;
  }
}
@media (min-width: 1025px) {
  .semi-boxed-layout #global-wrapper {
    width: 992px;
    background: #fff;
  }
  .semi-boxed-layout #mainHeader.nk-fixed-top, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
    width: 992px;
  }
}
@media (min-width: 1025px) {
  .semi-boxed-layout #mainHeader {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .semi-boxed-layout #global-wrapper {
    box-shadow: 0 0 1px 0 rgba(17, 17, 17, 0.3);
    -webkit-box-shadow: 0 0 1px 0 rgba(17, 17, 17, 0.3);
    overflow: hidden;
  }
  .semi-boxed-layout:not(.fixed-footer) #global-wrapper {
    margin-bottom: 52px;
  }
  .semi-boxed-layout:not(.nk-fixed-menu) #global-wrapper {
    margin-top: 52px;
  }
}
@media (min-width: 1200px) {
  .semi-boxed-layout #global-wrapper,
  .semi-boxed-layout #mainHeader.nk-fixed-top, .semi-boxed-layout.fixed-footer #main-footer-wrapper {
    width: 1600px;
  }
}

/* MENU
================================================== */
/* MOBILE */
#nk-main-menu {
  max-height: 320px;
}
#nk-main-menu .nav > li > a:hover,
#nk-main-menu .nav > li > a:focus {
  background-color: transparent;
}
#nk-main-menu .nk-navbar {
  list-style: none;
  margin-bottom: 0;
}
#nk-main-menu .nk-navbar li {
  padding: 0;
}
#nk-main-menu .nk-navbar li.menu-item-has-children > a {
  position: relative;
}
#nk-main-menu .nk-navbar li.menu-item-has-children > a:after {
  content: "\e8a0";
  font-family: "custom-icons";
  position: absolute;
  right: 10px;
  top: 10px;
  color: #222;
}
#nk-main-menu .nk-navbar li a {
  display: block;
  padding: 10px 5px;
}
#nk-main-menu .nk-navbar li:not(:last-of-type) a {
  border-bottom: 1px solid #eee;
}
#nk-main-menu .nk-navbar li .sub-menu {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
#nk-main-menu .nk-navbar li .sub-menu li a {
  /* border-bottom: 1px solid #eee; */
  font-size: 13px;
}

/* MOBILE */
/* TABLETTE */
/* / TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) {
  #nk-main-menu {
    max-height: none;
    /* MEGA MENU */
  }
  #nk-main-menu .nk-navbar {
    font-size: 0;
  }
  #nk-main-menu .nk-navbar > li:not(:first-of-type) > a {
    margin-left: 5px;
  }
  #nk-main-menu .nk-navbar li {
    position: relative;
    display: inline-block;
  }
  #nk-main-menu .nk-navbar li.menu-item-has-children > a:after {
    content: "";
    display: none;
  }
  #nk-main-menu .nk-navbar li a {
    display: inline;
    padding: 10px 16px;
    font-size: 14px;
  }
  #nk-main-menu .nk-navbar li:not(:last-of-type) a {
    border-bottom: none;
  }
  #nk-main-menu .nk-navbar li .sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: #fff;
    min-width: 250px;
    height: auto;
    top: 100%;
    z-index: 1030;
    display: none;
  }
  #nk-main-menu .nk-navbar li .sub-menu li {
    display: block;
    padding: 0;
  }
  #nk-main-menu .nk-navbar li .sub-menu li a {
    display: block;
    padding: 15px 20px;
  }
  #nk-main-menu .nk-navbar li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
  }
  #nk-main-menu .nk-navbar li:nth-child(n+3000) .sub-menu, #nk-main-menu .nk-navbar li.nk-submenu-right .sub-menu {
    left: auto;
    right: 0;
  }
  #nk-main-menu .nk-navbar li:nth-child(n+3000) .sub-menu .sub-menu, #nk-main-menu .nk-navbar li.nk-submenu-right .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
  }
  #nk-main-menu li.nk-mega-menu {
    position: static;
  }
  #nk-main-menu li.nk-mega-menu > .sub-menu {
    width: 100%;
    left: 0;
    padding: 30px 30px 30px 0;
    flex-wrap: wrap;
  }
  #nk-main-menu li.nk-mega-menu > .sub-menu > li {
    padding-left: 30px;
    flex: 1 1 25%;
  }
  #nk-main-menu li.nk-mega-menu > .sub-menu > li:nth-child(n+5) {
    max-width: 25%;
  }
  #nk-main-menu li.nk-mega-menu > .sub-menu > li a {
    border: none;
  }
  #nk-main-menu li.nk-mega-menu > .sub-menu > li > a {
    border-bottom: none;
    cursor: default;
    background-color: transparent;
    display: block;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  #nk-main-menu li.nk-mega-menu > .sub-menu > li > a:hover {
    padding-left: 0;
    -webkit-transition: none;
    transition: none;
  }
  #nk-main-menu li.nk-mega-menu > .sub-menu > li > a:before {
    content: "";
    display: none;
  }
  #nk-main-menu li.nk-mega-menu .sub-menu .sub-menu {
    position: static !important;
    display: block !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: auto;
    width: 100%;
  }
  #nk-main-menu li.nk-mega-menu .sub-menu .sub-menu a {
    padding-left: 0;
  }
  #nk-main-menu li.nk-mega-menu .sub-menu .sub-menu a:before {
    margin-right: 0;
  }
  #nk-main-menu li.nk-mega-menu .sub-menu .sub-menu a:hover:before {
    margin-right: 0.5em;
  }
  .header-transparent #mainHeader:not(.nk-transparent-scrolled):not(.nk-static-top) .nk-navbar > li > .sub-menu {
    top: 100%;
  }
}
/* END DESKTOP */
/* SUBMENUS */
#nk-main-menu .nk-navbar > li.nk-mega-menu .sub-menu > li > a, #nk-main-menu .nk-navbar > li.nk-mega-menu .sub-menu > li > a:hover, #nk-main-menu .nk-navbar > li.nk-mega-menu .sub-menu > li > a:active, #nk-main-menu .nk-navbar > li.nk-mega-menu .sub-menu > li > a:focus {
  color: #333;
  background-color: transparent;
}
@media (min-width: 1025px) {
  #nk-main-menu .nk-navbar > li.nk-mega-menu .sub-menu .sub-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 10px 1px;
  }
  #nk-main-menu .nk-navbar > li.nk-mega-menu .sub-menu .sub-menu li a {
    line-height: 1.5;
    border-color: #eee;
    color: #333;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px;
  }
  #nk-main-menu .nk-navbar > li.nk-mega-menu .sub-menu .sub-menu li:hover > a:hover {
    background-color: #111;
    border-color: #f4f4f4;
    color: #fff;
    padding-left: 29px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

@media (min-width: 1025px) {
  #nk-main-menu .nk-navbar > li:not(.nk-mega-menu) .sub-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 10px 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 10px 1px;
  }
  #nk-main-menu .nk-navbar > li:not(.nk-mega-menu) .sub-menu li a {
    line-height: 1.5;
    border-color: #eee;
    color: #333;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px;
  }
  #nk-main-menu .nk-navbar > li:not(.nk-mega-menu) .sub-menu li:hover > a {
    background-color: #111;
    border-color: #f4f4f4;
    color: #fff;
    padding-left: 29px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

.neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a, .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a:hover, .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a:active, .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a:focus {
  color: #999;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a, .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a:hover, .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a:active, .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu > li > a:focus {
    border-color: #efefef;
  }
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #333;
  }
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu .sub-menu li a {
    background-color: #333;
    border-color: #444;
    color: #999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li.nk-mega-menu .sub-menu .sub-menu li:hover > a:hover {
    background-color: #111;
    border-color: #111;
    color: #fff;
    padding-left: 29px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

@media (min-width: 1025px) {
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li:not(.nk-mega-menu) .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #333;
  }
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li:not(.nk-mega-menu) .sub-menu li a {
    background-color: #333;
    border-color: #444;
    color: #999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .neko-dark-sub-menu #nk-main-menu .nk-navbar li:not(.nk-mega-menu) .sub-menu li:hover > a {
    background-color: #111;
    border-color: #111;
    color: #fff;
    padding-left: 29px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

@media (min-width: 1025px) {
  .neko-dark-sub-menu #nk-main-menu li.nk-mega-menu .sub-menu {
    background-color: #333;
  }
}

/* #neko-cart-drop-content {
  @media (min-width: $screen-menu-toggle-min) {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px 0px;
    background-color: #fff;
    color: #333333;
  }
}

.neko-dark-sub-menu #neko-cart-drop-content {
  @media (min-width: $screen-menu-toggle-min) {
    background-color: $header__dark-sub-menu-background-color;
    color: #999999;
  }
} */
/* END SUBMENUS */
/* BUTTON ACTION-LINK */
#nk-main-menu .nk-navbar li.action-link a {
  padding: 12px 14px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.33;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F0F0F0;
  color: #337ab7;
  outline: none;
  height: auto;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid transparent;
  font-size: 13px;
  text-transform: uppercase;
  padding: 7px 14px;
  border: none;
  margin-top: 26px;
}
#nk-main-menu .nk-navbar li.action-link a:hover, #nk-main-menu .nk-navbar li.action-link a:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #337ab7;
  color: #fff;
}
#nk-main-menu .nk-navbar li.action-link a:hover {
  background: white !important;
  color: #555 !important;
}
@media (min-width: 1025px) {
  #nk-main-menu .nk-navbar li.action-link a {
    margin: 0 13px;
  }
}

@media (max-width: 1024px) {
  #nk-main-menu .nk-navbar li.action-link a {
    display: inline-block;
  }
}
/* END BUTTON ACTION-LINK */
/* MENU ANIMATION */
.neko-menu-animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes nkMenufadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes nkMenufadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.neko-menu-fadeInUp {
  -webkit-animation-name: nkMenufadeInUp;
  animation-name: nkMenufadeInUp;
}

@-webkit-keyframes nkMenufadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes nkMenufadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.neko-menu-fadeInRight {
  -webkit-animation-name: nkMenufadeInRight;
  animation-name: nkMenufadeInRight;
}

@-webkit-keyframes nkMenufadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes nkMenufadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.neko-menu-fadeInDown {
  -webkit-animation-name: nkMenufadeInDown;
  animation-name: nkMenufadeInDown;
}

@-webkit-keyframes nkMenufadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes nkMenufadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.neko-menu-fadeInLeft {
  -webkit-animation-name: nkMenufadeInLeft;
  animation-name: nkMenufadeInLeft;
}

@-webkit-keyframes nkMenuslideInDown {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes nkMenuslideInDown {
  from {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.neko-menu-slideInDown {
  -webkit-animation-name: nkMenuslideInDown;
  animation-name: nkMenuslideInDown;
}

@-webkit-keyframes nkMenuslideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes nkMenuslideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.neko-menu-slideOutUp {
  -webkit-animation-name: nkMenuslideOutUp;
  animation-name: nkMenuslideOutUp;
}

/* / MENU ANIMATION */
/* PAGE HEADER
================================================== */
.neko-page-header {
  background-size: cover;
  background-color: #f0f0f0;
}
@media (min-width: 1025px) {
  .neko-page-header .nk-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.neko-page-header.header-default h1 span {
  margin-top: 10px;
}
.neko-page-header h1.big-heading {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.neko-page-header h1.big-heading span {
  margin-top: 5px;
  padding: 0.5em 0;
  display: block;
  text-shadow: none;
}
.neko-page-header h1.big-heading span:before {
  content: "";
  display: block;
  width: 100%;
}
.neko-page-header .woocommerce-breadcrumb {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .neko-page-header h1 span {
    font-size: 50%;
  }
}
/** page header image **/
.neko-page-header.neko-header-background-image h1.big-heading {
  color: white;
}

/*** Page and single headers ***/
.neko-page-header h1 {
  margin-bottom: 0;
}

.neko-page-header .header-navtrail {
  text-align: left;
  font-size: 12px;
  margin-top: 26px;
}

.neko-page-header .header-navtrail a, .neko-page-header .header-navtrail a:link {
  opacity: 0.75;
}

.neko-page-header .header-navtrail a:hover {
  opacity: 1;
}

.neko-page-header .header-navtrail .menu-item-language,
.neko-page-header .header-navtrail .neko-cart-link {
  display: none;
}

.neko-page-header .header-navtrail span.delimiter {
  font-size: 10px;
  vertical-align: middle;
  padding: 0 5px;
}

.neko-page-header h1, .neko-page-header h2.h1 {
  color: inherit;
  text-align: left;
}
.neko-page-header h1 span, .neko-page-header h2.h1 span {
  color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

body.no-page-header .site-content {
  padding-top: 52px;
}

body.no-page-header .neko-blog-twoblocs,
body.no-page-header .neko-blog-grid {
  padding-top: 26px;
}

.neko-page-header {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* text-align: center; */
  z-index: 0;
}

.neko-page-header .content-wrapper {
  position: relative;
  z-index: 2;
}

@media (min-width: 1025px) {
  .neko-page-header .header-navtrail {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .neko-page-header.medium {
    padding: 5em 1em;
  }
  .neko-page-header.medium h1 {
    font-size: 44px;
  }
  .neko-page-header.large {
    padding: 10em 2em;
  }
  .neko-page-header.large h1 {
    font-size: 66px;
  }
}
@media (min-width: 1025px) {
  .neko-page-header.small {
    padding: 22px;
  }
  .neko-page-header.header-default.small {
    padding: 0 0 22px 0;
  }
  .neko-page-header.header-default.small h1 {
    font-size: 44px;
  }
  .neko-page-header.medium {
    padding: 14em 2em;
  }
  .neko-page-header.medium h1 {
    font-size: 66px;
  }
  .neko-page-header.large {
    padding: 20em 5em;
  }
  .neko-page-header.large h1 {
    font-size: 88px;
  }
}
.neko-page-header {
  padding: 4em 0;
  margin: 0 0 26px 0;
  border-bottom: 1px solid transparent;
}

.neko-page-header.neko_featured_post {
  padding: 0;
}

.neko-page-header.neko_featured_post h2 {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.neko-page-header.neko_featured .owl-theme .owl-controls {
  margin-bottom: 22px;
}

.neko-page-header.bigHeader {
  padding-bottom: 0;
}

.neko-page-header.bigHeader .span6 {
  padding-bottom: 1.5em;
}

/* navtrail */
ul#navTrail {
  padding-left: 0;
}

ul#navTrail li {
  list-style-type: none;
  display: inline-block;
}

ul#navTrail a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

ul#navTrail li:after {
  content: " / ";
  color: #fff;
  font-weight: 800;
  margin: 0 5px;
}

ul#navTrail li:last-child:after {
  content: "";
}

body:not(.wpb-js-composer):not(.boxed-layout):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  body:not(.wpb-js-composer):not(.boxed-layout):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
    width: 750px;
  }
  .neko-page-header {
    margin: 0 0 52px 0;
  }
}
@media (min-width: 1025px) {
  body:not(.wpb-js-composer):not(.boxed-layout):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body:not(.wpb-js-composer):not(.boxed-layout):not(.semi-boxed-layout) .site-content:not(.neko-blog-grid):not(.neko-blog-twoblocs) .content-area > div {
    width: 1184px;
  }
}
/* blog header */
.blog .neko-page-header.neko-header-background-image h1.big-heading {
  text-align: center;
}
.blog .neko-page-header.neko-header-background-image h1.big-heading span {
  font-size: 50%;
  text-align: center;
}

/* HEADER FLEX
================================================== */
/* MOBILE */
#mainHeader:not(.nk-side-menu) .header-flex {
  display: flex;
  align-items: center;
}
#mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-header {
  flex-grow: 0;
}
#mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
  flex-grow: 1;
  position: absolute;
  top: 100%;
  width: 100vw;
  z-index: 3000;
  margin-left: -22px;
  padding-left: 22px;
  padding-right: 22px;
}
#mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse .menu-short-container {
  padding-bottom: 10px;
}
#mainHeader:not(.nk-side-menu) .header-flex .nk-brand {
  display: flex !important;
  align-items: center;
}
#mainHeader:not(.nk-side-menu) .header-flex #nk-main-menu .nk-navbar li a {
  padding-left: 0;
  padding-right: 0;
}
#mainHeader:not(.nk-side-menu) .header-flex #nk-navbar-toggle + label {
  top: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
#mainHeader:not(.nk-side-menu) .header-flex .nk-navbar li:not(:last-of-type) a {
  border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1025px) {
  #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse .social-network-bar li {
    height: auto;
    line-height: 1;
  }
}
/* / MOBILE */
/* TABLETTE */
/* / TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) {
  #mainHeader:not(.nk-side-menu) .header-flex #nk-main-menu .nk-navbar li a {
    padding-left: 16px;
    padding-right: 16px;
  }
  #mainHeader:not(.nk-side-menu) .header-flex #nk-main-menu .nk-navbar > li {
    display: inline-flex;
    align-items: center;
  }
  #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
    position: static;
    top: auto;
    width: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse .menu-short-container {
    padding-bottom: 0;
  }
  /* layouts */
  .nk-header-layout-1 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-header {
    flex-grow: 1;
  }
  .nk-header-layout-2 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
    margin-left: 26px;
  }
  .nk-header-layout-3 #mainHeader:not(.nk-side-menu) .header-flex {
    align-items: flex-start;
    flex-direction: column;
  }
  .nk-header-layout-3 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
    margin-left: 0;
  }
  .nk-header-layout-5 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
    width: 100%;
  }
  .nk-header-layout-4 #mainHeader:not(.nk-side-menu) .header-flex,
  .nk-header-layout-5 #mainHeader:not(.nk-side-menu) .header-flex {
    flex-direction: column;
  }
  .nk-header-layout-4 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse,
  .nk-header-layout-5 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
    margin-right: auto;
  }
  /* styles */
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
    display: flex;
  }
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse,
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex #nk-main-menu,
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar,
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar li {
    height: 100%;
  }
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .social-network-bar {
    height: 100%;
    display: flex;
    align-items: center;
    order: 2;
  }
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar {
    display: flex;
  }
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar > li {
    display: flex;
    align-items: center;
  }
  .nk-header-style-2 #mainHeader:not(.nk-side-menu) .header-flex .sub-menu > li a {
    width: 100%;
  }
  .nk-header-style-2.nk-header-layout-1 #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-collapse {
    justify-content: flex-end;
  }
  .nk-header-style-2.nk-header-layout-3 #mainHeader:not(.nk-side-menu) .header-flex .social-network-bar {
    height: auto;
  }
  .nk-header-style-2.nk-header-layout-5 #mainHeader:not(.nk-side-menu) .header-flex #nk-main-menu {
    flex-grow: 1;
  }
  /*.nk-header-style-2.nk-header-layout-4,
    .nk-header-style-2.nk-header-layout-5{
      #mainHeader:not(.nk-side-menu) .header-flex .nk-navbar-header {
        margin-bottom: 50px;
      }
    }
  */
}
/* / DESKTOP */
.nk-header-shrinkable .nk-navbar-default {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* HEADER
================================================== */
/* MOBILE */
#mainHeader {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  /*&.nk-fixed-top,
  &.nk-static-top{
    position:relative;
    z-index:100;
  }*/
  /* position:relative; */
  /* CSS3 dropdown */
  /* / CSS3 dropdown */
  /*.nk-navbar-default:not(.header-flex) .nk-navbar-collapse {
    -webkit-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    height:0;
    overflow: hidden;
  }*/
}
#mainHeader .container {
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 1025px) {
  #mainHeader .container {
    width: 100%;
  }
}
#mainHeader .nk-navbar-default {
  position: relative;
}
#mainHeader .nk-navbar-header {
  position: relative;
  padding: 0;
}
#mainHeader .nk-navbar-header .nk-brand {
  display: block;
}
#mainHeader #nk-navbar-toggle {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
#mainHeader #nk-navbar-toggle + label {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 10px;
  right: 10px;
  height: 3px;
  background-color: #555;
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger span:before, #mainHeader #nk-navbar-toggle + label.nk-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555;
  content: "";
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger span:before {
  top: -10px;
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger span:after {
  bottom: -10px;
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span {
  -webkit-transition: background-color 0.3s 0.3s;
  transition: background-color 0.3s 0.3s;
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:before, #mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
#mainHeader #nk-navbar-toggle + label.nk-hamburger.nk-hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
#mainHeader .nk-navbar-collapse {
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
#mainHeader #nk-navbar-toggle:checked ~ .nk-navbar-collapse {
  /*height: auto;*/
  transition: max-height 0.3s ease-in-out;
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 15px;
}
#mainHeader #nk-navbar-toggle:checked + label.nk-hamburger {
  /* background-color: #cb0032; */
}
#mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span {
  background-color: transparent;
}
#mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:before, #mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainHeader #nk-navbar-toggle:checked + label.nk-hamburger > span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* / MOBILE */
/* TABLETTE */
/* / TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) {
  #nk-navbar-toggle,
  #nk-navbar-toggle + label {
    display: none;
  }
  #mainHeader .nk-navbar-default {
    margin-bottom: 0;
  }
  #mainHeader .nk-navbar-header {
    padding: 0;
  }
  #mainHeader.nk-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }
  #mainHeader .nk-navbar-header .nk-navbar-toggle {
    display: block;
  }
  #mainHeader .nk-navbar-header .nk-navbar-toggle {
    display: none;
  }
  #mainHeader .nk-navbar-collapse {
    -webkit-transition: none;
    transition: none;
    overflow: visible;
    max-height: none !important;
  }
  #mainHeader #nk-navbar-toggle:checked ~ .nk-navbar-collapse {
    max-height: none;
    overflow: visible;
    max-height: none !important;
  }
}
/* / DESKTOP */
/* MAX 767px */
@media (max-width: 767px) {
  .nk-static-menu-xs {
    padding-top: 0 !important;
  }
  .nk-fixed-top-xs {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
  }
  .admin-bar .nk-fixed-top-xs {
    margin-top: 46px;
  }
}
/* MIN 768px MAX 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .nk-static-menu-sm {
    padding-top: 0 !important;
  }
  .nk-fixed-top-sm {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
  }
  .admin-bar .nk-fixed-top-sm {
    margin-top: 32px;
  }
}
/* MIN 1025px MAX 1199px */
@media (min-width: 1025px) and (max-width: 1199px) {
  .nk-static-menu-md {
    padding-top: 0 !important;
  }
  .nk-fixed-top-md {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
  }
  .admin-bar .nk-fixed-top-md {
    margin-top: 32px;
  }
}
/* MIN 1200px */
@media (min-width: 1200px) {
  .nk-static-menu-lg {
    padding-top: 0 !important;
  }
  .nk-fixed-top-lg {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
  }
  .admin-bar .nk-fixed-top-lg {
    margin-top: 32px;
  }
}
.header-transparent .nk-fixed-top-xs,
.header-transparent .nk-fixed-top-sm,
.header-transparent .nk-fixed-top-md,
.header-transparent .nk-fixed-top-lg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* HEADER LAYOUT
================================================== */
/* LAYOUT 1 */
@media (min-width: 1025px) {
  .nk-header-layout-1 #mainHeader .nk-navbar-header {
    float: left;
  }
  .nk-header-layout-1 #mainHeader .nk-navbar-collapse {
    float: right;
  }
  .nk-header-layout-1 #mainHeader #nk-main-menu {
    float: right;
  }
  .nk-header-layout-1 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right;
  }
}

/* END LAYOUT 1 */
/* LAYOUT 2 */
@media (min-width: 1025px) {
  .nk-header-layout-2 #mainHeader .nk-navbar-header {
    float: left;
  }
  .nk-header-layout-2 #mainHeader .nk-navbar-collapse {
    float: left;
    padding-left: 26px;
  }
  .nk-header-layout-2 #mainHeader #nk-main-menu {
    float: left;
  }
  .nk-header-layout-2 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right;
    position: absolute;
    right: 0;
  }
}

/* END LAYOUT 2 */
/* LAYOUT 3 */
@media (min-width: 1025px) {
  .nk-header-layout-3 #mainHeader .header-flex {
    padding-top: 20px;
  }
  .nk-header-layout-3 #mainHeader .nk-navbar-header {
    float: left;
  }
  .nk-header-layout-3 #mainHeader .nk-navbar-collapse {
    float: left;
    clear: left;
    margin-bottom: 0;
  }
  .nk-header-layout-3 #mainHeader #nk-main-menu {
    float: left;
    /*> ul > li > a {
      line-height:  $header__small-height;
    }*/
  }
  .nk-header-layout-3 #mainHeader #nk-main-menu > ul > li {
    padding: 0 0 15px 0;
  }
  .nk-header-layout-3 #mainHeader #nk-main-menu .nk-navbar {
    float: left;
  }
  .nk-header-layout-3 #mainHeader .nk-navbar-collapse .social-network-bar {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nk-header-layout-3 #mainHeader .nk-navbar-collapse .social-network-bar li {
    line-height: 1;
    height: auto;
  }
  .nk-header-layout-3 #mainHeader .nk-navbar-default:not(.header-flex) {
    margin-bottom: 15px;
  }
  .nk-header-layout-3 #mainHeader .nk-navbar-default:not(.header-flex) .menu li {
    max-height: 90px;
  }
}

/* END LAYOUT 3 */
/* LAYOUT 4 */
@media (min-width: 1025px) {
  .nk-header-layout-4 #mainHeader .header-flex {
    padding-top: 20px;
  }
  .nk-header-layout-4 #mainHeader .nk-navbar-default {
    text-align: center;
    line-height: 0;
  }
  .nk-header-layout-4 #mainHeader .nk-navbar-header .nk-brand {
    display: inline-block;
  }
  .nk-header-layout-4 #mainHeader .nk-navbar-collapse {
    display: inline-block;
  }
  .nk-header-layout-4 #mainHeader #nk-main-menu {
    float: left;
    /*> ul > li > a {
      line-height:  $header__small-height;
    }*/
  }
  .nk-header-layout-4 #mainHeader #nk-main-menu > ul > li {
    padding: 15px 0;
  }
  .nk-header-layout-4 #mainHeader #nk-main-menu .sub-menu a {
    text-align: left;
  }
  .nk-header-layout-4 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right;
  }
  .nk-header-layout-4 #mainHeader .nk-navbar-collapse .social-network-bar li {
    height: auto;
    padding: 15px 0;
    line-height: 39px;
  }
  .nk-header-layout-4 #mainHeader .nk-navbar-default:not(.header-flex) {
    margin-bottom: 15px;
  }
  .nk-header-layout-4 #mainHeader .nk-navbar-default:not(.header-flex) .menu li {
    max-height: 90px;
  }
}

/* END LAYOUT 4 */
/* LAYOUT 5 */
@media (min-width: 1025px) {
  .nk-header-layout-5 #mainHeader .header-flex {
    padding-top: 20px;
  }
  .nk-header-layout-5 #mainHeader .nk-navbar-default {
    text-align: center;
  }
  .nk-header-layout-5 #mainHeader .nk-navbar-header .nk-brand {
    display: inline-block;
  }
  .nk-header-layout-5 #mainHeader .nk-navbar-collapse {
    border-top: 1px solid transparent;
  }
  .nk-header-layout-5 #mainHeader #nk-main-menu {
    float: left;
    /*> ul > li > a {
      line-height:  $header__small-height;
    }*/
  }
  .nk-header-layout-5 #mainHeader #nk-main-menu > ul > li {
    padding: 15px 0;
  }
  .nk-header-layout-5 #mainHeader #nk-main-menu .sub-menu a {
    text-align: left;
  }
  .nk-header-layout-5 #mainHeader .nk-navbar-collapse .social-network-bar {
    float: right;
  }
  .nk-header-layout-5 #mainHeader .nk-navbar-collapse .social-network-bar li {
    height: auto;
    padding: 15px 0;
    line-height: 39px;
  }
  .nk-header-layout-5 #mainHeader .nk-navbar-default:not(.header-flex) {
    margin-bottom: 15px;
  }
  .nk-header-layout-5 #mainHeader .nk-navbar-default:not(.header-flex) .menu li {
    max-height: 90px;
  }
}

/* END LAYOUT 5 */
.nk-header-layout-4 #mainHeader .header-flex #nk-main-menu > ul > li,
.nk-header-layout-5 #mainHeader .header-flex #nk-main-menu > ul > li {
  height: 100%;
}

@media (min-width: 1025px) {
  .nk-header-layout-4 #mainHeader .header-flex .nk-navbar-collapse,
  .nk-header-layout-5 #mainHeader .header-flex .nk-navbar-collapse {
    display: flex;
    justify-content: center;
  }
}
/* HEADER STYLE
================================================== */
/* STYLE 1 */
@media (min-width: 1025px) {
  .nk-header-style-1 #mainHeader #nk-main-menu > ul > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):not(:first-child) > a {
    position: relative;
  }
  .nk-header-style-1 #mainHeader #nk-main-menu > ul > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):not(:first-child) > a:before {
    content: " / ";
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: absolute;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nk-header-style-1 #mainHeader #nk-main-menu ul.nk-navbar > li:first-child > a {
    padding-left: 0;
  }
  .nk-header-style-1 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):last-child > a {
    padding-right: 0;
  }
}

/* END STYLE 1 */
/* STYLE 2 */
@media (min-width: 1025px) {
  .nk-header-style-2 #mainHeader #nk-main-menu > ul > li:not(.action-link) {
    margin-right: -4px;
  }
  .nk-header-style-2 #mainHeader #nk-main-menu > ul > li:not(.action-link) a {
    margin-left: 0;
  }
  .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader .nk-navbar-collapse {
    margin-bottom: 0 !important;
  }
  .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader #nk-main-menu {
    height: auto !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
  }
  .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader #nk-main-menu > ul > li:not(.action-link) {
    padding-bottom: 22px;
    padding-top: 22px;
  }
  .nk-header-style-2:not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader #nk-main-menu li.action-link {
    height: auto;
  }
  .nk-header-style-2:not(.nk-header-layout-3):not(.nk-header-layout-1):not(.nk-header-layout-2) #mainHeader .nk-navbar-collapse .social-network-bar li {
    padding-bottom: 22px;
    padding-top: 22px;
  }
}

/* END STYLE 2 */
/* STYLE 3 */
@media (min-width: 1025px) {
  .nk-header-style-3 #mainHeader #nk-main-menu li > a {
    text-transform: uppercase;
    font-weight: bold;
  }
}

/* END STYLE 3 */
/* STYLE 4 */
@media (min-width: 1025px) {
  .nk-header-style-4 #mainHeader #nk-main-menu .nk-navbar > li > a {
    border-radius: 2em;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
    padding: 10px 27px;
  }
}

/* END STYLE 4 */
/* STYLE 5 */
@media (min-width: 1025px) {
  .nk-header-style-5 #mainHeader #nk-main-menu li > a {
    text-transform: uppercase;
    font-weight: bold;
  }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    padding: 10px 0;
    margin: 0 16px;
    position: relative;
  }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
  }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):first-child > a {
    margin-left: 0;
  }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nk-header-style-5 #mainHeader #nk-main-menu ul.nk-navbar > li:last-child > a {
    margin-right: 0 !important;
  }
}

/* END STYLE 5 */
/* STYLE 6 */
@media (min-width: 1025px) {
  .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    z-index: 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    z-index: -1;
  }
  .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-6 #mainHeader #nk-main-menu .nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

/* END STYLE 6 */
/* STYLE 7 */
@media (min-width: 1025px) {
  .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    z-index: 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding: 4px 16px;
  }
  .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    z-index: -1;
  }
  .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-7 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

/* END STYLE 7 */
/* STYLE 8 */
@media (min-width: 1025px) {
  .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    z-index: 0;
    position: relative;
    padding: 10px 27px;
  }
  .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    z-index: -1;
    border-radius: 2em;
  }
  .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-8 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* END STYLE 8 */
/* STYLE 9 */
@media (min-width: 1025px) {
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bolder;
  }
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:after {
    content: "";
    height: 10px;
    width: 2px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:before {
    left: -30px;
  }
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language) > a:after {
    right: -30px;
  }
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:before, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-ancestor > a:before {
    display: block;
    left: 6px;
    opacity: 1;
  }
  .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language):hover > a:after, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-parent > a:after, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).active > a:after, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-item > a:after, .nk-header-style-9 #mainHeader #nk-main-menu ul.nk-navbar > li:not(.action-link):not(.neko-cart-link):not(.menu-item-language).current-menu-ancestor > a:after {
    display: block;
    right: 8px;
    opacity: 1;
  }
}

/* END STYLE 9 */
/* MOBILE */
.nk-side-container {
  margin-left: 22px;
  margin-right: 22px;
}

/* TABLETTE */
/* DESKTOP */
@media (min-width: 1025px) and (max-width: 1500px) {
  .nk-header-left .container,
  .nk-header-right .container {
    width: 90%;
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media (min-width: 1025px) {
  .nk-side-container {
    margin-left: 0;
    margin-right: 0;
  }
  .nk-header-left .preheader-content,
  .nk-header-right .preheader-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nk-header-left .nk-side-menu,
  .nk-header-right .nk-side-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030;
  }
  .nk-header-left #nk-main-menu .nk-navbar li a,
  .nk-header-right #nk-main-menu .nk-navbar li a {
    margin-left: 0;
    padding: 7px 52px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .nk-header-left #nk-main-menu .nk-navbar li.action-link a,
  .nk-header-right #nk-main-menu .nk-navbar li.action-link a {
    text-align: center;
    margin: 26px 52px 0 52px;
  }
  .nk-header-left #nk-main-menu .nk-navbar li,
  .nk-header-left #nk-main-menu .nk-navbar li a,
  .nk-header-left .social-network-bar,
  .nk-header-right #nk-main-menu .nk-navbar li,
  .nk-header-right #nk-main-menu .nk-navbar li a,
  .nk-header-right .social-network-bar {
    display: block;
  }
  .nk-header-left #mainHeader .nk-side-container .social-network-bar,
  .nk-header-right #mainHeader .nk-side-container .social-network-bar {
    margin: 0 52px 0 52px;
    padding: 0;
    position: absolute;
    bottom: -70px;
  }
  .nk-header-left #mainHeader .nk-navbar-collapse .social-network-bar li,
  .nk-header-right #mainHeader .nk-navbar-collapse .social-network-bar li {
    height: auto;
    line-height: 1;
  }
  .nk-header-left .nk-side-menu {
    left: 0;
    right: auto;
  }
  .nk-header-right .nk-side-menu {
    left: auto;
    right: 0;
  }
  .nk-side-menu .nk-brand {
    margin: 52px 0 26px 52px !important;
  }
  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu {
    height: 97vh;
    overflow-y: auto;
  }
  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li > ul > li {
    margin-bottom: 0;
  }
  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li,
  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li:last-child {
    float: none !important;
    width: 100%;
  }
  .nk-side-menu #nk-main-menu li.nk-mega-menu > .sub-menu > li:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .nk-side-menu #nk-main-menu .nk-navbar li .sub-menu,
  .nk-side-menu #nk-main-menu .nk-navbar li #neko-cart-drop-content {
    top: 0;
  }
  .nk-header-left .nk-side-menu #nk-main-menu .nk-navbar li .sub-menu,
  .nk-header-left .nk-side-menu #nk-main-menu .nk-navbar li #neko-cart-drop-content {
    left: 100%;
    right: auto;
  }
  .nk-header-right .nk-side-menu #nk-main-menu .nk-navbar li .sub-menu,
  .nk-header-right .nk-side-menu #nk-main-menu .nk-navbar li #neko-cart-drop-content {
    left: auto;
    right: 100%;
  }
}
/* ADMIN BAR */
.admin-bar .nk-side-menu {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar .nk-side-menu {
    top: 32px;
  }
}
/* PRE HEADER
================================================== */
/* layout */
.preheader-content {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .preheader-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.preheader-content > div:not(:last-of-type) {
  margin-right: 26px;
}
.preheader-content > div:nth-last-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.preheader-content > div:last-of-type, .preheader-content > div:nth-last-child(2):not(:first-of-type) {
  text-align: right;
}
.preheader-content ul.social-network-bar li a i {
  width: auto;
}
.preheader-content ul.social-network-bar li a i:before {
  width: auto;
}

#nk-preheader {
  font-size: 12px;
  display: none;
  background-color: #fff;
  color: #333;
}
#nk-preheader h1, #nk-preheader h2, #nk-preheader h3, #nk-preheader h4, #nk-preheader h5, #nk-preheader h6, #nk-preheader p {
  margin: 0;
  padding: 0;
}
#nk-preheader #nk-preheader-menu ul {
  list-style: none;
}
#nk-preheader #nk-preheader-menu ul li {
  display: inline-block;
}
#nk-preheader #nk-preheader-menu ul li a {
  color: #111;
}
#nk-preheader #nk-preheader-menu ul li a:hover, #nk-preheader #nk-preheader-menu ul li a:focus, #nk-preheader #nk-preheader-menu ul li a:active {
  color: #ccc;
}
#nk-preheader #nk-preheader-menu ul li + li:before {
  content: "| ";
  opacity: 0.5;
}
#nk-preheader p, #nk-preheader ul {
  margin: 0;
}
#nk-preheader #lang_sel_click {
  height: auto;
  text-align: left;
}
#nk-preheader #nk-preheader-tel {
  white-space: nowrap;
  font-weight: bold;
}
#nk-preheader #nk-preheader-tel:before {
  font-family: "custom-icons";
  content: "\e8bc";
  margin-right: 5px;
}
#nk-preheader #nk-preheader-addr p:before {
  font-family: "custom-icons";
  content: "\e8be";
  margin-right: 5px;
}
#nk-preheader .social-network-bar,
#nk-preheader #lang_sel_click {
  float: right;
}

/* dark preheader */
#nk-preheader.nk-preheader-dark {
  background-color: #333;
  color: #eee;
}
#nk-preheader.nk-preheader-dark h1, #nk-preheader.nk-preheader-dark h2, #nk-preheader.nk-preheader-dark h3, #nk-preheader.nk-preheader-dark h4, #nk-preheader.nk-preheader-dark h5, #nk-preheader.nk-preheader-dark h6, #nk-preheader.nk-preheader-dark p {
  color: #eee;
}
#nk-preheader.nk-preheader-dark #nk-preheader-menu ul li a {
  color: #eee;
}
#nk-preheader.nk-preheader-dark #nk-preheader-menu ul li a:hover, #nk-preheader.nk-preheader-dark #nk-preheader-menu ul li a:focus, #nk-preheader.nk-preheader-dark #nk-preheader-menu ul li a:active {
  color: #fff;
}
#nk-preheader.nk-preheader-dark ul.social-network-bar li a i {
  color: #eee;
}

#nk-preheader {
  z-index: 555;
  position: relative;
}

/* END PRE HEADER
================================================== */
/* POST HEADER
================================================== */
/* layout */
#nk-postheader {
  font-size: 12px;
  display: none;
  background-color: #fff;
  color: #333;
  position: relative;
  z-index: 300;
}

#nk-postheader-flex-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
}
#nk-postheader-flex-wrapper h1, #nk-postheader-flex-wrapper h2, #nk-postheader-flex-wrapper h3, #nk-postheader-flex-wrapper h4, #nk-postheader-flex-wrapper h5, #nk-postheader-flex-wrapper h6, #nk-postheader-flex-wrapper p {
  margin: 0;
  padding: 0;
}
#nk-postheader-flex-wrapper p, #nk-postheader-flex-wrapper ul {
  margin: 0;
}
#nk-postheader-flex-wrapper .container-fluid {
  min-width: 100%;
}

.postheader-content {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .postheader-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.postheader-content .postheader-cols {
  flex: 1 100%;
}
.postheader-content .postheader-cols .nk-postheader-freetxt:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .postheader-content .postheader-cols {
    display: flex;
  }
  .postheader-content .postheader-cols [id^=nk-postheader-freetxt-], .postheader-content .postheader-cols [id*=nk-postheader-freetxt-] {
    flex: 0 1 auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .postheader-content .postheader-cols .nk-postheader-freetxt:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.postheader-content #nk-postheader-socialbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (min-width: 1025px) {
  .postheader-content #nk-postheader-socialbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 2rem;
  }
}
.postheader-content ul.social-network-bar {
  text-align: right;
  display: inline-flex;
}
.postheader-content ul.social-network-bar li a i {
  width: auto;
}
.postheader-content ul.social-network-bar li a i:before {
  width: auto;
}

@media (min-width: 1025px) {
  .nk-side-menu .postheader-cols {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nk-side-menu .postheader-cols #nk-postheader-freetxt-1,
  .nk-side-menu .postheader-cols #nk-postheader-freetxt-2,
  .nk-side-menu .postheader-cols #nk-postheader-freetxt-3 {
    margin: 10px 0;
  }
}

/* dark preheader */
#nk-postheader.nk-postheader-dark {
  background-color: #333;
  color: #eee;
}
#nk-postheader.nk-postheader-dark h1, #nk-postheader.nk-postheader-dark h2, #nk-postheader.nk-postheader-dark h3, #nk-postheader.nk-postheader-dark h4, #nk-postheader.nk-postheader-dark h5, #nk-postheader.nk-postheader-dark h6, #nk-postheader.nk-postheader-dark p {
  color: #eee;
}
#nk-postheader.nk-postheader-dark #nk-preheader-menu ul li a {
  color: #eee;
}
#nk-postheader.nk-postheader-dark #nk-preheader-menu ul li a:hover, #nk-postheader.nk-postheader-dark #nk-preheader-menu ul li a:focus, #nk-postheader.nk-postheader-dark #nk-preheader-menu ul li a:active {
  color: #fff;
}
#nk-postheader.nk-postheader-dark ul.social-network-bar li a i {
  color: #eee;
}

/* END POST HEADER
================================================== */
/* WP DEFAULT CLASSES
================================================== */
img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 26px;
}

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

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

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 13px 0 0 0;
}

dl.wp-caption {
  display: none;
}

.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}

.sticky {
  padding: 26px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* POSTS AND PAGES
================================================== */
/* common */
html {
  overflow-y: scroll;
}

.site-content {
  padding-bottom: 104px;
}

/* post metas */
ul.entry-meta {
  margin: 0 0 26px;
  padding: 0;
  font-size: 1.4rem;
}
ul.entry-meta li {
  display: inline;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
ul.entry-meta li + li:before {
  content: "-";
  display: inline-block;
  padding: 0 7px;
}
ul.entry-meta a {
  display: inline;
  /* line-height: 0; */
}

.single ul.entry-meta {
  margin-top: 26px;
}

/** blog layout ***/
article.post, article.page {
  margin-bottom: 4em;
}

.entry-header {
  padding: 0;
}

.entry-summary {
  padding: 0;
}

.entry-media {
  display: block;
  margin-bottom: 26px;
  line-height: 0;
}
.entry-media:not(.nk-media) {
  overflow: hidden;
}

.nk-img-media + .nk-media {
  margin-top: -26px;
}

.entry-summary {
  word-wrap: break-word;
}

/* .entry-content [class*="wp-image-"] {
  margin-bottom: 5px;
} */
.entry-attachment {
  text-align: center;
  background-color: #f0f0f0;
  padding: 104px;
  margin-bottom: 26px;
}

.entry-attachment img {
  margin: 0 auto;
}

.entry-footer p, .entry-footer p a {
  margin: 0;
}

h1.entry-title span,
h2.entry-title span {
  color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  font-size: 50%;
  font-weight: normal;
  text-transform: none;
  display: block;
  line-height: 1;
  margin-top: 7px;
}

h2.entry-title {
  margin-bottom: 7px;
}

.page-links {
  margin-top: 26px;
}

.blog .wp-block-cover__video-background {
  position: static !important;
  transform: translateX(0) translateY(0) !important;
  object-fit: contain !important;
}

/* AUTHOR BIO
================================================== */
.avatar {
  border-radius: 50%;
}

.neko-author-bio {
  border: 1px solid #eee;
  padding: 2em;
  text-align: center;
  border-radius: 13px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.neko-author-bio .avatar {
  margin: 0;
}
.neko-author-bio .author-icon {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 1em;
}
.neko-author-bio .author-icon li {
  display: inline;
  margin-bottom: 0 !important;
}
.neko-author-bio .author-icon li:not(:last-child) {
  margin-right: 5px;
}
.neko-author-bio .author-icon li a {
  text-decoration: none;
}
.neko-author-bio .author-icon li a i {
  background-color: transparent !important;
  border: none !important;
}
.neko-author-bio .author-icon li a i:before {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  display: block;
  line-height: 36px;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid #eee;
}
.neko-author-bio .author-info {
  overflow: hidden;
}
.neko-author-bio .author-info .author-description {
  margin-bottom: 0;
  font-size: 13px;
}

@media (min-width: 768px) {
  .neko-author-bio .avatar {
    float: left;
    margin-right: 22px;
  }
  .neko-author-bio {
    text-align: left;
  }
}
.bypostauthor {
  color: inherit;
}

/* COMMENTS
================================================== */
h2.comments-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.25em 0;
  margin-bottom: 2em;
}

.comments-area ol.comment-list {
  list-style: none;
  padding: 0;
}
.comments-area ol.comment-list ol.children {
  list-style: none;
}
.comments-area li .comment-body {
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  border-bottom: 1px solid transparent;
  padding: 26px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

.comment-author {
  margin-bottom: 0;
}
.comment-author .avatar {
  float: left;
  margin-right: 26px;
}
.comment-author .vcard {
  margin-bottom: 0;
}
.comment-author cite {
  position: static;
  padding-left: 0;
  margin-top: 0;
}
.comment-author cite:before {
  content: none;
}

.reply {
  margin-bottom: 0;
}

.comment-content {
  margin-left: 89px;
}
.comment-content a {
  word-wrap: break-word;
}

.comment-time {
  display: block;
  font-size: 12px;
}

code {
  padding: 0;
  background: none;
}

/* @import "layout/primary/post-formats"; */
/* POST EDIT LINKS
================================================== */
.post-edit-link a, a.comment-edit-link {
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  line-height: 18px;
}

.post-edit-link a:before,
a.comment-edit-link a:before {
  content: "✎";
  display: inline-block;
  margin-right: 5px;
  font-family: "custom-icons";
  font-weight: normal;
  font-size: 16px;
}

a.comment-edit-link {
  position: static;
}

/* END POST EDIT LINKS
================================================== */
/* ATTACHEMENT
================================================== */
.return_attachement {
  float: left;
  margin-right: 3px;
  line-height: 1.75;
}

.attachment .navigation {
  margin: 22px 0;
}

/* POST PROTECTED
================================================== */
.post-password-form label {
  display: block;
}

/* PAGINATION
================================================== */
/** list post pagination **/
.pagination.navigation {
  display: inline-block;
  margin: 0 0 52px 0;
}
.pagination.navigation .nav-links a,
.pagination.navigation .nav-links span {
  /* position: relative;
  float: left; */
  padding: 12px 14px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.33;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F0F0F0;
  color: #337ab7;
  outline: none;
  height: auto;
  border: 1px solid transparent;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.pagination.navigation .nav-links a:hover, .pagination.navigation .nav-links a:focus,
.pagination.navigation .nav-links span:hover,
.pagination.navigation .nav-links span:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #337ab7;
  color: #fff;
}
.pagination.navigation .nav-links span.current {
  background-color: transparent;
}
.pagination.navigation .nav-links span.current:hover {
  color: #337ab7;
}
.pagination.navigation a.next, .pagination.navigation a.prev {
  vertical-align: middle;
}

/* post pagination */
/* paginated post navigation */
.page-links a {
  padding: 6px 14px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.33;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F0F0F0;
  color: #337ab7;
  outline: none;
  height: auto;
  border: 1px solid transparent;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.page-links a:hover, .page-links a:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #337ab7;
  color: #fff;
}

/* end paginated post navigation */
/** previous next post **/
.navigation.post-navigation .nav-links {
  margin-bottom: 26px;
}
.navigation.post-navigation .nav-links .nav-previous, .navigation.post-navigation .nav-links .nav-next {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.navigation.post-navigation .nav-links .nav-previous a, .navigation.post-navigation .nav-links .nav-next a {
  padding: 12px 14px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.33;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F0F0F0;
  color: #337ab7;
  outline: none;
  height: auto;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid transparent;
}
.navigation.post-navigation .nav-links .nav-previous a:hover, .navigation.post-navigation .nav-links .nav-previous a:focus, .navigation.post-navigation .nav-links .nav-next a:hover, .navigation.post-navigation .nav-links .nav-next a:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #337ab7;
  color: #fff;
}
.navigation.post-navigation .nav-links .nav-previous a {
  margin-right: 13px;
}
.navigation.post-navigation .nav-links .nav-next a {
  text-align: right;
}
@media (min-width: 768px) {
  .navigation.post-navigation .nav-links .nav-mobile-txt {
    display: none;
  }
}
.navigation.post-navigation .nav-links .post-title {
  display: none;
}
@media (min-width: 768px) {
  .navigation.post-navigation .nav-links .post-title {
    display: inline-block;
  }
}

/* ARCHIVES
================================================== */
ul.archives-by-month, ul.archives-by-categories {
  list-style-type: none;
  padding: 0;
}

/* SEARCH
================================================== */
/* TAGS
================================================== */
/* WIDGETS
================================================== */
.widget:not(:first-child) {
  /* margin: $margin-default 0; */
}

.widget {
  margin-bottom: 26px;
}

.widget ul ul ul {
  padding: 0;
}

.nk-widget-content .nk-widget-content {
  padding: 0 !important;
}

.widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_nav_menu ul, .widget.widget_rss ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_rss ul li {
  display: block;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.widget.widget_recent_entries ul li a:before, .widget.widget_recent_comments ul li a:before, .widget.widget_archive ul li a:before, .widget.widget_categories ul li a:before, .widget.widget_meta ul li a:before, .widget.widget_pages ul li a:before, .widget.widget_nav_menu ul li a:before, .widget.widget_rss ul li a:before {
  content: "\e979";
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.5em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  opacity: 1;
  color: inherit;
}
.widget.widget_recent_entries ul li a:hover:before, .widget.widget_recent_comments ul li a:hover:before, .widget.widget_archive ul li a:hover:before, .widget.widget_categories ul li a:hover:before, .widget.widget_meta ul li a:hover:before, .widget.widget_pages ul li a:hover:before, .widget.widget_nav_menu ul li a:hover:before, .widget.widget_rss ul li a:hover:before {
  opacity: 1;
}
.widget.widget_recent_entries ul li a:hover, .widget.widget_recent_entries ul li a:focus, .widget.widget_recent_entries ul li a:active, .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_comments ul li a:focus, .widget.widget_recent_comments ul li a:active, .widget.widget_archive ul li a:hover, .widget.widget_archive ul li a:focus, .widget.widget_archive ul li a:active, .widget.widget_categories ul li a:hover, .widget.widget_categories ul li a:focus, .widget.widget_categories ul li a:active, .widget.widget_meta ul li a:hover, .widget.widget_meta ul li a:focus, .widget.widget_meta ul li a:active, .widget.widget_pages ul li a:hover, .widget.widget_pages ul li a:focus, .widget.widget_pages ul li a:active, .widget.widget_nav_menu ul li a:hover, .widget.widget_nav_menu ul li a:focus, .widget.widget_nav_menu ul li a:active, .widget.widget_rss ul li a:hover, .widget.widget_rss ul li a:focus, .widget.widget_rss ul li a:active {
  text-decoration: none;
}
.widget.widget_categories ul ul, .widget.widget_nav_menu ul ul, .widget.widget_pages ul ul {
  padding-left: 7px;
}
.widget.widget_recent_comments ul li a:before {
  content: none;
}

h3.widget-title {
  margin-bottom: 0;
  padding-bottom: 0.75em;
  line-height: 1.25em;
  position: relative;
}

#main-footer-wrapper #main-footer {
  padding: 52px 0;
}
#main-footer-wrapper #main-footer .widget {
  font-size: 13px;
  margin-bottom: 26px;
  margin-top: 0;
}
#main-footer-wrapper #main-footer .widget h3 {
  margin-bottom: 1.5em;
  padding-bottom: 0.25em;
  line-height: 1.25em;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

a.rsswidget, .comment-author-link {
  font-weight: bold;
}

.textwidget p {
  margin-bottom: 0;
}

/* TAGS
================================================== */
.entry-tags ul {
  margin: 1.5em 0;
  padding: 0;
}

.entry-tags ul li {
  display: inline-block;
  list-style: none;
  font-size: 0.85em;
  margin-right: 10px;
}

/* tag cloud */
.tagcloud a:link,
.tagcloud a:visited {
  line-height: 1.5;
  margin-bottom: 6px;
  display: inline-block;
  color: #337ab7;
}

.tag-cloud a:hover {
  color: #337ab7;
  background-color: #111;
  text-decoration: none;
  -webkit-box-shadow: -5px -5px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5px -5px 0px 0px rgba(0, 0, 0, 0.08);
}

/* CALENDAR WIDGET
================================================== */
#calendar_wrap {
  border: 1px solid transparent;
  padding: 13px;
  overflow: hidden;
}

#wp-calendar {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: separate;
  border-spacing: 4px;
}
#wp-calendar caption {
  padding: 0 0 1em 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.25em;
}
#wp-calendar td,
#wp-calendar th {
  margin-bottom: 10px;
  text-align: center;
  padding: 6px !important;
  border: none !important;
  background: transparent;
}
#wp-calendar tbody td {
  padding: 3px;
}
#wp-calendar tbody td#today {
  border-width: 1px !important;
  border-style: solid !important;
}
#wp-calendar tfoot td#prev a, #wp-calendar tfoot td#next a {
  font-size: 12px;
  text-transform: uppercase;
}
#wp-calendar tfoot td#prev {
  text-align: left;
}
#wp-calendar tfoot td#next {
  text-align: right;
}
#wp-calendar thead th {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (min-width: 893px) and (max-width: 1200px) {
  #calendar_wrap {
    padding: 5px;
  }
  #wp-calendar thead th {
    font-size: 10px;
  }
  #wp-calendar tbody td, #calendar_wrap {
    font-size: 9px;
  }
  #wp-calendar caption {
    padding-top: 0;
  }
}
.nk-about-widget-description p {
  margin-top: 10px;
  margin-bottom: 0;
}

/*** widget about ***/
.nk-about-widget address {
  margin-bottom: 0;
  font-style: normal;
}
.nk-about-widget address span {
  display: block;
  margin-bottom: 5px;
}
.nk-about-widget span.contact-company {
  font-weight: bold;
}

.widget ul.social-network-bar {
  margin-top: 0;
}

#main-footer .widget ul.social-network-bar {
  margin-top: 13px;
}

#main-footer .social-network-bar li:before,
#main-footer .social-network-bar li:after {
  content: "";
  display: inline-block;
}

#main-footer .social-network-bar li {
  width: auto;
  padding: 0;
}

.widget.nk-contact address {
  margin-bottom: 0;
}
.widget.nk-contact address span {
  display: block;
}
.widget.nk-contact address span.contact-company {
  font-size: 18px;
  font-weight: bold;
}
.widget.nk-contact address span.contact-phone, .widget.nk-contact address span.contact-fax {
  font-size: 16px;
}

.widget_search input[type=search], #search-page-search input[type=search], .widget_product_search input[type=search] {
  margin-bottom: 0;
}

/* FOOTER
================================================== */
#main-footer-wrapper {
  position: relative;
}
#main-footer-wrapper #main-footer .footer-widget-col {
  margin: 3em 0;
  font-size: 14px;
}
#main-footer-wrapper li a:hover {
  text-decoration: none;
}
#main-footer-wrapper .footer-widget-col ul {
  list-style-type: none;
  padding-left: 0;
  font-style: normal;
}
#main-footer-wrapper .social-network-bar li {
  border: none;
}

.nk-footer-centered {
  text-align: center;
}
.nk-footer-centered address span {
  display: inline-block;
}
.nk-footer-centered .neko_about_widget img {
  margin-left: auto;
  margin-right: auto;
}
.nk-footer-centered .neko-recent-portfolio-items {
  display: inline-block;
}

#copyright {
  padding: 2.5em 0;
  text-align: center;
  font-size: 12px;
  position: relative;
}
#copyright p {
  font-size: 12px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .fixed-footer footer#main-footer-wrapper {
    position: fixed;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .fixed-footer .page-header {
    position: relative;
    z-index: 2;
  }
  .fixed-footer #lang_sel_footer {
    margin: 20px 0px;
    bottom: 0;
    position: fixed;
    left: 6px;
    background-color: transparent;
    border: none;
    z-index: 0;
  }
  .fixed-footer #lang_sel_footer ul li img {
    top: -1px;
  }
  .fixed-footer .site-content {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  }
  .header-boxed.fixed-footer .site-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.grecaptcha-badge {
  display: none;
}

#cookie-law-info-bar {
  padding: 10px 0;
  z-index: 10000 !important;
}

/* END FOOTER
================================================== */
/* @import "layout/footer/footer-centered"; */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* MAGNIFIC POPUP
================================================== */
.mfp-bg {
  background-color: #000;
  opacity: 0.9;
}

.mfp-figure {
  padding: 0 20px;
  background-color: #fff;
}

.mfp-bottom-bar {
  background-color: #fff;
}

.mfp-iframe-holder button.mfp-close, .mfp-image-holder button.mfp-close {
  color: #555;
  padding-right: 23px;
  right: 0;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
}
.mfp-iframe-holder button.mfp-close:hover, .mfp-image-holder button.mfp-close:hover {
  background-color: transparent;
  border-radius: 0;
}
.mfp-iframe-holder button.mfp-close a:active, .mfp-image-holder button.mfp-close a:active {
  top: 0;
}

.mfp-iframe-holder button.mfp-close {
  padding-right: 0;
}

.mfp-title {
  color: #444;
  padding: 20px;
}

.mfp-close:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* remove default styles */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  width: auto;
  height: auto;
  position: static;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-left: 0;
  border: none;
}

button.mfp-arrow:before, button.mfp-arrow:after {
  content: none;
  font-size: 40px;
  border: none;
  font-family: "custom-icons";
  line-height: 1;
  opacity: 0.5;
  color: white;
}
button.mfp-arrow:hover, button.mfp-arrow:focus, button.mfp-arrow:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.mfp-arrow:hover:before, button.mfp-arrow:hover:after, button.mfp-arrow:focus:before, button.mfp-arrow:focus:after, button.mfp-arrow:active:before, button.mfp-arrow:active:after {
  opacity: 1;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\e804";
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\e805";
}

.mfp-arrow-left {
  left: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-arrow-left:hover {
  left: 0;
}

.mfp-arrow-right {
  right: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-arrow-right:hover {
  right: 0;
}

/* OWL CAROUSEL
================================================== */
.owlCarousel-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}

.caption-wrapper .btn {
  padding: 11px 19px;
  font-size: 18px;
}

/* OWL WITH THUMB*/
.nekoGalThumbNav {
  display: inline-block !important;
  width: 100% !important;
  height: 95px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.owl-pagination .owl-page:nth-child(5n) .nekoGalThumbNav {
  margin-right: 0 !important;
}

/** pagination **/
.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.owl-item blockquote p {
  font-size: 30px;
}

.owl-item h1 {
  margin-bottom: 0.25em;
  text-shadow: 0 0 10px #FFF;
}

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 6px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

/* @import "plugins/neko-team"; */
/* @import "plugins/neko-pricing-table"; */
/* MAILCHIMP
================================================== */
.neko-mailchimp-line {
  margin-top: 0;
  float: right;
}

footer#main-footer-wrapper .neko-mailchimp-line {
  float: none;
}

.neko-mailchimp-line p {
  float: left;
  width: 300px;
  margin-right: 13px;
  margin-bottom: 0;
}

footer#main-footer-wrapper .neko-mailchimp-line p {
  width: auto;
}

.mc4wp-form .neko-mailchimp-line label {
  display: none;
}

.neko-mailchimp-line input[type=submit] {
  float: left;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wpb_wrapper .mc4wp-form {
  margin-top: 0;
}

/* @import "plugins/visual-composer"; */
/* CONTACT FORM 7
================================================== */
/* mixins are defined in form.scss */
.wpcf7 .input[type=submit].wpcf7-submit.btn-primary {
  padding: 12px 14px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.33;
  font-weight: bold;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F0F0F0;
  color: #337ab7;
  outline: none;
  height: auto;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid transparent;
  background-color: #111;
  color: white;
}
.wpcf7 .input[type=submit].wpcf7-submit.btn-primary:hover, .wpcf7 .input[type=submit].wpcf7-submit.btn-primary:focus {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #337ab7;
  color: #fff;
}
.wpcf7 .wpcf7-checkbox label, .wpcf7 .wpcf7-radio label {
  margin-bottom: 0;
}

form div.wpcf7-validation-errors, form div.wpcf7-mail-sent-ng {
  background: #D96565;
  border: 1px solid rgb(142.2175, 53.3825, 53.3825);
  color: #ffffff;
}

form input.wpcf7-not-valid {
  border: 1px solid #D96565;
  background: rgb(237.719375, 207.780625, 207.780625);
}

form span.wpcf7-not-valid-tip {
  color: #D96565;
}

form div.wpcf7-response-output {
  padding: 26px;
  margin: 0 0 26px 0;
  font-weight: bold;
  font-size: 18px;
}

form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #56C15A;
  border: 1px solid rgb(53.7761688312, 102.8238311688, 55.6097263017);
  color: #ffffff;
}

div.wpcf7 {
  margin-bottom: 26px;
}

/* @import "plugins/woocommerce"; */
/* @import "plugins/wpml"; */
/* @import "plugins/neko-gmap"; */
/* DARK COLOR */
.nkg-dark-bg-color:not(.nkg-coverlink):not(:hover),
.nkg-item:hover .nkg-dark-bg-hover-color:not(.nkg-coverlink),
.nkg-dark-bg-color.nkg-coverlink:before,
.nkg-dark-bg-hover-color.nkg-coverlink:hover:before {
  background-color: #111;
}

.nkg-dark-border-color:not(:hover),
.nkg-dark-border-hover-color:hover,
.nkg-dark-border-color.nkg-coverlink:before,
.nkg-dark-border-hover-color.nkg-coverlink:hover:before {
  border-color: #111;
}

.nkg-dark-text-color:not(:hover),
.nkg-dark-text-color:not(:hover):visited,
.nkg-dark-text-color:not(:hover):focus,
.nkg-dark-text-color:not(:hover):active,
.nkg-dark-text-color.nkg-coverlink:before,
.nkg-dark-text-hover-color:hover,
.nkg-dark-text-hover-color:hover:visited,
.nkg-dark-text-hover-color:hover:focus,
.nkg-dark-text-hover-color:hover:active {
  color: #111;
}

.nkg-dark-text-color:not(:hover),
.nkg-dark-text-hover-color:hover,
.nkg-dark-text-color.nkg-coverlink:before,
.nkg-dark-text-hover-color:hover:before {
  color: #111;
}

.nkg-dark-bg-color-alpha:not(.nkg-coverlink):not(:hover),
.nkg-item:hover .nkg-dark-bg-hover-color-alpha:not(.nkg-coverlink),
.nkg-dark-bg-color-alpha.nkg-coverlink:before,
.nkg-dark-bg-hover-color-alpha:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.nkg-dark-border-color-alpha:not(:hover),
.nkg-dark-border-hover-color-alpha:hover,
.nkg-dark-border-color-alpha.nkg-coverlink:before,
.nkg-dark-border-hover-color-alpha:hover:before {
  border-color: rgba(0, 0, 0, 0.5);
}

.nkg-dark-text-color-alpha:not(:hover),
.nkg-dark-text-hover-color-alpha:hover,
.nkg-dark-text-color-alpha.nkg-coverlink:before,
.nkg-dark-text-hover-color-alpha:hover:before {
  color: rgba(0, 0, 0, 0.5);
}

/* LIGHT COLOR */
.nkg-light-bg-color:not(.nkg-coverlink):not(:hover),
.nkg-item:hover .nkg-light-bg-hover-color:not(.nkg-coverlink),
.nkg-light-bg-color.nkg-coverlink:before,
.nkg-light-bg-hover-color.nkg-coverlink:hover:before {
  background-color: white;
}

.nkg-light-border-color:not(:hover),
.nkg-light-border-hover-color:hover,
.nkg-light-border-color.nkg-coverlink:before,
.nkg-light-border-hover-color.nkg-coverlink:hover:before {
  border-color: white;
}

.nkg-light-text-color:not(:hover),
.nkg-light-text-color:not(:hover):visited,
.nkg-light-text-color:not(:hover):focus,
.nkg-light-text-color:not(:hover):active,
.nkg-light-text-color.nkg-coverlink:before,
.nkg-light-text-hover-color:hover,
.nkg-light-text-hover-color:hover:visited,
.nkg-light-text-hover-color:hover:focus,
.nkg-light-text-hover-color:hover:active {
  color: white;
}

.nkg-light-bg-color-alpha:not(.nkg-coverlink):not(:hover),
.nkg-item:hover .nkg-light-bg-hover-color-alpha:not(.nkg-coverlink),
.nkg-light-bg-color-alpha.nkg-coverlink:before,
.nkg-light-bg-hover-color-alpha:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.nkg-light-border-color-alpha:not(:hover),
.nkg-light-border-hover-color-alpha:hover,
.nkg-light-border-color-alpha.nkg-coverlink:before,
.nkg-light-border-hover-color-alpha:hover:before {
  border-color: rgba(255, 255, 255, 0.5);
}

.nkg-light-text-color-alpha:not(:hover),
.nkg-light-text-hover-color-alpha:hover,
.nkg-light-text-color-alpha.nkg-coverlink:before,
.nkg-light-text-hover-color-alpha:hover:before {
  color: rgba(255, 255, 255, 0.5);
}

.nkg-dark-text-color h3,
.nkg-dark-text-color p,
.nkg-dark-text-color a,
.nkg-dark-text-color a:focus,
.nkg-dark-text-color a:visited,
.nkg-dark-text-color a:active,
.nkg-light-text-color h3,
.nkg-light-text-color p,
.nkg-light-text-color a,
.nkg-light-text-color a:focus,
.nkg-light-text-color a:visited,
.nkg-light-text-color a:active,
.nkg-theme-text-color h3,
.nkg-theme-text-color p,
.nkg-theme-text-color a,
.nkg-theme-text-color a:focus,
.nkg-theme-text-color a:visited,
.nkg-theme-text-color a:active,
.nkg-dark-text-color-alpha h3,
.nkg-dark-text-color-alpha p,
.nkg-dark-text-color-alpha a,
.nkg-dark-text-color-alpha a:focus,
.nkg-dark-text-color-alpha a:visited,
.nkg-dark-text-color-alpha a:active,
.nkg-light-text-color-alpha h3,
.nkg-light-text-color-alpha p,
.nkg-light-text-color-alpha a,
.nkg-light-text-color-alpha a:focus,
.nkg-light-text-color-alpha a:visited,
.nkg-light-text-color-alpha a:active,
.nkg-theme-text-color-alpha h3,
.nkg-theme-text-color-alpha p,
.nkg-theme-text-color-alpha a,
.nkg-theme-text-color-alpha a:focus,
.nkg-theme-text-color-alpha a:visited,
.nkg-theme-text-color-alpha a:active {
  color: inherit;
}

.nkg-item figcaption h3 {
  font-weight: normal;
}

/* icons*/
/*************  LAYOUT *************/
/* Common*/
.nkg-more:before {
  content: "\e97b";
}

.nkg-zoom:before {
  content: "\e809";
}

.nkg-nav-prev .nkg-nav-arrow:before {
  content: "\e804";
}

.nkg-nav-next .nkg-nav-arrow:before {
  content: "\e805";
}

/* CARD */
/* common */
/* .nkg-card {
  > div{
   box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2);
 }

} */
/************* NAVIGATION *************/
#nkg-post-navigation.nkg-rounded-nav-thumb {
  margin: 26px 0 52px 0;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-span-prev-arrow,
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-return-page-icon,
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-span-next-arrow {
  font-style: normal;
  font-family: "custom-icons";
  font-size: 20px;
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-span-prev-arrow:before {
  content: "\e804";
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-return-page-icon:before {
  content: "\e97c";
}
#nkg-post-navigation.nkg-rounded-nav-thumb .nkg-span-next-arrow:before {
  content: "\e805";
}

#nkg-post-navigation.nkg-simple-arrow-nav .nkg-prev-page-icon,
#nkg-post-navigation.nkg-simple-arrow-nav .nkg-next-page-icon,
#nkg-post-navigation.nkg-simple-arrow-nav .nkg-return-page-icon {
  font-style: normal;
  font-family: "custom-icons";
  font-size: 20px;
}
#nkg-post-navigation.nkg-simple-arrow-nav .nkg-prev-page-icon:before {
  content: "\e804";
}
#nkg-post-navigation.nkg-simple-arrow-nav .nkg-return-page-icon:before {
  content: "\e97c";
}
#nkg-post-navigation.nkg-simple-arrow-nav .nkg-next-page-icon:before {
  content: "\e805";
}

/* filters */
.nkg-filters li:not(:last-child) a:after {
  content: none;
}

.nkg-filters {
  font-size: 0;
  margin-bottom: 52px;
}
.nkg-filters li a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.33;
  border: 1px solid transparent;
  opacity: 1;
}

.nkg-filters li:not(:last-child) a {
  border-right: none;
}

/* Beaver builder 
================================================== */
@media (min-width: 768px) {
  .fl-row-fixed-width {
    max-width: 764px;
  }
}
@media (min-width: 1025px) {
  .fl-row-fixed-width {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .fl-row-fixed-width {
    max-width: 1184px;
  }
}
.fl-builder .site-content {
  padding-bottom: 0;
}

.fl-post-feed-content .nk-more-link {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .fl-builder .fl-content-full {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: none;
  }
  .fl-builder .fl-content-full .fl-row-full-width:first-of-type .fl-row-content-wrap {
    padding-top: 0;
  }
}
/* add margin top in post grid builder */
.fl-module-post-grid a.nk-more-link {
  margin-top: 1em;
}

/*--------------------------------------------------------------
# Theme specific
--------------------------------------------------------------*/
/* Custom i.animate animation override */
i.default.animated:hover,
.neko-vc_box-icon i.default.animated.nk-hovered-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
  -webkit-animation: nkpulse 0.8s ease-in-out infinite;
  animation: nkpulse 0.8s ease-in-out infinite;
}

@-webkit-keyframes nkpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes nkpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.wpb_row:not(.vc_inner) {
  padding-top: 52px;
  padding-bottom: 26px;
}

@media (min-width: 768px) {
  .wpb_row:not(.vc_inner) {
    padding-top: 104px;
    padding-bottom: 78px;
  }
}
@media (min-width: 767px) {
  .neko-vc_page-header-size-small {
    padding: 1em 0;
  }
  .neko-vc_page-header-size-medium {
    padding: 3em 0;
  }
  .neko-vc_page-header-size-large {
    padding: 6em 0;
  }
  .neko-vc_page-header-size-xlarge {
    padding: 9em 0;
  }
}
@media (min-width: 1024px) {
  .neko-vc_page-header-size-small {
    padding: 1em 0;
  }
  .neko-vc_page-header-size-medium {
    padding: 4em 0;
  }
  .neko-vc_page-header-size-large {
    padding: 8em 0;
  }
  .neko-vc_page-header-size-xlarge {
    padding: 12em 0;
  }
}
.nk-text-link:before {
  font-size: 14px;
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: left;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  content: "\e801";
}

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