/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Color 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
   ========================================================================== */
/* ==========================================================================
   Common mixins - begin
   ========================================================================== */
/* ==========================================================================
   Common mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Social Share mixins - start
   ========================================================================== */
/* ==========================================================================
   Social Share mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.tadao-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

.qodef-page-has-section--uncover .qodef-section--uncover {
  position: fixed !important;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.qodef-page-has-section--uncover .qodef-section--uncover.qodef-uncovering--active {
  z-index: 0;
}

.qodef-page-has-section--uncover section:not(.qodef-section--uncover) {
  z-index: 1;
}

/* ==========================================================================
   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;
  width: 40px;
  height: 40px;
  right: 90px;
  bottom: 56px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s 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-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;
}

#qodef-back-to-top.qodef--predefined {
  width: 20px;
  height: 41px;
  --qode-hover-scale:1.3;
  --qode-hover-move: -8px;
}

#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon {
  color: var(--qode-main-color);
  background-color: transparent;
  border: none;
  overflow: visible;
}

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

.qodef-browser--safari #qodef-back-to-top.qodef--predefined svg {
  transform: translateZ(0);
}

#qodef-back-to-top.qodef--predefined svg {
  overflow: visible;
}

#qodef-back-to-top.qodef--predefined svg path {
  transition: transform 0.6s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

#qodef-back-to-top.qodef--predefined svg path:nth-of-type(1) {
  transform: scaleY(1);
  transform-origin: bottom;
  stroke-width: 1.2;
}

#qodef-back-to-top.qodef--predefined svg path:nth-of-type(2) {
  transform: translateY(0);
}

#qodef-back-to-top.qodef--predefined:hover svg path:nth-of-type(1) {
  transform: scaleY(var(--qode-hover-scale));
}

#qodef-back-to-top.qodef--predefined:hover svg path:nth-of-type(2) {
  transform: translateY(var(--qode-hover-move));
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
.qodef-background-text {
  position: relative;
}

.qodef-background-text .qodef-m-background-text-holder {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}

.qodef-background-text .qodef-m-background-text {
  color: var(--qode-main-color);
  font-family: "Khand", sans-serif;
  font-size: 200px;
  line-height: 1em;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-shortcode .qodef-m-content-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 47px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-shortcode .qodef-m-content-wrapper {
    margin: 0 0 20px;
  }
}

.qodef-blog.qodef-shortcode .qodef-m-static-content .qodef-e-static-title {
  margin: 0;
}

.qodef-blog.qodef-shortcode .qodef-m-static-content .qodef-e-static-text {
  font-size: 18px;
  line-height: 1.556em;
  margin: 10px 0 0;
}

.qodef-blog.qodef-shortcode .qodef-m-navigation {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-right: 13.7%;
  margin-left: auto;
}

.qodef-blog.qodef-shortcode .qodef-m-navigation .swiper-button-prev,
.qodef-blog.qodef-shortcode .qodef-m-navigation .swiper-button-next {
  position: static;
  transform: none;
  padding-bottom: 8px;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--compact .qodef-e-content {
  display: flex;
  justify-content: flex-start;
  margin: 27px 0 0;
}

.qodef-blog.qodef-item-layout--compact .qodef-e-content .qodef-e-left,
.qodef-blog.qodef-item-layout--compact .qodef-e-content .qodef-e-right {
  flex-basis: auto;
}

.qodef-blog.qodef-item-layout--compact .qodef-e-content .qodef-e-right {
  text-align: left;
  margin: 0 0 0 20px;
}

.qodef-blog.qodef-item-layout--compact .qodef-top-holder {
  display: flex;
  align-items: center;
}

.qodef-blog.qodef-item-layout--compact .qodef-e-title {
  margin: 7px 0 0;
}

.qodef-blog.qodef-item-layout--compact .entry-date {
  display: block;
  padding: 14px 16px 4px;
  text-align: center;
  background-color: #211D16;
}

.qodef-blog.qodef-item-layout--compact .entry-date .qodef-date-day {
  font-family: "Khand", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
}

.qodef-blog.qodef-item-layout--compact .entry-date .qodef-date-month {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 300;
  color: #ccc;
}

.qodef-blog.qodef-item-layout--compact:not(.qodef-col-num--1) .qodef-e-media-image {
  width: 100%;
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--compact:not(.qodef-col-num--1) .qodef-e-media-image img {
  transform: scale(1.06) translateX(0);
  transition: transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.qodef-blog.qodef-item-layout--compact:not(.qodef-col-num--1) .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.06) translateX(6px);
}

/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--info-on-image {
  margin: 0;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
  height: 100%;
  width: 100%;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
  margin: 0;
  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-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
  position: relative;
  z-index: 3;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
  color: #fff;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
  color: inherit;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info > * {
  color: #fff;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
  z-index: 2;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
  margin: 0;
}

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

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

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  flex-shrink: 0;
  margin-right: 20px;
  width: 120px;
}

.qodef-blog.qodef-item-layout--side-by-side article p.qodef-e-title {
  font-family: "Khand", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.qodef-blog.qodef-item-layout--side-by-side article p.qodef-e-title a {
  color: var(--qode-main-color);
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
  margin: 0;
}

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

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info > * {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 300;
  color: #ccc;
  text-transform: initial;
  letter-spacing: 0;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple article {
  padding-bottom: 10px;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  margin: 27px 0 0;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-left {
  flex-basis: auto;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content .qodef-e-right {
  flex-basis: auto;
  text-align: left;
}

.qodef-blog.qodef-item-layout--simple article .qodef-top-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .qodef-blog.qodef-item-layout--simple article .qodef-top-holder .qodef-e-info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
  .qodef-blog.qodef-item-layout--simple article .qodef-top-holder .qodef-e-info .qodef-info-separator-end {
    display: none;
  }
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
  margin: 6px 0 0;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-excerpt {
  margin: 13px 0 0;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-categories > a {
  color: #ccc;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-categories > a:hover {
  color: #fff;
}

.qodef-blog.qodef-item-layout--simple article .entry-date {
  display: inline-block;
  text-align: center;
  background-color: #211D16;
  padding: 14px 16px;
}

.qodef-blog.qodef-item-layout--simple article .entry-date .qodef-date-day {
  font-family: "Khand", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
}

.qodef-blog.qodef-item-layout--simple article .entry-date .qodef-date-month {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 300;
  color: #ccc;
}

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

.widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 24px;
  width: 115px !important;
}

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

#qodef-top-area .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

#qodef-top-area .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 24px;
  width: 115px !important;
}

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

#qodef-page-header .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

#qodef-page-header .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 24px;
  width: 115px !important;
}

#qodef-page-header .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 4px;
}

#qodef-page-footer .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

#qodef-page-footer .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 24px;
  width: 115px !important;
}

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

#qodef-side-area .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

#qodef-side-area .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 24px;
  width: 115px !important;
}

#qodef-side-area .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 4px;
}

.qodef-mega-menu-widget-holder .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

.qodef-mega-menu-widget-holder .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 24px;
  width: 115px !important;
}

.qodef-mega-menu-widget-holder .widget.widget_tadao_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 4px;
}

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

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

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

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

#qodef-author-info .qodef-m-author {
  font-size: 22px;
  margin: 0;
}

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

#qodef-author-info .qodef-m-description {
  margin: 9px 0 0;
  padding-right: 25%;
}

#qodef-author-info .qodef-m-social-icons {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: var(--qode-main-color);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  margin-top: 34px;
  align-items: center;
}

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#qodef-author-info .qodef-m-social-icons a:hover {
  color: #C1A68A;
}

#qodef-author-info .qodef-m-social-icons .qodef-author-links-separator {
  width: 30px;
  height: 1px;
  background-color: var(--qode-main-color);
  margin: 0 9px;
}

#qodef-author-info .qodef-m-social-icons .qodef-author-links-separator:last-child {
  display: none;
}

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

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

#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 26px;
  border-top: 1px solid var(--qode-main-color);
  border-bottom: 1px solid var(--qode-main-color);
}

#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;
  top: -2px;
  display: block;
  height: auto;
  fill: currentColor;
  stroke: none;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
  --qode-hover-scale:1.23;
  --qode-hover-move: -6px;
}

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

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
  margin-left: calc(-1 * var(--qode-hover-move));
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg path {
  transform-origin: right;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
  overflow: visible;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg path {
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg path:nth-of-type(1) {
  transform: scaleX(1);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg path:nth-of-type(2) {
  transform: translateX(0);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(1) {
  transform: scaleX(var(--qode-hover-scale));
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(2) {
  transform: translateX(var(--qode-hover-move));
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  right: 0;
  margin-left: auto;
  text-align: right;
  --qode-hover-scale:1.23;
  --qode-hover-move: 7px;
}

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

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg {
  margin-right: var(--qode-hover-move);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg {
  overflow: visible;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg path {
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg path:nth-of-type(1) {
  transform: scaleX(1);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next svg path:nth-of-type(2) {
  transform: translateX(0);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(1) {
  transform: scaleX(var(--qode-hover-scale));
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(2) {
  transform: translateX(var(--qode-hover-move));
}

#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

/* ==========================================================================
   #Content bottom styles - begin
   ========================================================================== */
#qodef-content-bottom {
  text-align: center;
}

/* ==========================================================================
   #Content bottom styles - 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: #000000;
  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%;
}

.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: center;
}

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

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

.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: 12px 0;
}

.qodef-fullscreen-menu > ul > li > a {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 44px;
  line-height: 1.09091em;
  font-weight: 500;
  letter-spacing: 0.06em;
  letter-spacing: 0.15em;
  color: #45392A;
}

.qodef-fullscreen-menu > ul > li > a:hover {
  color: var(--qode-main-color);
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a, .qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: var(--qode-main-color);
}

.qodef-fullscreen-menu > ul > li:first-child {
  padding-top: 0;
}

.qodef-fullscreen-menu > ul > li:last-child {
  padding-bottom: 0;
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
  padding: 5px 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 300;
  color: #ccc;
  letter-spacing: 0.15em;
  letter-spacing: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #fff;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:first-child {
  padding-top: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:last-child {
  padding-bottom: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
  color: #fff;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: var(--qode-main-color);
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden;
}

.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,
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-widget-holder {
  visibility: visible;
}

.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;
}

.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon {
  display: block;
}

.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.qodef-fullscreen-menu-opener.qodef-source--predefined.qodef--opened .qodef--open {
  opacity: 0;
  visibility: hidden;
}

.qodef-fullscreen-menu-opener.qodef-source--predefined.qodef--opened .qodef--close {
  opacity: 1;
  visibility: visible;
}

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

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

#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 .qodef-widget-holder .widget[class*="_search"] form {
  color: #fff;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form input {
  color: #fff;
  width: 14px;
  line-height: 1em;
  border: 0 !important;
  transition: width 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form input:focus {
  width: 250px;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form input:-ms-input-placeholder {
  color: transparent;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form input::placeholder {
  color: transparent;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form .qodef-m-underline {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form .qodef-search-form-button {
  color: #fff !important;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form.qodef--opened input {
  width: 250px;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form.qodef--opened input:-ms-input-placeholder {
  color: #fff;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form.qodef--opened input::placeholder {
  color: #fff;
}

#qodef-page-header .qodef-widget-holder .widget[class*="_search"] form.qodef--opened .qodef-m-underline {
  transform: scaleX(1);
}

#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: 1px solid #483f30;
}

#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%);
  padding-left: inherit;
}

#qodef-page-header .qodef-header-logo-link .qodef-text-after-logo {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 2px 0 0 20px;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  display: block;
  height: auto;
  max-height: 100%;
  fill: transparent;
  stroke: currentColor;
  --qode-path-length: 310px;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg path {
  stroke-dasharray: var(--qode-path-length);
  stroke-dashoffset: var(--qode-path-length);
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path.qodef--animate svg path {
  animation: qode-spinner-logo 1.4s ease-out forwards;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 26px;
  line-height: 1.15385em;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: color 0.25s ease-out;
}

#qodef-page-header .qodef-skin--light .qodef-header-logo-link .qodef-text-after-logo {
  color: #fff;
}

#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;
}

.qodef-logo-overflow--enabled #qodef-page-header-inner {
  align-items: flex-start;
}

.qodef-logo-overflow--enabled #qodef-page-header-inner .qodef-header-logo-link {
  max-height: unset;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--divided-left #qodef-page-header {
  height: 130px;
}

.qodef-header--divided-left #qodef-page-header .qodef-divided-left-header-left-wrapper,
.qodef-header--divided-left #qodef-page-header .qodef-divided-left-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.qodef-header--divided-left #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
}

.qodef-header--divided-left #qodef-page-header .qodef-header-navigation {
  margin: 0;
}

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

.qodef-header--divided-left #qodef-page-header-inner {
  align-items: center;
  justify-content: center;
  border: none;
}

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

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-header-navigation {
  margin-left: auto;
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper .qodef-header-navigation {
  margin-right: auto;
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
  margin: 0 24px;
}

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

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

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link, .qodef-header--minimal
.qodef-header-sticky .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder, .qodef-header--minimal
.qodef-header-sticky .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: 24px;
}

/* ==========================================================================
   Header Switch layout styles
   ========================================================================== */
.qodef-header--switch #qodef-page-header {
  height: 106px;
}

.qodef-header--switch #qodef-page-header-inner {
  align-items: center;
  border: none;
}

.qodef-header--switch #qodef-page-header-inner .qodef-header-holder--right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 11px);
  height: auto;
  pointer-events: none;
}

.qodef-header--switch #qodef-page-header-inner .qodef-header-holder--right:before {
  content: '';
  position: absolute;
  left: 91px;
  right: 0;
  top: -10.5px;
  height: 1px;
  background-color: var(--qode-main-color);
}

.qodef-header--switch #qodef-page-header-inner .qodef-header-holder--right nav ul {
  pointer-events: all;
}

