/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.lyndon-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

/* ==========================================================================
   King Composer global styles
   ========================================================================== */
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit;
}

.kc-elm.qodef-shortcode .fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit;
}

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
  position: fixed;
  right: 25px;
  bottom: 135px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}

#qodef-back-to-top .qodef-back-to-top-text {
  white-space: nowrap;
  display: block;
  transform: rotate(-90deg);
  font-size: 18px;
  line-height: 1.15em;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}

#qodef-back-to-top svg {
  display: block;
  width: 18px;
  height: auto;
  fill: currentColor;
}

#qodef-back-to-top:hover .qodef-back-to-top-text {
  background-size: 100% calc(100% - 1px);
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
  color: var(--qode-main-color);
  background-color: #fff;
}

#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility .0s .15s;
}

#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
/* ==========================================================================
   Info Bottom Layout styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item:hover .qodef-e-content-holder .qodef-e-media-image:after {
  transform: translateY(0%);
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder {
  height: 100%;
  position: relative;
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-media-image {
  margin: 0 0 39px;
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-media-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(0.18, 0.79, 0.48, 0.99);
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-media-image {
    margin: 0 0 30px;
  }
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content {
  padding: 0 49px;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content {
    padding: 0 30px 19px 40px;
  }
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content .qodef-e-top-holder {
  margin: 0 0 1px;
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content .qodef-e-text .qodef-e-title {
  margin: 0 0 16px;
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content .qodef-e-bottom-holder {
  margin: 28px 0 49px;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content .qodef-e-bottom-holder {
    margin-bottom: 20px;
  }
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content .qodef-e-bottom-holder .qodef-e-info > * {
  color: var(--qode-main-color);
}

.qodef-blog.qodef-item-layout--info-bottom .qodef-blog-item .qodef-e-content-holder .qodef-e-content .qodef-e-bottom-holder .qodef-e-info a {
  line-height: 27px;
  position: relative;
  color: var(--qode-main-color);
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item {
  min-height: 100%;
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item .qodef-e-inner {
  height: 100%;
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-inner {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-quote {
  padding: 109px 49px 10%;
  flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-quote {
    padding: 109px 41px 10%;
  }
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-quote-icon {
  top: 48px;
  left: 49px;
  width: 40px;
  height: 30px;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-quote-icon {
    left: 41px;
  }
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-quote-author {
  margin: 18px 0 0;
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-bottom-holder {
  margin: 0 0 49px;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-bottom-holder {
    margin: 0 0 42px;
  }
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-quote .qodef-e-bottom-holder .qodef-e-info {
  padding: 0 49px;
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-link .qodef-e-link {
  height: 100%;
  padding: 109px 49px 10%;
}

.qodef-blog.qodef-item-layout--info-bottom:not(.qodef-col-num--1) .qodef-grid-inner .qodef-grid-item.format-link .dripicons-link {
  top: 48px;
  left: 49px;
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-col-num--2 .qodef-grid-inner {
  display: flex;
  flex-wrap: wrap;
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-col-num--3 .qodef-grid-inner {
  display: flex;
  flex-wrap: wrap;
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-col-num--4 .qodef-grid-inner {
  display: flex;
  flex-wrap: wrap;
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-col-num--5 .qodef-grid-inner {
  display: flex;
  flex-wrap: wrap;
}

.qodef-blog.qodef-item-layout--info-bottom.qodef-col-num--6 .qodef-grid-inner {
  display: flex;
  flex-wrap: wrap;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 28px;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
  line-height: 19px;
  text-transform: uppercase;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
  margin-top: 7px;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder .qodef-e-info-author {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* ==========================================================================
   Blog List Simple styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
  display: flex;
  align-items: flex-start;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  flex-shrink: 0;
  width: 150px !important;
  margin: 0 20px 0 0;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-text .qodef-e-title {
  text-transform: uppercase;
  line-height: 19px;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-bottom-holder {
  margin-top: 5px;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-content {
  margin-bottom: 80px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
  margin-bottom: 36px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
  margin-bottom: 80px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
  margin-bottom: 80px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
  padding: 20%;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-icon-dripicons {
  top: 10%;
  left: 10%;
  font-size: 35px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
  padding: 20%;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote .qodef-e-quote-icon {
  top: 9%;
  left: 7%;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote .qodef-e-quote-author {
  display: none;
}

.qodef-blog.qodef-item-layout--standard article:last-child {
  margin: 0 !important;
}

/* ==========================================================================
   Blog List Widget variable styles
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
  margin-bottom: 20px;
}

.widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
  margin-top: 8.5px;
}

.widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  margin-right: 20px;
  width: 150px !important;
}

.widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
  margin-top: -7px;
}

.widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
  text-transform: uppercase;
  font-size: 16px;
}

.widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 28px;
}

.widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

#qodef-top-area .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
  margin-bottom: 20px;
}

#qodef-top-area .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
  margin-top: 8.5px;
}

#qodef-top-area .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  margin-right: 20px;
  width: 150px !important;
}

#qodef-top-area .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
  margin-top: -7px;
}

#qodef-top-area .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
  text-transform: uppercase;
  font-size: 16px;
}

#qodef-top-area .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 28px;
}

#qodef-top-area .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

#qodef-page-sidebar .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
  margin-bottom: 20px;
}

#qodef-page-sidebar .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
  margin-top: 8.5px;
}

#qodef-page-sidebar .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  margin-right: 20px;
  width: 150px !important;
}

#qodef-page-sidebar .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
  margin-top: -7px;
}

#qodef-page-sidebar .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
  text-transform: uppercase;
  font-size: 16px;
}

#qodef-page-sidebar .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 28px;
}

#qodef-page-sidebar .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

#qodef-page-footer .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
  margin-bottom: 20px;
}

#qodef-page-footer .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
  margin-top: 8.5px;
}

#qodef-page-footer .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  margin-right: 20px;
  width: 150px !important;
}

#qodef-page-footer .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title {
  margin-top: -7px;
}

#qodef-page-footer .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
  text-transform: uppercase;
  font-size: 16px;
}

#qodef-page-footer .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 28px;
}

#qodef-page-footer .widget.widget_lyndon_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

/* ==========================================================================
   Author Info styles
   ========================================================================== */
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 100px;
}

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
}

#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 40px;
}

#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
  display: block;
}

#qodef-author-info .qodef-m-author {
  margin: 0;
  text-transform: none;
  font-weight: 500;
}

#qodef-author-info .qodef-m-email {
  margin: 5px 0 0;
}

#qodef-author-info .qodef-m-description {
  margin: 16px 0 0;
}

#qodef-author-info .qodef-m-social-icons {
  margin-top: 18px;
}

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#qodef-author-info .qodef-m-social-icons a:hover {
  transform: translateY(-5px);
}

#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}

#qodef-author-info .qodef-m-social-icons a .fa-facebook:before {
  content: "\f39e";
}

#qodef-author-info .qodef-m-social-icons a .fa-linkedin:before {
  content: "\f0e1";
}

#qodef-author-info .qodef-m-social-icons a .fa-pinterest:before {
  content: "\f231";
}

/* ==========================================================================
   Related Posts styles
   ========================================================================== */
#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}

#qodef-related-posts .qodef-related-posts-title {
  letter-spacing: -0.01em;
  font-weight: 500;
}

#qodef-related-posts .qodef-e-read-more {
  display: none;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 3px;
  padding-top: 60px;
  border-top: 1px solid #000;
}

#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}

#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
  position: relative;
  display: block;
  width: 40px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon-holder {
  transition: transform .25s ease;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon-holder {
  margin-right: 20px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
  transform: rotate(180deg);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon-holder {
  transform: translateX(-5px);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  right: 0;
  margin-left: auto;
  text-align: right;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon-holder {
  margin-left: 20px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon-holder {
  transform: translateX(5px);
}

#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: var(--qode-main-color);
}

@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-nav-label {
    display: none;
  }
}

/* ==========================================================================
   #Theme Cursor - start
   ========================================================================== */
body.qodef-theme-cursor #wpadminbar {
  cursor: default;
}

body.qodef-theme-cursor #wpadminbar a,
body.qodef-theme-cursor #wpadminbar input.adminbar-input {
  cursor: pointer !important;
}

#qodef-theme-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999999;
  visibility: hidden;
}

#qodef-theme-cursor.qodef-override {
  color: currentColor;
}

#qodef-theme-cursor.qodef-preloader {
  z-index: 99999;
}

#qodef-theme-cursor.qodef-light {
  transition: fill 0s;
  mix-blend-mode: normal;
}

#qodef-theme-cursor.qodef-light.qodef-initial {
  mix-blend-mode: normal;
}

#qodef-theme-cursor.qodef-light.qodef-initial circle {
  fill: currentColor;
  stroke: transparent;
}

.qodef-header--vertical #qodef-theme-cursor.qodef-dark {
  mix-blend-mode: multiply;
}

#qodef-theme-cursor.qodef-dark circle {
  opacity: .9;
}

#qodef-theme-cursor svg {
  overflow: visible;
}

#qodef-theme-cursor circle {
  fill: currentColor;
  stroke: transparent;
  vector-effect: non-scaling-stroke;
  overflow: visible;
  stroke-width: 1;
  filter: blur(7px);
  -webkit-filter: blur(7px);
}

.qodef-browser--firefox #qodef-theme-cursor circle {
  stroke-width: 2;
  vector-effect: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #qodef-theme-cursor {
    /* IE10+ CSS styles go here */
  }
  #qodef-theme-cursor circle {
    fill: currentColor;
  }
}

@supports (-ms-ime-align: auto) {
  #qodef-theme-cursor circle {
    fill: currentColor;
  }
}

#qodef-theme-cursor path {
  opacity: 0;
  transition: opacity .05s;
}

#qodef-theme-cursor path[id*='morph'] {
  visibility: hidden;
}

.qodef-moving {
  will-change: transform;
}

.no-touchevents .qodef-theme-cursor {
  cursor: none !important;
}

.no-touchevents .qodef-theme-cursor a, .no-touchevents .qodef-theme-cursor .tp-bullet, .no-touchevents .qodef-theme-cursor input, .no-touchevents .qodef-theme-cursor textarea, .no-touchevents .qodef-theme-cursor button, .no-touchevents .qodef-theme-cursor .swiper-pagination-clickable .swiper-pagination-bullet, .no-touchevents .qodef-theme-cursor .swiper-button-next, .no-touchevents .qodef-theme-cursor .swiper-button-prev, .no-touchevents .qodef-theme-cursor #qodef-woo-page .qodef-quantity-buttons .screen-reader-text, .no-touchevents .qodef-theme-cursor .mfp-gallery .mfp-image-holder .mfp-figure, .no-touchevents .qodef-theme-cursor .mfp-bottom-bar, .no-touchevents .qodef-theme-cursor .qodef-quantity-minus, .no-touchevents .qodef-theme-cursor .qodef-quantity-plus {
  cursor: none !important;
}

.touchevents #qodef-theme-cursor.qodef-visible {
  visibility: hidden;
}

#qodef-theme-cursor.qodef-visible {
  visibility: visible;
}

#qodef-theme-cursor.qodef-hovering circle {
  fill: transparent;
  stroke: currentColor;
  filter: none;
  -webkit-filter: none;
}

.qodef-browser--firefox #qodef-theme-cursor.qodef-hovering circle {
  stroke-width: 1;
}

@supports (not (-ms-high-contrast: none)) and (not (-ms-ime-align: auto)) {
  #qodef-theme-cursor.qodef-override path {
    opacity: 0 !important;
  }
}

#qodef-theme-cursor.qodef-cursor-dot {
  color: #efff5d;
}

/* ==========================================================================
   #Theme Cursor - end
   ========================================================================== */
/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
#qodef-page-footer .qodef-alignment--left {
  text-align: left;
}

#qodef-page-footer .qodef-alignment--left .widget img {
  margin-right: auto;
}

#qodef-page-footer .qodef-alignment--center {
  text-align: center;
}

#qodef-page-footer .qodef-alignment--center .widget img {
  margin-right: auto;
  margin-left: auto;
}

#qodef-page-footer .qodef-alignment--right {
  text-align: right;
}

#qodef-page-footer .qodef-alignment--right .widget img {
  margin-left: auto;
}

@media (min-width: 681px) {
  #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
    text-align: right;
  }
}

.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

/* ==========================================================================
   #Footer styles - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Menu styles
   ========================================================================== */
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  /* smaller than header, bigger than content */
}

#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%;
  padding-left: 16px;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  animation: qode-fade-in .25s linear both;
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  animation: qode-fade-out .25s linear both;
}

#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left;
}

.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 7px 0 6px;
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
  display: none;
}

.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px;
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none;
}

.qodef-fullscreen-menu > ul > li {
  padding: 4px 0;
}

.qodef-fullscreen-menu > ul > li > a {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 63px;
  line-height: 0.984em;
  letter-spacing: -.01em;
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 46px;
  }
}

.qodef-fullscreen-menu > ul > li > a:hover {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
}

