/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* header 1st level */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* apply to input[type="checkbox"] */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Shortcodes mixins - start
   ========================================================================== */
/* ==========================================================================
   Shortcodes mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */

@font-face {
  font-family: "Lexend";
  src: url("../Lexend.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Lexend";
  src: url("../Lexend-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Lexend";
  src: url("../Lexend-Light.ttf");
  font-weight: 100;
}

@font-face {
  font-family: "Lexend";
  src: url("../Lexend-Medium.ttf");
  font-weight: 500;
}

.lucent-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

.mfp-gallery .mfp-bottom-bar .mfp-counter, .mfp-gallery .mfp-bottom-bar .mfp-title {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: lowercase !important;
}

.mfp-gallery button.mfp-arrow-right:after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-right-light.svg) center center no-repeat;
  width: 13px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}

.mfp-gallery button.mfp-arrow-left:after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-right-light.svg) center center no-repeat;
  width: 13px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mfp-gallery .mfp-image-holder .mfp-close:after {
  content: "";
  display: inline-block;
  background: url(../img/x-light.svg) center center no-repeat;
  width: 13px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 6px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mfp-gallery .mfp-figure:after {
  display: none;
}

.qodef-custom-mark-title .qodef-m-info {
  padding-left: 15px;
}

.qodef-custom-mark-title .qodef-m-info:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 17px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

.qodef-custom-sidebar-margin .qodef-page-sidebar-section {
  margin-top: 126px !important;
}

@media only screen and (max-width: 1024px) {
  .qodef-custom-sidebar-margin .qodef-page-sidebar-section {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-custom-padding .elementor-column-wrap {
    padding-right: 11% !important;
    padding-left: 11% !important;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-custom-padding .elementor-column-wrap {
    padding-right: 9% !important;
    padding-left: 7% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-custom-padding .elementor-column-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.qodef-custom-logo-top.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
  top: 10px;
}

.qodef-custom-appear img {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  -webkit-transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.elementor-editor-active .qodef-custom-appear img {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-custom-appear.qodef--appear img {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

@media only screen and (max-width: 1024px) {
  .qodef-title-responsive-custom .qodef-page-title.qodef-title-custom--font-size .qodef-m-title {
    padding-bottom: 46px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-title-responsive-custom .qodef-page-title.qodef-title-custom--font-size .qodef-m-title {
    padding-bottom: 49px;
  }
}

.qodef-dark-link-skin .qodef-m-content a {
  -webkit-transition: color .6s;
  -o-transition: color .6s;
  transition: color .6s;
}

.qodef-dark-link-skin .qodef-m-content a:hover {
  color: #000 !important;
}

.archive .qodef-blog.qodef--list .qodef-blog-item {
  margin: 0 0 57px;
}

.archive .qodef-blog.qodef--list .qodef-blog-item.format-link, .archive .qodef-blog.qodef--list .qodef-blog-item.format-quote {
  margin: 0 0 107px;
}

.archive .qodef-m-pagination.qodef--wp .nav-links {
  margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
  .archive .qodef-m-pagination.qodef--wp .nav-links {
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 680px) {
  .archive .qodef-m-pagination.qodef--wp .nav-links {
    margin-top: 20px;
  }
}

.archive #qodef-page-inner {
  padding: 113px 0 29px;
}

.archive.woocommerce-page #qodef-page-inner {
  padding: 104px 0 113px 0;
}

.archive .qodef-portfolio-list {
  margin-bottom: 48px !important;
}

@media only screen and (max-width: 1024px) {
  .qodef-custom-spacing #qodef-page-sidebar {
    margin-top: 98px;
  }
}

.qodef-title-wide-custom-padding .qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 28px;
}

.qodef-custom-underline {
  position: relative;
}

.qodef-custom-underline:after {
  content: '';
  display: block;
  width: 100%;
  height: .1em;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 7px;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.qodef-custom-underline:hover {
  color: currentColor;
}

.qodef-custom-underline:hover:after {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

#qodef-membership-register-modal-part .qodef-m-action-login .qodef-button.qodef-layout--textual:after {
  bottom: -4px !important;
}

/* ==========================================================================
   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: 49px;
  height: auto;
  right: 25px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  color: #000;
}

#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: currentColor;
  margin-bottom: 10px;
}

#qodef-back-to-top .qodef-back-to-top-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: relative;
  margin-top: 9px;
}

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

#qodef-back-to-top .qodef-back-to-top-icon svg {
  overflow: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

#qodef-back-to-top .qodef-back-to-top-icon svg line {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

#qodef-back-to-top .qodef-back-to-top-text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: currentColor;
  text-align: center;
}

#qodef-back-to-top:hover .qodef-back-to-top-icon:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg line {
  -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
          transform: scaleY(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

#qodef-back-to-top.qodef-light {
  color: #fff;
}

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

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

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
body.archive .qodef-blog.qodef--list .qodef-blog-item.qodef--active .qodef-e-media .qodef-e-media-image img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

body.archive .qodef-blog.qodef--list .qodef-blog-item.qodef--active .qodef-e-read-more .qodef-button .qodef-m-icon svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

body.archive .qodef-blog.qodef--list .qodef-blog-item.qodef--active .qodef-e-read-more .qodef-button .qodef-m-icon svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

body.archive .qodef-blog.qodef--list .qodef-blog-item .qodef-e-media-image {
  overflow: hidden;
}

body.archive .qodef-blog.qodef--list .qodef-blog-item .qodef-e-media-image img {
  -webkit-transform: scale(1.05) translateX(0);
      -ms-transform: scale(1.05) translateX(0);
          transform: scale(1.05) translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

body.archive .qodef-blog.qodef--list .qodef-blog-item .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

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

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

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

.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) article.format-link .qodef-e-link {
  padding: 76px;
}

.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) article.format-link .qodef-icon-elegant-icons {
  right: 40px;
  font-size: 140px;
}

.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
  padding: 76px;
}

.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
  font-size: 540px;
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item.qodef--active .qodef-e-media .qodef-e-media-image img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item.qodef--active .qodef-e-read-more .qodef-button .qodef-m-icon svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item.qodef--active .qodef-e-read-more .qodef-button .qodef-m-icon svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item .qodef-e-media {
  margin-bottom: 14px;
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item .qodef-e-media .qodef-e-media-image {
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item .qodef-e-media .qodef-e-media-image img {
  -webkit-transform: scale(1.05) translateX(0);
      -ms-transform: scale(1.05) translateX(0);
          transform: scale(1.05) translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item .qodef-e-media .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 3px;
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item .qodef-e-read-more {
  margin: 12px 0 0;
}

.qodef-blog.qodef-item-layout--classic .qodef-blog-item .qodef-e-inner .qodef-e-content {
  margin-bottom: 79px;
  padding-left: 10px;
}

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

.qodef-blog.qodef-item-layout--classic.qodef-blog-classic-left .qodef-blog-item .qodef-e-inner .qodef-e-content {
  padding-left: 0;
}

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

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(0, 0, 0, 0.12);
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
  position: relative;
  z-index: 3;
}

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

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

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

.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
  margin-bottom: 0;
}

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

.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  content: '\45';
  font-family: 'ElegantIcons';
  font-size: 72px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  border: 3px solid #fff;
}

.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
  content: '\e006';
}

.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
  content: '\45';
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
  content: '\e027';
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
  padding: 83px 68px;
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-icon-elegant-icons {
  right: 84px;
  font-size: 144px;
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
  padding: 83px 68px 87px;
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
  font-size: 582px;
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
  margin: 20px 0 4px;
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal.qodef-blog-hide-additional-info .qodef-e-info-right {
  display: none;
}

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

/* ==========================================================================
   Blog List Simple styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple.qodef-blog-hide-additional-info .qodef-e-info-right {
  display: none;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  margin: 0 20px 0 0;
}

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

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard.qodef-blog-hide-additional-info .qodef-e-info-right {
  display: none;
}

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

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

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

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

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-icon-elegant-icons {
  right: 40px;
  font-size: 140px;
}

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

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote:before {
  font-size: 540px;
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-media .qodef-e-media-image img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-read-more .qodef-button .qodef-m-icon svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item.qodef--active .qodef-e-read-more .qodef-button .qodef-m-icon svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image {
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image img {
  -webkit-transform: scale(1.05) translateX(0);
      -ms-transform: scale(1.05) translateX(0);
          transform: scale(1.05) translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item .qodef-e-media-image:hover img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

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

#qodef-author-info .qodef-m-content {
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 768px) {
  #qodef-author-info .qodef-m-content {
    top: 13px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-content {
    top: 3px;
  }
}

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
}

@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    padding: 40px 40px 36px;
  }
}

#qodef-author-info .qodef-m-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 52px;
  width: 138px;
}

@media only screen and (max-width: 1024px) {
  #qodef-author-info .qodef-m-image {
    margin-right: 27px;
  }
}

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

#qodef-author-info .qodef-m-author {
  margin: 0;
  line-height: 1em;
  top: -9px;
  position: relative;
}

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

#qodef-author-info .qodef-m-description {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 26px;
}

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

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

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

/* ==========================================================================
   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: 20px 0 45px;
}

@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation {
    margin: 6px 0 2px;
  }
}

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

@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-m-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

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

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

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

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons {
  margin-right: 4px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: -10px;
  margin-left: auto;
  text-align: right;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons {
  margin-left: 4px;
}

#qodef-single-post-navigation .qodef-icon-elegant-icons {
  font-size: 30px;
}

#qodef-single-post-navigation .qodef-blog-single-prev, #qodef-single-post-navigation .qodef-blog-single-next {
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.01em;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #qodef-single-post-navigation .qodef-blog-single-prev, #qodef-single-post-navigation .qodef-blog-single-next {
    font-size: 16px;
    line-height: 1.8em;
  }
}

#qodef-single-post-navigation .qodef-blog-single-prev img, #qodef-single-post-navigation .qodef-blog-single-next img {
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-blog-single-prev, #qodef-single-post-navigation .qodef-blog-single-next {
    font-size: 14px;
  }
  #qodef-single-post-navigation .qodef-blog-single-prev img, #qodef-single-post-navigation .qodef-blog-single-next img {
    display: none;
  }
}

#qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder, #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder {
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
  max-width: 200px;
}

@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder, #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder {
    max-width: 150px;
  }
  #qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder .qodef-m-pagination-title, #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder .qodef-m-pagination-title {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  #qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder, #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder {
    max-width: 130px;
  }
}

#qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder .qodef-m-nav-label, #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder .qodef-m-nav-label {
  display: block;
}

#qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder {
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  #qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder {
    padding-left: 0;
  }
}

#qodef-single-post-navigation .qodef-blog-single-prev .qodef-m-pagination-title-holder svg {
  position: relative;
  top: 11px;
  left: -2px;
}

#qodef-single-post-navigation .qodef-blog-single-next {
  float: right;
}

#qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder {
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder {
    padding-right: 0;
  }
}

#qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder svg {
  position: relative;
  top: 11px;
  right: -3px;
}

#qodef-single-post-navigation .qodef-blog-single-next .qodef-m-pagination-title-holder .qodef-m-nav-label {
  text-align: right;
}

/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
.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;
}

#qodef-page-footer .widget.widget_categories ul li a, #qodef-page-footer .widget.widget_archive ul li a, #qodef-page-footer .widget.widget_pages ul li a, #qodef-page-footer .widget.widget_meta ul li a, #qodef-page-footer .widget.widget_recent_comments ul li a {
  font-size: 14px;
}

#qodef-page-footer .widget.widget_categories ul li a:before, #qodef-page-footer .widget.widget_archive ul li a:before, #qodef-page-footer .widget.widget_pages ul li a:before, #qodef-page-footer .widget.widget_meta ul li a:before, #qodef-page-footer .widget.widget_recent_comments ul li a:before {
  bottom: 3px;
}

#qodef-page-footer .widget.widget_lucent_core_working_hours_list .qodef-working-hours-list .qodef-e-day {
  min-width: auto;
  font-size: 14px;
  font-weight: 400;
  color: #646464;
}

#qodef-page-footer .widget.widget_lucent_core_working_hours_list .qodef-working-hours-list .qodef-e-time {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
}

#qodef-page-footer .widget .qodef-widget-title {
  margin-top: -5px;
}

#qodef-page-footer.qodef-skin--light .widget p, #qodef-page-footer.qodef-skin--light .widget a {
  color: #646464;
  font-weight: 500;
}

#qodef-page-footer.qodef-skin--light .widget a:hover {
  color: #646464;
}

#qodef-page-footer.qodef-skin--light .widget h1,
#qodef-page-footer.qodef-skin--light .widget .qodef-h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 62px;
  line-height: 1.194em;
  letter-spacing: -0.01em;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer.qodef-skin--light .widget h1,
  #qodef-page-footer.qodef-skin--light .widget .qodef-h1 {
    font-size: 42px;
  }
}

#qodef-page-footer.qodef-skin--light .widget h1 a,
#qodef-page-footer.qodef-skin--light .widget .qodef-h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

#qodef-page-footer.qodef-skin--light .widget h1 a:hover,
#qodef-page-footer.qodef-skin--light .widget .qodef-h1 a:hover {
  color: #646464;
}

#qodef-page-footer.qodef-skin--light .widget h2,
#qodef-page-footer.qodef-skin--light .widget .qodef-h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 52px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  color: #fff;
}

#qodef-page-footer.qodef-skin--light .widget h2 a,
#qodef-page-footer.qodef-skin--light .widget .qodef-h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

#qodef-page-footer.qodef-skin--light .widget h2 a:hover,
#qodef-page-footer.qodef-skin--light .widget .qodef-h2 a:hover {
  color: #646464;
}

#qodef-page-footer.qodef-skin--light .widget h3,
#qodef-page-footer.qodef-skin--light .widget .qodef-h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  color: #fff;
}

#qodef-page-footer.qodef-skin--light .widget h3 a,
#qodef-page-footer.qodef-skin--light .widget .qodef-h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

#qodef-page-footer.qodef-skin--light .widget h3 a:hover,
#qodef-page-footer.qodef-skin--light .widget .qodef-h3 a:hover {
  color: #646464;
}

#qodef-page-footer.qodef-skin--light .widget h4,
#qodef-page-footer.qodef-skin--light .widget .qodef-h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
  color: #fff;
}

#qodef-page-footer.qodef-skin--light .widget h4 a,
#qodef-page-footer.qodef-skin--light .widget .qodef-h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

#qodef-page-footer.qodef-skin--light .widget h4 a:hover,
#qodef-page-footer.qodef-skin--light .widget .qodef-h4 a:hover {
  color: #646464;
}

#qodef-page-footer.qodef-skin--light .widget h5,
#qodef-page-footer.qodef-skin--light .widget .qodef-h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  color: #fff;
}

#qodef-page-footer.qodef-skin--light .widget h5 a,
#qodef-page-footer.qodef-skin--light .widget .qodef-h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

#qodef-page-footer.qodef-skin--light .widget h5 a:hover,
#qodef-page-footer.qodef-skin--light .widget .qodef-h5 a:hover {
  color: #646464;
}

#qodef-page-footer.qodef-skin--light .widget h6,
#qodef-page-footer.qodef-skin--light .widget .qodef-h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: #fff;
}

#qodef-page-footer.qodef-skin--light .widget h6 a,
#qodef-page-footer.qodef-skin--light .widget .qodef-h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

#qodef-page-footer.qodef-skin--light .widget h6 a:hover,
#qodef-page-footer.qodef-skin--light .widget .qodef-h6 a:hover {
  color: #646464;
}

#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area,
#qodef-page-footer.qodef-skin--light #qodef-page-footer-bottom-area {
  background-color: #000;
}

#qodef-page-footer.qodef-skin--light .widget .qodef-widget-title {
  color: #fff;
}

#qodef-page-footer.qodef-skin--light .widget.widget_categories ul li a:before, #qodef-page-footer.qodef-skin--light .widget.widget_archive ul li a:before, #qodef-page-footer.qodef-skin--light .widget.widget_pages ul li a:before, #qodef-page-footer.qodef-skin--light .widget.widget_meta ul li a:before, #qodef-page-footer.qodef-skin--light .widget.widget_recent_comments ul li a:before, #qodef-page-footer.qodef-skin--light .widget.widget_nav_menu ul li a:before {
  background-color: #646464;
}

#qodef-page-footer.qodef-skin--light .widget.widget_categories ul li:hover a, #qodef-page-footer.qodef-skin--light .widget.widget_archive ul li:hover a, #qodef-page-footer.qodef-skin--light .widget.widget_pages ul li:hover a, #qodef-page-footer.qodef-skin--light .widget.widget_meta ul li:hover a, #qodef-page-footer.qodef-skin--light .widget.widget_recent_comments ul li:hover a, #qodef-page-footer.qodef-skin--light .widget.widget_nav_menu ul li:hover a {
  color: #646464;
}

/* ==========================================================================
   #Footer styles - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Menu styles
   ========================================================================== */
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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 {
  -webkit-animation: qode-fade-in .25s linear both;
          animation: qode-fade-in .25s linear both;
}

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

#qodef-fullscreen-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

#qodef-fullscreen-area-inner .qodef-widget-holder {
  -ms-flex-item-align: start;
      align-self: flex-start;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area-inner .qodef-widget-holder {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.5s;
  -o-transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.5s;
  transition: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.5s;
}

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

@media only screen and (max-width: 1440px) {
  .qodef-fullscreen-menu {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-fullscreen-menu {
    margin-top: 34px;
  }
}

.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.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-bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu > ul > li:nth-child(10) {
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

@media screen and (max-width: 1680px) {
  .qodef-fullscreen-menu > ul > li {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu > ul > li {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li {
    padding-bottom: 14px;
  }
}

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

.qodef-fullscreen-menu > ul > li > a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  color: #000;
}

.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
  position: relative;
}

.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-fullscreen-menu > ul > li > a:hover {
  color: #000;
}

.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a, .qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: #000;
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

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

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  padding-right: 11px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #000;
  letter-spacing: 0.02em;
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  bottom: 2px;
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #646464;
  -webkit-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  left: -11px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #000;
  padding-left: 11px;
  padding-right: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
  left: 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: #000;
  padding-left: 11px;
  padding-right: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
  left: 0;
}

/* page custom css class */
.qodef-invert-fs-menu-logo.qodef-fullscreen-menu--opened #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}

.qodef-invert-fs-menu-logo.qodef-fullscreen-menu--opened #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark {
  opacity: 1;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #fff;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
  visibility: hidden;
}

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

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close .qodef-fullscreen-close-svg.light {
  stroke: #000;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close .qodef-fullscreen-close-svg line {
  stroke-dasharray: 17;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener:hover .qodef-m-icon.qodef--close .qodef-fullscreen-close-svg line {
  stroke-dashoffset: 34;
}

.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 {
  visibility: visible;
}

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

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

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

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

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

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

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

#qodef-page-header-inner.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: #fff !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: #fff !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: #fff !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: #fff !important;
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: #000 !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: #000 !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: #000 !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: #000 !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):not(.qodef--sticky) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#qodef-page-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}

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

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

.qodef-header--centered #qodef-page-header-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.qodef-header--centered #qodef-page-header-inner > div.qodef-centered-header-wrapper {
  width: 100%;
}

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

.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
  margin: 0 auto;
}

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

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

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

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

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 42px;
}

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

/* custom css class on page */
.qodef-sticky-column-fixed-header-behavior.qodef-header--standard #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* ==========================================================================
# Sticky Header default style
========================================================================== */
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 56px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 100;
}

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

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

.qodef-header-sticky .qodef-sidearea-opener-svg.qodef-sticky-header-height-adj {
  height: 56px;
  width: 56px;
}

.qodef-header-sticky .qodef-sidearea-opener-svg.qodef-sticky-header-height-adj circle {
  -webkit-transform: scale(1.464) translateY(-12px);
      -ms-transform: scale(1.464) translateY(-12px);
          transform: scale(1.464) translateY(-12px);
}

.qodef-header-sticky-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 40px;
  border: 1px solid #ebf2fa;
  -webkit-box-shadow: 0px 0px 33px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 33px -15px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 33px -15px rgba(0,0,0,0.75);
}

.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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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;
}

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

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

#qodef-top-area-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  position: relative;
  /* bottom border */
  background-clip: content-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#363636));
  background-image: -o-linear-gradient(top, #363636, #363636);
  background-image: linear-gradient(to bottom, #363636, #363636);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
}

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

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

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

#qodef-top-area .qodef-widget-holder.qodef-top-area-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;
}

#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p,
#qodef-top-area .widget .widget a {
  margin: 0;
  font-size: 12px;
  display: inherit;
}

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