.qodef-header--switch #qodef-page-header-inner:after {
  display: none;
}

.qodef-header--switch #qodef-page-header-inner.qodef-skin--light .qodef-header-holder--right:before {
  background-color: #fff;
}

.qodef-header--switch #qodef-page-header-inner.qodef-skin--dark .qodef-header-holder--right:before {
  background-color: #000;
}

/* ==========================================================================
   Header Switch navigation style - begin
   ========================================================================== */
.qodef-header-switch-navigation {
  position: relative;
  margin-left: auto;
  padding-top: 14px;
  width: 300px;
    height: 350px !important;

  text-align: right;
}

.qodef-header-switch-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.qodef-header-switch-navigation ul li {
  position: relative;
  padding: 0;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  pointer-events: all;
  margin: 18px 0;
  text-align: right;
}

.qodef-header-switch-navigation ul li ul {
  margin-left: 0;
}

.qodef-header-switch-navigation ul li:first-child {
  margin-top: 0;
}

.qodef-header-switch-navigation ul li:last-child {
  margin-bottom: 0;
}

.qodef-header-switch-navigation ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 300;
  color: #ccc;
  justify-content: flex-end;
  display: inline-block;
}

.qodef-header-switch-navigation ul li a:hover {
  color: #fff;
}

.qodef-header-switch-navigation ul li.current-menu-item > a {
  color: #fff;
}

.qodef-header-switch-navigation ul li.qodef-menu--back {
  margin-bottom: 13px;
}

.qodef-header-switch-navigation ul li.qodef-menu--back a {
  display: block;
  --qode-hover-scale:1.23;
  --qode-hover-move: -6px;
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg {
  overflow: visible;
  fill: none;
  stroke-width: 1.2;
  stroke: currentColor;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-switch-navigation ul li.qodef-menu--back a {
  color: #fff;
}

.qodef-header-switch-navigation ul li.qodef-menu--back a:before {
  display: none;
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg {
  margin-left: calc(-1 * var(--qode-hover-move));
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg path {
  transform-origin: right;
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg {
  overflow: visible;
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg path {
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg path:nth-of-type(1) {
  transform: scaleX(1);
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg path:nth-of-type(2) {
  transform: translateX(0);
}

.qodef-header-switch-navigation ul li.qodef-menu--back a:hover svg path:nth-of-type(1) {
  transform: scaleX(var(--qode-hover-scale));
}

.qodef-header-switch-navigation ul li.qodef-menu--back a:hover svg path:nth-of-type(2) {
  transform: translateX(var(--qode-hover-move));
}

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

.qodef-header-switch-navigation ul li .qodef-drop-down-second .sub-menu {
  position: absolute;
  padding-top: 8px;
  left: 130%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.qodef-header-switch-navigation ul li .qodef-drop-down-second .sub-menu li {
  margin: 9px 0;
}

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

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

.qodef-header-switch-navigation ul li.qodef-menu-sibling--open {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

.qodef-header-switch-navigation ul li.qodef-menu-sibling--open > a {
  opacity: 0;
}

.qodef-header-switch-navigation ul li.qodef-menu-item--open > a {
  opacity: 0;
  pointer-events: none;
}

.qodef-header-switch-navigation ul li.qodef-menu-item--open > .sub-menu,
.qodef-header-switch-navigation ul li.qodef-menu-item--open .qodef-drop-down-second-inner > .sub-menu {
  left: calc(100% - var(--qodef-submenu-width));
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 50ms;
}

.qodef-header-switch-navigation .ps__rail-y {
  display: none;
}

.qodef-header-switch-navigation > ul {
  display: inline-block;
  text-align: left;
}

.qodef-header-switch-navigation > ul > li > a {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  transition: color .2s ease-out, opacity .2s ease-out;
}

.qodef-header-switch-navigation > ul > li > a:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 1px;
  top: calc(50% - 1px);
  background-color: currentColor;
  transition: transform 0.52s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-origin: left;
  left: -16px;
  right: auto;
  transform: scaleX(0);
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-switch-navigation > ul > li > a {
  color: #fff !important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-switch-navigation > ul > li > a {
  color: #000 !important;
}

.qodef-header-switch-navigation > ul > li > a:hover {
  color: var(--qode-main-color);
}

.qodef-header-switch-navigation > ul > li > a:hover:before {
  transform: scaleX(1);
}

.qodef-header-switch-navigation > ul > li.current-menu-ancestor > a:before, .qodef-header-switch-navigation > ul > li.current-menu-item > a:before {
  transform: scaleX(1);
}

.qodef-header-switch-navigation .qodef-menu-item-arrow {
  display: none;
}

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

/* ==========================================================================
   Header Switch 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: 70px;
  width: 100%;
  background-color: #000;
  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 .qodef-header-logo-link {
  padding: 10px 0;
}

#qodef-page-header .qodef-header-sticky .qodef-header-logo-link.qodef-source--svg-path {
  color: var(--qode-main-color);
}

.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-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: #000000;
  z-index: 101;
  /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
}

#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;
}

#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  border-bottom: 1px solid var(--qode-main-color);
}

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

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

/* ==========================================================================
   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: #fafafa;
}

.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: "Roboto", 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: #000;
}

#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 .qodef-m-icon {
  visibility: hidden;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
  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: 55px;
  height: auto;
  max-height: 100%;
  fill: transparent;
  stroke: currentColor;
  --qode-path-length: 310px;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg path {
  stroke-dasharray: var(--qode-path-length);
  stroke-dashoffset: var(--qode-path-length);
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path.qodef--animate svg path {
  animation: qode-spinner-logo 1.4s ease-out forwards;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 26px;
  line-height: 1.15385em;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: color 0.25s ease-out;
}

/* ==========================================================================
   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 .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: #000000;
  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: 10px;
  right: 0;
  width: 10px;
  height: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: color 0.25s ease-out;
  transform: rotate(0);
  transition: transform 0.25s ease-out, color 0.25s 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 {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

#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: "Khand", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover:before {
  transform: scaleX(1);
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a:before, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a:before {
  transform: scaleX(1);
}

#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: 0;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transition: opacity 0.25s ease-out;
}

.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: #000;
  border: 1px solid #483F30;
}

.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: 48px 0 42px;
  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: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.15em;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover:before {
  transform: scaleX(1);
}

.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 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 300;
  color: #ccc;
  position: relative;
  display: flex;
  white-space: normal;
  margin: 9px 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
  color: #fff;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a:before {
  transform: scaleX(1);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover:before {
  transform: scaleX(1);
}

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 span > *,
.qodef-opener-icon.qodef-source--svg-path span path {
  fill: currentColor;
  stroke: currentColor;
}

.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: 20px;
  height: 13px;
}

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

.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.qodef--opened .qodef-m-line.qodef--1 {
  top: 6px;
  transform: rotate(45deg);
}

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

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

.qodef-browser--safari .qodef-opener-icon.qodef-source--predefined .qodef-svg--line-opener {
  height: 25px;
  transform: translateZ(0);
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover:not(.qodef-side-area-opener):not(.qodef-fullscreen-menu-opener):not(.qodef-mobile-header-opener) svg:not(.qodef-svg--search):not(.qodef-svg--menu-vertical) path {
  animation: qode-draw 0.8s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover:not(.qodef-side-area-opener):not(.qodef-fullscreen-menu-opener):not(.qodef-mobile-header-opener) svg:not(.qodef-svg--search):not(.qodef-svg--menu-vertical) path:nth-of-type(2) {
  animation-delay: .2s;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-side-area-opener svg path {
  animation: qode-draw-vertical 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-side-area-opener svg path:nth-of-type(2), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-side-area-opener svg path:nth-of-type(5) {
  animation-delay: .1s;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-side-area-opener svg path:nth-of-type(3), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-side-area-opener svg path:nth-of-type(6) {
  animation-delay: .2s;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-fullscreen-menu-opener .qodef--open svg path, .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-mobile-header-opener .qodef--open svg path {
  animation: qode-draw-vertical 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-fullscreen-menu-opener .qodef--open svg path:nth-of-type(2), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-fullscreen-menu-opener .qodef--open svg path:nth-of-type(5), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-mobile-header-opener .qodef--open svg path:nth-of-type(2), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-mobile-header-opener .qodef--open svg path:nth-of-type(5) {
  animation-delay: .1s;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-fullscreen-menu-opener .qodef--open svg path:nth-of-type(3), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-fullscreen-menu-opener .qodef--open svg path:nth-of-type(6), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-mobile-header-opener .qodef--open svg path:nth-of-type(3), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-mobile-header-opener .qodef--open svg path:nth-of-type(6) {
  animation-delay: .2s;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-fullscreen-menu-opener .qodef--close svg path, .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-mobile-header-opener .qodef--close svg path {
  animation: qode-draw 0.8s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

.qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-fullscreen-menu-opener .qodef--close svg path:nth-of-type(2), .qodef-opener-icon.qodef-source--predefined:not(.qodef-search-opener):hover.qodef-mobile-header-opener .qodef--close svg path:nth-of-type(2) {
  animation-delay: .2s;
}

/* ==========================================================================
   #Parallax Background styles - start
   ========================================================================== */
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.qodef-parallax.elementor-inner-section {
  height: 100%;
}

.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
  --qode-y-px: calc(var(--qode-y) * 1px);
  transform: translateY(var(--qode-y-px)) translateZ(0px);
}

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

.qodef-parallax-img-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  opacity: 0;
}

.qodef-page-title .qodef-parallax-img-holder {
  min-height: 500px;
}

.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;
}

img.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: unset;
}

.elementor img.qodef-parallax-img {
  height: 100%;
  max-width: unset;
}

/* ==========================================================================
   #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 p {
  margin: 0;
}

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


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

.rs-layer .wpcf7-form-control-wrap,
.qodef-contact-form-7 .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}

.rs-layer .wpcf7-not-valid-tip,
.qodef-contact-form-7 .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}

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

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

.rs-layer .wpcf7-form:before,
.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;
}

.rs-layer .wpcf7-form:after,
.qodef-contact-form-7 .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid #fafafa;
  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;
}

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

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

@media only screen and (max-width: 680px) {
  .rs-layer .qodef-grid-inner,
  .qodef-contact-form-7 .qodef-grid-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

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

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 1 !important;
}

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

.qodef-instagram-list .sbi_photo_wrap a:after {
  color: white;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-out;
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  opacity: 1;
}

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

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
  margin: inherit !important;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Twitter List shortcode styles
   ========================================================================== */
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
  display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 300;
  color: #ccc;
  margin-right: 4px;
  margin-left: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child {
  margin-right: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  padding: 0;
  margin-top: -5px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: '\e094';
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  margin-top: -3px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: '\e094';
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0;
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
  --qode-columns: 3;
  --qode-columns-row-gap: 30px;
  --qode-columns-col-gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
  row-gap: var(--qode-columns-row-gap);
  column-gap: var(--qode-columns-col-gap);
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
  --qode-columns: 1;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
  --qode-columns: 2;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
  --qode-columns: 3;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
  --qode-columns: 4;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
  --qode-columns: 5;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
  --qode-columns: 6;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
  --qode-columns: 7;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
  --qode-columns: 8;
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
  --qode-columns-row-gap: 0px;
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
  --qode-columns-row-gap: 10px;
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
  --qode-columns-row-gap: 20px;
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
  --qode-columns-row-gap: 30px;
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
  --qode-columns-row-gap: 40px;
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
  --qode-columns-row-gap: 50px;
}

.qodef-twitter-list.qodef-vertical-gutter--extra-large .ctf-tweets {
  --qode-columns-row-gap: 60px;
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
  --qode-columns-row-gap: 80px;
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
  --qode-columns-col-gap: 0px;
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
  --qode-columns-col-gap: 10px;
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
  --qode-columns-col-gap: 20px;
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
  --qode-columns-col-gap: 30px;
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
  --qode-columns-col-gap: 40px;
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
  --qode-columns-col-gap: 50px;
}

.qodef-twitter-list.qodef-gutter--extra-large .ctf-tweets {
  --qode-columns-col-gap: 60px;
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
  --qode-columns-col-gap: 80px;
}

/* ==========================================================================
   Twitter List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
  color: #fff;
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
  color: #fff;
}

/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
.qodef-yith-wccl--predefined .select_box {
  display: inline-block;
}

.qodef-yith-wccl--predefined .select_box:after {
  display: none;
}

.qodef-yith-wccl--predefined .select_box .select_option {
  vertical-align: middle;
  border: 0;
  margin: 0 5px 0 0;
  display: inline-block;
  float: none;
  position: relative;
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
  margin-right: 0;
}

.qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
  border: 0;
  min-width: auto;
  width: auto;
  height: auto;
  line-height: inherit;
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
  width: 100px;
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
  background: #fff;
  border-radius: 0;
  border: 1px solid var(--qode-main-color) !important;
  padding: 10px;
  color: #ccc;
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
  top: 100%;
  bottom: auto;
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
  border: 1px solid transparent;
  padding: 1px;
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option > span:not(.yith_wccl_tooltip) {
  width: 38px;
  height: 15px;
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
  border-color: var(--qode-main-color);
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
  border: 1px solid transparent;
  padding: 1px;
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option > img:not(.yith_wccl_tooltip) {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
  border-color: var(--qode-main-color);
}

.qodef-yith-wccl--predefined .select_box.select_box_label > * {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
  transition: color 0.25s ease-out;
  margin: 0;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
  content: ',';
  margin-right: 5px;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
  display: none;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
  color: var(--qode-main-color);
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
  margin: 0 0 0 20px;
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
  margin-bottom: 10px;
  text-align: right;
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
  margin-bottom: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  background: rgba(255, 255, 255, 0.79) !important;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
  width: 960px !important;
  max-width: 90vw !important;
}

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), 0.5) !important;
  overflow-y: hidden !important;
  max-height: 90vh !important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
  margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner > * {
  padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
  align-self: stretch;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
  transform: translateX(0);
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image *:not(.qodef-woo-product-mark) {
  height: 100%;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
  margin: 0 !important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
  width: 100% !important;
  margin: 0 !important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper {
  display: none !important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
  align-self: center;
  padding: 30px;
}

#yith-quick-view-modal #yith-quick-view-close {
  border: 0 !important;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

#yith-quick-view-modal #yith-quick-view-close:after {
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
  font-size: 18px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

body:not([class*="tadao-core"]) #yith-quick-view-modal #yith-quick-view-close:after {
  content: 'x';
  font-family: initial;
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
  margin-top: 38px;
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background-color: transparent !important;
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: "\f06e";
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
  color: #fff !important;
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
  color: var(--qode-main-color) !important;
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
  display: none !important;
}

/* ==========================================================================
   WooCommerce mixins - start
   ========================================================================== */
/* ==========================================================================
   WooCommerce mixins - end
   ========================================================================== */
.yith-wcwl-form .wishlist-title-container {
  display: none !important;
}

.yith-wcwl-form .shop_table {
  font-size: 100%;
}

.yith-wcwl-form .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}

.yith-wcwl-form .shop_table th, .yith-wcwl-form .shop_table td {
  padding: 15px 0 15px 15px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}

.yith-wcwl-form .shop_table th:first-child, .yith-wcwl-form .shop_table td:first-child {
  padding-left: 0;
}

.yith-wcwl-form .shop_table th {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.yith-wcwl-form .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yith-wcwl-form .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}

.yith-wcwl-form .shop_table td ul li:last-child {
  margin-bottom: 0;
}

.yith-wcwl-form .shop_table td ul li label {
  margin-bottom: 0;
}

.yith-wcwl-form .shop_table p {
  margin: 0;
}

.yith-wcwl-form .shop_table .variation:before, .yith-wcwl-form .shop_table .variation:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.yith-wcwl-form .shop_table .variation:after {
  clear: both;
}

.yith-wcwl-form .shop_table .variation dt {
  clear: left;
  float: left;
  font-weight: initial;
}

@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table .variation dt {
    float: none;
    width: 100%;
  }
}

.yith-wcwl-form .shop_table .variation dd {
  clear: right;
  float: left;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table .variation dd {
    float: none;
    margin: 0;
    width: 100%;
  }
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
  background: transparent !important;
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
  width: auto !important;
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
  background: transparent !important;
  color: #ccc !important;
  border-color: transparent !important;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .button,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  outline: none !important;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out !important;
  padding: 8px 60px 9px !important;
  cursor: pointer !important;
  z-index: 3 !important;
  color: var(--qode-main-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--qode-main-color) !important;
  --qode-bg-color: transparent;
  --qode-bg-hover-color: var(--qode-main-color);
  background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0%, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0%, var(--qode-bg-color) 100%);
  transition: background-size 0.64s cubic-bezier(0.33, 0.02, 0, 0.93), color 0.25s ease-out, border-color 0.25s ease-out !important;
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 2px), center;
  background-size: 100% 0%, 100% 100%;
}

.qodef-browser--safari .yith-wcwl-form .wishlist_table .product-add-to-cart .button, .qodef-browser--safari
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart {
  background-position: 100% 100%, center;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover {
  color: #000 !important;
  border-color: var(--qode-main-color) !important;
  background-size: 100% calc(100% + 4px), 100% 100%;
  transition-delay: 0s, .05s, 0s;
}

.qodef-browser--safari .yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover, .qodef-browser--safari
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover {
  background-size: 100% 100%, 100% 100%;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .button i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i {
  display: none !important;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before {
  display: none !important;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added {
  display: none !important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background-color: transparent !important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: "\f004";
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f004";
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i {
  display: none !important;
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
  color: #fff !important;
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
  color: var(--qode-main-color) !important;
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
  display: none !important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
  display: none !important;
}

.qodef-order-tracking p:not(.form-row) {
  margin-top: 0;
}

.qodef-order-tracking .form-row {
  margin: 0;
}

/* ==========================================================================
   Product Category List Info on Image styles
   ========================================================================== */
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
  background-color: #ffffff;
  left: 50%;
  margin: 0;
  padding: 12px 41px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
  display: none;
}

.qodef-woo-product-list.qodef-layout--boxed .qodef-grid-inner {
  row-gap: 0 !important;
  column-gap: 0 !important;
  border-top: 1px solid var(--qode-main-color);
  border-left: 1px solid var(--qode-main-color);
}

.qodef-woo-product-list.qodef-layout--boxed .qodef-grid-inner .qodef-e {
  padding: 93px 13% 79px;
  border-right: 1px solid var(--qode-main-color);
  border-bottom: 1px solid var(--qode-main-color);
}

@media only screen and (max-width: 480px) {
  .qodef-woo-product-list.qodef-layout--boxed .qodef-grid-inner .qodef-e {
    padding: 43px 35px 29px 35px;
  }
}

.qodef-woo-product-list.qodef-layout--boxed.qodef-item-layout--info-below .qodef-e-content {
  margin: 24px 0 0;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   WooCommerce DropDown Cart static style start
   ========================================================================== */
.widget_shopping_cart,
.widget_tadao_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_tadao_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.widget_shopping_cart .qodef-m-posts-not-found,
.widget_tadao_core_woo_dropdown_cart .qodef-m-posts-not-found {
  color: #fff;
}

.widget_shopping_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_tadao_core_woo_dropdown_cart > .widgettitle,
.widget_tadao_core_woo_dropdown_cart .qodef-m-opener {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}

.widget_shopping_cart > .widgettitle .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count,
.widget_tadao_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-count,
.widget_tadao_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count {
  position: relative;
  top: 3px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 4px;
}

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

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

.touchevents header .widget_shopping_cart .widget_shopping_cart_content, .touchevents header
.widget_shopping_cart .qodef-widget-dropdown-cart-content, .touchevents header
.widget_tadao_core_woo_dropdown_cart .widget_shopping_cart_content, .touchevents header
.widget_tadao_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_tadao_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_tadao_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > * {
  padding: 0 38px !important;
}

.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_tadao_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_tadao_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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
  margin: 0 0 20px 0 !important;
  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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_tadao_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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img {
  margin: 0 20px 0 0;
  width: 60px;
}

.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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_tadao_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: 5px;
  z-index: 5;
}

.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg {
  display: block;
}

.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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_tadao_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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
  float: left;
  vertical-align: top;
}

.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
}

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

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

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

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

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

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

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

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
  margin: 0;
  color: #ccc;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_tadao_core_woo_dropdown_cart .qodef-m-order-details {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 23px 0 7px;
  color: #fff;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_tadao_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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_tadao_core_woo_dropdown_cart .qodef-m-action a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  padding: 8px 60px 9px;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  --qode-bg-color: transparent;
  --qode-bg-hover-color: var(--qode-main-color);
  background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0%, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0%, var(--qode-bg-color) 100%);
  transition: background-size 0.64s cubic-bezier(0.33, 0.02, 0, 0.93), color 0.25s ease-out, border-color 0.25s ease-out;
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 2px), center;
  background-size: 100% 0%, 100% 100%;
  width: 100%;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.qodef-browser--safari .widget_shopping_cart .woocommerce-mini-cart__buttons a, .qodef-browser--safari
.widget_shopping_cart .qodef-m-action a, .qodef-browser--safari
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a, .qodef-browser--safari
.widget_tadao_core_woo_dropdown_cart .qodef-m-action a {
  background-position: 100% 100%, center;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_tadao_core_woo_dropdown_cart .qodef-m-action a:hover {
  color: #000 !important;
  border-color: var(--qode-main-color) !important;
  background-size: 100% calc(100% + 4px), 100% 100%;
  transition-delay: 0s, .05s, 0s;
}

.qodef-browser--safari .widget_shopping_cart .woocommerce-mini-cart__buttons a:hover, .qodef-browser--safari
.widget_shopping_cart .qodef-m-action a:hover, .qodef-browser--safari
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover, .qodef-browser--safari
.widget_tadao_core_woo_dropdown_cart .qodef-m-action a:hover {
  background-size: 100% 100%, 100% 100%;
}

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

.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_tadao_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_tadao_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_tadao_core_woo_dropdown_cart:hover .widget_shopping_cart_content, header
.widget_tadao_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_tadao_core_woo_dropdown_cart {
  color: #ccc;
}

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

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

.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_tadao_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 a,
.widget_tadao_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_tadao_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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
  color: #ccc;
}

.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_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover {
  color: var(--qode-main-color);
}

#qodef-top-area .widget_shopping_cart, #qodef-top-area
.widget_tadao_core_woo_dropdown_cart {
  color: #ffffff;
}

#qodef-page-header .widget_shopping_cart, #qodef-page-header
.widget_tadao_core_woo_dropdown_cart {
  color: var(--qode-main-color);
}

#qodef-page-footer .widget_shopping_cart, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart {
  color: #cccccc;
}

#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .widget_shopping_cart_content,
#qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content {
  background-color: #000000;
  border-color: #ffffff;
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: #cccccc;
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: #ffffff;
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #cccccc;
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: #ffffff;
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove {
  color: #cccccc;
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover, #qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer
.widget_tadao_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover {
  color: #ffffff;
}

#qodef-side-area .widget_shopping_cart, #qodef-side-area
.widget_tadao_core_woo_dropdown_cart {
  color: #ffffff;
}

.qodef-mega-menu-widget-holder .widget_shopping_cart, .qodef-mega-menu-widget-holder
.widget_tadao_core_woo_dropdown_cart {
  color: #ffffff;
}

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

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

.widget_tadao_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_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
  position: fixed;
  top: 0;
  right: -360px;
  height: 100vh;
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 74px;
  background-color: #000;
  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_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
  top: 32px;
  height: calc(100vh - 32px);
}

.widget_tadao_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_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
  padding: 0 35px;
}

