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

.qodef-custom-image-appear-left img,
.qodef-custom-image-appear-right img {
  opacity: 0;
  transform: translateX(-5%);
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: transform .8s ease-out, opacity .2s ease-out, -webkit-clip-path .8s ease;
  transition: transform .8s ease-out, opacity .2s ease-out, clip-path .8s ease;
  transition: transform .8s ease-out, opacity .2s ease-out, clip-path .8s ease, -webkit-clip-path .8s ease;
  will-change: transform;
}

.qodef-custom-image-appear-left.qodef--appeared img,
.elementor-editor-active .qodef-custom-image-appear-left img,
.qodef-custom-image-appear-right.qodef--appeared img,
.elementor-editor-active
.qodef-custom-image-appear-right img {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-custom-image-appear-right img {
  transform: translateX(5%);
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
}

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

.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover .qodef-info-section.qodef--has-appear .word .char {
  transition: 1.2s cubic-bezier(0.26, -0.14, 0, 1.01);
  transition-delay: calc(18ms * var(--char-index) + 0ms);
}

.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover .qodef--has-appear.elementor-widget-image {
  opacity: 0;
  transition: .7s ease-out;
}

.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover .qodef--has-appear.elementor-widget-image.qodef--appeared {
  opacity: 1;
}

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

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

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

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

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

/* ==========================================================================
# Age Verification default style
========================================================================== */
#qodef-age-verification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
}

#qodef-age-verification-modal .qodef-m-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

#qodef-age-verification-modal .qodef-m-logo a {
  position: relative;
  display: block;
  max-width: 50%;
}

#qodef-age-verification-modal .qodef-m-logo img {
  display: block;
}

#qodef-age-verification-modal .qodef-m-content {
  padding: 30px;
  text-align: center;
  max-width: 700px;
}

#qodef-age-verification-modal .qodef-m-content-title {
  margin: 0;
  color: #fff;
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
  margin: 11px 0 0;
  color: #000000;
}

#qodef-age-verification-modal .qodef-m-content-note {
  margin: 32px 0 0;
  color: #e5dcdb;
}

#qodef-age-verification-modal .qodef-m-content-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 52px;
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
  margin-right: 10px;
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
  color: #fff;
  border-color: #a3a19e;
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
  color: #fff;
  border-color: #28201e;
  background-color: #28201e;
}

.qodef-age-verification--opened #qodef-age-verification-modal {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-out;
}

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
  position: fixed;
  width: 85px;
  height: 85px;
  right: 50px;
  bottom: 50px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

@media only screen and (max-width: 480px) {
  #qodef-back-to-top {
    right: 9%;
    bottom: 80px;
  }
}

@media only screen and (max-width: 800px) {
  #qodef-back-to-top {
    right: 7%;
    bottom: 80px;
  }
}

#qodef-back-to-top .qodef-back-to-top-icon {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 10px 20px;
  line-height: 1;
  text-align: center;
  height: 100%;
  background-color: #fcf898;
  border-radius: 50%;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

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

#qodef-back-to-top:hover .qodef-back-to-top-icon {
  color: #000000;
  background-color: #fed7e1;
}

#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 styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--fullscreen {
  height: 100vh;
}

.qodef-blog.qodef-item-layout--fullscreen article.qodef--active .qodef-e-image-holder img {
  transform: scale(1.01);
}

.qodef-blog.qodef-item-layout--fullscreen article.qodef--active .qodef-e-inner .qodef-e-title-link {
  background-size: 100% 1px;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-image-holder {
  position: relative;
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-image-holder img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-image-holder .qodef-e-info-item {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color .3s ease-out;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-image-holder .qodef-e-info-item:hover {
  background-color: #fed7e1;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-image-holder:hover img {
  transform: scale(1.01);
}

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

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

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content {
  padding: 0 20%;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content .qodef-e-read-more {
  margin-left: 5px;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-dark .qodef-e-title,
.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-dark .qodef-button,
.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-dark .qodef-e-info-date a {
  color: #000;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-dark .qodef-e-info-date a:hover {
  color: #909090;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-dark .qodef-m-icon svg {
  fill: #000;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-light .qodef-e-title,
.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-light .qodef-button,
.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-light .qodef-e-info-date a {
  color: #fff;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-light .qodef-e-info-date a:hover {
  color: #909090;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-light .qodef-e-title a:hover {
  color: #fff;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-content.qodef-skin-light .qodef-m-icon svg {
  fill: #fff;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-title {
  margin: 44px 0 29px 0;
  line-height: 40px;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-title-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .4s ease-out;
}

.qodef-blog.qodef-item-layout--fullscreen article .qodef-e-inner .qodef-e-title-link:hover {
  background-size: 100% 1px;
}

.qodef-blog.qodef-item-layout--fullscreen.qodef-swiper--initialized .qodef-e-info-category a {
  display: inline;
}

.qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-media-image img {
  width: 100%;
  height: 67vh;
  object-fit: cover;
}

.qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-content {
  height: 33vh;
}

.qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-media-image img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-content {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal {
  margin-top: 7px;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title {
  text-align: center;
  margin: 0;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-media-image {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  max-width: 50%;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
  display: flex;
  align-items: center;
}

.qodef-blog.qodef-item-layout--minimal article.format-audio .qodef-e-media-image {
  width: auto;
}

.qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 .qodef-e-inner {
  flex-direction: row;
}

.qodef-blog.qodef-item-layout--minimal.qodef-col-num--1 .qodef-e-title {
  text-align: left;
}

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

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
  text-align: center;
}

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

.qodef-blog.qodef-item-layout--simple article .qodef-e-info {
  justify-content: center;
}

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

.qodef-blog.qodef-item-layout--simple article .qodef-e-info .qodef-e-info-date {
  margin: 0;
}

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

.qodef-blog.qodef-item-layout--simple article.format-audio .qodef-e-media-image {
  width: 200px;
}

.qodef-blog.qodef-item-layout--simple.qodef-col-num--1 article .qodef-e-inner {
  align-items: flex-start;
  flex-direction: row;
}

.qodef-blog.qodef-item-layout--simple.qodef-col-num--1 article .qodef-e-title {
  text-align: left;
}

.qodef-blog.qodef-item-layout--simple.qodef-col-num--1 article .qodef-e-info {
  justify-content: flex-start;
}

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

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

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

.qodef-blog.qodef-item-layout--standard.qodef-swiper--initialized .qodef-e-info-category a {
  display: inline;
}

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

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f0f5fb;
  padding: 40px;
}

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

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

#qodef-author-info .qodef-m-image a {
  border: 4px solid #fcf898;
}

#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: 7px 0 0;
  width: 80%;
}

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

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

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

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

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

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

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

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
  border-right: 1px solid #ebebeb;
}

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

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

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

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

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

#qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-nav-image img {
  transform: scale(1.01);
}

#qodef-single-post-navigation .qodef-m-nav-image {
  overflow: hidden;
}

#qodef-single-post-navigation .qodef-m-nav-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 11px;
  line-height: 11px;
  margin-top: 2px;
}

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

/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}

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