/* ==========================================================================
   Top area style - end
   ========================================================================== */
/* ==========================================================================
   Map styles
   ========================================================================== */
#qodef-multiple-map-notice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: #646464;
  background-color: #fafafa;
}

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

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

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

.qodef-map-marker-holder .qodef-map-marker {
  position: relative;
  width: 35px;
  height: auto;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  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 {
  -webkit-transition: fill .2s ease-in-out;
  -o-transition: fill .2s ease-in-out;
  transition: fill .2s ease-in-out;
}

.qodef-map-marker-holder .qodef-info-window {
  position: absolute;
  top: -10px;
  left: -17px;
  display: none;
  min-width: 284px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
          box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 21px 16px;
}

.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 #e1e1e1;
  border-left: 1px solid #e1e1e1;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          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;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: "Lexend", 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: #646464;
}

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

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

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

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

.qodef-cluster-marker svg path {
  -webkit-transition: fill .2s ease-in-out;
  -o-transition: fill .2s ease-in-out;
  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 #e1e1e1;
  z-index: 9999;
}

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

.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-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;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-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;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: #646464;
}

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: #646464;
}

#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;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

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

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

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

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

.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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ==========================================================================
   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 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
}

/* ==========================================================================
   Mobile Header layout styles
   ========================================================================== */
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s 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-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-box-shadow: 0px 16px 33px -23px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 16px 33px -23px rgba(0,0,0,0.75);
  box-shadow: 0px 16px 33px -23px rgba(0,0,0,0.75);
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: #fff;
  -webkit-box-shadow: 1px 5px 10px 0px rgba(43, 43, 43, 0.06);
          box-shadow: 1px 5px 10px 0px rgba(43, 43, 43, 0.06);
}

.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  width: 100vw;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 78px 0 57px;
  margin: -10px;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  color: #000;
  font-weight: 600;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:last-child {
  margin-bottom: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  padding-right: 11px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  letter-spacing: 0.02em;
  margin: 5px 0;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  bottom: 2px;
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #646464;
  -webkit-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  left: -11px;
}