.widget_tadao_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;
  padding: 0 35px !important;
}

.widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

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

.widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}

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

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

.widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
  margin: 0;
}

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

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

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

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

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

.widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  --qode-bg-color: transparent;
  --qode-bg-hover-color: var(--qode-main-color);
  background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0%, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0%, var(--qode-bg-color) 100%);
  transition: background-size 0.64s cubic-bezier(0.33, 0.02, 0, 0.93), color 0.25s ease-out, border-color 0.25s ease-out;
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 2px), center;
  background-size: 100% 0%, 100% 100%;
}

.qodef-browser--safari .widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
  background-position: 100% 100%, center;
}

.widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
  color: #000;
  border-color: var(--qode-main-color);
  background-size: 100% calc(100% + 4px), 100% 100%;
  transition-delay: 0s, .05s, 0s;
}

.qodef-browser--safari .widget_tadao_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
  background-size: 100% 100%, 100% 100%;
}

.widget_tadao_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% - 360px);
  height: 100vh;
  overflow: hidden;
  z-index: 1002;
}

/* ==========================================================================
   WPBakery styles
   ========================================================================== */
.qodef-shortcode .wpb_row,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode ul.wpb_thumbnails-fluid > li,
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button {
  margin-bottom: 0 !important;
}

.qodef-vc-row-wrapper.qodef--parallax-row {
  width: 100%;
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
  height: auto !important;
}

/* 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 .35s 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 .35s 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--fade .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .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 .qodef-e .qodef-e-image a {
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
  width: auto;
  opacity: var(--qodef-client-initial-opacity, 1);
  will-change: opacity;
  transition: opacity .3s ease;
  display: inline-block;
}

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

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
  opacity: var(--qodef-client-hover-opacity, 0.5);
}

/* 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;
}

.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}

.qodef-portfolio-single .qodef-portfolio-info > *:last-child {
  margin: 0;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  margin: 0 2px 0 0;
}

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

.qodef-portfolio-single .qodef-portfolio-info a:hover {
  color: #fff;
}

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

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

.qodef-portfolio-single .qodef-variations--big .qodef-col--content {
  padding-right: 12%;
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
  margin: 0 0 8px;
}

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

.qodef-portfolio-single .qodef-variations--big ~ #qodef-single-portfolio-navigation {
  margin: 127px 0 100px;
}

.qodef-portfolio-single .qodef-e-info-item p {
  margin: 0;
}

.qodef-portfolio-single .qodef-items--fixed .qodef-grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-portfolio-single .qodef-e-content:not(.qodef-gutter--huge):not(.qodef-gutter--large):not(.qodef-gutter--medium):not(.qodef-gutter--normal):not(.qodef-gutter--small):not(.qodef-gutter--tiny):not(.qodef-gutter--no) {
  --qode-columns-row-gap: 29px;
  --qode-columns-col-gap: 45px;
}

/* ==========================================================================
   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-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
  opacity: 1;
}

.qodef-portfolio-category-list.qodef-item-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.25s ease-out;
}

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

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

/* ==========================================================================
   Portfolio Scaled Slider shortcode styles
   ========================================================================== */
.qodef-portfolio-interactive-list .qodef-grid-inner {
  --qode-columns-col-gap: 0;
  --qode-columns-row-gap: 0;
  border-top: 1px solid #302e2c;
  border-left: 1px solid #302e2c;
}

.qodef-portfolio-interactive-list .qodef-e-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qodef-portfolio-interactive-list .qodef-e-media,
.qodef-portfolio-interactive-list .qodef-e-media-image,
.qodef-portfolio-interactive-list .qodef-e-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.qodef-portfolio-interactive-list .qodef-e-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.06) translateX(0);
  transition: transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.qodef-portfolio-interactive-list .qodef-e:hover .qodef-e-content {
  opacity: 0;
  visibility: hidden;
}

.qodef-portfolio-interactive-list .qodef-e:hover .qodef-e-content .qodef-e-number,
.qodef-portfolio-interactive-list .qodef-e:hover .qodef-e-content .qodef-e-title {
  opacity: 0;
  transform: translateX(18px);
}