/* ==========================================================================
   #Footer styles - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Menu styles
   ========================================================================== */
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 102;
  /* 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--in #qodef-fullscreen-area .qodef-fullscreen-menu-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li {
  opacity: 1;
  transform: translateX(0);
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(1) {
  transition-delay: 370ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(2) {
  transition-delay: 490ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(3) {
  transition-delay: 610ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(4) {
  transition-delay: 730ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(5) {
  transition-delay: 850ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(6) {
  transition-delay: 970ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(7) {
  transition-delay: 1090ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(8) {
  transition-delay: 1210ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(9) {
  transition-delay: 1330ms;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu > ul > li:nth-child(10) {
  transition-delay: 1450ms;
}

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

#qodef-fullscreen-area .qodef-fs-close-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  color: white;
}

#qodef-fullscreen-area .qodef-fs-close-cursor.qodef--active {
  opacity: 1;
  visibility: visible;
}

#qodef-fullscreen-area .qodef-fs-close-cursor .qodef-m-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

#qodef-fullscreen-area .qodef-fs-close-cursor .qodef-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top .3s ease, transform .3s ease;
}

#qodef-fullscreen-area .qodef-fs-close-cursor .qodef-m-line.qodef--1 {
  top: 12px;
  transform: rotate(45deg);
}

#qodef-fullscreen-area .qodef-fs-close-cursor .qodef-m-line.qodef--2 {
  top: 12px;
  transform: rotate(-45deg);
}

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

#qodef-fullscreen-area-inner nav.qodef-fullscreen-menu {
  width: 300px;
  z-index: 12;
  pointer-events: all;
}

#qodef-fullscreen-area-inner .qodef-fullscreen-menu-overlay-close-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: none;
}

.qodef-fullscreen-menu-image {
  width: 35%;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path .6s ease;
  transition: clip-path .6s ease;
  transition: clip-path .6s ease, -webkit-clip-path .6s ease;
}

.qodef-fullscreen-menu-image img {
  height: 100vh;
  object-fit: cover;
}

.qodef-fullscreen-menu-holder {
  width: 59%;
}

.qodef-fullscreen-menu-widget-area {
  width: 6%;
  pointer-events: all;
  z-index: 12;
}

.qodef-fullscreen-menu-widget-area .qodef-social-icons-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: white;
}

.qodef-fullscreen-menu-widget-area .qodef-social-icons-group .qodef-icon-holder {
  margin-right: 55px;
  margin-bottom: 20px;
}

.qodef-fullscreen-menu-widget-area .qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 55px;
  margin-bottom: 0;
}

.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  padding: 0 0 0 30px;
  margin: 0 0 0 120px;
  text-align: left;
  width: 100%;
}

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

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

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

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

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

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

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

.qodef-fullscreen-menu > ul > li {
  padding: 6px 0;
  opacity: 0;
  transform: translateX(-40px);
  transition: transform .4s ease, opacity .2s ease-out;
  will-change: transform;
}

.qodef-fullscreen-menu > ul > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  line-height: 55px;
}

.qodef-fullscreen-menu > ul > li > a span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease;
}

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

.qodef-fullscreen-menu > ul > li > a:hover span {
  background-size: 100% 1px;
}

.qodef-fullscreen-menu > ul > li > a:hover span:after {
  width: 100%;
}

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

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a span, .qodef-fullscreen-menu > ul > li.current-menu-item > a span {
  background-size: 100% 1px;
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a span:after, .qodef-fullscreen-menu > ul > li.current-menu-item > a span:after {
  width: 100%;
}

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

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 2px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0;
}

.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:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  height: 6px;
  width: 6px;
  background: #000000;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -15px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease;
}

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

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover span:after {
  width: 100%;
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover span:after {
  width: 100%;
}

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

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span:after, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a span:after {
  width: 100%;
}

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

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span:after, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a span:after {
  width: 100%;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    transition: transform .2s ease-out;
    animation: none !important;
  }
  .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    transition: transform .2s ease-out;
    animation: none !important;
  }
  .qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 12px;
    transform: rotate(45deg);
  }
  .qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 12px;
    transform: rotate(-45deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a span,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a span {
  background-image: linear-gradient(#fff, #fff);
}

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

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

#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a span, #qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a span,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a span,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a span {
  background-image: linear-gradient(#fff, #fff);
}

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

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack .qodef-m-circle, #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path .qodef-m-circle, #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined .qodef-m-circle,
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack .qodef-m-circle,
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path .qodef-m-circle,
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined .qodef-m-circle {
  border-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-header--centered #qodef-page-header .qodef-centered-header-wrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

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

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

.qodef-header--centered #qodef-page-header .qodef-centered-header-wrapper.qodef-centered-logo-wrapper {
  justify-content: center;
  position: fixed;
  height: auto;
  margin-top: 62px;
}

.qodef-header--centered #qodef-page-header .qodef-centered-header-wrapper.qodef-centered-header-position-bottom {
  position: fixed;
  bottom: 0;
  padding: 0 40px;
  background-color: #000;
  height: 80px;
  z-index: 100;
}

.qodef-header--centered #qodef-page-header .qodef-centered-header-wrapper.qodef-centered-header-position-bottom .qodef-header-navigation {
  margin: 0;
}

.qodef-header--centered #qodef-page-header .qodef-centered-header-wrapper.qodef-centered-header-position-bottom .qodef-opener-icon .qodef-m-circle {
  border-color: #fff;
}

.qodef-header--centered #qodef-page-header .qodef-centered-header-wrapper.qodef-centered-header-position-bottom .qodef-opener-icon .qodef-m-line {
  background-color: #fff;
}

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

.qodef-header--centered #qodef-page-header .qodef-header-navigation {
  margin: 0 10px;
}

.qodef-header--centered #qodef-page-header.qodef-header-centered-bottom {
  z-index: unset;
}

.qodef-header--centered #qodef-page-header-inner {
  flex-direction: column;
  justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* ==========================================================================
   Header Centered navigation style - begin
   ========================================================================== */
.qodef-header--centered .qodef-centered-header-position-bottom .qodef-header-navigation > ul > li > a {
  color: #fff;
}

.qodef-header--centered .qodef-centered-header-position-bottom .qodef-header-navigation > ul > li .qodef-drop-down-second {
  top: unset;
  bottom: 100%;
}

.qodef-header--centered .qodef-centered-header-position-bottom .qodef-header-navigation > ul > li .qodef-drop-down-second ul {
  top: unset;
  bottom: calc(100% - 72px);
}

/* ==========================================================================
   Header Centered navigation style - end
   ========================================================================== */
/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   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 .qodef-widget-holder {
  height: 70px;
  transform: rotate(-90deg) translateX(-70px);
  width: 40vh;
  transform-origin: 0 0;
}

.qodef-header--vertical-sliding .qodef-header-logo-link {
  justify-content: center;
  width: 70px;
}

.qodef-header--vertical-sliding .qodef-header-logo-link img {
  left: unset !important;
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
  padding: 0;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 25px 0;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  background-color: #000;
}

.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-widget-holder {
  animation: qode-fade-in 0.25s 0.6s linear both;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link .qodef-copy-text,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-copy-text {
  color: #c9c9c9 !important;
  font-size: 15px;
  font-weight: 300;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link .qodef-copy-text a,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-copy-text a {
  color: #fff !important;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link .qodef-copy-text a:hover,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder .qodef-copy-text a:hover {
  color: #909090 !important;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link p, .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link a,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder p,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder a {
  color: #fff;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
  background-color: #000;
  left: -395px;
  padding-left: 70px;
  position: fixed;
  top: 0;
  transition: all 0.6s ease;
  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-widget-holder {
  margin-right: 70px;
}

.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-vertical-sliding-area .qodef-widget-holder {
  margin: 0 !important;
}

.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;
  width: 70px;
  height: 70px;
}

.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-source--predefined .qodef-m-line {
  color: #fff;
  transform-origin: center;
  transition: transform .4s ease;
  will-change: transform;
}

.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 12px;
  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: 12px;
  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: center;
  display: flex;
  height: 100%;
  padding: 0 40px;
  width: 100%;
  z-index: 100;
}

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

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

.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 > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 12px;
  color: #fff;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a .qodef-menu-item-arrow {
  display: none;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li > a span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  line-height: 1.5em;
  display: inline-block;
  transition: background-size .3s ease;
}

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

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

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

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

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

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 2px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}

.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:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  height: 6px;
  width: 6px;
  background: #000000;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -15px;
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li > a span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease;
}

