/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================

 */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.lekker-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

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

.qodef-blog.qodef-item-layout--simple .qodef-e .qodef-e-media-image img {
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  transition: 0.4s cubic-bezier(0.13, 0.43, 0, 0.94);
}

.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-e-title-link {
  color: #333;
}

.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-e-media-image img {
  clip-path: inset(10px);
  -webkit-clip-path: inset(10px);
}

.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:before {
  transform: translateY(3px) rotate(45deg);
}

.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:after {
  transform: translateY(-3px) rotate(-45deg);
}

.qodef-item-layout--switch-images .qodef-e.qodef-e--isHovered .qodef-e-title-link {
  color: #333;
}

.qodef-item-layout--switch-images .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:before {
  transform: translateY(3px) rotate(45deg);
}

.qodef-item-layout--switch-images .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:after {
  transform: translateY(-3px) rotate(-45deg);
}

.qodef-layout--masonry.qodef-item-layout--info-on-side {
  perspective: 3000px;
}

.qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner {
  opacity: 0;
  transform: rotateX(-50deg);
  transform-origin: top;
  transition: transform 1s cubic-bezier(0.7, 0.1, 0, 1);
}

.qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner.qodef--isNewPost {
  transition: opacity 0.5s, transform 1s cubic-bezier(0.7, 0.1, 0, 1);
}

.qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner.qodef--appear-masonry, .elementor-editor-active .qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner {
  opacity: 1;
  transform: rotateX(0);
}

.qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s cubic-bezier(0.7, 0.1, 0, 1);
  backface-visibility: hidden;
}

.qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner.qodef--isNewPost {
  transition: opacity 0.5s, transform 1s cubic-bezier(0.7, 0.1, 0, 1);
}

.qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner.qodef--appear, .qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner.qodef--appear-masonry, .elementor-editor-active .qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner {
  opacity: 1;
  transform: translateY(0);
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e {
  overflow: hidden;
  pointer-events: none;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
  opacity: 0;
  transform: scale(1.1);
  transition: 0s;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-content {
  opacity: 1;
  transition: 0s;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-content .qodef-e-content-inner > * {
  visibility: hidden;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry .qodef-e-image, .elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity .5s, transform 1s;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry .qodef-e-content, .elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-content {
  opacity: 0;
  transition: .5s .2s;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry.qodef--isLoaded, .elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--isLoaded {
  pointer-events: all;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry.qodef--isLoaded .qodef-e-content, .elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--isLoaded .qodef-e-content {
  transition: .3s;
}

.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry.qodef--isLoaded .qodef-e-content .qodef-e-content-inner > *, .elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--isLoaded .qodef-e-content .qodef-e-content-inner > * {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-inner, .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-image, .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-media-image, .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-media-image > a {
    height: 100%;
  }
  .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.qodef-button.wpcf7-submit.qodef-type--filled {
  z-index: 1;
}

.qodef-button.wpcf7-submit.qodef-type--filled:after, .qodef-button.wpcf7-submit.qodef-type--filled:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: inherit;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.17, 0.54, 0, 1.01);
}

.qodef-button.wpcf7-submit.qodef-type--filled:after {
  z-index: -2;
}

.qodef-button.wpcf7-submit.qodef-type--filled:before {
  z-index: -1;
}

.qodef-button.wpcf7-submit.qodef-type--filled:hover:after, .qodef-button.wpcf7-submit.qodef-type--filled:hover:before {
  opacity: 1;
  transition: 0.3s cubic-bezier(0, 1.42, 0.11, 1.18);
}

.qodef-button.wpcf7-submit.qodef-type--filled:hover:after {
  transform: translate3d(11px, 9px, 0);
  transition-delay: .05s;
}

.qodef-button.wpcf7-submit.qodef-type--filled:hover:before {
  transform: translate3d(6px, 4px, 0);
}

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

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

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
  position: fixed;
  width: 58px;
  right: 50px;
  bottom: 8%;
  margin: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: rotate(270deg);
}

#qodef-back-to-top .qodef-btn-background {
  position: absolute;
  left: -26px;
  top: 0;
  background-color: transparent;
  width: 158px;
  height: 58px;
  z-index: -10;
  transition: all .4s ease-in-out;
}

#qodef-back-to-top .qodef-btn-background.down .qodef-back-to-top-text {
  color: #fff;
}

#qodef-back-to-top .qodef-btn-background.down .qodef-m-nav-lines:before, #qodef-back-to-top .qodef-btn-background.down .qodef-m-nav-lines:after {
  background-color: #fff;
}

#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines {
  width: 58px;
  height: 58px;
  position: absolute;
  left: 139px;
}

#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines:before, #qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines:after {
  content: '';
  width: 2px;
  height: 24px;
  background-color: #1f1f1f;
  position: absolute;
  right: 100%;
  top: 5px;
  transition: 0.2s cubic-bezier(0.23, 0.24, 0, 0.99);
  transform-origin: top;
  display: inline-block !important;
}

#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines:after {
  top: 29px;
  transform-origin: bottom;
}

#qodef-back-to-top .qodef-btn-background:hover .qodef-m-nav-lines:after {
  transform: translateY(-7px) rotate(45deg);
}

#qodef-back-to-top .qodef-btn-background:hover .qodef-m-nav-lines:before {
  transform: translateY(7px) rotate(-45deg);
}

#qodef-back-to-top .qodef-back-to-top-text {
  position: relative;
  display: block;
  width: 158px;
  height: 58px;
  font-family: Iransans, Tahoma;
  color: #1f1f1f;
  letter-spacing:0;
  line-height: 58px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  transition: all .25s ease-in;
}

#qodef-back-to-top span span {
  display: block;
  line-height: inherit;
}

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

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

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
/* ==========================================================================
   Blog List basic styles
   ========================================================================== */
.qodef-blog {
  position: relative;
}

.qodef-blog.qodef-item-layout--basic article {
  margin: 0;
}

.qodef-blog.qodef-item-layout--basic article .qodef-e-media-image {
  margin: 0 0 17px;
}

.qodef-blog.qodef-item-layout--basic .swiper-button-prev,
.qodef-blog.qodef-item-layout--basic .swiper-button-next {
  position: absolute;
  bottom: 29px !important;
  left: unset !important;
  top: unset !important;
  height: 30px !important;
  width: 30px !important;
}

.qodef-blog.qodef-item-layout--basic .swiper-button-prev:after,
.qodef-blog.qodef-item-layout--basic .swiper-button-next:after {
  font-family: Iransans, Tahoma;
  background: #fff;
  color: #333333;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.qodef-blog.qodef-item-layout--basic .swiper-button-prev {
  right: 0 !important;
}

.qodef-blog.qodef-item-layout--basic .swiper-button-prev:after {
  content: '<';
}

.qodef-blog.qodef-item-layout--basic .swiper-button-next {
  left: 0 !important;
}

.qodef-blog.qodef-item-layout--basic .swiper-button-next:after {
  content: '>';
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.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 article .qodef-e-media-image {
  margin: 0 0 37px;
}

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

.qodef-blog.qodef-item-layout--simple article .qodef-e-read-more {
  margin: 22px 0 0;
}

@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--simple article .qodef-e-read-more {
    margin: 22px 0 25px;
  }
}

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

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

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

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

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

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

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

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

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffe6b5;
  padding: 46px 111px 46px 60px;
}

@media only screen and (max-width: 1366px) {
  #qodef-author-info .qodef-m-inner {
    padding: 42px 65px 42px 42px;
  }
}

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

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

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

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

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

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

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

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  font-size: 15px;
}