.qodef-fullscreen-menu > ul > li.qodef--opened > a {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 8px 0 18px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--qode-main-color);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
  flex-shrink: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover span {
  background-size: 100% calc(100% - 1px);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a span {
  background-size: 100% calc(100% - 1px);
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer {
  visibility: hidden;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  visibility: visible;
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 1;
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
  opacity: 0;
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer {
  visibility: hidden;
}

/* ==========================================================================
   Header common styles
   ========================================================================== */
#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 50px;
}

#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 25px;
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}

#qodef-page-header div[id^="monster-widget-placeholder"],
#qodef-page-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}

#qodef-page-header-inner {
  border-bottom: 0 solid var(--qode-main-color);
}

#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
  color: var(--qode-header-light-color) !important;
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
  color: var(--qode-header-light-hover-color) !important;
}

#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a, #qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
  color: var(--qode-header-light-hover-color) !important;
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
  color: var(--qode-header-light-color) !important;
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: var(--qode-header-dark-color) !important;
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
  color: var(--qode-header-dark-hover-color) !important;
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a, #qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a {
  color: var(--qode-header-dark-hover-color) !important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
  color: var(--qode-header-dark-color) !important;
}

/* ==========================================================================
# Logo default style
========================================================================== */
#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1;
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 36px;
  line-height: 1.111em;
  transition: color 0.2s ease-out;
}

@media only screen and (max-width: 680px) {
  #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-size: 31px;
  }
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
  opacity: 1;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
  opacity: 1;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-dark-color) !important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-dark-hover-color) !important;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--centered #qodef-page-header {
  height: 125px;
}

.qodef-header--centered #qodef-page-header .qodef-centered-header-left-wrapper,
.qodef-header--centered #qodef-page-header .qodef-centered-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.qodef-header--centered #qodef-page-header .qodef-centered-header-left-wrapper {
  justify-content: flex-start;
}

.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
  margin: 0 50px;
}

.qodef-header--centered #qodef-page-header .qodef-centered-header-right-wrapper {
  justify-content: flex-end;
}

.qodef-header--centered #qodef-page-header .qodef-widget-holder {
  margin-left: 0;
}

.qodef-header--centered #qodef-page-header-inner {
  align-items: center;
  justify-content: stretch;
}

.qodef-header--centered .qodef-header-navigation ul li a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 2px);
  background-size: 0 calc(100% - 2px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-header--centered .qodef-header-navigation ul li a:hover span {
  background-size: 100% calc(100% - 2px);
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--minimal #qodef-page-header-inner {
  padding-left: 0;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-right: auto;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 130px;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px)/2);
  }
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px)/2);
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px)/2);
  }
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px)/2);
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px)/2);
  }
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px)/2);
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 1100px)/2);
  }
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 1100px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 768px)/2);
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 1100px)/2);
  }
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 1100px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 768px)/2);
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 1100px)/2);
  }
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 1100px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 768px)/2);
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 960px)/2);
  }
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 960px)/2);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 768px)/2);
  }
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 768px)/2);
  }
}

.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  height: 100%;
  background: var(--qode-main-color);
  color: #fff;
}

.qodef-header--vertical #qodef-page-header a, .qodef-header--vertical #qodef-page-header p a {
  color: #fff;
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link.qodef-height--not-set {
  height: auto;
}

.qodef-header--vertical #qodef-page-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 70px;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  display: block;
  margin-left: 0;
  height: auto;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
  margin: 0 0 15px;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
  margin-bottom: 0;
}

.qodef-header--vertical.admin-bar #qodef-page-header {
  top: 32px;
  height: calc(100% - 32px);
}

.qodef-header--vertical #qodef-page-outer,
.qodef-header--vertical #qodef-page-footer {
  padding-left: 360px;
}

/* ==========================================================================
   Header Vertical navigation style - begin
   ========================================================================== */
.qodef-header--vertical .qodef-header-vertical-navigation {
  margin-top: 11vh;
  margin-bottom: auto;
  z-index: 100;
  width: 100%;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
  position: relative;
  padding: 0;
  margin: 28px 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
  position: relative;
  display: block;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a span {
  padding-bottom: 2px;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 22px;
  height: auto;
  right: -20px;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
  transform: translateZ(0);
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner > ul > li {
  margin: 15px 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
  margin-right: 5px;
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
  display: none;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.25em;
  color: #fff;
  max-width: 120px;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover span {
  background-size: 100% calc(100% - 1px);
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner > ul {
  padding: 11px 0 7px;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul {
  padding-left: 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li {
  margin-bottom: 10px;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--qode-main-color);
  margin-bottom: 10px;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
  flex-shrink: 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 2px);
  background-size: 0 calc(100% - 2px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span {
  background-size: 100% calc(100% - 1px);
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span {
  background-size: 100% calc(100% - 2px);
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:last-of-type {
  margin-bottom: 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:last-of-type > a {
  margin-bottom: 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a span, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a span {
  background-size: 100% calc(100% - 1px);
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
  transform: rotate(0);
  transition: transform .3s ease;
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
  display: none;
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open > a .qodef-menu-item-arrow {
  transform: rotate(90deg);
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%;
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
  position: absolute;
  top: -23px;
  left: calc(100% + 40px);
  width: 254px;
  background-color: #fff;
  padding: 25px 20px;
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900;
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
  top: -25px;
  left: calc(100% + 20px);
  visibility: hidden;
  transition: all .2s ease;
}

/* ==========================================================================
   Header Vertical navigation style - end
   ========================================================================== */
/* ==========================================================================
   Fixed header styles
   ========================================================================== */
.qodef-header--fixed-display #qodef-top-area,
.qodef-header--fixed-display #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
  left: 30px;
  width: calc(100% - 60px);
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
  left: 30px;
  width: calc(100% - 60px);
}

.qodef-header--fixed-display.admin-bar #qodef-top-area,
.qodef-header--fixed-display.admin-bar #qodef-page-header {
  top: 32px;
}

/* ==========================================================================
# Sticky Header default style
========================================================================== */
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid var(--qode-main-color);
  transform: translateY(-100%);
  transition: transform 0.5s ease, top 0.5s ease;
  z-index: 100;
}

.qodef-header--sticky-display .qodef-header-sticky {
  transform: translateY(0%);
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px;
}

.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}

.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header-standard--left .qodef-header-sticky-inner {
  justify-content: flex-start;
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: 130px;
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
  margin-left: 20px;
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto !important;
}

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
  position: relative;
  background-color: #ebebeb;
  z-index: 101;
  /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
}

#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
}

#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
  margin: 0 auto;
}

#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

#qodef-top-area .qodef-widget-holder.qodef--left {
  margin-right: auto;
}

#qodef-top-area .qodef-widget-holder.qodef--right {
  margin-left: auto;
}

#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 12px;
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}

#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
}

#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
  display: none;
}

/* ==========================================================================
   Top area style - end
   ========================================================================== */
/* ==========================================================================
   Map styles
   ========================================================================== */
#qodef-multiple-map-notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: var(--qode-main-color);
  background-color: #ebebeb;
}

.qodef-map-marker-holder {
  transform: translate(-50%, -100%);
  z-index: 10;
}

.qodef-map-marker-holder.qodef-active {
  z-index: 500;
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
  fill: #3EBEB4;
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
  fill: #51A69E;
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
  display: block;
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
  fill: #3EBEB4;
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
  fill: #51A69E;
}

.qodef-map-marker-holder .qodef-map-marker {
  position: relative;
  width: 50px;
  height: auto;
  transition: all 0.15s ease-out;
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.qodef-map-marker-holder .qodef-map-marker svg {
  width: 100%;
  height: auto;
}

.qodef-map-marker-holder .qodef-map-marker svg path {
  transition: fill .2s ease-in-out;
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
  fill: #3EBEB4;
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
  fill: #51A69E;
}

.qodef-map-marker-holder .qodef-info-window {
  position: absolute;
  top: -10px;
  left: -17px;
  display: none;
  min-width: 284px;
  background-color: #fff;
  border: 1px solid var(--qode-main-color);
  border-radius: 4px;
  box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), 0.5);
  z-index: 10;
  transition: opacity 0.3s ease;
  transform: translate(0, -100%);
}

.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 35px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid var(--qode-main-color);
  border-left: 1px solid var(--qode-main-color);
  transform: rotate(-135deg);
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
  margin-right: 12px;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
  display: block;
  width: 65px;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
  margin: 0;
  transition: color .2s ease-out;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
  color: var(--qode-main-color);
}

/* cluster marker - begin */
.qodef-cluster-marker {
  width: 50px;
  height: auto;
}

.qodef-cluster-marker.qodef-active svg path:first-child, .qodef-cluster-marker:hover svg path:first-child {
  fill: #3EBEB4;
}

.qodef-cluster-marker.qodef-active svg path:last-child, .qodef-cluster-marker:hover svg path:last-child {
  fill: #51A69E;
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
  position: relative;
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: var(--qode-main-color);
}

.qodef-cluster-marker svg {
  width: 100%;
  height: auto;
}

.qodef-cluster-marker svg path {
  transition: fill .2s ease-in-out;
}

/* noUiSlider - begin */
.qodef-places-geo-radius {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 48px;
  display: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid var(--qode-main-color);
  z-index: 9999;
}

.qodef-places-geo-radius .qodef-range-slider-label {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: inline-flex;
  height: 3px;
  width: calc(100% - 70px);
  background-color: #eaeaea;
  border: 0;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}

.qodef-places-geo-radius .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
}

.qodef-places-geo-radius .noUi-target .noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
  transform-origin: 0 0;
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: var(--qode-main-color);
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: var(--qode-main-color);
  cursor: pointer;
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
  position: absolute;
  left: 50%;
  bottom: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
  content: ' km';
}

.qodef-places-geo-radius .noUi-state-drag * {
  cursor: inherit !important;
}

.qodef-places-geo-radius .noUi-draggable {
  cursor: ew-resize;
}

.qodef-places-geo-radius [disabled].noUi-target,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled] .noUi-handle {
  cursor: not-allowed !important;
}

#qodef-page-mobile-header {
  background-color: #fff;
}

#qodef-page-mobile-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
  margin: 0 0 0 12px;
}

#qodef-page-mobile-header .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
  margin: 0;
}

#qodef-page-mobile-header div[id^="monster-widget-placeholder"],
#qodef-page-mobile-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: var(--qode-main-color);
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
  opacity: 0;
  transition: opacity .35s ease-in-out;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon .qodef--open {
  visibility: hidden;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
  opacity: 1;
  top: -14px;
  left: 14px;
  visibility: visible;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef-source--predefined.qodef--opened .qodef-m-icon .qodef--open {
  visibility: visible;
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  transition: transform 0.3s ease, top 0.3s ease;
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  transform: translateY(0%);
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px;
}

.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0;
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%;
}

/* ==========================================================================
   Mobile Logo styles
   ========================================================================== */
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 36px;
  line-height: 1.111em;
  transition: color 0.2s ease-out;
}

@media only screen and (max-width: 680px) {
  #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-size: 31px;
  }
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
}

.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-mobile-header-navigation > ul > li {
  margin: 28px 0;
}

.qodef-mobile-header-navigation .sub-menu {
  padding: 11px 0 10px;
}

.qodef-mobile-header-navigation .sub-menu li {
  margin: 15px 0 10px;
}

.qodef-mobile-header-navigation .sub-menu li:last-of-type {
  margin-bottom: 0;
}

.qodef-mobile-header-navigation .sub-menu li:last-of-type > a {
  margin-bottom: 0;
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
  display: none;
}

/* ==========================================================================
   Mobile header layout styles
   ========================================================================== */
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto;
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
  margin-left: 20px;
}

.qodef-fullscreen-menu--opened {
  overflow-y: hidden;
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 1;
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
  opacity: 0;
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}

/* ==========================================================================
   Mobile Header layout styles
   ========================================================================== */
.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
  margin-left: 20px;
}

#qodef-side-area-mobile-header {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 60px;
  background-color: #ebebeb;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

#qodef-side-area-mobile-header .qodef-m-close {
  position: absolute;
  top: 26px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation {
  width: 100%;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
  display: none;
  transform: translateZ(0);
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
  position: absolute;
  top: -1px;
  right: 0;
  width: 22px;
  height: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: color 0.2s ease-out;
  transform: rotate(0);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
  color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-icon {
  flex-shrink: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a span, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a span, #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a span {
  background-size: 100% calc(100% - 1px);
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
  display: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
  cursor: default;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open > .qodef-menu-item-arrow {
  transform: rotate(90deg);
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
  margin-right: 5px;
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
  display: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25em;
  color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover span {
  background-size: 100% calc(100% - 1px);
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a span, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a span {
  background-size: 100% calc(100% - 1px);
}

#qodef-side-area-mobile-header .qodef-widget-holder {
  position: absolute;
  left: 60px;
  bottom: 20px;
  width: calc(100% - 2*60px);
  height: auto;
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
  margin: 0;
}

.admin-bar #qodef-side-area-mobile-header {
  top: 32px;
  height: calc(100vh - 32px);
}

#qodef-side-area-mobile-header.qodef--opened {
  right: 0;
  visibility: visible;
}

/* ==========================================================================
   Mobile Header layout styles
   ========================================================================== */
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto;
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit;
}

.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: -41px;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
  transform: translateY(15px);
  transition: opacity .25s ease, transform .4s ease;
}