.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 {
  padding-left: 15px;
  padding-right: 0;
  color: #fff;
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span:after {
  width: 100%;
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span:after {
  width: 100%;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a {
  color: #fff;
}

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

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-ancestor > a span:after, .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation > ul > li.current-menu-item > a span:after {
  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: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    width: 1100px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid, .qodef-header--vertical section.qodef-elementor-content-grid > .elementor-container {
    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: 75px 73px 30px 50px;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  margin: 0;
  flex-direction: column;
  justify-content: flex-end;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .qodef-social-icons-group {
  color: #000;
}

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

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

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

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

/* ==========================================================================
   Header Vertical navigation style - begin
   ========================================================================== */
.qodef-header--vertical .qodef-header-vertical-navigation {
  margin-top: 60px;
  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: 9px 0;
}

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

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

.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: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 12px;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a span {
  background-image: linear-gradient(#000000, #000000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease;
  line-height: 1.5em;
  display: inline-block;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover {
  color: #000000;
}

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

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

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

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 2px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}

.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:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  height: 6px;
  width: 6px;
  background: #000000;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -15px;
}

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li > a span {
  background-image: linear-gradient(#000000, #000000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease;
}

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a {
  padding-left: 15px;
  padding-right: 0;
  color: #000000;
}

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span:after {
  width: 100%;
}

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

.qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span:after, .qodef-header--vertical .qodef-header-vertical-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span:after {
  width: 100%;
}

.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 {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
# Sticky Header default style
========================================================================== */
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  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-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 50px;
}

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

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

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

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

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

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

#qodef-top-area-inner {
  display: inline-block;
  height: 40px;
  width: 100%;
  padding: 0 50px;
  position: relative;
}

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

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

#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
  float: left;
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right {
  float: right;
}

#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;
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover ~ .qodef-info-window-details .qodef-info-window-title {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  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 {
  z-index: 103;
  background: transparent;
}

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

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

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

#qodef-side-area-mobile-header {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 60px;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s ease;
}

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

#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  transform: rotate(45deg);
}

#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  transform: rotate(-45deg);
}

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

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

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

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

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

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

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

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
  color: #000000;
}

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

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover span:after {
  width: 100%;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner > ul {
  padding: 10px 0 5px;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul {
  padding-left: 20px;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 2px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

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

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li > a:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  height: 6px;
  width: 6px;
  background: #000000;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -15px;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a {
  padding-left: 15px;
  padding-right: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a:before, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
  left: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li:hover > a span:after, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-ancestor > a span:after, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li .qodef-drop-down-second-inner ul li.current-menu-item > a span:after {
  width: 100%;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a {
  color: #000000;
}

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

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a span:after, #qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a span:after {
  width: 100%;
}

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

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

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

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

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

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

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

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

.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: -40px;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover span:after {
  width: 100%;
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 2px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.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:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  height: 6px;
  width: 6px;
  background: #000000;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a span {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease;
}

.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 {
  padding-left: 15px;
  padding-right: 0;
  color: #fff;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a span:after, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a span:after {
  width: 100%;
}

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a span:after, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a span:after {
  width: 100%;
}

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

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

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a span:after, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a span:after {
  width: 100%;
}

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

.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 span {
  background-size: 100% 1px;
}

.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 span:after {
  width: 100%;
}

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

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

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  will-change: transform;
}

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

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

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

.qodef-opener-icon.qodef-source--predefined .qodef-m-search-predefined .qodef-m-circle {
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50%;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-search-predefined .qodef-m-line {
  width: 8px;
  transform: rotate(45deg);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-search-predefined .qodef-m-line.qodef--1, .qodef-opener-icon.qodef-source--predefined .qodef-m-search-predefined .qodef-m-line.qodef--2 {
  top: 13px;
  left: 8px;
}

.qodef-opener-icon.qodef-source--predefined:hover:not(.qodef-search-opener):not(.qodef-vertical-sliding-menu-opener) .qodef-m-line.qodef--1 {
  animation: qodef-opener-line .4s forwards ease;
}

.qodef-opener-icon.qodef-source--predefined:hover:not(.qodef-search-opener):not(.qodef-vertical-sliding-menu-opener) .qodef-m-line.qodef--2 {
  animation: qodef-opener-line .4s forwards ease .15s;
}

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

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

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

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

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

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

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

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

.touchevents .qodef-parallax-img {
  height: 100%;
  width: 100%;
  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 .wpcf7-response-output {
  margin: 2em 0 0 0 !important;
}

.qodef-contact-form-7 .ajax-loader {
  animation: qode-rotate 2s linear infinite;
  background-image: none !important;
  border: 2px solid #e6e6e6 !important;
  border-radius: 50%;
  border-top: 2px solid #000000 !important;
  height: 23px !important;
  margin: 0 0 0 12px !important;
  position: absolute;
  right: -10px;
  width: 23px !important;
}

.qodef-contact-form-7 input[type=email],
.qodef-contact-form-7 input[type=number],
.qodef-contact-form-7 input[type=password],
.qodef-contact-form-7 input[type=search], .qodef-contact-form-7 input[type=tel],
.qodef-contact-form-7 input[type=text],
.qodef-contact-form-7 input[type=url],
.qodef-contact-form-7 textarea {
  margin: 10px 0 10px;
}

.qodef-contact-form-7 .qodef-theme-button,
.qodef-contact-form-7 button[type=submit],
.qodef-contact-form-7 input[type=submit] {
  margin-top: 10px;
}

.qodef-contact-form-7 .qodef-contact-button-right .qodef-button-holder {
  display: flex;
  justify-content: flex-end;
}

.qodef-newsletter-form {
  display: flex;
  flex-direction: column;
}

.qodef-newsletter-form .qodef-form-holder {
  display: flex;
}

.qodef-newsletter-form .qodef-form-holder > span.your-email {
  margin-right: 35px;
  width: calc(100% - 213px);
}

.qodef-newsletter-form .qodef-form-holder > span.your-email input {
  background-color: #fff;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: 400;
  color: #c4c4c4;
  padding: 13px 20px;
}

.qodef-newsletter-form .qodef-form-holder > span.your-email span {
  font-size: 16px;
}

.qodef-newsletter-form .qodef-form-holder > span.ajax-loader {
  margin: 0;
}

.qodef-newsletter-form .qodef-form-holder button {
  padding: 4px 45px 8px;
  width: 163px;
  height: 51px;
}

@media only screen and (max-width: 680px) {
  .qodef-newsletter-form .qodef-form-holder {
    flex-direction: column;
    align-items: center;
  }
  .qodef-newsletter-form .qodef-form-holder > span.your-email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .qodef-newsletter-form .qodef-form-holder > span.your-email input {
    padding: 13px 20px !important;
  }
  .qodef-newsletter-form .qodef-form-holder button span {
    text-align: center !important;
  }
}

.qodef-newsletter-form p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #505050;
}

.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  line-height: 1.2em;
}

/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Custom mixins - begin
   ========================================================================== */
/* ==========================================================================
Custom mixins - end
========================================================================== */
section.qodef-elementor-content-grid > .elementor-container {
  width: 1100px;
  margin: 0 auto;
}

section.qodef-elementor-content-grid.qodef-extended-grid > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
  padding-left: calc((100% - 1100px)/2);
}

section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
  padding-right: calc((100% - 1100px)/2);
}

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

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

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

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

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

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

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

@media only screen and (max-width: 800px) {
  section.qodef-elementor-content-grid > .elementor-container {
    width: 86%;
  }
  section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 86%)/2);
  }
  section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 86%)/2);
  }
}

@media only screen and (max-width: 480px) {
  section.qodef-elementor-content-grid > .elementor-container {
    width: 82%;
  }
  section.qodef-elementor-content-grid.qodef-extended-grid--right > .elementor-container {
    padding-left: calc((100% - 82%)/2);
  }
  section.qodef-elementor-content-grid.qodef-extended-grid--left > .elementor-container {
    padding-right: calc((100% - 82%)/2);
  }
}

.elementor-element.qodef-sticky-column {
  align-self: flex-start;
  min-height: unset;
}

@media only screen and (max-width: 1024px) {
  .elementor-element .qodef-offset-image-holder {
    z-index: 0 !important;
  }
}

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

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

.qodef-instagram-list .sbi_photo_wrap a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-bottom: 0 !important;
  opacity: 1 !important;
}