.qodef-portfolio-interactive-list .qodef-e:hover .qodef-e-media img {
  transform: scale(1.06) translateX(6px);
}

.qodef-portfolio-interactive-list .qodef-e-content {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  display: flex;
  align-items: flex-end;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility .5s ease;
  overflow: hidden;
  padding: 0 0 33px 60px;
  border: 1px solid #302e2c;
}

.qodef-portfolio-interactive-list .qodef-e-content .qodef-e-number,
.qodef-portfolio-interactive-list .qodef-e-content .qodef-e-title {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.35s ease, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.qodef-portfolio-interactive-list .qodef-e-title {
  margin: 0;
  display: flex;
  align-items: center;
}

.qodef-portfolio-interactive-list .qodef-e-title svg {
  margin: 0 0 2px 17px;
}

.qodef-portfolio-interactive-list .qodef-e-number {
  position: absolute;
  right: 67px;
  bottom: -50px;
  font-size: 200px;
  font-weight: 100;
  line-height: 1;
  color: #211e19;
  z-index: 1;
}

/* ==========================================================================
   Portfolio List shortcode styles
   ========================================================================== */
.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 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-content {
  margin: 16px 0 0;
}

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

.qodef-portfolio-list .qodef-e-categories a {
  color: #ccc;
}

.qodef-portfolio-list .qodef-e-categories a:hover {
  color: #fff;
}

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

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

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

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

.qodef-portfolio-list.qodef-swiper-container > .swiper-pagination-bullets {
  position: absolute !important;
  left: auto;
  right: 0;
  bottom: 0;
  width: auto;
}

.qodef-portfolio-list:not(.qodef-swiper-container) .qodef-e.qodef--has-appear {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s;
}

.qodef-portfolio-list:not(.qodef-swiper-container) .qodef-e.qodef--has-appear.qodef--appeared {
  transform: translateY(0);
  opacity: 1;
}

.qodef-portfolio-list:not(.qodef-swiper-container):not(.qodef-col-num--1) .qodef-e.qodef--has-appear:nth-of-type(2n) {
  transition-delay: .15s;
}

.qodef-portfolio-list:not(.qodef-swiper-container):not(.qodef-col-num--1) .qodef-e.qodef--has-appear:nth-of-type(3n) {
  transition-delay: .3s;
}

.qodef-portfolio-list:not(.qodef-swiper-container):not(.qodef-col-num--1) .qodef-e.qodef--has-appear:nth-of-type(4n) {
  transition-delay: .45s;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-excerpt {
  margin: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title {
  margin: 14px 0 0;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container .qodef-e-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container .swiper-slide.swiper-slide-active .qodef-e-content {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image {
  overflow: hidden;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image > a {
  position: relative;
  display: block;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image:after {
  --gradient-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background: linear-gradient(to top, var(--gradient-color) 0%, rgba(0, 0, 0, 0) 75%);
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay.qodef-swiper-container .qodef-e-media-image:after {
  background: linear-gradient(to top, var(--gradient-color) 0, rgba(0, 0, 0, 0) 45%);
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay:not(.qodef-swiper-container) .qodef-e-media-image {
  overflow: hidden;
  width: 100%;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay:not(.qodef-swiper-container) .qodef-e-media-image img {
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay:not(.qodef-swiper-container) .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.036);
  transition-duration: .9s;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image:after {
  opacity: 1;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
  height: 100%;
  width: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: var(--qodef-portfolio-info-on-hover-content-padding, 43px 40px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.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-post-link {
  z-index: 2;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner-holder {
  z-index: 3;
  pointer-events: none;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner-holder a {
  pointer-events: all;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
  opacity: 0;
  transition: opacity .5s ease-out;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner-holder,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner {
  --qode-x: 0px;
  --qode-y: 15px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition: opacity 0.37s ease-out, transform 0.7s cubic-bezier(0.43, 0.76, 0.33, 1), -webkit-clip-path 0.7s;
  transition: opacity 0.37s ease-out, transform 0.7s cubic-bezier(0.43, 0.76, 0.33, 1), clip-path 0.7s;
  transition: opacity 0.37s ease-out, transform 0.7s cubic-bezier(0.43, 0.76, 0.33, 1), clip-path 0.7s, -webkit-clip-path 0.7s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-media-image {
  overflow: hidden;
  width: 100%;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-media-image img {
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
  opacity: 1;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content-inner-holder,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content-inner {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content-inner {
  transition-delay: .15s, .15s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.036);
  transition-duration: .9s;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
  height: 100%;
  width: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity .5s ease-out;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image {
  overflow: hidden;
  width: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media-image img {
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 43px 50px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.37s ease-out, transform 0.5s cubic-bezier(0.43, 0.76, 0.33, 1);
}

.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: #fff;
}

.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: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
  z-index: 2;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article:hover .qodef-e-media:after {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article:hover .qodef-e-content {
  opacity: 0;
  transform: translateY(15px);
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article:hover .qodef-e-media-image img {
  transform: scale(1.038);
  transition-duration: .9s;
}

/* ==========================================================================
   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-title {
  margin: 0;
}

.qodef-portfolio-project-info .qodef-e-label {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  margin: 0;
}

.qodef-portfolio-project-info p, .qodef-portfolio-project-info a {
  margin: 0;
  color: inherit;
}

.qodef-portfolio-project-info a:hover {
  color: #fff;
}

.qodef-portfolio-project-info h1.qodef-e-title a:hover, .qodef-portfolio-project-info h2.qodef-e-title a:hover, .qodef-portfolio-project-info h3.qodef-e-title a:hover, .qodef-portfolio-project-info h4.qodef-e-title a:hover, .qodef-portfolio-project-info h5.qodef-e-title a:hover, .qodef-portfolio-project-info h6.qodef-e-title a:hover {
  color: inherit;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields .qodef-e-label {
  margin: 0 0 5px;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields .qodef-info--info-items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--vertical {
  row-gap: 28px;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--vertical.qodef-layout--vertical-inline {
  row-gap: 13px;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--vertical.qodef-layout--vertical-inline .qodef-e-label {
  margin: 0;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--vertical.qodef-layout--vertical-inline .qodef-info--info-items {
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--vertical.qodef-layout--boxed {
  row-gap: 0;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--vertical.qodef-layout--boxed .qodef-info--info-items {
  padding: 24px 0 29px;
  border-bottom: 1px solid #483F30;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--vertical.qodef-layout--boxed .qodef-info--info-items:first-child {
  border-top: 1px solid #483F30;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal {
  flex-direction: row;
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-with-more-items {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-with-more-items {
    flex-direction: row;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-with-more-items {
    flex-direction: column;
    align-items: center;
  }
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-with-more-items .qodef-info--info-items {
  display: inline-flex;
  width: auto;
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-with-more-items .qodef-info--info-items {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-with-more-items .qodef-info--info-items {
    align-items: center;
    padding: 0;
  }
}

.qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-layout--boxed .qodef-info--info-items {
  width: auto;
  padding: 31px 97px 32px 52px;
  border-left: 1px solid #483F30;
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal {
    flex-direction: column;
    row-gap: 30px;
  }
  .qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-layout--boxed {
    row-gap: 0;
  }
  .qodef-portfolio-project-info.qodef-project-info--custom-fields.qodef-layout--horizontal.qodef-layout--boxed .qodef-info--info-items {
    border-top: 1px solid #483F30;
    border-left: none;
    padding: 31px 97px 32px 27px;
  }
}

.qodef-portfolio-project-info .qodef-e-info-item p {
  margin: 0;
}

/* ==========================================================================
   Portfolio Project Info shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Portfolio Scaled Slider shortcode styles
   ========================================================================== */
.qodef-portfolio-scaled-slider {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
}

.qodef-portfolio-scaled-slider.qodef--init {
  opacity: 1;
  visibility: visible;
}

.qodef-portfolio-scaled-slider .qodef-portfolio-scaled-slider-inner {
  position: relative;
  height: 100%;
}

.qodef-portfolio-scaled-slider .qodef-e {
  position: absolute;
  top: 0;
}

.qodef-portfolio-scaled-slider .qodef-e-inner {
  position: relative;
}

.qodef-portfolio-scaled-slider .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 43px 50px;
  background: linear-gradient(to top, #000 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.qodef-portfolio-scaled-slider .qodef-e:hover .qodef-e-content {
  opacity: 1;
}

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

.qodef-portfolio-scaled-slider .qodef-e-read-more {
  margin: 4px 0 0;
}

/* ==========================================================================
   Related Portfolio Single Items styles
   ========================================================================== */
#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 146px 0 100px;
}

#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 {
  position: relative;
  display: flex;
  align-items: center;
}

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
  --qode-hover-scale:1.23;
  --qode-hover-move: -6px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
  margin-right: 11px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
  margin-left: calc(-1 * var(--qode-hover-move));
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg path {
  transform-origin: right;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
  overflow: visible;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg path {
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg path:nth-of-type(1) {
  transform: scaleX(1);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg path:nth-of-type(2) {
  transform: translateX(0);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(1) {
  transform: scaleX(var(--qode-hover-scale));
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(2) {
  transform: translateX(var(--qode-hover-move));
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
  --qode-hover-scale:1.23;
  --qode-hover-move: 7px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
  margin-left: 11px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg {
  margin-right: var(--qode-hover-move);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg {
  overflow: visible;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg path {
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg path:nth-of-type(1) {
  transform: scaleX(1);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg path:nth-of-type(2) {
  transform: translateX(0);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(1) {
  transform: scaleX(var(--qode-hover-scale));
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(2) {
  transform: translateX(var(--qode-hover-move));
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link g path:nth-of-type(1) {
  fill: currentColor;
  transition: -webkit-clip-path .33s ease-out;
  transition: clip-path .33s ease-out;
  transition: clip-path .33s ease-out, -webkit-clip-path .33s ease-out;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover g path:nth-of-type(1) {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover g:nth-of-type(2) path:nth-of-type(1) {
  transition-delay: .16s;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover g:nth-of-type(3) path:nth-of-type(1) {
  transition-delay: .08s;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover g:nth-of-type(4) path:nth-of-type(1) {
  transition-delay: .32s;
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  padding-top: 1px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--custom-full-width #qodef-single-portfolio-navigation {
  padding: 0 100px;
  margin: 146px 0 206px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--custom-full-width #qodef-single-portfolio-navigation {
    padding: 0 64px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--custom-full-width #qodef-single-portfolio-navigation {
    display: block;
    max-width: 86%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 30px;
  float: none;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
  margin: 0;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 20px;
  float: none;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Team Single styles
   ========================================================================== */
.single-team #qodef-page-inner {
  padding: 0;
}

.qodef-team-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-team-single .qodef-e-intro-inner {
  display: flex;
  align-items: flex-end;
}

.qodef-team-single .qodef-e-intro-inner > * {
  width: 50%;
}

.qodef-team-single .qodef-e-intro-info-holder {
  padding: 0 13% 52px 60px;
}

.qodef-team-single .qodef-e-title {
  margin: 0 0 12px;
}

.qodef-team-single .qodef-team-member-role {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #ccc;
  margin: 0 0 26px;
}

.qodef-team-single .qodef-e-info--short {
  margin: 0 0 56px;
}

.qodef-team-single .qodef-social-icons-holder ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-team-single .qodef-social-icons-holder ul li {
  display: inline-flex;
  align-items: center;
}

.qodef-team-single .qodef-social-icons-holder ul li:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #473c30;
  margin: 0 5px;
}

.qodef-team-single .qodef-social-icons-holder ul li:last-child:after {
  display: none;
}

.qodef-team-single .qodef-social-icons-holder ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-team-single .qodef-social-icons-holder ul li a:hover {
  color: #C1A68A;
}

.qodef-team-single .qodef-e-content-inner {
  display: flex;
  align-items: flex-start;
  padding: 200px 0 175px;
  column-gap: 0;
  row-gap: 54px;
}

.qodef-team-single .qodef-e-content-inner > * {
  width: 50%;
}

.qodef-team-single .qodef-e-content-left {
  padding: 0 5% 0 13.6%;
}

.qodef-team-single .qodef-e-bio-content {
  margin: 0 0 61px;
}

.qodef-team-single .qodef-e-bio-title {
  margin: 0 0 20px;
}

.qodef-team-single .qodef-e-info--long {
  margin: 0;
}

.qodef-team-single .qodef-e-content-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 13px;
}

.qodef-team-single .qodef-e-content-item .qodef-e-item {
  margin: 0 0 6px;
}

.qodef-team-single .qodef-e-content-item .qodef-e-item:last-child {
  margin: 0;
}

.qodef-team-single .qodef-e-content-item p {
  margin: 0;
}

.qodef-team-single .qodef-e-content-item a {
  color: #ccc;
}

.qodef-team-single .qodef-e-content-item:last-child {
  margin: 0;
}

.qodef-team-single .qodef-e-item-title {
  margin: 0;
  width: 23.4%;
  padding-top: 3px;
  flex-shrink: 0;
}

.qodef-team-single .qodef-e-team-member-resume {
  margin: 64px 0 0;
}

.qodef-team-single .qodef-e-team-member-resume .qodef-button {
  letter-spacing: 0.15em;
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-title {
  margin: 0 0 3px;
}

.qodef-team-list .qodef-e-role {
  margin: 0 0 22px;
}

.qodef-team-list .qodef-social-icons-holder ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-team-list .qodef-social-icons-holder ul li {
  display: inline-flex;
  align-items: center;
}

.qodef-team-list .qodef-social-icons-holder ul li:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #473c30;
  margin: 0 5px;
}

.qodef-team-list .qodef-social-icons-holder ul li:last-child:after {
  display: none;
}

.qodef-team-list .qodef-social-icons-holder ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-team-list .qodef-social-icons-holder ul li a:hover {
  color: #C1A68A;
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e-inner {
  display: flex;
  align-items: flex-end;
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e-inner > * {
  width: 50%;
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e-content {
  padding: 32px 50px;
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e .qodef-e-media-image {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e .qodef-e-media-image img {
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e .qodef-e-media-image:after {
  --gradient-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background: linear-gradient(to top, var(--gradient-color) 0%, rgba(0, 0, 0, 0) 75%);
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.036);
  transition-duration: .9s;
}

.qodef-team-list.qodef-item-layout--info-aside .qodef-e:hover .qodef-e-media-image:after {
  opacity: 1;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 26px 0 0;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-media-image {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-media-image img {
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-media-image:after {
  --gradient-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background: linear-gradient(to top, var(--gradient-color) 0%, rgba(0, 0, 0, 0) 75%);
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.036);
  transition-duration: .9s;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-media-image:after {
  opacity: 1;
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}

.qodef-testimonials-list .qodef-e-media-image img {
  width: auto;
}

.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}

.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 21px;
}

.qodef-testimonials-list .qodef-e-text.qodef--predefined {
  font-size: 20px;
  line-height: 30px;
}

.qodef-testimonials-list .qodef-e-author {
  margin: 0;
}

.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: left;
  bottom: 0 !important;
  margin-top: 9px;
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background-color: var(--qode-main-color);
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-title,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-author {
  color: #fff;
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
  background-color: #fff;
}

.qodef-testimonials-list .swiper-button-prev {
  left: calc(-1 * var(--qode-hover-move)) !important;
}

.qodef-testimonials-list .swiper-button-next {
  right: var(--qode-hover-move) !important;
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list.qodef-item-layout--info-aside .qodef-e-inner {
  display: flex;
  align-items: flex-start;
  column-gap: 37px;
  row-gap: 20px;
}

@media only screen and (max-width: 480px) {
  .qodef-testimonials-list.qodef-item-layout--info-aside .qodef-e-inner {
    flex-direction: column;
  }
}

.qodef-testimonials-list.qodef-item-layout--info-aside .qodef-e-media-image {
  width: 80px;
  flex-shrink: 0;
  margin: 0;
}

.qodef-testimonials-list.qodef-item-layout--info-aside .qodef-e-text {
  margin: 0 0 18px;
}

.qodef-testimonials-list.qodef-item-layout--info-aside .qodef-e-author {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-testimonials-list.qodef-item-layout--info-aside .qodef-e-author-name {
  margin-left: 4px;
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
  text-align: center;
  padding: 0 24%;
}

@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    padding: 0 13%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    padding: 0 3%;
  }
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .swiper-slide .qodef-e-content {
  opacity: 0;
  transition: opacity .35s;
}

.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-content, .qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-content {
  opacity: 1;
  transition-duration: 1.5s;
  transition-delay: .25s;
}

/* ==========================================================================
# Search covers header - start
========================================================================== */
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}

.qodef-search-cover-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #000;
  z-index: -1;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid var(--qode-main-color);
}

.qodef-search-cover-form .qodef-m-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  color: #ccc;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}

.qodef-search-cover-form .qodef-m-form-field:focus {
  color: #ccc;
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-cover-form .qodef-m-close {
  flex-shrink: 0;
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
  font-size: 23px;
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
  animation: cover_search_fade_out .3s ease both;
}

.qodef-covers-search--fadein .qodef-search-cover-form {
  animation: cover_search_fade_in .3s ease both;
}

.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
  display: none;
}

/* ==========================================================================
# Search covers header - end
========================================================================== */
/* ==========================================================================
# 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-color: #000;
  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: 60%;
  margin: 0 auto;
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.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;
  transition: color 0.25s ease-out;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: var(--qode-main-color);
  background: none;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 7px;
  transition: color 0.2s 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: 1px solid #5b5b5b;
  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: 33px;
  right: 70px;
  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;
}

/* 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.qodef-source--predefined {
  color: var(--qode-main-color);
}

.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

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

/* ==========================================================================
# 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 {
  border-bottom: 1px solid #483F30;
  padding-bottom: 12px;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #483F30;
  margin: 18px 0 0;
  padding: 30px 0 10px;
  transition: color .2s ease-out, background-color .2s ease-out;
  cursor: pointer;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
  border-top: none;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  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%);
  transition: opacity .2s ease-out;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
  display: block;
  line-height: inherit;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus:before {
  content: '';
  width: 22px;
  height: 1px;
  background-color: var(--qode-main-color);
  position: absolute;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus:after {
  content: '';
  height: 22px;
  width: 1px;
  background-color: var(--qode-main-color);
  position: absolute;
  transform: translateY(-50%);
  -webkit-clip-path: inset(0 -1px);
          clip-path: inset(0 -1px);
  transition: -webkit-clip-path .35s ease-out;
  transition: clip-path .35s ease-out;
  transition: clip-path .35s ease-out, -webkit-clip-path .35s ease-out;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus:after, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus:after {
  -webkit-clip-path: inset(0% 0 100% 0);
          clip-path: inset(0% 0 100% 0);
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 0 15% 36px 0;
  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 .qodef-e-inner {
  padding: 18px 0 0;
}

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

.qodef-awards-list .qodef-e-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  margin: 1px 0 0;
}

.qodef-awards-list .qodef-e-text {
  margin: 9px 0 0;
  padding-right: 5%;
}

/* ==========================================================================
   Banner shortcode styles
   ========================================================================== */
.qodef-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-banner .qodef-m-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.qodef-banner .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
}

.qodef-banner:hover .qodef-m-content {
  opacity: 0;
}

.qodef-banner .qodef-m-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.qodef-banner .qodef-m-title {
  margin: 10px 0 4px;
}

.qodef-banner .qodef-m-title-inner {
  display: inline-block;
}

.qodef-banner .qodef-m-subtitle {
  font-family: "Khand", sans-serif;
  margin: 0;
  opacity: .5;
  letter-spacing: 0;
}

.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: var(--qode-main-color);
  margin: 0 0 10px;
  font-style: italic;
}

.qodef-banner .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.qodef-banner .qodef-m-image img {
  display: block;
  transition: all .35s ease-out;
}

.qodef-banner.qodef-borders--enabled .qodef-m-content {
  border: 1px solid #302e2c;
}

.qodef-banner.qodef-borders--enabled.qodef-left-border--disabled .qodef-m-content {
  border-left: none;
}

@media only screen and (max-width: 768px) {
  .qodef-banner.qodef-borders--enabled.qodef-left-border--disabled .qodef-m-content {
    border: 1px solid #302e2c;
  }
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px 40px;
}

@media only screen and (max-width: 1024px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    padding: 27px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    padding: 34px 27px;
  }
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 10px 0;
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0;
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 10px 0 0;
}

.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-button {
  font-family: "Khand", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-button .qodef-m-text {
  padding-top: 4px;
}

.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-button .qodef-m-arrow {
  margin-left: 15px;
}

.qodef-banner.qodef-layout--link-button .qodef-m-image img {
  transform: scale(1.06) translateX(0);
  transition: transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.qodef-banner.qodef-layout--link-button .qodef-m-content {
  transition: opacity .5s ease, visibility .5s ease;
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.35s ease, transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.qodef-banner.qodef-layout--link-button:hover .qodef-m-content {
  opacity: 0;
  visibility: hidden;
}

.qodef-banner.qodef-layout--link-button:hover .qodef-m-content .qodef-m-content-inner {
  opacity: 0;
  transform: translateX(18px);
}

.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img {
  transform: scale(1.06) translateX(6px);
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  padding: 8px 60px 9px;
}

.qodef-button.qodef-size--small {
  padding: 5px 34px;
}

.qodef-button.qodef-size--large {
  padding: 12px 90px;
}

.qodef-button.qodef-size--full {
  width: 100%;
  padding: 12px 20px;
  justify-content: center;
  text-align: center;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #000;
  border: 1px solid var(--qode-main-color);
  --qode-bg-color: transparent;
  --qode-bg-hover-color: var(--qode-main-color);
  background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0%, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0%, var(--qode-bg-color) 100%);
  transition: background-size 0.64s cubic-bezier(0.33, 0.02, 0, 0.93), color 0.25s ease-out, border-color 0.25s ease-out;
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 2px), center;
  background-size: 100% calc(100% + 4px), 100% 100%;
  transition-delay: 0s, .05s, 0s;
}

.qodef-browser--safari .qodef-button.qodef-layout--filled.qodef-html--link {
  background-position: 100% 100%, center;
}

.qodef-browser--safari .qodef-button.qodef-layout--filled.qodef-html--link {
  background-size: 100% 100%, 100% 100%;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: var(--qode-main-color);
  background-size: 100% 0, 100% 100%;
}

.qodef-button.qodef-layout--outlined {
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  --qode-bg-color: transparent;
  --qode-bg-hover-color: var(--qode-main-color);
  background-image: linear-gradient(0deg, var(--qode-bg-hover-color) 0%, var(--qode-bg-hover-color) 100%), linear-gradient(0deg, var(--qode-bg-color) 0%, var(--qode-bg-color) 100%);
  transition: background-size 0.64s cubic-bezier(0.33, 0.02, 0, 0.93), color 0.25s ease-out, border-color 0.25s ease-out;
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 2px), center;
  background-size: 100% 0%, 100% 100%;
}

.qodef-browser--safari .qodef-button.qodef-layout--outlined {
  background-position: 100% 100%, center;
}

.qodef-button.qodef-layout--outlined:hover {
  color: #000;
  border-color: var(--qode-main-color);
  background-size: 100% calc(100% + 4px), 100% 100%;
  transition-delay: 0s, .05s, 0s;
}

.qodef-browser--safari .qodef-button.qodef-layout--outlined:hover {
  background-size: 100% 100%, 100% 100%;
}

.qodef-button.qodef-layout--simple {
  padding: 0 !important;
  background-color: transparent;
  border: 0;
  --qode-hover-scale:1.1;
  --qode-hover-move: 6px;
}

.qodef-button.qodef-layout--simple svg {
  display: block;
}

.qodef-button.qodef-layout--simple svg path:nth-of-type(1) {
  will-change: transform;
}

.qodef-button.qodef-layout--simple svg {
  margin-right: var(--qode-hover-move);
}

.qodef-button.qodef-layout--simple svg {
  overflow: visible;
}

.qodef-button.qodef-layout--simple svg path {
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

.qodef-button.qodef-layout--simple svg path:nth-of-type(1) {
  transform: scaleX(1);
}

.qodef-button.qodef-layout--simple svg path:nth-of-type(2) {
  transform: translateX(0);
}

.qodef-button.qodef-layout--simple:hover svg path:nth-of-type(1) {
  transform: scaleX(var(--qode-hover-scale));
}

.qodef-button.qodef-layout--simple:hover svg path:nth-of-type(2) {
  transform: translateX(var(--qode-hover-move));
}

.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
  --qode-hover-scale:1.23;
  --qode-hover-move: 7px;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
}

.qodef-button.qodef-layout--textual .qodef-m-arrow {
  margin-left: 10px;
}

.qodef-button.qodef-layout--textual svg {
  margin-right: var(--qode-hover-move);
}

.qodef-button.qodef-layout--textual svg {
  overflow: visible;
}

.qodef-button.qodef-layout--textual svg path {
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}

.qodef-button.qodef-layout--textual svg path:nth-of-type(1) {
  transform: scaleX(1);
}

.qodef-button.qodef-layout--textual svg path:nth-of-type(2) {
  transform: translateX(0);
}

.qodef-button.qodef-layout--textual:hover {
  color: var(--qode-main-color);
  background-color: transparent;
}

.qodef-button.qodef-layout--textual:hover svg path:nth-of-type(1) {
  transform: scaleX(var(--qode-hover-scale));
}

.qodef-button.qodef-layout--textual:hover svg path:nth-of-type(2) {
  transform: translateX(var(--qode-hover-move));
}

/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.qodef-countdown .qodef-m-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%;
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%;
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.33333%;
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%;
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%;
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.66667%;
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-size: 36px;
  line-height: 1.11111em;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--qode-main-color);
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  text-transform: lowercase;
  margin-top: 6px;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
  text-align: center;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
  position: relative;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: "Khand", sans-serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 1;
  color: var(--qode-main-color);
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
}

.qodef-counter.qodef-layout--simple span.qodef-m-title {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #fff;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}

.qodef-counter.qodef-layout--simple.qodef-align--left {
  text-align: left;
}

.qodef-counter.qodef-layout--simple.qodef-align--left .qodef-m-title {
  left: 0;
  transform: translate3d(0%, -50%, 0);
}

.qodef-counter.qodef-layout--simple.qodef-align--right {
  text-align: right;
}

.qodef-counter.qodef-layout--simple.qodef-align--right .qodef-m-title {
  left: auto;
  right: 0;
  transform: translate3d(0%, -50%, 0);
}

/* ==========================================================================
   Crossfade Image shortcode styles
   ========================================================================== */
.qodef-crossfade-image img {
  display: block;
}

.qodef-crossfade-image .qodef-m-image {
  position: relative;
}

.qodef-crossfade-image .qodef-m-image:hover .qodef-m-image-hover {
  opacity: 1;
}

.qodef-crossfade-image .qodef-m-image .qodef-m-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.44s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.qodef-crossfade-image .qodef-m-title {
  display: block;
  margin: 18px 0 0;
}

.qodef-crossfade-image .qodef-m-title a {
  display: block;
  color: inherit;
}

.qodef-crossfade-image.qodef-image-has-border .qodef-m-image {
  border: 1px solid var(--qodef-crossfade-image-border-color, transparent);
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.widget.widget_tadao_core_custom_font {
  margin-bottom: 0 !important;
}

.qodef-custom-font {
  position: relative;
  margin: 0;
}

/* ==========================================================================
   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: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 44px;
  line-height: 1.09091em;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 26px;
  line-height: 1.15385em;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: var(--qode-main-color);
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

/* ==========================================================================
   Expanded Showcase shortcode style - begin
   ========================================================================== */
.qodef-expanded-showcase {
  position: relative;
}

.qodef-expanded-showcase .qodef-e-inner {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.qodef-expanded-showcase .qodef-e-item {
  display: flex;
  align-items: stretch;
  gap: 25px;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n+2) .qodef-e-media-small {
  order: 2;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n+2) .qodef-e-content {
  order: 3;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n+2) .qodef-e-media-large {
  order: 1;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n+3) .qodef-e-media-small {
  order: 3;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n+3) .qodef-e-content {
  order: 1;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n+3) .qodef-e-media-large {
  order: 2;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n) .qodef-e-media-small {
  order: 3;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n) .qodef-e-content {
  order: 2;
}

.qodef-expanded-showcase .qodef-e-item:nth-child(4n) .qodef-e-media-large {
  order: 1;
}

.qodef-expanded-showcase .qodef-e-media-small {
  width: calc(25% - 12px);
}

.qodef-expanded-showcase .qodef-e-media-large {
  width: 50%;
}

.qodef-expanded-showcase .qodef-e-media img,
.qodef-expanded-showcase .qodef-e-media a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-expanded-showcase .qodef-e-content {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(25% - 12px);
}

.qodef-expanded-showcase .qodef-e-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 9px 9px;
  background-image: repeating-linear-gradient(to right, #211e19, #211e19 1px, transparent 1px, transparent);
  z-index: -1;
}

.qodef-expanded-showcase .qodef-e-content-inner {
  padding: 20px 30px;
}

.qodef-expanded-showcase .qodef-e-title {
  margin: 0 0 6px;
}

.qodef-expanded-showcase .qodef-e-excerpt {
  margin: 0 0 28px;
  max-width: 80%;
}

@media only screen and (min-width: 1921px) {
  .qodef-expanded-showcase .qodef-e-excerpt {
    max-width: 66%;
  }
}

.qodef-expanded-showcase .qodef-e-media {
  overflow: hidden;
  position: relative;
}

.qodef-expanded-showcase .qodef-e-media:after {
  --gradient-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background: linear-gradient(to top, var(--gradient-color) 0%, rgba(0, 0, 0, 0) 75%);
}

.qodef-expanded-showcase .qodef-e-media img {
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.qodef-expanded-showcase .qodef-e-media:hover img {
  transform: scale(1.036);
  transition-duration: .9s;
}

.qodef-expanded-showcase .qodef-e-media:hover:after {
  opacity: 1;
}

.qodef-expanded-showcase.qodef--has-appear .qodef-e-item > div {
  --qodef-translate-y: 20px;
  transform: translateY(var(--qodef-translate-y));
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.8s;
}

.qodef-expanded-showcase.qodef--has-appear .qodef-e-item > div:nth-of-type(2) {
  transition-delay: .2s, .2s;
}

.qodef-expanded-showcase.qodef--has-appear .qodef-e-item > div:nth-of-type(3) {
  transition-delay: .3s, .3s;
}

.qodef-expanded-showcase.qodef--has-appear .qodef-e-item.qodef--appeared > div {
  opacity: 1;
  transform: translateY(0px);
}

/* ==========================================================================
   Expanded Showcase shortcode style - end
   ========================================================================== */
/* ==========================================================================
   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 {
  padding: 0 5px;
  color: #fff;
  background-color: var(--qode-main-color);
}

/* ==========================================================================
   Horizontal Layout shortcode style - begin
   ========================================================================== */
.qodef-horizontal-projects {
  position: relative;
  overflow: hidden;
}

.qodef-horizontal-projects .qodef-hl-items-wrapper-holder {
  display: flex;
  align-items: center;
}

.qodef-horizontal-projects .qodef-hl-items-wrapper {
  display: flex;
  --qodef-gap: 10px;
  --qodef-item-width:20vW;
  --qodef-holder-width: calc((var(--qodef-num-items) + 1) * var(--qodef-item-width));
  gap: var(--qodef-gap);
  width: var(--qodef-holder-width);
  padding: 0 var(--qodef-gap);
  height: calc(var(--qodef--adj-height) * 1px);
}

.qodef-horizontal-projects .qodef-hl-item {
  width: var(--qodef-item-width);
  transform-origin: 100% 0%;
}

.qodef-horizontal-projects .qodef-hl-item:nth-of-type(1) {
  transform: scale(2);
  transform-origin: 0% 0%;
}

.qodef-horizontal-projects .qodef-hl-item:nth-of-type(n + 2) {
  transform: translateX(100%);
}

.qodef-horizontal-projects .qodef-hl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.qodef-horizontal-projects .qodef-hli-image {
  position: relative;
  overflow: hidden;
}

.qodef-horizontal-projects .qodef-hli-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-horizontal-projects .qodef-hli-image:after {
  --gradient-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background: linear-gradient(to top, var(--gradient-color) 0%, rgba(0, 0, 0, 0) 75%);
}

.qodef-horizontal-projects .qodef-hli-image:hover:after {
  opacity: 1;
}

section.qodef--pinned-section > .elementor-container {
  min-height: 100vH;
}

/* ==========================================================================
   Horizontal Layout shortcode style - end
   ========================================================================== */
/* ==========================================================================
   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: 15px;
}

.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_tadao_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_tadao_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_tadao_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: 9px 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;
}

.qodef-icon-with-text.qodef--has-appear {
  --qodef-translate-y: 30px;
  transform: translateY(var(--qodef-translate-y));
  opacity: 0;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s;
}

.qodef-icon-with-text.qodef--has-appear.qodef--appeared {
  transform: translateY(0);
  opacity: 1;
}

.elementor-column:nth-of-type(2) .qodef-icon-with-text.qodef--has-appear.qodef--appeared {
  transition-delay: .1s, .1s;
}

.elementor-column:nth-of-type(3) .qodef-icon-with-text.qodef--has-appear.qodef--appeared {
  transition-delay: .2s, .2s;
}

/* ==========================================================================
   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: 23px;
}

.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;
}

.qodef-icon-holder a {
  display: block;
}

.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.25s ease-out, background-color 0.25s ease-out, border-color 0.25s 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_tadao_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_tadao_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_tadao_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_tadao_core_icon {
  margin-bottom: 0;
}

.qodef-image-gallery .qodef-e-content {
  margin: 30px 0 22px;
  text-align: center;
}

.qodef-image-gallery .qodef-e-title {
  margin: 0;
}

.qodef-image-gallery .qodef-e-text {
  margin: 6px 0 0;
}

.qodef-image-gallery.swiper-container-horizontal > .swiper-pagination-bullets {
  margin-top: 28px;
}

.qodef-image-gallery.qodef-borders--enabled .qodef-e-inner {
  position: relative;
  border: 1px solid #292219;
}

.qodef-image-gallery.qodef-borders--enabled .qodef-e-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qode-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  /* right & left */
  background-position: 0px 0px, 100% 100%, 100% 100%, 0px 0%;
  /* left */
  background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
  transition: background-size 0.82s cubic-bezier(0.36, 0.03, 0.2, 0.91);
  pointer-events: none;
}

.qodef-image-gallery.qodef-borders--enabled .qodef-e:hover .qodef-e-inner:after {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
  /* right & left */
}

.qodef-image-gallery:not(.qodef-borders--enabled):not(.swiper-container-fade):not(.qodef-hover--disabled) .qodef-e-media {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.qodef-image-gallery:not(.qodef-borders--enabled):not(.swiper-container-fade):not(.qodef-hover--disabled) .qodef-e-media:after {
  --gradient-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background: linear-gradient(to top, var(--gradient-color) 0%, rgba(0, 0, 0, 0) 75%);
}

.qodef-image-gallery:not(.qodef-borders--enabled):not(.swiper-container-fade):not(.qodef-hover--disabled) .qodef-e:hover .qodef-e-media:after {
  opacity: 1;
}

.qodef-image-gallery:not(.qodef-borders--enabled):not(.swiper-container-fade):not(.qodef-hover--disabled):not(.qodef-swiper-container) .qodef-e-inner img {
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.qodef-image-gallery:not(.qodef-borders--enabled):not(.swiper-container-fade):not(.qodef-hover--disabled):not(.qodef-swiper-container) .qodef-e:hover .qodef-e-inner img {
  transform: scale(1.036);
  transition-duration: .9s;
}

.qodef-image-gallery.swiper-container-fade.qodef-image-move--enabled img {
  width: 110% !important;
  height: auto;
  max-width: 110%;
  transform: translateX(var(--qode-x));
}

@media only screen and (max-width: 680px) {
  .qodef-image-gallery.swiper-container-fade.qodef-image-move--enabled img {
    min-height: 40vh;
    width: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.qodef-image-gallery.swiper-container-fade.qodef-image-move--enabled .qodef-e:nth-of-type(odd) img {
  --qode-x: 7%;
  margin-left: calc(-1.1 * var(--qode-x));
}

.qodef-image-gallery.swiper-container-fade.qodef-image-move--enabled .qodef-e:nth-of-type(even) img {
  --qode-x: -7%;
  margin-right: calc(1.1 * var(--qode-x));
}

.qodef-image-gallery.swiper-container-fade.qodef-image-move--enabled .qodef-e.swiper-slide-active img {
  animation: qodef-offset-move 6s linear forwards;
}

.qodef-image-gallery.swiper-container-fade .qodef-e .qodef-e-content {
  will-change: transform;
  transform: translateZ(0px);
  --qode-x: 40px;
}

.qodef-image-gallery.swiper-container-fade .qodef-e .qodef-e-text {
  will-change: transform;
  transform: translateZ(0px);
  --qode-x: 44px;
}

.qodef-image-gallery.swiper-container-fade .qodef-e.swiper-slide-active .qodef-e-content {
  animation: qodef-slider-text 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.qodef-image-gallery.swiper-container-fade .qodef-e.swiper-slide-active .qodef-e-text {
  animation: qodef-slider-text 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.qodef-image-gallery.qodef--adjustable-height {
  height: calc(100vh - var(--qode-height-offset, 110px));
}

@media only screen and (max-width: 1024px) {
  .qodef-image-gallery.qodef--adjustable-height {
    height: calc(100vh - var(--qode-height-offset-mobile, 110px));
  }
  .qodef-image-gallery.qodef--adjustable-height.qodef-swiper--show-navigation-combo {
    display: flex;
    flex-direction: column;
  }
  .qodef-image-gallery.qodef--adjustable-height.qodef-swiper--show-navigation-combo .qodef-e-content {
    margin-bottom: 0;
  }
  .qodef-image-gallery.qodef--adjustable-height.qodef-swiper--show-navigation-combo .swiper-wrapper {
    flex-grow: 1;
    min-height: 1px;
  }
  .qodef-image-gallery.qodef--adjustable-height.qodef-swiper--show-navigation-combo .swiper-pagination-bullets {
    flex-shrink: 0;
  }
  .qodef-image-gallery.qodef--adjustable-height.qodef-swiper--show-navigation-combo > .swiper-pagination-bullets {
    margin-bottom: 17px;
  }
}

.qodef-image-gallery.qodef--adjustable-height .qodef-e-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.qodef-image-gallery.qodef--adjustable-height .qodef-e-media {
  flex-grow: 1;
  min-height: 1px;
}

.qodef-image-gallery.qodef--adjustable-height .qodef-e-content {
  flex-shrink: 0;
}

.qodef-image-gallery.qodef--adjustable-height .qodef-e-media a {
  display: block;
  height: 100%;
  width: 100%;
}

.qodef-image-gallery.qodef--adjustable-height .qodef-e-media img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-image-gallery.qodef--adjustable-height ~ .qodef-image-gallery-navigation-button {
  margin-top: -51px !important;
}

.qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev {
  left: -125px !important;
}

.qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next {
  right: -125px !important;
}

/* ==========================================================================
   Image Marquee shortcode styles
   ========================================================================== */
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none;
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important;
}

.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
}

.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}

@keyframes qode-move-marquee {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes qode-move-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0%) translateZ(0);
  }
}

/* ==========================================================================
   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: auto;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-title {
  margin: 28px 0 0;
}

.qodef-image-with-text .qodef-m-text {
  margin: 1px 0 0;
}

.qodef-image-with-text.qodef-border--enabled .qodef-m-image {
  border: 1px solid #292219;
  transition: 0.25s ease-out;
}

.qodef-image-with-text.qodef-border--enabled .qodef-m-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qode-border-color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  /* right & left */
  background-position: 0px 0px, 100% 100%, 100% 100%, 0px 0%;
  /* left */
  background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
  transition: background-size 0.82s cubic-bezier(0.36, 0.03, 0.2, 0.91);
  pointer-events: none;
}

.qodef-image-with-text.qodef-border--enabled:hover .qodef-m-image:after {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
  /* right & left */
}

.qodef-image-with-text.qodef--has-appear {
  --qodef-translate-y: 60px;
  transform: translateY(var(--qodef-translate-y));
  opacity: 0;
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.6s;
}

.elementor-section:nth-of-type(odd) .elementor-column:nth-of-type(even) .qodef-image-with-text.qodef--has-appear {
  --qodef-translate-y: -60px;
}

.elementor-section:nth-of-type(even) .elementor-column:nth-of-type(odd) .qodef-image-with-text.qodef--has-appear {
  --qodef-translate-y: -60px;
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
  transform: translateY(0);
  opacity: 1;
}

.elementor-column:nth-of-type(2) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
  transition-delay: .2s, .2s;
}

.elementor-column:nth-of-type(3) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
  transition-delay: .4s, .4s;
}

/* ==========================================================================
   Info List shortcode styles
   ========================================================================== */
.qodef-info-list .qodef-m-title {
  margin: 0 0 34px 0;
}

.qodef-info-list .qodef-m-list {
  list-style: none;
  margin: 0;
}

.qodef-info-list .qodef-m-list-item {
  margin: 0 0 13px;
}

.qodef-info-list .qodef-m-list-item:last-child {
  margin-bottom: 0;
}

.qodef-info-list .qodef-m-list-item .qodef-m-label {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  margin: 0 5px 0 0;
  padding-bottom: 2px;
}

/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .0s .45s;
}

.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: center;
  z-index: 10;
}

.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: #45392A;
  transition: color 0.25s ease-out;
}

.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 {
  color: var(--qode-main-color);
}

.qodef-interactive-link-showcase .qodef-e-mobile-item {
  display: none;
  margin: 0;
}

.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);
}

/* ==========================================================================
   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 {
  color: var(--qode-main-color);
  background-color: transparent;
  margin: 11px 0;
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.09091em;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 70px;
  color: #45392A;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active {
  color: var(--qode-main-color);
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content .qodef-e-follow-image {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.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: 50%;
  right: 0;
  width: auto;
  pointer-events: none;
  --qode-x: 0px;
  --qode-y: 15px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition: opacity 0.37s ease-out, transform 0.7s cubic-bezier(0.43, 0.76, 0.33, 1), -webkit-clip-path 0.7s;
  transition: opacity 0.37s ease-out, transform 0.7s cubic-bezier(0.43, 0.76, 0.33, 1), clip-path 0.7s;
  transition: opacity 0.37s ease-out, transform 0.7s cubic-bezier(0.43, 0.76, 0.33, 1), clip-path 0.7s, -webkit-clip-path 0.7s;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content .qodef-e-follow-image {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.57s cubic-bezier(0.62, 0.83, 0.34, 0.93);
  transition: clip-path 0.57s cubic-bezier(0.62, 0.83, 0.34, 0.93);
  transition: clip-path 0.57s cubic-bezier(0.62, 0.83, 0.34, 0.93), -webkit-clip-path 0.57s cubic-bezier(0.62, 0.83, 0.34, 0.93);
}

.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: 284px;
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list {
  height: 69.18vh;
}

.admin-bar .qodef-interactive-link-showcase.qodef-layout--list {
  height: calc(69.18vh - 32px);
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  position: relative;
  display: block;
  width: 66.6667%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(0 2px 0 0);
          clip-path: inset(0 2px 0 0);
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image {
  transform: translateZ(0);
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 33.3333%;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 8.3335%;
}

@media only screen and (max-width: 1440px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding-left: 5%;
  }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
  margin: 15px 0;
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.15385em;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* ==========================================================================
   List Items shortcode styles
   ========================================================================== */
.qodef-list-items .qodef-m-title {
  margin: 0 0 27px 0;
}

.qodef-list-items .qodef-m-list {
  margin: 0;
}

.qodef-list-items .qodef-m-list-item {
  display: flex;
  list-style: none;
}

.qodef-list-items .qodef-m-list-item:last-child {
  margin-bottom: 0 !important;
}

.qodef-list-items .qodef-m-list-item-inner {
  color: inherit;
  margin: 0;
}

.qodef-list-items .qodef-m-list-text {
  color: inherit;
  transition: color 0.25s ease-out;
}

.qodef-list-items .qodef-m-list-link {
  color: inherit;
}

.qodef-list-items .qodef-m-list-link:hover {
  color: inherit;
}

.qodef-list-items.qodef-layout--bulleted-list .qodef-m-list-item {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
}

.qodef-list-items.qodef-layout--bulleted-list .qodef-m-list-marker {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--qode-main-color);
  margin: 0 9px 0 0;
}

/* ==========================================================================
   Pricing Table shortcode styles
   ========================================================================== */
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.qodef-pricing-table.qodef-status--featured .qodef-m-inner {
  border: 1px solid var(--qode-main-color);
}

.qodef-pricing-table .qodef-m-inner {
  padding: 79px 20% 88px;
  border: 1px solid #393027;
  text-align: left;
}

.qodef-pricing-table .qodef-m-title p {
  margin: 0;
  color: var(--qode-main-color);
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-pricing-table .qodef-m-price {
  margin-top: 15px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: flex-start;
}

.qodef-pricing-table .qodef-m-content {
  margin: 31px 0 0;
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}

.qodef-pricing-table .qodef-m-content ul li {
  margin-bottom: 12px;
  position: relative;
  text-align: left;
  padding-left: 10px;
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}

.qodef-pricing-table .qodef-m-content ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--qode-main-color);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 48px 0 0;
}

/* ==========================================================================
   Progress Bar shortcode styles
   ========================================================================== */
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-progress-bar .qodef-m-canvas svg {
  display: block;
}

.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}

.qodef-progress-bar.qodef--init {
  visibility: visible;
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  flex-direction: column-reverse;
}

.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
}

.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -24px;
  right: 0;
  width: auto;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px;
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}

/* ==========================================================================
   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--has-appear {
  --qodef-translate-x: 40px;
  transform: translateX(var(--qodef-translate-x));
  opacity: 0;
  transition: transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s;
}

.qodef-section-title.qodef--has-appear .qodef-m-text {
  --qodef-translate-x: 35px;
  transform: translateX(var(--qodef-translate-x));
  opacity: 0;
  transition: transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s;
}

.qodef-section-title.qodef--has-appear.qodef--appeared {
  transform: translateX(0);
  opacity: 1;
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-text {
  transform: translateX(0);
  opacity: 1;
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative;
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid var(--qode-main-color);
  margin: 10px 0;
}

.qodef-separator.qodef-position--center {
  text-align: center;
}

.qodef-separator.qodef-position--left {
  text-align: left;
}

.qodef-separator.qodef-position--right {
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-disabled--1024 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-separator.qodef-disabled--768 {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-disabled--680 {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-separator.qodef-disabled--480 {
    display: none;
  }
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_tadao_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_tadao_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_tadao_core_separator {
  margin-bottom: 0;
}

/* ==========================================================================
   Simple Slider shortcode styles
   ========================================================================== */
.qodef-simple-slider .qodef-e-content {
  margin-top: 33px;
}

.qodef-alignment--left.qodef-simple-slider .qodef-e-content {
  text-align: left;
}

.qodef-alignment--right.qodef-simple-slider .qodef-e-content {
  text-align: right;
}

.qodef-alignment--center.qodef-simple-slider .qodef-e-content {
  text-align: center;
}

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

.qodef-simple-slider .qodef-e-content .qodef-e-text {
  margin: 8px 0 0;
}

.qodef-simple-slider + .qodef-m-simple-slider-navigation .swiper-button-next.swiper-button-outside {
  right: -116px !important;
}

.qodef-simple-slider + .qodef-m-simple-slider-navigation .swiper-button-prev.swiper-button-outside {
  left: -116px !important;
}

/* ==========================================================================
   Single Images shortcode styles
   ========================================================================== */
.qodef-single-image img {
  display: block;
}

.qodef-alignment--center .qodef-single-image img {
  margin: 0 auto;
}

.qodef-alignment--right .qodef-single-image img {
  margin: 0 0 0 auto;
}

.qodef-single-image.qodef-item-offset-animation .qodef-m-image {
  overflow: hidden;
}

.qodef-single-image.qodef-item-offset-animation img {
  width: 110%;
  height: auto;
  max-width: 110%;
  transform: translateX(var(--qode-x));
}

.qodef-single-image.qodef-item-offset-animation.qodef-item-offset-appear-direction--to-left {
  --qode-x: 9%;
}

.qodef-single-image.qodef-item-offset-animation.qodef-item-offset-appear-direction--to-left img {
  margin-left: calc(-1 * var(--qode-x));
}

.qodef-single-image.qodef-item-offset-animation.qodef-item-offset-appear-direction--to-right {
  --qode-x: -9%;
}

.qodef-single-image.qodef-item-offset-animation img {
  animation: qodef-offset-appear 13s linear forwards;
}

@media only screen and (max-width: 680px) {
  .qodef-single-image.qodef-item-offset-animation img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
  }
}

/* ==========================================================================
   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;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 49px 0 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #645444;
  display: block;
  transition: color 0.25s ease-out, background-color 0.25s ease-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,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
  color: var(--qode-main-color);
}

@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 0 26px 0;
    padding: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
}

.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;
}

/* ==========================================================================
   Text Marquee shortcode styles
   ========================================================================== */

@keyframes qode-text-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes qode-text-marquee-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.qodef-text-marquee .qodef-m-content {
  display: flex;
  font-family: "Khand", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

.qodef-text-marquee .qodef-m-content-inner {
  padding-right: 84px;
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite;
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite;
}

.qodef-separator-enabled--yes.qodef-text-marquee .qodef-m-content-inner {
  padding-right: 0.3em;
}

.qodef-text-marquee .qodef-m-text-1 {
  color: var(--qode-main-color);
}

.qodef-text-marquee .qodef-m-text-2 {
  color: var(--qode-main-color);
}

.qodef-text-marquee .qodef-m-text-3 {
  color: var(--qode-main-color);
}

.qodef-text-marquee .qodef-m-separator {
  color: var(--qode-main-color);
  position: relative;
  width: 6px;
  height: 100%;
  display: inline-flex;
  margin: 0 14px;
}

.qodef-text-marquee .qodef-m-separator:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 0.125em));
  width: 6px;
  height: 6px;
  background-color: currentColor;
}

/* ==========================================================================
   Thumbnail Slider shortcode styles
   ========================================================================== */
.qodef-thumbnail-slider .qodef-m-thumbnails {
  margin-top: 20px;
}

.qodef-thumbnail-slider .qodef-e-thumbnail .qodef-e-inner {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.qodef-thumbnail-slider .qodef-e-thumbnail .qodef-e-inner:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #292219;
}

.qodef-thumbnail-slider .qodef-e-thumbnail .qodef-e-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qode-border-color: #5E5247;
  background-repeat: no-repeat;
  background-size: calc(100% - 100%) 1px, 1px calc(100% - 100%);
  /* right & left */
  background-position: 0px 0px, 100% 100%, 100% 100%, 0px 0%;
  /* left */
  background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
  transition: background-size 0.82s cubic-bezier(0.36, 0.03, 0.2, 0.91);
  pointer-events: none;
}

.qodef-thumbnail-slider .qodef-e-thumbnail.swiper-slide-thumb-active .qodef-e-inner:after, .qodef-thumbnail-slider .qodef-e-thumbnail:hover .qodef-e-inner:after {
  background-size: calc(100% - 0%) 1px, 1px calc(100% - 0%);
  /* right & left */
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.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: #fff;
  font-size: 140px;
  line-height: 1;
}

.qodef-video-button .qodef-m-play span {
  line-height: inherit;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit;
}

.qodef-video-button .qodef-m-play svg {
  display: block;
}

.qodef-video-button .qodef-m-play svg.qodef-svg--play--stroke {
  overflow: visible;
  stroke-width: .6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-80deg);
  transition: transform 1.9s;
}

.qodef-video-button .qodef-m-play svg.qodef-svg--play--stroke path {
  stroke-dasharray: 265;
  stroke-dashoffset: 530;
  transition: stroke-dashoffset 1.9s;
}

.qodef-video-button .qodef-m-play:hover svg.qodef-svg--play--stroke {
  transform: rotate(40deg);
}

.qodef-video-button .qodef-m-play:hover svg.qodef-svg--play--stroke path {
  stroke-dashoffset: 0;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  min-height: 100%;
  padding: 146px 80px 35px;
  text-align: center;
  background-color: #000000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  border-left: 1px solid 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-close {
  position: absolute;
  top: 42px;
  right: 69px;
  display: block;
  z-index: 1000;
  color: var(--qode-main-color);
}

.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;
}

.widget .qodef-side-area-opener {
  color: var(--qode-main-color);
}

/* ==========================================================================
# Side Area style - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.qodef-social-share ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.qodef-social-share li a {
  font-size: 20px;
}

.qodef-social-share li.qodef-facebook-share a:hover {
  color: #3b5998;
}

.qodef-social-share li.qodef-twitter-share a:hover {
  color: #00aced;
}

.qodef-social-share li.qodef-linkedin-share a:hover {
  color: #007bb5;
}

.qodef-social-share li.qodef-tumblr-share a:hover {
  color: #32506d;
}

.qodef-social-share li.qodef-pinterest-share a:hover {
  color: #cb2027;
}

.qodef-social-share li.qodef-vk-share a:hover {
  color: #45668e;
}

/* ==========================================================================
   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-e-social-share-icon {
  width: 18px;
  height: auto;
  margin-left: 5px;
}

.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: flex;
}

.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: flex;
  align-items: center;
  justify-content: center;
  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: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  width: 100%;
  height: 100%;
}

.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: 20px;
  color: #ccc;
  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: 15px;
}

.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 ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

.qodef-social-share.qodef-layout--text ul li {
  display: inline-flex;
  align-items: center;
}

.qodef-social-share.qodef-layout--text ul li:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #473c30;
  margin: 0 5px;
}

.qodef-social-share.qodef-layout--text ul li:last-child:after {
  display: none;
}

.qodef-social-share.qodef-layout--text ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-social-share.qodef-layout--text ul li a:hover {
  color: #C1A68A;
}

/* ==========================================================================
   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.qodef-facebook-share a:hover {
  color: #3b5998;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
  color: #00aced;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
  color: #007bb5;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
  color: #32506d;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
  color: #cb2027;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #45668e;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a {
  color: var(--qode-main-color);
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
  color: #fff;
}

#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.qodef-facebook-share a:hover {
  color: #3b5998;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
  color: #00aced;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
  color: #007bb5;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
  color: #32506d;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
  color: #cb2027;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #45668e;
}

#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 {
  color: var(--qode-main-color);
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
  color: #fff;
}

#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.qodef-facebook-share a:hover {
  color: #3b5998;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
  color: #00aced;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
  color: #007bb5;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
  color: #32506d;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
  color: #cb2027;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #45668e;
}

#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 {
  color: var(--qode-main-color);
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
  color: #fff;
}

/* ==========================================================================
   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: #101010;
}

#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--predefined {
  transform-origin: bottom;
  --qodef-spinner-bg-color: #101010;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-lines:after {
  content: '';
  display: block;
  --slice-x: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: calc(var(--slice-x) + 3px) 100%;
  background-image: linear-gradient(0deg, var(--qodef-spinner-bg-color), var(--qodef-spinner-bg-color)), linear-gradient(0deg, var(--qodef-spinner-bg-color), var(--qodef-spinner-bg-color)), linear-gradient(0deg, var(--qodef-spinner-bg-color), var(--qodef-spinner-bg-color)), linear-gradient(0deg, var(--qodef-spinner-bg-color), var(--qodef-spinner-bg-color)), linear-gradient(0deg, var(--qodef-spinner-bg-color), var(--qodef-spinner-bg-color));
  animation: qode-spinner-bg 3s ease forwards;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-lines svg {
  width: auto;
  min-height: 100%;
  min-width: 100%;
  fill: none;
  stroke-width: 0.5;
  stroke: currentColor;
  transform: translateZ(0);
  will-change: transform;
  opacity: .7;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-logo svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  --qode-path-length: 310px;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-logo svg path {
  stroke-dasharray: var(--qode-path-length);
  stroke-dashoffset: var(--qode-path-length);
  animation: qode-spinner-logo 1.4s 2.2s ease-out forwards;
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner .qodef-m-spinner-logo svg path {
  animation: qode-spinner-logo-out 1s ease-out forwards;
}

/* ==========================================================================
   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: "Khand", 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-m-char.qodef-m-empty-char {
  white-space: pre;
}

#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: 18px;
  color: #ccc;
}

.qodef-page-title .qodef-breadcrumbs a {
  --qodef-underline-position-y: calc(100% - 0px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.25s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0% var(--qodef-underline-height);
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0% var(--qodef-underline-position-y);
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 3px 0 5px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '-';
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs {
  height: 220px;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 6px;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}

.widget.qodef-author-info .qodef-author-info-name {
  font-family: "Khand", sans-serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 9px;
}

.widget.qodef-author-info .qodef-author-info-name a {
  color: var(--qode-main-color);
}

.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}

/* ==========================================================================
   Contact Info widget static style start
   ========================================================================== */
.widget .qodef-contact-info-widget {
  margin: 0;
}

/* ==========================================================================
   Contact Info widget variable style start
   ========================================================================== */
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}

/* ==========================================================================
   Social Icons Group widget static style start
   ========================================================================== */
.qodef-social-icons-group .qodef-icon-holder {
  margin-right: 7px;
}

.qodef-social-icons-group .qodef-icon-holder a {
  transition: color 0.25s ease-out;
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 0;
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
  color: inherit;
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual {
  position: relative;
  align-items: center;
  color: var(--qode-main-color);
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual:not(:last-child):after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: var(--qodef-social-icon-color, #473c30);
  margin-left: 10px;
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: currentColor;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

#qodef-page-footer .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a,
#qodef-side-area .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a,
#qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a,
#qodef-page-header .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a {
  color: var(--qode-main-color);
}

#qodef-page-footer .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a:hover,
#qodef-side-area .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a:hover,
#qodef-page-sidebar .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a:hover,
#qodef-page-header .qodef-social-icons-group .qodef-icon-holder.qodef--textual.qodef--textual a:hover {
  color: #C1A68A;
}

/* ==========================================================================
   Social Icons Group widget variable style start
   ========================================================================== */
.widget.widget_tadao_core_social_icons_group .qodef-icon-holder.qodef-layout--circle, .widget.widget_tadao_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
  background-color: #fafafa;
}

.widget.widget_tadao_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover, .widget.widget_tadao_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
  color: var(--qode-main-color);
}

.widget.widget_tadao_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a, .widget.widget_tadao_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
  color: #fff;
}

/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_tadao_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
   ========================================================================== */
/* ==========================================================================
   Button widget styles
   ========================================================================== */
.widget_tadao_core_svg_icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}

.widget_tadao_core_svg_icon .qodef-m-holder {
  display: flex;
  align-items: center;
}

.widget_tadao_core_svg_icon .qodef-svg-icon-widget svg {
  display: block;
  fill: var(--fill-color);
  stroke: var(--stroke-color);
  max-width: 100%;
  max-height: 100%;
  transition: all .25s ease-out;
}

.widget_tadao_core_svg_icon .qodef-svg-icon-widget a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.widget_tadao_core_svg_icon .qodef-svg-icon-widget:hover svg,
.widget_tadao_core_svg_icon .qodef-svg-icon-widget a:hover svg {
  fill: var(--fill-hover-color);
  stroke: var(--stroke-hover-color);
}

.widget_tadao_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text,
.widget_tadao_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text {
  color: var(--text-hover-color);
}

.widget_tadao_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
  background-color: var(--background-hover-color);
}

.widget_tadao_core_svg_icon .qodef-m-icon {
  --fill-color: currentColor;
  --stroke-color: currentColor;
  --fill-hover-color: currentColor;
  --stroke-hover-color: currentColor;
  --background-color: transparent;
  --background-hover-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-height: 100%;
  background-color: var(--background-color);
  overflow: hidden;
  transition: all .25s ease-out;
}

.widget_tadao_core_svg_icon .qodef-m-text {
  --text-color: currentColor;
  --text-hover-color: currentColor;
  color: var(--text-color);
  transition: all .25s ease-out;
  line-height: 1;
}

#qodef-page-header .widget_tadao_core_svg_icon .qodef-m-text {
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  color: var(--qode-main-color);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: var(--qode-main-color);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 1440px) {
  #qodef-back-to-top {
    right: 56px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-back-to-top {
    right: 7%;
    bottom: 7%;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-back-to-top {
    right: 27px;
    bottom: 27px;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-background-text .qodef-m-background-text {
    font-size: 135px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-background-text .qodef-m-background-text {
    display: none !important;
  }
}

/* ==========================================================================
   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;
  }
}

/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}

/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
/* ==========================================================================
   Twitter List shortcode responsive styles
   ========================================================================== */
@media (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
    --qode-columns: 1;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
    --qode-columns: 2;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
    --qode-columns: 4;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
    --qode-columns: 5;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
    --qode-columns: 6;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
    --qode-columns: 7;
  }
}

@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
    --qode-columns: 8;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 60px;
  }
  .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 60px;
  }
}

/* ==========================================================================
   Twitter List shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 680px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    max-height: 30vh;
  }
}

@media only screen and (max-width: 680px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
    display: none;
  }
}

/* ==========================================================================
   Portfolio Single responseive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 0 18px;
  }
  .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 38px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 47px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-col--content {
    padding-right: 0;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 0;
  }
  .qodef-portfolio-single .swiper-button-prev {
    left: 46px !important;
  }
  .qodef-portfolio-single .swiper-button-next {
    right: 46px !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single .swiper-button-prev {
    left: 18px !important;
  }
  .qodef-portfolio-single .swiper-button-next {
    right: 18px !important;
  }
}

/* ==========================================================================
   Portfolio Scaled Slider shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-interactive-list .qodef-e-number {
    right: 40px;
    bottom: -40px;
    font-size: 160px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-interactive-list .qodef-e-content {
    padding: 0 0 33px 54px;
  }
  .qodef-portfolio-interactive-list .qodef-e-number {
    position: absolute;
    right: 54px;
    bottom: -40px;
    font-size: 160px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-interactive-list .qodef-e-content {
    padding: 0 0 33px 27px;
  }
  .qodef-portfolio-interactive-list .qodef-e-number {
    right: 27px;
    bottom: -20px;
    font-size: 80px;
  }
}

/* ==========================================================================
   Portfolio List shortcode styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-portfolio-list.qodef-swiper-container > .swiper-pagination-bullets {
    position: relative !important;
    left: 0;
    right: auto;
    justify-content: flex-start;
  }
}

/* ==========================================================================
   Portfolio List shortcode variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
    padding: 27px;
  }
}

/* ==========================================================================
   Portfolio Scaled Slider shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav-label {
    display: none;
  }
}

/* ==========================================================================
   Team Single responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-team-single .qodef-e-content-inner {
    padding: 95px 0 92px;
    row-gap: 90px;
    flex-wrap: wrap;
  }
  .qodef-team-single .qodef-e-intro-info-holder {
    padding: 46px 7% 0;
  }
  .qodef-team-single .qodef-e-content-left,
  .qodef-team-single .qodef-e-content-right {
    padding: 0 7%;
    width: 100%;
  }
  .qodef-team-single .qodef-e-info--short {
    margin: 0 0 38px;
  }
  .qodef-team-single .qodef-e-bio-content {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-team-single .qodef-e-content-inner {
    padding-top: 86px;
  }
  .qodef-team-single .qodef-e-intro-inner {
    flex-wrap: wrap;
  }
  .qodef-team-single .qodef-e-intro-media-holder {
    width: 100%;
  }
  .qodef-team-single .qodef-e-intro-info-holder {
    width: 100%;
    padding-top: 93px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-team-single .qodef-e-item-title {
    width: 33%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-team-single .qodef-e-item-title {
    width: 40%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-team-list.qodef-item-layout--info-aside .qodef-e-content {
    padding: 32px 27px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-team-list.qodef-item-layout--info-aside .qodef-e-inner {
    flex-wrap: wrap;
  }
  .qodef-team-list.qodef-item-layout--info-aside .qodef-e-inner > * {
    width: 100%;
  }
  .qodef-team-list.qodef-item-layout--info-aside .qodef-e-content {
    padding: 7%;
  }
}

/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.33333333333333%;
  }
}

/* ==========================================================================
   Expanded Showcase shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-expanded-showcase .qodef-e-excerpt {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-expanded-showcase .qodef-e-item {
    flex-wrap: wrap;
  }
  .qodef-expanded-showcase .qodef-e-item .qodef-e-media-small {
    width: calc(50% - 13px);
    order: 1 !important;
  }
  .qodef-expanded-showcase .qodef-e-item .qodef-e-content {
    width: calc(50% - 13px);
    order: 2 !important;
  }
  .qodef-expanded-showcase .qodef-e-item .qodef-e-media-large {
    width: 100%;
    order: 3 !important;
  }
  .qodef-expanded-showcase .qodef-e-excerpt {
    max-width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-expanded-showcase .qodef-e-content-inner {
    padding: 0 30px;
  }
  .qodef-expanded-showcase .qodef-e-excerpt {
    max-width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-expanded-showcase .qodef-e-inner {
    row-gap: 25px;
  }
  .qodef-expanded-showcase .qodef-e-item .qodef-e-content {
    padding: 73px 0 70px;
  }
  .qodef-expanded-showcase .qodef-e-content-inner {
    padding: 0 27px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-expanded-showcase .qodef-e-item {
    flex-direction: column;
  }
  .qodef-expanded-showcase .qodef-e-item .qodef-e-media-small {
    width: 100%;
    order: 2 ;
  }
  .qodef-expanded-showcase .qodef-e-item .qodef-e-content {
    width: 100%;
    order: 1 !important;
  }
}

/* ==========================================================================
   Expanded Showcase shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Horizontal Layout shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-horizontal-projects .qodef-hl-items-wrapper {
    --qodef-item-width:24vW;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-horizontal-projects .qodef-hl-items-wrapper {
    --qodef-item-width:50vW;
  }
}

/* ==========================================================================
   Horizontal Layout shortcode responsive style - end
   ========================================================================== */
@media only screen and (max-width: 1600px) {
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev {
    left: -90px !important;
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next {
    right: -90px !important;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev {
    left: -105px !important;
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next {
    right: -105px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev {
    left: -92px !important;
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev svg path:nth-of-type(1) {
    transform: scaleX(0.7);
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev svg path:nth-of-type(2) {
    transform: translateX(18px);
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev:hover svg path:nth-of-type(1) {
    transform: scaleX(0.8);
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-prev:hover svg path:nth-of-type(2) {
    transform: translateX(10px);
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next {
    right: -92px !important;
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next svg path:nth-of-type(1) {
    transform: scaleX(0.7);
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next svg path:nth-of-type(2) {
    transform: translateX(-18px);
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next:hover svg path:nth-of-type(1) {
    transform: scaleX(0.8);
  }
  .qodef-image-gallery-navigation-button.swiper-button-outside.swiper-button-next:hover svg path:nth-of-type(2) {
    transform: translateX(-10px);
  }
}

/* ==========================================================================
   Image Marquee shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none;
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block;
  }
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1366px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 100px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 60%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 40%;
  }
}

@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 {
    font-size: 36px;
    line-height: 1.11111em;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 30px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    padding-left: 30px;
  }
}

/* ==========================================================================
   Interactive Link Showcase Interactive List responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list {
    height: auto !important;
  }
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    font-size: 55px;
    margin: 15px 0;
    width: 100%;
  }
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-title {
    text-align: center;
  }
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-content {
    right: 0;
  }
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-image {
    transform: translate3d(0, -50%, 0);
  }
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-image img {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    font-size: 40px;
    margin: 10px 0;
  }
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-content {
    display: none;
  }
}

/* ==========================================================================
   Interactive Link Showcase List responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding-left: 0;
    padding-right: 4%;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 63%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    height: 50vh;
    padding: 0 7%;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 55%;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: 45%;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    height: auto;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    display: none;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: relative;
    width: 100%;
    padding: 0;
  }
}

/* ==========================================================================
   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;
  }
}

/* ==========================================================================
   Simple Slider shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 480px) {
  .qodef-simple-slider .qodef-m-simple-slider-navigation {
    display: none;
  }
}

@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;
  }
}

/* ==========================================================================
   Thumbnail Slider shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-m-play span {
    width: 0.7em;
    height: 0.7em;
  }
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
   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;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
  }
}