#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: 75px 0 0;
}

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

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

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

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:before, #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after {
  content: '';
  width: 2px;
  height: 24px;
  background-color: #1f1f1f;
  position: absolute;
  right: 100%;
  top: 5px;
  transition: 0.2s cubic-bezier(0.23, 0.24, 0, 0.99);
  transform-origin: top;
  display: inline-block !important;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after {
  top: 29px;
  transform-origin: bottom;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:after {
  transform: translateY(-7px) rotate(-45deg);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:before {
  transform: translateY(7px) rotate(45deg);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  text-align: right;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:before, #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after {
  content: '';
  width: 2px;
  height: 24px;
  background-color: #1f1f1f;
  position: absolute;
  right: 0;
  top: 5px;
  transition: 0.2s cubic-bezier(0.23, 0.24, 0, 0.99);
  transform-origin: top;
  display: inline-block !important;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after {
  top: 29px;
  transform-origin: bottom;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:after {
  transform: translateY(-7px) rotate(-45deg);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:before {
  transform: translateY(7px) rotate(45deg);
}

#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: Iransans, Tahoma;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 13px;
  padding: 0 20px;
  top: 5px;
  position: relative;
  line-height: 48px;
}

/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
.qodef-page-footer--uncover {
  pointer-events: none;
}

.qodef-page-footer--uncover > :not(#qodef-page-wrapper),
.qodef-page-footer--uncover #qodef-page-wrapper > :not(#qodef-page-outer),
.qodef-page-footer--uncover #qodef-page-inner {
  pointer-events: auto;
}

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

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

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

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

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

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

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

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

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

.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 5px 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 > a {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.26em;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  font-size: 53px;
  transition: opacity .2s, color .2s;
}

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

.qodef-fullscreen-menu > ul > li > a:hover {
  opacity: 0.75;
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a, .qodef-fullscreen-menu > ul > li.current-menu-item > a {
  opacity: 0.75;
}

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

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

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 25px;
  font-family: Iransans, Tahoma;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #333333;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
  padding-right: 0;
  font-size: 17px;
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a span {
  position: relative;
  padding: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e82a2a;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a span:before {
  background: #fff;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover span:before {
  transform: scaleX(1);
}

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

#menu-fullscreen-menu > li {
  opacity: 0;
  transform: translateY(10px);
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.24, 0.55, 0.2, 0.91);
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li {
  opacity: 1;
  transform: translateY(0);
  transition-duration: .5s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(2) {
  transition-delay: 0.09s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(3) {
  transition-delay: 0.18s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(4) {
  transition-delay: 0.27s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(5) {
  transition-delay: 0.36s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(6) {
  transition-delay: 0.45s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(7) {
  transition-delay: 0.54s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(8) {
  transition-delay: 0.63s;
}

.qodef-fullscreen-menu--opened #menu-fullscreen-menu > li:nth-child(9) {
  transition-delay: 0.72s;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line {
  transform-origin: 28% 50%;
}

.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close .qodef-m-line {
  left: 11px;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
  transform: rotate(45deg);
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
  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;
  z-index: 101;
}

.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-header--light #qodef-page-header .qodef-header-navigation > ul > li > a {
  color: #fff !important;
}

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

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

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

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

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

/* ==========================================================================
# 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%;
  right: 0;
  transform: translateY(-50%);
}

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

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

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

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

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

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-left: 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-navigation {
  margin-left: auto;
  margin-right: auto;
}

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

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

/* ==========================================================================
   Vertical Sliding layout styles
   ========================================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
    width: 1100px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
    width: 960px;
  }
}

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

@media only screen and (min-width: 1367px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
    width: 1100px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
    width: 960px;
  }
}

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

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
    width: 1100px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
    width: 960px;
  }
}

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

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

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

.qodef-header--vertical-sliding #qodef-page-header {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 70px;
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
  padding: 0;
  justify-content: center;
  align-items: center;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder {
  animation: qode-fade-in 0.25s 0.6s linear both;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
  background-color: #ffffff;
  left: -395px;
  padding-left: 70px;
  position: fixed;
  top: 0;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 325px;
  z-index: -1;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-vertical-sliding-widget-holder {
  margin-right: 43px;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-vertical-sliding-widget-holder {
  padding: 0 0 33px 0;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_lekker_core_custom_font {
  margin: 0 0 20px 3px;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_lekker_core_social_share .qodef-social-share.qodef-layout--list li {
  margin-right: 26px;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-vertical-sliding-widget-holder {
  animation: qode-fade-out .25s linear both;
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
  left: 0;
  visibility: visible;
}

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

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

/* ==========================================================================
   Vertical Sliding Menu Opener styles
   ========================================================================== */
.qodef-opener-icon.qodef-vertical-sliding-menu-opener {
  display: block;
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close {
  top: 50%;
  left: 50%;
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon .qodef-m-lines .qodef-m-line {
  transform: rotate(90deg);
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon .qodef-m-lines .qodef-m-line.qodef--1 {
  top: 21px;
  left: 7px;
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon .qodef-m-lines .qodef-m-line.qodef--2 {
  top: 21px;
  left: 14px;
}

.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 21px;
  left: 10px;
  transform: rotate(45deg);
}

.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 21px;
  left: 10px;
  transform: rotate(-45deg);
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon {
  visibility: hidden;
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close {
  visibility: visible;
}

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

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

/* ==========================================================================
   Vertical Sliding navigation style
   ========================================================================== */
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
  align-items: flex-start;
  display: flex;
  height: 100%;
  padding: 0 45px;
  width: 100%;
  z-index: 100;
}

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

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

.qodef-header--light.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li > a {
  color: #fff !important;
}

.qodef-header--dark.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li > a {
  color: #000 !important;
}

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

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

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

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

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul {
  margin: 32px 0 0;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
  font-weight: 600;
  font-size: 15px;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a > span {
  position: relative;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a > span:before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: currentColor;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s cubic-bezier(0.16, 0.21, 0, 0.95);
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a:hover span:before {
  width: 100%;
}

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

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 25px;
  font-family: Iransans, Tahoma;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a span {
  position: relative;
  padding: 0;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e82a2a;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a:before {
  display: none;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a {
  opacity: 0.6;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a span:before, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a span:before {
  width: 100%;
}

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

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

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

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

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

/* ==========================================================================
   Header layout styles
   ========================================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
}

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

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

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

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

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

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
}

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

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

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

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

.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
}

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

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

.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder {
  display: block;
}

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

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

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

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

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

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

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

.qodef-header--light.qodef-header--vertical .qodef-header-vertical-navigation ul li > a {
  color: #fff !important;
}

.qodef-header--dark.qodef-header--vertical .qodef-header-vertical-navigation ul li > a {
  color: #000 !important;
}

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

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
  font-weight: 600;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover {
  opacity: 0.75;
}

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

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 25px;
  font-family: Iransans, Tahoma;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
}

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a span {
  position: relative;
  padding: 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e82a2a;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-ancestor > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li.current-menu-item > a {
  opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 45px;
  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 .qodef-widget-holder {
  display: flex;
  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;
  line-height: 1;
}

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

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

/* ==========================================================================
   Top area style - end
   ========================================================================== */
#qodef-page-mobile-header {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   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;
  height: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

/* Standard header layout style - start */
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}

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

/* Standard header layout style - end */
/* ==========================================================================
   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%;
  right: -33px;
  display: block;
  width: 260px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
  background-color: #1f1f1f;
}

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

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
  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-mega-menu-widget-holder .widget.widget_media_image {
  margin: 0 19% 25px 19%;
  overflow: hidden;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget.widget_media_image img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget.widget_media_image:hover img {
  transform: scale(1.1);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
  font-size: 15px;
  color: #fefefe;
  font-weight: 300;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget a {
  position: relative;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget a:hover {
  color: #fff;
  opacity: 0.75;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget:hover a {
  color: #fff;
  opacity: 0.75;
}

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
  font-family: Iransans, Tahoma;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #333333;
  color: #fff;
  font-weight: 600;
  font-weight: 600;
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 25px;
  font-family: Iransans, Tahoma;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a span {
  position: relative;
  padding: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e82a2a;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s 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 li > a:hover {
  opacity: 0.75;
}

.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 {
  opacity: 0.75;
}

.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 {
  opacity: 0.75;
}

.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 {
  opacity: 0.75;
}

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

body:not(.qodef-drop-down-second--animate-height) .qodef-header-navigation ul li .qodef-drop-down-second {
  transition: opacity .2s;
}

/* ==========================================================================
   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--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #000;
  border-radius: 50%;
  backface-visibility: hidden;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:before, .qodef-opener-icon.qodef-source--predefined .qodef-m-lines:after {
  transition: 0.3s cubic-bezier(0.17, 0.54, 0, 1.01);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:before {
  content: '';
  position: absolute;
  width: 43px;
  height: 43px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  left: 4px;
  top: 3px;
  z-index: -1;
  transform: scale(0.5);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:after {
  content: '';
  position: absolute;
  width: 43px;
  height: 43px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  left: 8px;
  top: 7px;
  z-index: -1;
  transform: scale(0.5);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:hover:before, .qodef-opener-icon.qodef-source--predefined .qodef-m-lines:hover:after {
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.11, 0.54, 0, 1.2);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:hover:after {
  transition-delay: .1s;
}

.qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  background-color: #fff;
}

.qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-lines:before, .qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-lines:after {
  border: 1px solid #fff;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 10px;
  height: 2px;
  width: 56%;
  background-color: #fff;
  transition: top .3s ease, transform .3s ease;
}

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

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

.qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  background-color: #000;
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack, .qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path, .qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined {
  color: #fff !important;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack, .qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path, .qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined {
  color: #000 !important;
}

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

.qodef-parallax > .elementor-container {
  z-index: 12;
}

.qodef-parallax:not(.qodef-page-title) {
  min-height: 100vh;
}

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

.touchevents .qodef-parallax-img-holder,
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder {
  top: 0;
  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;
  margin-top: -10%;
}

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

.qodef-parallax-img-wrapper img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

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

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

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

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

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

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-instagram-list #sb_instagram {
  position: relative;
}

.qodef-instagram-list #sb_instagram:after {
  content: "\e09a";
  font-family: 'ElegantIcons';
  font-size: 14px;
  line-height: 60px;
  color: #1f1f1f;
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
}

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

.qodef-instagram-list #sb_instagram.sbi_fixed_height {
  overflow-y: hidden;
  padding: 0;
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram {
  padding-bottom: 0 !important;
}

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

.qodef-instagram-list.qodef-gutter--no #sb_instagram:after {
  top: calc(50% - 0px);
}

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

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

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

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram {
  padding-bottom: 0 !important;
}

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

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram:after {
  top: calc(50% - 10px);
}

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

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

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

.qodef-instagram-list.qodef-gutter--small #sb_instagram {
  padding-bottom: 0 !important;
}

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

.qodef-instagram-list.qodef-gutter--small #sb_instagram:after {
  top: calc(50% - 20px);
}

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

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

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

.qodef-instagram-list.qodef-gutter--normal #sb_instagram {
  padding-bottom: 0 !important;
}

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

.qodef-instagram-list.qodef-gutter--normal #sb_instagram:after {
  top: calc(50% - 30px);
}

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

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

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

.qodef-instagram-list.qodef-gutter--medium #sb_instagram {
  padding-bottom: 0 !important;
}

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

.qodef-instagram-list.qodef-gutter--medium #sb_instagram:after {
  top: calc(50% - 40px);
}

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

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

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

.qodef-instagram-list.qodef-gutter--large #sb_instagram {
  padding-bottom: 0 !important;
}

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

.qodef-instagram-list.qodef-gutter--large #sb_instagram:after {
  top: calc(50% - 60px);
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -30px;
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

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

.qodef-instagram-list.qodef-gutter--huge #sb_instagram {
  padding-bottom: 0 !important;
}

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

.qodef-instagram-list.qodef-gutter--huge #sb_instagram:after {
  top: calc(50% - 80px);
}

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

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

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

.qodef-instagram-list.qodef-gutter--extra #sb_instagram {
  padding-bottom: 0 !important;
}

.qodef-instagram-list.qodef-gutter--extra.qodef--no-bottom-space {
  margin-bottom: -150px;
}

.qodef-instagram-list.qodef-gutter--extra #sb_instagram:after {
  top: calc(50% - 150px);
}

.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -75px;
}

.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images:after {
  content: '';
  display: table;
  clear: both;
}

.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images > .sbi_item {
  padding: 0 75px !important;
  margin: 0 0 150px !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: flex;
  align-items: center;
  flex-flow: row wrap;
}

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

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
  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: Iransans, Tahoma;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #333333;
  margin-right: 4px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.qodef-twitter-list.qodef-layout--columns .ctf-tweets: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: 1025px) {
  .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--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--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: -60px;
}

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

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

.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--extra.qodef--no-bottom-space {
  margin-bottom: -150px;
}

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

.qodef-twitter-list.qodef-gutter--extra #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 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;
}

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

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

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.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: 20px !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart styles
   ========================================================================== */
.widget_lekker_core_woo_dropdown_cart {
  height: 100%;
}

.qodef-woo-dropdown-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}

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

.qodef-woo-dropdown-cart .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 0 0 10px;
}

.qodef-woo-dropdown-cart .qodef-m-opener:hover {
  color: inherit;
}

.qodef-header--light .qodef-woo-dropdown-cart .qodef-m-opener {
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: currentColor;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon:hover:before {
  transform: scaleX(1);
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
  position: relative;
  top: -4px;
  font-size: 9px;
  font-weight: 600;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform;
  transition: .2s;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 315px;
  padding: 28px;
  background-color: #1f1f1f;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-m-posts-not-found {
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #333333;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #333333;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #e82a2a;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}

.qodef-woo-dropdown-cart .qodef-e-image {
  flex-shrink: 0;
  width: 63px;
  margin-right: 20px;
}

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

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

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

.qodef-woo-dropdown-cart .qodef-e-title a {
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-e-title a:hover {
  color: #f7f7f7;
}

.qodef-woo-dropdown-cart .qodef-e-price {
  margin: 3px 0 0;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 3px 0 0;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-e-quantity:after {
  content: 'X';
  display: inline-block;
  position: relative;
  padding-left: 3px;
}

.qodef-woo-dropdown-cart .qodef-e-remove {
  position: absolute;
  top: -7px;
  right: 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover {
  color: #f7f7f7;
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  margin-top: 28px;
  border-top: 1px solid #fff;
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label {
  font-size: 17px;
  font-weight: 600;
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
  font-size: 15px;
  font-weight: 300;
}

.qodef-woo-dropdown-cart .qodef-m-order-details > * {
  margin: 0;
  color: #fff;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
  color: #333333;
}

.qodef-woo-dropdown-cart .qodef-m-action {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 8px;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Iransans, Tahoma;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  width: 100%;
  padding: 15px 40px;
  text-align: center;
  color: #1f1f1f;
  background-color: #fff;
  border: 1px solid #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
  background-color: #f7f7f7;
  color: #1f1f1f;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:first-child {
  margin-bottom: 10px;
}

.touchevents .qodef-woo-dropdown-cart {
  cursor: pointer;
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  max-height: 100vh;
  pointer-events: auto;
  transition: 0.5s cubic-bezier(0.39, -0.02, 0.24, 0.9) 0.1s;
}

/* ==========================================================================
   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-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: flex;
  align-items: center;
  height: 100%;
}

.qodef-woo-side-area-cart .qodef-m-content {
  position: fixed;
  top: 0;
  right: -360px;
  height: 100vh;
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 74px;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

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

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

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

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

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

.qodef-woo-side-area-cart .qodef-e-image {
  flex-shrink: 0;
  width: 80px;
  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;
}

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

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

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

.qodef-woo-side-area-cart .qodef-e-remove {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 20px;
  line-height: 1;
}

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

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

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

.qodef-woo-side-area-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Iransans, Tahoma;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  width: 100%;
  padding: 15px 40px;
  text-align: center;
  color: #fff;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

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

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

/* Clients list shortcode style - start */
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  transform: scale(0.7);
  transition: 1s cubic-bezier(0.12, 0.66, 0.12, 0.88);
}

.qodef-clients-list .qodef-e.qodef--appear, .elementor-editor-active .qodef-clients-list .qodef-e {
  transform: scale(1);
}

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

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

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

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

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

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

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

/* Clients list shortcode style - end */
/* ==========================================================================
   Portfolio Single styles
   ========================================================================== */
.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 25px;
}

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

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

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
  margin: 0 0 0 5px;
}

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

.qodef-portfolio-single .qodef-portfolio-info p:hover, .qodef-portfolio-single .qodef-portfolio-info a:hover {
  color: #e82a2a;
}

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

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

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

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

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share {
  display: flex;
  margin-top: 5px;
}

.qodef-portfolio-single .swiper-button-prev,
.qodef-portfolio-single .swiper-button-next {
  background-color: #fff;
  width: 75px !important;
  height: 75px !important;
}

.qodef-portfolio-single .swiper-button-prev .qodef-swiper-lines,
.qodef-portfolio-single .swiper-button-next .qodef-swiper-lines {
  position: absolute;
  top: 14px;
}

.qodef-portfolio-single .swiper-button-prev {
  right: 0 !important;
}

.qodef-portfolio-single .swiper-button-next {
  left: 0 !important;
}

/* ==========================================================================
   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-media-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
}

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

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

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

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

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

.qodef-portfolio-list:not(.qodef-item-layout--switch-images) article.qodef-item-light--yes * {
  color: #fff !important;
}

.qodef-portfolio-list:not(.qodef-item-layout--switch-images) article.qodef-item-light--yes *:hover {
  color: #fff !important;
}

.qodef-portfolio-list:not(.qodef-item-layout--switch-images) article:hover .qodef-e-media-image a > img:not(:only-child) {
  opacity: 0;
  transition: opacity .2s ease-in;
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split {
    padding: 0 22px;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.51, 0.05, 0, 1.03);
}

@media (min-width: 1025px) and (max-width: 1680px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide {
    width: 55%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide {
    margin-top: 15px;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-pagination {
  width: auto !important;
  position: absolute;
  right: -30px;
  left: unset !important;
  bottom: unset !important;
  top: 43%;
  transform: rotate(90deg);
  display: flex;
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-pagination .swiper-pagination-bullet {
  height: 11px;
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-pagination {
    left: 75% !important;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-inner {
  width: 100%;
  height: 100%;
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content {
  position: absolute;
  left: 27%;
  top: 62.5%;
  transform: translate(-50%, -50%);
  max-width: 550px;
}

@media only screen and (max-width: 1280px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content {
    left: 35%;
    top: 54.5%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content {
    top: 52.5%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content {
    top: 43.5%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content .qodef-e-content-inner .qodef-e-title {
    font-size: 36px;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image {
  position: absolute;
  left: 63%;
  top: 44%;
  width: 43%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image {
    left: 60%;
    top: 40%;
    width: 57%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image {
    width: 68%;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image img {
  width: auto;
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:before {
  transform: translateY(3px) rotate(45deg);
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:after {
  transform: translateY(-3px) rotate(-45deg);
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-info-category {
  opacity: 0;
  transform: translateX(30px);
  transition: 0.8s cubic-bezier(0.72, 0.32, 0.12, 0.95);
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-title {
  transform: translateX(30px);
  transition: transform 0.8s 0.04s cubic-bezier(0.72, 0.32, 0.12, 0.95);
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-button {
  opacity: 0;
  transform: translateX(30px);
  transition: 0.8s 0.08s cubic-bezier(0.72, 0.32, 0.12, 0.95);
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-media-image {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-media-image img {
  clip-path: inset(30px);
  -webkit-clip-path: inset(30px);
  transition: 0.4s cubic-bezier(0.13, 0.43, 0, 0.94);
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-e-info-category,
.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-e-title,
.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-button, .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-e-info-category,
.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-e-title,
.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-button {
  opacity: 1;
  transform: translateX(0);
}

.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-e-media-image img, .qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-e-media-image img {
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  transition: 1s 0.3s cubic-bezier(0.13, 0.54, 0, 0.94);
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full {
  height: calc(100vh - 110px);
  margin-bottom: 0 !important;
  visibility: hidden;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full.qodef-slider-navigation--disabled .swiper-button-prev,
.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full.qodef-slider-navigation--disabled .swiper-button-next {
  visibility: hidden;
}

.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full {
  width: 150%;
  margin-left: -25%;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-content-hidden {
  display: none;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  margin: 0 79px;
  align-items: center;
  margin-top: -110px;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-inner-slider-section {
  position: relative;
  display: inline-block;
  width: 40vw;
  height: 62%;
  overflow: visible;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-inner-slider-section .qodef-slider-images-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-inner-slider-section {
  width: 59vw;
  height: 72%;
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-inner-slider-section {
    width: 81vw;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-slider-images-holder img {
  animation-delay: .3s;
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-slider-images-holder img {
    animation-delay: 0s;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-slider-center-image-link {
  animation-name: qodef-animate-clicked;
  animation-timing-function: cubic-bezier(0.29, 0.04, 0, 1.05);
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}

.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-slider-center-image-link {
  animation-name: qodef-ie-animate-clicked;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-inner-slider-info .qodef-e-category,
.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-inner-slider-info .qodef-e-title-link {
  animation: qode-fade-out 0.7s cubic-bezier(0.29, 0.04, 0, 1.05) forwards;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-inner-slider-info .qodef-e-category {
  animation-delay: .2s;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--left .qodef-slider-images-holder img {
  animation-delay: .6s;
  animation-timing-function: cubic-bezier(0.25, 0.29, 0.09, 0.94) !important;
  animation-duration: .8s !important;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--right .qodef-slider-images-holder img {
  animation-delay: 0s;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img {
  position: absolute;
  top: 0;
  left: 0;
  animation-timing-function: cubic-bezier(0.29, 0.04, 0, 1.05);
  will-change: transform;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--active {
  z-index: 15;
  animation-name: qodef-animate-slide-in;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}

.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--active {
  animation-name: qodef-ie-animate-slide-in;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--last-active {
  z-index: 30;
  animation-name: qodef-animate-slide-out;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--last-active {
    animation-duration: 2s;
  }
}

.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--last-active {
  animation-name: qodef-ie-animate-slide-out;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-center-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-center-image-link {
    transform: scale(1.1);
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-inner-slider-info {
  position: absolute;
  left: 0;
  bottom: -115px;
  z-index: 12;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-inner-slider-info .qodef-e-category {
  font-family: Iransans, Tahoma;
  font-size: 14px;
  font-weight: 600;
  color: #777;
  letter-spacing: 0;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-e-inner,
.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-e-image,
.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-e-media-image {
  width: 100%;
  height: 100%;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full img {
  width: 100%;
  height: calc(100% + 1px);
  object-fit: cover;
}

.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full img {
  height: auto;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev,
.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next {
  visibility: visible;
  width: 75px !important;
  height: 75px !important;
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev,
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next {
    display: none;
  }
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:after, .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:before {
  right: 50%;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:before {
  top: 13px;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:after {
  top: 37px;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev,
.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next {
  transform: none !important;
  top: auto !important;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next .qodef-swiper-label {
  margin-left: -20px;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev .qodef-swiper-label {
  margin-right: -20px;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev {
  left: -132px !important;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev.qodef--isHovered .qodef-swiper-lines:after {
  transform: translateY(-7px) rotate(-45deg);
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev.qodef--isHovered .qodef-swiper-lines:before {
  transform: translateY(7px) rotate(45deg);
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next {
  right: -132px !important;
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next.qodef--isHovered .qodef-swiper-lines:after {
  transform: translateY(-7px) rotate(-45deg);
}

.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next.qodef--isHovered .qodef-swiper-lines:before {
  transform: translateY(7px) rotate(45deg);
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev {
    left: -90px !important;
  }
  .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next {
    right: -90px !important;
  }
}

@keyframes qodef-animate-slide-out {
  0% {
    transform: scale(1) translateX(0);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1.1) translateX(-150px);
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
}

@keyframes qodef-animate-slide-in {
  0% {
    transform: scale(1.1) translateX(30px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

@keyframes qodef-ie-animate-slide-out {
  0% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translateX(-20px);
    opacity: 0;
  }
}

@keyframes qodef-ie-animate-slide-in {
  0% {
    transform: scale(1.1) translateX(30px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}

@keyframes qodef-animate-clicked {
  0% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(6%);
    -webkit-clip-path: inset(6%);
  }
}

@keyframes qodef-ie-animate-clicked {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

.qodef-portfolio-list.qodef-predefined-filter--yes {
  position: relative;
  padding-right: 20%;
  min-height: 440px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-predefined-filter--yes {
    padding-left: 0;
  }
}

.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter {
    position: relative;
    width: 100%;
  }
}

.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter-items {
  flex-direction: column;
  align-items: flex-start;
}

.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter-title {
  margin: 0 0 13px 0;
}

.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter-item {
  margin: 0 0 3px 0;
  padding: 0;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 30px 34px 27px;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s cubic-bezier(0, 0.29, 0.29, 1);
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:after, .qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.15, 0.91, 0.25, 1);
  transition-delay: .15s;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:after {
  transition-delay: .2s;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner * {
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner .qodef-e-info-category {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  margin-bottom: 9px;
  color: #555;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner .qodef-e-info-category a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner .qodef-e-title a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-image {
  overflow: hidden;
  height: 320px;
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-media-image {
  height: 150%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}

.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-media-image img {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-layout--image-background article .qodef-e-title, .qodef-portfolio-list.qodef-item-layout--image-background article .qodef-e-info-category {
  transform: translateX(-20px);
  transition: 0.5s cubic-bezier(0.18, 0.26, 0, 1);
}

.qodef-portfolio-list.qodef-item-layout--image-background article .qodef-e-title {
  transition-delay: .05s;
}

.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content {
  opacity: 1;
  transform: translate(20px, -20px);
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0, 0.29, 0.29, 1);
}

.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content:before {
  transform: translate(7px, -7px);
}

.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content:after {
  transform: translate(14px, -14px);
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content {
    transform: none;
    margin: 20px;
  }
}

.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-media-image {
  transform: translateY(-20%);
}

.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-title, .qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-info-category {
  transform: translateX(0);
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a:hover {
  color: #333333;
}

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

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

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  margin-bottom: 7px;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a {
  color: #555555;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a:hover {
  color: #e82a2a;
}

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

@media only screen and (max-width: 1366px) {
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    bottom: 37px;
    left: 46px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    bottom: 23px;
    left: 31px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    bottom: 22px;
    left: 28px;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

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

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 13px;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-title a {
  color: inherit;
}

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow.qodef-swiper-container {
  margin-bottom: 0 !important;
  height: calc(100vh - 125px) !important;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow.qodef-swiper-container {
    height: calc(100vh - 85px) !important;
  }
}

.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 {
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.22, 0.12, 0, 0.8);
  backface-visibility: hidden;
}

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

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

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev,
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next {
  width: 75px !important;
  height: 75px !important;
  background: #fff;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev .qodef-swiper-lines,
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next .qodef-swiper-lines {
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev .qodef-swiper-label,
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next .qodef-swiper-label {
  display: none;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev {
  left: 0 !important;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next {
  right: 0 !important;
}

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

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

.qodef-follow-info-holder.qodef-right .qodef-follow-info-category {
  top: 7px;
  left: unset;
  right: 10px;
}

.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: #1f1f1f;
  background-color: #fff;
  white-space: nowrap;
  z-index: 8;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  padding: 12px 17px 15px;
}

.qodef-follow-info-holder .qodef-follow-info-title a {
  color: inherit;
}

.qodef-follow-info-holder .qodef-follow-info-title > * {
  margin: 0;
}

.qodef-follow-info-holder .qodef-follow-info-category {
  display: inline-block;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  padding: 3px 12px;
  background-color: #1f1f1f;
  color: #fff;
  white-space: nowrap;
  z-index: 9;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  top: 7px;
  left: 13px;
  position: relative;
}

.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 {
  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 {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-image-divided {
  perspective: 3000px;
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e .qodef-e-media-image {
  transform: rotateX(-50deg);
  transform-origin: top;
  transition: transform 1s cubic-bezier(0.7, 0.1, 0, 1);
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e.qodef--appear .qodef-e-media-image, .elementor-editor-active .qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e .qodef-e-media-image {
  transform: rotateX(0);
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e:hover .qodef-e-image img {
  filter: grayscale(0%);
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner {
    flex-direction: column;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-e-image img {
  filter: grayscale(0%);
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-button .qodef-m-lines:before {
  transform: translateY(3px) rotate(45deg);
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-button .qodef-m-lines:after {
  transform: translateY(-3px) rotate(-45deg);
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-e-title-link {
  color: #333;
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-content {
  padding-right: 100px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-content {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-content {
    padding-right: 0;
    padding-top: 50px;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-read-more {
  margin-top: 24px;
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-title-link:hover {
  color: #333;
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-image {
  flex-basis: 57%;
  flex-shrink: 0;
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-image img {
  filter: grayscale(100%);
  transform: scale(1.3);
  transition: transform 0.5s cubic-bezier(0.09, 0.65, 0, 0.99), filter 0.3s;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content {
  flex-basis: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-image {
  flex-basis: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-image img {
  width: auto;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-title {
  margin-bottom: 32px;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

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

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-info-category {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-info-category a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-title {
  line-height: 1.1em;
}

.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-title a {
  color: inherit;
}

/* ==========================================================================
   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: #f88f8f;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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 * {
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner *:hover {
  color: #1f1f1f !important;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  margin-bottom: 13px;
}

/* ==========================================================================
   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;
  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;
  transition: opacity .3s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title, .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category {
  transform: translateX(-30px);
  transition: 0s .3s;
}

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

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title, .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-info-category {
  transform: translateX(0);
  transition: 0.5s cubic-bezier(0, 0.71, 0, 1);
}

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

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-side article .qodef-e-media-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition: 0.4s cubic-bezier(0.13, 0.43, 0, 0.94);
}

.qodef-portfolio-list.qodef-item-layout--info-on-side article:hover .qodef-e-media-image {
  clip-path: inset(30px 30px 30px 30px);
  -webkit-clip-path: inset(30px 30px 30px 30px);
}

.qodef-portfolio-list.qodef-item-layout--info-on-side article:hover .qodef-e-content-inner {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition: 0.5s cubic-bezier(0.24, 0.12, 0, 1.07);
}

.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content {
  position: absolute;
  bottom: 47px;
  left: -5px;
}

.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner {
  display: flex;
  align-items: baseline;
  transform: rotate(-90deg) translate(-11%, 102%);
  transform-origin: left bottom;
  opacity: 0;
  transition: 0.3s cubic-bezier(0, 0.96, 0.25, 1);
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}

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

.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-info-category {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
  font-weight: 400;
}

.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-info-category:before {
  content: '/';
  margin: 0 5px 0 7px;
}

.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-info-category a {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-title a {
  color: inherit;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-content {
  background: #f7f7f7;
  padding: 60px 80px 34px 37px;
  min-height: 484px;
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-content {
    border-bottom: 1px solid #e6e8eb;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-content {
    padding: 60px 46px 34px 37px;
  }
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-info-category {
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-read-more {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-title-link:hover {
  color: #333;
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image {
  position: relative;
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img {
  opacity: 0;
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img:first-child {
  opacity: 1;
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img:not(:first-child).active {
  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: 80px 0 0;
}

#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

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

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:before, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after {
  content: '';
  width: 2px;
  height: 24px;
  background-color: #1f1f1f;
  position: absolute;
  left: 100%;
  top: 5px;
  transition: 0.2s cubic-bezier(0.23, 0.24, 0, 0.99);
  transform-origin: top;
  display: inline-block !important;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after {
  top: 29px;
  transform-origin: bottom;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:after {
  transform: translateY(-7px) rotate(45deg);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:before {
  transform: translateY(7px) rotate(-45deg);
}

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:before, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after {
  content: '';
  width: 2px;
  height: 24px;
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
  top: 5px;
  transition: 0.2s cubic-bezier(0.23, 0.24, 0, 0.99);
  transform-origin: top;
  display: inline-block !important;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after {
  top: 29px;
  transform-origin: bottom;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:after {
  transform: translateY(-7px) rotate(-45deg);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:before {
  transform: translateY(7px) rotate(45deg);
}

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

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

#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: Iransans, Tahoma;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 13px;
  padding: 0 20px;
  top: 5px;
  position: relative;
  line-height: 48px;
}

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
  margin-right: 30px;
}

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

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

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

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
  margin-right: 30px;
}

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

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

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

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

@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
    margin-top: 50px !important;
  }
}

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
  margin-right: 30px;
}

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

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
  margin-right: 30px;
}

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single-slider .swiper-slide {
  width: auto;
}

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

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
    margin-top: 50px !important;
  }
}

/* ==========================================================================
   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-follow .qodef-e-content {
  margin: 14px 0 0;
}

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

.qodef-team-list.qodef-item-layout--info-follow .qodef-e-inner .qodef-e-image {
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.22, 0.12, 0, 0.8);
  backface-visibility: hidden;
}

.qodef-team-list.qodef-item-layout--info-follow .qodef-e-inner:hover .qodef-e-image {
  transform: scale(1.05);
}

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

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

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

.qodef-follow-info-holder.qodef-right .qodef-follow-info-role {
  top: 7px;
  left: unset;
  right: 10px;
}

.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: #1f1f1f;
  background-color: #fff;
  white-space: nowrap;
  z-index: 8;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  padding: 12px 23px 15px;
}

.qodef-follow-info-holder .qodef-follow-info-title a {
  color: inherit;
}

.qodef-follow-info-holder .qodef-follow-info-title > * {
  margin: 0;
}

.qodef-follow-info-holder .qodef-follow-info-role {
  display: inline-block;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  color: #777777;
  letter-spacing: 0;
  padding: 4px 12px;
  background-color: #1f1f1f;
  color: #fff;
  white-space: nowrap;
  z-index: 9;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  top: 7px;
  left: 11px;
  position: relative;
}

.qodef-follow-info-holder .qodef-follow-info-role 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-role {
  -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 {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

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

.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: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: -1;
}

/* Testimonials list shortcode style - start */
.qodef-testimonials-list {
  text-align: center;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper {
  cursor: grab;
  transition-timing-function: cubic-bezier(0.48, 0.1, 0, 1);
}

.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: .5s;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-e-title {
  transform: translateX(-30px);
  transition: transform 0.8s cubic-bezier(0.72, 0.32, 0.12, 0.95);
}

.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active, .qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
  transition: .8s;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-title, .qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .qodef-e-title {
  transform: translateX(0);
}

.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .qodef-e-inner {
    max-width: 90%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-testimonials-list .qodef-e-inner {
    max-width: 100%;
  }
}

.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}

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

.qodef-testimonials-list .qodef-e-text {
  margin: 0 auto 38px;
  font-size: 19px;
}

@media only screen and (max-width: 1440px) {
  .qodef-testimonials-list .qodef-e-text {
    max-width: 850px;
  }
}

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

.qodef-testimonials-list .qodef-e-author-name {
  font-size: 19px;
  font-weight: 700;
}

.qodef-testimonials-list .qodef-e-author-job {
  font-size: 19px;
  margin-left: 2px;
}

.qodef-testimonials-list .qodef-e-author-job:before {
  content: '/';
  left: 0;
  top: 0;
}

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

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background-color: #e82a2a;
}

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

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

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

.qodef-search-cover-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  transition: opacity 0.3s ease;
}

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

.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e82a2a;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
# Search covers header - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - start
========================================================================== */
/* Fullscreen search general style - start
========================================================================== */
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: 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: #1f1f1f;
  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: #1f1f1f;
  background: none;
  border: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
  transition: color 0.2s ease-out;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: #e82a2a;
  background: none;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
  font-size: 18px;
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all .3s ease;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
  width: 100%;
  transition: width 0.5s ease .6s;
}

.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #333333;
  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: #1f1f1f;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
  font-size: 25px;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
  opacity: 1;
  visibility: visible;
}

/* Fullscreen search general style - end
========================================================================== */
/* Fullscreen search fade style - start
========================================================================== */
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_out .3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_in .3s ease both;
}

@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* Fullscreen search fade style - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - end
========================================================================== */
/* ==========================================================================
# Search opener - begin
========================================================================== */
.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

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

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-accordion.qodef--init {
  visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 2px 10px 2px 5px;
  transition: color .2s ease-out, background-color .2s ease-out;
  cursor: pointer;
}

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  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%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--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.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: #000;
}

.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: 16px 0 2px;
  margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}

/* ==========================================================================
   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: 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: Iransans, Tahoma;
  margin: 0;
  opacity: .5;
  letter-spacing: 0;
}

.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: #e82a2a;
  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;
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.22, 0.12, 0, 0.8);
  backface-visibility: hidden;
}

.qodef-banner:hover .qodef-m-image img {
  transform: scale(1.03);
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  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: 0;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Iransans, Tahoma;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 15px 40px;
}

.qodef-button.qodef-size--small {
  padding: 8px 30px;
}

.qodef-button.qodef-size--large {
  padding: 25px 60px;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.qodef-button.qodef-layout--filled.qodef-html--link:after, .qodef-button.qodef-layout--filled.qodef-html--link:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: inherit;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.17, 0.54, 0, 1.01);
}

.qodef-button.qodef-layout--filled.qodef-html--link:after {
  z-index: -2;
}

.qodef-button.qodef-layout--filled.qodef-html--link:before {
  z-index: -1;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover:after, .qodef-button.qodef-layout--filled.qodef-html--link:hover:before {
  opacity: 1;
  transition: 0.3s cubic-bezier(0, 1.42, 0.11, 1.18);
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover:after {
  transform: translate3d(11px, 9px, 0);
  transition-delay: .05s;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover:before {
  transform: translate3d(6px, 4px, 0);
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: #1f1f1f;
}

.qodef-button.qodef-layout--outlined {
  color: #e82a2a;
  background-color: transparent;
  border: 2px solid #e82a2a;
}

.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: #e82a2a;
  border-color: #e82a2a;
}

.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  font-size: 13px;
  color: #1f1f1f;
  background-color: transparent;
  border: 0;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 19px;
}

.qodef-button.qodef-layout--textual .qodef-m-lines:before, .qodef-button.qodef-layout--textual .qodef-m-lines:after {
  content: '';
  width: 2px;
  height: 10px;
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
  top: 4px;
  transition: 0.2s cubic-bezier(0.23, 0.24, 0, 0.99);
  transform-origin: top;
  display: inline-block !important;
}

.qodef-button.qodef-layout--textual .qodef-m-lines:after {
  top: 14px;
  transform-origin: bottom;
}

.qodef-button.qodef-layout--textual:hover .qodef-m-lines:after {
  transform: translateY(-3px) rotate(-45deg);
}

.qodef-button.qodef-layout--textual:hover .qodef-m-lines:before {
  transform: translateY(3px) rotate(45deg);
}

/* ==========================================================================
   Call to Action shortcode styles
   ========================================================================== */
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: flex;
  align-items: center;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
  justify-content: space-between;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  justify-content: center;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  flex: 0 0 auto;
}

/* ==========================================================================
   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: 100px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 700;
  color: #f9b7b8;
}

@media only screen and (max-width: 480px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 60px;
  }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  margin-top: 4px;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
  text-align: center;
  position: relative;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 165px;
  line-height: 1;
  color: rgba(252, 212, 209, 0.5);
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 0;
  color: #333333;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}

.qodef-counter.qodef-layout--simple .qodef-m-content {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.qodef-custom-font {
  position: relative;
  margin: 0;
}

@media (min-width: 1366px) and (max-width: 1680px) {
  .qodef-custom-font.qodef-custom-font-responsive {
    font-size: 215px !important;
  }
}

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

.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 45px;
  line-height: 1.18em;
  letter-spacing: 0;
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 31px;
  line-height: 1.22em;
  letter-spacing: 0;
  color: #fff;
  background-color: #1f1f1f;
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

/* ==========================================================================
   Google Map shortcode styles
   ========================================================================== */
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}

.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object,
.qodef-google-map .qodef-m-map embed {
  width: 100%;
  display: block;
}

.qodef-google-map .qodef-m-map img {
  max-width: none;
}

/* ==========================================================================
   Highlight shortcode styles
   ========================================================================== */
.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  background-color: #1f1f1f;
}

/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title a {
  display: block;
}

.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 5px;
  float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 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_lekker_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lekker_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lekker_core_icon_list_item {
  margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
  display: block;
}

.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-hover-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  transition: all 0.3s ease-in-out;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-hover-wrapper img {
  opacity: 0;
}

.qodef-icon-with-text.qodef--custom-icon.qodef-custom-icon-animation .qodef-m-icon-wrapper:hover img:first-child {
  opacity: 0;
}

.qodef-icon-with-text.qodef--custom-icon.qodef-custom-icon-animation .qodef-m-icon-wrapper:hover .qodef-m-icon-hover-wrapper img {
  opacity: 1;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}

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

/* ==========================================================================
   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: #e82a2a;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
  background-color: #1f1f1f;
}

.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}

.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.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_lekker_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_lekker_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lekker_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lekker_core_icon {
  margin-bottom: 0;
}

/* ==========================================================================
   Image Marquee shortcode styles
   ========================================================================== */
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none;
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important;
}

.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
}

.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}

@keyframes qode-move-marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ==========================================================================
   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-inner-holder {
  transform: scale(0.9);
  transition: 1s cubic-bezier(0.7, 0.1, 0, 1);
}

.qodef-image-with-text .qodef-m-image-inner-holder.qodef--appear, .elementor-editor-active .qodef-image-with-text .qodef-m-image-inner-holder {
  transform: scale(1);
}

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

.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
  position: relative;
  display: block;
  transition: 0.33s cubic-bezier(0.18, 0.82, 0.31, 0.96);
}

.qodef-image-with-text.qodef-second-image .qodef-m-original-image {
  opacity: 1;
}

.qodef-image-with-text.qodef-second-image .qodef-m-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
}

.qodef-image-with-text.qodef-second-image:hover .qodef-m-original-image {
  opacity: 0;
}

.qodef-image-with-text.qodef-second-image:hover .qodef-m-hover-image {
  opacity: 1;
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s cubic-bezier(0.7, 0.1, 0, 1);
}

.qodef-image-with-text .qodef-m-content.qodef--appear, .elementor-editor-active .qodef-image-with-text .qodef-m-content {
  opacity: 1;
  transform: translateY(0);
}

.qodef-image-with-text .qodef-m-title {
  margin: 31px 0 0;
}

.qodef-image-with-text .qodef-m-title a:hover {
  color: #333333;
}

.qodef-image-with-text .qodef-m-text {
  margin: 15px 0 0;
}

.qodef-image-with-text.qodef-outline-image .qodef-m-image img {
  outline: 1px solid #f0f0f0;
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder {
  position: relative;
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-radius: 7px 7px 0 0;
  box-sizing: border-box;
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image img {
  margin-top: 3.3%;
  outline: none;
  transition-timing-function: cubic-bezier(0.42, 0.98, 0.18, 0.98);
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image a {
  position: relative;
  display: block;
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-iwt-frame {
  vertical-align: middle;
  position: relative;
  z-index: 12;
  top: -1px;
  border-radius: 7px 7px 0 0;
  width: 100%;
  pointer-events: none;
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--vertical .qodef-m-image img {
  width: 100%;
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal .qodef-m-image a {
  width: 100%;
  height: 95%;
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal .qodef-m-image img {
  max-width: unset;
  height: 100%;
  width: auto;
}

.qodef-image-with-text.qodef-with-bottom-buttons .qodef-m-title {
  transition: all .35s ease-out;
}

.qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all .5s ease-out;
}

.qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons-holder .qodef-bottom-link {
  margin: 0 22px;
}

@media only screen and (max-width: 1280px) {
  .qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons-holder .qodef-bottom-link {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons-holder .qodef-bottom-link {
    margin: 0 2px;
  }
}

.qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons-holder .qodef-bottom-link .qodef-m-text {
  margin: 0;
}

.qodef-image-with-text.qodef-with-bottom-buttons:hover .qodef-m-title {
  opacity: 0;
  transition: all .5s ease-out;
  transform: translateY(-10px);
}

.qodef-image-with-text.qodef-with-bottom-buttons:hover .qodef-bottom-buttons-holder {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .35s ease-out;
}

/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden;
}

.admin-bar .qodef-interactive-link-showcase {
  height: calc(100vh - 32px);
}

.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
}

.qodef-interactive-link-showcase .qodef-m-image img {
  display: none;
}

.qodef-interactive-link-showcase .qodef-m-items {
  display: flex;
  align-items: flex-start;
  z-index: 10;
}

.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  margin: 13px 0;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.26em;
  letter-spacing: 0;
  font-size: 6vw;
  color: #e82a2a;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

@media only screen and (max-width: 480px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1600px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    margin: 1px 0px;
    font-size: 87px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 75px;
  }
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
  position: relative;
  display: block;
  z-index: 2;
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:after, .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:before {
  content: attr(data-title);
  -webkit-text-fill-color: #fcd4d2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e82a2a;
  position: absolute;
  opacity: 0;
  top: -1px;
  left: -2px;
  transition: 0.3s cubic-bezier(0.17, 0.54, 0, 1.01);
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:after {
  z-index: -2;
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:before {
  z-index: -1;
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:after, .qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:before {
  opacity: 1;
  transition: 0.3s cubic-bezier(0, 1.42, 0.11, 1.18);
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:after {
  transform: translate3d(15px, 13px, 0);
  transition-delay: .05s;
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:before {
  transform: translate3d(9px, 7px, 0);
}

.qodef-interactive-link-showcase.qodef--init {
  visibility: visible;
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
  color: #fff;
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
  color: #1f1f1f;
  background-color: #fff;
}

/* ==========================================================================
   Interactive Link Showcase Interactive List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
  position: relative;
  flex-direction: column;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
  padding: 20px 0;
  margin: 0;
  color: #1f1f1f;
  background-color: transparent;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
  display: block;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
  display: block;
  z-index: -2;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: none;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  z-index: -1;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
  position: relative;
  display: block;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
  display: block;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.18em;
  letter-spacing: 0;
  white-space: nowrap;
  color: #fff;
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list {
  padding: 90px 0px 45px;
}

@media only screen and (max-width: 1440px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    padding: 90px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    padding: 0px;
  }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  position: relative;
  display: block;
  margin-left: auto;
  width: 60.5%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 58.5%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    display: none;
  }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 10.5%;
  width: 30%;
  flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  justify-content: center;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: 40%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: 100%;
    left: 0;
  }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
  transform: translateY(20px);
  transition: opacity 0.3s, transform 1s cubic-bezier(0.1, 0.7, 0, 1);
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
  margin-top: 5%;
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
    margin-top: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
    margin-top: 28%;
  }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:last-child {
  padding-bottom: 36px;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item.qodef--appear, .elementor-editor-active .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
  transform: translateY(0);
}

/* ==========================================================================
   Interactive Link Showcase Slider styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
  height: auto;
  margin: 0 5%;
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title {
  opacity: 0;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(1) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.1s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(2) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.2s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(3) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.3s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(4) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.4s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(5) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.5s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(6) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.6s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(7) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.7s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(8) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.8s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(9) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 0.9s;
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(10) .qodef-e-title {
  opacity: 1;
  transition: opacity 1s 1s;
}

/* ==========================================================================
   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 {
  transform: translateY(-25px);
}

.qodef-pricing-table .qodef-m-inner {
  padding: 82px 67px;
}

@media only screen and (max-width: 480px) {
  .qodef-pricing-table .qodef-m-inner {
    padding: 82px 50px;
  }
}

.qodef-pricing-table .qodef-m-title {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  text-orientation: mixed;
  white-space: nowrap;
  transform: scale(-1);
  background-color: #e82a2a;
  padding: 20px 7px;
  position: absolute;
  left: 0;
}

.qodef-pricing-table .qodef-m-title p {
  font-family: Iransans, Tahoma;
  font-size: 13px;
  font-weight: 600;
  letter-spacing:0;
  margin: 0;
  color: #fff;
}

.qodef-pricing-table .qodef-m-price {
  margin-top: -3px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: flex-start;
  position: relative;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency {
  font-size: 32px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-value {
  margin-left: 2px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-period {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  color: #333333;
  position: relative;
  right: -20px;
  top: 35px;
}

.qodef-pricing-table .qodef-m-button {
  display: flex;
  justify-content: flex-start;
  padding-left: 3px;
}

.qodef-pricing-table .qodef-m-content {
  margin: 42px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
  text-align: left;
}

.qodef-pricing-table .qodef-m-content ul li {
  font-size: 15px;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}

.qodef-pricing-table .qodef-m-content ul li:before {
  content: '\4e';
  font-family: 'ElegantIcons';
  font-weight: 400;
  padding-right: 14px;
  font-size: 14px;
  color: #e82a2a;
}

.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 40px 0 0 0;
}

/* ==========================================================================
   Progress Bar shortcode styles
   ========================================================================== */
.qodef-progress-bar {
  margin-bottom: 10px;
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner {
  display: flex;
  flex-direction: column;
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg {
  display: block;
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
}

.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important;
}

.qodef-progress-bar.qodef-layout--line .progressbar {
  position: relative;
}

.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
  position: relative;
}

.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -32px;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 5px;
}

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

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.qodef-section-title.qodef-section-title--animated .qodef-m-title {
  margin: 0;
  transform: translateX(30px);
}

.qodef-section-title.qodef-section-title--animated .qodef-m-text {
  margin: 18px 0 0;
}

.qodef-section-title.qodef-section-title--animated.qodef--appear .qodef-m-title, .elementor-editor-active .qodef-section-title.qodef-section-title--animated .qodef-m-title {
  animation: qodef-animate-section-title-in 0.8s cubic-bezier(0.7, 0.1, 0, 1) forwards;
}

@keyframes qodef-animate-section-title-in {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(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;
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_lekker_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_lekker_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_lekker_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 {
  margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 42px 0 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  position: relative;
  padding: 0;
  z-index: 100;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #1f1f1f;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before {
  transform: scaleX(1);
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
  width: 100%;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover {
  color: currentColor;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before {
  transform: scaleX(1);
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    flex-direction: column;
    align-items: flex-start;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 26px 0;
    padding: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #e1e1e1;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 26px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
  margin-bottom: 0;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
  display: inline-block;
  width: auto;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
  margin-top: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 12px 0 0;
}

/* ==========================================================================
   Text Marquee shortcode styles
   ========================================================================== */
.qodef-text-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-text-marquee .qodef-m-content {
  display: flex;
  white-space: nowrap;
  font-size: 135px;
  font-family: Iransans, Tahoma;
  line-height: 1em;
  font-weight: 700;
  overflow: visible;
  letter-spacing: 0px !important;
}

.qodef-text-marquee .qodef-marquee-element {
  padding: 0 25px;
  will-change: transform;
}

.qodef-text-marquee .qodef-m-text > span:after {
  content: '\00b7';
  display: inline-block;
  padding: 0 28px;
  color: #e82a2a;
}

.qodef-text-marquee .qodef-m-text--1 {
  text-stroke: 1px #e82a2a;
  -webkit-text-stroke: 1px #e82a2a;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}

.qodef-browser--ms-explorer .qodef-text-marquee .qodef-m-text--1 {
  color: #e82a2a;
}

.qodef-text-marquee .qodef-m-text--2 {
  text-stroke: 1px #e82a2a;
  -webkit-text-stroke: 1px #e82a2a;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}

.qodef-browser--ms-explorer .qodef-text-marquee .qodef-m-text--2 {
  color: #e82a2a;
}

.qodef-text-marquee .qodef-m-text--3 {
  text-stroke: 1px #e82a2a;
  -webkit-text-stroke: 1px #e82a2a;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.qodef-browser--ms-explorer .qodef-text-marquee .qodef-m-text--3 {
  color: #e82a2a;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  font-size: 106px;
  line-height: 1;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  display: block;
  line-height: inherit;
  position: relative;
  width: 98px;
  height: 98px;
  background-color: #fff;
  border-radius: 50%;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:before, .qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
  transition: 1s cubic-bezier(0.17, 0.54, 0, 1.01);
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:before {
  content: '';
  position: absolute;
  width: 98px;
  height: 98px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  left: 5px;
  top: 5px;
  z-index: -1;
  transform: scale(0.5);
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
  content: '';
  position: absolute;
  width: 98px;
  height: 98px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  left: 9px;
  top: 9px;
  z-index: -1;
  transform: scale(0.5);
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover:before, .qodef-video-button .qodef-m-play .qodef-m-play-inner:hover:after {
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.11, 0.54, 0, 1.2);
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover:after {
  transition-delay: .1s;
}

.qodef-video-button .qodef-m-play .qdoef-e-arrow-right {
  position: relative;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 13px;
  border-top-width: 13px;
  border-left: 23px solid #1f1f1f;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}

.qodef-video-button .qodef-m-image {
  position: relative;
  overflow: hidden;
}

.qodef-video-button .qodef-m-image img {
  transform: scale(1.1);
  transition: 1s;
  width: 100%;
}

.qodef-video-button.qodef--appear .qodef-m-image img, .elementor-editor-active .qodef-video-button .qodef-m-image img {
  transform: scale(1);
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
  position: fixed;
  top: 0;
  left: -490px;
  width: 490px;
  height: 100%;
  min-height: 100%;
  padding: 64px 66px 35px 101px;
  text-align: right;
  background-color: #1f1f1f;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-area--opened #qodef-side-area {
  left: -6px;
  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_media_image {
  margin: 0 0 13px;
}

#qodef-side-area-close {
  position: absolute;
  top: 31px;
  left: 46px;
  display: block;
  z-index: 1000;
  color: #fff;
}

.admin-bar #qodef-side-area-close {
  top: 69px;
}

#qodef-side-area-close.qodef-source--predefined {
  transition: transform 0.3s cubic-bezier(0.15, 0.71, 0.25, 1);
}

#qodef-side-area-close.qodef-source--predefined:hover {
  transform: rotate(90deg);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line {
  background-color: #1f1f1f;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 21px;
  transform: rotate(45deg);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 21px;
  transform: rotate(-45deg);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-lines {
  background-color: #fff;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-lines:before, #qodef-side-area-close.qodef-source--predefined .qodef-m-lines:after {
  display: none;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-lines .qodef-m-line {
  height: 2px;
  width: 56%;
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}

/* ==========================================================================
# Side Area style - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  font-family: Iransans, Tahoma;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing:0;
  line-height: 1;
}

.qodef-social-share ul {
  position: relative;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

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

.qodef-social-share li.qodef-facebook-share a:hover {
  color: #e82a2a;
}

.qodef-social-share li.qodef-twitter-share a:hover {
  color: #e82a2a;
}

.qodef-social-share li.qodef-linkedin-share a:hover {
  color: #e82a2a;
}

.qodef-social-share li.qodef-tumblr-share a:hover {
  color: #e82a2a;
}

.qodef-social-share li.qodef-pinterest-share a:hover {
  color: #e82a2a;
}

.qodef-social-share li.qodef-vk-share a:hover {
  color: #e82a2a;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  /* opacity and visibility need to be different, but not background-color */
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  transition-delay: 0.7s;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity .2s ease-out, visibility .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  transition: color .2s ease-out, background-color .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e1e1e1;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
  border-top: none;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
  background-color: #3b5998;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
  background-color: #00aced;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
  background-color: #007bb5;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
  background-color: #32506d;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
  background-color: #cb2027;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
  background-color: #45668e;
  color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
  font-size: 14px;
  color: #333333;
  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-left: 15px;
}

.qodef-social-share.qodef-layout--list li:last-child {
  margin-left: 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: 26px;
}

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

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #fff;
}

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

#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: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #e82a2a;
  background-color: #fff;
}

#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: '';
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker {
  position: relative;
  width: 60px;
  height: 60px;
  animation: qodef-rotate-lekker-spinner 5s infinite;
}

#qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker:before {
  content: '';
  position: absolute;
  width: 43px;
  height: 43px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  left: 4px;
  top: 3px;
  animation: qodef-animate-lekker-spinner 1s .6s infinite;
}

#qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker:after {
  content: '';
  position: absolute;
  width: 43px;
  height: 43px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  left: 4px;
  top: 3px;
  animation: qodef-animate-lekker-spinner 1s infinite;
}

@keyframes qodef-animate-lekker-spinner {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10px, 10px, 0);
  }
}

@keyframes qodef-rotate-lekker-spinner {
  0%, 60%, 100% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  animation: qode-fade-in 1s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  flex-shrink: 0;
  animation-delay: .5s;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  animation: qode-fade-in 1s .3s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e82a2a;
  width: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  animation: qode-scaleout 1s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  animation: qode-ball-fall 1.5s ease infinite both;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
  animation-delay: calc((100ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
  animation-delay: calc((200ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
  animation-delay: calc((300ms) - 300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  animation-delay: -0.9s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  animation: qode-stretch-delay 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  animation-delay: calc((200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  animation-delay: calc((400ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  animation-delay: calc((500ms) - 1300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -0.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}

/* ==========================================================================
# Subscribe Popup default style
========================================================================== */
.qodef-sp-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-sp-holder .qodef-sp-inner {
  width: 90%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 40px;
  opacity: 0;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.2s ease-out;
}

.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  color: #000000;
}

.qodef-sp-holder .qodef-sp-close:hover {
  color: #333333;
}

.qodef-sp-holder .qodef-sp-close svg {
  stroke: currentColor;
  fill: currentColor;
}

.qodef-sp-holder .qodef-sp-content-container {
  background-color: #f7f7f7;
  background-size: cover;
  padding: 40px;
}

.qodef-sp-holder .qodef-sp-title {
  margin: 0 0 30px 0;
}

.qodef-sp-holder .qodef-sp-subtitle {
  margin: 0 0 20px 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: 28px;
}

.qodef-sp-holder .qodef-sp-prevent-inner {
  cursor: pointer;
}

.qodef-sp-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.qodef-sp-holder .qodef-sp-prevent-input {
  margin: 1px 1px 0 0;
  width: 11px;
  height: 11px;
  border: 1px solid #1f1f1f;
  overflow: hidden;
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  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-size: 13px;
}

/* Popup open/close style */
.qodef-sp-opened .qodef-sp-holder {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-out;
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-page-title.qodef-image--responsive {
  height: auto !important;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%;
}

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

.qodef-page-title .qodef-breadcrumbs {
  line-height: 1.25em;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 1.25em;
  float: right;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 6px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '>';
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current {
  color: #777777;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-bottom: 2px;
  margin-left: 17px;
}

@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title {
    font-size: 28px;
    margin: 0;
  }
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 14px 0 0;
}

@media screen and (min-width: 769px) {
  .qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    padding: 0 27%;
  }
}

.widget.qodef-author-info {
  text-align: center;
  padding: 50px 40px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 1440px) {
  .widget.qodef-author-info {
    padding: 38px 28px;
  }
}

.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 30px;
  display: inline-block;
}

.widget.qodef-author-info .qodef-author-info-image img {
  border-radius: 50%;
}

.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 10px;
}

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

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

.widget.widget_lekker_core_social_icons_group .qodef-icon-holder a {
  color: #ffffff;
  transition: color 0.2s ease-out;
}

.widget.widget_lekker_core_social_icons_group .qodef-icon-holder:hover a {
  color: #ffffff !important;
}

.widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
  background-color: #e82a2a;
}

.widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
  background-color: #1f1f1f;
}

.widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
  color: #ffffff;
}

#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder a {
  color: #ffffff;
  transition: color 0.2s ease-out;
}

#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder:hover a {
  color: #d7d7d7 !important;
}

#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
  background-color: #e82a2a;
}

#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
  background-color: #1f1f1f;
}

#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
  color: #d7d7d7;
}

#qodef-page-sidebar .widget.widget_lekker_core_social_icons_group .qodef-icon-holder a {
  transition: color 0.2s ease-out;
}

#qodef-page-sidebar .widget.widget_lekker_core_social_icons_group .qodef-icon-holder:hover a {
  color: #e82a2a !important;
}

#qodef-page-sidebar .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
  color: #e82a2a;
}

/* ==========================================================================
    Social Icons Group widget styles
   ========================================================================== */
.widget.qodef-widget-sticky-sidebar, .widget.widget_lekker_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
    padding: 35px 29px;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   Vertical Sliding layout responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical-sliding #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical-sliding #qodef-page-outer,
  .qodef-header--vertical-sliding footer {
    padding-left: 0;
  }
}

/* ==========================================================================
   Header layout responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical #qodef-page-outer,
  .qodef-header--vertical footer {
    padding-left: 0;
  }
}

/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 768px) {
  #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: -60px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -30px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 30px;
    margin: 0 0 60px;
  }
}

/* ==========================================================================
   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-portfolio-info {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-grid-item.qodef-portfolio-info {
    margin-top: 50px !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 75px;
  }
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: inherit !important;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big .qodef-grid-item.qodef-portfolio-info {
    margin-top: 50px !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 75px;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-grid-item.qodef-portfolio-info {
    margin-top: 50px !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 75px;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info {
    margin-top: 50px !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 85px;
  }
}

/* ==========================================================================
   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%;
  }
  .qodef-countdown .qodef-digit-wrapper:nth-child(4), .qodef-countdown .qodef-digit-wrapper:nth-child(5) {
    margin-top: 25px;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Image Marquee shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none;
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block;
  }
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1366px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 100px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 60%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 60px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 80%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 100%;
    padding-left: 60px;
    align-items: flex-start;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 38px;
    line-height: 1.2em;
    letter-spacing: 0;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 30px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    padding-left: 30px;
  }
}

/* ==========================================================================
   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: 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: 12px;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 12px 0 0;
  }
}

/* ==========================================================================
   Title responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
  }
}