.qodef-instagram-list .sbi_photo_wrap a:after {
  color: white;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(10px);
  transition: opacity 0.2s ease-out, transform 0.4s ease;
  will-change: transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extensive #sb_instagram #sbi_images > .sbi_item {
  padding: 0 55px !important;
  margin: 0 0 110px !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: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}

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

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #505050;
  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: 769px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-twitter-list.qodef-gutter--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: -50px;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
   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 Category List Info on Image styles
   ========================================================================== */
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category.swiper-slide,
.qodef-woo-product-list .product-category.swiper-slide {
  will-change: transform;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a:hover .qodef-m-char-holder .qodef-m-char.qodef--left,
.qodef-woo-product-list .product-category a:hover .qodef-m-char-holder .qodef-m-char.qodef--left {
  animation: qodef-button-left-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a:hover .qodef-m-char-holder .qodef-m-char.qodef--right,
.qodef-woo-product-list .product-category a:hover .qodef-m-char-holder .qodef-m-char.qodef--right {
  animation: qodef-button-right-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-title,
.qodef-woo-product-list .product-category .qodef-e-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-m-icon,
.qodef-woo-product-list .product-category .qodef-m-icon {
  display: flex;
  top: -1px;
  position: relative;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  text-align: center;
  width: auto;
  will-change: transform;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-m-char-holder,
.qodef-woo-product-list .product-category .qodef-m-char-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-m-char,
.qodef-woo-product-list .product-category .qodef-m-char {
  will-change: transform;
  display: inline-block;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-m-char.qodef-m-empty-char,
.qodef-woo-product-list .product-category .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-m-char.qodef--left,
.qodef-woo-product-list .product-category .qodef-m-char.qodef--left {
  transform: translateY(0);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-m-char.qodef--right,
.qodef-woo-product-list .product-category .qodef-m-char.qodef--right {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

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

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .swiper-button-next,
.qodef-woo-product-list .swiper-button-next {
  background-color: transparent !important;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .swiper-button-prev,
.qodef-woo-product-list .swiper-button-prev {
  background-color: transparent !important;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-inner {
  padding: 0;
  bottom: 0;
  top: unset;
  height: auto;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-info {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  transform: translateY(100%);
  transition: transform .4s ease;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-top-info,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-categories {
  opacity: 0;
  transform: translateY(20px);
  transition: transform .4s ease .15s, opacity .2s ease-out .15s;
  will-change: transform;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-image-left-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .qodef-woo-product-categories {
  text-align: left;
  margin-top: 2px;
  transition: transform .4s ease .2s, opacity .2s ease-out .2s;
}

.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 {
  bottom: 0;
  right: 1px;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .woocommerce-LoopProduct-link {
  z-index: 0;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-image-info {
  transform: translateY(0);
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-image-top-info,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner:hover .qodef-woo-product-categories {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   WooCommerce DropDown Cart styles
   ========================================================================== */
.widget_marceau_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%;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
  background-color: black;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon {
  display: flex;
  margin-right: 5px;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  padding: 30px;
  background-color: #000;
}

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

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

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

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #fff;
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #fff;
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #fff;
}

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

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

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

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

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

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

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

.qodef-woo-dropdown-cart .qodef-e-price {
  margin: 3px 0 0;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a1a1a1;
  margin: 14px 0 0;
}

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

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

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

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-m-order-details {
  color: #fff;
}

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

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

.qodef-woo-dropdown-cart .qodef-m-action:last-child {
  margin-right: 0;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-buttons {
  display: flex;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.4s ease, opacity 0.2s ease-out;
  width: 100%;
  padding: 8px 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 5px 20px 3px;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
  color: #fff;
  background-color: #000000;
  border-color: #fff;
}

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

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clients list shortcode style - end */
/* ==========================================================================
   Portfolio Single styles
   ========================================================================== */
.qodef-portfolio-single .qodef-media iframe {
  max-height: calc(56.25vw);
}

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

.qodef-portfolio-single .qodef-e-content {
  margin-top: 68px;
}

.qodef-portfolio-single .qodef-e-content .qodef-portfolio-content {
  padding-left: 3px;
}

.qodef-portfolio-single .qodef-e-content .qodef-portfolio-info {
  margin-top: 80px;
}

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

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

.qodef-portfolio-single .qodef-portfolio-info > *:last-child.qodef-info--social-share {
  margin-top: 36px;
}

.qodef-portfolio-single .qodef-portfolio-info > *:last-child.qodef-info--social-share a:hover {
  color: #505050;
}

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

.qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a {
  margin: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}

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

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

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--info-items .qodef--link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #505050;
  text-transform: none;
  letter-spacing: 0;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--info-items .qodef--link:hover {
  color: #000;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag {
  background-color: #f0f5fb;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 50px;
  color: #797979;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag:hover {
  color: #000000;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag:last-child {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list .qodef-e-inner {
    padding: 0 !important;
  }
}

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

.qodef-portfolio-list .qodef-e-media-video {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  height: 100%;
}

.qodef-portfolio-list .qodef-e-media-video video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.qodef-portfolio-list .qodef-e-category {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}

.qodef-portfolio-list .qodef-e-category:after {
  content: '/';
}

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

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

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

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

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

.qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e .qodef-e-image {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform;
  transition: transform .6s ease, opacity .3s ease-out;
}

.qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e .qodef-e-info-category,
.qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e .qodef-e-title {
  opacity: 0;
  transform: translateX(20px);
  will-change: transform;
  transition: transform .6s ease .15s, opacity .3s ease-out .15s;
}

.qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e .qodef-e-title {
  transition: transform .6s ease .2s, opacity .3s ease-out .2s;
}

.qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e.qodef--appeared .qodef-e-image,
.elementor-editor-active .qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e .qodef-e-image {
  opacity: 1;
  transform: translateY(0);
}

.qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e.qodef--appeared .qodef-e-info-category,
.qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e.qodef--appeared .qodef-e-title,
.elementor-editor-active .qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e .qodef-e-info-category,
.elementor-editor-active .qodef-portfolio-list.qodef-appear-animation:not(.qodef-hover-animation--change-image) .qodef-e .qodef-e-title {
  opacity: 1;
  transform: translateX(0);
}

.qodef-portfolio-list.qodef-appear-animation.qodef-hover-animation--change-image .qodef-e .qodef-e-inner {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform;
  transition: transform .6s ease, opacity .3s ease-out;
}

.qodef-portfolio-list.qodef-appear-animation.qodef-hover-animation--change-image .qodef-e.qodef--appeared .qodef-e-inner,
.elementor-editor-active .qodef-portfolio-list.qodef-appear-animation.qodef-hover-animation--change-image .qodef-e .qodef-e-inner {
  opacity: 1;
  transform: translateY(0);
}

.qodef-portfolio-list.qodef-float-animation .qodef-e .qodef-e-media-image {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin-top: 25px;
  margin-bottom: 32px;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
  margin-bottom: 2px;
  line-height: 1.2em;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--color-change .qodef-e-inner .qodef-e-media-image img {
  filter: hue-rotate(0deg);
  will-change: filter;
  transition: filter .6s ease-out;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--color-change .qodef-e-inner:hover .qodef-e-media-image img {
  filter: hue-rotate(-63deg);
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e .qodef-e-inner {
  position: relative;
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e .qodef-e-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease-out;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e.qodef--active .qodef-e-inner:after {
  opacity: 1;
}

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

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--underline .qodef-e-title-link {
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size .3s ease;
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--underline .qodef-e-inner:hover .qodef-e-title-link {
  background-size: 100% 1px;
}

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

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

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

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

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-float-animation) .qodef-e-media-image {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-float-animation) .qodef-e-media-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow:not(.qodef-float-animation) .qodef-e-media-image:hover img {
  transform: scale(1.01);
}

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

.qodef-follow-info-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path .4s ease;
  transition: clip-path .4s ease;
  transition: clip-path .4s ease, -webkit-clip-path .4s ease;
}

@media only screen and (max-width: 1024px) {
  .qodef-follow-info-holder {
    display: none;
  }
}

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

.qodef-follow-info-holder .qodef-follow-info-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
  padding: 16px 24px 18px;
}

.qodef-follow-info-holder .qodef-follow-info-title {
  display: inline-block;
  position: relative;
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  z-index: 8;
  opacity: 0;
  transform: translateX(20px);
  will-change: transform;
}

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

.qodef-follow-info-holder .qodef-follow-info-category {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  display: inline-block;
  white-space: nowrap;
  z-index: 9;
  opacity: 0;
  transform: translateX(20px);
  will-change: transform;
}

.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 {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path .4s ease;
  transition: clip-path .4s ease;
  transition: clip-path .4s ease, -webkit-clip-path .4s ease;
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title,
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
  opacity: 1;
  transform: translateX(0);
  transition: transform .4s ease .2s, opacity .2s ease-out .2s;
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
  transition: transform .4s ease .15s, opacity .2s ease-out .15s;
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image a,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image img {
  display: block;
}

.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: black;
  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 * {
  color: #fff;
  z-index: 1;
}

/* ==========================================================================
   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;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 480px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
}

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

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

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transform: translateY(100%) translateZ(0);
  transition: transform .4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.qodef-browser--firefox .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner {
  -webkit-backface-visibility: unset;
          backface-visibility: unset;
  will-change: transform;
}

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

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner * {
  color: #000;
  z-index: 1;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner .qodef-e-title {
  opacity: 0;
  transform: translateY(20px) translateZ(0);
  transition: transform .4s ease .15s, opacity .2s ease-out .15s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.qodef-browser--firefox .qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner .qodef-e-info-category, .qodef-browser--firefox
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner .qodef-e-title {
  -webkit-backface-visibility: unset;
          backface-visibility: unset;
  will-change: transform;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner .qodef-e-info-category {
  margin-top: 15px;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner .qodef-e-title {
  margin-bottom: 15px;
  transition: transform .4s ease .2s, opacity .2s ease-out .2s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content-inner {
  transform: translateY(0) translateZ(0);
}

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

/* ==========================================================================
   Portfolio List shortcode variation hover styles
   ========================================================================== */
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path .4s ease;
  transition: clip-path .4s ease;
  transition: clip-path .4s ease, -webkit-clip-path .4s ease;
}

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

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner * {
  z-index: 1;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner .qodef-e-title {
  opacity: 0;
  transform: translateX(20px);
  transition: transform .4s ease .15s, opacity .2s ease-out .15s;
  will-change: transform;
}

.qodef-browser--firefox .qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner .qodef-e-info-category, .qodef-browser--firefox
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner .qodef-e-title {
  will-change: unset;
  transform: translateX(20px) translateZ(0);
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner .qodef-e-info-category {
  margin-top: 15px;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e-content-inner .qodef-e-title {
  margin-bottom: 15px;
  transition: transform .4s ease .2s, opacity .2s ease-out .2s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e:hover .qodef-e-content-inner {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e:hover .qodef-e-content-inner .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e:hover .qodef-e-content-inner .qodef-e-title {
  opacity: 1;
  transform: translateX(0);
}

.qodef-browser--firefox .qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e:hover .qodef-e-content-inner .qodef-e-info-category, .qodef-browser--firefox
.qodef-item-layout--info-on-hover.qodef-hover-animation--roll-out .qodef-e:hover .qodef-e-content-inner .qodef-e-title {
  transform: translateX(0) translateZ(0);
}

/* ==========================================================================
   Portfolio List shortcode variation styles
   ========================================================================== */
.qodef-portfolio-list.qodef-item-layout--no-info .qodef-e-image a,
.qodef-portfolio-list.qodef-item-layout--no-info .qodef-e-image img {
  display: block;
}

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

.qodef-portfolio-list.qodef-item-layout--no-info.qodef-hover-animation--change-image .qodef-e-inner:hover .qodef-e-image {
  transform: translateX(5px) scale(1.03);
}

.qodef-portfolio-list.qodef-item-layout--no-info.qodef-hover-animation--change-image .qodef-e-inner:hover .qodef-e-hover-image {
  opacity: 1;
  transform: translateX(0) scale(1.03);
}

.qodef-portfolio-list.qodef-item-layout--no-info.qodef-hover-animation--change-image .qodef-e-image {
  transform: translateX(0) scale(1.03);
  transition: transform .4s ease-out;
  will-change: transform;
}

.qodef-portfolio-list.qodef-item-layout--no-info.qodef-hover-animation--change-image .qodef-e-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-5px) scale(1.03);
  opacity: 0;
  transition: opacity .4s ease, transform .4s ease-out;
}

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

#qodef-portfolio-single-related-items > .qodef-m-title {
  text-align: center;
}

#qodef-portfolio-single-related-items .qodef-e-content {
  margin: 0;
}

#qodef-portfolio-single-related-items .qodef-e-image img {
  height: 300px;
  object-fit: cover;
}

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

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

#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
}

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

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: 0;
  justify-self: start;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
}

#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.3em;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .4s ease-out;
}

#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-label:hover {
  background-size: 100% 1px;
}

#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-label.qodef--off {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility .0s .15s;
}

#qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-label.qodef--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

#qodef-single-portfolio-navigation .qodef--backbtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#qodef-single-portfolio-navigation .qodef--backbtn a {
  height: 23px;
}

#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circles {
  position: relative;
  width: 24px;
  display: inline-block;
  height: 23px;
}

#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
}

#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-1 {
  top: 0;
  left: 0;
}

#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-2 {
  top: 0;
  right: 0;
}

#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-3 {
  bottom: 0;
  left: 0;
}

#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle-4 {
  bottom: 0;
  right: 0;
}

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-e-image {
  overflow: hidden;
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-e-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-e-image:hover img {
  transform: scale(1.01);
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-content {
  margin-right: 80px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-e-image {
  overflow: hidden;
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-e-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-e-image:hover img {
  transform: scale(1.01);
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-e-content {
  margin-top: 0;
}

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-big .qodef-e-image {
  overflow: hidden;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-image:hover img {
  transform: scale(1.01);
}

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

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

.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-content {
  margin-right: 80px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--images-small .qodef-e-content {
  margin-top: 0;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-e-image {
  overflow: hidden;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-e-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-e-image:hover img {
  transform: scale(1.01);
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 30px;
  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: 44px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-content {
  margin-right: 80px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-e-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-e-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-e-image:hover img {
  transform: scale(1.01);
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-e-content {
  margin-top: 0;
}

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

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-content {
  margin-right: 80px;
}

/* ==========================================================================
   Portfolio Single variation styles
   ========================================================================== */
.qodef-portfolio-single.qodef-layout--slider-small .qodef-e-content {
  margin-top: 0;
}

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

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

.qodef-team-list .qodef-e-title {
  margin: 2px 0 6px;
}

.qodef-team-list .qodef-team-member-social-icons {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .qodef-team-list .qodef-e-inner {
    margin-bottom: 45px;
  }
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner {
  text-align: center;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-media-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-media-image a {
  display: inline-block;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity .15s ease-out;
  display: inline-block;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity .15s ease-out;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-team-member-social-icon {
  opacity: 1;
}

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

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

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

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons-holder {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons-holder .qodef-team-member-social-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 20px 35px;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons-holder .qodef-team-member-social-icon {
  opacity: 0;
  margin-bottom: 5px;
  transition: opacity 0.3s, color 0.2s ease-out;
  color: currentColor;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons-holder .qodef-team-member-social-icon:nth-child(1) {
  transition-delay: 50ms;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons-holder .qodef-team-member-social-icon:nth-child(2) {
  transition-delay: .1s;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-team-member-social-icons-holder .qodef-team-member-social-icon:nth-child(3) {
  transition-delay: .15s;
}

.qodef-team-list.qodef-item-layout--info-below.qodef-skin--light .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-below.qodef-skin--light .qodef-e-role,
.qodef-team-list.qodef-item-layout--info-below.qodef-skin--light .qodef-team-member-social-icons {
  color: #fff;
}

.qodef-team-list.qodef-item-layout--info-below.qodef-skin--light .qodef-team-member-social-icon:hover {
  color: #ccc;
}

.qodef-team-list.qodef-item-layout--info-below.qodef-skin--dark .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-below.qodef-skin--dark .qodef-e-role,
.qodef-team-list.qodef-item-layout--info-below.qodef-skin--dark .qodef-team-member-social-icons {
  color: #000000;
}

.qodef-team-list.qodef-item-layout--info-below.qodef-skin--dark .qodef-team-member-social-icon:hover {
  color: #505050;
}

.qodef-review-rating {
  display: flex;
}

.qodef-review-rating .qodef-rating-inner {
  display: flex;
  flex-basis: 50%;
}

.qodef-review-rating label {
  margin: 0 10px 0 0;
}

.qodef-review-rating .qodef-comment-rating-box {
  display: flex;
  margin: 0;
}

.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 .1em 0 0;
  cursor: pointer;
  color: #000;
}

.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor;
}

.qodef-review-rating .qodef-comments-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
  color: #000;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: .1em;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: #000000;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
  line-height: 28px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  padding-top: 23%;
  padding-left: 15%;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
  margin-right: 22px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -6px;
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}

.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}

.qodef-comment-list .qodef-comment-name {
  float: none;
}

.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%;
}

.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%;
}

/* ==========================================================================
# Search covers header - start
========================================================================== */
@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 60px;
}

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

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

.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: flex-end;
  justify-content: center;
  background-color: #000;
  z-index: 10000;
}

.qodef-fullscreen-search-holder .qodef-fs-close-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden !important;
  z-index: 9;
  color: white;
  cursor: none;
}

.qodef-fullscreen-search-holder .qodef-fs-close-cursor.qodef--active {
  opacity: 1;
  visibility: visible;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-fs-close-cursor {
  top: 0;
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-overlay-close-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: none;
}

.qodef-fullscreen-search-holder .qodef-m-inner {
  width: 100%;
}

.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 94%;
  margin: 0 auto 42px;
  z-index: 12;
  pointer-events: all;
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 20px 0 0 10px;
  font-size: 100px;
  color: #fff;
  line-height: 2em;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-transform: none;
}

.qodef-fullscreen-search-holder .qodef-m-form-field:focus {
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: #fff;
  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: #fff;
  background: none;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 30px;
  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: 70px;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--predefined .qodef-m-search-predefined {
  width: 50px;
  height: 50px;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--predefined .qodef-m-circle {
  border-color: #fff;
  width: 30px;
  height: 30px;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--predefined .qodef-m-line {
  width: 20px;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--predefined .qodef-m-line.qodef--1, .qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 31px;
  left: 21px;
}

.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 150px;
  right: 300px;
  color: #505050;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
  top: 185px;
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
  font-size: 25px;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--predefined {
  top: 0;
  right: 0;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--predefined .qodef-m-search-predefined {
  width: 30px;
  height: 30px;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--predefined .qodef-m-circle {
  display: none;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--predefined .qodef-m-line {
  width: 30px;
  color: #fff;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 50%;
  left: 0px;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 50%;
  left: 0px;
  transform: rotate(-45deg);
}

/* 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;
  overflow-anchor: none;
}

.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-accordion.qodef--init {
  visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 30px 0 30px;
  transition: color .2s ease-out, background-color .2s ease-out, padding .4s ease-out;
  cursor: pointer;
  border-top: 1px solid #eeeeee;
}

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

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 1;
  text-align: center;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark .qodef-e-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 3px;
  background-color: #000;
  transition: transform 0.2s ease-out;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark .qodef-e-line:last-child {
  transform: rotate(90deg);
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  border-bottom: none;
  padding-bottom: 10px;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #000;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark .qodef-e-line:last-child, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark .qodef-e-line:last-child {
  transform: rotate(0);
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 6px 0 30px;
  margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content:last-child {
  border-bottom: none;
}

.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: "Roboto", sans-serif;
  margin: 0;
  opacity: .5;
  letter-spacing: 0;
}

.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: #000000;
  margin: 0 0 10px;
  font-style: italic;
}

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

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

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

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

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

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

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  align-items: flex-start;
  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: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  outline: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.4s ease, opacity 0.2s ease-out;
  padding: 6px 35px;
}

.qodef-button.qodef-size--small {
  padding: 4px 42px;
}

.qodef-button.qodef-size--large {
  padding: 8px 42px;
}

.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}

.qodef-button .qodef-m-char-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1;
}

.qodef-button .qodef-m-char {
  will-change: transform;
  display: inline-block;
}

.qodef-button .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}

.qodef-button .qodef-m-char.qodef--left {
  transform: translateY(0);
}

.qodef-button .qodef-m-char.qodef--right {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.qodef-button:hover .qodef-m-char-holder .qodef-m-char.qodef--left {
  animation: qodef-button-left-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-button:hover .qodef-m-char-holder .qodef-m-char.qodef--right {
  animation: qodef-button-right-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: #000000;
}

.qodef-button.qodef-layout--outlined {
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
}

.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: #000000;
  border-color: #fff;
}

.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  border: 0;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-button.qodef-layout--textual .qodef-m-icon svg {
  vertical-align: middle;
  top: -1px;
  position: relative;
  fill: currentColor;
}

.qodef-button.qodef-layout--textual:hover {
  color: #000;
}

/* ==========================================================================
   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: 58px;
  line-height: 1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 34px;
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
  text-align: center;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #000;
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.qodef-custom-font {
  position: relative;
  margin: 0;
  line-height: 1em;
  width: auto;
  display: inline-block;
}

.qodef-custom-font.qodef-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: currentColor;
  transition: width 0.2s ease-out;
}

.qodef-custom-font.qodef-underline:hover:after {
  width: 100%;
}

.qodef-custom-font .qodef-cf-typed-wrap {
  width: 0;
  white-space: nowrap;
}

.qodef-custom-font .qodef-cf-typed {
  display: inline-block;
}

.qodef-custom-font .qodef-cf-typed > * {
  display: none;
}

.qodef-custom-font .qodef-cf-typed span {
  display: none;
}

.qodef-custom-font .qodef-cf-typed ~ .typed-cursor {
  display: inline-block;
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.qodef-custom-font-holder {
  display: inline-block;
  width: 100%;
}

.qodef-browser--ms-explorer .qodef-custom-font.qodef-text-fade-effect {
  background: none !important;
  opacity: 1;
}

/* ==========================================================================
   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: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 50px;
  line-height: 57px;
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 33px;
  line-height: 40px;
  color: #fff;
  background-color: #000;
}

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

/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title a {
  display: block;
}

.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 5px;
  float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px;
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block;
}

/* ==========================================================================
   Icon List Item widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_marceau_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_marceau_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_marceau_core_icon_list_item {
  margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
  display: block;
}

.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--after-title .qodef-m-title {
  line-height: 1;
}

.qodef-icon-with-text.qodef-layout--after-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-with-text.qodef-layout--after-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-left: 20px;
}

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

/* ==========================================================================
   Icon shortcode styles
   ========================================================================== */
.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}

.qodef-icon-holder a {
  display: block;
}

.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: #000000;
  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: #000;
}

.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}

.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}

.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}

.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}

.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}

.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}

/* ==========================================================================
   Icon widget styles
   ========================================================================== */
.widget.widget_marceau_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_marceau_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_marceau_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_marceau_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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
  display: block;
}

.qodef-image-with-text .qodef-m-content {
  text-align: center;
}

.qodef-image-with-text .qodef-m-title {
  margin: 31px 0 0;
}

.qodef-image-with-text .qodef-m-text {
  margin: 0;
}

.qodef-image-with-text .qodef-m-link {
  display: inline-flex;
  justify-content: center;
  margin: 11px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}

.qodef-image-with-text .qodef-m-link:hover .qodef-m-char-holder .qodef-m-char.qodef--left {
  animation: qodef-button-left-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-with-text .qodef-m-link:hover .qodef-m-char-holder .qodef-m-char.qodef--right {
  animation: qodef-button-right-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-with-text .qodef-m-char-holder {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  overflow: hidden;
  line-height: 1;
}

.qodef-image-with-text .qodef-m-char {
  will-change: transform;
  display: inline-block;
}

.qodef-image-with-text .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}

.qodef-image-with-text .qodef-m-char.qodef--left {
  transform: translateY(0);
}

.qodef-image-with-text .qodef-m-char.qodef--right {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.qodef-image-with-text.qodef-alignment--left .qodef-m-content {
  text-align: left;
}

.qodef-image-with-text.qodef-alignment--left .qodef-m-link {
  justify-content: flex-start;
}

.qodef-image-with-text.qodef-alignment--right .qodef-m-content {
  text-align: right;
}

.qodef-image-with-text.qodef-alignment--right .qodef-m-link {
  justify-content: flex-end;
}

.qodef-image-with-text.qodef-image-shadow .qodef-m-image img,
.qodef-image-with-text.qodef-image-shadow .qodef-m-image video,
.qodef-image-with-text.qodef-image-shadow .qodef-m-video img,
.qodef-image-with-text.qodef-image-shadow .qodef-m-video video {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}

.qodef-image-with-text.qodef-hover-animation--move .qodef-m-image img,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-image video,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-video img,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-video video {
  transform: translateY(0);
  will-change: transform;
  transition: transform .4s ease-out;
}

.qodef-image-with-text.qodef-hover-animation--move .qodef-m-image:hover img,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-image:hover video,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-video:hover img,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-video:hover video {
  transform: translateY(-4px);
}

.qodef-image-with-text.qodef-hover-animation--move .qodef-m-image:hover + .qodef-m-content .qodef-m-link-text .qodef-m-char-holder .qodef-m-char.qodef--left,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-video:hover + .qodef-m-content .qodef-m-link-text .qodef-m-char-holder .qodef-m-char.qodef--left {
  animation: qodef-button-left-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-with-text.qodef-hover-animation--move .qodef-m-image:hover + .qodef-m-content .qodef-m-link-text .qodef-m-char-holder .qodef-m-char.qodef--right,
.qodef-image-with-text.qodef-hover-animation--move .qodef-m-video:hover + .qodef-m-content .qodef-m-link-text .qodef-m-char-holder .qodef-m-char.qodef--right {
  animation: qodef-button-right-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-with-text.qodef-hover-animation--zoom .qodef-m-image {
  overflow: hidden;
}

.qodef-image-with-text.qodef-hover-animation--zoom .qodef-m-image img {
  transform: scale(1.05);
  will-change: transform;
  transition: transform .6s ease;
}

.qodef-image-with-text.qodef-hover-animation--zoom .qodef-m-image:hover img {
  transform: scale(1.01);
}

.qodef-image-with-text.qodef-hover-animation--zoom .qodef-m-image:hover + .qodef-m-content .qodef-m-link-text .qodef-m-char-holder .qodef-m-char.qodef--left {
  animation: qodef-button-left-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-image-with-text.qodef-hover-animation--zoom .qodef-m-image:hover + .qodef-m-content .qodef-m-link-text .qodef-m-char-holder .qodef-m-char.qodef--right {
  animation: qodef-button-right-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

/* ==========================================================================
   Image With Text Text Over shortcode styles
   ========================================================================== */
.qodef-image-with-text.qodef-layout--text-over .qodef-m-content {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  padding: 0 5% 17%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1366px) {
  .qodef-image-with-text.qodef-layout--text-over .qodef-m-content {
    padding: 0 5% 11%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-image-with-text.qodef-layout--text-over .qodef-m-content {
    padding: 0 7% 5%;
  }
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  margin: 0 0 18px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0;
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 6px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 700;
  font-size: 250px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
  top: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
  top: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
  bottom: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
  bottom: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden;
  overflow-y: 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: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .0s .45s;
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-interactive-link-showcase .qodef-m-image img {
  display: none;
}

.qodef-interactive-link-showcase .qodef-m-items {
  display: flex;
  align-items: center;
  z-index: 10;
  overflow-x: hidden;
}

.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 40px 5px 6px;
  margin: 8px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  transition: transform 0.2s ease-out;
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
  position: relative;
  display: inline;
  z-index: 2;
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-icon {
  display: inline;
  position: absolute;
  left: -40px;
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  vertical-align: middle;
  padding-bottom: 5px;
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-icon svg polyline {
  stroke-width: 4px !important;
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
  transform: translateX(50px);
  transition: transform 0.2s ease-out;
  width: 92%;
  color: #000000;
}

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

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list.qodef--init .qodef-m-images .qodef-m-image-holder .qodef-m-image {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  position: relative;
  display: flex;
  margin-left: auto;
  padding-left: 20px;
  width: calc(74% - 30px);
  height: 100%;
  overflow: hidden;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  animation: qodef-inactive-image 1s forwards ease;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder.qodef--active {
  animation: qodef-active-image 1s forwards ease;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder .qodef-m-image {
  position: relative;
  width: 49%;
  margin-right: 1%;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path .8s ease .2s;
  transition: clip-path .8s ease .2s;
  transition: clip-path .8s ease .2s, -webkit-clip-path .8s ease .2s;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder .qodef-m-image .qodef-m-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder .qodef-m-image:nth-child(2) {
  transition-delay: .35s, 0s;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: calc(26% + 30px);
  justify-content: start;
  flex-direction: column;
  align-items: flex-start;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
  margin-top: 127px;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items::-webkit-scrollbar {
  position: relative;
  right: 10px;
  width: 1px;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items::-webkit-scrollbar-track {
  background: #d8d8d8;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items::-webkit-scrollbar-thumb {
  background: #000000;
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-section-title.qodef-alignment--center {
  text-align: center;
}

.qodef-section-title.qodef-alignment--left {
  text-align: left;
}

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.qodef-section-title .qodef-m-title {
  margin: 0;
}

.qodef-section-title .qodef-m-title--different-color {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
  transition: transform .4s ease, opacity .2s ease-out;
  will-change: transform;
}

.qodef-section-title .qodef-m-title--different-color.qodef--appeared {
  opacity: 1;
  transform: translateX(0);
}

.qodef-section-title .qodef-m-text {
  margin: 25px 0 0;
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1;
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.qodef-separator.qodef-position--center {
  text-align: center;
}

.qodef-separator.qodef-position--left {
  text-align: left;
}

.qodef-separator.qodef-position--right {
  text-align: right;
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_marceau_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_marceau_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_marceau_core_separator {
  margin-bottom: 0;
}

/* ==========================================================================
   Single Images shortcode styles
   ========================================================================== */
.qodef-single-image img {
  display: block;
}

.qodef-single-image.qodef-image-shadow img {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}

/* ==========================================================================
   Tabs shortcode styles
   ========================================================================== */
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-tabs.qodef--init {
  visibility: visible;
}

.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ededed;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 26px 0 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  position: relative;
  top: 1px;
  padding: 14px 20px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.2s ease-out;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
  width: 100%;
}

@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: 1px 0 0 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: 26px 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: 100px;
  font-family: "Roboto", sans-serif;
  line-height: 1em;
  font-weight: 700;
  overflow: hidden;
}

.qodef-text-marquee .qodef-marquee-element {
  padding: 0 25px;
  will-change: transform;
}

.qodef-text-marquee .qodef-m-text span {
  background-image: linear-gradient(to bottom, currentColor 35%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.2s ease-out;
  cursor: default;
}

.qodef-text-marquee .qodef-m-text span.qodef--hovered {
  color: #fabba2;
}

.qodef-text-marquee .qodef-m-text--1 {
  color: #fadacd;
  padding: 0 35px;
}

.qodef-text-marquee .qodef-m-text--2 {
  color: #fadacd;
  padding: 0 35px;
}

.qodef-text-marquee .qodef-m-text--3 {
  color: #fadacd;
  padding: 0 35px;
}

.qodef-text-marquee .qodef-m-images {
  width: 100%;
  pointer-events: none;
}

.qodef-text-marquee .qodef-m-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  will-change: transform;
  transition: transform .4s ease, opacity .2s ease-out;
}

.qodef-text-marquee .qodef-m-image.qodef--active {
  opacity: 1;
  visibility: visible;
}

.qodef-text-marquee.qodef-image--bottom .qodef-m-image {
  top: 120px;
}

.qodef-text-marquee.qodef-image--left .qodef-m-image {
  transform: translateY(2%);
  left: 100px;
  right: unset;
}

.qodef-text-marquee.qodef-image--left .qodef-m-image.qodef--active {
  transform: translateY(0);
}

.qodef-text-marquee.qodef-image--right .qodef-m-image {
  transform: translateY(2%);
  right: 100px;
  left: unset;
}

.qodef-text-marquee.qodef-image--right .qodef-m-image.qodef--active {
  transform: translateY(0);
}

.qodef-text-marquee.qodef-image--center .qodef-m-image {
  transform: translateX(-50%) translateY(2%);
  left: 50%;
  right: unset;
}

.qodef-text-marquee.qodef-image--center .qodef-m-image.qodef--active {
  transform: translateX(-50%) translateY(0);
}

.qodef-text-marquee.qodef-image--top .qodef-m-image {
  bottom: 110px;
}

.qodef-text-marquee.qodef-animation--left-to-right .qodef-m-content {
  flex-direction: row-reverse;
}

.qodef-browser--ms-explorer .qodef-text-marquee.qodef-text-fade-effect .qodef-m-text--1,
.qodef-browser--ms-explorer .qodef-text-marquee.qodef-text-fade-effect .qodef-m-text--2,
.qodef-browser--ms-explorer .qodef-text-marquee.qodef-text-fade-effect .qodef-m-text--3 {
  background: none !important;
  opacity: 1;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 106px;
  line-height: 1;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  text-align: center;
  line-height: 115px;
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 115px;
  height: 115px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transform: scale(1);
  transition: transform .4s ease .1s;
}

.qodef-video-button .qodef-m-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 2;
}

.qodef-video-button .qodef-m-play svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  transition: fill .2s ease-out;
}

.qodef-video-button .qodef-m-play span {
  display: block;
  line-height: inherit;
}

.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit;
}

@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    width: 70px;
    height: 70px;
  }
  .qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
    width: 70px;
    height: 70px;
  }
  .qodef-video-button .qodef-m-play svg {
    width: 15px;
  }
}

.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner:after {
  transform: scale(0.9);
}

.qodef-video-button .qodef-m-play:hover svg path {
  fill: currentColor;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
   Video Holder shortcode start styles
   ========================================================================== */
.qodef-video-holder {
  display: block;
  max-width: 100%;
}

.qodef-video-holder .qodef-m-video {
  background-color: #000;
}

.qodef-video-holder video {
  max-width: 100%;
}

.qodef-video-holder.qodef--has-appear .qodef-m-video {
  opacity: 0;
  transform: translateX(-5%);
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: transform 0.8s ease-out, opacity 0.2s ease-out, -webkit-clip-path 0.8s ease;
  transition: transform 0.8s ease-out, opacity 0.2s ease-out, clip-path 0.8s ease;
  transition: transform 0.8s ease-out, opacity 0.2s ease-out, clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
  will-change: transform;
}

.qodef-video-holder.qodef--has-appear.qodef--appeared .qodef-m-video {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.qodef-video-holder.qodef--full-height .qodef-m-video {
  height: 100vh;
}

.qodef-video-holder.qodef--full-height video {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
}

@media only screen and (max-width: 1024px) {
  .qodef-video-holder.qodef--full-height .qodef-m-video {
    height: auto;
  }
  .qodef-video-holder.qodef--full-height video {
    object-fit: initial;
    min-height: unset;
  }
}

/* ==========================================================================
   Video Holder shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 100px 35px;
  text-align: center;
  background-color: #000;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s ease;
}

#qodef-side-area .qodef-side-area-overlay-close-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: none;
  z-index: 10;
}

#qodef-side-area .qodef-side-area-inner {
  width: 100%;
}

#qodef-side-area #qodef-side-area-inner {
  z-index: 12;
  pointer-events: all;
}

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

#qodef-side-area.qodef-alignment--center {
  text-align: center;
}

#qodef-side-area.qodef-alignment--right {
  text-align: right;
}

#qodef-side-area.qodef-alignment--left {
  text-align: left;
}

#qodef-side-area-close {
  position: absolute;
  display: block;
  z-index: 1000;
  color: #fff;
}

#qodef-side-area-close.qodef-fs-close-cursor {
  position: absolute;
  top: -7px;
  left: -7px;
  width: auto;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden !important;
  z-index: 9;
  color: white;
  cursor: none;
}

#qodef-side-area-close.qodef-fs-close-cursor.qodef--active {
  opacity: 1;
  visibility: visible;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  transform: rotate(45deg);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  transform: rotate(-45deg);
}

.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 5px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 32px;
}

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

.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.qodef-social-share li a {
  font-size: 16px;
}

.qodef-social-share li a:hover {
  color: #505050;
}

/* ==========================================================================
   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 a {
  font-size: 14px;
  color: #505050;
  background-color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a:hover {
  color: #505050;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
  bottom: -30px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
  bottom: -60px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
  bottom: -90px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
  bottom: -120px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
  bottom: -150px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
  bottom: -180px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
  bottom: -210px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
  top: 0;
  right: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
  left: 5px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
  left: 35px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
  left: 65px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
  left: 95px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
  left: 125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
  left: 155px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
  left: 185px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
  top: 0;
  left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
  right: 5px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
  right: 35px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
  right: 65px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
  right: 95px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
  right: 125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
  right: 155px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
  right: 185px;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--list li {
  margin-right: 25px;
}

.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px;
}

.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
  color: #505050;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
  color: #505050;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
  color: #505050;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
  color: #505050;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
  color: #505050;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
  color: #505050;
}

/* ==========================================================================
   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: #000000;
  background-color: #fff;
}

#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: '';
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--marceau .qodef-m-marceau {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-svg {
  overflow: hidden;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-svg .qodef--1 {
  fill: #231f20;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-svg .qodef--2 {
  fill: #fff;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-hole {
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: transform .6s ease, opacity .3s ease-out;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-bunny {
  transform: translateY(100%);
  transform-origin: center;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-nose {
  transform: translateY(0);
  animation: qodef-moving-nose .6s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-text {
  display: block;
  margin-top: 18px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: transform .4s ease .3s, opacity .2s ease-out .3s;
  will-change: transform;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-char-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-char {
  will-change: transform;
  display: inline-block;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-char.qodef--left {
  transform: translateY(0);
}

#qodef-page-spinner.qodef-layout--marceau .qodef-m-char.qodef--right {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

#qodef-page-spinner.qodef-layout--marceau.qodef--init .qodef-m-hole {
  opacity: 1;
  transform: scaleX(1);
}

#qodef-page-spinner.qodef-layout--marceau.qodef--init .qodef-m-bunny {
  animation: qodef-moving-bunny 6s infinite ease .5s;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--init .qodef-m-text {
  opacity: 1;
  transform: translateY(0);
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(1) .qodef-m-char {
  animation-delay: 75ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(2) .qodef-m-char {
  animation-delay: 150ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(3) .qodef-m-char {
  animation-delay: 225ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(4) .qodef-m-char {
  animation-delay: 300ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(5) .qodef-m-char {
  animation-delay: 375ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(6) .qodef-m-char {
  animation-delay: 450ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(7) .qodef-m-char {
  animation-delay: 525ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(8) .qodef-m-char {
  animation-delay: 600ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(9) .qodef-m-char {
  animation-delay: 675ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(10) .qodef-m-char {
  animation-delay: 750ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(11) .qodef-m-char {
  animation-delay: 825ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(12) .qodef-m-char {
  animation-delay: 900ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(13) .qodef-m-char {
  animation-delay: 975ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(14) .qodef-m-char {
  animation-delay: 1050ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(15) .qodef-m-char {
  animation-delay: 1125ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(16) .qodef-m-char {
  animation-delay: 1200ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(17) .qodef-m-char {
  animation-delay: 1275ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(18) .qodef-m-char {
  animation-delay: 1350ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(19) .qodef-m-char {
  animation-delay: 1425ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(20) .qodef-m-char {
  animation-delay: 1500ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(21) .qodef-m-char {
  animation-delay: 1575ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(22) .qodef-m-char {
  animation-delay: 1650ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(23) .qodef-m-char {
  animation-delay: 1725ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(24) .qodef-m-char {
  animation-delay: 1800ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(25) .qodef-m-char {
  animation-delay: 1875ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(26) .qodef-m-char {
  animation-delay: 1950ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(27) .qodef-m-char {
  animation-delay: 2025ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(28) .qodef-m-char {
  animation-delay: 2100ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(29) .qodef-m-char {
  animation-delay: 2175ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(30) .qodef-m-char {
  animation-delay: 2250ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(31) .qodef-m-char {
  animation-delay: 2325ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(32) .qodef-m-char {
  animation-delay: 2400ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(33) .qodef-m-char {
  animation-delay: 2475ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(34) .qodef-m-char {
  animation-delay: 2550ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(35) .qodef-m-char {
  animation-delay: 2625ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(36) .qodef-m-char {
  animation-delay: 2700ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(37) .qodef-m-char {
  animation-delay: 2775ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(38) .qodef-m-char {
  animation-delay: 2850ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(39) .qodef-m-char {
  animation-delay: 2925ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(40) .qodef-m-char {
  animation-delay: 3000ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(41) .qodef-m-char {
  animation-delay: 3075ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(42) .qodef-m-char {
  animation-delay: 3150ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(43) .qodef-m-char {
  animation-delay: 3225ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(44) .qodef-m-char {
  animation-delay: 3300ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(45) .qodef-m-char {
  animation-delay: 3375ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(46) .qodef-m-char {
  animation-delay: 3450ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(47) .qodef-m-char {
  animation-delay: 3525ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(48) .qodef-m-char {
  animation-delay: 3600ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(49) .qodef-m-char {
  animation-delay: 3675ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char-holder:nth-child(50) .qodef-m-char {
  animation-delay: 3750ms;
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char.qodef--left {
  animation: qodef-button-left-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

#qodef-page-spinner.qodef-layout--marceau.qodef--animate-text .qodef-m-char.qodef--right {
  animation: qodef-button-right-text-animation 0.6s forwards cubic-bezier(0.23, 1, 0.32, 1);
}

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

.qodef-sp-holder .qodef-sp-close svg {
  stroke: currentColor;
  fill: currentColor;
}

.qodef-sp-holder .qodef-sp-content-container {
  background-color: #fafafa;
  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 #000;
  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 50px;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
  font-size: 14px;
  color: #9a9a9a;
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  text-decoration: underline;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 3px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '/';
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 5px;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}

.widget.qodef-author-info .qodef-author-info-holder {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  .widget.qodef-author-info .qodef-author-info-holder {
    flex-direction: column;
    align-items: flex-start;
  }
}

.widget.qodef-author-info .qodef-author-info-right {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 25px;
}

@media only screen and (max-width: 1440px) {
  .widget.qodef-author-info .qodef-author-info-right {
    margin: 0 0 15px 0;
  }
}

.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  flex-shrink: 0;
}

.widget.qodef-author-info .qodef-author-info-image img {
  border-radius: 50%;
  border: 4px solid #fcf898;
}

.widget.qodef-author-info .qodef-author-info-name {
  margin: 0;
}

.widget.qodef-author-info .qodef-author-info-position {
  margin: 4px 0;
}

.widget.qodef-author-info .qodef-author-info-description {
  text-align: justify;
  margin: 0;
}

/* ==========================================================================
   Contact Info widget static style start
   ========================================================================== */
.widget .qodef-contact-info-widget {
  margin: 0;
}

/* ==========================================================================
   Contact Info widget variable style start
   ========================================================================== */
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}

/* ==========================================================================
   Social Icons Group widget static style start
   ========================================================================== */
.qodef-social-icons-group .qodef-icon-holder {
  margin-right: 17px;
}

.qodef-social-icons-group .qodef-icon-holder a,
.qodef-social-icons-group .qodef-icon-holder span {
  transition: color 0.2s ease-out;
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Icons Group widget variable style start
   ========================================================================== */
/* ==========================================================================
   Default widgets map
   ========================================================================== */
/* ==========================================================================
   Override default widgets map for specific widget area
   ========================================================================== */
.widget.widget_marceau_core_social_icons_group {
  margin: 0 0 2px;
}

#qodef-top-area .widget.widget_marceau_core_social_icons_group {
  margin: 0 0 2px;
}

#qodef-page-footer .widget.widget_marceau_core_social_icons_group {
  margin: 0 0 2px;
}

#qodef-side-area .widget.widget_marceau_core_social_icons_group {
  margin: 0 0 2px;
}

.qodef-mega-menu-widget-holder .widget.widget_marceau_core_social_icons_group {
  margin: 0 0 2px;
}

/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_marceau_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* ==========================================================================
   Sticky Sidebar widget end styles
   ========================================================================== */
/* ==========================================================================
   Wishlist style - begin
   ========================================================================== */
.qodef-wishlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-wishlist .qodef-m-link {
  line-height: 1;
}

.qodef-wishlist .qodef-m-link.qodef--added {
  color: #000000;
}

.qodef-wishlist .qodef-m-link.qodef--added i {
  font-weight: 900;
}

.qodef-wishlist .qodef-m-response {
  position: absolute;
  top: -6px;
  bottom: auto;
  right: -6px;
  left: auto;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  color: #505050;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity .2s ease;
}

.qodef-wishlist .qodef-m-response.qodef--show {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   Wishlist DropDown widget style - begin
   ========================================================================== */
.qodef-wishlist-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin: 0 10px;
}

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

.qodef-wishlist-dropdown .qodef-m-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.qodef-wishlist-dropdown .qodef-m-link > * {
  margin: 0;
  line-height: 1;
}

.qodef-wishlist-dropdown .qodef-m-link {
  color: #000;
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
  color: #505050;
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
  flex-shrink: 0;
  margin-right: 2px;
  font-size: 18px;
}

.qodef-wishlist-dropdown .qodef-m-link-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
  color: #000000;
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
  color: #000000;
}

.qodef-wishlist-dropdown .qodef-m-link-count {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}

.qodef-wishlist-dropdown .qodef-m-items {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 266px;
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
}

.qodef-wishlist-dropdown .qodef-m-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

.qodef-wishlist-dropdown .qodef-m-item:last-child {
  margin-bottom: 0;
}

.qodef-wishlist-dropdown .qodef-e-image-link {
  flex-shrink: 0;
  max-width: 60px;
  margin-right: 15px;
}

.qodef-wishlist-dropdown .qodef-e-image-link img {
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

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

.qodef-wishlist-dropdown .qodef-e-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  z-index: 3;
}

.qodef-wishlist-dropdown .qodef-e-remove * {
  display: block;
  line-height: inherit;
}

.qodef-wishlist-dropdown .qodef-e-remove *:before {
  display: block;
  line-height: inherit;
}

.touch .qodef-wishlist-dropdown {
  cursor: pointer;
}

.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
# Afe Verification responsive style
========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-age-verification-modal .qodef-m-content {
    min-width: auto;
  }
  #qodef-age-verification-modal .qodef-m-content-note {
    display: none;
  }
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-media-image img {
    height: 55vh;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-content {
    height: 45vh;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-media-image img {
    height: 55vh;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-content {
    height: 45vh;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-media-image img {
    height: 50vh;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-content {
    height: 50vh;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-media-image img {
    height: 50vh;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-content {
    height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--fullscreen {
    height: auto;
  }
  .qodef-blog.qodef-item-layout--fullscreen article .qodef-e-info.qodef-info--bottom {
    margin-bottom: 28px;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-media-image img {
    height: auto;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--3 .qodef-e-content {
    height: auto;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-media-image img {
    height: auto;
  }
  .qodef-blog.qodef-item-layout--fullscreen.qodef-col-num--2 .qodef-e-content {
    height: auto;
  }
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
  #qodef-author-info .qodef-m-description {
    width: 100%;
  }
}

/* ==========================================================================
   Full Screen Menu Responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .qodef-fullscreen-menu {
    margin: 0 0 0 20px;
  }
  .qodef-fullscreen-menu .qodef-fullscreen-menu-widget-area .qodef-icon-holder {
    margin-right: 10px;
  }
  .qodef-fullscreen-menu .qodef-fullscreen-menu-widget-area .qodef-icon-holder:last-child {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-fullscreen-area-inner {
    flex-direction: column;
    align-items: flex-start;
    width: 82%;
    margin: auto;
  }
  .qodef-fullscreen-menu {
    margin: 0;
    padding: 0;
  }
  .qodef-fullscreen-menu > ul > li a {
    font-size: 30px;
    line-height: 35px;
  }
  .qodef-fullscreen-menu-image {
    display: none;
  }
  .qodef-fullscreen-menu-holder {
    width: auto;
  }
  .qodef-fullscreen-menu-widget-area {
    width: auto;
  }
  .qodef-fullscreen-menu-widget-area .qodef-social-icons-group {
    flex-direction: row;
    margin: 50px 0 0;
    justify-content: center;
  }
  .qodef-fullscreen-menu-widget-area .qodef-social-icons-group .qodef-icon-holder {
    margin-right: 20px;
  }
  .qodef-fullscreen-menu-widget-area .qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@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: 1024px) {
  #qodef-top-area {
    display: none;
  }
}

/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -70px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -35px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 35px;
    margin: 0 0 70px;
  }
  .qodef-twitter-list.qodef-gutter--extensive.qodef--no-bottom-space {
    margin-bottom: -90px;
  }
  .qodef-twitter-list.qodef-gutter--extensive #ctf .ctf-tweets {
    margin: 0 -45px;
  }
  .qodef-twitter-list.qodef-gutter--extensive #ctf .ctf-tweets > .ctf-item {
    padding: 0 45px;
    margin: 0 0 90px;
  }
}

/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Portfolio Single responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-e-content .qodef-portfolio-info {
    margin-top: 44px;
  }
}

/* ==========================================================================
   Portfolio Single navigation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1280px) {
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
    left: 10px;
  }
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    right: 21px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-single-portfolio-navigation .qodef-m-inner {
    display: block;
  }
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
    position: relative;
    float: left;
    transform: none;
    top: 0;
    left: 0;
  }
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    position: relative;
    float: right;
    transform: none;
    top: 0;
    right: 0;
    height: auto;
  }
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 420px) {
  #qodef-single-portfolio-navigation .qodef-m-nav .qodef-m-nav-label {
    width: 70px;
  }
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    text-align: right;
  }
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    top: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-content {
    margin-right: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-content {
    margin-right: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-content {
    margin-right: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-content {
    margin-right: 0;
  }
}

/* ==========================================================================
   Portfolio Single variation responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   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 {
    text-align: center;
  }
  .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%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .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: 50%;
  }
}

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

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child {
    margin-top: 0;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
    font-size: 37px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: calc(60% - 60px);
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder .qodef-m-image {
    width: 100%;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder .qodef-m-image:nth-child(2) {
    display: none;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: calc(40% + 60px);
  }
}

@media only screen and (max-width: 480px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: calc(57% - 60px);
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder .qodef-m-image {
    width: 100%;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-m-image-holder .qodef-m-image:nth-child(2) {
    display: none;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: calc(43% + 60px);
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
    font-size: 24px;
  }
}

/* ==========================================================================
   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: 26px;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}

/* ==========================================================================
   Text Marquee shortcode styles
   ========================================================================== */
@media only screen and (max-width: 1368px) {
  .qodef-text-marquee .qodef-m-image {
    width: 35%;
  }
  .qodef-text-marquee.qodef-image--bottom .qodef-m-image {
    top: 112px;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-text-marquee.qodef-image--top .qodef-m-image {
    bottom: 120px;
  }
  .qodef-text-marquee.qodef-image--bottom .qodef-m-image {
    top: 105px;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-text-marquee.qodef-image--top .qodef-m-image {
    bottom: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-text-marquee .qodef-m-image {
    width: 40%;
  }
  .qodef-text-marquee.qodef-image--left .qodef-m-image {
    left: 30px;
  }
  .qodef-text-marquee.qodef-image--right .qodef-m-image {
    right: 30px;
  }
  .qodef-text-marquee.qodef-image--top .qodef-m-image {
    bottom: 110px;
  }
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 271px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: auto;
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: auto;
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: auto;
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: auto;
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: auto;
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: auto;
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}

/* ==========================================================================
   Social Share shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Title responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding-left: 54px !important;
    padding-right: 54px !important;
    margin: 0;
  }
  .qodef-page-title .qodef-m-content.qodef-content-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 86%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    width: 82%;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
  }
}