.qodef-header-navigation ul li .qodef-drop-down-second > div > ul {
  border-color: transparent;
  transition: border-color .4s ease;
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transform: translateY(0);
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start > div > ul {
  border-color: var(--qode-main-color);
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
  display: block;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: #fff;
  border: 1px solid var(--qode-main-color);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid),
.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
  padding: 0 40px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
  display: flex;
  justify-content: space-between;
  padding: 37px 0 29px;
  margin: 0 -15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
  width: 100%;
  padding: 0 15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25em;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover span {
  background-size: 100% calc(100% - 1px);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
  display: none;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
  padding-top: 2px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--qode-main-color);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
  flex-shrink: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a span, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a span {
  background-size: 100% calc(100% - 1px);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a span, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a span {
  background-size: 100% calc(100% - 1px);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link > a span {
  background-image: none;
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
  padding: 0 40px;
}

/* ==========================================================================
   Opener icon styles
   ========================================================================== */
.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px;
}

.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit;
}

.qodef-opener-icon.qodef-source--icon-pack *:before {
  display: inline-block;
  line-height: inherit;
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}

.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 65px;
  height: 8px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  width: 100%;
  transition: top .15s ease, transform .3s ease;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition: transform .3s ease;
  transform: scaleX(1);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 0;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 6px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
  bottom: 0;
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line span {
  animation: qodef-line-animation .76s forwards ease-out;
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 span {
  animation-delay: .16s;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
  top: 3px;
  transform: rotate(45deg);
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
  top: 3px;
  transform: rotate(-45deg);
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line span {
  animation: qodef-line-animation .76s forwards ease-out;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-line.qodef--2 span {
  animation-delay: .16s;
}

.qodef-opener-icon.qodef-source--predefined .qodef--close {
  display: none;
}

.qodef-opener-icon.qodef-side-area-opener {
  transform: rotate(0);
  transition: transform .3s ease;
}

.qodef-opener-icon.qodef-side-area-opener .qodef-diamond {
  transform: scale(1);
  transform-origin: center;
  transition: transform .6s ease;
}

body.qodef-side-area-animate--in .qodef-opener-icon.qodef-side-area-opener {
  transform: rotate(-225deg);
  transition-duration: .9s;
}

body.qodef-side-area-animate--in .qodef-opener-icon.qodef-side-area-opener .qodef-diamond {
  transform: scale(0);
}

.qodef-opener-icon.qodef-side-area-opener:hover {
  transform: rotate(-90deg);
}

.qodef-opener-icon.qodef-side-area-opener:hover .qodef-diamond {
  transform: scale(0);
}

#qodef-side-area-close svg line {
  stroke-dasharray: 65px;
  stroke-dashoffset: 0;
  transition: all .6s ease;
}

#qodef-side-area-close svg line:first-of-type {
  transition-delay: .3s;
}

#qodef-side-area-close:hover svg line {
  stroke-dashoffset: 130px;
}

/* ==========================================================================
   #Parallax Background styles - start
   ========================================================================== */
.qodef-parallax {
  position: relative;
  /* set height for parallax item px, vh, % etc. */
  width: 100%;
  overflow: hidden;
}

.qodef-parallax.elementor-section {
  overflow: visible;
}

.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.qodef-parallax-img-holder {
  position: absolute;
  /* set values:
        top = -x%, 
        height = (100 + x)%
    */
  top: -50%;
  height: 150%;
  left: 0;
  width: 100%;
  opacity: 0;
}

.touchevents .qodef-parallax-img-holder,
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder {
  top: 0;
  height: 100%;
  opacity: 1;
}

.qodef-parallax-content-holder {
  position: relative;
  z-index: 99;
}

.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}

.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.touchevents .qodef-parallax-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
  height: 100%;
}

/* ==========================================================================
   #Parallax Background styles - end
   ========================================================================== */
/* ==========================================================================
   Contact Form 7 widget styles
   ========================================================================== */
.qodef-contact-form-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-contact-form-7 .ajax-loader {
  display: none;
}

.qodef-contact-form-7 .wpcf7-response-output {
  border-width: 1px !important;
  margin: 2em 0 0 0 !important;
  padding: 1em 1.5em !important;
}

.qodef-contact-form-7 .wpcf7-form {
  position: relative;
}

.qodef-contact-form-7 .wpcf7-form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: '';
  visibility: hidden;
  z-index: 98;
}

.qodef-contact-form-7 .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  border-top: 2px solid var(--qode-main-color);
  content: '';
  height: 24px;
  left: calc(50% - 12px);
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  visibility: hidden;
  width: 24px;
  z-index: 99;
}

.qodef-contact-form-7 .wpcf7-form.submitting > * {
  opacity: 0.3;
}

.qodef-contact-form-7 .wpcf7-form.submitting:before, .qodef-contact-form-7 .wpcf7-form.submitting:after {
  visibility: visible;
}

.qodef-contact-form-7 .wpcf7 form.invalid .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f00;
}

.qodef-contact-form-simple input, .qodef-contact-form-simple select, .qodef-contact-form-simple textarea {
  margin-bottom: 0;
}

.qodef-contact-form-simple span:not(:first-of-type) input, .qodef-contact-form-simple span:not(:first-of-type) select, .qodef-contact-form-simple span:not(:first-of-type) textarea {
  margin-top: -1px;
}

.qodef-contact-form-simple textarea {
  min-height: 230px;
}

.qodef-contact-form-simple .wpcf7-not-valid-tip {
  margin-bottom: .5em;
}

.qodef-contact-form-simple button {
  display: block;
  margin: 20px auto 0;
  padding-top: 17px;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
}

.qodef-instagram-list #sb_instagram #sbi_images {
  padding: 0 !important;
}

.qodef-instagram-list .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
  opacity: 1 !important;
}

.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #010101;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  opacity: 0;
  position: absolute;
  top: 19px;
  right: 10px;
  transform: translateY(3px);
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  transform: translateY(0);
  opacity: 1;
}