.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: #000;
  padding-left: 11px;
  padding-right: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a:before {
  left: 0;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 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 {
  color: #000;
}

.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 .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 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--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 span .qodef-sidearea-opener-svg > *,
.qodef-opener-icon.qodef-source--svg-path span .qodef-sidearea-opener-svg path {
  fill: #000;
}

.qodef-opener-icon.qodef-source--svg-path span .qodef-sidearea-opener-svg circle {
  fill: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-opener-icon.qodef-source--svg-path span .qodef-fullscreen-opener-svg.light > *,
.qodef-opener-icon.qodef-source--svg-path span .qodef-fullscreen-opener-svg.light path {
  fill: transparent;
  stroke: transparent;
}

.qodef-opener-icon.qodef-source--svg-path span .qodef-fullscreen-opener-svg.light circle {
  fill: #f6edb8;
  stroke: transparent;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-opener-icon.qodef-source--svg-path span .qodef-sidearea-close-svg line {
  stroke-dasharray: 17;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-sidearea-opener-svg circle {
  fill: #f6edb8;
  stroke: #f6edb8;
}

.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-sidearea-close-svg line {
  stroke-dashoffset: 34;
}

.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-fullscreen-opener-svg.light circle {
  stroke: #f6edb8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   #Parallax Background styles - end
   ========================================================================== */
/* ==========================================================================
	   Contact Form 7 style - begin
   ========================================================================== */
/*newsletter subscribe popup form*/
.qodef-newsletter-popup {
  position: relative;
}

.qodef-newsletter-popup input {
  margin: 0;
  padding: 10px 0;
}

@media only screen and (max-width: 680px) {
  .qodef-newsletter-popup input {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.qodef-newsletter-popup .ajax-loader {
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-newsletter-popup .qodef-button.qodef-layout--textual-with-arrow {
  position: absolute;
  top: -5px;
  right: 0;
  line-height: 2.1em;
}

@media only screen and (max-width: 680px) {
  .qodef-newsletter-popup .qodef-button.qodef-layout--textual-with-arrow {
    position: relative;
    margin-top: 49px;
  }
}

.qodef-newsletter-popup.qodef-light input[type=email] {
  color: #fff;
  border-bottom: 1px solid #383838;
}

.qodef-newsletter-popup.qodef-light input[type=email]:focus {
  color: #fff;
}

.qodef-newsletter-popup.qodef-light .qodef-button.qodef-layout--textual-with-arrow {
  color: #fff;
}

.qodef-newsletter-popup.qodef-light .qodef-button.qodef-layout--textual-with-arrow .qodef-m-text:after {
  background: url(../img/arrow-up-right-light.svg) center center no-repeat;
}

.qodef-contact-form .qodef-contact-name {
  display: block;
  width: calc(50% - 8px);
  float: left;
  margin-right: 16px;
}

.qodef-contact-form .qodef-contact-email {
  display: block;
  width: calc(50% - 8px);
  float: left;
}

@media only screen and (max-width: 680px) {
  .qodef-contact-form .qodef-contact-name,
  .qodef-contact-form .qodef-contact-email {
    width: 100%;
  }
}

.qodef-contact-form.qodef-light .qodef-button.qodef-layout--textual-with-arrow {
  color: #fff;
}

.qodef-contact-form.qodef-light .qodef-button.qodef-layout--textual-with-arrow .qodef-m-text:before {
  background: #fff;
}

.qodef-contact-form.qodef-light .qodef-button.qodef-layout--textual-with-arrow .qodef-m-text:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.qodef-contact-form.qodef-light textarea {
  border: 2px solid #646464;
  color: #a2a2a2;
}

.qodef-contact-form.qodef-light textarea:focus {
  border: 2px solid #fff;
  color: #a2a2a2;
}

@media only screen and (max-width: 680px) {
  .qodef-contact-form.qodef-light .qodef-contact-name input[type=text] {
    margin: 8px 0 29px !important;
  }
}

.qodef-contact-form.qodef-light input[type=email], .qodef-contact-form.qodef-light input[type=number], .qodef-contact-form.qodef-light input[type=password], .qodef-contact-form.qodef-light input[type=search], .qodef-contact-form.qodef-light input[type=tel], .qodef-contact-form.qodef-light input[type=text], .qodef-contact-form.qodef-light input[type=url] {
  border-bottom: 2px solid #646464;
  color: #a2a2a2;
  margin: 8px 0 71px;
}

.qodef-contact-form.qodef-light input[type=email]:focus, .qodef-contact-form.qodef-light input[type=number]:focus, .qodef-contact-form.qodef-light input[type=password]:focus, .qodef-contact-form.qodef-light input[type=search]:focus, .qodef-contact-form.qodef-light input[type=tel]:focus, .qodef-contact-form.qodef-light input[type=text]:focus, .qodef-contact-form.qodef-light input[type=url]:focus {
  border-bottom: 2px solid #fff;
  color: #a2a2a2;
}

.qodef-contact-form.qodef-light.qodef-contact2 textarea {
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
}

.qodef-contact-form.qodef-light.qodef-contact2 textarea:focus {
  border: 1px solid #fff;
  color: #a2a2a2;
}

.qodef-contact-form.qodef-light.qodef-contact2 input[type=email], .qodef-contact-form.qodef-light.qodef-contact2 input[type=number], .qodef-contact-form.qodef-light.qodef-contact2 input[type=password], .qodef-contact-form.qodef-light.qodef-contact2 input[type=search], .qodef-contact-form.qodef-light.qodef-contact2 input[type=tel], .qodef-contact-form.qodef-light.qodef-contact2 input[type=text], .qodef-contact-form.qodef-light.qodef-contact2 input[type=url] {
  border-bottom: 1px solid #a2a2a2;
  color: #a2a2a2;
  margin: 8px 0 71px;
}

.qodef-contact-form.qodef-light.qodef-contact2 input[type=email]:focus, .qodef-contact-form.qodef-light.qodef-contact2 input[type=number]:focus, .qodef-contact-form.qodef-light.qodef-contact2 input[type=password]:focus, .qodef-contact-form.qodef-light.qodef-contact2 input[type=search]:focus, .qodef-contact-form.qodef-light.qodef-contact2 input[type=tel]:focus, .qodef-contact-form.qodef-light.qodef-contact2 input[type=text]:focus, .qodef-contact-form.qodef-light.qodef-contact2 input[type=url]:focus {
  border-bottom: 1px solid #fff;
  color: #a2a2a2;
}

.wpcf7-not-valid-tip {
  color: #874040;
  font-size: 16px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #874040 !important;
  font-size: 16px !important;
  margin: 2em 0 1em;
}

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

.qodef-contact-form-7 .ajax-loader {
  position: absolute;
  right: -10px;
}

/* ==========================================================================
   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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s 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
   ========================================================================== */
/* ==========================================================================
   Instagram 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;
  float: left;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          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: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  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: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #646464;
  letter-spacing: -0.01em;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
  clear: both;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
  width: 100%;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
  width: 50%;
}

@media only screen and (min-width: 681px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
  width: 33.33333%;
}

@media only screen and (min-width: 769px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
  width: 20%;
}

@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
  width: 16.66667%;
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
  width: 14.28571%;
}

@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
  width: 12.5%;
}

@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
  margin: 0;
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
  padding: 0;
  margin: 0;
}

.qodef-twitter-list.qodef-gutter--extra-tiny.qodef--no-bottom-space {
  margin-bottom: -4px;
}

.qodef-twitter-list.qodef-gutter--extra-tiny #ctf .ctf-tweets {
  margin: 0 -2px;
}

.qodef-twitter-list.qodef-gutter--extra-tiny #ctf .ctf-tweets > .ctf-item {
  padding: 0 2px;
  margin: 0 0 4px;
}

.qodef-twitter-list.qodef-gutter--discreet.qodef--no-bottom-space {
  margin-bottom: -6px;
}

.qodef-twitter-list.qodef-gutter--discreet #ctf .ctf-tweets {
  margin: 0 -3px;
}

.qodef-twitter-list.qodef-gutter--discreet #ctf .ctf-tweets > .ctf-item {
  padding: 0 3px;
  margin: 0 0 6px;
}

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

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
  margin: 0 -5px;
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
  padding: 0 5px;
  margin: 0 0 10px;
}

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

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
  margin: 0 -10px;
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-twitter-list.qodef-gutter--ordinary.qodef--no-bottom-space {
  margin-bottom: -26px;
}

.qodef-twitter-list.qodef-gutter--ordinary #ctf .ctf-tweets {
  margin: 0 -13px;
}

.qodef-twitter-list.qodef-gutter--ordinary #ctf .ctf-tweets > .ctf-item {
  padding: 0 13px;
  margin: 0 0 26px;
}

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

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
  margin: 0 -15px;
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
  padding: 0 15px;
  margin: 0 0 30px;
}

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

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
  margin: 0 -20px;
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
  padding: 0 20px;
  margin: 0 0 40px;
}

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

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
  margin: 0 -25px;
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-twitter-list.qodef-gutter--great.qodef--no-bottom-space {
  margin-bottom: -70px;
}

.qodef-twitter-list.qodef-gutter--great #ctf .ctf-tweets {
  margin: 0 -35px;
}

.qodef-twitter-list.qodef-gutter--great #ctf .ctf-tweets > .ctf-item {
  padding: 0 35px;
  margin: 0 0 70px;
}

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

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
  margin: 0 -40px;
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
  padding: 0 40px;
  margin: 0 0 80px;
}

.qodef-twitter-list.qodef-gutter--extensive.qodef--no-bottom-space {
  margin-bottom: -90px;
}

.qodef-twitter-list.qodef-gutter--extensive #ctf .ctf-tweets {
  margin: 0 -45px;
}

.qodef-twitter-list.qodef-gutter--extensive #ctf .ctf-tweets > .ctf-item {
  padding: 0 45px;
  margin: 0 0 90px;
}

.qodef-twitter-list.qodef-gutter--colossal.qodef--no-bottom-space {
  margin-bottom: -150px;
}

.qodef-twitter-list.qodef-gutter--colossal #ctf .ctf-tweets {
  margin: 0 -75px;
}

.qodef-twitter-list.qodef-gutter--colossal #ctf .ctf-tweets > .ctf-item {
  padding: 0 75px;
  margin: 0 0 150px;
}

/* ==========================================================================
   Instagram 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
   ========================================================================== */
/* ==========================================================================
   Product Categories List default styles
   ========================================================================== */
.qodef-woo-product-categories-list .product-category img {
  will-change: transform;
}

.qodef-woo-product-categories-list.qodef--hidpi-adj-70 .product-category img {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.qodef-woo-product-categories-list.qodef--hidpi-adj-64 .product-category img {
  -webkit-transform: scale(0.64);
      -ms-transform: scale(0.64);
          transform: scale(0.64);
}

.qodef-woo-product-categories-list.qodef--hidpi-adj-50 .product-category img {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

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

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a img,
.qodef-woo-product-list .product-category a img {
  display: block;
  margin: 0 auto;
  opacity: .35;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a .qodef-category-title-holder,
.qodef-woo-product-list .product-category a .qodef-category-title-holder {
  position: relative;
  overflow: hidden;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a .qodef-category-title-holder .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a .qodef-category-title-holder .woocommerce-loop-category__title {
  margin: 24px 0 0 0;
  padding: 12px 12px;
  text-align: center;
  width: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

@media only screen and (max-width: 680px) {
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a .qodef-category-title-holder .woocommerce-loop-category__title,
  .qodef-woo-product-list .product-category a .qodef-category-title-holder .woocommerce-loop-category__title {
    margin: 0;
  }
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a .qodef-category-title-holder span.woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a .qodef-category-title-holder span.woocommerce-loop-category__title {
  font-size: 16px;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a .qodef-category-title-holder svg,
.qodef-woo-product-list .product-category a .qodef-category-title-holder svg {
  position: absolute;
  stroke: #000;
  width: 100%;
  text-align: center;
  top: calc(50% + 12px);
  -webkit-transform: translateX(-100%) translateY(-50%);
      -ms-transform: translateX(-100%) translateY(-50%);
          transform: translateX(-100%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a:hover img,
.qodef-woo-product-list .product-category a:hover img {
  opacity: 1;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a:hover .qodef-category-title-holder .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a:hover .qodef-category-title-holder .woocommerce-loop-category__title {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image-bellow .product-category a:hover .qodef-category-title-holder svg,
.qodef-woo-product-list .product-category a:hover .qodef-category-title-holder svg {
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}

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

/* ==========================================================================
   Product Categories List Info on Image styles
   ========================================================================== */
.qodef-woo-product-categories-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;
  overflow: hidden;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a img,
.qodef-woo-product-list .product-category a img {
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

@media only screen and (max-width: 1024px) {
  .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a img,
  .qodef-woo-product-list .product-category a img {
    width: 100%;
  }
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a .qodef-category-title-holder,
.qodef-woo-product-list .product-category a .qodef-category-title-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a .qodef-category-title-holder .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a .qodef-category-title-holder .woocommerce-loop-category__title {
  margin: 0;
  padding: 12px 45px 12px 22px;
  width: auto;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a .qodef-category-title-holder span.woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a .qodef-category-title-holder span.woocommerce-loop-category__title {
  font-size: 16px;
  font-weight: 600;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a .qodef-category-title-holder svg,
.qodef-woo-product-list .product-category a .qodef-category-title-holder svg {
  position: absolute;
  text-align: center;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a:hover img,
.qodef-woo-product-list .product-category a:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

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

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category,
.qodef-woo-product-list.qodef--has-appear .product-category {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(1),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(1) {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(2),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(2) {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(3),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(3) {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(4),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(4) {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(5),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(5) {
  -webkit-transition-delay: 750ms;
       -o-transition-delay: 750ms;
          transition-delay: 750ms;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(6),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(6) {
  -webkit-transition-delay: 900ms;
       -o-transition-delay: 900ms;
          transition-delay: 900ms;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(7),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(7) {
  -webkit-transition-delay: 1050ms;
       -o-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category:nth-child(8),
.qodef-woo-product-list.qodef--has-appear .product-category:nth-child(8) {
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.elementor-editor-active .qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear .product-category, .elementor-editor-active
.qodef-woo-product-list.qodef--has-appear .product-category {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image.qodef--has-appear.qodef--appear .product-category,
.qodef-woo-product-list.qodef--has-appear.qodef--appear .product-category {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-mega-menu-widget-holder .widget .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a .qodef-category-title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.qodef-mega-menu-widget-holder .widget .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a .qodef-category-title-holder .woocommerce-loop-category__title {
  padding: 0 14px 0 14px;
}

/* ==========================================================================
   Product Categories List Info with price styles
   ========================================================================== */
.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a,
.qodef-woo-product-list .product-category a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: block;
  overflow: hidden;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a img,
.qodef-woo-product-list .product-category a img {
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-category-title-holder,
.qodef-woo-product-list .product-category a .qodef-category-title-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  min-width: 150px;
  padding: 23px 60px 1px 18px;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-category-title-holder .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a .qodef-category-title-holder .woocommerce-loop-category__title {
  margin: 0 0 3px 0;
  padding: 0;
  width: auto;
  line-height: 1;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-category-title-holder span.woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a .qodef-category-title-holder span.woocommerce-loop-category__title {
  font-size: 16px;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-category-title-holder svg,
.qodef-woo-product-list .product-category a .qodef-category-title-holder svg {
  position: absolute;
  bottom: 5px;
  left: 0;
  stroke: #000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s, -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-prod-cat-price-holder,
.qodef-woo-product-list .product-category a .qodef-prod-cat-price-holder {
  position: relative;
  overflow: hidden;
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #5d5d5d;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency,
.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-prod-cat-price-holder .qodef-price-text,
.qodef-woo-product-list .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency,
.qodef-woo-product-list .product-category a .qodef-prod-cat-price-holder .qodef-price-text {
  display: inline-block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s, -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency,
.qodef-woo-product-list .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency {
  font-size: 0;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency .qodef-price,
.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency .qodef-currency,
.qodef-woo-product-list .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency .qodef-price,
.qodef-woo-product-list .product-category a .qodef-prod-cat-price-holder .qodef-price-with-currency .qodef-currency {
  font-size: 16px;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a:hover img,
.qodef-woo-product-list .product-category a:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a:hover .qodef-category-title-holder svg,
.qodef-woo-product-list .product-category a:hover .qodef-category-title-holder svg {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a:hover .qodef-prod-cat-price-holder .qodef-price-with-currency,
.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .product-category a:hover .qodef-prod-cat-price-holder .qodef-price-text,
.qodef-woo-product-list .product-category a:hover .qodef-prod-cat-price-holder .qodef-price-with-currency,
.qodef-woo-product-list .product-category a:hover .qodef-prod-cat-price-holder .qodef-price-text {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-with-price .count,
.qodef-woo-product-list .count {
  display: none;
}

/* ==========================================================================
   Product Categories List widget styles
   ========================================================================== */
.widget.widget_lucent_core_product_categories_list {
  width: 322px;
  margin-top: 10px;
}

/* ==========================================================================
   Product List Info Below styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-inner:hover .qodef-woo-product-image-inner .button {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-woo-product-image-inner .button {
  opacity: 0;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-content-align--center .qodef-woo-product-content {
  text-align: center;
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-content-align--center .qodef-woo-product-content .price {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image {
  overflow: hidden;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  opacity: 1;
  background-color: transparent;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-categories,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-title,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .price {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  -o-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
  margin-top: 0 !important;
  position: absolute !important;
  bottom: 43px;
  opacity: 0;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  -o-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) !important;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-categories,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-title,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .price {
  opacity: 0;
  -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .button {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
}

/* ==========================================================================
   Product List Info Revealing Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .qodef-woo-product-image-inner {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 0;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-clip-path 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-clip-path 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  -o-transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), clip-path 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), clip-path 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), clip-path 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s, -webkit-clip-path 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .qodef-product-info-revealing {
  width: 100%;
  height: 100%;
  padding: 5% 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  background-color: #fff;
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .qodef-product-info-revealing > img {
  margin: 32px 0 32px 0;
}

@media only screen and (max-width: 768px) {
  .qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .qodef-product-info-revealing > img {
    margin: 20px 0 20px 0;
  }
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .qodef-product-info-revealing .qodef-woo-product-title,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .qodef-product-info-revealing .price {
  opacity: 0;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .qodef-product-info-revealing .price {
  margin: 5px 0 0;
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .button {
  margin-top: 32px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.45s;
  transition: all 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.45s;
}

@media only screen and (max-width: 1024px) {
  .qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .added_to_cart,
  .qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner .button {
    margin-top: 15px !important;
  }
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
  clip-path: inset(18px);
  -webkit-clip-path: inset(18px);
  opacity: 1;
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner:hover .qodef-product-info-revealing .qodef-woo-product-title,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner:hover .qodef-product-info-revealing .price,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner:hover .qodef-product-info-revealing .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-woo-product-inner:hover .qodef-product-info-revealing .button {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
   Author Info Product styles
   ========================================================================== */
#qodef-woo-page.qodef--single #qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 89px;
  margin-bottom: 19px;
  background: #f4f4f4;
}

#qodef-woo-page.qodef--single #qodef-author-info .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single #qodef-author-info .qodef-m-inner {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single #qodef-author-info .qodef-m-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #qodef-author-info .qodef-m-inner {
    padding: 25px 25px 57px 25px;
  }
}

#qodef-woo-page.qodef--single #qodef-author-info .qodef-m-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 66px;
  width: 322px;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single #qodef-author-info .qodef-m-image {
    margin-right: 36px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single #qodef-author-info .qodef-m-image {
    width: 222px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #qodef-author-info .qodef-m-image {
    width: 100%;
    margin: 0;
  }
}

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

#qodef-woo-page.qodef--single #qodef-author-info .qodef-m-author {
  margin: 0;
  line-height: 1em;
  top: -15px;
  position: relative;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
}

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

#qodef-woo-page.qodef--single #qodef-author-info .qodef-m-description {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

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

#qodef-woo-page.qodef--single #qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

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

/* ==========================================================================
   WooCommerce Side Area Cart styles
   ========================================================================== */
.qodef-woo-side-area-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}

.qodef-woo-side-area-cart .qodef-opener-label {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-right: 18px;
  display: none;
}

.qodef-woo-side-area-cart.qodef-cart-label--yes .qodef-opener-label {
  display: inline-block;
}

.qodef-woo-side-area-cart .qodef-m-opener-icon svg {
  vertical-align: middle;
}

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

.qodef-woo-side-area-cart .qodef-m-opener {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #000;
}

.qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-count {
  position: absolute;
  top: -3px;
  right: -7px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.qodef-woo-side-area-cart .qodef-m-content {
  position: fixed;
  top: 0;
  right: -450px;
  height: 100vh;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 88px 0 74px;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: 0px 1px 21px 0px rgba(43, 43, 43, 0.08);
          box-shadow: 0px 1px 21px 0px rgba(43, 43, 43, 0.08);
}

@media only screen and (max-width: 680px) {
  .qodef-woo-side-area-cart .qodef-m-content {
    width: 100%;
    padding-left: 2px;
  }
}

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

.qodef-woo-side-area-cart .qodef-m-content .qodef-m-posts-not-found {
  line-height: 32px;
  padding: 0 29px 0 28px;
  text-align: center;
}

.qodef-woo-side-area-cart .qodef-m-close-header {
  position: absolute;
  top: 27px;
  right: 0;
  width: 100%;
  padding: 0 35px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1000;
}

.qodef-woo-side-area-cart .qodef-m-close-header .qodef-cart-text,
.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-close,
.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-cart-icon {
  display: inline-block;
  margin: 0;
  color: #000;
}

.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-cart-icon {
  color: #000;
  position: relative;
}

.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-cart-icon .qodef-m-opener-count {
  position: absolute;
  top: -7px;
  right: -7px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-close {
  font-size: 34px;
}

@media only screen and (max-width: 1024px) {
  .qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-close {
    bottom: 2px;
    position: relative;
  }
}

.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-close svg line {
  stroke-dasharray: 17;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-close:hover {
  color: #000;
}

.qodef-woo-side-area-cart .qodef-m-close-header .qodef-m-close:hover svg line {
  stroke-dashoffset: 34;
}

.qodef-woo-side-area-cart .qodef-m-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 29px 0 28px;
}

.qodef-woo-side-area-cart .qodef-m-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
}

.qodef-woo-side-area-cart .qodef-e-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 132px;
  margin-right: 20px;
}

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

.qodef-woo-side-area-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px;
  top: -3px;
}

.qodef-woo-side-area-cart .qodef-e-title {
  margin: 0;
}

.qodef-woo-side-area-cart .qodef-e-title a {
  color: #000;
}

.qodef-woo-side-area-cart .qodef-e-price {
  margin: 5px 0 0;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #4e4e4e;
}

.qodef-woo-side-area-cart .qodef-e-price .woocommerce-Price-currencySymbol {
  margin-right: 4px;
}

.qodef-woo-side-area-cart .qodef-e-quantity {
  display: none;
  margin: 2px 0 0;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #4e4e4e;
}

.qodef-woo-side-area-cart .qodef-e-remove {
  position: absolute;
  top: -3px;
  right: -5px;
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.qodef-woo-side-area-cart .qodef-e-remove svg line {
  stroke-dasharray: 17;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-woo-side-area-cart .qodef-e-remove:hover {
  color: #000;
}

.qodef-woo-side-area-cart .qodef-e-remove:hover svg line {
  stroke-dashoffset: 34;
}

.qodef-woo-side-area-cart .qodef-m-order-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 51px;
  padding: 0 29px 0 28px;
}

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

.qodef-woo-side-area-cart .qodef-m-order-details .qodef-m-order-amount {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}

.qodef-woo-side-area-cart .qodef-m-order-details .qodef-m-order-amount .woocommerce-Price-currencySymbol {
  margin-right: 4px;
}

.qodef-woo-side-area-cart .qodef-m-action {
  width: 100%;
  margin-top: 72px;
}

.qodef-woo-side-area-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  width: 100%;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

.qodef-woo-side-area-cart .qodef-m-action-link:hover {
  color: #fff;
  background-color: #646464;
}

.qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
  right: 0;
  visibility: visible;
}

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

.qodef-skin--light .qodef-woo-side-area-cart .qodef-m-opener {
  color: #fff;
}

.qodef-skin--light .qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-count {
  color: #000;
  background-color: #fff;
}

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

.qodef-clients-list.qodef-image-has-shadow .qodef-e .qodef-e-inner {
  -webkit-box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
          box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
}

/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.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--no-hover .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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 .qodef-media iframe {
  max-height: calc(56.25vw);
}

.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 22px;
}

.qodef-portfolio-single .qodef-portfolio-content p {
  line-height: 32px;
  letter-spacing: -0.02em;
}

.qodef-portfolio-single .qodef-portfolio-info > * {
  display: block;
  vertical-align: middle;
  margin-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-portfolio-single .qodef-portfolio-info > * p, .qodef-portfolio-single .qodef-portfolio-info > * a {
  font-size: 16px;
}

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

.qodef-portfolio-single .qodef-portfolio-info > *.qodef-inof--social-share {
  margin-top: 4px;
}

.qodef-portfolio-single .qodef-portfolio-info > *.qodef-inof--social-share .qodef-social-title {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  line-height: 1.6em;
  font-family: "Lexend", sans-serif;
}

.qodef-portfolio-single .qodef-portfolio-info > *.qodef-inof--social-share .qodef-shortcode-list {
  vertical-align: bottom;
}

.qodef-portfolio-single .qodef-portfolio-info > *.qodef-inof--social-share .qodef-shortcode-list li {
  line-height: 30px;
}

.qodef-portfolio-single .qodef-portfolio-info > *.qodef-inof--social-share .qodef-shortcode-list li a {
  color: #000;
  font-size: 18px;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
  margin: 0 0 5px 0;
  display: inline-block;
  line-height: 38px;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
  display: inline-block;
  font-size: 16px;
}

.qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a {
  margin: 0;
  color: #000;
  display: inline-block;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-categories {
  display: inline-block;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after {
  content: ",";
  margin: 0 3px 0 -3px;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-portfolio-list .qodef-e-info-category a {
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
}

.qodef-portfolio-list .qodef-e-title {
  margin: 0 0 16px 20px;
  position: relative;
}

.qodef-portfolio-list .qodef-e-title:before {
  content: "";
  display: block;
  height: 17px;
  width: 2px;
  position: absolute;
  left: -20px;
  bottom: 6px;
  background-color: #000;
}

.qodef-portfolio-list span.qodef-e-title {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.qodef-portfolio-list span.qodef-e-title a {
  color: #646464;
}

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

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

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

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

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-swiper-container.qodef-swiper-fix {
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin-top: 12px;
}

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

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
  margin: 0 0 4px 20px;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move.qodef-swiper-container article.portfolio-item .qodef-e-content {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move.qodef-swiper-container article.portfolio-item .qodef-e-content .qodef-e-title:before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.6s;
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.6s;
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.6s;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.6s;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.6s, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.6s;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move.qodef-swiper-container article.portfolio-item .qodef-e-content .qodef-e-title .qodef-e-title-link {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s;
  transition: color 0.2s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s;
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s, color 0.2s ease-out;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s, color 0.2s ease-out;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s, color 0.2s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.7s;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move.qodef-swiper-container article.portfolio-item.swiper-slide-active .qodef-e-content .qodef-e-title:before, .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move.qodef-swiper-container article.portfolio-item.swiper-slide-duplicate-active .qodef-e-content .qodef-e-title:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move.qodef-swiper-container article.portfolio-item.swiper-slide-active .qodef-e-content .qodef-e-title .qodef-e-title-link, .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move.qodef-swiper-container article.portfolio-item.swiper-slide-duplicate-active .qodef-e-content .qodef-e-title .qodef-e-title-link {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move article.portfolio-item.qodef--active .qodef-e-image img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move article.portfolio-item.qodef--active .qodef-e-title-link {
  color: #000;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move article.portfolio-item .qodef-e-image {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move article.portfolio-item .qodef-e-image img {
  -webkit-transform: scale(1.05) translateX(0);
      -ms-transform: scale(1.05) translateX(0);
          transform: scale(1.05) translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move article.portfolio-item .qodef-e-image:hover img {
  -webkit-transform: scale(1.05) translateX(-5px);
      -ms-transform: scale(1.05) translateX(-5px);
          transform: scale(1.05) translateX(-5px);
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--move article.portfolio-item .qodef-e-title-link:hover {
  color: #000;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
  position: absolute;
  bottom: 9%;
  left: 4%;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner > a {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner * {
  color: #fff;
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category {
  margin-left: 20px;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-title:before {
  background-color: #fff;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
  display: none;
}

.qodef-follow-info-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.qodef-follow-info-holder.qodef-right {
  text-align: right;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.qodef-follow-info-holder .qodef-follow-info-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-follow-info-holder .qodef-follow-info-title {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #646464;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 8;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  padding: 3px 5px;
  margin-top: 4px;
}

.qodef-follow-info-holder .qodef-follow-info-category {
  display: inline-block;
  padding: 0 4px;
  background-color: #646464;
  white-space: nowrap;
  z-index: 9;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
  content: '/';
  margin: 0 2px 0 3px;
}

.qodef-follow-info-holder a {
  color: #fff;
}

.qodef-follow-info-holder.qodef-is-active {
  visibility: visible;
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title,
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
  background-color: rgba(10, 10, 10, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner * {
  color: #fff;
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-title {
  margin: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-title:before {
  content: none;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content {
  display: none;
  padding: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

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

/* ==========================================================================
   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: 75px 0 3px;
  height: 120px;
}

@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation {
    height: 66px;
  }
}

#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
}

#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 3px;
  left: calc(50% - 10px);
  height: 120px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
  font-size: 32px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
  font-size: 30px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: -0.01em;
  font-weight: 600;
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-prev, #qodef-single-portfolio-navigation .qodef-portfolio-single-next {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: -0.01em;
  font-weight: 500;
  position: absolute;
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-prev img, #qodef-single-portfolio-navigation .qodef-portfolio-single-next img {
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-portfolio-single-prev img, #qodef-single-portfolio-navigation .qodef-portfolio-single-next img {
    display: none;
  }
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-prev .qodef-m-pagination-title-holder, #qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder {
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
  max-width: 200px;
}

@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-portfolio-single-prev .qodef-m-pagination-title-holder, #qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder {
    margin-top: -4px;
  }
  #qodef-single-portfolio-navigation .qodef-portfolio-single-prev .qodef-m-pagination-title-holder .qodef-m-pagination-title, #qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder .qodef-m-pagination-title {
    display: none;
  }
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-prev .qodef-m-pagination-title-holder .qodef-m-nav-label, #qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder .qodef-m-nav-label {
  display: block;
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-prev {
  left: 0;
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-prev .qodef-m-pagination-title-holder {
  padding-left: 15px;
}

@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-portfolio-single-prev .qodef-m-pagination-title-holder {
    padding-left: 0;
  }
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-prev .qodef-m-pagination-title-holder svg {
  position: relative;
  top: 11px;
  left: -2px;
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-next {
  right: 0;
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder {
  padding-right: 15px;
  float: left;
}

@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder {
    padding-right: 0;
    float: none;
  }
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder svg {
  position: relative;
  top: 11px;
  right: -3px;
}

#qodef-single-portfolio-navigation .qodef-portfolio-single-next .qodef-m-pagination-title-holder .qodef-m-nav-label {
  text-align: right;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media {
  margin-bottom: 10px;
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
  margin-top: 23px !important;
  margin-bottom: 0 !important;
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
  margin-top: 25px !important;
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
  margin-top: 85px !important;
}

.qodef-portfolio-single.qodef-layout--gallery-big #qodef-single-portfolio-navigation {
  margin: 95px 0 3px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-big #qodef-single-portfolio-navigation {
    margin: 106px 0 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--gallery-big #qodef-single-portfolio-navigation {
    margin: 52px 0 1px;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title {
  margin: -12px 0 22px;
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
  margin-top: 59px !important;
}

.qodef-portfolio-single.qodef-layout--gallery-small #qodef-single-portfolio-navigation {
  margin: 35px 0 3px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-small #qodef-single-portfolio-navigation {
    margin: 56px 0 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--gallery-small #qodef-single-portfolio-navigation {
    margin: 2px 0 3px;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
  margin-top: 23px !important;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
  margin-top: 25px !important;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item.qodef-col--9,
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item.qodef-col--3 {
  margin-bottom: 0;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 54px;
  float: none;
}

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

.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
  margin-top: 85px !important;
}

.qodef-portfolio-single.qodef-layout--images-big #qodef-single-portfolio-navigation {
  margin: 95px 0 3px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big #qodef-single-portfolio-navigation {
    margin: 106px 0 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--images-big #qodef-single-portfolio-navigation {
    margin: 52px 0 3px;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small {
  /*custom grid size for this type*/
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
  margin: -7px 0 26px;
  line-height: 1;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 54px;
  float: none;
}

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

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
  margin-top: 59px !important;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-small .qodef-ps-info-holder.qodef-ps-info-sticky-holder {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-portfolio-single.qodef-layout--images-small .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6:first-child {
    width: 56.3%;
  }
  .qodef-portfolio-single.qodef-layout--images-small .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6:last-child {
    width: 43.7%;
  }
}

.qodef-portfolio-single.qodef-layout--images-small #qodef-single-portfolio-navigation {
  margin: 35px 0 3px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-small #qodef-single-portfolio-navigation {
    margin: 56px 0 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--images-small #qodef-single-portfolio-navigation {
    margin: 2px 0 3px;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-media {
  margin-bottom: 10px;
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
  margin-top: 23px !important;
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
  margin-top: 25px !important;
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item.qodef-col--9,
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item.qodef-col--3 {
  margin-bottom: 0;
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
  margin-top: 85px !important;
}

.qodef-portfolio-single.qodef-layout--masonry-big #qodef-single-portfolio-navigation {
  margin: 95px 0 3px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-big #qodef-single-portfolio-navigation {
    margin: 106px 0 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--masonry-big #qodef-single-portfolio-navigation {
    margin: 52px 0 3px;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title {
  margin: -12px 0 22px;
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
  margin-top: 59px !important;
}

.qodef-portfolio-single.qodef-layout--masonry-small #qodef-single-portfolio-navigation {
  margin: 35px 0 3px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-small #qodef-single-portfolio-navigation {
    margin: 56px 0 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--masonry-small #qodef-single-portfolio-navigation {
    margin: 2px 0 3px;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--slider-big .qodef-media {
  margin-bottom: 10px;
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item {
  margin-top: 23px !important;
  margin-bottom: 0 !important;
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
  margin-top: 25px !important;
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info {
  margin-top: 85px !important;
}

.qodef-portfolio-single.qodef-layout--slider-big #qodef-single-portfolio-navigation {
  margin: 73px 0 3px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-big #qodef-single-portfolio-navigation {
    margin: 106px 0 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--slider-big #qodef-single-portfolio-navigation {
    margin: 52px 0 3px;
  }
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
  margin-top: 59px !important;
}

/* ==========================================================================
   Store List styles
   ========================================================================== */
.qodef-store-list {
  position: relative;
}

.qodef-store-list .qodef-map {
  margin-bottom: 30px;
}

.qodef-store-list .qodef-map .qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
  display: none;
}

.qodef-store-list #qodef-multiple-map-holder {
  height: 100%;
}

.qodef-store-list .qodef-m-filter-holder {
  margin-bottom: 95px;
  background-color: #ECD0C8;
}

.qodef-store-list .qodef-m-filter-holder input,
.qodef-store-list .qodef-m-filter-holder .select2-container--default {
  margin-bottom: 0;
}

.qodef-store-list .qodef-m-filter-holder .select2-container--default {
  width: 56% !important;
}

.qodef-store-list .qodef-m-filter-holder .select2-container--default .select2-selection--single {
  font-size: 16px;
  color: #4e4e4e;
  border-bottom: 1px solid #000;
  height: 38px;
  padding: 8px 30px 5px 0;
}

.qodef-store-list .qodef-m-filter-holder .select2-container--default .select2-selection--single .select2-selection__arrow {
  font-size: 20px;
  line-height: 38px;
  top: -2px;
  width: 30px;
}

.qodef-store-list .qodef-m-filter-holder .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  display: inline-block;
  background: url("../img/corner-right-down.svg") center center no-repeat;
  width: 18px;
  height: 18px;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section {
  padding: 41px 28px 37px 65px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section.qodef-m-section--location .qodef-m-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section.qodef-m-section--location .qodef-location-search-text {
  margin: 0;
  width: 54%;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 58px;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section--buttons .qodef-m-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section--buttons .qodef-m-section-inner .qodef-button.qodef-layout--arrow {
  line-height: 1;
  vertical-align: unset;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section--buttons .qodef-m-section-inner .qodef-button.qodef-layout--arrow .qodef-m-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section--buttons .qodef-m-section-inner .qodef-button.qodef-layout--arrow .qodef-m-icon svg {
  width: 37px;
  height: 37px;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section--buttons .qodef-m-section-inner .qodef-button.qodef-layout--arrow:hover .qodef-m-icon {
  -webkit-animation: none;
          animation: none;
  width: auto;
}

.qodef-store-list .qodef-m-filter-holder .qodef-m-section--buttons .qodef-m-section-inner .qodef-button.qodef-layout--arrow:hover .qodef-m-icon svg line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-store-list .qodef-m-filter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.qodef-store-list .qodef-m-filter--reset {
  margin-left: 10px !important;
}

.qodef-store-list .qodef-spinner-holder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.qodef-store-list.qodef--loading .qodef-spinner-holder .qodef-m-spinner {
  visibility: visible;
}

.qodef-store-list .qodef-m-spinner {
  -webkit-animation: qode-rotate 2s infinite linear;
          animation: qode-rotate 2s infinite linear;
  color: #646464;
  display: inline-block;
  fill: currentColor;
  visibility: hidden;
  width: 36px;
  z-index: -1;
}

.qodef-store-list.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
  padding-top: 51px;
  padding-bottom: 54px;
  margin: 0;
}

.qodef-store-list.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item:before {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #e2e2e2;
  left: 15px;
  top: 0;
}

.qodef-store-list.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item:last-child:after {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #e2e2e2;
  left: 15px;
  bottom: 0;
}

/* ==========================================================================
   Store styles
   ========================================================================== */
.qodef-store-list.qodef-item-layout--standard .qodef-e-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 35px;
  width: 28%;
}

.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--address,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--email,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--phone,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--website-url {
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1.625em;
}

.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--address a,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--email a,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--phone a,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--website-url a {
  color: #646464;
}

.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--address a:hover,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--email a:hover,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--phone a:hover,
.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--website-url a:hover {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--address br,
  .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--email br,
  .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--phone br,
  .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--website-url br {
    display: none;
  }
}

.qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner .qodef-e-info--website-visit .qodef-button.qodef-layout--textual-with-arrow {
  margin-top: 12px;
}

.qodef-store-list.qodef-item-layout--standard .qodef-e--one {
  padding-left: 0;
}

.qodef-store-list.qodef-item-layout--standard .qodef-e--four {
  padding-right: 0;
  text-align: right;
  width: 17%;
}

.qodef-store-list.qodef-item-layout--standard .qodef-e-title {
  margin: 0;
}

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

.qodef-team-list .qodef-e-title {
  margin: 2px 0 13px;
}

.qodef-team-list .qodef-team-member-social-icons {
  margin: 0;
}

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

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
  opacity: 1;
  z-index: 1;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: -1;
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list.qodef-swiper-container .qodef-e-content {
  padding: 0 16%;
}

.qodef-testimonials-list .qodef-e-content {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .qodef-testimonials-list .qodef-e-content {
    padding-bottom: 18px;
  }
}

.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}

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

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

.qodef-testimonials-list .qodef-rating-holder {
  color: #000;
}

.qodef-testimonials-list svg polygon {
  stroke: currentColor;
}

.qodef-testimonials-list .qodef-e-current-rating svg polygon {
  fill: currentColor;
}

.qodef-testimonials-list .qodef-e-author {
  margin: 0;
  font-weight: 400;
  color: #646464;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.qodef-testimonials-list ~ .swiper-button-prev.swiper-button-outside {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  left: 0 !important;
  top: 31%;
}

.qodef-testimonials-list ~ .swiper-button-next.swiper-button-outside {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  right: 0 !important;
  top: 31%;
}

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

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background-color: #646464;
}

.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-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-review-rating .qodef-rating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.qodef-review-rating label {
  margin: 0 10px 0 0;
}

.qodef-review-rating .qodef-comment-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 .1em 0 0;
  cursor: pointer;
  color: #a7a7a7;
}

.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor;
}

.qodef-review-rating .qodef-comments-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
  color: #a7a7a7;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 7px;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: #646464;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
  line-height: 28px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  padding-top: 23%;
  padding-left: 15%;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
  margin-right: 22px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -6px;
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}

.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}

.qodef-comment-list .qodef-comment-name {
  float: none;
}

.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%;
}

.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%;
}

/* ==========================================================================
# Search covers header - start
========================================================================== */
@-webkit-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_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

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

@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: #fff;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #646464;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}

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

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

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

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

.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 {
  -ms-flex-negative: 0;
      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 {
  -webkit-animation: cover_search_fade_out .3s ease both;
          animation: cover_search_fade_out .3s ease both;
}

.qodef-covers-search--fadein .qodef-search-cover-form {
  -webkit-animation: cover_search_fade_in .3s ease both;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 100;
}

.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;
  font-size: 25px;
  color: #000;
  line-height: 2em;
  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: #000;
  background: none;
  border: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: #646464;
  background: none;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  -o-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  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: 2px solid #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
  width: 100%;
  -webkit-transition: width 0.5s ease .6s;
  -o-transition: width 0.5s ease .6s;
  transition: width 0.5s ease .6s;
}

.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #646464;
  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: #000;
}

.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 {
  -webkit-animation: fullscreen_search_fade_out .3s ease both;
          animation: fullscreen_search_fade_out .3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  -webkit-animation: fullscreen_search_fade_in .3s ease both;
          animation: fullscreen_search_fade_in .3s ease both;
}

@-webkit-keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@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 > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

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

.qodef-search-opener .qodef-search-opener-text {
  font-weight: 500;
}

.qodef-search-opener.qodef-label--left .qodef-m-icon {
  float: right;
  margin-left: 11px;
}

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.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 {
  overflow-anchor: none;
  border-bottom: 2px solid #e4e1dd;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0;
  padding: 24px 3px 26px 0;
  -webkit-transition: border 0s ease-out .4s, padding .35s ease-out;
  -o-transition: border 0s ease-out .4s, padding .35s ease-out;
  transition: border 0s ease-out .4s, padding .35s ease-out;
  cursor: pointer;
  border-top: 2px solid #e4e1dd;
  border-bottom: 2px solid transparent;
}

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 18px;
  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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  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--minus {
  opacity: 0;
}

.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 svg {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  padding-bottom: 12px;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 0 0 44px;
  margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: -0.02em;
  color: #4e4e4e;
}

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

.qodef-banner .qodef-m-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: "Lexend", sans-serif;
  margin: 0;
  opacity: .5;
  letter-spacing: 0;
}

.qodef-banner p.qodef-m-subtitle {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #5d5d5d;
}

.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: #646464;
  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;
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 35px;
}

.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-overlay .qodef-m-image {
  overflow: hidden;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 27px 37px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    padding: 7px 22px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-banner.qodef-layout--link-overlay .qodef-m-image img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 6px 39px;
}

.qodef-button.qodef-size--small {
  padding: 5px 34px;
}

.qodef-button.qodef-size--large {
  padding: 8px 42px;
}

.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}

.qodef-button.qodef-layout--arrow {
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

.qodef-button.qodef-layout--arrow .qodef-m-icon {
  overflow: visible;
}

.qodef-button.qodef-layout--arrow .qodef-m-icon svg {
  overflow: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-button.qodef-layout--arrow .qodef-m-icon svg line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  will-change: transform;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.qodef-button.qodef-layout--arrow:hover {
  color: #000;
  background-color: transparent;
}

.qodef-button.qodef-layout--arrow:hover .qodef-m-icon svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.qodef-button.qodef-layout--arrow:hover .qodef-m-icon svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: #646464;
}

.qodef-button.qodef-layout--outlined {
  color: #646464;
  background-color: transparent;
  border: 2px solid #646464;
}

.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.qodef-button.qodef-layout--textual-with-arrow {
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

.qodef-button.qodef-layout--textual-with-arrow .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-button.qodef-layout--textual-with-arrow .qodef-m-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-button.qodef-layout--textual-with-arrow .qodef-m-text:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.qodef-button.qodef-layout--textual-with-arrow:hover {
  color: #000;
  background-color: transparent;
}

.qodef-button.qodef-layout--textual-with-arrow:hover .qodef-m-text:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-button.qodef-layout--textual-with-arrow:hover .qodef-m-text:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qodef-button.qodef-layout--textual-with-arrow.qodef-skin--light .qodef-m-text:after {
  background: url("../img/arrow-up-right-light.svg") center center no-repeat;
}

.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  color: #000;
  background-color: transparent !important;
  border: 0;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-button.qodef-layout--textual:hover {
  color: #000 !important;
}

/* ==========================================================================
   Call to Action shortcode styles
   ========================================================================== */
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.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-family: inherit;
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
  text-align: center;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #000;
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 52px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #000;
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

/* ==========================================================================
   Dual image slider shortcode style - begin
   ========================================================================== */
.qodef-dual-image-slider {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  visibility: hidden;
}

.qodef-dual-image-slider.qodef--init {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.qodef-dual-image-slider.qodef-full-height-slider--yes .qodef-m-image-holder {
  height: 100%;
}

.qodef-dual-image-slider.qodef-full-height-slider--yes .qodef-m-image-holder .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-dual-image-slider .qodef-m-image-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
          box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
}

.qodef-dual-image-slider .qodef-m-info {
  position: absolute;
  left: 0;
  bottom: 43px;
  padding-left: 47px;
  width: 100%;
  z-index: 50;
  display: inline-block;
  pointer-events: none;
}

.qodef-dual-image-slider .qodef-bottom-info {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  left: -12px;
}

.qodef-dual-image-slider .qodef-bottom-info .swiper-pagination-bullets {
  margin-top: 0;
  pointer-events: all;
}

.qodef-dual-image-slider .qodef-m-headline {
  position: absolute;
  min-width: 50vw;
  height: 28px;
  bottom: 43px;
  left: 155px;
  margin-left: 35px;
}

.qodef-dual-image-slider .qodef-m-title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-dual-image-slider .qodef-m-title .qodef-m-link {
  color: #000;
}

.qodef-dual-image-slider .qodef-m-title:before {
  content: "";
  display: block;
  height: 17px;
  width: 2px;
  position: absolute;
  left: -20px;
  bottom: 7px;
  background: #000;
}

.qodef-dual-image-slider .qodef-m-thumbnails-holder {
  position: absolute;
  width: 126px;
  height: 126px;
  margin: 0;
  left: 47px;
  bottom: 96px;
}

.qodef-dual-image-slider .qodef-m-thumbnails-holder .qodef-m-thumbnail {
  position: relative;
  font-size: 0;
  cursor: pointer;
}

.qodef-dual-image-slider .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
  display: block;
}

.qodef-dual-image-slider .swiper-pagination {
  position: relative;
  bottom: initial !important;
}

.qodef-dual-image-slider .swiper-pagination .qodef-m-number {
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 1;
  cursor: pointer;
}

.qodef-dual-image-slider .swiper-pagination .qodef-m-number > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: bottom;
  color: #000;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.qodef-dual-image-slider .swiper-pagination .qodef-m-number.swiper-pagination-bullet-active > span {
  font-weight: 500;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.qodef-dual-image-slider .swiper-navigation-holder {
  position: absolute;
  right: 42px;
  bottom: 0;
  width: 74px;
  height: 28px;
  pointer-events: all;
}

.qodef-dual-image-slider .swiper-navigation-holder .swiper-button-next,
.qodef-dual-image-slider .swiper-navigation-holder .swiper-button-prev {
  top: initial;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.qodef-dual-image-slider .swiper-navigation-holder .swiper-button-next:after,
.qodef-dual-image-slider .swiper-navigation-holder .swiper-button-prev:after {
  content: none;
}

.qodef-dual-image-slider .swiper-navigation-holder .swiper-button-next {
  right: -3px !important;
}

.qodef-dual-image-slider .swiper-navigation-holder .swiper-button-prev {
  left: 5px !important;
}

.qodef-dual-image-slider .swiper-slide > img {
  -webkit-transform: scale(1.1) translateX(5%);
      -ms-transform: scale(1.1) translateX(5%);
          transform: scale(1.1) translateX(5%);
  will-change: transform;
  -webkit-transition: -webkit-transform .4s ease .3s;
  transition: -webkit-transform .4s ease .3s;
  -o-transition: transform .4s ease .3s;
  transition: transform .4s ease .3s;
  transition: transform .4s ease .3s, -webkit-transform .4s ease .3s;
}

.qodef-dual-image-slider .swiper-slide .qodef-m-title {
  clip-path: inset(0 100% 0 -10%);
  -webkit-clip-path: inset(0 100% 0 -10%);
}

.qodef-dual-image-slider .swiper-slide .qodef-m-title:before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.qodef-dual-image-slider .swiper-slide .qodef-m-thumbnails-holder .qodef-m-thumbnail {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path .4s ease-out;
  transition: -webkit-clip-path .4s ease-out;
  -o-transition: clip-path .4s ease-out;
  transition: clip-path .4s ease-out;
  transition: clip-path .4s ease-out, -webkit-clip-path .4s ease-out;
}

.qodef-dual-image-slider .swiper-slide.swiper-slide-active > img, .qodef-dual-image-slider .swiper-slide.swiper-slide-duplicate-active > img {
  -webkit-transform: scale(1.1) translateX(0);
      -ms-transform: scale(1.1) translateX(0);
          transform: scale(1.1) translateX(0);
  -webkit-transition: -webkit-transform .4s ease .3s;
  transition: -webkit-transform .4s ease .3s;
  -o-transition: transform .4s ease .3s;
  transition: transform .4s ease .3s;
  transition: transform .4s ease .3s, -webkit-transform .4s ease .3s;
}

.qodef-dual-image-slider .swiper-slide.swiper-slide-active .qodef-m-title, .qodef-dual-image-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title {
  clip-path: inset(0 0 0 -10%);
  -webkit-clip-path: inset(0 0 0 -10%);
  -webkit-transition: -webkit-clip-path .8s ease 1.2s;
  transition: -webkit-clip-path .8s ease 1.2s;
  -o-transition: clip-path .8s ease 1.2s;
  transition: clip-path .8s ease 1.2s;
  transition: clip-path .8s ease 1.2s, -webkit-clip-path .8s ease 1.2s;
}

.qodef-dual-image-slider .swiper-slide.swiper-slide-active .qodef-m-title:before, .qodef-dual-image-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-title:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 1s;
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 1s;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 1s;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 1s, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 1s;
}

.qodef-dual-image-slider .swiper-slide.swiper-slide-active .qodef-m-thumbnails-holder .qodef-m-thumbnail, .qodef-dual-image-slider .swiper-slide.swiper-slide-duplicate-active .qodef-m-thumbnails-holder .qodef-m-thumbnail {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path .8s ease .8s;
  transition: -webkit-clip-path .8s ease .8s;
  -o-transition: clip-path .8s ease .8s;
  transition: clip-path .8s ease .8s;
  transition: clip-path .8s ease .8s, -webkit-clip-path .8s ease .8s;
}

/* ==========================================================================
   Dual image slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Dual Image With Text shortcode styles
   ========================================================================== */
.qodef-dual-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  /* image two on the left */
}

.qodef-dual-image-with-text .qodef-m-media {
  position: relative;
}

.qodef-dual-image-with-text .qodef-m-image img {
  display: block;
}

.qodef-dual-image-with-text .qodef-m-image.qodef-image--one {
  padding-right: 17.8%;
}

.qodef-dual-image-with-text .qodef-m-image.qodef-image--one .qodef-m-image-inner {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), opacity 0.5s ease-out;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), opacity 0.5s ease-out;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.qodef-dual-image-with-text .qodef-m-image.qodef-image--one img {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.qodef-dual-image-with-text .qodef-m-image.qodef-image--two {
  bottom: 21.6%;
  max-width: 27%;
  position: absolute;
  right: 0;
}

.qodef-dual-image-with-text .qodef-m-image.qodef-image--two .qodef-m-image-inner {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), opacity 0.5s ease-out;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), opacity 0.5s ease-out;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.qodef-dual-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 26px;
}

.qodef-dual-image-with-text .qodef-m-tagline {
  color: #646464;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 29px 0 0 0;
}

.qodef-dual-image-with-text .qodef-m-title {
  position: relative;
  margin: 4px 0 0 0;
  padding-left: 21px;
  line-height: 1;
  -webkit-transition: padding 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), color 0.2s ease-out;
  -o-transition: padding 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), color 0.2s ease-out;
  transition: padding 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), color 0.2s ease-out;
}

.qodef-dual-image-with-text .qodef-m-title:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s, -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.2s;
}

.qodef-dual-image-with-text .qodef-m-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-image-one-has-shadow.qodef-dual-image-with-text .qodef-image--one img {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(140, 159, 177, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(140, 159, 177, 0.2);
}

.qodef-image-two-has-shadow.qodef-dual-image-with-text .qodef-image--two img {
  border-radius: 15px;
  -webkit-box-shadow: 7px 7px 24px 0px rgba(68, 70, 77, 0.11);
          box-shadow: 7px 7px 24px 0px rgba(68, 70, 77, 0.11);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

:hover.qodef-image-two-has-shadow.qodef-dual-image-with-text .qodef-image--two img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.qodef-dual-image-with-text.qodef-image-two-left .qodef-m-media {
  position: relative;
}

.qodef-dual-image-with-text.qodef-image-two-left .qodef-m-image img {
  display: block;
}

.qodef-dual-image-with-text.qodef-image-two-left .qodef-m-image.qodef-image--one {
  padding-right: 0;
  padding-left: 17.8%;
}

.qodef-dual-image-with-text.qodef-image-two-left .qodef-m-image.qodef-image--two {
  right: initial;
  left: 0;
}

.qodef-dual-image-with-text.qodef-image-two-left .qodef-m-content {
  padding-left: 17.8%;
}

.qodef-dual-image-with-text.qodef--appear .qodef-m-image.qodef-image--one .qodef-m-image-inner,
.qodef-dual-image-with-text.qodef--appear .qodef-m-image.qodef-image--two .qodef-m-image-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-dual-image-with-text:hover .qodef-m-image.qodef-image--one img {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.qodef-dual-image-with-text:hover .qodef-m-content .qodef-m-title {
  padding-left: 0;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.qodef-dual-image-with-text:hover .qodef-m-content .qodef-m-title:before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

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

/* ==========================================================================
   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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 18px;
}

.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_lucent_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lucent_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lucent_core_icon_list_item {
  margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text span.qodef-m-title {
  font-size: 16px;
}

.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
  display: block;
}

.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-icon-with-text .qodef-m-content .qodef-m-title a {
  color: inherit;
}

.qodef-icon-with-text .qodef-m-content .qodef-m-title a:hover {
  color: #4e4e4e;
}

.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--svg-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--svg-icon .qodef-m-icon-wrapper a {
  display: block;
}

.qodef-icon-with-text.qodef--svg-icon .qodef-m-icon-wrapper svg {
  width: 100%;
}

.qodef-icon-with-text .qodef-m-svg {
  stroke: currentColor;
  fill: none;
  pointer-events: none;
}

.qodef-icon-with-text .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-icon-with-text.qodef-skin--light .qodef-m-content .qodef-m-title a:hover {
  color: #fff;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.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-m-title {
  margin-top: 21px;
}

/* ==========================================================================
   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: #646464;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
  background-color: #000;
}

.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_lucent_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_lucent_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lucent_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lucent_core_icon {
  margin-bottom: 0;
}

/* ==========================================================================
   Image Gallery shortcode styles
   ========================================================================== */
.qodef-image-gallery.qodef-swiper-container .swiper-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}

.qodef-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-slide {
  overflow: hidden;
}

.qodef-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-slide img {
  -webkit-transform: scale(1.1) translateX(30px);
      -ms-transform: scale(1.1) translateX(30px);
          transform: scale(1.1) translateX(30px);
  -webkit-transition: -webkit-transform .6s ease-out;
  transition: -webkit-transform .6s ease-out;
  -o-transition: transform .6s ease-out;
  transition: transform .6s ease-out;
  transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}

.qodef-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-active img, .qodef-image-gallery.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active img {
  -webkit-transform: scale(1.1) translateX(0);
      -ms-transform: scale(1.1) translateX(0);
          transform: scale(1.1) translateX(0);
  -webkit-transition: -webkit-transform .6s ease-out .2s;
  transition: -webkit-transform .6s ease-out .2s;
  -o-transition: transform .6s ease-out .2s;
  transition: transform .6s ease-out .2s;
  transition: transform .6s ease-out .2s, -webkit-transform .6s ease-out .2s;
}

.qodef-image-gallery.qodef-image-has-shadow .qodef-e img {
  -webkit-box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
          box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
}

.qodef-image-gallery.qodef-image-gallery-right-pagination .swiper-pagination {
  padding: 5px 7px;
  right: 0;
  left: auto;
  text-align: right;
  display: inline;
  position: absolute !important;
  width: auto;
  background: #fff;
}

.qodef-image-gallery.qodef-image-gallery-right-pagination .swiper-pagination .qodef-m-number {
  text-align: center;
  margin: 0 1px;
}

.qodef-image-gallery .qodef-image-wrapper a {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.qodef-image-gallery .qodef-image-wrapper a:hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

/* ==========================================================================
   Image With Active Scene shortcode styles
   ========================================================================== */
.qodef-image-with-active-scene {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-active-scene .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-active-scene .qodef-m-image a, .qodef-image-with-active-scene .qodef-m-image img {
  display: block;
}

.qodef-image-with-active-scene .qodef-m-image img {
  visibility: hidden;
  opacity: 0;
}

.qodef-image-with-active-scene .qodef-m-image .qodef-absolute-image {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-image-with-active-scene .qodef-m-image .qodef-absolute-image img {
  visibility: visible;
  opacity: 1;
}

.qodef-image-with-active-scene.qodef--has-appear .qodef-m-image {
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-image-with-active-scene.qodef--has-appear .qodef-absolute-image {
  opacity: 0;
  -webkit-transition: all 1s ease .6s;
  -o-transition: all 1s ease .6s;
  transition: all 1s ease .6s;
}

.qodef-image-with-active-scene.qodef--has-appear:not(.qodef--has-background) .qodef-m-image {
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-clip-path 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}

.elementor-editor-active .qodef-image-with-active-scene.qodef--has-appear:not(.qodef--has-background) .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-image-with-active-scene.qodef--has-appear:not(.qodef--has-background) .qodef-absolute-image {
  opacity: 1;
}

.qodef-image-with-active-scene.qodef--has-appear:not(.qodef--has-background).qodef--appear .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%);
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--left .qodef-m-image {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}

.elementor-editor-active .qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--left .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--left .qodef-absolute-image {
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}

.elementor-editor-active .qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--left .qodef-absolute-image {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--left.qodef--appear .qodef-m-image {
  clip-path: inset(0 0 0 -50%);
  -webkit-clip-path: inset(0 0 0 -50%);
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--left.qodef--appear .qodef-absolute-image {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--right .qodef-m-image {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}

.elementor-editor-active .qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--right .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--right .qodef-absolute-image {
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}

.elementor-editor-active .qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--right .qodef-absolute-image {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--right.qodef--appear .qodef-m-image {
  clip-path: inset(0 -50% 0 0);
  -webkit-clip-path: inset(0 -50% 0 0);
}

.qodef-image-with-active-scene.qodef--has-appear.qodef--has-background.qodef-animation--right.qodef--appear .qodef-absolute-image {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* ==========================================================================
   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: 100%;
  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-image img {
  -webkit-box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
          box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
}

.qodef-image-with-text .qodef-m-image a {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.qodef-image-with-text .qodef-m-image a:hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-title {
  margin: 22px 0 0;
}

.qodef-image-with-text .qodef-m-text {
  margin: 4px 0 0;
}

.qodef-image-with-text span.qodef-m-text {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.qodef-image-with-text.qodef--has-appear .qodef-m-image {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.elementor-editor-active .qodef-image-with-text.qodef--has-appear .qodef-m-image {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-image-with-text.qodef--has-appear .qodef-m-content .qodef-m-title,
.qodef-image-with-text.qodef--has-appear .qodef-m-content .qodef-m-text {
  opacity: 0;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
}

.elementor-editor-active .qodef-image-with-text.qodef--has-appear .qodef-m-content .qodef-m-title, .elementor-editor-active
.qodef-image-with-text.qodef--has-appear .qodef-m-content .qodef-m-text {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-image-with-text.qodef--has-appear.qodef--appear .qodef-m-image {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-image-with-text.qodef--has-appear.qodef--appear .qodef-m-content .qodef-m-title,
.qodef-image-with-text.qodef--has-appear.qodef--appear .qodef-m-content .qodef-m-text {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

/* ==========================================================================
# Preview Slider - begin
========================================================================== */
.qodef-preview-slider {
  display: block;
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  /* initially hide device */
}

.qodef-preview-slider.qodef-preview-slider-loaded {
  opacity: 1;
}

.qodef-preview-slider .qodef-ps-images-holder {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-wrapper {
  margin: 0 60px 0 0;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-holder {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .5s, -webkit-transform 1s;
  transition: opacity .5s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s, -webkit-transform 1s;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-holder > img {
  position: relative;
  z-index: 10;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  bottom: -9px;
  width: 229px;
  height: 18px;
  z-index: 0;
  background-image: url("../../inc/shortcodes/preview-slider/assets/img/tablet-shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-slider {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #ddd;
  overflow: hidden;
  z-index: 1;
  border-radius: 15px;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-slider .slick-track {
  margin-top: -1px;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-holder {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .5s, -webkit-transform 1s;
  transition: opacity .5s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s, -webkit-transform 1s;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-holder > img {
  position: relative;
  z-index: 5;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  bottom: -6px;
  width: 557px;
  height: 11px;
  z-index: 0;
  background-image: url("../../inc/shortcodes/preview-slider/assets/img/laptop-shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-slider {
  position: absolute;
  max-width: calc(100% - 2px);
  width: 100%;
  top: 0;
  left: 2px;
  background: #ddd;
  overflow: hidden;
  z-index: 1;
  border-radius: 15px;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-wrapper {
  margin: 0 19px 0 0;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-holder {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .5s, -webkit-transform 1s;
  transition: opacity .5s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s, -webkit-transform 1s;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-holder > img {
  position: relative;
  z-index: 10;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 138px;
  height: 11px;
  z-index: 0;
  background-image: url("../../inc/shortcodes/preview-slider/assets/img/phone-shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-slider {
  position: absolute;
  top: 0;
  max-width: calc(100% - 1px);
  width: 100%;
  left: 1px;
  background: #ddd;
  overflow: hidden;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
}

.qodef-preview-slider .qodef-ps-images-holder img {
  vertical-align: middle;
}

.qodef-preview-slider .qodef-ps-images-holder img.slick-slide {
  border: none;
}

.qodef-preview-slider .qodef-ps-images-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.qodef-preview-slider .qodef-slick-dots-with-number {
  margin: 47px 0;
}

.qodef-preview-slider .qodef-slick-dots-with-number li {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 39px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 43px;
  border: 2px solid #e1e1e1;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #acacac;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  cursor: pointer;
}

.qodef-preview-slider .qodef-slick-dots-with-number li .qodef-slick-dot-number {
  display: block;
}

.qodef-preview-slider .qodef-slick-dots-with-number li.slick-active {
  background-color: #1c1e1f;
  border-color: #1c1e1f;
  color: #e9dfdf;
}

.qodef-preview-slider.qodef-position--center .qodef-ps-images-holder-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-preview-slider.qodef-position--left .qodef-ps-images-holder-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qodef-preview-slider.qodef-position--right .qodef-ps-images-holder-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-preview-slider.qodef-initially-hide--phone .qodef-ps-mobile-holder {
  display: none;
}

.qodef-preview-slider.qodef-initially-hide--tablet .qodef-ps-tablet-holder {
  display: none;
}

.qodef-preview-slider.qodef-initially-hide--laptop .qodef-ps-laptop-holder {
  display: none;
}

/* ==========================================================================
# Preview Slider - end
========================================================================== */
/* ==========================================================================
   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 {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.qodef-pricing-table .qodef-m-inner {
  padding: 45px;
}

.qodef-pricing-table .qodef-m-title p {
  margin: 0;
  color: #000;
}

.qodef-pricing-table .qodef-m-price {
  margin-top: -3px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-pricing-table .qodef-m-content {
  margin: 25px 0 0;
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}

.qodef-pricing-table .qodef-m-content ul li {
  color: #000;
  margin-bottom: 8px;
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}

.qodef-pricing-table .qodef-m-content ul li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}

.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 25px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          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;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-section-title.qodef-alignment--center {
  text-align: center;
}

.qodef-section-title.qodef-alignment--left {
  text-align: left;
}

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.qodef-section-title .qodef-m-title {
  margin: 0;
}

.qodef-section-title .qodef-m-text {
  margin: 25px 0 0;
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1;
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.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-hide-separator--yes {
    display: none;
  }
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_lucent_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lucent_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lucent_core_separator {
  margin-bottom: 0;
}

/* ==========================================================================
   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 {
  font-size: 16px;
  letter-spacing: -.01em;
  line-height: 1.65em;
  margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 19px;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0;
  padding: 0 69px 0 0;
  position: relative;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  padding: 0;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  position: relative;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  color: #a7a7a7;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child a {
  padding: 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: #000;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
  background-color: #000;
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  padding-right: 0;
  margin-right: 55px;
  width: 172px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs,
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    width: 100%;
    margin: 0 0 45px 0;
  }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #cccccc;
  top: 0;
  position: absolute;
  right: 0;
  bottom: initial;
  left: initial;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 45px;
  padding: 0 0 4px 0;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li,
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    margin-bottom: 0;
  }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:after {
  content: "";
  display: block;
  width: 2px;
  height: 81px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  bottom: initial;
  left: initial;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:after,
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:after {
    height: 100%;
  }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:last-child,
.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 .wc-tabs li:last-child:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child:after {
  top: -32px;
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:last-child:after,
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child:after {
    top: 0;
  }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li a,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
  display: block;
  width: auto;
  padding: 0 10px 0 0;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li a:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a:after {
  content: none;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.active:last-child:before,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.active:last-child:before {
  content: "";
  width: 2px;
  height: 10000%;
  background-color: #000;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 50;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.ui-state-active:after, .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li.active:after, .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .wc-tabs li:hover:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-active:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.active:after,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:hover:after {
  background-color: #000;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .woocommerce-tabs .wc-tab {
  margin-top: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}

/* ==========================================================================
   Team Single shortcode styles
   ========================================================================== */
.qodef-team-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

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

.qodef-team-single .qodef-m-image a, .qodef-team-single .qodef-m-image img {
  display: block;
}

.qodef-team-single .qodef-m-image img {
  -webkit-box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
          box-shadow: 0px 0px 6.88px 1.12px rgba(140, 159, 177, 0.2);
}

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

.qodef-team-single .qodef-m-title {
  margin: 17px 0 3px;
}

.qodef-team-single .qodef-m-text {
  margin: 4px 0 10px;
}

.qodef-team-single span.qodef-m-text {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-video-button .qodef-m-image {
  overflow: hidden;
  position: relative;
}

.qodef-video-button .qodef-m-image img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 106px;
  line-height: 1;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 86px;
  height: 80px;
  background: #fff;
  text-align: center;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg {
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  fill: none;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner svg polygon {
  fill: none;
  stroke-dasharray: 55;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: stroke-dashoffset 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: stroke-dashoffset 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    width: 66px;
    height: 60px;
  }
  .qodef-video-button .qodef-m-play .qodef-m-play-inner svg {
    height: 60px;
  }
}

.qodef-video-button .qodef-m-play span {
  display: block;
  line-height: inherit;
}

.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit;
}

.qodef-video-button .qodef-video-info {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 23px;
}

.qodef-video-button .qodef-video-info .qodef-m-play-description {
  max-width: 70%;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #646464;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .qodef-video-button .qodef-video-info .qodef-m-play-description {
    max-width: 100%;
  }
}

.qodef-video-button .qodef-video-info .qodef-m-play-description:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 17px;
  background: #000;
  position: absolute;
  left: 0;
  top: 4px;
}

.qodef-video-button .qodef-video-info .qodef-m-play-tags {
  float: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .qodef-video-button .qodef-video-info .qodef-m-play-tags {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-video-info .qodef-m-play-tags {
    padding-left: 1px;
  }
}

.qodef-video-button:hover .qodef-m-image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.qodef-video-button:hover .qodef-m-play .qodef-m-play-inner svg polygon {
  stroke-dashoffset: 110;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -599px;
  width: 599px;
  height: 100%;
  min-height: 100%;
  padding: 82px 85px 35px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.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 .widget p {
  font-size: 14px;
}

#qodef-side-area .widget p.qodef-custom-sidebar-font {
  font-size: 16px;
  font-weight: 600;
}

#qodef-side-area .widget .qodef-working-hours-list .qodef-e-day {
  min-width: 58%;
}

@media only screen and (max-width: 1366px) {
  #qodef-side-area .widget.widget_lucent_core_instagram_list {
    margin-bottom: 0;
  }
}

#qodef-side-area .widget.widget_lucent_core_instagram_list .qodef-list-custom-padding {
  padding: 0 57px;
}

#qodef-side-area .qodef-side-area-columns {
  text-align: left;
}

#qodef-side-area .qodef-showroom p {
  position: relative;
  top: -4px;
  line-height: 2em;
}

#qodef-side-area-close {
  position: absolute;
  top: 31px;
  right: 30px;
  display: block;
  z-index: 1000;
  color: #000;
}

.admin-bar #qodef-side-area-close {
  top: 62px;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  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.widget_lucent_core_side_area_opener {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ==========================================================================
# 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 9px 0 0;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

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

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  /* opacity and visibility need to be different, but not background-color */
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
     transition-delay: 0.7s;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
  -o-transition: opacity .2s ease-out, visibility .2s ease-out;
  transition: opacity .2s ease-out, visibility .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  -webkit-transition: color .2s ease-out, background-color .2s ease-out;
  -o-transition: color .2s ease-out, background-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
  width: 60px;
  height: 30px;
  line-height: 30px;
  -webkit-box-shadow: 1px 6px 10px 0 rgba(43, 43, 43, 0.06);
          box-shadow: 1px 6px 10px 0 rgba(43, 43, 43, 0.06);
}

.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 a {
  font-size: 14px;
  color: #000;
  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 li {
  margin-right: 15px;
}

.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.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.qodef-facebook-share a:hover {
  color: #3b5998;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
  color: #00aced;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
  color: #007bb5;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
  color: #32506d;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
  color: #cb2027;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #45668e;
}

#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.qodef-facebook-share a:hover {
  color: #3b5998;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
  color: #00aced;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
  color: #007bb5;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
  color: #32506d;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
  color: #cb2027;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #45668e;
}

#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.qodef-facebook-share a:hover {
  color: #3b5998;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
  color: #00aced;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
  color: #007bb5;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
  color: #32506d;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
  color: #cb2027;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #45668e;
}

/* ==========================================================================
   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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000;
}

#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;
  -webkit-animation: qode-atom-shrink 4.5s infinite linear;
          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 {
  -webkit-animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
          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 {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
          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 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
          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 {
  -webkit-animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
          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 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
          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 {
  -webkit-animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
          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;
  -webkit-animation: qode-clock 8s infinite steps(8);
          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 {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-animation: qode-clock-1 1s ease-in infinite;
          animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: qode-clock-2 1s ease-in infinite;
          animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: qode-clock-3 1s ease-in infinite;
          animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  -webkit-animation: qode-clock-4 1s ease-in infinite;
          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;
  -webkit-animation: qode-cube 1.2s infinite ease-in-out;
          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;
  -webkit-animation: qode-double-pulse 2s infinite ease-in-out;
          animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  -webkit-animation-delay: -1.0s;
          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 {
  -webkit-animation-delay: calc((600ms) - 1500ms);
          animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1500ms);
          animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1500ms);
          animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1400ms);
          animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1400ms);
          animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1400ms);
          animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1400ms);
          animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
          animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1300ms);
          animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1300ms);
          animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1300ms);
          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%;
  -webkit-animation: qode-bounce-delay 1.2s infinite ease-in-out both;
          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%;
  -webkit-animation: qode-fussion-ball-1 1s 0s ease infinite;
          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%;
  -webkit-animation: qode-fussion-ball-2 1s 0s ease infinite;
          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%;
  -webkit-animation: qode-fussion-ball-3 1s 0s ease infinite;
          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;
  -webkit-animation: qode-fussion-ball-4 1s 0s ease infinite;
          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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
          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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
          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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
          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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
          animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lucent .qodef-m-lucent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

#qodef-page-spinner.qodef-layout--lucent .qodef-m-light {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #f6edb8;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-box-shadow: 0px 0px 0px 0px #f6edb8;
          box-shadow: 0px 0px 0px 0px #f6edb8;
}

#qodef-page-spinner.qodef-layout--lucent .qodef-m-images-holder {
  position: relative;
  margin-top: 100px;
  opacity: 0;
}

@media only screen and (max-width: 680px) {
  #qodef-page-spinner.qodef-layout--lucent .qodef-m-images-holder {
    width: 80%;
  }
}

#qodef-page-spinner.qodef-layout--lucent .qodef-m-images-holder .qodef-m-start-image {
  opacity: 1;
}

#qodef-page-spinner.qodef-layout--lucent .qodef-m-images-holder .qodef-m-end-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#qodef-page-spinner.qodef-layout--lucent.qodef--init .qodef-m-light {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s, -webkit-transform 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
  transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s, -webkit-transform 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
  -o-transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s, transform 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
  transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s, transform 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
  transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s, transform 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s, -webkit-transform 1s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.8s;
}

#qodef-page-spinner.qodef-layout--lucent.qodef--init .qodef-m-images-holder {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

#qodef-page-spinner.qodef-layout--lucent.qodef--glow .qodef-m-light {
  -webkit-box-shadow: 0px 0px 15px 5px #f6edb8;
          box-shadow: 0px 0px 15px 5px #f6edb8;
  -webkit-transition: -webkit-box-shadow 2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-box-shadow 2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: box-shadow 2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: box-shadow 2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: box-shadow 2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-box-shadow 2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

#qodef-page-spinner.qodef-layout--lucent.qodef--glow .qodef-m-images-holder .qodef-m-start-image {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  -o-transition: opacity 2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  transition: opacity 2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
}

#qodef-page-spinner.qodef-layout--lucent.qodef--glow .qodef-m-images-holder .qodef-m-end-image {
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  -o-transition: opacity 2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  transition: opacity 2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
}

#qodef-page-spinner.qodef-layout--lucent.qodef--animate .qodef-m-light {
  -webkit-animation: qodef-light-glowing 3s linear infinite;
          animation: qodef-light-glowing 3s linear infinite;
}

#qodef-page-spinner.qodef-layout--lucent.qodef--animate .qodef-m-start-image {
  -webkit-animation: qodef-start-image-glowing 3s linear infinite;
          animation: qodef-start-image-glowing 3s linear infinite;
}

#qodef-page-spinner.qodef-layout--lucent.qodef--animate .qodef-m-end-image {
  -webkit-animation: qodef-end-image-glowing 3s linear infinite;
          animation: qodef-end-image-glowing 3s linear infinite;
}

#qodef-page-spinner.qodef-layout--lucent.qodef--end .qodef-m-light,
#qodef-page-spinner.qodef-layout--lucent.qodef--end .qodef-m-images-holder {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: opacity 1s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

@-webkit-keyframes qodef-light-glowing {
  0% {
    -webkit-box-shadow: 0px 0px 15px 5px #f6edb8;
            box-shadow: 0px 0px 15px 5px #f6edb8;
  }
  50% {
    -webkit-box-shadow: 0px 0px 15px 2px #f6edb8;
            box-shadow: 0px 0px 15px 2px #f6edb8;
  }
  100% {
    -webkit-box-shadow: 0px 0px 15px 5px #f6edb8;
            box-shadow: 0px 0px 15px 5px #f6edb8;
  }
}

@keyframes qodef-light-glowing {
  0% {
    -webkit-box-shadow: 0px 0px 15px 5px #f6edb8;
            box-shadow: 0px 0px 15px 5px #f6edb8;
  }
  50% {
    -webkit-box-shadow: 0px 0px 15px 2px #f6edb8;
            box-shadow: 0px 0px 15px 2px #f6edb8;
  }
  100% {
    -webkit-box-shadow: 0px 0px 15px 5px #f6edb8;
            box-shadow: 0px 0px 15px 5px #f6edb8;
  }
}

@-webkit-keyframes qodef-start-image-glowing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes qodef-start-image-glowing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes qodef-end-image-glowing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes qodef-end-image-glowing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: qode-mitosis-invert 2s infinite steps(2, end);
          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 {
  -webkit-animation: qode-mitosis-ball-1 1s infinite alternate linear;
          animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  -webkit-animation: qode-mitosis-ball-2 1s infinite alternate linear;
          animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  -webkit-animation: qode-mitosis-ball-3 1s infinite alternate linear;
          animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  -webkit-animation: qode-mitosis-ball-4 1s infinite alternate linear;
          animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  -webkit-animation: qode-fade-in 1s forwards;
          animation: qode-fade-in 1s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation-delay: .5s;
          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;
  -webkit-animation: qode-fade-in 1s .3s forwards;
          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: #646464;
  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 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
          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;
  -webkit-animation: qode-scaleout 1s infinite ease-in-out;
          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;
  -webkit-animation: qode-ball-fall 1.5s ease infinite both;
          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) {
  -webkit-animation-delay: calc((100ms) - 300ms);
          animation-delay: calc((100ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
  -webkit-animation-delay: calc((200ms) - 300ms);
          animation-delay: calc((200ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
  -webkit-animation-delay: calc((300ms) - 300ms);
          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;
  -webkit-animation: qode-rotating-cubes 1.8s infinite ease-in-out;
          animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  -webkit-animation-delay: -0.9s;
          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;
  -webkit-animation: qode-stretch-delay 1.2s infinite ease-in-out;
          animation: qode-stretch-delay 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  -webkit-animation-delay: calc((200ms) - 1300ms);
          animation-delay: calc((200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
          animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  -webkit-animation-delay: calc((400ms) - 1300ms);
          animation-delay: calc((400ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  -webkit-animation-delay: calc((500ms) - 1300ms);
          animation-delay: calc((500ms) - 1300ms);
}

/* ==========================================================================
   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;
  -webkit-animation: qode-rotate-circles 2s infinite linear;
          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%;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: qode-bounce 2s infinite ease-in-out;
          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;
  -webkit-animation-delay: -1.0s;
          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 {
  -webkit-animation: qode-wave-jump-3 1.8s infinite ease-out;
          animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  -webkit-animation: qode-wave-jump-2 1.8s infinite ease-out;
          animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  -webkit-animation: qode-wave-jump-1 1.8s infinite ease-out;
          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;
  -webkit-animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
          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%;
  -webkit-animation: qode-bounce-delay 1.4s infinite ease-in-out both;
          animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

/* ==========================================================================
# Subscribe Popup default style
========================================================================== */
.qodef-sp-holder {
  position: fixed;
  width: 100%;
  max-width: 845px;
  left: 0;
  bottom: 0;
  z-index: 115;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: 0.8s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: 0.8s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qodef-sp-holder .qodef-sp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-box-shadow: 0px 1px 21px 0px rgba(43, 43, 43, 0.08);
          box-shadow: 0px 1px 21px 0px rgba(43, 43, 43, 0.08);
}

.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 18px;
  right: 24px;
  display: block;
  color: #000;
}

.qodef-sp-holder .qodef-sp-close svg {
  stroke: currentColor;
  fill: currentColor;
  width: 28px;
  height: 28px;
}

.qodef-sp-holder .qodef-sp-close svg line {
  stroke-dasharray: 17;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-sp-holder .qodef-sp-close:hover svg line {
  stroke-dashoffset: 34;
}

.qodef-sp-holder .qodef-sp-content-img {
  width: 232px;
  height: auto;
  background-size: cover;
}

.qodef-sp-holder .qodef-sp-content-img img {
  visibility: hidden;
  opacity: 0;
}

.qodef-sp-holder .qodef-sp-content-container {
  padding: 54px 60px 29px 37px;
  width: 100%;
}

.qodef-sp-holder.qodef-sp--with-image .qodef-sp-content-container {
  width: calc(100% - 232px);
}

.qodef-sp-holder .qodef-sp-title {
  line-height: 1;
  margin: 0 0 39px 0;
}

@media only screen and (max-width: 680px) {
  .qodef-sp-holder .qodef-sp-title {
    margin: 0 0 15px 0;
  }
}

.qodef-sp-holder .qodef-sp-subtitle {
  margin: 0 0 23px 0;
}

.qodef-sp-holder .wpcf7 {
  width: 100%;
  display: block;
}

.qodef-sp-holder .qodef-sp-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 23px;
  width: auto;
}

.qodef-sp-holder .qodef-sp-prevent-inner {
  cursor: pointer;
}

.qodef-sp-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.qodef-sp-holder .qodef-sp-prevent-input {
  margin: 0 9px 0 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  overflow: hidden;
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}

.qodef-sp-holder .qodef-sp-prevent-label {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #646464;
  margin: 0;
  cursor: pointer;
}

@media only screen and (max-width: 680px) {
  .qodef-sp-holder .qodef-newsletter-popup .qodef-button.qodef-layout--textual-with-arrow {
    margin-top: 23px;
  }
}

/* Popup open/close style */
.qodef-sp-opened .qodef-sp-holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: 0.8s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: 0.8s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

/* ==========================================================================
   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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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-vertical-alignment--header-bottom .qodef-m-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-page-title.qodef-vertical-alignment--window-top .qodef-m-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.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: 14px;
  color: #646464;
  letter-spacing: -.01em;
}

.qodef-page-title .qodef-breadcrumbs span.qodef-breadcrumbs-current {
  color: #000;
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  text-decoration: underline;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  position: relative;
  display: inline-block;
  margin: 0 9px 0 10px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 9px;
  background-color: #000;
}

.qodef-page-title .qodef-breadcrumbs-blog-single {
  color: #000 !important;
}

/* ==========================================================================
   Breadcrumbs Title layout styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-page-title.qodef-title--breadcrumbs .qodef-m-content.qodef-content-full-width {
    padding: 0 34px;
  }
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 5px;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}

.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block;
}

.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 21px;
}

.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}

/* ==========================================================================
   Contact Info widget style start
   ========================================================================== */
.widget .qodef-contact-info-widget {
  margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget {
  margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 12px;
}

/* ==========================================================================
   Contact Info widget style end
   ========================================================================== */
/* ==========================================================================
   Search Post Type widget style - begin
   ========================================================================== */
/*hide scroll bar when open*/
.qodef-search-post-type-full-screen-body--opened {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.qodef-search-post-type-full-screen-body--opened #qodef-top-area {
  z-index: 100;
}

.qodef-search-post-type-full-screen-body--opened::-webkit-scrollbar {
  background: transparent;
  /* make scrollbar transparent */
}

.widget.qodef-search-post-type-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 0;
  vertical-align: initial;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  vertical-align: initial;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type a {
  color: #000;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type a:hover {
  color: #646464;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field {
  border-radius: 0;
  border-color: #000;
  border-style: solid;
  border-width: 0 0 2px 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: inline-block;
  float: left;
  font-family: "Lexend", sans-serif;
  height: 34px;
  line-height: calc(34px - 2px);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  outline: 0;
  position: relative;
  vertical-align: top;
  -webkit-appearance: none;
  padding: 0 25px 0 0;
  width: 100%;
  /* width of loading icon */
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-field::placeholder {
  color: #000;
  opacity: 1;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  background-color: #fff;
  z-index: 99;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 50px 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1600px) {
  .widget.qodef-search-post-type-widget .qodef-post-type-search-results ul {
    padding: 30px 0;
  }
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 20px;
  padding: 0;
  margin-bottom: 39px;
}

@media only screen and (max-width: 1600px) {
  .widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li {
    margin-bottom: 20px;
  }
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li:last-child {
  margin-bottom: 0;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li .qodef-woo-product-image {
  width: 93px;
  height: 93px;
  margin-right: 23px;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li .qodef-woo-product-image a {
  display: block;
  height: 100%;
  width: 100%;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li .qodef-woo-product-image a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li .qodef-woo-product-content {
  padding-top: 16px;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li .qodef-woo-product-title {
  margin: 0 0 3px 0;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li .qodef-woo-product-title a {
  color: #000;
}

.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li .woocommerce-Price-amount {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #646464;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type:not(.full-screen) .qodef-search-icon,
.widget.qodef-search-post-type-widget .qodef-search-post-type:not(.full-screen) .qodef-search-loading {
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  font-size: 14px;
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type:not(.full-screen) .qodef-search-icon.qodef-hidden,
.widget.qodef-search-post-type-widget .qodef-search-post-type:not(.full-screen) .qodef-search-loading.qodef-hidden {
  opacity: 0;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 100;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder.qodef-search-post-type-full-screen--opened {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  -o-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder.qodef-search-post-type-full-screen--opened .qodef-holder-inner:after {
  width: 100%;
  -webkit-transition: width 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s;
  -o-transition: width 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s;
  transition: width 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder.qodef-search-post-type-full-screen--opened .qodef-holder-inner .qodef-search-icon,
.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder.qodef-search-post-type-full-screen--opened .qodef-holder-inner .qodef-search-loading {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  -o-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
  transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.4s;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner {
  position: relative;
  width: 60.8%;
  margin-top: 0;
  margin-bottom: 37px;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner .qodef-search-icon,
.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner .qodef-search-loading {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  color: #000;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner .qodef-search-icon.qodef-hidden,
.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner .qodef-search-loading.qodef-hidden {
  opacity: 0;
}

.qodef-search-post-type-full-screen--opened .widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner .qodef-search-icon.qodef-hidden, .qodef-search-post-type-full-screen--opened
.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner .qodef-search-loading.qodef-hidden {
  opacity: 0;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-holder-inner .qodef-post-type-search-field {
  font-size: 62px;
  height: 72px;
  line-height: calc(72px - 2px);
  border-color: transparent;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-close-icon {
  position: absolute;
  top: 30px;
  right: 29px;
  color: #000;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-close-icon svg line {
  stroke-dasharray: 17;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-holder .qodef-close-icon:hover line {
  stroke-dashoffset: 34;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-opener {
  vertical-align: baseline;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-opener.qodef-opener-text--left .qodef-search-icon {
  float: right;
  margin-left: 10px;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-opener .qodef-opener-text {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-left: 5px;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-opener svg {
  vertical-align: middle;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-opener:hover .qodef-opener-text {
  color: #646464;
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-post-type-search-results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1368px) {
  .widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-post-type-search-results ul {
    width: 100%;
  }
}

.widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-post-type-search-results ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.qodef-skin--light .widget.qodef-search-post-type-widget .qodef-search-post-type.full-screen .qodef-search-post-type-full-screen-search-opener .qodef-opener-text {
  color: #fff;
}

.qodef-skin--light .widget.qodef-search-post-type-widget .qodef-search-post-type a {
  color: #fff;
}

.qodef-search-post-type-full-screen--fadeout.qodef-search-post-type-full-screen-search-holder {
  -webkit-animation: search_post_type_fullscreen_search_fade_out .3s ease both;
          animation: search_post_type_fullscreen_search_fade_out .3s ease both;
}

.qodef-search-post-type-full-screen--fadein.qodef-search-post-type-full-screen-search-holder {
  -webkit-animation: search_post_type_fullscreen_search_fade_in .3s ease both;
          animation: search_post_type_fullscreen_search_fade_in .3s ease both;
}

@-webkit-keyframes search_post_type_fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes search_post_type_fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes search_post_type_fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes search_post_type_fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* ==========================================================================
   Search Post Type widget style - end
   ========================================================================== */
/* ==========================================================================
   Social Icons Group widget styles
   ========================================================================== */
.qodef-social-icons-group .qodef-icon-holder {
  margin-left: 9px;
}

.qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

.qodef-social-icons-group .qodef-icon-holder span {
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.widget.widget_lucent_core_social_icons_group .qodef-icon-holder a {
  color: #ffffff;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.widget_lucent_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
  background-color: #646464;
}

.widget.widget_lucent_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
  background-color: #000;
}

.widget.widget_lucent_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
  color: #ffffff;
}

/* ==========================================================================
    Social Icons Group widget styles
   ========================================================================== */
/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_lucent_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
   ========================================================================== */
/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
.qodef-working-hours-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-working-hours-list .qodef-working-hours-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 7px;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  font-size: 16px;
}

.qodef-working-hours-list .qodef-working-hours-item.monday {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.qodef-working-hours-list .qodef-working-hours-item.tuesday {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.qodef-working-hours-list .qodef-working-hours-item.wednesday {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.qodef-working-hours-list .qodef-working-hours-item.thursday {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.qodef-working-hours-list .qodef-working-hours-item.friday {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.qodef-working-hours-list .qodef-working-hours-item.saturday {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.qodef-working-hours-list .qodef-working-hours-item.sunday {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.qodef-working-hours-list .qodef-e-day {
  position: relative;
  margin: 0 15px 0 0;
  text-transform: capitalize;
  min-width: 155px;
}

@media only screen and (max-width: 320px) {
  .qodef-working-hours-list .qodef-e-day {
    margin: 0;
  }
}

.qodef-working-hours-list .qodef-e-day-icon {
  position: absolute;
  top: -2px;
  left: -8px;
  font-size: 8px;
  color: #646464;
}

.qodef-working-hours-list .qodef-e-time {
  margin: 0;
  font-family: "Lexend", sans-serif;
}

.qodef-working-hours-list .qodef-e-time.qodef--closed {
  color: #646464;
}

.qodef-working-hours-list .qodef-m-footer {
  position: relative;
  top: 3px;
  font-size: 14px;
  color: #817c7b;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.qodef-working-hours-list .qodef-m-footer-icon {
  position: relative;
  top: -5px;
  right: 0;
  font-size: 8px;
  color: #646464;
}

.qodef-working-hours-list.qodef-light-working-hours .qodef-e-day, .qodef-working-hours-list.qodef-light-working-hours .qodef-e-time {
  color: #fff;
}

/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 40px;
  }
  .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 40px 87px;
  }
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 24px;
  }
}

@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
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -50px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -25px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content {
    margin-bottom: 60px;
  }
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
    margin-top: -1px !important;
  }
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media:last-child {
    margin: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content p {
    margin-bottom: 0;
  }
  .qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
    margin-top: 59px !important;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media:last-child {
    margin: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content {
    margin-bottom: 60px;
  }
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
    margin-top: -1px !important;
  }
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media:last-child {
    margin: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-content {
    margin-bottom: 60px;
  }
  .qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info {
    margin-top: -1px !important;
  }
  .qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-media:last-child {
    margin: 0;
  }
}

/* ==========================================================================
   Store List responsive styles
   ========================================================================== */
/* ==========================================================================
   Store styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner {
    width: 33.33%;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-e--three {
    padding-right: 0;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-e--four {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-store-list.qodef-item-layout--standard .qodef-e-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .select2-container--default {
    width: 100% !important;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section {
    padding: 41px 28px 37px 65px;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section.qodef-m-section--location .qodef-m-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section.qodef-m-section--location .qodef-location-search-text {
    width: 100%;
    margin-bottom: 21px;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section--buttons {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 44px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section {
    padding: 41px 28px 37px 37px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .select2-container--default {
    width: calc(100% - 42px) !important;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section {
    width: 100%;
    padding: 41px 30px 60px 37px;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section.qodef-m-section--location .qodef-m-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section.qodef-m-section--location .qodef-location-search-text {
    width: 100%;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section--buttons {
    position: absolute;
    bottom: 68px;
    right: 30px;
    padding: 0;
  }
  .qodef-store-list.qodef-item-layout--standard .qodef-m-filter-holder .qodef-m-section--buttons .qodef-m-section-inner .qodef-button.qodef-layout--arrow .qodef-m-icon svg {
    width: 27px;
    height: 27px;
  }
}

/* ==========================================================================
   Call to Action shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block;
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px;
  }
}

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

/* ==========================================================================
   Dual image slider shortcode responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-dual-image-slider .qodef-m-thumbnails-holder,
  .qodef-dual-image-slider .swiper-navigation-holder,
  .qodef-dual-image-slider .swiper-pagination {
    display: none;
  }
  .qodef-dual-image-slider .qodef-m-headline {
    min-width: 100%;
    min-height: 64px;
    left: 0 !important;
    bottom: 5px;
    margin-left: 0;
    padding-left: 54px;
    padding-right: 34px;
  }
  .qodef-dual-image-slider .qodef-m-headline .qodef-m-title {
    position: relative;
  }
  .qodef-dual-image-slider .qodef-m-headline .qodef-m-title:before {
    display: inline-block;
    position: relative;
    top: initial !important;
    bottom: -1px !important;
    left: -19px;
  }
}

/* ==========================================================================
   Dual image slider shortcode responsive style - end
   ========================================================================== */
/* ==========================================================================
   Dual Image With Text responsive shortcode styles
   ========================================================================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .qodef-dual-image-with-text.qodef-image-two-left .qodef-m-image.qodef-image--one {
    padding-left: 0;
  }
  .qodef-dual-image-with-text.qodef-image-two-left .qodef-m-image.qodef-image--two {
    left: -35px;
  }
  .qodef-dual-image-with-text.qodef-image-two-left .qodef-m-content {
    padding-left: 0;
  }
  .qodef-dual-image-with-text .qodef-m-image.qodef-image--one {
    padding-right: 0;
  }
  .qodef-dual-image-with-text .qodef-m-image.qodef-image--two {
    right: -35px;
  }
  .qodef-dual-image-with-text .qodef-m-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-dual-image-with-text.qodef-image-two-left .qodef-m-image.qodef-image--one {
    padding-left: 0;
  }
  .qodef-dual-image-with-text.qodef-image-two-left .qodef-m-image.qodef-image--two {
    left: -40px;
  }
  .qodef-dual-image-with-text.qodef-image-two-left .qodef-m-content {
    padding-left: 0;
  }
  .qodef-dual-image-with-text .qodef-m-image.qodef-image--one {
    padding-right: 0;
  }
  .qodef-dual-image-with-text .qodef-m-image.qodef-image--two {
    right: -40px;
  }
  .qodef-dual-image-with-text .qodef-m-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-dual-image-with-text .qodef-image--two {
    display: none;
  }
  .qodef-image-two-has-shadow.qodef-dual-image-with-text .qodef-image--two img {
    border-radius: 8px;
  }
}

/* ==========================================================================
   Icon With Text shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-icon-with-text.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Image With Active Scene shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-image-with-active-scene .qodef-m-image .qodef-absolute-image {
    top: 0 !important;
    right: initial !important;
    bottom: initial !important;
    left: 0 !important;
  }
}

/* ==========================================================================
# Preview Slider responsive - begin
========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-preview-slider .qodef-ps-text-holder.right {
    padding: 0;
  }
  .qodef-preview-slider .qodef-ps-images-holder-inner {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-wrapper,
  .qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-wrapper,
  .qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-wrapper {
    margin: 0 !important;
  }
  .qodef-preview-slider.qodef-show-on-tablet--laptop .qodef-ps-images-holder-inner .qodef-ps-tablet-wrapper,
  .qodef-preview-slider.qodef-show-on-tablet--laptop .qodef-ps-images-holder-inner .qodef-ps-mobile-wrapper {
    display: none;
  }
  .qodef-preview-slider.qodef-show-on-tablet--laptop.qodef-initially-hide--laptop .qodef-ps-images-holder-inner .qodef-ps-laptop-wrapper {
    display: inline-block;
  }
  .qodef-preview-slider.qodef-show-on-tablet--tablet .qodef-ps-images-holder-inner .qodef-ps-laptop-wrapper,
  .qodef-preview-slider.qodef-show-on-tablet--tablet .qodef-ps-images-holder-inner .qodef-ps-mobile-wrapper {
    display: none;
  }
  .qodef-preview-slider.qodef-show-on-tablet--tablet.qodef-initially-hide--tablet .qodef-ps-images-holder-inner .qodef-ps-tablet-wrapper {
    display: inline-block;
  }
  .qodef-preview-slider.qodef-show-on-tablet--phone .qodef-ps-images-holder-inner .qodef-ps-laptop-wrapper,
  .qodef-preview-slider.qodef-show-on-tablet--phone .qodef-ps-images-holder-inner .qodef-ps-tablet-wrapper {
    display: none;
  }
  .qodef-preview-slider.qodef-show-on-tablet--phone.qodef-initially-hide--phone .qodef-ps-images-holder-inner .qodef-ps-mobile-wrapper {
    display: inline-block;
  }
}

/* ==========================================================================
# Preview Slider responsive - end
========================================================================== */
/* ==========================================================================
   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;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 7.6%;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1368px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 7.5%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 7.6%;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 6%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1060px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 4%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 11.9%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 6.4%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 7%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-section-title.qodef-section-title-responsive-adj {
    padding-left: 8.5%;
  }
}

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

/* ==========================================================================
   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
   ========================================================================== */
/* ==========================================================================
# Subscribe Popup responsive style
========================================================================== */
@media only screen and (max-width: 1366px) {
  .qodef-sp-holder .qodef-sp-inner {
    max-width: 667px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-sp-holder .qodef-sp-inner {
    width: 100%;
  }
  .qodef-sp-holder .qodef-sp-content-img {
    display: none;
  }
  .qodef-sp-holder.qodef-sp--with-image .qodef-sp-content-container {
    width: 100%;
    padding: 28px 31px 19px 31px;
  }
  .qodef-sp-holder .qodef-sp-close svg {
    width: 18px;
    height: 18px;
  }
}

/* ==========================================================================
   Title responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-page-title {
    padding: 0 !important;
  }
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
  .qodef-page-title.qodef-title-custom--font-size .qodef-m-title {
    font-size: 62px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title-custom--font-size .qodef-m-title {
    font-size: 51px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