.qodef-instagram-list .sbi_photo_wrap a img {
  display: inline-block !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 30px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 40px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 50px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--big #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 70px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 80px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--enormous #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 100px 0 0 !important;
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  visibility: hidden;
  z-index: 1;
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
  width: 100%;
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -5px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
  padding: 0 5px !important;
  margin: 0 0 10px !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -10px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
  padding: 0 10px !important;
  margin: 0 0 20px !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -15px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
  padding: 0 15px !important;
  margin: 0 0 30px !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -20px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
  padding: 0 20px !important;
  margin: 0 0 40px !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -25px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
  padding: 0 25px !important;
  margin: 0 0 50px !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--big.qodef--no-bottom-space {
  margin-bottom: -70px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--big #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -35px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--big #sb_instagram #sbi_images > .sbi_item {
  padding: 0 35px !important;
  margin: 0 0 70px !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -40px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
  padding: 0 40px !important;
  margin: 0 0 80px !important;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef--no-bottom-space {
  margin-bottom: -100px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images {
  float: none;
  width: auto;
  margin: 0 -50px;
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images > .sbi_item {
  padding: 0 50px !important;
  margin: 0 0 100px !important;
}

@media (max-width: 800px) {
  .qodef-instagram-list.qodef-layout--columns #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
    width: 33.33%;
  }
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .button {
  margin-top: 20px !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart static style start
   ========================================================================== */
.widget_shopping_cart,
.widget_lyndon_core_woo_dropdown_cart {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_lyndon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.widget_shopping_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_lyndon_core_woo_dropdown_cart > .widgettitle,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-opener {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25em;
}

.widget_shopping_cart > .widgettitle span,
.widget_shopping_cart .qodef-m-opener span,
.widget_lyndon_core_woo_dropdown_cart > .widgettitle span,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-opener span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.widget_shopping_cart .qodef-m-opener-count,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-opener-count {
  margin-left: 4px;
}

.widget_shopping_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_lyndon_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_lyndon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
  border-width: 1px;
  border-style: solid;
  display: block;
  padding: 30px 0;
  text-align: left;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

header .widget_shopping_cart .widget_shopping_cart_content, header
.widget_shopping_cart .qodef-widget-dropdown-cart-content, header
.widget_lyndon_core_woo_dropdown_cart .widget_shopping_cart_content, header
.widget_lyndon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
  left: auto;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden !important;
  width: 360px;
}

.touchevents header .widget_shopping_cart .widget_shopping_cart_content, .touchevents header
.widget_shopping_cart .qodef-widget-dropdown-cart-content, .touchevents header
.widget_lyndon_core_woo_dropdown_cart .widget_shopping_cart_content, .touchevents header
.widget_lyndon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
  display: none;
}

.widget_shopping_cart .widget_shopping_cart_content > *,
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_lyndon_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_lyndon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > * {
  padding: 0 30px !important;
}

.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_lyndon_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_lyndon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI {
  display: none !important;
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
  margin: 0 0 20px 0;
  position: relative;
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type {
  margin: 0;
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img {
  margin: 0 23px 0 0;
  width: 130px;
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation {
  display: none;
}

.widget_shopping_cart .woocommerce-mini-cart-item img,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
  float: left;
  vertical-align: top;
}

.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.143em;
  display: block;
}

@media only screen and (max-width: 680px) {
  .widget_shopping_cart .woocommerce-mini-cart-item a,
  .widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    font-size: 26px;
  }
}

.widget_shopping_cart .woocommerce-mini-cart-item:after,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
  clear: both;
  content: '';
  display: table;
}

.widget_shopping_cart .qodef-woo-mini-cart,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart {
  max-height: 50vh;
  overflow: hidden;
  position: relative;
}

.widget_shopping_cart .qodef-woo-mini-cart-item,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart-item {
  display: flex;
}

.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image {
  flex-shrink: 0;
}

.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-image a {
  display: block;
}

.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-content {
  padding: 0 20px 0 0;
  width: 100%;
}

.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-title {
  margin: 0;
}

.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-price {
  margin: 0;
}

.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart-item .qodef-e-quantity {
  margin: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-order-details {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-order-details strong {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.136em;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-action a {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: var(--qode-main-color);
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 16px 40px;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  position: relative;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:after,
.widget_shopping_cart .qodef-m-action a:after,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:after,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-action a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .1s ease-in-out;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover:after,
.widget_shopping_cart .qodef-m-action a:hover:after,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover:after,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-action a:hover:after {
  transform: scaleY(1);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-action a:hover {
  border-color: var(--qode-main-color);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
  flex-direction: column;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
  width: 100% !important;
  justify-content: center;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-top: 5px;
}

header .widget_shopping_cart:hover .widget_shopping_cart_content, header
.widget_shopping_cart:hover .qodef-widget-dropdown-cart-content, header
.widget_lyndon_core_woo_dropdown_cart:hover .widget_shopping_cart_content, header
.widget_lyndon_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart variable style start
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget_shopping_cart,
.widget_lyndon_core_woo_dropdown_cart {
  color: var(--qode-main-color);
}

.widget_shopping_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_lyndon_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_lyndon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
  background-color: #ffffff;
  border-color: var(--qode-main-color);
}

.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: var(--qode-main-color);
}

.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: var(--qode-main-color);
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
  text-transform: uppercase;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: var(--qode-main-color);
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: var(--qode-main-color);
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
  color: var(--qode-main-color);
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover {
  color: var(--qode-main-color);
}

.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_lyndon_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_lyndon_core_woo_dropdown_cart .qodef-m-order-details strong {
  color: var(--qode-main-color);
}

#qodef-top-area .widget_shopping_cart, #qodef-top-area
.widget_lyndon_core_woo_dropdown_cart {
  color: #fff;
}

#qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title, #qodef-top-area
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
  text-transform: uppercase;
}

#qodef-page-sidebar .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title, #qodef-page-sidebar
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
  text-transform: uppercase;
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title, #qodef-page-footer
.widget_lyndon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title {
  text-transform: uppercase;
}

/* ==========================================================================
   WooCommerce Side Area Cart styles
   ========================================================================== */
.widget_lyndon_core_woo_side_area_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-title {
  position: absolute;
  top: 38px;
  padding-left: 38px;
  margin: 0;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25em;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-count {
  margin-left: 4px;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
  position: fixed;
  top: 0;
  right: -425px;
  height: 100vh;
  width: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 146px 0 136px;
  background-color: #fff;
  border-left: 1px solid var(--qode-main-color);
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.admin-bar .widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
  top: 32px;
  height: calc(100vh - 32px);
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  font-size: 34px;
  z-index: 1000;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
  padding: 0 38px;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 0 38px 40px;
  border-bottom: 1px solid var(--qode-main-color);
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
  margin-top: 0;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
  flex-shrink: 0;
  width: 130px;
  margin-right: 23px;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a, .widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
  display: block;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
  width: 100%;
  padding-right: 20px;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
  margin: 0;
  text-transform: uppercase;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
  margin: 3px 0 0;
  font-size: 13px;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
  margin: 3px 0 0;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
  position: absolute;
  top: 0;
  right: 38px;
  font-size: 20px;
  line-height: 1;
  z-index: 5;
  background: none;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 38px;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details > * {
  margin: 0;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 38px;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: var(--qode-main-color);
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  position: relative;
  padding: 17px 20px 19px;
  width: 100%;
  justify-content: center;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .1s ease-in-out;
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover:after {
  transform: scaleY(1);
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
  border-color: var(--qode-main-color);
}

.widget_lyndon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
  right: 0;
  visibility: visible;
}

.qodef-woo-side-area-cart-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 425px);
  height: 100vh;
  overflow: hidden;
  z-index: 1002;
}

/* Clients list shortcode style - start */
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity .15s ease-out;
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity .15s ease-out;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
  opacity: 0;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
  opacity: 1;
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-image a {
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-logo {
  width: auto;
  opacity: 1;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0);
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e .qodef-e-hover-logo {
  display: none;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move-up .qodef-e:hover .qodef-e-logo {
  transform: translateY(-10px);
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
  width: auto;
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
  display: none;
}

/* Clients list shortcode style - end */
/* ==========================================================================
   Portfolio Single styles
   ========================================================================== */
.qodef-portfolio-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-portfolio-single .qodef-media iframe {
  max-height: calc(56.25vw);
}

.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.qodef-portfolio-single .qodef-portfolio-content p {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: var(--qode-main-color);
}

.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-direction: row;
}

.qodef-portfolio-single .qodef-portfolio-info > *:last-child {
  margin-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 19px;
  margin: 0 15px 0 0;
}

.qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a {
  margin: 0;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e:not(.qodef-info--social-share) a {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 2px);
  background-size: 0 calc(100% - 2px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-bottom: 2px;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e:not(.qodef-info--social-share) a:hover {
  background-size: 100% calc(100% - 2px);
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share .qodef-social-title {
  display: block;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share .qodef-shortcode-list li:last-child {
  margin-right: 0;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share .qodef-shortcode-list li a {
  font-size: 13px;
  line-height: 35px;
  color: var(--qode-main-color);
}

.qodef-portfolio-single .qodef-variations--small .qodef-media {
  margin-right: 0;
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
  margin-top: 44px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
  transform: translateY(-10px);
  margin: 0 0 10px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--6:nth-child(2) .qodef-portfolio-title {
  padding-left: 55px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--6:nth-child(2) .qodef-portfolio-title {
    padding-left: 0;
  }
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--6:nth-child(2) .qodef-portfolio-content {
  padding-left: 55px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--6:nth-child(2) .qodef-portfolio-content {
    padding-left: 0;
  }
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--6:nth-child(2) .qodef-portfolio-info {
  padding-left: 55px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--6:nth-child(2) .qodef-portfolio-info {
    padding-left: 0;
  }
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--4 .qodef-portfolio-title {
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--4 .qodef-portfolio-title {
    padding-left: 0;
  }
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--4 .qodef-portfolio-content {
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--4 .qodef-portfolio-content {
    padding-left: 0;
  }
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--4 .qodef-portfolio-info {
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-e-content .qodef-grid-item.qodef-col--4 .qodef-portfolio-info {
    padding-left: 0;
  }
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
  margin-top: 50px;
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-portfolio-content {
  margin-right: 13%;
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
  margin-top: 80px;
}

.single-portfolio-item #qodef-page-inner {
  padding-bottom: 0;
}

/* ==========================================================================
   Boxed Portfolio Slider shortcode styles
   ========================================================================== */
.qodef-boxed-portfolio-slider .qodef-swiper-container {
  overflow: unset;
}

.qodef-boxed-portfolio-slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.qodef-boxed-portfolio-slider article {
  border: 1px solid var(--qode-main-color);
  border-left: none;
  border-top: none;
  height: auto;
  display: flex;
}

.qodef-boxed-portfolio-slider article .item-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-image {
  display: inline-flex;
  width: 63.5%;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-image .qodef-e-media-image {
  width: 100%;
  margin: 0 auto;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-image .qodef-e-media-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-boxed-portfolio-slider article .item-holder.swiper-slide-active .qodef-e-media-image, .qodef-boxed-portfolio-slider article .item-holder.swiper-slide-duplicate-active .qodef-e-media-image {
  width: 100%;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content {
  display: inline-flex;
  width: 36.5%;
  margin: 0;
  border-left: 1px solid var(--qode-main-color);
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 9vw 70px 60px;
  overflow: hidden;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder .qodef-e-category a {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder .qodef-e-category a:hover {
  color: inherit;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-title {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-weight: 500;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-excerpt-holder {
  margin-top: 5px;
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(0.18, 0.79, 0.48, 0.99), height 0.3s ease;
  overflow: hidden;
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-excerpt-holder .qodef-e-excerpt {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin: 12px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.18, 0.79, 0.48, 0.99);
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content:hover .qodef-e-excerpt-holder {
  transform: translateY(0%);
}

.qodef-boxed-portfolio-slider article .item-holder .qodef-e-content:hover .qodef-e-excerpt-holder .qodef-e-excerpt {
  visibility: visible;
  opacity: 1;
}

.qodef-boxed-portfolio-slider .qodef-grid .qodef-grid-item {
  display: flex;
}

.qodef-boxed-portfolio-slider .qodef-grid .qodef-grid-item .qodef-e-inner {
  width: 100%;
}

.qodef-boxed-portfolio-slider .qodef-e-image * {
  height: 100%;
}

.qodef-boxed-portfolio-slider .qodef-e-content .qodef-e-title {
  margin: 0;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom {
  display: flex;
  width: 100%;
  padding: 91px 12% 125px;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom .qodef-m-bottom-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom .qodef-m-bottom-button .swiper-button-next {
  position: relative;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom .qodef-m-bottom-button .swiper-button-next span {
  display: inline-block;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom .qodef-m-bottom-button .swiper-button-next span.button-text {
  margin: 0 10px 0 0;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom .swiper-wrapper {
  width: 100%;
  justify-content: flex-end;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom .swiper-wrapper .swiper-pagination {
  display: none;
}

.qodef-boxed-portfolio-slider .qodef-m-bottom .qodef-m-label {
  display: block;
}

/* ==========================================================================
   Portfolio Category List shortcode style - begin
   ========================================================================== */
.qodef-portfolio-category-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-portfolio-category-list .qodef-e-image img {
  display: block;
}

.qodef-portfolio-category-list .qodef-e-content a {
  position: relative;
  z-index: 1;
}

.qodef-portfolio-category-list .qodef-e-title {
  margin: 0;
}

.qodef-portfolio-category-list .qodef-e-description {
  margin: 9px 0 0;
}

.qodef-portfolio-category-list .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Portfolio Category List shortcode variation style - begin
   ========================================================================== */
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
  opacity: 1;
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 31px 40px;
  background-color: rgba(var(--qode-main-color), 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description {
  color: #fff;
}

/* ==========================================================================
   Portfolio Category List shortcode variation style - begin
   ========================================================================== */
.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
  margin-top: 28px;
}

/* ==========================================================================
   Portfolio exhibition shortcode styles
   ========================================================================== */
.qodef-portfolio-exhibition {
  position: relative;
  margin: 0;
  padding: 0;
}

.qodef-portfolio-exhibition .qodef-e-info-top {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 22px;
  line-height: 1.136em;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: var(--qode-main-color);
  display: flex;
}

.qodef-portfolio-exhibition .qodef-e-info-category {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-weight: 500;
}

.qodef-portfolio-exhibition .qodef-e-info-category .qodef-e-category:after {
  content: ', ';
  color: var(--qode-main-color);
}

.qodef-portfolio-exhibition .qodef-e-info-category .qodef-e-category:last-child:after {
  content: '';
}

.qodef-portfolio-exhibition .qodef-e-title {
  font-weight: 500;
  margin: 0 0 9px 0;
}

.qodef-portfolio-exhibition .qodef-e-read-more {
  margin-top: 22px;
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-portfolio-exhibition .qodef-slides-info-holder {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  width: 42.857%;
  height: 100vh;
  display: flex;
  padding: 0;
  overflow: visible;
  align-items: center;
}

.qodef-portfolio-exhibition .qodef-slides-info-holder article {
  position: absolute;
  left: 0;
  width: 100%;
  transition: opacity 0.2s ease-out;
}

.qodef-portfolio-exhibition .qodef-slides-info-holder article .qodef-e-info-top,
.qodef-portfolio-exhibition .qodef-slides-info-holder article .qodef-e-title,
.qodef-portfolio-exhibition .qodef-slides-info-holder article .qodef-e-read-more {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.qodef-portfolio-exhibition .qodef-slides-info-holder article.qodef-in-view {
  z-index: 1;
}

.qodef-portfolio-exhibition .qodef-slides-info-holder article.qodef-in-view .qodef-e-info-top,
.qodef-portfolio-exhibition .qodef-slides-info-holder article.qodef-in-view .qodef-e-title,
.qodef-portfolio-exhibition .qodef-slides-info-holder article.qodef-in-view .qodef-e-read-more {
  opacity: 1;
}

.qodef-portfolio-exhibition .qodef-slides-info-holder .qodef-e-info-holder {
  position: relative;
  padding-left: 32px;
}

.qodef-portfolio-exhibition .qodef-slides-main-holder {
  padding-right: 42.857%;
  padding-top: 60px;
}

.qodef-portfolio-exhibition .qodef-slides-main-holder article {
  position: relative;
  margin-bottom: 50px;
}

.qodef-portfolio-exhibition .qodef-slides-main-holder article .qodef-e-media-image {
  position: relative;
  z-index: 1;
}

.qodef-portfolio-exhibition .qodef-slides-main-holder article .qodef-e-media-image img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: clip-path;
}

.qodef-portfolio-exhibition .qodef-slides-main-holder article.qodef--appeared .qodef-e-media-image img {
  -webkit-clip-path: inset(0 0 0 0) !important;
          clip-path: inset(0 0 0 0) !important;
}

.qodef-portfolio-exhibition .qodef-slides-main-holder .qodef-e-info-holder {
  display: none;
}

.qodef-portfolio-exhibition .qodef-slides-main-holder .qodef-e-image-holder {
  position: relative;
}

/* ==========================================================================
   Portfolio List shortcode styles
   ========================================================================== */
.qodef-portfolio-list .qodef-e-inner {
  position: relative;
}

.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media,
.qodef-portfolio-list .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-portfolio-list .qodef-e-media > * {
  margin-bottom: 30px;
}

.qodef-portfolio-list .qodef-e-media iframe {
  display: block;
  height: 100%;
}

.qodef-portfolio-list .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.qodef-portfolio-list .qodef-e-media-image a, .qodef-portfolio-list .qodef-e-media-image img {
  display: block;
  width: 100%;
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-portfolio-list .qodef-e-media-image.qodef--background img {
  visibility: hidden;
}

.qodef-portfolio-list .qodef-e-title {
  margin: 0;
}

.qodef-portfolio-list .qodef-e-excerpt {
  margin: 15px 0 0;
}

.qodef-portfolio-list .qodef-e-read-more {
  margin: 15px 0 0;
}

.qodef-portfolio-list .qodef-e-top-holder {
  margin-bottom: 2px;
}

.qodef-portfolio-list .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-portfolio-list .qodef-m-pagination {
  margin-top: 35px;
}

.qodef-portfolio-list.qodef-gutter--enormous .qodef-m-pagination {
  margin-top: 0;
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.qodef-portfolio-list.qodef-items--fixed.qodef-item-border--yes .qodef-e-image {
  height: auto;
  overflow: initial;
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
  width: auto;
}

.qodef-portfolio-list.qodef-auto-width-slider .swiper-slide {
  width: auto;
}

.qodef-portfolio-list.qodef-swiper--initialized.qodef-navigation--below {
  padding-bottom: 40px;
}

.qodef-portfolio-list.qodef-swiper--initialized.qodef-navigation--below .swiper-button-prev,
.qodef-portfolio-list.qodef-swiper--initialized.qodef-navigation--below .swiper-button-next {
  top: auto;
  bottom: 0;
  right: auto !important;
  transform: none;
}

.qodef-portfolio-list.qodef-swiper--initialized.qodef-navigation--below .swiper-button-prev svg,
.qodef-portfolio-list.qodef-swiper--initialized.qodef-navigation--below .swiper-button-next svg {
  pointer-events: none;
}

.qodef-portfolio-list.qodef-swiper--initialized.qodef-navigation--below .swiper-button-prev {
  left: 0 !important;
}

.qodef-portfolio-list.qodef-swiper--initialized.qodef-navigation--below .swiper-button-next {
  left: 48px !important;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider {
  margin: 0 !important;
  height: auto;
  overflow: hidden;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider .scroll-content {
  height: 100%;
}

.admin-bar .qodef-portfolio-list.qodef-layout--horizontal_slider {
  height: auto;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider article .qodef-e-content-holder {
  opacity: 0;
  transform: translateX(30px) skewX(3deg) scaleX(1.2);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.35, 0.18, 0.07, 1.04) 0.2s, opacity 0.3s ease-out 0.2s;
  will-change: transform;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider article.qodef--appear .qodef-e-content-holder {
  opacity: 1;
  transform: translateX(0) skewX(0) scaleX(1);
}

.qodef-portfolio-list.qodef-layout--horizontal_slider article .qodef-e-inner {
  height: 100%;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider .qodef-items-holder {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.2, 0.84, 0.5, 1);
}

.qodef-portfolio-list.qodef-layout--horizontal_slider .qodef-items-holder .qodef-items-holder-inner {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider .scrollbar-track {
  display: none !important;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider .scroll-content article {
  opacity: 1;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider article {
  position: relative;
  flex: 0 0 auto;
  margin-left: 30px;
  width: auto;
  opacity: 0;
}

.qodef-portfolio-list.qodef-layout--horizontal_slider article:first-child {
  margin-left: 0;
}

.qodef-portfolio-list.qodef-item-border--yes .qodef-grid-inner {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-border--yes .qodef-grid-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-border--yes .qodef-grid-inner:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
}

.qodef-portfolio-list.qodef-item-border--yes .qodef-grid-inner article {
  color: inherit;
  position: relative;
}

.qodef-portfolio-list.qodef-item-border--yes .qodef-grid-inner article:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  z-index: 11;
}

.qodef-portfolio-list.qodef-item-border--yes .qodef-grid-inner article:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  z-index: 11;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--1 article:after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--2 article:nth-child(2n):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--3 article:nth-child(3n):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--4 article:nth-child(4n):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--5 article:nth-child(5n):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--6 article:nth-child(6n):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--1 article:after {
  opacity: 1;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--2 article:nth-child(2n):after {
  opacity: 1;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--3 article:nth-child(3n):after {
  opacity: 1;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:nth-child(4n):after {
  opacity: 1;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:nth-of-type(3):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:nth-of-type(8):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:nth-of-type(10):after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--5 article:nth-child(5n):after {
  opacity: 1;
}

.qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--6 article:nth-child(6n):after {
  opacity: 1;
}

.qodef-portfolio-list.qodef-appear-animation--yes .qodef-e .qodef-e-inner {
  transform: translateY(45px);
  opacity: 0;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.34, 0.52, 0.57, 1.04), opacity 0.3s ease;
}

.qodef-portfolio-list.qodef-appear-animation--yes .qodef-e.qodef--appeared .qodef-e-inner,
.elementor-editor-active .qodef-portfolio-list.qodef-appear-animation--yes .qodef-e .qodef-e-inner {
  opacity: 1;
  transform: translateY(0);
}

.qodef-portfolio-list.qodef-appear-animation--yes .qodef-e:nth-of-type(3n-2) .qodef-e-inner {
  transition-delay: .16s;
}

.qodef-portfolio-list.qodef-appear-animation--yes .qodef-e:nth-of-type(3n-1) .qodef-e-inner {
  transition-delay: .32s;
}

.qodef-portfolio-list.qodef-appear-animation--yes .qodef-e:nth-of-type(3n) .qodef-e-inner {
  transition-delay: .48s;
}

.qodef-portfolio-list.qodef-glow--no .qodef-e-gradient-holder {
  display: none;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--image-on-hover {
  margin: 0;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article {
  display: flex;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-inner {
  position: relative;
  display: grid;
  grid-template-areas: "overlap";
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-media-image {
  position: relative;
  grid-area: overlap;
  width: auto;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.57, 0.57, 0, 0.97);
  transition: clip-path 0.6s cubic-bezier(0.57, 0.57, 0, 0.97);
  transition: clip-path 0.6s cubic-bezier(0.57, 0.57, 0, 0.97), -webkit-clip-path 0.6s cubic-bezier(0.57, 0.57, 0, 0.97);
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article:hover .qodef-e-media-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article:hover .qodef-e-content {
  opacity: 0;
  transition: opacity .25s ease;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 60px 50px;
  background-color: rgba(var(--qode-main-color), 0.12);
  opacity: 1;
  transition: opacity .35s ease-in .15s;
  grid-area: overlap;
  width: auto;
  z-index: 2;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-content .qodef-e-top-holder {
  margin-bottom: 1px;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-content a {
  position: relative;
  z-index: 3;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-title {
  font-weight: 500;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-title a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-info {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  flex-wrap: wrap;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-read-more {
  margin: 12px 0 0;
}

.qodef-portfolio-list.qodef-item-layout--image-on-hover article .qodef-e-post-link {
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .qodef-portfolio-list.qodef-item-layout--image-on-hover:not(.qodef-col-num--1) .qodef-e-content {
    padding: 20px 20px 60px 30px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--image-on-hover:not(.qodef-col-num--1) .qodef-e-content {
    padding: 20px 7% 60px 7%;
  }
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin-top: 6px;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-text p {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-image {
  position: relative;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-image .qodef-e-media-image {
  overflow: hidden;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-image .qodef-e-media-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(0.18, 0.79, 0.48, 0.99);
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image:after {
  transform: translateY(0%);
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
  display: none;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
  color: #fff;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info > * {
  color: #fff;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
  z-index: 2;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef--enabled-info-follow-bg article .qodef-e-inner {
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.55s ease;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef--enabled-info-follow-bg article .qodef-e-inner:hover {
  background-color: #fff;
}

.qodef-e-content-follow {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}

.qodef-e-content-follow.qodef-right {
  text-align: right;
  transform: translateX(-100%);
}

.qodef-e-content-follow .qodef-e-title {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin: 0;
}

.qodef-e-content-follow .qodef-e-title a {
  color: inherit;
}

.qodef-e-content-follow .qodef-e-info > * {
  color: #fff;
}

.qodef-e-content-follow .qodef-e-top-holder,
.qodef-e-content-follow .qodef-e-text {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all .2s ease-out;
  white-space: nowrap;
}

.qodef-e-content-follow .qodef-e-top-holder > *,
.qodef-e-content-follow .qodef-e-text > * {
  display: inline-block;
  background-color: var(--qode-main-color);
  z-index: 10;
}

.qodef-e-content-follow .qodef-e-top-holder {
  margin-bottom: 1px;
}

.qodef-e-content-follow .qodef-e-top-holder > * {
  padding: 0 19px 3px 14px;
}

.qodef-e-content-follow .qodef-e-text > * {
  padding: 5px 19px 7px 14px;
}

.qodef-e-content-follow.qodef-is-active {
  visibility: visible;
}

.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder,
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text {
  transition-delay: .2s;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover {
  margin: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 43px 46px;
  background-color: rgba(var(--qode-main-color), 0.12);
}

@media only screen and (max-width: 480px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    padding: 5% 7%;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content .qodef-e-top-holder {
  margin-bottom: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
  position: relative;
  z-index: 3;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content .qodef-e-top-holder, .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content .qodef-e-title {
  transform: translateY(30px);
  opacity: 0;
  transition: 0s;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
  font-weight: 500;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
  z-index: 2;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article:hover .qodef-e-content .qodef-e-top-holder,
.qodef-portfolio-list.qodef-item-layout--info-on-hover article:hover .qodef-e-content .qodef-e-title {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.55s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.45s ease-out;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article:hover .qodef-e-content .qodef-e-title {
  transition-delay: .2s;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
    opacity: 0;
  }
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-image {
  margin: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(var(--qode-main-color), 0.12);
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
  position: relative;
  z-index: 3;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
  color: var(--qode-main-color);
  font-weight: 500;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info > * {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
  z-index: 2;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-overlay {
  margin: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 45px 40px;
  background-color: rgba(var(--qode-main-color), 0.12);
}

@media only screen and (max-width: 1280px) {
  .qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-content {
    padding: 20px 20px 45px 45px;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-content .qodef-e-top-holder {
  margin-bottom: 1px;
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-content a {
  position: relative;
  z-index: 3;
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-title {
  font-weight: 500;
  width: 55%;
}

@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-title {
    width: 100%;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-title a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-info {
  display: inline-flex;
  vertical-align: middle;
  color: var(--qode-main-color);
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-read-more {
  margin: 11px 0 0;
}

.qodef-portfolio-list.qodef-item-layout--info-overlay article .qodef-e-post-link {
  z-index: 2;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e-inner {
  overflow: hidden;
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e-content {
  overflow: hidden;
  transition: opacity 0.3s ease;
  z-index: 9;
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-top-holder, .qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title, .qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-read-more {
  transform: translateY(20px);
  opacity: 0;
  transition: 0s;
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-inner:after {
  opacity: 1;
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
  transform: translateY(0);
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-top-holder,
.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title,
.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-read-more {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.55s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.45s ease-out;
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title {
  transition-delay: .19s;
}

.qodef-item-layout--info-overlay.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-read-more {
  transition-delay: .22s;
}

/* ==========================================================================
   Portfolio Project Info shortcode style - begin
   ========================================================================== */
.qodef-portfolio-project-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.qodef-portfolio-project-info .qodef-e-label {
  margin: 0 0 5px 0;
}

.qodef-portfolio-project-info p, .qodef-portfolio-project-info a {
  margin: 0;
}

/* ==========================================================================
   Portfolio Project Info shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Related Portfolio Single Items styles
   ========================================================================== */
#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 95px;
}

@media only screen and (max-width: 1024px) {
  #qodef-portfolio-single-related-items {
    margin-top: 94px;
  }
}

#qodef-portfolio-single-related-items .related-portfolio-title {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 55px;
  line-height: 1em;
  letter-spacing: -.01em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0 51px 0;
}

@media only screen and (max-width: 680px) {
  #qodef-portfolio-single-related-items .related-portfolio-title {
    font-size: 41px;
  }
}

#qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-grid-inner {
  border-top: 1px solid var(--qode-main-color);
}

#qodef-portfolio-single-related-items .qodef-portfolio-list article {
  margin: 0;
  padding: 0;
  border-right: 1px solid var(--qode-main-color);
  height: 600px;
}

@media only screen and (max-width: 1280px) {
  #qodef-portfolio-single-related-items .qodef-portfolio-list article {
    height: 481px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-portfolio-single-related-items .qodef-portfolio-list article {
    height: 321px;
  }
}

#qodef-portfolio-single-related-items .qodef-portfolio-list article .qodef-e-media-image.qodef--background img {
  height: 600px;
}

@media only screen and (max-width: 1280px) {
  #qodef-portfolio-single-related-items .qodef-portfolio-list article .qodef-e-media-image.qodef--background img {
    height: 480px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-portfolio-single-related-items .qodef-portfolio-list article .qodef-e-media-image.qodef--background img {
    height: 320px;
  }
}

#qodef-portfolio-single-related-items .qodef-portfolio-list article .qodef-e-content {
  padding: 20px 40px 50px 50px;
}

#qodef-portfolio-single-related-items .qodef-portfolio-list article:last-child {
  border-right: 0;
}

@media only screen and (max-width: 1024px) {
  #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-grid-item {
    border-bottom: 1px solid var(--qode-main-color);
  }
  #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-grid-item:nth-child(2) {
    border-right: 0;
  }
  #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-grid-item:nth-child(3), #qodef-portfolio-single-related-items .qodef-portfolio-list .qodef-grid-item:nth-child(4) {
    border-bottom: 0;
  }
  #qodef-portfolio-single-related-items .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  #qodef-portfolio-single-related-items .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: initial;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-portfolio-single-related-items .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
    border-right: 0;
  }
  #qodef-portfolio-single-related-items .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    border-bottom: 1px solid var(--qode-main-color);
  }
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 80px 0 3px;
}

@media only screen and (max-width: 1024px) {
  #qodef-single-portfolio-navigation {
    margin: 86px 0 3px;
  }
}

#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder {
  display: flex;
  width: calc(100% / 3);
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(1) {
  justify-content: flex-start;
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(2) {
  justify-content: center;
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(3) {
  justify-content: flex-end;
}

#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--qode-main-color);
}

#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-icon {
  position: relative;
  width: 40px;
  height: 30px;
  fill: none;
  stroke: currentColor;
}

#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-icon-holder {
  transform: translateX(0);
  transition: transform .25s ease;
  display: flex;
}

#qodef-single-portfolio-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
  transform: rotate(180deg);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon-holder {
  margin-right: 20px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-icon-holder {
  transform: translateX(-5px);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon-holder {
  margin-left: 20px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-icon-holder {
  transform: translateX(5px);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  width: 30px;
  height: 30px;
  transform: rotate(0);
  transition: transform .25s ease;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-svg--back {
  fill: currentColor;
  stroke: none;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-svg--back.qodef-m-nav-icon {
  width: 30px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
  transform: rotate(45deg);
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: var(--qode-main-color);
}

@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav-label {
    display: none;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 40px;
  float: none;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content {
  margin-top: 10px;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content {
  margin-right: 13%;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content {
    margin-right: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 40px;
  float: none;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
  margin-bottom: 0;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
  transform: translateY(-10px);
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
  margin-top: 44px;
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-role {
  margin: 0;
}

.qodef-team-list .qodef-e-title {
  margin: 5px 0 13px;
}

.qodef-team-list .qodef-team-member-social-icons {
  margin: 0;
}

.qodef-team-list .qodef-team-member-social-icons .qodef-team-member-social-icon {
  margin-right: 9px;
  font-size: 15px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0);
  display: inline-block;
}

.qodef-team-list .qodef-team-member-social-icons .qodef-team-member-social-icon:hover {
  transform: translateY(-5px);
}

.qodef-team-list .qodef-e-image {
  position: relative;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 20px 0 0;
}

@media only screen and (max-width: 1024px) {
  .qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin-bottom: 24px;
  }
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list {
  text-align: center;
  padding: 0 calc(11vw - 60px);
}

@media only screen and (max-width: 768px) {
  .qodef-testimonials-list {
    padding: 0;
  }
}

.qodef-testimonials-list-holder {
  padding: 0 60px;
}

.qodef-testimonials-list-holder .qodef-svg--quote {
  transform: scale(0.8, -1);
  margin-bottom: 46px;
}

.qodef-testimonials-list-holder .swiper-slide {
  opacity: 0;
  transition: opacity .2s ease;
}

.qodef-testimonials-list-holder .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.qodef-testimonials-list-holder .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}

.qodef-testimonials-list-holder .qodef-e-media-image img {
  width: auto;
}

.qodef-testimonials-list-holder .qodef-e-title {
  margin: 0 0 25px;
}

.qodef-testimonials-list-holder .qodef-e-text {
  margin: 0 0 20px;
}

.qodef-testimonials-list-holder .qodef-e-content h1, .qodef-testimonials-list-holder .qodef-e-content h2, .qodef-testimonials-list-holder .qodef-e-content h3, .qodef-testimonials-list-holder .qodef-e-content h4, .qodef-testimonials-list-holder .qodef-e-content h5, .qodef-testimonials-list-holder .qodef-e-content h6 {
  text-transform: uppercase;
}

.qodef-testimonials-list-holder .qodef-e-author {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list-holder .qodef-e-author {
    margin-bottom: 20px;
  }
}

.qodef-testimonials-list-holder .swiper-button-prev {
  left: 0 !important;
}

.qodef-testimonials-list-holder .swiper-button-next {
  right: 0 !important;
}

.qodef-testimonials-list-holder .swiper-pagination-bullets {
  text-align: left;
  bottom: 0 !important;
}

.qodef-testimonials-list-holder.qodef-skin--light .qodef-e-title,
.qodef-testimonials-list-holder.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list-holder.qodef-skin--light .qodef-e-author {
  color: #fff;
}

.qodef-testimonials-list-holder.qodef-skin--light .swiper-pagination-bullet:before {
  border-color: #fff;
}

.qodef-testimonials-list-holder.qodef-skin--light .swiper-pagination-bullet:hover:before {
  background-color: #fff;
}

.qodef-testimonials-list-holder .swiper-button-prev,
.qodef-testimonials-list-holder .swiper-button-next {
  transform: translateY(20px);
}

@media only screen and (max-width: 768px) {
  .qodef-testimonials-list-holder {
    padding: 0;
  }
  .qodef-testimonials-list-holder .swiper-button-prev,
  .qodef-testimonials-list-holder .swiper-button-next {
    display: none;
  }
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-active, .qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1) 0.2s;
}

/* ==========================================================================
# Fullscreen search - start
========================================================================== */
/* Fullscreen search general style - start
========================================================================== */
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/plugins/lyndon-core/assets/img/noise-bg.jpg) no-repeat;
  background-size: cover;
  z-index: 100;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
  display: none;
}

.qodef-fullscreen-search-holder .qodef-m-inner {
  width: 100%;
}

.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 73.5%;
  margin: 0 auto;
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 500;
  color: var(--qode-main-color);
  line-height: 2em;
  background: transparent;
  border: 0;
  border-radius: 0;
  opacity: 0;
  transform: translateY(105%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.66s, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.66s;
}

.qodef-fullscreen-search-holder .qodef-m-form-field:-ms-input-placeholder {
  font-size: 36px;
  font-weight: 500;
  color: var(--qode-main-color);
}

.qodef-fullscreen-search-holder .qodef-m-form-field::placeholder {
  font-size: 36px;
  font-weight: 500;
  color: var(--qode-main-color);
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-field {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.66s, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.84s;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: var(--qode-main-color);
  background: none;
  border: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
  transform: translateX(0);
  transition: transform .25s ease;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:after {
  display: none;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: var(--qode-main-color);
  background: none;
  transform: translateX(5px);
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  transition: transform .25s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
  font-size: 18px;
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 2px solid #000;
  transition: all .3s ease;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
  width: 100%;
  transition: width 0.5s ease .6s;
}

.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: -40px;
  right: 52px;
  color: var(--qode-main-color);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
  top: -72px;
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
  color: var(--qode-main-color);
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
  font-size: 25px;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.qodef-fullscreen-search--opened.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
  top: 72px;
}

/* Fullscreen search general style - end
========================================================================== */
/* Fullscreen search fade style - start
========================================================================== */
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_out .3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_in .3s ease both;
}

@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* Fullscreen search fade style - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - end
========================================================================== */
/* ==========================================================================
# Search opener - begin
========================================================================== */
.qodef-search-opener {
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25em;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-search-opener span {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% calc(100% - 1px);
  background-size: 0 calc(100% - 1px);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-search-opener:hover {
  background-size: 100% calc(100% - 1px);
}

.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
  overflow-anchor: none;
}

.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-accordion.qodef--init {
  visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0 0;
  padding: 33px 6.5vw 0 6.25vw;
  transition: color .2s ease-out, background-color .2s ease-out;
  border-top: 1px solid var(--qode-main-color);
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  line-height: 1;
  text-align: center;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before, .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:after {
  content: '';
  width: 25px;
  height: 1px;
  display: block;
  background: currentColor;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:after {
  transform: rotate(90deg);
  opacity: 1;
  transition: opacity .2s ease-out;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span:after {
  opacity: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 14px 13.5vw 0 6.25vw;
  margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
  display: none;
}

/* ==========================================================================
   Awards List shortcode styles
   ========================================================================== */
.qodef-awards-list {
  border-bottom: 1px solid #000;
}

.qodef-awards-list article.qodef-grid-item {
  border-top: 1px solid #000;
}

.qodef-awards-list article.qodef-grid-item .qodef-e-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 139px;
}

@media only screen and (max-width: 1024px) {
  .qodef-awards-list article.qodef-grid-item .qodef-e-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 49px 0 51px;
  }
}

.qodef-awards-list .qodef-e-text {
  margin: 2px 0 0;
  flex-basis: 22%;
  line-height: 19px;
  color: var(--qode-main-color);
  text-transform: uppercase;
}

.qodef-awards-list .qodef-e-title-wrapper {
  margin: 4px 0 3px;
  flex-basis: 49%;
}

@media only screen and (max-width: 1024px) {
  .qodef-awards-list .qodef-e-title-wrapper {
    margin: 5px 0 0;
  }
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title {
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-image {
  position: absolute;
  top: 50%;
  right: 27.4%;
  transform: translateY(-50%);
  z-index: 11;
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  .qodef-awards-list .qodef-e-title-wrapper .qodef-e-image {
    max-width: 40%;
  }
}

.qodef-awards-list .qodef-e-title-wrapper .qodef-e-image img {
  opacity: 0;
  transform: translate3d(0, -15%, 0) translate3d(0, 20px, 0);
  transition: opacity .2s ease-in, transform .44s ease-out;
}

.qodef-awards-list .qodef-e-date {
  flex-basis: 30%;
}

.qodef-awards-list .qodef-e .qodef-e-title-wrapper:hover .qodef-e-image img {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 9deg);
}

.qodef-awards-list .qodef-e-button {
  margin: 3px 0 0;
  flex-shrink: 0;
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: var(--qode-main-color);
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 19px 44px;
}

.qodef-button.qodef-size--small {
  padding: 16px 40px;
}

.qodef-button.qodef-size--large {
  padding: 12px 42px;
}

.qodef-button.qodef-size--full {
  width: 100%;
  padding: 19px 20px;
  justify-content: center;
  text-align: center;
}

.qodef-button.qodef-layout--arrow {
  padding: 0 !important;
}

.qodef-button.qodef-layout--circle {
  width: 165px;
  height: 165px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.qodef-button.qodef-layout--circle .qodef-circle-attract-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  border-radius: 50%;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid transparent;
  position: relative;
}

.qodef-button.qodef-layout--filled.qodef-html--link:focus {
  color: #fff;
}

.qodef-button.qodef-layout--filled.qodef-html--link:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .1s ease-in-out;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover:after {
  transform: scaleY(1);
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: var(--qode-main-color);
  background-color: transparent;
  border-color: var(--qode-main-color);
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover:focus {
  color: var(--qode-main-color);
}

.qodef-button.qodef-layout--outlined {
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  position: relative;
}

.qodef-button.qodef-layout--outlined:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .1s ease-in-out;
}

.qodef-button.qodef-layout--outlined:hover:after {
  transform: scaleY(1);
}

.qodef-button.qodef-layout--outlined:hover {
  border-color: var(--qode-main-color);
}

.qodef-button.qodef-layout--textual {
  display: inline-flex;
  align-items: center;
  padding: 0 !important;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
}

.qodef-button.qodef-layout--textual:after {
  content: '';
  width: 31px;
  height: 22px;
  margin-left: 12px;
  background: currentColor;
  display: block;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94M0NfTGF5ZXJfeDNFXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4Ig0KCSB5PSIwcHgiIHdpZHRoPSIyOS43OHB4IiBoZWlnaHQ9IjIyLjMzcHgiIHZpZXdCb3g9IjAgMCAyOS43OCAyMi4zMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzggMjIuMzMiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMTguMDgsMS4wMSAyOC4zNCwxMS4yNyAxOC4wOSwyMS41MSAJIi8+DQoJPGxpbmUgZmlsbD0iI0QzODMyMiIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjI4LjE0IiB5MT0iMTEuMjciIHgyPSIwLjA2IiB5Mj0iMTEuMjciLz4NCjwvZz4NCjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
}

.qodef-button.qodef-layout--textual:hover {
  color: var(--qode-main-color);
}

/* ==========================================================================
   Call to Action shortcode styles
   ========================================================================== */
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: flex;
  align-items: center;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
  justify-content: space-between;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  justify-content: center;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  flex: 0 0 auto;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.widget.widget_lyndon_core_custom_font {
  margin-bottom: 0 !important;
}

.qodef-custom-font {
  position: relative;
  margin: 0;
}

.qodef-custom-font:not(.qodef--has-appear) .qodef-m-italic .qodef-m-regular-style {
  display: none;
}

.qodef-custom-font.qodef--has-appear .qodef-m-title--highlighted {
  font-style: normal;
  position: relative;
  display: inline-block;
  justify-content: center;
}

.qodef-custom-font.qodef--has-appear .qodef-m-title--highlighted.qodef-two-words {
  white-space: nowrap;
}

.qodef-custom-font.qodef--has-appear .qodef-m-title--highlighted .qodef-m-regular-style {
  opacity: 0;
  position: absolute;
}

.qodef-custom-font.qodef--has-appear .qodef-m-title--highlighted .qodef-m-italic-style {
  opacity: 1;
  display: inline-block;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
}

.qodef-custom-font.qodef--has-appear .qodef-m-title--highlighted.qodef-italic-appeared .qodef-m-regular-style {
  animation: qode-italic-text .7s ease 3;
}

.qodef-custom-font.qodef--has-appear .qodef-m-title--highlighted.qodef-italic-appeared .qodef-m-italic-style {
  animation: qode-italic-text-out .7s ease 3;
}

.qodef-custom-font.qodef--has-appear.qodef--appeared .qodef-m-title .qodef-m-underline:after {
  opacity: 1;
}

.qodef-custom-font .qodef-cf-svg {
  font-size: 1em;
  height: 1em;
  margin-left: 20px;
}

.qodef-custom-font .qodef-cf-svg svg {
  fill: currentColor;
  transform: translateY(calc(-50% - .09em));
}

.qodef-custom-font .qodef-cf-svg > span {
  display: inline-block;
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .qodef-custom-font .qodef-cf-svg > span {
    vertical-align: middle;
  }
}

/* ==========================================================================
   Dropcaps shortcode styles
   ========================================================================== */
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 55px;
  line-height: 1em;
  letter-spacing: -.01em;
}

@media only screen and (max-width: 680px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 41px;
  }
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 36px;
  line-height: 1.111em;
  color: #fff;
  background-color: var(--qode-main-color);
}

@media only screen and (max-width: 680px) {
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 31px;
  }
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

/* ==========================================================================
   Google Map shortcode styles
   ========================================================================== */
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}

.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object,
.qodef-google-map .qodef-m-map embed {
  width: 100%;
  display: block;
}

.qodef-google-map .qodef-m-map img {
  max-width: none;
}

/* ==========================================================================
   Highlight shortcode styles
   ========================================================================== */
.qodef-highlight .qodef-highlight-text {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
}

/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title a {
  display: block;
}

.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 5px;
  float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px;
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block;
}

/* ==========================================================================
   Icon List Item widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_lyndon_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lyndon_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lyndon_core_icon_list_item {
  margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
  display: block;
}

.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
  max-width: 50%;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 21px;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right;
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
  max-width: 50%;
  margin: 0 auto;
}

/* ==========================================================================
   Icon shortcode styles
   ========================================================================== */
.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
  font-size: 13px;
}

.qodef-icon-holder a {
  display: block;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-icon-holder a:hover {
  transform: translateY(-5px);
}

.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: var(--qode-main-color);
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
  background-color: var(--qode-main-color);
}

.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}

.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}

.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}

.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}

.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}

.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}

/* ==========================================================================
   Icon widget styles
   ========================================================================== */
.widget.widget_lyndon_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_lyndon_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lyndon_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lyndon_core_icon {
  margin-bottom: 0;
}

/* ==========================================================================
   Image Gallery shortcode styles
   ========================================================================== */
.qodef-image-gallery.qodef-gutter--no .qodef-grid-inner {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.qodef-image-gallery.qodef-gutter--no .qodef-grid-inner .qodef-grid-item {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.qodef-image-gallery:not(.qodef-gutter--no) .qodef-grid-item img {
  border: 1px solid #bfbfbf;
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
  display: block;
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-title {
  margin: 23px 0 0;
}

.qodef-image-with-text .qodef-m-text {
  margin: 15px 0 0;
}

.qodef-image-with-text.qodef-e-image-border .qodef-m-image img {
  border: 1px solid currentColor;
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  margin: 0 0 18px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0;
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 6px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(var(--qode-main-color), 0.1);
  text-align: center;
  font-weight: 700;
  font-size: 250px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
  top: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
  top: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
  bottom: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
  bottom: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden;
}

.admin-bar .qodef-interactive-link-showcase {
  height: calc(100vh - 32px);
}

.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-interactive-link-showcase .qodef-m-image img {
  display: none;
}

.qodef-interactive-link-showcase .qodef-m-items {
  display: flex;
  align-items: flex-start;
  z-index: 10;
}

.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 6px 5px;
  margin: 13px 0;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  font-size: 63px;
  line-height: 0.984em;
  letter-spacing: -.01em;
  text-transform: uppercase;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 46px;
  }
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
  position: relative;
  display: block;
  z-index: 2;
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
  top: 3px;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.qodef-interactive-link-showcase.qodef--init {
  visibility: visible;
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
  color: #fff;
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
  color: var(--qode-main-color);
  background-color: #fff;
}

/* ==========================================================================
   Interactive Link Showcase Interactive List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
  position: relative;
  flex-direction: column;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
  padding: 20px 0;
  margin: 0;
  color: var(--qode-main-color);
  background-color: transparent;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
  display: block;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
  display: block;
  z-index: -2;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: none;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  z-index: -1;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
  position: relative;
  display: block;
  width: auto;
  max-width: 60vw;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
  display: block;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 1em;
  letter-spacing: -.01em;
  white-space: nowrap;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
    font-size: 41px;
  }
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list {
  padding: 50px 0;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  position: relative;
  display: block;
  margin-right: auto;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image img {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, -15%, 0) rotate3d(0, 0, 1, -9deg);
  transition: opacity .2s ease-in, transform .44s ease-out;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image.qodef--active img {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  justify-content: center;
  flex-direction: column;
}

/* ==========================================================================
   Interactive Link Showcase Slider styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
  height: auto;
  margin: 0 5%;
}

.qodef-floating-portfolio.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}

.qodef-floating-portfolio.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}

.qodef-floating-portfolio.qodef-items--fixed .qodef-e-media-image a {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-floating-portfolio .qodef--load-more {
  margin-top: 35px;
}

.qodef-floating-portfolio .qodef-e-content .qodef-e-title {
  margin: 18px 0 1px;
}

.qodef-floating-portfolio .qodef-e-info-category .qodef-e-category {
  font-size: 13px;
  color: var(--qode-main-color);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
}

.qodef-floating-portfolio.qodef-item-skin--light .qodef-e-content .qodef-e-title {
  color: #fff;
}

.qodef-floating-portfolio.qodef-item-skin--light .qodef-e-info-category .qodef-e-category {
  color: rgba(255, 255, 255, 0.5);
}

.qodef-scrolling-images-showcase {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.qodef-scrolling-images-showcase .scrolling-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 200px;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: .09em;
  opacity: 0;
  line-height: 1em;
  overflow: visible;
  will-change: transform;
  z-index: 11;
}

.qodef-scrolling-images-showcase .scrolling-text.qodef--appear {
  opacity: 1;
  transition: 0.7s cubic-bezier(0.69, 0.13, 0, 0.95);
}

.qodef-scrolling-images-showcase .scrolling-images-container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.qodef-scrolling-images-showcase .scrolling-images-container article {
  position: absolute;
  transition: 2s cubic-bezier(0.07, 0.84, 0.14, 0.94);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-right: -100vw;
}

@media (min-width: 1025px) {
  .qodef-scrolling-images-showcase .scrolling-images-container article.qodef-grid-item {
    width: auto;
  }
}

.qodef-scrolling-images-showcase .scrolling-images-container article.qodef-sis-item-hide:nth-child(1), .qodef-scrolling-images-showcase .scrolling-images-container article.qodef-sis-item-hide:nth-child(2) {
  top: 100% !important;
}

.qodef-scrolling-images-showcase .scrolling-images-container article .qodef-e-inner {
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.69, 0.13, 0, 0.95);
}

.qodef-scrolling-images-showcase .scrolling-images-container article.qodef--scrolling-image-appear .qodef-e-inner {
  opacity: 1;
}

.qodef-scrolling-images-showcase .scrolling-images-container article.qodef--scrolling-image-appear:last-of-type {
  position: relative;
  top: 100vh !important;
}

.qodef-scrolling-images-showcase .scrolling-images-container article.bottom-threshold-img {
  transition: 0s;
  visibility: hidden;
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-section-title .qodef-m-title {
  margin: 0;
}

.qodef-section-title .qodef-m-text {
  margin: 25px 0 0;
}

.qodef-section-title.qodef-alignment--center {
  text-align: center;
}

.qodef-section-title.qodef-alignment--left {
  text-align: left;
}

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.qodef-section-title .qodef-m-title--highlighted {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1;
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  border-bottom: 1px solid var(--qode-main-color);
}

.qodef-separator.qodef-position--center {
  text-align: center;
}

.qodef-separator.qodef-position--left {
  text-align: left;
}

.qodef-separator.qodef-position--right {
  text-align: right;
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_lyndon_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lyndon_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lyndon_core_separator {
  margin-bottom: 0;
}

/* ==========================================================================
   Single Images shortcode styles
   ========================================================================== */
.qodef-single-image img {
  display: block;
}

/* ==========================================================================
   Swapping image gallery shortcode style - begin
   ========================================================================== */
.qodef-swapping-image-gallery {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.qodef-swapping-image-gallery .qodef-m-info {
  flex-grow: 1;
  flex-basis: 0;
}

.qodef-swapping-image-gallery .qodef-m-image-holder {
  flex-grow: 1;
  flex-basis: 0;
  overflow: hidden;
  box-shadow: 0 5px 50px 1px rgba(0, 0, 0, 0.05);
  max-width: 43%;
  margin-top: 8px;
}

.qodef-swapping-image-gallery .qodef-m-headline {
  margin: 0 0 52px;
}

.qodef-swapping-image-gallery .qodef-m-title {
  margin: 0 0 24px;
  text-transform: uppercase;
}

.qodef-swapping-image-gallery .qodef-m-description {
  margin: 0;
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom {
  width: auto;
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
  font-size: 0;
  transition: opacity .3s ease-out;
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
  display: block;
  background-color: transparent;
  transition: background-color .3s ease-out;
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active img, .qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail:hover img {
  background-color: #fff;
}

.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
  padding-left: 62px;
}

.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
  padding-right: 62px;
}

/* ==========================================================================
   Swapping image gallery shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Tabs shortcode styles
   ========================================================================== */
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-tabs.qodef--init {
  visibility: visible;
}

.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--qode-main-color);
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 80px 0 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  position: relative;
  display: block;
  padding: 0 0 9px;
  text-transform: uppercase;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: currentColor;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .1s ease-in-out;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
  transform: scaleY(1);
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    flex-direction: column;
    align-items: flex-start;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0;
    padding: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    display: none;
  }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid var(--qode-main-color);
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 26px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
  margin-bottom: 0;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
  display: inline-block;
  width: auto;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
  margin-top: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}

.qodef-vertical-split-slider--initialized {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider {
  visibility: visible;
}

.qodef-vertical-split-slider {
  position: relative;
  height: 100vh;
  visibility: hidden;
}

.qodef-vertical-split-slider .ms-tableCell {
  height: 100vh !important;
}

.qodef-vertical-split-slider .ms-left,
.qodef-vertical-split-slider .ms-right {
  position: relative;
}

.qodef-vertical-split-slider .ms-left > div,
.qodef-vertical-split-slider .ms-right > div {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-vertical-split-slider .ms-left .qodef-m-slide-image,
.qodef-vertical-split-slider .ms-right .qodef-m-slide-image {
  z-index: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96) 0.8s;
  transition: clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96) 0.8s;
  transition: clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96) 0.8s, -webkit-clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96) 0.8s;
  background-position: center;
}

.qodef-vertical-split-slider .ms-left .qodef-m-slide-image.active,
.qodef-vertical-split-slider .ms-right .qodef-m-slide-image.active {
  z-index: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96);
  transition: clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96), -webkit-clip-path 0.72s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

.qodef-vertical-split-slider .ms-left .qodef-m-slide-content,
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96) 0.5s;
}

.qodef-vertical-split-slider .ms-left .qodef-m-slide-content.qodef-appear-animation .ms-tableCell .elementor-widget,
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.qodef-appear-animation .ms-tableCell .elementor-widget {
  transform: translateX(-60px);
  opacity: 0;
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.34, 0.52, 0.57, 1.04);
}

.qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active,
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.44s cubic-bezier(0.54, 0.32, 0.05, 0.96);
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget, body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget {
  transform: translateX(0);
  opacity: 1;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(1), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(1) {
  transition-delay: 360ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(2), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(2) {
  transition-delay: 520ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(3), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(3) {
  transition-delay: 680ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(4), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(4) {
  transition-delay: 840ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(5), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(5) {
  transition-delay: 1000ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(6), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(6) {
  transition-delay: 1160ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(7), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(7) {
  transition-delay: 1320ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(8), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(8) {
  transition-delay: 1480ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(9), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(9) {
  transition-delay: 1640ms;
}

body.qodef-vertical-split-slider--initialized .qodef-vertical-split-slider .ms-left .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(10), body.qodef-vertical-split-slider--initialized
.qodef-vertical-split-slider .ms-right .qodef-m-slide-content.active.qodef-appear-animation .ms-tableCell .elementor-widget:nth-of-type(10) {
  transition-delay: 1800ms;
}

.qodef-vertical-split-slider-responsive {
  display: none;
}

.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
  background-size: cover;
}

#multiscroll-nav {
  display: none;
}

#multiscroll-nav li {
  width: auto;
  height: auto;
}

#multiscroll-nav a {
  position: relative;
  padding: 10px;
  margin: 31px 0;
}

#multiscroll-nav a span {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  background: none;
  transform: rotate(-45deg);
  transition: all 0.35s ease;
}

#multiscroll-nav a:hover span, #multiscroll-nav a.active span {
  background-color: var(--qode-main-color);
}

#multiscroll-nav.right {
  right: 57px !important;
}

.qodef-vertical-split-slider--initialized #multiscroll-nav {
  display: block;
  z-index: 98;
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--light a span {
  border-color: #fff;
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--light a:hover span, .qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--light a.active span {
  background-color: #fff;
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--dark a span {
  border-color: #000;
}

.qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--dark a:hover span, .qodef-vertical-split-slider--initialized #multiscroll-nav.qodef-skin--dark a.active span {
  background-color: #000;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
  line-height: 1;
}

.qodef-video-button .qodef-m-play > span {
  display: flex;
  line-height: inherit;
  align-items: center;
  justify-content: center;
}

.qodef-video-button .qodef-m-play > span .qodef-m-play-text {
  position: relative;
  top: -2px;
  margin-right: 29px;
  white-space: nowrap;
}

.qodef-video-button .qodef-m-play > span:before {
  display: block;
  line-height: inherit;
}

.qodef-video-button .qodef-m-play svg polygon:last-of-type {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path .3s ease-out .1s;
  transition: clip-path .3s ease-out .1s;
  transition: clip-path .3s ease-out .1s, -webkit-clip-path .3s ease-out .1s;
}

.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner span svg polygon:last-of-type {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -600px;
  width: 600px;
  height: 100%;
  min-height: 100%;
  padding: 87px 100px 35px;
  text-align: left;
  background-color: #fff;
  border-left: 1px solid var(--qode-main-color);
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  color: var(--qode-main-color);
}

.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible;
}

#qodef-side-area.qodef-alignment--center {
  text-align: center;
}

#qodef-side-area.qodef-alignment--right {
  text-align: right;
}

#qodef-side-area.qodef-alignment--left {
  text-align: left;
}

#qodef-side-area #qodef-side-area-inner {
  width: 325px;
  max-width: 100%;
}

#qodef-side-area-close {
  position: absolute;
  top: 33px;
  right: 40px;
  display: block;
  z-index: 1000;
}

.admin-bar #qodef-side-area-close {
  top: 65px;
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}

/* ==========================================================================
# Side Area style - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 28px;
  line-height: 1.143em;
}

@media only screen and (max-width: 680px) {
  .qodef-social-share .qodef-social-title {
    font-size: 26px;
  }
}

.qodef-social-share ul {
  position: relative;
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.qodef-social-share li a {
  font-size: 13px;
  color: var(--qode-main-color);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(0);
  display: block;
}

.qodef-social-share li a:hover {
  transform: translateY(-5px);
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  /* opacity and visibility need to be different, but not background-color */
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  transition-delay: 0.7s;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s ease-out, visibility .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  transition: color .2s ease-out, background-color .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--qode-main-color);
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
  border-top: none;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
  background-color: #3b5998;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
  background-color: #00aced;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
  background-color: #007bb5;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
  background-color: #32506d;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
  background-color: #cb2027;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
  background-color: #45668e;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
  font-size: 14px;
  color: var(--qode-main-color);
  background-color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
  bottom: -30px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
  bottom: -60px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
  bottom: -90px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
  bottom: -120px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
  bottom: -150px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
  bottom: -180px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
  bottom: -210px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
  top: 0;
  right: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
  left: 5px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
  left: 35px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
  left: 65px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
  left: 95px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
  left: 125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
  left: 155px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
  left: 185px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
  top: 0;
  left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
  right: 5px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
  right: 35px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
  right: 65px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
  right: 95px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
  right: 125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
  right: 155px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
  right: 185px;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--list li {
  margin-right: 14px;
}

.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px;
}

.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a {
  transform: translateY(0);
  display: block;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
  transform: translateY(-5px);
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a {
  transform: translateY(0);
  display: block;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
  transform: translateY(-5px);
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a {
  transform: translateY(0);
  display: block;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
  transform: translateY(-5px);
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a {
  transform: translateY(0);
  display: block;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
  transform: translateY(-5px);
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a {
  transform: translateY(0);
  display: block;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
  transform: translateY(-5px);
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a {
  transform: translateY(0);
  display: block;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
  transform: translateY(-5px);
}

/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--qode-main-color);
  background-color: #fff;
}

#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: '';
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  animation: qode-fade-in 1s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  flex-shrink: 0;
  animation-delay: .5s;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  animation: qode-fade-in 1s .3s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--qode-main-color);
  width: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  animation: qode-scaleout 1s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  animation: qode-ball-fall 1.5s ease infinite both;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
  animation-delay: calc((100ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
  animation-delay: calc((200ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
  animation-delay: calc((300ms) - 300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  animation-delay: -0.9s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  animation: qode-stretch-delay 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  animation-delay: calc((200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  animation-delay: calc((400ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  animation-delay: calc((500ms) - 1300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
  opacity: 0;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
  display: flex;
  font-family: "Arimo", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
  opacity: 1;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -0.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-page-title.qodef-image--responsive {
  height: auto !important;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  transform: translateX(-50%);
}

.qodef-page-title.qodef-alignment--center {
  text-align: center;
}

.qodef-page-title.qodef-alignment--right {
  text-align: right;
}

.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%;
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 40px;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
  font-size: 15px;
}

.qodef-page-title .qodef-breadcrumbs a {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-size: 100% 100%;
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  background-size: 100% 100%;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '/';
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--breadcrumbs {
  background: transparent;
  justify-content: flex-start;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}

.widget.qodef-author-info .qodef-e-inner {
  display: flex;
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-image {
  margin: 0 20px 0 0;
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-author-info-position {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: var(--qode-main-color);
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-author-info-name {
  margin: 0;
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-m-social-icons {
  margin: 13px 0 0;
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-m-social-icons a {
  color: var(--qode-main-color);
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 15px;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-m-social-icons a:hover {
  transform: translateY(-5px);
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-m-social-icons a:last-child {
  margin: 0;
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-m-social-icons a .fa-facebook:before {
  content: "\f39e";
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-m-social-icons a .fa-linkedin:before {
  content: "\f0e1";
}

.widget.qodef-author-info .qodef-e-inner .qodef-e-content .qodef-m-social-icons a .fa-pinterest:before {
  content: "\f231";
}

/* ==========================================================================
   Social Icons Group widget static style start
   ========================================================================== */
.qodef-social-icons-group .qodef-icon-holder {
  margin-right: 9px;
}

.qodef-social-icons-group .qodef-icon-holder a {
  font-size: 13px;
  letter-spacing: 0.3em;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-social-icons-group .qodef-icon-holder a:hover {
  transform: translateY(-5px);
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 0;
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
  font-family: "Arimo", sans-serif;
  font-weight: 500;
  color: var(--qode-main-color);
  font-size: 22px;
  line-height: 1.136em;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: var(--qode-main-color);
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
  color: inherit;
}

/* ==========================================================================
   Social Icons Group widget variable style start
   ========================================================================== */
.widget.widget_lyndon_core_social_icons_group .qodef-icon-holder.qodef-layout--circle, .widget.widget_lyndon_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
  background-color: #ebebeb;
}

.widget.widget_lyndon_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover, .widget.widget_lyndon_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
  color: var(--qode-main-color);
}

.widget.widget_lyndon_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a, .widget.widget_lyndon_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
  color: #fff;
}

/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_lyndon_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* ==========================================================================
   Sticky Sidebar widget end styles
   ========================================================================== */
/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   Header layout responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical #qodef-page-outer,
  .qodef-header--vertical #qodef-page-footer {
    padding-left: 0;
  }
}

/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}

/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
/* ==========================================================================
   Portfolio Single responseive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 0 60px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 31px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-portfolio-content {
    margin-right: 0;
  }
}

/* ==========================================================================
   Boxed Portfolio Slider shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1520px) and (max-height: 800px) {
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder {
    padding: 20px 7vw 60px 60px;
  }
  .qodef-boxed-portfolio-slider .qodef-m-bottom {
    padding: 70px 12% 110px;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder {
    padding: 20px 7vw 70px 60px;
  }
  .qodef-boxed-portfolio-slider .qodef-m-bottom {
    padding: 65px 12% 100px;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-boxed-portfolio-slider .qodef-m-bottom {
    padding: 40px 12% 75px;
  }
}

@media only screen and (max-width: 1366px) and (max-height: 719px) {
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder {
    justify-content: center;
    padding: 20px 5vw 20px 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder {
    padding: 20px 4vw 70px 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-boxed-portfolio-slider article {
    border: 0;
    border-bottom: 1px solid var(--qode-main-color);
  }
  .qodef-boxed-portfolio-slider article .item-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-image {
    display: block;
    width: 80%;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0;
    border-left: 0;
    height: auto;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder {
    justify-content: center;
    padding: 40px 0 80px 0;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder .qodef-e-excerpt-holder {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-image {
    width: 75%;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content {
    width: 75%;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder {
    padding: 15px 0 20px 0;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder .qodef-e-title {
    font-size: 25px;
  }
  .qodef-boxed-portfolio-slider article .item-holder .qodef-e-content .qodef-e-content-holder .qodef-e-excerpt-holder {
    margin-top: 10px;
  }
  .qodef-boxed-portfolio-slider .qodef-m-bottom {
    padding: 30px 9% 45px;
  }
}

/* ==========================================================================
   Portfolio exhibition shortcode responsive styles
   ========================================================================== */
@media only screen and (min-width: 1600px) {
  .qodef-portfolio-exhibition .qodef-e-title {
    width: 52%;
    word-break: normal;
  }
}

@media only screen and (max-width: 1600px) {
  .qodef-portfolio-exhibition .qodef-e-title {
    width: 100%;
    padding-right: 15%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-portfolio-exhibition .qodef-slides-info-holder {
    width: 40%;
  }
  .qodef-portfolio-exhibition .qodef-slides-main-holder {
    padding-right: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-exhibition .qodef-slides-info-holder {
    display: none;
  }
  .qodef-portfolio-exhibition .qodef-slides-main-holder {
    padding-right: 0;
  }
  .qodef-portfolio-exhibition .qodef-slides-main-holder .qodef-e-image-holder {
    margin-bottom: 25px;
  }
  .qodef-portfolio-exhibition .qodef-slides-main-holder .qodef-e-info-holder {
    display: block;
    margin-bottom: 30px;
  }
  .qodef-portfolio-exhibition .qodef-slides-main-holder article {
    margin-bottom: 100px;
  }
  .qodef-portfolio-exhibition .qodef-e-read-more {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-exhibition article .qodef-e-media-image img {
    -webkit-clip-path: inset(0 0 0 0) !important;
            clip-path: inset(0 0 0 0) !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-exhibition .qodef-e-title {
    margin-right: 20px;
  }
}

.qodef-portfolio-list {
  /* Ipads Landscape styles for Horizontal Slider */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (max-width: 1440px) and (max-height: 900px) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (max-width: 1366px) and (max-height: 900px) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (max-width: 1280px) and (max-height: 900px) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: auto !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list .qodef-e-inner {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider .qodef-horizontal-custom-content {
    position: relative;
    padding: 0 7%;
  }
  .qodef-portfolio-list.qodef-layout--horizontal_slider .qodef-items-holder {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 0 7%;
  }
  .qodef-portfolio-list.qodef-layout--horizontal_slider .qodef-items-holder .qodef-items-holder-inner {
    display: block;
    width: 100%;
  }
  .qodef-portfolio-list.qodef-layout--horizontal_slider article {
    width: 100%;
    margin: 0;
    float: none;
    padding-bottom: 30px;
  }
  .qodef-portfolio-list.qodef-layout--horizontal_slider article.qodef--appear {
    opacity: 1;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-portfolio-list.qodef-layout--horizontal_slider {
    height: 100%;
  }
  .qodef-portfolio-list.qodef-layout--horizontal_slider .qodef-horizontal-custom-content {
    padding: 30px 30px 50px;
  }
  .qodef-portfolio-list.qodef-layout--horizontal_slider .qodef-items-holder {
    padding: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--6 article:nth-child(6n):after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--5 article:nth-child(5n):after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-border--yes.qodef-responsive--custom.qodef-col-num--1024--2.qodef-col-num--3 article:nth-child(3n):after {
    opacity: 1;
  }
  .qodef-portfolio-list.qodef-item-border--yes.qodef-responsive--custom.qodef-col-num--1024--2.qodef-col-num--3 article:nth-child(2n):after {
    opacity: 0;
  }
  .qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--4 article:nth-child(4n):after {
    opacity: 1;
  }
  .qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:nth-of-type(2):after {
    opacity: 0;
  }
  .qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:nth-of-type(5):after {
    opacity: 0;
  }
  .qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:nth-of-type(5):after {
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-item-border--yes.qodef-col-num--3 article:nth-child(3n):after {
    opacity: 1;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-border--yes.qodef-responsive--custom.qodef-col-num--680--1.qodef-col-num--3 article:after {
    opacity: 0;
  }
  .qodef-portfolio-list.qodef-item-border--yes.qodef-responsive--custom.qodef-col-num--680--1.qodef-col-num--3 article:nth-child(3n):after {
    opacity: 0;
  }
  .qodef-portfolio-list.qodef-item-border--yes.qodef-layout--masonry.qodef-col-num--4 article:after {
    opacity: 0;
  }
}

/* ==========================================================================
   Awards List shortcode styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-awards-list .qodef-e-date {
    padding-top: 5px;
    padding-bottom: 2px;
  }
  .qodef-awards-list .qodef-e-title-wrapper .qodef-e-image {
    right: 7vw;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-awards-list .qodef-grid-item {
    width: 100% !important;
  }
  .qodef-awards-list .qodef-grid-item-75 {
    width: 100% !important;
    flex-wrap: wrap;
  }
}

/* ==========================================================================
   Call to Action shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block;
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-custom-font.qodef-line-break-disabled--tablet br {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-custom-font.qodef-line-break-disabled--phone br {
    display: none;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 48px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 40px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 50%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 60px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 80%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 100%;
    padding-left: 60px;
    align-items: flex-start;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 30px 0;
  }
}

/* ==========================================================================
   Interactive Link Showcase List Responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image {
    top: 50%;
    transform: translateY(-50%);
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image img {
    max-height: calc(100vh - 240px);
    width: auto;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
    font-size: 43px;
    margin: 7px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 80px;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding: 0 0 60px;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
    font-size: 37px;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items,
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 100%;
    position: relative;
    left: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .qodef-scrolling-images-showcase .scrolling-images-container article {
    max-width: 37.5vw;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-scrolling-images-showcase .scrolling-text {
    font-size: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-scrolling-images-showcase .scrolling-text {
    opacity: 1;
    top: 50%;
    left: 0;
    font-size: 100px;
    transform: translate3d(0, -50%, 0);
  }
  .qodef-scrolling-images-showcase .scrolling-images-container article {
    max-width: 80vw;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-scrolling-images-showcase .scrolling-text {
    font-size: 60px;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Swapping image gallery shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-swapping-image-gallery {
    display: block;
  }
  .qodef-swapping-image-gallery .qodef-m-info,
  .qodef-swapping-image-gallery .qodef-m-image-holder {
    flex-basis: auto;
    max-width: 100%;
  }
  .qodef-swapping-image-gallery .qodef-m-thumbnail img {
    width: 100%;
  }
  .qodef-swapping-image-gallery .qodef-m-image-holder {
    margin-top: 65px;
  }
  .qodef-swapping-image-gallery .qodef-m-image-holder .swiper-slide img {
    width: 100%;
  }
  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 0;
  }
  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 0;
  }
  .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-swapping-image-gallery .qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
    margin: 0 -10px;
  }
  .qodef-swapping-image-gallery .qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .qodef-swapping-image-gallery .qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -20px;
  }
}

/* ==========================================================================
   Swapping image gallery shortcode responsive style - end
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 26px;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-vertical-split-slider.qodef-disable-below--1024 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content, .qodef-vertical-split-slider.qodef-disable-below--1024 + .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    min-height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content, .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    min-height: 50vh;
  }
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 271px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: auto;
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: auto;
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: auto;
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: auto;
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: auto;
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: auto;
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Title responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 7%;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
  }
}
